 :root {
    --color-blanco: #fff;
    --color-fondo: #f6f6f7;
    --color-negro: #2b2b2b;
    --color-naranja: #1976d2;
    --color-gris: #a7a7a7;
    --color-verde: #4caf50;
    --color-rojo: #f44336;
}

* {
    box-sizing: border-box;
    font-display: block;
}

.grecaptcha-badge {
    visibility: hidden;
}

.text-grecaptcha {
    width: 100%;
    font-size: 14px;
    padding: 2px 5px;
    margin: 6px 0;
}

.color-grecaptcha {
    color: var(--color-naranja);
}


.web-presentation-tittle {
    background: rgba(25, 118, 210, 0.749) !important;
    padding: 5px 15px !important;
    border-radius: 3px !important;
    margin: 5px;
    box-shadow: none !important;
}

.web-presentation-subTittle {
    background: rgba(255, 255, 255, 0.741) !important;
    padding: 5px 15px !important;
    color: #1976d2;
    border-radius: 3px !important;
    margin: 5px;
    box-shadow: none !important;
}

.container-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--color-blanco);
    width: 70%;
    border: 0;
    border-radius: 0 0px 10px 10px;
    position: relative;
}

.reservation-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--color-blanco);
    width: 100%;
    border: 0;
    /* border-top: 2px solid var(--color-naranja); */
    border: 2px solid var(--color-naranja);
    padding: 20px;
    box-shadow: 0 0 9px -3px rgb(0, 0, 0, 0.25);
}

.fuente, .web-reservation-input, .text-grecaptcha, .price, .reservation-buttom {
    font-family: Josefix, Josefix-Fallback, sans-serif !important;
    font-display: block;
    font-style: normal;
    padding: 0;
    line-height: normal;
}

.special-buttom {
    background-color: var(--color-naranja);
    color: var(--color-blanco);
    padding: 8px 12px;
    border: 0;
    cursor: pointer;
    transition: ease-in-out .2s;
}


.special-buttom:hover {
    background-color: var(--color-blanco);
    color: var(--color-naranja);
}

.reservation-form-tittle {
    width: 100%;
    color: var(--color-naranja);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}

.reservation-form-subTittle {
    width: 100%;
    color: var(--color-negro);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.web-reservation-input {
    background: transparent;
    font-size: 16px;
    padding: 5px 0;
    border: none;
    border-bottom: 1.5px solid var(--color-gris);
    color: var(--color-negro);
    width: 48%;
    margin-bottom: 10px;
}

.mensaje-carga{
    display: none;
    z-index: 4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: white;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.suscribe-input {
    width: 440px;
    padding: 6px 8px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid var(--color-gris);
    font-size: 16px;
    margin: 15px 0 8px;
}

.suscribe-input-tittle {
    color: var(--color-blanco);
    margin-top: 10px;
    font-size: 20px;
}

.form-suscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.iti {
    width: 48%;
    margin-bottom: 10px;
}

.input-tel {
    width: 100%;
}

.web-reservation-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 3px;
}

.reservation-buttom {
    font-size: 16px;
    text-transform: uppercase ;
    font-weight: bold;
    padding: 0.875rem 1rem;
}

.reservation-buttom:hover {
    border-color: var(--color-naranja);
}

.viajeVuelta {
    display: none;
    animation-name: mostrar;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.price {
    color: var(--color-negro);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.total-price {
    color: var(--color-naranja);
}

.web-presentation-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px;
    padding: 10px 100px;
    position: relative;
}

.image-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    object-fit: cover;
    z-index: -1;
}

.web-presentation-tittle-2 {
    color: var(--color-blanco);
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

.web-presentation-subTittle-2 {
    color: var(--color-blanco);
    margin-top: 10px;
}

.web-presentation-3 {
    background-color: var(--color-blanco);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* align-items: center; */
    width: 100%;
    padding: 70px 40px;
    position: relative;
}

.box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex: 1 1 50%;
    width: 270px;
    height: 350px;
    padding: 30px;
}

.box-tittle {
    width: 100%;
    text-align: left;
    font-size: 28px;
    color: var(--color-naranja);
}

.box-descripcion {
    width: 100%;
    font-size: 16px;
    padding-left: 14px;
}

.box-descripcion::before {
    content: "\2713     ";
    color: var(--color-naranja);
    font-weight: bold;
}

.imagen-caract {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* border-bottom-right-radius: 85%;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10%;
        border-top-right-radius: 10%; */
}

.web-presentation-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px;
    padding: 10px;
    position: relative;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--color-negro);
    padding: 40px 20px;
    color: var(--color-blanco);
}

