.hover-custom:hover {
    box-shadow: 0 5px 0 0 #DCEBB6;
    transition: box-shadow 0.4s ease-in-out;
}

.color-bronze {
    color: #B08358;
}

.color-silver {
    color: #878786;
}

.color-gold {
    color: #a88e48;
}

.color-green {
    color: #668b20;
}

.back-bronze {
    background-color: #996c41;
    text-shadow: 0px 0px 5px #00000076;
}

.back-silver {
    background-color: #6f6f6f;
    text-shadow: 0px 0px 5px #00000076;
}

.back-gold {
    background-color: #8c7719;
    text-shadow: 0px 0px 5px #00000076;
}

.back-green {
    background-color: #597c18;
    text-shadow: 0px 0px 5px #00000076;
}

.header-section {
    height: 100px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 9999;
    border-bottom: 2px solid var(--color-main);
    background-color: #FFF;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .header-section {
        margin-bottom: 4rem;
    }
}

header {
    height: 100px;
}

/* header img {
    height: 50px;
} */

.header-tienda {
    margin-left: 2rem;
}

.logoHeader {
    height: 50px;
    width: auto;
}

.btn-menu {
    width: 24px;
    height: 24px;
}

.btn-menu img {
    width: 100%;
    height: 100%;
}

#nav {
    display: flex;
    gap: 2rem;
}

nav a {
    font-weight: 500;
    font-size: 1rem;
}

nav a:hover:not(.headerEresMonitor) {
    box-shadow: 0 5px 0 0 #DCEBB6;
    transition: box-shadow 0.4s ease-in-out;
}

/* @media screen and (max-width: 1050px) {
    nav a {
        font-size: 0.8rem;
    }
    .logoHeader {
        height: 45px;
    }
} */

@media screen and (max-width: 1090px) and (min-width: 1000px) {
    #nav {
        gap: 1rem;
    }

    .logoHeader {
        height: 40px;
    }
}
@media screen and (max-width: 1000px) and (min-width: 830px) {
    #nav {
        gap: 0.5rem;
        font-size: 0.9rem;
    }
    nav a {
        font-size: 0.9rem;
    }
}

.headerEresMonitor {
    border: 2.5px solid #76990F;
    border-radius: 3px;
    color: #607F02;
    padding: 0.5rem;
}

.headerEresMonitor:hover {
    border-color: #c1dd6a;
    color: #c1dd6a;
    transition: all 0.2s ease-in-out;
}

.nav-active {
    color: var(--color-sec);
    font-weight: 600;
    /* font-size: 1.1rem; */
}

.header-accesos {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-accesos span {
    color: #999;
    font-size: 0.8rem;
}

.header-accesos a {
    color: var(--color-main);
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.header-accesos a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 830px) {
    #nav {
        border-top: 1px solid var(--color-main);
        background-color: #FFF;
        display: none;
        /* justify-content: flex-start;
        align-items: start;
        flex-wrap: wrap;
        flex-direction: column; */
        align-content: flex-start;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        max-width: 100dvw;
        height: 100%;
        z-index: 9999;
        padding: 2rem 1rem 1rem 1rem;
        gap: 0rem;
    }
    #nav a {
        width: 100%;
        margin-bottom: 2rem;
    }

    .header-tienda {
        margin-left: 0;
        margin-top: 1rem;
    }
}

footer {
    background-color: #F6F7F3;
    font-size: 0.9rem;
    margin-top: 100px;
    color: #222
}

@media screen and (max-width: 767px) {
    footer {
        padding: 2rem;
    }
}

footer > div {
    padding: 5rem 0rem 2rem 0rem;
}

footer img {
    height: 80px;
}

.footer-kit {
    width: 90%;
    max-width: 650px;
    object-fit: contain;
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.titulo {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 1.5rem 0rem;
    margin: 0;
}

.subtitulo13 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 0rem;
    margin: 0;
}

