
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}

.topmenu{
    background-color: #00346a;
}
.iata{
    background-color: rgb(3, 17, 77);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding-right: 10px;
}
.topheader{
    background-color: #001a35;
}
.bg1{
    background-image: url(../img/bg1.jpg);
    background-size: cover;
}
.bgfooter{
    background-image: url(../img/footer.jpg);
    background-size: cover;
}
.bggris{
    background-color: #cccccc;
}
.w-15 {
    width: 15%!important;
}
.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
 }

 .whatsapp-float:hover{
    background-color:#dc143c;
    color:#FFF;
 }

 .my-float{
    margin-top:16px;
 }
@media screen and (min-width: 100px) and (max-width: 1000px)
{
    .nomovil{
        display: none;
    }
    .noescritorio{
        display: block;
    }
    .logomovil{
        width: 80px!important;
    }
    .iata{
        margin-top: 10px!important;
    }
}