.img-logo{
    width: auto;
    height: 16vh;
}

.nav-blue{
    background-color: #1d52a1 !important; 
}
    
.header-blue{
    background: linear-gradient(to bottom, #1d52a1, #6d9ce2); 
}


/* Estilos Boton Whatsapp */
.btn-wsp{
    display:flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    color:#2c700a
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;

}
/* Fin Estilos Boton Whatsapp */
