:root {
    --color-first: #EA4335;
    --color-second: #FFDC0E;
    --color-third: hsl(190deg 100% 50%);
    --brd-rad: 20px;
    --brd-rad-1: 12px;
}
@font-face {
    font-family: Couture;
    src: url(/fonts/Couture-Bold.ttf);
}
body::-webkit-scrollbar {
    width: 8px;
    /* border: 10px solid #c5ebfd; */
    background-color: var(--color-first);
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--color-first);
    border-radius: 10px;
}
body::-webkit-scrollbar-track {
    background-color: rgba(255,255,255, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #00229E;
}
body::-webkit-scrollbar-thumb:active {
    background-color: #001E8A;
}
.clean-scroll::-webkit-scrollbar {
    width: 8px;
    /* border: 10px solid #c5ebfd; */
    background-color: var(--color-first);
    border-radius: 10px;
}
.clean-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color-first);
    border-radius: 10px;
}
.clean-scroll::-webkit-scrollbar-track {
    background-color: rgba(255,255,255, 0.6);
}
.clean-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #00229E;
}
.clean-scroll::-webkit-scrollbar-thumb:active {
    background-color: #001E8A;
}
.navbar.navbar-web {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 16px;
}
.navbar.top-nav-collapse {
    background-color: var(--color-first);
    transition: all 600ms;
}
.navbar.bg-color {
    background-color: white;
    position: sticky;
}
.navbar.navbar-all {
    position: fixed;
}
.navbar.top-nav-collapse:where .one-row {
    color: black;
}
.navbar-web .navbar-brand {
    margin-right: 0;
    padding: 0;
}
.navbar-brand img,
.line-divider {
    background-color: #ffffff;
}
.navbar-brand img {
    background-color: transparent;
}
.logo-line {
    width: 235px;
    padding: 22px;
}
.logo-line-two {
    width: 235px;
    padding: 22px;
}
.line-divider {
    margin: 11px 0;
    border-bottom: 1px solid white;
    opacity: .6;
}
.navbar-brand img::after {
    content: "";
    border-top: 1px solid #ffffffbf;
}
.navbar-toggler {
    background-color: var(--color-first);
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-svg {
    fill: white;
    width: 30px;
    height: 30px;
}
.navbar-toggler.collapsed {
    background-image: url('https://image.flaticon.com/icons/png/128/1828/1828859.png');
    background-size: 30px 30px;
}
.navbar-toggler {
    background-image: url('https://image.flaticon.com/icons/png/128/1828/1828778.png');
    background-size: 25px 25px;
    transition: all 300ms;
}
#navbarWebPlatform .dropdown__child:hover {
    background-color: var(--color-first);
    color: #ffffff;
    background-image: linear-gradient(to bottom,var(--color-first) 0,var(--color-first) 100%);
}
.dropdown .dropdown-menu {
    text-align: center;
}
.dropdown-agent {
    color: #ffffff;
}
.dropdown-agent > i:first-child {
    font-size: 1.2rem;
    padding-right: 1.2rem;
}
.dropdown-agent > i:last-child {
    font-size: 1rem;
}
.menu-links {
    width: 100%;
}
.one-row .nav-item {
    border-left: 0 solid #ffffffbf;
    padding: 0px 20px;
}
.one-row .nav-item:first-child {
    border-left: 0px solid
}
.two-row .nav-item {
    padding: 0px 20px;
}
.one-one-row .nav-item {
    padding: 0px 20px;
}
.one-two-row .nav-item {
    padding: 0px;
}
.one-two-row .nav-item:nth-child(3) {
    padding-right: 0;
    text-align: center;
}
.two-one-row .nav-item {
    padding-right: 20px;
}
.one-row .nav-link,
.two-row .nav-link,
.one-one-row .nav-link,
.one-two-row .nav-link,
.two-one-row .nav-link {
    padding: 0px 8px;
    color: initial;
    font-size: 15px;
    text-shadow: none;
}
.one-one-row .nav-link {
    color: var(--color-second);
}
.one-one-row .nav-link:hover {
    color: #ffffff;
}
.one-row .nav-link,
.two-row .nav-link {
    color: white;
}
.one-row .nav-link:hover,
.two-row .nav-link:hover {
    color: var(--color-second);
}
.one-two-row .nav-link,
.two-one-row .nav-link {
    display: flex;
}
.nav-item.dropdown .fas {
    color: var(--color-first);
}
.icon-menu {
    width: 16px;
    height: 16px;
}
.dropdown-menu.dropdown-web {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    margin: 0;
    padding: 0;
    top: 154%;
}
.dropdown-web.dropdown-one {
    left: -6px;
}
.dropdown-web.dropdown-two {
    left: -14%;
}
.dropdown-web.dropdown-three {
    left: -18%;
}
.dropdown-web.dropdown-four {
    left: -11%;
}
.dropdown-web .dropdown-item {
    color: var(--color-first);
    text-align: center;
}
.dropdown-web .dropdown-item:hover,
.dropdown-web .dropdown-item:focus {
    color: var(--color-first);
}
.dropdown-web .dropdown-item:active {
    color: white;
}
.badge-menu {
    color: #212529;
    font-weight: 400;
}
li > a:hover .badge-menu {
    color: #ffffff;
}
/*****HOME PRINCIPAL*****/
.carousel-banner {
    height: 100vh;
    object-fit: cover;
}
.carousel-caption.carousel-web {
    text-align: left;
    left: 11.5%;
    bottom: 27%;
}
.carousel-web span {
    display: block;
}
.carousel-control-next i,
.carousel-control-prev i {
    background: black;
    opacity: .5;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.carousel-control-next:hover i,
.carousel-control-prev:hover i {
    opacity: 1;
    background: #000000ad;
    color: white;
}
.carousel-web span:nth-child(1) {
    font-size: 70px;
    font-family: Couture, Arial, Helvetica, sans-serif;
}
.carousel-web span:nth-child(2) {
    font-size: 25px;
}
.campana-linea {
    margin: 30px -15px;
}
.campana-stilo-uno {
    border: 0px solid var(--color-third);
    position: relative;
}
.campana-stilo-dos {
    border: 0px solid var(--color-third);
    position: relative;
}
.campana-stilo-uno,
.imagen-campana {
    border-radius: 12px 12px 0px 0px;
}
.container-imagen .lazy.campana-imgreferencia-uno, .lazy.campana-imgreferencia-dos {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}
.label-attractive {
    position: absolute;
    top: 8%;
    background-color: #000000cc;
    color: white;
    padding: 3px 15px;
    border-radius: 0px 4px 4px 0px;
}
.label-attractive img {
    width: 22px;
    position: relative;
    bottom: 2px;
}
.container-labels,
.container-title,
.container-attractive {
    display: flex;
    padding: 10px 15px;
}
.container-labels {
    justify-content: space-between;
}
.label-icon span {
    font-size: 14px;
}
.icon-modified {
    width: 20px;
    position: relative;
    bottom: 5px;
}
.label-texts span {
    border: 1px solid var(--color-first);
    padding: 3px 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
}

.label-texts-blank span {
    border: 1px transparent;
    padding: 3px 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
}
.container-title .campana-detalle-uno, .campana-detalle-dos {
    display: flex;
    padding: 0;
}
.container-title .campana-texto-detalle-uno {
    padding: 0;
    line-height: unset;
}
.description.link-title {
    color: #000000;
    font-family: var(--bs-font-sans-serif);
}
.link-title:hover {
    color: #000000;
    text-decoration: none;
}
.container-title .info-title {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-title p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    padding-bottom: 0px;
}
.container-attractive {
    justify-content: space-around;
    text-align: center;
    border-top: 1px solid #cccccc;
    align-items: center;
    flex-wrap: wrap;
}
.container-attractive > .discount,
.container-attractive > .price-button {
    width: 30%;
}
.container-attractive > .before,
.container-attractive > .today {
    width: 20%;
}
.container-attractive > .today {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.discount-percentage {
    border: 1px solid var(--color-first);
    border-radius: 6px;
    /*padding: 6px 6px 10px;*/
    padding: 4px 6px;
    width: 70%;
    margin: 0 auto;
}
.discount-percentage .campana-texto-descuento-uno {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.discount .campana-texto-descuento-uno > span-porcentaje {
    font-size: 20px;
    font-family: var(--bs-font-sans-serif);
}
.discount .campana-texto-descuento-uno > span-texto {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    font-family: var(--bs-font-sans-serif);
}
.container-attractive .before {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.before .campana-precio-oferta-uno {
    padding: 0;
    width: 100%;
}
.before span:nth-child(1),
.today span:nth-child(1) {
    font-size: 13px;
}
.today span:nth-child(1) {
    color: #ff0000;
    font-weight: 500;
    display: flex;
}
.today span:nth-child(2) {
    font-size: .9rem;
}
.container-attractive > div:nth-child(2) { /*Por mientras*/
    /*width: 30%;*/
}
.price-button span {
    color: var(--color-first);
    font-weight: 500;
    font-size: 18px;
    width: 100%;
}
.price-button .btn.btn-ver-oferta-uno.btn-travel {
    background-color: var(--color-first);
    color: #ffffff;
    border-color: var(--color-first);
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: var(--brd-rad);
    font-size: 13px;
    margin: 0;
    width: 100%;
}
.price-button .btn.btn-ver-oferta-dos.btn-travel {
    background-color: var(--color-first);
    color: #ffffff;
    border-color: var(--color-first);
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: var(--brd-rad);
    font-size: 13px;
    margin: 0;
    width: 100%;
}
.working-title {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 3.5rem;
}
.working-title > h2 {
    text-transform: capitalize;
    font-family: inherit;
    font-size: 2rem;
    color: var(--color-first);
    font-family: 'Bree W01 Regular';
}
.whatsapp-home {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 1%;
    right: 2%;
    z-index: 50;
    font-size: 2rem;
    background: #25D366;
    padding: 0px 11px;
    color: #fff;
    border: 0px solid #128C7E;
    border-radius: 50%;
}
.whatsapp-home:hover {
    color: inherit;
}
.whatsapp-home .onda,
.whatsapp-home .onda:before,
.whatsapp-home .onda:after {
  -webkit-animation:onda 3s infinite;
  animation:onda 3s infinite;
  border-radius:50%;
  box-shadow:0 0 0 0 rgba(27,215,65,.3);
  top:0;
  height:55px;
  position:absolute;
  width:55px
}
.whatsapp-home .onda:before {
  -webkit-animation-delay:.9s;
  animation-delay:.9s;
  content:"";
  position:absolute;
  top:0
}
.whatsapp-home .onda:after {
  -webkit-animation-delay:.6s;
  animation-delay:.6s;
  content:"";
  position:absolute;
  top:0
}


@keyframes onda{70%{box-shadow:0 0 0 50px rgba(27,215,65,0)}100%{box-shadow:0 0 0 0 rgba(27,215,65,0)}}


/*****LOGIN AGENTE*****/
.bg-agente {
    background-image: url('https://images.pexels.com/photos/17060854/pexels-photo-17060854/free-photo-of-paisaje-montanas-vacaciones-viaje.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.login__agente {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255 255 255 / 50%);
}
.login__agente {
    color: white;
    text-align: center;
    font-size: 1.3rem;
}
.modal-agent {
    width: 90%;
    margin: 0 auto;
}
.content-agent {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1rem;
}
.content-agent > label {
    width: 15%;
    display: flex;
    justify-content: center;
}
.content-agent > label > i {
    color: var(--color-first);
}
.content-agent > input {
    width: 80%;
    border-radius: var(--brd-rad);
}
.agente__viajes {
    display: inherit;
    flex-direction: column;
    row-gap: 1rem;
}
.body__image {
    height: 300px;
    overflow: hidden;
    width: 100%;
}
.body__image img {
    height: inherit;
    object-fit: cover;
    width: inherit;
}
.btn.btn-send {
    background-color: var(--color-first);
    color: white;
    text-transform: uppercase;
    font-size: .9rem;
    padding: 1rem 1rem;
    letter-spacing: 1px;
    width: 100%;
}

/*****FILTROS HOME*****/
.title-search {
    display: flex;
    justify-content: center;
}
.title-search > h3 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 30px;
}
.search-content {
    display: flex;
    height: 2.5rem;
    align-items: center;
    flex-direction: row;
}
.search-content > label {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-first);
}
.search-content > select,
.search-content > input,
.search-content .input-group.date .form-control.input-sm,
.search-content .input-group.date .form-select.input-sm {
    border: 0 solid var(--color-first);
    border-radius: var(--brd-rad);
}
.btn.btn-color-search {
    background-color: var(--color-first);
    color: #ffffff;
    border-color: var(--color-first);
    padding: 6px 12px;
    border-radius: var(--brd-rad);
    margin: 0;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-color-search:hover {
    box-shadow: 0 2px 5px 0 rgb(0 148 214 / 16%), 0 2px 10px 0 rgb(0 148 214 / 12%);
}
.form-filter-one {
    border: 1px solid #ccc;
    border-radius: 45px;
    padding: 1.5rem;
}
.form-filter-one:hover {
    border: 1px solid var(--color-first);
}

/*****DETALLE DE LA CAMPAÑA*****/
#detalle-campana .carousel.carrusel-detalle {
    height: unset;
}
.imagen-detalle {
    height: 611px;
    object-fit: cover;
    width: 100%;
}
.carousel .carousel-inner {
    height: unset;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.contenedor-compra-acciones {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 611px;
}
.btn-add-cart,
.boton-opciones-multi {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}
#detalle-campana .detalle-titulo > p {
    line-height: revert;
    margin: 0;
    padding: 5px 0 10px;
}
#detalle-campana .contenedor-compra-detalle {
    float: none;
    position: relative;
    top: 27.165px;
    margin-top: 0;
}
#detalle-campana .detalle-titulo {
    padding-bottom: 0;
    padding: 1rem;
}
#detalle-campana .share_buttons {
    margin-left: 0;
    height: inherit;
}
.modal-content.option-content {
    padding: 0;
    margin-top: 20px;
    border-bottom: 0;
}
.align-elements {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 15px;
}
.multi-date {
    padding: 5px 0 25px;
}
.child-align {
    height: 76px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.time_campaigns {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 10px;
}
.price-before,
.text-since {
    width: 50%;
    text-align: center;
    font-size: 12px;
}
.price-before {
    float: left;
}
.text-since {
    float: right;
}
.price-before .text-one,
.text-since .text-one {
    display: block;
    color: var(--color-first);
}
.text-since .icon-fire {
    width: 22%;
}
.price-before .text-two {
    font-weight: normal;
}
.text-since .text-two {
    position: relative;
    right: 5px;
}
.text-two.text-alone {
    left: -51px;
    top: 10px;
}
.price-referential {
    display: block;
    text-align: center;
    position: relative;
    top: 9px;
}
.price-referential.option-sale {
    position: inherit;
}
.option-sale .priceBuyReference {
    padding: 0;
    font-size: 1.1rem;
    color: #000000;
}
.multi-ofert .icon-fire {
    width: 12%;
}
.label-count {
    display: none;
}
.input-modify,
.input-modifying {
    border: 0px solid;
    background: transparent;
    border-radius: var(--brd-rad);
}
.input-modify {
    color: #ffffff;
}
.input-modifying {
    color: #000000;
    margin-bottom: 5px;
}
.input-modify:focus,
.input-modifying:focus {
    box-shadow: 0 0 0 1px var(--color-first);
}

.input-modidy option:hover {
    background: var(--color-first);
}

.text-since.sub-text {
    position: relative;
    right: 40px;
}
.content-option {
    display: flex;
    align-items: center;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 5.4%;
    padding-right: 5.4%;
}
.content__includ--noinclud {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-left: 5.4%;
    padding-right: 5.4%;
}
.content__includ--noinclud .text-opcion {
    color: var(--color-first);
}
.content-option p {
    margin: 0;
}
.text-since.multi-ofert {
    width: 100%;
}
.multi-ofert .text-alone {
    left: 0;
}
.opciones-venta {
    margin-bottom: 20px;
}
.social-networks {
    position: relative;
    top: -26px;
}
.social-networks .share_buttons {
    margin-left: 0px;
    margin-top: -8px;
}
.extra-information .ofert-end {
    float: right;
}
.ofert-end .time-content {
    position: relative;
    top: -50px;
    font-size: 5px;
}
.option-content {
    width: 100%;
}
.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}
.quantity-multi {
    height: 76px;
    display: flex;
    flex-direction: column;
}
.qty-plus,
.qty-minus {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0px solid;
    font-size: 10px;
    cursor: pointer;
    background: white;
    color: var(--color-first);
    border: 1px solid;
}
.qty-plus:active,
.qty-minus:active {
    transform: scale(.9);
}
.qty-plus:hover,
.qty-minus:hover {
    background: var(--color-first);
    color: white;
}
.qty-text {
    border-radius: 4px;
    border: 0px solid;
    width: 20%;
    text-align: center;
    margin: 0 15px;
}
.qty-text:focus-visible {
    outline:none;
}
.child-align .text-precio {
    padding: 0;
    color: #ff0000;
}
.text-precio + s {
    font-size: 12px;
}
.multi-ofert .text-one {
    color: #ff0000;
    font-family: gotham-medium, 'arial', 'sans-serif';
    font-size: 14px;
}
.btn.btn-danger.btn-color,
.btn.btn-primary.btn-color {
    background: var(--color-first);
    background-color: var(--color-first);
    border-color: var(--color-first);
    font-family: Bree W01 Regular;
    border-radius: var(--brd-rad);
}
.btn.btn-secondary.btn-color {
    border-radius: var(--brd-rad);
    font-family: Bree W01 Regular;
}
.title-options {
    border-bottom: 1px dashed var(--color-first);
    color: var(--color-first);
    font: 500 20px Bree W01 Regular;
}
.modify-header {
    border: none;
}
.col-12.content-one {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-one i {
    font-size: 70px;
    color: #18c118b3;
    display: block;
    margin: 0 auto 10px;
}
.content-one .message-success {
    color: #18c118b3;
}
.btn-color.btn-block {
    width: 100%;
}
.btn.btn-danger.btn-color.btn-line {
    background-color: #ffffff;
    color: var(--color-first);
    border: none;
}
.col-12.content-two,
.col-12.content-three {
    margin-top: 16px;
}
.form-control.input-sm.input-date,
.form-control.input-date {
    border-radius: var(--brd-rad);
    text-align: center;
    color: var(--color-first);
    font-size: .95rem;
    border: 1px solid;
}
/*.form-control.input-sm.input-date::placeholder,
.form-control.input-date::placeholder {
    font-family: 'Font Awesome 5 Free';
    text-align: center;
}*/
.input-group.label-content {
    border-spacing: 0px;
    font-size: 12px;
    justify-content: center;
    padding-bottom: 4px;
    margin-top: 16px;
}
.input-group.label-content.multi-content {
    border-spacing:0px;
    font-size: 12px;
    justify-content: center;
}
.date.label-content {
    margin-top: 4px;
}
.result span {
    font-size: 13px;
    font-weight: normal;
}
.result i {
    font-size: 18px;
    color: #ffffff;
    float: none;
}
.initial  {
    content: '';
    display: block;
    height: initial;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.initial ::before {
    background: linear-gradient(rgba(255,250,250,0) 15px,#fff);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}
.detalle-opcion-venta {
    font-weight: normal;
    font-size: 0.9rem;
}
.ver-toogle {
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    color: #A8CF45;
}
.ver-toogle:hover {
    color: #98c032;
}
.discount_information {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}
.quantity-multi__first {
    padding-bottom: .6rem;
}
.quantity-multi__first > span {
    font-size: 12px;
}
.quantity-multi__second {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.6rem;
}
.icon-circle-prev, .icon-circle-prev.active, .icon-circle-next, .icon-circle-next.active {
    width: 35px;
    height: 35px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: .5;
    border-radius: 50%;
    margin: .4rem;
}
.icon-circle-prev:hover, .icon-circle-next:hover {
    opacity: 1;
    background: #000000ad;
    color: white;
}
.btn.btn-rebueno {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.btn.btn-rebueno .icon-tab {
    width: 32px;
}

/*****FORMULARIO PAGO*****/
.help-block {
    font-size: 11px;
    color: red;
    margin-left: 17%;
}
.titulo_negro.check-actions {
    background-color: transparent;
    color: #666666;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
.section_payment.clean-scroll {
    height: 750px;
    overflow: overlay;
    margin-bottom: 10px;
}
.icon__edit {
    display: none;
    transition: all 200ms;
}
.btn-editar:hover .icon__edit,
.btn-editar:active .icon__edit {
    display: inline;
    position: relative;
    right: 4px;
}
.content-payment .section_payment {
    width: 346px;
}
.qty-minus {
    padding: 0;
}
.section_payment .label-viajero, .section_payment .label-factura {
    top: 3px;
    position: relative;
    font-size: 0.7rem;
}
.check-viajero, .check-factura {
    display: flex;
    margin: 0 auto;
    position: relative;
    top: 0px;
    right: 5px;
}
.container-payment {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
}
.container-payment > .section-payment {
    margin: 10px 0 10px 0;
}
.izy-web {
    background-color: var(--color-first) !important;
    border-radius: 30px !important;
    color: white !important;
    width: 100% !important;
    font-family: gotham-medium, 'arial', 'sans-serif' !important;
    font-size: 20px !important;
    padding: 0 !important;
    height: 40px !important;
    margin: 0! important;
    /*margin-left: 4.6% !important;*/
}

.izy-web-input {
    border: 1px solid var(--color-first) !important;
    border-radius: 20px !important;
}

/*****CATEGORIA DE LA CAMPAÑA*****/
.container-category {
    padding: 20px 0;
}
.new-box,
.new-box > h2 {
    text-align: center;
}
.content_vermas {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.btn.btn_vermas {
    background-color: #ffffff;
    border-color: 1px solid var(--color-second);
    border-radius: var(--brd-rad);
    padding: 3px 10px;
    color: var(--color-second);
}
.btn.btn_vermas:hover {
    background-color: var(--color-second);
    color: #ffffff;
}
.btn.btn_vermas:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 204 41 / 25%);
}

/*****VOUCHER PAGO*****/

.voucher-pago {
    margin-top: 40px;
    margin-bottom: 30px;
}
.border-color {
    border: 1px solid var(--color-first);
}
.space-6,
.space-66 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.logo-voucher {
    width: 200px;
    padding: 12px;
}
.space-66 p {
    color: var(--color-first);
    font-size: 1.1rem;
    margin: 0;
}
.content-texto {
    text-align: center;
    font-size: .9rem;
}
.border-color .titulo {
    font-weight: bold;
    text-align: center;
}
.border-subtitulo {
    border: 1px solid var(--color-first);
    text-align: center;
    border-left: 0px;
    border-right: 0px;
    font-weight: 500;
}
.content-parrafo {
    padding: 0 15px;
    font-size: .9rem;
}
.text-important {
    background-color: var(--color-first);
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    padding-block: .25rem;
}
.line-subhead {
    border-bottom: 1px solid var(--color-first);
    margin-bottom: 20px;
}
.size-100,
.size-106 {
    text-align: center;
}
.size-100 .monto-total {
    text-align: center;
    font-size: 2.5rem;
}
.size-102 {
    margin: 15px 0;
}
.size-106 p {
    margin-bottom: .5rem;
}
.size-106 {
    display: flex;
    justify-content: space-evenly;
}
.date-bank {
    width: 24%;
}
.date-bank__title {
    font-size: 0.9rem;
}
.size-106 .img-banco {
    width: 70%;
    position: relative;
    /*left: 8%;*/
}
.file-two {
    font-weight: 500;
}
.actions-voucher {
    text-align: center;
    margin-bottom: 30px;
}

/*****ERROR 404*****/

.container.error.not-found {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    background: transparent;
}
.text_404,
.content_404,
.boton_404 {
    align-self: center;
}
.text-error {
    font: 700 1.7rem var(--bs-font-sans-serif);
    color: var(--color-first);
}
.boton_404 {
    margin: 20px 0; 
}
.btn-404 {
    background-color: var(--color-first);
    color: #ffffff;
    border-color: var(--color-first);
    padding: 6px 12px;
    text-transform: uppercase;
    border-radius: var(--brd-rad);
    font-size: 1rem;
    margin: 0;
    width: 100%;
}
.btn-404:hover {
    color: #ffffff;
}

/*****VIEW FILTROS*****/

.container-filter {
    padding: 25px 0;
    display: flex;
    justify-content: space-evenly;
}
.container-left {
    width: 35%;
}
.container-right {
    width: 100%;
    padding-left: 20px;
}

.body-deta-destinos {
    display: fixed !important;
    float: left;
    position: relative;
    width: 100%;
}

.price-max {
    display: inline-block;
    float: right;
}

.price-min {
    display: inline-block;
    float: left;
}

.price-min input, .price-max input {
    width: 80px;
}
.btn-filtros {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    position: fixed;
    top: 50%;
    left: 1%;
}
.menu-filtros {
    padding: .5rem 1rem;
}
.menu-filtros,
.menu-filtros > li > ul > li {
    list-style: none;
}
#menu * {
	list-style:none;
}

#menu li {
	line-height:180%;
}

#menu li a {
	color:#222;
	text-decoration:none;
}

#menu li a:before {
	content:"\025b8";
	color:#ddd; 
	margin-right:4px;
}
#menu input[name="list"] {
	position: absolute;
	left: -1000em;
}
#menu label:before {
	content:"\025b8"; 
	margin-right:4px;
}
#menu input:checked ~ label:before{
	content:"\025be";
}
#menu .interior{
	display: none;
}
#menu input:checked ~ ul{
	display:block;
}
.menu-filtros .title {
    font-size: 20px;
    padding-bottom: 12px;
    font-weight: 500;
}
.range-slider {
    margin-bottom: 2.5rem;
}
.range-slider .text-referente {
    font-size: 14px;
}
.range-slider input[type=number] {
    border: 1px solid transparent;
    text-align: center;
    font-size: 14px;
    -moz-appearance: textfield;
    background: transparent;
    position: relative;
}


