@font-face {
    font-family: 'fonta';
    src: url('/fonts/Caveat-VariableFont_wght.ttf');
}

/*========== BASE ==========*/

*,::before,::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul{
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
    color: white;
}

a>.fa-home{
    font-size: 2vw;
}

/*=========================*/

/*========HEADER================*/
.l-header{
    width: 100%;
    position: fixed;
    font-family: 'fonta';
    z-index: 2;
    font-size: 1.4vw;
}

.nav__menu{
    margin-right: 2%;
    line-height: 30px;
    overflow: hidden;
    transition: .5s ease!important;
    transform: translate(-100%,-100%);
    margin: 0;
    border-radius: 50%;
    width: 100%;
    margin: auto;
    text-align: center;
    background: rgba(20,20,20,.7);

}

.show-menu{
    transform: translate(0%);
    border-radius: 0;
}

.nav__list{
    justify-content: center;
    text-transform: uppercase;

}

.nav__item{
    padding: 1%;
}

.nav__item>a:hover{
    color: #3187eb;
}

.nav__item ul li a,a>i{
    color: white;
}

#sub-menu{
    text-align: center;
    height: 0px;
    overflow: hidden;
    transition: .3s ease!important;
}

.nav__item ul li a:hover{
    color: #000;  
}

.bot{
    cursor: pointer;
    color: white;

}

.nav__item ul li:hover{
    background: white;
    transition: .3s linear!important;
}

.nav__link{
    transition: .3s;
}

.nav__toggle{
    font-size: 1.4;
    cursor: pointer;
    z-index: 20;
}

.active-link{
    color: #f0f0f0;
    border-bottom: 2px solid;
}

/*==========================================*/

/*=========SCROOLL*/
.scroll-header{
    background: rgba(20,20,20,0.8);
    /*    z-index: 1;*/
    /*    height: 152px;*/
}

.scrolltop{
    position: fixed;
    right: 1rem;
    bottom: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: .4s;
    visibility: hidden;

}

.scrolltop>img{
    width: 50px;
    height: 50px;
    background: rgba(20,20,20,1);
    border-radius: 50%;
}


.show-scroll{
    visibility: visible;
    bottom: 1.5rem;
}
/*================================================*/

#map {
    top:0;
    padding: 0;
    height: 100vh;
    width:100vw;
    position: fixed;
}

#footer {
    width: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    z-index: 5;
    color: black;
    font-family: 'Lato';
}

.centered {
    width: 50vw;
}
.lefty {
    width: 33vw;
    margin-left: 5vw;
}
.righty {
    width: 33vw;
    margin-left: 65vw;
    padding: 0;
}
.fully {
    margin: 0;
    padding: 0;
/*    background: rgba(58,73,199,0.9);*/
    background: rgba(31, 142, 240,1);
}

.step {
    opacity: 0.45;
}
.step.active {
    opacity: 0.89;

}

.step img {
    width: 100%;
}

#tamanio{
    padding: 0;
    width: 100%;
    object-fit: cover;
    text-align: center;
    background: orange;
    overflow: hidden;
}

.ff{
    height: calc(92vh);
    width: 100%;
    opacity: 0.8;
}

.tt{
    height: calc(92vh);
    object-fit: cover;
}
.ss{
    font-family: 'Lato';
    margin-bottom: 25%;
    color: aliceblue;
    background: rgba(20,20,20,0.8);
    text-align: justify;
    font-size: 15px;
    padding: 2%;
    font-weight: 100;
}

@media screen and (max-width: 920px){
   .nav__toggle{
        padding: 3%;
        position: fixed;
        color: white;
        font-size: 1.4em;
        background: rgba(20,20,20,.4);
    }
    .nav__list .fa-home{
        font-size: 1.6em;
        border: 0;
    }
    .l-header{
        width: 100%;
        font-size:.8em;
    }
    .nav__menu{
        padding-top: 4%;
    }

    .nav__list{
        display: grid;
    }

    .nav__item{
        display: grid;
        padding: 0;
line-height: 32px;
    }

    .active-link{
        border: 0;
    }
    .nav__item a:hover{
        background: white;
        color: black;
    } 
}

@media screen and (max-width: 620px){

    

    .centered, .lefty, .righty {
        width: 45vw;
        margin: 0 0;
    }
    
    .fully{
        width: 0;
        height: 70vh;
    }
    
    .ss{
    font-size: .71em;
}
    
    .step {
    opacity: 0.15;
/*        padding: 5% 0;*/
}
    
    .step:last-child {
    margin-bottom: 45%;
}
    

}


@media screen and (min-width: 921px){

    .nav__toggle{
        display: none;
    }
    .nav__link .fa-home{
        font-size: 2vw;
    }

    .l-header{
        font-size: 1.4vw;
    }

    .nav__menu{
        transform: translate(0);
        border-radius: 0%;
        padding: 0;
    }

    .nav__list{
        display: flex;
    }

    .nav__item{
        padding: 1%;
        display: block;
    }


    .active-link{
        color: #f0f0f0;
        border-bottom: 2px solid;
    }

    /*==========================================*/

}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, 
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
}