html,body{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3{
    font-weight: 700;

}
h4,h5,h6{
    font-weight: 600;
}
p{
    font-family: 'PT Sans', sans-serif;
}
.idioma a img{
    opacity: .5;
}
.idioma a.active img{
    opacity: 1;
}
.nav-item .nav-link{
    color: rgba(0,0,0,.7)!important;
}
.nav-item.active .nav-link{
    color: #3e64b5!important;
}
.nav-link{
    font-weight: 400;
}
.rrss li a i{
    background-color: #3d63b6; 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    padding: 7px 8px; 
    color: #fff;
}
.rrss li a i.icono{
    padding: 7px 10px; 
}
.linea-azul{
    height: 6px;
    width: 50%;
    background-color: #3e64b5;
}
.linea-verde{
    height: 6px;
    width: 50%;
    background-color: #9fc418;
}
.carousel-item{
    height: 85vh;
    background-position: center;
    background-size: cover;
}
.carousel-caption h3{
    font-size: 38px;
    text-shadow: 0 0 5px black;
}
.titulos{
    color: #00436b;
    font-size: 30px;
}
.productos img{
    width: 100%;
    height: 300;
    object-fit: cover;
}
.productos .nombre-producto{
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    text-shadow: 0 0 5px black;
}
.productos .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 15px;
    margin-left: 15px;
    background-color: transparent;
    transition: .3s ease;
}
.productos a:hover .overlay{
    background-color: rgba(62,100,180,.8);
    transition: .3s ease;
}
.fondo-contacto{
    height: 300px; 
    background-position: center; 
    background-size: cover; 
    padding-top: 150px;
}
.contacto{
    position: relative;
}
.img-contacto{
    background-position: center;
    background-size: cover;
    border-right: 6px solid #9fc418;
}
footer .footer{
    padding-top: 340px; 
    background-color: #3e64b5;
}
@media (max-width: 768px){
    footer .footer{
        padding-top: 370px;
    }
}
.footer ul li{
    font-family: 'PT Sans', sans-serif;
}
.footer .info{
    font-size: 14px;
}
.linea{
    height: 3px;
    width: 50px;
    background-color: #9fc418;
}
.btn-primary{
    background-color: #00436b;
    border-color: #00436b;
}
.banner{
    height: 300px;
    background-position: center;
    background-size: cover;
}
.banner h1{
    text-shadow: 0 0 5px black;
}
textarea{
    min-height: 150px;
    max-height: 150px;
}