.web-presentation-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px;
    padding: 10px;
    position: relative;
}

.contacto {
    padding-left: 5px;
}

.contacto:first-child {
    margin-bottom: 7px;
}

.contactos-tittle {
    color: var(--color-gris);
    font-size: 17px;
    margin-bottom: 4px;
}

.footer-tittle {
    margin-bottom: 6px;
    color: var(--color-blanco);
}

.contacto-description {
    color: var(--color-naranja);
    text-decoration: none;
    font-size: 16px;
}

.floatingBall {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4caf50;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    transition: ease-out 0.3s;
    cursor: pointer;
}

.floatingBall:hover {
    /* transform: scale(1.2); */
    background-color: #fff;
    border: 2px solid #4caf50;
}

.image-floatingBall {
    width: 35px;
}

.price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: auto;
    padding: 30px 10px;
}

.price-table {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
}

.row-price:first-child {
    font-weight: bold;
}

.row-price:nth-child(even) {
    background-color: var(--color-fondo);
}

.row-price:nth-child(odd) {
    background-color: var(--color-blanco);
}

.column-price:first-child {
    width: 200px;
    max-width: 200px;
}

.column-price {
    width: 109px;
}

.column-price,
.row-price {
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    padding: 10px 5px;
}

.tipoViaje {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    background: var(--color-fondo);
    margin-bottom: 10px;
}

.TittletipoViaje {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: var(--color-naranja);
}

.cotizar-online {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--color-naranja);
    text-decoration: underline;
    cursor: pointer;
    font-family: Josefix, Josefix-Fallback, sans-serif;
    font-display: block;
}

i.iconAwesome,
.fas {
    color: var(--color-negro);
}

.mensajeTipoViaje {
    padding-left: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch .idaVueltaButtom {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-gris);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: var(--color-blanco);
    -webkit-transition: .4s;
    transition: .4s;
}

.idaVueltaButtom:checked+.slider {
    background-color: var(--color-naranja);
}

.idaVueltaButtom:focus+.slider {
    box-shadow: 0 0 1px var(--color-naranja);
}

.idaVueltaButtom:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 50px;
}

.slider.round:before {
    border-radius: 50%;
}

.tooltip {
    position: relative;
    /* display: inline-block; */
    width: 48%;
    /* margin-bottom: 10px; */
}

.tooltip>.web-reservation-input {
    width: 100%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 48%;
    background-color: var(--color-naranja);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltiptext::after {
    content: "";
    display: block;
    border-top: 7px solid var(--color-naranja);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@keyframes mostrar {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 700px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .web-presentation {
        margin-top: 75px;
    }
    .nav-item {
        margin: 0;
    }
    .nav-link {
        padding: 10px 0;
    }
    .nav-link:hover {
        border-color: transparent;
        background-color: var(--color-blanco);
    }
    .nav-list-items {
        display: none;
        /*block*/
        position: fixed;
        top: 75px;
        /* bottom: 0; */
        right: 0;
        left: 0;
        background-color: #353535;
        padding-bottom: 5px;
        text-align: center;
    }
    tbody {
        width: 100%;
    }
    .web-reservation {
        padding: 10px 0;
    }
    .container-form {
        width: 100%;
    }
    .box-content {
        flex: 1 1 100%;
        width: 100%;
    }
    .box-content:first-child {
        padding-bottom: 10px;
    }
    .box-content:last-child {
        padding-top: 10px;
    }
    .web-presentation-3 {
        flex-direction: column;
        padding: 70px 0;
    }
    .box-tittle {
        margin-bottom: 13px;
    }
    .box-descripcion {
        margin-bottom: 15px;
    }
    .suscribe-input {
        width: 90%;
    }
    .footer {
        flex-direction: column;
        justify-content: center;
    }
    .contactos,
    .derechos-autor {
        text-align: center;
    }
    .derechos-autor {
        margin: 15px 0;
    }
    .footer-tittle {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .web-reservation-input,
    .iti,
    .tooltip {
        width: 100%;
    }
}