h1 {
    font-size: calc(var(--font-size) * 2.5);
    font-weight: 400;
    color: #005065;
}

h2 {
    font-size: calc(var(--font-size) * 2.2);
    font-weight: 400;
    color: #005065;
}

h3 {
    font-size: calc(var(--font-size) * 2);
    font-weight: 400;
}

h4 {
    font-size: calc(var(--font-size) * 1.6);
    font-weight: 400;
}

.url {
    font-weight: 400;
    font-size: .925em;
    margin-top: 1.75em;
    margin-bottom: 2.7em;
}

/* -------- INCIO PRODUCTOS -------- */
.producto {
    font-size: var(--font-size);
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
}

.producto-image img {
    width: 640px;
    height: 450px;
    border-radius: 1.5em;
}

.producto-concepto {
    width: 100%;
    margin-top: 2.3em;
}

.producto-concepto p {
    margin-top: 1.5em;
    font-weight: 300;
    font-weight: 400;
    font-size: .875em;
}

.producto-information {
    padding-left: 2.5em;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.producto-information>span {
    font-size: .95em;
    font-weight: 300;
    font-weight: 400;
    font-size: .85em;
    margin: 1.2em 0;
    display: block;
}

.producto-information p {
    color: #005065;
    font-size: 1.4em;
}

.producto-information ul {
    padding-left: 1.12em;
    font-size: .925em;
}

.producto-buttons {
    margin-top: 2.5em;
    display: flex;
}


.producto-buttons a {
    border-radius: 1em;
    text-align: center;
    width: 40%;
    border: 1px solid var(--color-oscuro);
    outline: none;
    padding: .4em 0;
    font-weight: 400;
    font-size: 1em;
    background-color: #fff;
    color: var(--color-oscuro);
}

.producto-buttons a:hover {
    cursor: pointer;
    text-decoration: none;
}

.producto-buttons a:last-child:hover {
    background-color: var(--color-oscuro);
    color: white;
    transition: all .4s;
}

.producto-buttons a:first-child {
    background-color: var(--color-primario);
    border: 1px solid transparent;
    color: white;
    transition: all .4s;
    margin-right: 2em;
}

.producto-buttons a:first-child:hover {
    background-color: white;
    color: var(--color-primario);
    border: 1px solid var(--color-primario)
}

/* -------- FIN PRODUCTOS -------- */



/* -------- INCIO BENEFICIOS -------- */

.beneficios {
    margin-top: 4em;
    margin-bottom: 3.5em;
    padding: 0;
}

.beneficios-title {
    text-align: center;
    color: #005065;
    margin-bottom: 2.5em;
}

.contenedor-beneficios {
    background-color: #005065;
    width: 100%;
    color: white;
    display: flex;
    /* justify-content: space-between; */
    padding: 5em var(--padding-lateral);
}

.beneficio {
    /* width: 20em; */
    flex: 1;
}

.beneficio-title {
    margin-bottom: 1em;
}

.beneficio:nth-child(2) {
    margin: 0 6vw;
}

/* -------- FIN BENEFICIOS -------- */




.conocenos {
    text-align: center;
    margin-bottom: 6em;
}

.conocenos-button {
    margin-top: 2em;
    /* border: 2px solid green; */
}

.conocenos-button a {
    padding: .6em 2em;
    background-color: var(--color-primario);
    border: 1px solid var(--color-primario);
    color: white;
    border-radius: 2em;
}

.conocenos-button a:hover {
    transition: all .4s;
    text-decoration: none;
    background-color: white;
    color: var(--color-primario);
}

.conocenos-button img {
    filter: invert(53%) sepia(64%) saturate(2585%) hue-rotate(360deg) brightness(101%) contrast(107%);
}

/* -------- FIN PRODUCTO -------- */


@media (max-width: 1100px) {
    .producto-buttons a:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-right: 1em;
    }
}

@media (max-width: 1000px) {
    .producto-image img {
        width: 55vw;
        height: 55vh;
        border-radius: 1.5em;
    }

    .producto-concepto {
        max-width: 180%;
        width: 55vw;
        min-width: 160%;
    }
}

@media (max-width: 880px) {
    .producto-image img {
        width: 55vw;
        height: 55vh;
        border-radius: 1.5em;
    }
}

@media (max-width: 730px) {
    .producto-image img {
        width: 55vw;
        height: 40vh;
        border-radius: 1.5em;
    }

    .producto-concepto {
        max-width: none;
        width: 55vw;
        min-width: 0;
    }
}

@media (max-width: 580px) {
    .producto{
        display: flex;
        flex-direction: column;
    }

    .producto-image img {
        width: 88.5vw;
        height: 50vh;
        border-radius: 1.5em;
    }

    .producto-concepto {
        max-width: none;
        width: 90vw;
        min-width: 0;
    }

    .producto-information{
        padding-left: 0;
    }

    .producto-concepto h2{
        font-size: 3em;
    }

    .producto-concepto p{
        font-size: 1.2em;
    }

    .producto-information h1{
        font-size: 3em;
    }

    .producto-information span{
        font-size: 1.2em;
    }

    .producto-information p{
        font-size: 1.7em;
    }

    .producto-information ul li{
        font-size: 1.2em;
    }

    .contenedor-beneficios {
        flex-direction: column;
        padding: 5em var(--padding-lateral);
    }

    .beneficio:nth-child(1) {
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }

    .beneficio:nth-child(2) {
        margin: 0;
        border-bottom: 1px solid white;
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .beneficio:nth-child(3) {
        padding-top: 5px;
    }
}

@media (max-width: 425px) {

    .producto-concepto h2{
        font-size: 3em;
    }

    .producto-concepto p{
        font-size: 1.2em;
    }

    .producto-information h1{
        font-size: 3em;
    }

    .producto-information span{
        font-size: 1.2em;
    }

    .producto-information p{
        font-size: 1.7em;
    }

    .producto-information ul li{
        font-size: 1.2em;
    }

    .contenedor-beneficios {
        flex-direction: column;
        padding: 5em var(--padding-lateral);
    }

    .beneficio:nth-child(1) {
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }

    .beneficio:nth-child(2) {
        margin: 0;
        border-bottom: 1px solid white;
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .beneficio:nth-child(3) {
        padding-top: 5px;
    }
}

@media (max-width: 375px) {
    .producto-image img {
        width: 85vw;
        height: 45vh;
        border-radius: 1.5em;
    }
}