﻿body{
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

header {
    background: linear-gradient(to right, #004080, #0066cc);
    color: white;
    padding: 20px 0;
}
.navbar-nav .nav-link {
    color: white;
    font-weight: bold;
}
section {
    padding: 60px 0;
}
.hero {
    background: url('../images/banner.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 4px black;
}
.footer {
    background: #003366;
    color: white;
    padding: 20px 0;
}
.img-rounded {
    border-radius: 15px;
}



.inicio{
    position: relative;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.leyenda{
    position: relative;
    z-index: 2;
    padding: 0 20px;
}


.productos img{
    width: 100%;
    height: 220px;

    object-fit: cover;
}



.azul{
    background: #003366;
    color: white;
    padding: 20px;
}

.azul span{
    background: white;
    color: #003366;
    font-weight: bold;
    padding: 2px 10px;
}


h2{
    font-size: 33px;
    font-weight: bold;
}


.fondoAzul{
    background: #003366;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

h5{
    margin-top: 16px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}