/* AGC */


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

.productos-acqua {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #204391;
    color: var(--text-color-inverse);
}

.productos-acqua h2{
    font-size: 18px;
}

.hr-aqcua {
    background-color: var(--primary-color);
    height: 2px;
}

.productos-alineado{
    width: 100%;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

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

.productos-line-1,
.productos-line-2 {
    display: inline-block;
    padding: 5px;
    
}

.ruta{
    font-size: 18px;
}

.ruta a {
    color: #335397;
}

.ruta a:hover{
    text-decoration: underline;
    color: #132857;
}

.productos-descripcion{
    display: inline-block;
}

.zoom {
    width: 150px;
    height: 150px;
    max-width: 200px; 
    transition: transform .2s;
}

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

.codos-img{
    transform: scalex(-1);
    width: 150px;
    height: 150px;
    max-width: 200px; 

}

.productos-line p{
    text-align: center;
}

.main-conten{
    margin-bottom: 30px;
}

@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: 980px;
        margin: 0 auto;
        align-items: center;
    }

    .codos-img{
        width: 100px;
        height: 100px;
        transform: scalex(1);
        justify-content: center;
        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%;
    }


}