
body{
        margin: 0px !important;
        padding: 0px !important;
        font-family: 'Open Sans', sans-serif;
    
    }
#app{
    overflow: hidden;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
/*header*/

.btn-presupuesto{
    color: #fff;
    border-radius: 8px;
    background: #3044B5;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
   
    }
    .btn-presupuesto:hover{
    color: #3044B5;
    background-color: white;
    border: 1px solid #3044B5;
    font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
    text-align: center;
	
    }

.header__nav{    
    color: #000 !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
   

}


.header__nav:hover{    
    color: #3044B5 !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;

}

.active__header{

    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

   color: #3044B5 !important;

    
}
.active__header:hover{
  
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

   color: #3044B5 !important;
    
    
}



.header__link{    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    text-decoration: none;
    color: #FFFFFF;

}


.header__link:hover{    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    

    
    color: #131313;

}





    /*footer*/
    

 
    .fondofooterseccion{
        
       background-color: ;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
       
        
    }
    .footer__titulo{
        color: #000;
        font-family: 'Open Sans';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        

    }
    .footer__secciones{
        color: #000;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
 

        text-decoration: none;
        
        
        
    }
    .footer__secciones:hover{
      
        font-family: 'Open Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        
        color: #3044B5;

    }

    


    .form-control::placeholder{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 45px;
        /* identical to box height, or 375% */
        
        
        /* Gris */
        
        color: #726F6D;
    }

    .input-group-text{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        
    } 

