html{
    font-size: 15px;
}
a.link-sin-subrayado{
    text-decoration: none;
}
header.secondary-page{
    padding-top: 0;
}
body{
    color: #111111;
}
.old-brand{

}
.new-brand{
    padding-left: 15px;
    max-height: 40px;
}
.new-brand-img{
    border-radius: 5px; padding: 5px;
}
.new-brand-img-menu{
    opacity: 0.9; border-radius: 4px; padding-left: 4px;
}
.new-brand-container{
    background-color: white; padding: 10px; border-radius: 10px; opacity: 0.8;
}


.inicio{
    background: url("../images/fondoLg.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed !important;
    margin-top:0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.encabezado{
    background:#11111100;
    color: #fff;
/*    padding: .5rem 0;*/
    z-index: 1;
/*    position: fixed;*/
}
.error-form{
    color: #ef2710;
    font-family: sans-serif;
}
.encabezado .containerC{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.encabezado .logo img{
    width: 120px;
    height: auto;
}

.boton-menu{
    margin-left: auto;
    border: 0;
    font-size: 2rem;
    padding: 0 .8rem;
    background: transparent;
    color: #fff;
}

.boton-menu:focus{
    outline: 0;
}

#menu-principal{
    flex: 1 1 100%;
}
#menu-principal ul{
    padding: 0;
    list-style: none;
    margin: 1rem 0 0;
}
#menu-principal ul a{
    display: block;
    padding: .8rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #8c8888;
    text-decoration: none;
}

.fondo{
    background: #6ffb099c;
}
#menu-principal ul a:hover{
    background-color: #0000002b;
    color: #64e5e5;
}
#menu-principal ul li.active a{
    color: #12AFAF;
}
.titulo{
    margin:auto;
    display: flex;
    align-items: center;
    color: #fff;
}

.bg-trans{
    background-color: rgba(123, 180, 219, 0.44);
}
.nosotros{
    font-size: 1.5rem;
}
.animateGir{
    transition: all .5s ease;
}
.animateGir:hover{
    border-radius:50%;
    -webkit-border-radius:50%;
    box-shadow: 0px 0px 15px 15px #12AFAF;
    -webkit-box-shadow: 0px 0px 15px 15px #12AFAF;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.flecha-bajar a{
    display: inline-block;
    color: #fff;
    font-size: 4rem;
    animation: flechaAnimada 2s ease-in-out infinite;
}

@keyframes flechaAnimada{
    from{
        transform: translateY(0);

    }
    50%{
        transform: translateY(6px);
    }
    to{
        transform: translateY(0);
    }
}

.visitas{
    background: url("../images/travelSeccion.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100vh;
    display: flex;
    align-items: center;
    color:#fff;
}
.tp{
    padding-top: 1.2rem;
}
.visitas img{
    width: 150px;
    height: auto;
}
.ir-arriba{
    position: fixed;
    bottom:1rem;
    right: 1rem;
    font-size: 3rem;
    color:rgb(18,175,175);
    z-index: 99999;
    line-height: 0;
    transition: all .5s ease;
}
.ir-arriba:hover,
.ir-arriba:focus{
    outline: 0;
    text-decoration: none;
    color:#fff;
}

.piePagina{
    background: #111;
    color:#fff;
}

.sociales i{
    opacity: .7;
    transition: all .5s ease;
}
.sociales i:hover{
    opacity: 1;
}
.mover{
    transition: all .5s ease;
}
.Servicios .mover i{
    font-size: 6rem;
}
.mover:hover{
    transform: scale(1.5);
    box-shadow: -5px 5px 5px #aaa;
    z-index: 9999;
}
.inicio{
    background: url("../images/fondo.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.frase{
    background: url("../images/frase.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100vh;
    display: flex;
    align-items: center;
    color:#fff;
}
.mapa{
    width: 100%;
    height: 350px;
}
@media only screen and (max-width: 575px) {
    .lista-servicios {
        display: flex;
        justify-content: center;
    }
    .old-brand{
    }
    .new-brand{
        padding-left: 10px;
    }
    .new-brand-img{
        max-width: 70px;
    }
    .new-brand-container{
    }
}

@media only screen and (min-width: 768px) {
    html{
        font-size: 17px;
    }
    .boton-menu{
        display: none !important;
    }


    #menu-principal{
        height: auto !important;
        display: block;
        flex: 0 1 auto;
        margin-left: auto;
        order: 1;

    }
    #menu-principal ul{
        display: flex;
        margin: 0 0 0 0;
    }
    #menu-principal ul li a{
        padding: .8rem;
        text-transform: capitalize;
        margin: 0;
        border-top: 0px;
        border-bottom: 4px solid transparent;
        transition: all .5s ease;
        font-weight: 500;
    }
    #menu-principal ul li.active a,
    #menu-principal ul li a:hover{
        border-bottom: 4px solid;
    }
    .inicio{
        background: url("../images/fondoLg.jpg") no-repeat center top;
        background-size: cover;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .titulo{
        padding-top: 270px;
        font-size: 2rem;
    }
    
    .travel-link{
        color: red !important;
    }

    .visitas{
        display: flex;
        align-items: center;
        background: url("../images/travelSeccionLg.jpg") no-repeat center top;
        color:#fff;

        height: 70vh;
    }

    .frase{
        display: flex;
        align-items: center;
        background: url("../images/fraseLg.jpg") no-repeat center top;
        color:#fff;
        height: 70vh;
    }
    .visitas img{
        width: 220px;
        height: auto;
    }
    .new-brand-img{
    }
}

.bg-yellow-travelmr{
    background: rgb(229, 149, 20);
}

.bg-red-travelmr{
    background: #d11;
}

.bg-yellow-travelmr-opacity{
    background: rgb(255, 255, 0,0.5);
}

.bg-red-travelmr-opacity{
    background: rgba(255,0,0,0.5);
}

.text-bold{
    font-weight: bold;
}

.opacity-7{
    opacity: 0.7;
}

.modal-xl{
    max-width: 1000px !important;
    width: 90% !important;
}

.card-button-bottom{
    position: absolute;
    bottom: 70px;
}
.social {
    margin-left: 0;
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    left: -35px; /* Establecemos la barra en la izquierda */
    top: 240px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 111111111; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.social ul {
    list-style: none;
}

.social ul li a {
    display: inline-block;
    color:#fff;
    min-width: 47px;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 290ms ease;
    -o-transition:all 290ms ease;
    transition:all 290ms ease; /* Establecemos una transición a todas las propiedades */
}
.social ul li a .text {
    display: none;
    margin-left: 15px;
}
.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-googleplus {background: #d95232;}
.social ul li .icon-pinterest {background: rgb(229, 149, 20);}
.social ul li .icon-mail {background: #666666;}
.social ul li .icon-instagram {background: #bd6565c9;}
.social ul li .icon-youtube {background: #f70000;}
.social ul li .icon-whatsapp {background: #0a7d27;}

.social ul li a:hover {
    background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

.social ul li a:hover .text {
    display: inline-block;
}

#content-travel-cards{
    background: url(../img/wallpaper_travel.jpg);
    background-attachment: fixed;
    background-size: cover;
}
#accordion .card .card-body{
    max-height: 250px;
    overflow: auto;
}

.radio-region{
    height: 2rem;
    width: 2rem;
}
.label-region{
    font-size: 2rem !important;
}
#head-sales{
    height: 2rem;
    background-color: gray;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border-radius: 1% 1% 100% 100%;
    position: fixed;
    left: 0rem;
    top: 0;
}
#frame-naturleon{
    height:600px; 
    width:73%;
    border:solid 1px #dddfe2;
}