/*****CAMPAÑA - DASHBOARD*****/

.icon-included {
    color: green;
}
.icon-excluded {
    color: red;
}

footer {
    background-image: url('/img/footer-opacity.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-main {
    background-attachment: unset;
}
.footer-voucher {
    background: var(--color-first);
}
.row.footer-main {
    padding: 70px 0 12px;
    margin: 0;
}
.container-footer {
    padding: 30px 20px;
}
.container-footer span {
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.links-footer {
    padding: 0;
}
.item-footer {
    list-style: none;
}
.item-footer a {
    text-decoration: none;
    color: rgb(255 255 255 / 70%);
    font-size: 15px;
}
.item-footer a:hover {
    text-decoration: none;
    color: var(--color-second);
}
.input-subscribe {
    display: flex;
    margin-top: 4px;
}
.input-subscribe input { 
    width: 80%;
    border-radius: 4px 0px 0px 4px;
    outline: none;
}
.btn.btn-email {
    background-color: var(--color-first);
    border-radius: 0px 4px 4px 0px;
}
.container-footer p {
    margin: 0;
    color: #bababa;
    font-size: 14px;
    padding-top: 4px;
}
.background-color {
    background-color: #c41c1b99;
    border-radius: 4px;
}
.line-footer {
    background-color: #ffffff;
    margin: 0;
    opacity: .25;
}
.row.footer-bottom {
    padding: 30px 0;
    color: black;
    align-items: center;
}
.row.footer-bottom span {
    font-size: 1rem;
    color: white;
}
.row.content-voucher {
    padding: 15px 0;
    text-align: center;
}
.social-media {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}
.social-media .item-social {
    list-style: none;
}
.social-media .link-social {
    padding: 0 10px;
}
.social-media a svg circle {
    stroke: white;
}
.social-media a svg  path {
    fill: white;
}
.social-media a:hover svg circle {
    stroke: var(--color-second);
}
.social-media a:hover svg path {
    fill: var(--color-second);
}
.icon__footer {
    display: none;
    transition: all 100ms;
}
.link__footer:hover .icon__footer {
    display: inline;
    margin-left: -18px;
}
.link__footer-pointer {
    cursor: unset;
}
.experience__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 0; 
}

.experience {
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
}

.imagen__experience {
    position: relative;
    transition: all 600ms;
}

/*.imagen__experience:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 600ms;
}*/

.content__experience {
    padding: 0;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.content__experience h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.article:hover .content__experience a {
    position: relative;
    z-index: 3;
}
.imagen__experience > img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.experience:hover .overlay {
    opacity: 1;
}

.btn.btn-experience {
    background-color: var(--color-first);
    color: white;
    text-transform: uppercase;
    font-size: .9rem;
    padding: .5rem .5rem;
    letter-spacing: 1px;
    width: 120px;
}
#detalle-campana .detalle-titulo .description__title--detail {
    font-family: inherit;
    font-size: 1rem;
    /*margin-bottom: 1rem;*/
}
#tab-accordion-descripcionservicio,
#tab-accordion-saber,
#tab-accordion-incluye,
#tab-accordion-noincluye,
#tab-accordion-formapago,
#tab-accordion-empresa {
    padding: 1rem;
}
#tab-accordion-empresa > h2 {
    font-size: 1rem;
    color: initial;
}
.title__with--download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.title__with--download > p {
    margin-bottom: 0;
    font-family: Bree W01 Regular;
    font-size: 20px;
}
.title__with--download .button__download--desktop {
    display: none;
}
#detalle-titulo-container .button__download--movil {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    column-gap: 1rem;
}
#detalle-titulo-container .button__download--movil span,
#detalle-titulo-container .button__download--desktop span {
    font-size: .9rem;
}
span.text-two.text-alone {
    position: unset;
}
#detalle_precio .text-two.text-alone {
    position: relative;
}
.payAgenteOne {
    display: flex;
}
.payAgenteOne > div {
    font-size: .7rem;
}
.pago-prereserva {
    margin: 40px 0;
}
.pago-prereserva .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}
.pago-prereserva .container > img {
    width: 300px;
    height: 65vh;
}

