.inicio {
    width: 100%;
    background: url(../img/bgdesk.png);
    background-position: 0px -60px;
    background-size: 1920px;
    background-repeat: no-repeat;
    min-height: 90vh;
    padding: 50px 0;

}
.navbar-dark .navbar-nav .nav-link {
   
    font-weight: bold;
}
.bg-dark {
    background-color: rgba(255, 255, 255, 0) !important;
}
.bg-lila {
    background-color: rgb(157 79 253 / 94%) !important;
}

.intro {
    max-width: 1600px;
    margin-top: 6vh;

}

.vc {
    min-height: 78vh;
    align-items: center;
}


.img-titulo {
    max-width: 90%;
    padding-top: 15px;

}

.img-titulo2 {
    max-width: 600px;
    padding-top: 0px;

}

.qf {
   font-family: 'Cooper Hewitt';
}

.qfp { font-size: 1.2rem; color: #6d6d6d;}

.mf {
    font-family: 'Montserrat', sans-serif;
}

.ancho {max-width: 1525px;}

#historia { margin-top: -65px;}


.flota {
    position: absolute;
    right: 7%;
    top: 30%;
    width: 55%;
    max-width: 1435px;
}

 

@media(max-width:1600px)
{
   .flota {
    position: absolute;
    left: 10%;
    top: 17%;
    width: 90%;
    max-width: 1600px;
}
 
}


@media (max-width: 1000px){
.flota {
    position: absolute;
    left: 10%;
    top: 31%;
    width: 90%;
    max-width: 1600px;
}

}

@media (max-width: 760px){
.flota {
    position: absolute;
    left: 7%;
    top: 70%;
    width: 90%;
    max-width: 1600px;
}

.img-titulo {
    max-width: 70%;
    padding-top: 100px;
}


.texto {
    color: #6c7e8c;
    font-size: 1.2rem;
    text-align: left;
}
    
 .img-titulo2 {
    max-width: 70%;
    padding-top: 0px;

}   
   
    .sepi { background-color: #faf8f8;}  
    
}



.desk { display: block;}
.mob { display: none;}



@media(max-width:450px) {

    .intro {
        max-width: 1600px;
        margin-top: 21vh;
    }
    
    
 .mob { display: block;}
.desk { display: none;}

    .flota {
        position: absolute;
        left: 10%;
        top: 73%;
        width: 90%;
        max-width: 1600px;
    }

    .inicio {

        background-position: -64px -60px;

    }
    
.img-titulo {
    max-width: 87%;
    padding-top: 0px;
}
    
    .img-titulo2 {
    max-width: 87%;
    padding-top: 0px;
}

}


.navbar-dark .navbar-nav .nav-link {
    color: rgb(255,255,255);
    border-bottom: 0px solid #FFF;
    font-weight: 100;
}


 .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.85);
    border-bottom: 2px solid #FFF;
    font-weight: bold;
}


html {
  scroll-behavior: smooth;
}


.animado {

  position: relative;
  animation: mymove 1s infinite;
}

@keyframes mymove {
  from {top: 0px;}
  to {top: 8px;}
}