@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #8307BD;
    --secondary: #1acbad;
    --gris: #333333;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
    scroll-behavior: smooth;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none!important;
}

.p-0 {
    padding: 0;
}

/*.btn-default {
    background-color: var(--primary);
    border-color: var(--primary);
    color:#FFFFFF;
    font-weight: 500;
    border-radius: 35px;
}*/

.btn-default:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color:#FFFFFF
}

.input-group-addon {
    background:var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.resultado #header-TURSTORE {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary);
}

body.resultado #container {padding-top: 25px; padding-bottom: 25px;}



/*HEADER*/

#header-TURSTORE {
    padding: 10px 0; 
    width: 100%;
    background-color: var(--primary);
    height: 112px;
    display: flex;
    align-items: center;
}

#header-TURSTORE .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#header-TURSTORE .navbar-default .navbar-toggle,
#header-TURSTORE .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-TURSTORE .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 15px;
   margin-bottom: 0;
}

#header-TURSTORE .navbar-default a {
    color: #ffffff;
    font-size: 12.5px;
    padding: 5px 15px;
    font-weight: 600;
}

#header-TURSTORE .navbar-default #btn-id-14 a {
    border: 1px solid white;
    border-radius: 24px;
    padding: 5px 30px;
    font-size: 14px;
}

#header-TURSTORE .navbar-default a .caret {
    display: none;
}

#header-TURSTORE .navbar-default a:hover {
    color:var(--secondary)
}

#header-TURSTORE .navbar-default .dropdown-menu>li>a {
    background-color: var(--secondary);
    padding: 7px 15px;
    color:white!important;
}
#header-TURSTORE .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-TURSTORE .navbar-default .navbar-nav>.active>a,
#header-TURSTORE .navbar-default .dropdown-menu,
#header-TURSTORE .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--secondary)
}

#header-TURSTORE .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--secondary)
}

#header-TURSTORE .navbar-default .dropdown.open > a {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
}



@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 440px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}

.buscador-principal h4 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin: 0;
}


/*CONTENIDO*/


#sldHome .img-slide {
    opacity: 1!important;
}

.titulos-seccion {
    color:var(--gris);
    text-align: center;
    font-weight: 700;
    margin: 20px auto 40px auto;
    font-size: 32px;
}
.titulos-seccion span {
    color:var(--primary);
}

.titulos-seccion span {
    color: var(--primary);
}

.wrapper_quienes_home {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 40px auto;
    display: flex;
}

@media (max-width: 768px) {
    .wrapper_quienes_home {
        flex-direction: column;
    }
    .wrapper_quienes_home .p-0 {
        padding: 0!important;
    }
    .quienes_somos_texto {
        padding-top: 40px!important;
        padding-right: 40px!important;
        padding-left: 40px!important;
        padding-bottom: 40px!important;
    }
    img#logo-footer {
        margin: auto auto 40px auto;
    }
    #footer-TURSTORE {
        text-align: center;
    }
    .redes-header {
        justify-content: center;
        margin-top: 30px;
    }
    .wrapper_prefooter {
        gap: 10px!important;
        margin: 10px auto;
    }
    .wrapper_prefooter img {
        height: 50px!important;
    }
    .wrapper_prefooter p {
        font-size: 14px!important;
    }
}

#grupales {
    background-color: #f1f1f1;
    padding: 40px 0;
}

.quienes_somos_texto {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.quienes_somos_texto a {
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: solid 3px var(--primary);
    width: 165px;
    gap: 5px;
    font-size: 18px;
}
.quienes_somos_texto a img {
    margin-top: -4px;
}


#DESTINOSHome .DESTINO-img img {
    width: auto;
    margin-left: -40px;
    padding-left: 50%;
}

#DESTINOSHome .DESTINO-img h3 {
    color: #fff; 
    text-transform:uppercase;
    font-size: 27px;
    width: 70%;
    margin: 15px auto;
}

#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 12px;
    color: #FFFFFF;
}

#news form input {
    height: 49px;
    padding: 6px 20px;
    border-color:transparent;
    border-radius: 35px;
}

#news form span {
    color:#FFFFFF
}

#news form .btn-default {
    font-size: 16px;
    padding: 10px 20px;
    background: transparent;
    border-color:white;
    border-width: 2px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 49px;
}



/*FOOTER*/



#footer-TURSTORE {
    padding: 50px 0 0;
    background-color: var(--primary);
    color: #ffffff;
    font-size: 17px;
}

#footer-TURSTORE a{
    color:#fff;
    border:none!important;
}

#footer-TURSTORE a:hover {
    color: var(--secondary)
}

#footer-TURSTORE ul li {
    margin-bottom: 5px ;
}

#footer-TURSTORE .subir {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#footer-TURSTORE .subir i {
    font-size: 40px;
    margin-top: -5px;
}



#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}



/*RESPONSIVE*/

@media(max-width:768px){
    #header-TURSTORE {
        border:none;
        height: auto;
        margin-bottom: 15px;
    }

    #header-TURSTORE nav {
        min-height: auto;
    }

    #wrapperBuscadorSlide {
        display: none;
    }

    #news form label{
        text-align: center;
        margin-bottom: 35px;
    }

    #slideinf .carousel-caption {
        width: 80%!important;
        left: 10%!important;
    }
    .wrapper_RNAV img {
        margin: auto;
    }
}



/*AJUSTES SERVICES*/


.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .habitacion-cabecera[data-v-286bf90e]
{
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

.paso3 #itinerario .list-group .list-group-item .list-group-item-heading,
.paso3 .infomacion .list-group .list-group-item .list-inline li b
{
    color:var(--primary)!important
}