body{
    background:#f0f0f0;
    padding:0!important;
}
html{
    overflow-x:hidden
}
.desktop{
    display:block!important;
}
.mobile{
    display:none!important;
}
.no-padding{
    padding:0!important;
}
.bg-planes{
    background-image: url("../img/planes/bg1.jpg");
    background-position: center;
    background-size: cover;
    /* height: 50vh; */
    padding: 3% 0;
}
.bg-nosotros{
    background-image: url("../img/planes/bg3.jpg");
    background-position: center;
    background-size: cover;
    /* height: 50vh; */
    /* padding: 3% 0; */
}
.bg-contacto{
    background-image: url("../img/planes/bg2.jpg");
    background-position: center;
    background-size: cover;
    /* height: 50vh; */
    /* padding: 3% 0; */
    padding-bottom: 70px;
}
.bg-planes h1{

text-align: center;

color: #2a388a;

font-size: 4rem;
}
.bg-header{
    background-color: #ffffff;
    text-align: center;
    font-family: 'MontserratRegular';
    color: #0026ff;
}
footer{
    width:100vw;
    height: 63px;
    padding-top: 21px;

}
.sticky-header{
    position: fixed;
    width: 100%;
    z-index: 3;
}
.title-category{
    
width: 90%;
    
font-family: 'MontserratBold';
    
font-size: 50px;
    
color: #a839ff;
    
padding-left: 21px;
}
.list-girl{
    width: 90%;
    margin-top: 10px;
}
.header-menu{

display: flex;

min-height: 90px;
}
.logo-part{

min-width: 250px;

width: 15vw;

text-align: center;

padding: 3px;
}
.logo-part img{
    width: 232px;
}
.navigation-close{
    display:none;
    cursor:pointer;
}
.header-menu .navigation{
    padding: 0;
    width: 80vw;
    text-align: right;
    }

.header-menu .navigation ul{
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    }

.header-menu .navigation ul li{
    margin: 9px 11px;
    color: #262262;
    font-family: 'MontserratRegular';
    font-size: 23px;
    padding: 16px;
    font-weight: bold;
    border: transparent;
    text-decoration:none!important;
    }.header-menu .navigation ul li a{

    text-decoration:none!important;
    }

.header-menu .navigation ul li:hover{
    color: #ff6e15;
    cursor:pointer;
}


.header-menu .navigation ul li:last-child::after {
content:" Ã¢â‚¬Â¢ ";
color:transparent;
}
.mobile-btn{
    display: none;
    font-size:15px;
}
.header-menu .navigation ul li .active{
    border-bottom: 3px solid #ff6e15;
}
.header-menu .navigation ul li span:hover{
    border-bottom: 3px solid #ff6e15;
}
.title-plant{
    
background: #2a388a;
    
text-align: center;
    
color: white;
    
font-size: 2rem;
    
padding: 6px;
}

.body-plant{
    position:relative;
    background-color:white;
}
.body-plant img{
   width:100%;
}

.price-plant{
    
position: absolute;
    
font-family: 'MontserratBold';
    
font-size: 3rem;
    
right: 16px;
    
color: #005da6;
}
.velocidad-plant{

position: absolute;

font-family: 'MontserratBold';

font-size: 2.53rem;

right: 16px;

color: #ef6d22;

top: 43px;
}
.plant{
    padding: 12%;
}
#planes{
    
}
#principal{

}
#nosotros{

position: relative;
}
#nosotros h1{
    color: #262262;
    margin-top: 9%;
    text-align: center;
    margin-bottom: 5%;
    font-weight: bold;
}
#contacto{

/* padding-bottom: 50px; */
}
#contacto h2{
    margin-top: 27px;
    margin-bottom: 27px;
    color: #005da6;
}
.card{

/* margin-bottom: 10px; */
}
.accordion-item{

background: white;

border-radius: 0;
}
.accordion-button{

color: #262262;

font-weight: bold;
}
.card-body{
    
}
.puntos-flod{
    
transform: rotate(90deg);
    
position: absolute;
    
right: 0;
    
top: 28%;
    
width: 350px;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 18px;
  }
  
  .icon {
    padding: 10px;
    background: #004b9c;
    color: white;
    min-width: 50px;
    text-align: center;
    padding-top: 16px;
  }
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
  }
  
  .input-field:focus {
    border: 2px solid dodgerblue;
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: #004b9c;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    opacity: 0.9;
  }
  
  .btn:hover {
    opacity: 1;
  }
@media(max-width:1200px){
    .logo-part{

min-width: 200px;

}
    .header-menu .navigation {
   
    width: calc(100vw - 200px);

}
        .header-menu .navigation ul{

        }
        .header-menu .navigation ul li{
            font-size:15px;
            padding-right:0px;
        }
        .header-menu .navigation ul li:hover{

        }
        .header-menu .navigation ul li::after{
 
        }


}

@media(max-width:991px){
    .bg-planes h1{
      font-size:2rem;
      margin-top:20px
    }
        .header-menu .navigation{

display: none;

}
.img-faq{
    width:200px;
    margin:0 auto;
    margin-left: calc(50% - 100px);
}
.puntos-flod{
    
   display:none;
    }
.mobile-btn{
    display: block;
    float: right;
    position: absolute;
    right: 20px;
    top: 3px;
    font-size: 26px;
}
.mobile-btn .btn{
   color: white;
   font-size: 27px;
   font-weight: bold;
   font-family: 'MontserratBold';
   cursor:pointer;
}
.header-menu .navigation {
   
width: 100vw;
   
height: 100vh;
   
background: #ffffff;
   
position: absolute;
   
z-index: 9;
}
        .header-menu .navigation ul{
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            text-align: center;
        }
        .header-menu .navigation ul li{
            font-size: 34px;
            padding-right:0px;
            margin-bottom: 24px;
        }
        .header-menu .navigation ul li:hover{

        }
        .header-menu .navigation ul li::after{
 
content: '';
 
}
.navigation-close{
    position: absolute;
    display:block;
    color: #262262;
    top: 3%;
    right: 9%;
    font-size: 47px;
}
      
}
@media (max-width:769px){
  footer{
    font-size:12px;
  }
  #principal{padding-top: 50px;}
    .desktop{
        display:none!important;
    }
    .mobile{
        display:block!important;
    }
}