.subtitulo17 {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 0rem;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .titulo {
        font-size: 2rem;
    }
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.index-fondo {
    background-color: #000;
    background-image: url('/images/inicio.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    overflow: auto;
    height: 450px;
    padding-top: 8rem;
    text-shadow: #000 0px 0px 8px;
}

.index-h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.index-h2 span {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.subrayado {
    border-bottom: 5px solid #DCEBB6;
}

.nivel-index {
    background-color: #FFF;
    border: 1px solid #FAFAFA;
    border-radius: 5px;
    padding: 1.5rem;
    height: 160px;
    min-height: 160px;
    margin-bottom: 1.5rem;
}

.nivel-index-imagen-kids {
    width: 100%;
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0px;
    left: 50px;
    border-radius: 5px;
}

.niveles-enlace {
    height: 160px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {

    .nivel-index {
        background-color: #FFF;
        border: 1px solid #FAFAFA;
        border-radius: 5px;
        padding: 1.5rem;
        height: auto;
        min-height: 160px;
        margin-bottom: 1.5rem;
    }

    .nivel-index-imagen-kids {
        width: 100%;
        max-width: 100%;
        height: 160px;
        object-fit: cover;
        object-position: top;
        position: relative;
        top: auto;
        left: auto;
        border-radius: 5px;
    }

    .niveles-enlace {
        height: auto;
        display: block;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: wrap;
        text-align: right;
    }

    .niveles-enlace div {
        margin-bottom: 1rem;
    }
}

.section-niveles {
    padding: 3rem 0rem 4rem 0rem;
    background-color: #fafaf9;
}


.section-bonos-cont {
    display: flex;
    align-items: stretch;
    height: 400px;
    max-height: 400px;
}

.section-bonos-cont > div {
    flex: 1;
}

.section-bonos-cont > img {
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 830px) {
    .section-bonos-cont {
        height: auto;
        max-height: 600px;
    }
    .section-bonos-cont > img {
        height: 250px;
        order: 1;
    }

    .section-bonos-cont > div {
        order: 2;
    }
}

.section-bonos-index {
    background-color: #3d547e;
    background-image: url('/images/logo-blanco-fondo.webp');
    background-size: 250px;
    background-repeat: no-repeat;
    /* Posicionar abajo a la izquierda, con 50px en negativo */
    background-position: -20% 130%;
    padding: 3rem;
}

.quienes-index {
    /* height: 100%;
    min-height: 100%; */
}

.quienes-index img {
    max-height: 450px;
    object-fit: cover;
}

.quienes-index > div {
    height: 100%;
    min-height: 100%;
    vertical-align: center;
    margin-top: 5%;
    padding: 2rem;
}

.unete-index {
    background-color: #fafaf9;
    padding: 3rem 0rem 3rem 0rem;
}

.contacto-index {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.contacto-index img {
    max-height: 400px;
    object-fit: cover;
}

.contacto-index > div {
    height: 400px;
    min-height: 400px;
    background-color: #F8F9CD;
    padding: 2rem;
}

@media screen and (max-width: 767px) {

    .contacto-index > div {
        height: auto;
        min-height: 400px;
        background-color: #F8F9CD;
        padding: 2rem;
    }
}

.tienda-encabezado {
    background-color: #5d6842;
    background-image: url('/images/tienda-encabezado.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 300px;
}

.tienda-encabezado > div {
    height: 300px;
}

.tienda-encabezado-texto h1 {
    font-size: 2.5rem;
}

@media screen and (max-width: 830px) {
    .tienda-encabezado {
        background-color: #5d6842;
        height: 200px;
        background-image: url('/images/tienda-encabezado-mob.png');
        background-size: cover;
        background-position: left;
        padding-right: -20px;
    }

    /* .tienda-encabezado-texto-cont {
        height: 300px;
        max-height: 200px;
    } */

    .tienda-encabezado > div {
        height: 200px;
        /* max-height: 300px; */
        background-size: 150px !important;
        padding-bottom: 3rem;
    }

    .tienda-encabezado-texto {
        align-items: flex-start;
        width: 55%;
    }
    
    .tienda-encabezado-texto h1 {
        font-size: 1rem;
    }

    .monitorTextoClases {
        font-size: 0.7rem;
    }
}

.productosCont {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    /* gap: 1rem; */
}

.producto {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 1rem;
}

/* .producto:nth-child(odd){
    background-color: #F6F7F3;
} */

.producto-elegir {
    outline: 1px solid #bebebe;
    border: 0px;
    padding: 0.7rem;
    background-color: #F6F7F3;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    min-height: 115px;
    border-radius: 3px;
}

.producto-elegir:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.producto-imagen {
    width: 10%;
    max-width: 100px;
    padding: 0px;
}

@media screen and (max-width: 830px) {

    .producto > div {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
        padding: 0rem;
        width: 100%;
    }

    .producto-imagen {
        max-width: 120px;
        padding: 0px;
        margin: auto;
    }

    .producto button {
        margin-left: 0;
    }
}

.niveles-body {
    overflow: hidden;
}

.niveles-fondo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/niveles.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: calc(100vh - 80px);
    width: 100vw;
    color: #FFF;
    overflow: auto;
    padding-bottom: 0rem;
}

@media screen and (max-width: 830px) {
    .niveles-fondo {
        background-size: cover;
        background-position: right;
    }
}

.niveles-body h1 {
    padding-top: 3rem;
}

.niveles-body h2 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.niveles-body h3 {
    margin: 0;
    padding: 0;
}

.nivel-bloque {
    background-color: #ffffffcb;
    border-radius: 5px;
    padding: 2rem;
    color: #000;
}

.nivel-bloque ul {
    padding-left: 1rem;
}

.nivel-bloque ul li {
    margin-bottom: 0.3rem;
}


.alta-fondo {
    background-color: #000;
    background-image: url('/images/encabezado-fondo-red.webp');
    background-size: cover;
    height: 250px;
    background-repeat: no-repeat;
    background-position: top;
    color: #FFF;
}

.contacto-fondo {
    background-color: #000;
    background-image: url('/images/encabezado-contacto.webp');
    background-size: cover;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    color: #FFF;
}

.contacto-form input {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    height: 40px;
    margin-bottom: 1.5rem;
    padding: 5px 8px;
}

.contacto-form select {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    height: 40px;
    margin-bottom: 1.5rem;
}

.contacto-form textarea {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
}

.contacto-form label {
    width: 100%;
    margin-bottom: 0.5rem;
    display: block;
}

@media screen and (max-width: 830px) {
    .contacto-fondo {
        background-size: cover;
        height: 200px;
        /* max-height: 200px; */
    }

    .contacto-fondo h1 {
        font-size: 1.5rem;
    }
}

input[type="radio"] {
    appearance: none;
    border: 1px solid #76990f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    transition: 0.2s all linear;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0;
}

input[type="radio"]:checked {
    border: 2px solid #76990f;
    background-color: #86aa1b;
}

#label-radio {
    width: 90%;
    margin-bottom: 0;
}

.trabaja-subtitulo {
    border-bottom: 5px solid #DCEBB6;
    font-size: 1.7rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .trabaja-subtitulo {
        font-size: 1.3rem;
    }
}


.back-quienes {
    background-color: #DCEBB6;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
    padding: 2rem 5rem 3rem 2rem;
    position: relative;
    margin-bottom: 100px;
}

.quienes-img {
    position: absolute;
    bottom: -50px;
    right: 50px;
    height: 450px;
    max-width: 45%;
    object-fit: cover;
}

@media screen and (max-width: 1300px) {
    .quienes-img {
        /* position: relative;
        bottom: auto;
        right: auto;
        height: auto; */
        width: 40%;
        height: auto;
    }
}

@media screen and (max-width: 1000px) {
    .quienes-index {margin-top: 13rem;}


    .quienes-img {
        height: auto;
        right: auto;
        left: auto;
        bottom: auto;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .back-quienes {
        padding-bottom: 2rem;
        padding: 2rem;
    }
}

#card-element {
    border: 1px solid #DCEBB6;
    padding: 1rem;
    border-radius: 10px;
}


.playtomic {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: var(--color-main);
    cursor: pointer;
}

.tarjetas-imgs {
    height: 20px;
    object-fit: contain;
}

.tarjetas-imgs:first-child {
    height: 30px;
}

.form-buscador-cont {
    position: relative;
}

.form-buscador input {
    border: 1px solid #AAD837;
    border-radius: 5px;
    background-color: #FFF;
    height: 40px;
    padding: 5px 8px;
}

.form-buscador input::placeholder {
    color: #B2B2B2;
    font-size: 1rem;
}

.resultadoBusquedaCont {
    max-width: 1600px;
    width: 70%;
    border: 1px solid #BFBFBF;
    height: 67dvh;
    max-height: 70dvh;
    overflow: auto;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 9999;
    background-color: #FFF;
}

.resultadoBusquedaTitulo {
    color: #607F02;
    font-size: 0.8rem;
    padding: 1rem 1.2rem;
    margin-bottom: 0;
    border-bottom: 1px solid #BFBFBF;
}

.resultadoBusquedaCont a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #BFBFBF;
    transition: 0.2s all linear;
    margin-top: 0;
}
/* .resultadoBusquedaCont a:last-child {
    border-bottom: 0;
} */
.resultadoBusquedaCont a:hover {
    color: var(--color-main);
}

.filtrosMonitores {
    width: 25%;
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 0.7rem;
}

.filtrosTitulo {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #707070;
    margin-top: 1.2rem;
}

.filtrosMonitores label {
    display: block;
    color: #929292;
}

.filtrosCheckboxDiv {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.filtrosCheckboxDiv input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
    background-color: #FFF;
    border-color: #C0C0C0;
}

.filtrosCheckboxDiv label {
    font-size: 0.9rem;
    font-weight: 600;
}

.filtrosNumber {
    width: 100%;
    height: 25px;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    padding: 0 5px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    background-color: #FFF;
}

.monitoresCont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2rem;
    align-self: flex-start;
}

.tarjetaMonitor {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    max-height: 230px;
}

.tarjetaMonitorIzq {
    width: 35%;
    background-color: #5D6842;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 5px 0 0 5px;
}

.tarjetaMonitorIzq img {
    width: 100%;
    height: 90%;
    object-fit: contain;
    object-position: bottom;
}

.tarjetaMonitorDch {
    width: 65%;
    background-color: #FFF;
    border-radius: 0 5px 5px 0;
    position: relative;
    padding-bottom: 50px;
    height: 100%;
    min-height: 100%;
}

.primeraClase {
    background-color: #AAD837;
    color: #FFF;
    padding: 0.5rem;
    border-radius: 3px;
    font-size: 0.6rem;
    text-transform: uppercase;
    width: 50%;
    margin-left: auto;
}

.tarjetaMonitorEnlace {
    display: block;
    width: 60%;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    background-color: #597c18;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.tarjetaNivel {
    background-color: #E7E7E7;
    color: #626262;
    font-size: 0.8rem;
    padding: 0rem 0.5rem;
    width: auto;
    border-radius: 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

.btn-solicitar {
    background-color: #AAD837;
    color: #FFF;
    padding: 0.5rem;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 0;
}

.btn-clasePruebaText {
    background-color: transparent;
    color: var(--color-main);
    border: 0px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.certVerificados {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #DCFA91;
    padding: 0.5rem;
    border-radius: 5px;
}

.btn-estrella {
    background-color: transparent;
    text-decoration: none;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}
.btn-estrella img {
    width: 20px;
    height: 20px;
}

.opinion-form {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.opinion-form input {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    height: 40px;
    margin-bottom: 1.5rem;
    padding: 5px 8px;
    font-size: 16px;
}

.opinion-form textarea {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    font-size: 16px;
}

.opinion-form label {
    width: 100%;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
    display: block;
}

.opinion {
    border: 1px solid #597c18;
    border-radius: 5px;
    padding: 1rem;
}

.iconoOpinion {
    background-color: #eee;
    border-radius: 50%;
    padding: 0.5rem;
    width: 30px;
    height: 30px;
    margin-right: 1%;
}
.iconoOpinion img {
    width: 25px;
    height: 25px;
}

.buscadorSugerencia {
    background-color: #597c18;
    color: #FFF;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 18%;
    text-align: center;

}

@media screen and (max-width: 830px) {
    .buscadorSugerencia {
        width: 48%;
        margin-bottom: 1rem;
    }
}

.btn-filtrar {
    background-color: #EDEDED;
    border: 0;
    padding: 0.5rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}

.altaMonitorForm input {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    height: 40px;
    margin-bottom: 1.5rem;
    padding: 5px 8px;
    font-size: 16px;
}

.altaMonitorForm textarea {
    border: 1px solid #DCEBB6;
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    font-size: 16px;
}

.altaMonitorForm label {
    width: 100%;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
    display: block;
}


@media screen and (max-width: 830px) {

    .tarjetaNivel {
        font-size: 0.8rem;
        padding: 0.3rem;
        height: 30px;
    }

    #busqueda {
        font-size: 16px;
    }

    .resultadoBusquedaCont {
        height: 67dvh;
        top: 45px;
    }

    .filtrosMonitores {
        display: none;
        width: 100%;
        height: 58dvh;
        position: absolute;
        z-index: 9999;
        top: -5px;
        left: 0;
        overflow-y: auto;
    }
}





.input-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
}

.input-checkbox input {
    width: 20px;
    height: 20px;
}

.input-checkbox label {
    margin: 0;
    margin-top: 0.25rem;
    margin-left: 0.5rem;
    color: #555;
}

.tarifasMonitor1 {
    background-color: #fff;
    border: 1px solid #eee;
}

.tarifasMonitor2 {
    background-color: #E1FF96;
    border: 1px solid #D3E4A9;
}

.tarifasMonitorInt1 {
    background-color: #F8F8F8;
    padding: 1rem 0;
}

.tarifasMonitorInt2 {
    background-color: #C6EE63;
    padding: 1rem 0;
}

.tarifasMonitorCont {
    align-items: stretch;
}

.monitorEmpezar {
    background-image: url('/images/eresMonitor2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.conoceBanner {
    background-image: url('/images/conoce2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

@media screen and (max-width: 830px) {
    .monitorEmpezar {
        background-image: url('/images/eresMonitor2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
    }

    .conoceBanner {
        background-image: url('/images/conoce2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        height: 200px;
    }
}

.herramientaMonitor {
    background-color: #F8F8F8;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
}
.herramientaMonitor img {
    height: 60px;
}

.herramientaMonitorCont {
    align-items: stretch;
}

.conoceNivel {
    background-color: #dcebb683;
    padding: 1.5rem;
    border-radius: 5px;
}

.btn-fosforito {
    background-color: #DFFE4D;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    font-family: 'Oswald', sans-serif;
}

.conoceExperienciaCont {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.conoceExperiencia {
    background-color: #F8F8F8;
    border-radius: 5px;
}
.conoceExperiencia img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}
.conoceExperiencia div:last-child {
    padding: 1rem;
}

.partnersCont {
    align-items: stretch;
}
.partner {
    /* border: 1px solid #668b20; */
    border-radius: 5px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.partner img {
    width: 250px;
    height: 150px;
    object-fit: contain;
    object-position: center;
}