div#imagen {
  width: 247px;
  height: 459px;
  background-size: cover;/*sólo para ejemplo*/
  margin: 0 auto;
  border-radius: var(--brd-rad-1);
  box-shadow: 1px 1px 4px;
}
div#info {
  position:absolute;
  overflow:hidden;
  width: inherit;
  height: 459px;
  background-color: rgba(31, 31, 31, 0.68);
  opacity:0;
  transition: opacity 0.3s;
  /*margin-left: -12px;	*/
}
div#imagen:hover div#info {
  opacity:1;
  border-radius: var(--brd-rad-1);
}
p#headline {
  position: absolute;
  font-size: 1.5rem;
  margin-left: -75px;
  margin-top: 13rem; /*220px*/
  transition: margin-left 0.3s;
  font-size: 26px;
  width: 247px;
}
p#headline.v2-image {
    width: 257px;
}
p#headline.v3-image {
    width: 352px;
}
div#imagen:hover p#headline {
  margin-left: 0px;
  font-family: 'Bree W01 Regular';
}
p#descripcion {
  font-size: 1rem;
  text-align: center;
  margin-top: 200px;
  transition: margin-top 0.4s;
}
div#imagen:hover p#descripcion {
  margin-top: 176px;
  color: white;
  font-size: 26px;
  font-family: 'Bree W01 Regular';
}
div#imagen div#info p#headline a {
	color: white;
}
.cards__banner {
    margin: 3.5rem auto;
    padding: 1rem 0;
    margin-top: 2rem;
}
.cards__banner .swiper-button-next, .cards__banner .swiper-button-prev {
    color: var(--color-first);
}
.cards__banner .swiper-slide:hover #imagen {
    scale: 104%;
    transition: all 600ms;
}
.cards__banner .swiper-button-next:after, .cards__banner .swiper-button-prev:after,
.cards__categorys .swiper-button-next:after, .cards__categorys .swiper-button-prev:after{
    font-size: 1rem;
    background-color: #ffffff78;
    padding: 1rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}
