* {
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: 'Raleway', sans-serif;
}


h2 {
    color: #136FB7 !important;
    font-size: 40px;
    text-align: center;
}


.logo {
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.header {
    background-image: url(../images/fondo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    max-width: 1620px;
    height: auto;
}

.container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product {
    background-image: url(../images/ondas-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    height: auto;
}


.titulo {
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}


.contentImgDescripcion img {
    max-height: 250px;
    width: auto;
    max-width: 100%;
    height: auto;
}

.disminuye_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nuevo {
    background-image: url(../images/fondo_2.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 500px;
}

.potente {
    background-image: url(../images/fondo_3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.potente .img {
    /* width: fit-content;  */
    /* height: fit-content; */
    margin-bottom: 500px;
}

.graficas {
    background-image: url(../images/ondas-2.png);
    background-position: top;
    background-repeat: no-repeat;
}


.imagen {
    max-width: 700px;
    height: auto;
}


.esquema_container {
    background-image: url(../images/fondo_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.esquema_container img {
    max-width: 100%;
    height: auto;
    background-position: center;
    margin-top: 2;
}

.container_graficas {
    max-width: 100%;
    height: auto;
}

.logos {
    max-width: 60%;
    padding-bottom: 200px;
}

.qr_container {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
}

.IPPA img {
    max-width: 100%;
    height: auto;

}

footer {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    max-width: 1920px;
    max-height: 800px;
    background-color: #222D61;
    padding: 50px;

}

.text-footer {
    color: white;
}

/* -->  RESPONSIVE  <-- */

/* Mobile Portrait */
@media (max-width: 767px) and (min-width: 300px) {
    h2.pt-5 {
        font-size: 1.5rem;
    }

    .img-fluid {
        max-width: 90% !important;
    }

    h3 {
        font-size: 1.1rem;
    }
}




/* iPad portrait */
@media (min-width: 768px) and (orientation: portrait) {
    h4 {
        font-size: 2rem;
        margin: 1rem !important;
    }
}