/* AGC */

.titulo-contacto {
    width: 100%;
    margin-bottom: 50px;
    padding: 50px 0px 20px 0px;
    /*font-weight: bold;*/
    text-align: center;
    background-color: #333;
    font: 20px sans-serif;
    color: var(--text-color-inverse);
  }

.titulo-contacto h2 span{
    color:  lightskyblue;
  }

.productos-title {
    color: dimgray;
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

/*h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.nav-titulo {
    font-weight: bold;
}*/

.hr-productos {
    background-color: dimgray;
    height: 2px;
}

.center-img {
    width: 180px;
    height: 70px;
}

.texto-centrado-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: burlywood;
    font-size: 45px;
    font-weight: bold;
    
}

.zoom {
    margin: 0 0 90px 90px;
    width: 250px;
    height: 250px;
    max-width: 300px; 
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1);
}

/*
.h2 {
    color: var(--secundary-color);
}
*/

.productos-alineado{
    width: 100%;
}

.productos-alineado img{
    border-radius: 10px;
    justify-content: center;
}

@media (min-width: 950px){
    .productos-line {
        text-align: center;
        margin-bottom: 0;
        margin: 0% 25px;
  
    }

    .productos-line-1,
    .productos-line-2 {
        text-align: center;
        display: flex;
        justify-content: space-between;
        /*max-width: 950px;*/
        margin: 0 auto;
        align-items: center;
    }

    .productos-alineado {
        display: flex;
        flex-wrap: wrap;
        /*max-width: 950px;*/
        justify-content: space-between;
        margin: auto;
    }
}

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

    .logo-principal{
        width: 65%;
        height: 65%;
    }

    h3{
        text-align: center;
    }

    .vertical-padding{
        padding-top: 70px;
    }

    .logo-aqua img{
        width: 90%;
        height: 90%;
    }

}

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

    .logo-principal{
        width: 65%;
        height: 65%;
    }

    h3{
        text-align: center;
    }

    .vertical-padding{
        padding-top: 20px;
    }

    .logo-aqua img{
        width: 90%;
        height: 90%;
    }


}