.categorys h2, .categorys h3 {
    margin: 0;
    text-align: center;
}
.categorys h2 {
    font-size: 2rem;
    font-family: inherit;
    color: initial;
    font-family: 'Bree W01 Regular';
}
.categorys h3 {
    font-family: inherit;
    margin: 1.5rem 0;
    padding: 0;
    color: var(--color-first);
}
.content__categorys {
    /*display: grid;*/
    /*grid-template-columns: repeat(6, 1fr);*/
    /*gap: 1rem;*/
}
.cards__categorys {
    width: 100%;
}
.content__categorys article {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .5rem;
    padding: 1rem;
    transition: all 300ms;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    border-radius: var(--brd-rad-1);
    width: 180px;
}
.content__categorys article:hover {
    background: none;
    color: var(--color-first);
    border-radius: var(--brd-rad-1);
    transition: all 300ms;
    /*transform: translateY(20px);*/
    justify-content: space-evenly;
    height: 230px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.content__categorys article > div {
    width: 140px;
    height: 140px;
}
.content__categorys article img {
        width: 100px;
        height: 100px;
        object-fit: contain;
}
.content__categorys article i {
    font-size: 1.5rem;
    color: var(--color-first);
    margin-top: 1rem;
}
.content__categorys article p {
    font-size: .8rem;
    text-align: center;
    color: var(--color-first);
}
.content__categorys article:hover i {
    color: var(--color-first);
    font-size: 1.8rem;
    margin: 0;
}
.content__categorys article:hover span {
    font-size: .9rem;
}
.content__categorys article:hover p {
    color: var(--color-first);
    font-size: .7rem;
    margin: 0;
}
.title__selling, .subtitle__selling {
    margin: 0;
    text-align: center;
}
.title__selling {
    margin-top: 3.5rem;
    font-size: 2rem;
    font-family: inherit;
    color: initial;
    font-family: 'Bree W01 Regular';
}
.subtitle__selling {
    font-family: inherit;
    margin: 1.5rem 0;
    color: var(--color-first);
    padding: 0;
    margin-bottom: calc(1.5rem - 10px);
}
.content__steps {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.content__steps--information {
    width: 100%;
}
.content__steps--information h2 {
    margin: 3.5rem auto 0;
    font-size: 2rem;
    font-family: inherit;
    padding: 0;
    color: initial;
    width: 290px;
    font-family: 'Bree W01 Regular';
}
.content__steps--information h3 {
    font-family: inherit;
    margin: 1.5rem auto;
    padding: 0;
    color: var(--color-first);
    width: 290px;
}
.content__steps--image {
    width: 100%;
    margin-top: 3.5rem;
}
.content__steps--image figcaption {
    width: 290px;
    height: 500px;
    border-radius: var(--brd-rad);
    margin: 0 auto;
    overflow: hidden;
}
.content__steps--image img {
    width: 100%;
    height: 100%;
    border-radius: var(--brd-rad-1);
    transition: all 300ms;
}
.content__steps--image figcaption:hover img {
    transform: scale(1.1);
}
.content__steps--information .step {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    width: 290px;
    margin: 0 auto;
}
.step article {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    align-items: flex-start;
}
.step article div h4 {
    font-size: 1.2rem;
    margin: 0;
    font-family: inherit;
}
.step article div p {
    font-size: .9rem;
    margin: 0;
}
.step article .fas {
    padding: 1rem;
    border-radius: 6px;
    color: white;
    width: 3rem;
    height: 3rem;
}
.step article .fa-search {
    background: var(--color-third);
}
.step article .fa-calendar-check {
    background: var(--color-second);
}
.step article .fa-plane-departure {
    background: var(--color-first);
    display: flex;
    justify-content: center;
}
.content__testymonials {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.content__testymonials--text {
    width: 290px;
    margin: 0 auto;
}
.content__testymonials--text h2 {
    color: initial;
    margin: calc(3.5rem - 10px) 0 0;
    font-size: 2rem;
    font-family: 'Bree W01 Regular';
}
.content__testymonials--text h3 {
    color: var(--color-first);
    font-family: inherit;
    margin: 1.5rem 0;
    padding: 0;
}
.content__testymonials--testymonial {
    width: 290px;
    margin: calc(6.5rem - 10px) 0 0;
    margin-inline: auto;
}
.content__testymonials--testymonial article {
    position: relative;
}
.content__testymonials--testymonial .card {
    padding: 1.5rem;
    border: none;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.09);
    border-radius: var(--brd-rad-1);
}
.content__testymonials--testymonial .card .people {
    font-weight: 600;
}
.content__testymonials--testymonial .card .travel {
    font-size: .9rem;
}
.content__testymonials--testymonial .image {
    position: absolute;
    top: -40px;
    right: -25px;
}
.content__testymonials--testymonial .image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.counts span {
    font-size: 2rem;
    color: #bbb;
}
.counts .one__count {
    color:black;
}
.content__questions > h2 {
    color: var(--color-first);
    margin: calc(3.5rem) 0;
    font-size: 2rem;
    font-family: 'Bree W01 Regular';
}
.container.work-mod {
    margin-top: 3.5rem;
}
.content__questions .accordion-item {
    border: 1px solid #ccc! important;
    border-radius: var(--brd-rad-1);
    padding: 0;
}
.content__questions .accordion-flush {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content__questions .accordion-item button {
    box-shadow: none;
    background: none;
}
.content__questions .accordion-body {
    background: var(--color-first);
    color: white;
    border-radius: 0 0 12px 12px;
}

.content__subscribe {
    margin-top: 3.5rem;
    padding: 3rem;
    background: #0860e212;
    border-radius: var(--brd-rad-1);
    position: relative;
}
.content__subscribe h2 {
    color: black;
    margin: calc(3.5rem) 0;
    font-size: 1.5rem;
    text-align: center;
}
.content__subscribe form {
    width: 200px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.content__subscribe form .input {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    padding-left: .7rem;
    border-radius: 8px;
}
.content__subscribe form .input svg {
    color: #6c757d;
}
.content__subscribe form .input input {
    border: 0px;
    border-radius: 8px;
}
.content__subscribe form .input input:focus,
.content__subscribe form .input input:focus-visible {
    outline: none;
    box-shadow: none;
}
.content__subscribe form .input:focus-visible input {
    outline: none;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.content__subscribe .image {
    position: absolute;
    top: -35px;
    right: -30px;
    display: none;
}
.content__subscribe form button {
    background: var(--color-second);
    color: white;
    border-radius: 8px;
}
.contenedor-tabs .section__detail {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.section__detail > h2 {
    width: 15%;
}
.section__detail > h2 > div > a {
    display: inline-block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: system-ui, arial, sans-serif;
    color: initial;
}
.section__detail > section {
    width: 80%;
}
.section__detail > section > h2 {
    font-size: initial;
}
.section__detail > section > ul {
    padding-left: 1rem;
}
.contenedor-tabs .section__detail:hover > h2 > div > a {
    color: var(--color-first);
}
.section__detail tbody, 
.section__detail td, 
.section__detail tfoot, 
.section__detail th, 
.section__detail thead, 
.section__detail tr {
    border: 1px solid #bbb! important;
}
#video-desktop {
    display: none;
}

@media only screen and (min-width: 768px) {
    .login__agente {
        width: 340px;
    }
    .experience__content {
        grid-template-columns: repeat(2, 1fr); 
    }
    #detalle-titulo-container .button__download--movil {
        display: none;
    }
    #detalle-titulo-container .button__download--desktop {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        column-gap: 1rem;
    }
    .pago-prereserva .container > img {
        height: 75vh;
    }
    .content__steps {
        flex-direction: row;
    }
    .content__steps--information h2 {
        width: 290px;
    }
    .content__steps--information h3 {
        width: 290px;
    }
    .content__steps--information .step {
        width: 290px;
    }
    .content__testymonials {
        flex-direction: row;
    }
    .content__testymonials--text {
        width: 250px;
    }
    .content__testymonials--testymonial {
        width: 250px;
    }
    .content__subscribe form {
        width: 300px;
        flex-direction: row;
    }
    .content__subscribe .image {
        display: block;
    }
    .section__detail .accordion-item .accordion-header {
        font-family: system-ui, arial, sans-serif;
    }
    .section__detail .accordion-item {
        border: none;
        border-bottom: 1px solid #bbb;
        border-radius: 0 0 0 4.8px;
    }
    .section__detail .accordion-item .accordion-item {
        border: none;
    }
}

@media only screen and (min-width: 1024px) {
    #modalRegistrate .modal-dialog {
        width: 800px;
        max-width: 800px;
    }
    .agente__viajes {
        flex-direction: row-reverse;
        column-gap: 1rem;
        align-items: center;
    }
    .body__image, .body__content {
        width: 50%;
    }
    .body__image {
        height: 100%;
        overflow: unset;
    }
    .body__image img {
        height: 100%;
        width: 100%;
    }
    .content__steps--information h2 {
        width: 450px;
    }
    .content__steps--information h3 {
        width: 450px;
    }
    .content__steps--information .step {
        width: 450px;
    }
    .content__steps--image figcaption {
        width: 450px;
    }
    .content__testymonials--text {
        width: 450px;
    }
    .content__testymonials--testymonial {
        width: 450px;
    }
    .cards__categorys {
        width: 800px;
    }
    #video-movil {
        display: none;
    }
    #video-desktop {
        display: block;
    }
}
