:root {
    --azulAwalab: #007cbd;
    --azulGestion: #3ca1d5;
    --azulO: #1e4a71;
    --amarillo: #d7dd46;
    --rojo: #a9284d;
    --blanco: #fff;
    --negro: #000;

    --colorPagina: var(--azulO);
    --colorPaginaOpa: #007cbd80;
}
@font-face {
    font-family: "brother";
    src: url(../fonts/Brother1816-Black.ttf);
}
@font-face {
    font-family: "mont-light";
    src: url(../fonts/Montserrat-Light.otf);
}
@font-face {
    font-family: "mont-med";
    src: url(../fonts/Montserrat-Medium.otf);
}
@font-face {
    font-family: "mont-italic";
    src: url(../fonts/Montserrat-Italic.otf);
}
@font-face {
    font-family: "mont-bold-italic";
    src: url(../fonts/Montserrat-BoldItalic.otf);
}
.navbar-nav {
    gap: 2vw;
}
.nav-link.ofertas {
    color: var(--rojo) !important;
    font-family: brother;
    font-size: 1.2rem;
}
/*Boton regreso ------inicio*/
html {
    scroll-behavior: smooth;
}
.flecha {
    background-color: var(--azulGestion);
    position: fixed;
    bottom: 6rem;
    left: -20vw;
    padding: 12px;
    border-radius: 50%;
    position: fixed;
    width: 60px;
    height: 60px;
}
.flecha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.activo {
    opacity: 80%;
    display: block;
    pointer-events: all;
    z-index: 20;

    /* Animacion de entrada flecha */
    animation: entrada 1s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes entrada {
    0% {
        left: -10vw;
    }
    100% {
        left: 1rem;
    }
}
/*Boton regreso ------fin*/

/* Boton whatsapp INICIO*/
.whp {
    position: fixed;
    bottom: 11rem;
    left: 1rem;
    background-color: #00df3b;
    padding: 0.5rem;
    border-radius: 50%;
    width: 60px;
    z-index: 20;
    height: 60px;
}
.whp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Boton whatsapp FIN*/

/* Boton ISO INICIO*/
.ISO {
    position: fixed;
    bottom: 16rem;
    left: 0.86rem;
    background-color: transparent;
    border-radius: 50%;
    width: 65px;
    z-index: 20;
    height: 65px;
    opacity: 0.8;
}
.ISO img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ISO:hover {
    opacity: 1;
    transition: 0.5s;
}
/* Boton ISO FIN*/

* {
    margin: 0;
    font-family: "mont-light";
}
body,
html {
    overflow-x: hidden;
}
h1 {
    font-family: "brother";
    font-size: 2rem;
}
p {
    font-size: 1.2rem;
}
#inicio h1 {
    font-size: 2.5vw;
    color: white;
}
#inicio h2,
#inicio h3,
#inicio h4 {
    color: white;
    font-family: "mont-light";
}
#inicio p {
    color: white;
    font-size: 1.5vw;
    margin-bottom: 0;
    font-weight: bolder;
}
#inicio h1 {
    color: #0a87c6;
    font-weight: bold;
    font-size: 4vw;
}
/* #inicio{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
} */
.acreditaciones_link {
    cursor: pointer;
}

.slogan {
    font-family: "mont-med";
    font-weight: bold;
    color: var(--azulO);
}
.NONE {
    display: none !important;
}
.curva_v {
    position: absolute;
    z-index: -20;
    height: 80vh;
    width: 70%;
    left: 0;
}
#promocion {
    font-family: "mont-light";
    font-size: 3vw;
}
.bannerLab h1 {
    color: white !important;
    font-weight: normal !important;
    font-size: 3vw !important;
}

/* MENU MODIFICACIONES INICIO */
.navbar {
    background-color: white;
    padding: 1rem 1rem 0.5rem 2rem;
}
.navbar-brand {
    margin-right: 2.5rem;
}
.btn-outline-success {
    color: white;
    border: none;
    background-color: var(--rojo);
}
.btn-outline-success:hover {
    color: var(--rojo);
    background-color: white;
    border: 1px solid var(--rojo);
}
.navbar-nav {
    margin-left: 6vw;
    margin-right: auto;
}

/* MENU MODIFICACIONES FIN */
.texto_inicio {
    width: 50%;
    padding: 0 3vw;
    position: absolute;
    left: 0;
    top: 20vw;
}
.imagen_home {
    width: 40%;
    text-align: center;
    margin-left: auto;
}
.imagen_home img {
    position: relative;
    right: 4vw;
    max-height: 70vh;
}
.awalabito {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.textawa {
    width: 250%;
}
.imgawa img {
    width: 125%;
    height: 80%;
}
.imgawa {
    justify-content: end;
}
.btn_home {
    background-color: var(--azulGestion);
    border: none;
    border-radius: 15px;
    padding: 0.5vw;
    margin-top: 2vw;
    color: white;
    cursor: pointer;
    font-size: 1.6vw;
}
.botSc:hover {
    transform: scale(1.1);
    transition: 0.4s;
}
.rec_txt {
    text-align: center;
    margin-bottom: 2em;
}
nav a img {
    width: 14em;
    margin-bottom: 1vw;
}
.olw-items p {
    text-align: center;
    padding: 0 3em;
}
.olw-items img {
    width: 13em !important;
    filter: drop-shadow(2px 2px 4px #292929);
    margin: 0 auto 3em;
}
.olw-items h2 {
    font-family: "mont-italic";
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 100%;
}
.owl-nav button {
    transform: scale(4);
    position: relative;
}
.owl-next {
    right: 3vw;
}
.owl-prev {
    left: 3vw;
}
.olw-items h2 {
    text-align: center;
}
#recomendados {
    padding-top: 6vw;
}
.ver_mas {
    margin: 3vw 0;
    text-align: center;
}
.ver_mas a {
    color: #1c415c;
}
.ver_mas h1 {
    text-align: center;
    display: inline;
    border-bottom: #1c415c solid 5px;
}
.ver_mas h1:hover {
    color: #0a87c6;
    border-color: #0a87c6;
    text-decoration: none;
}
.search_solucion input {
    border: 1px solid #ced4da;
    border-radius: 30px;
    width: 100%;
    padding-left: 1rem;
    height: 2.2rem;
}
.search_solucion button:hover {
    transform: scale(1.1);
    transition: 0.5s;
    cursor: pointer;
}
.btn_azul {
    background-color: var(--azulO);
    border-radius: 30px;
    margin-top: 1em;
    height: 2.2rem;
    border: none;
    color: white;
    width: 100%;
}
.sol_txt h1 {
    font-size: 4.3rem;
    color: var(--amarillo);
}
#solucion {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vw;
    height: 90vh;
}
.sol_txt {
    width: 60%;
}
.sol_busca {
    width: 25%;
}

#curvaProds {
    position: absolute;
    z-index: -50;
    width: 40rem;
    right: 0;
}
#laboratorio,
#seguridad,
#tratamiento {
    margin-bottom: 5vw;
    padding-top: 4vw;
}
#laboratorio h2,
#seguridad h2,
#tratamiento h2 {
    font-family: "brother";
    margin-bottom: 3vw;
    text-align: center;
    font-size: 2em;
}
#laboratorio .olw-items h2,
#seguridad .olw-items h2,
#tratamiento .olw-items h2 {
    font-family: "mont-italic";
}
#laboratorio h2 {
    color: var(--rojo);
}
#laboratorio .owl-nav {
    color: var(--rojo);
}
#seguridad h2 {
    color: var(--amarillo);
}
#seguridad .owl-nav {
    color: var(--amarillo);
}
#tratamiento h2 {
    color: var(--azulO);
}
#tratamiento .owl-nav {
    color: var(--azulO);
}

.catalogo,
.catalogoA {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 2vw;
    justify-content: space-around;
}
.subdiv {
    width: 44%;
}
.subdiv img {
    width: 100%;
}
.btn_mercadoBanner {
    font-family: "mont-med";
    font-size: 1vw;
    position: relative;
    border: none;
    background-color: var(--amarillo);
    padding: 0.5em;
    border-radius: 30px;
    color: white;
}
.btn_mercadoBanner:hover {
    transform: scale(1.1);
    transition: 0.5s;
    cursor: pointer;
}
#mercadoShopsBut {
    bottom: 22vw;
    left: 6vw;
}
#catalogoBut {
    bottom: 16vw;
    left: 82vw;
}
.tagAzul {
    color: var(--azulO);
    font-weight: bold;
}
.shad {
    -webkit-box-shadow: 0px 2px 25px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 2px 25px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 2px 25px 0px rgba(204, 204, 204, 1);
}
.dropShad {
    filter: drop-shadow(2px 2px 4px rgba(204, 204, 204, 1));
}
.shadClaro {
    -webkit-box-shadow: 0px 2px 25px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 2px 25px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 2px 25px 0px rgb(221, 221, 221);
}
.img_compl {
    display: none;
}
.redes {
    display: flex;
    width: 70vw;
    margin: 4rem auto 0;
    justify-content: space-around;
    align-items: center;
    gap: 3;
}
.redes a {
    text-decoration: none;
    font-family: "mont-med";
    text-align: center;
    color: #1c415c;
}
.redes a:hover {
    transform: scale(1.1);
}
.redes img {
    font-size: 2.2rem;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
footer {
    background-image: url(../img/curva.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.datos_final {
    color: white;
    padding: 15vw 4vw 4vw;
    text-align: center;
}
.datos_final p {
    padding: 0 3vw;
    font-size: 1.5vw;
}
.datos_final a {
    text-decoration: none;
    color: white;
}
.datos_final a:hover {
    color: #0e76b3;
}

.awalabitoBanner {
    width: 50px;
    height: 50px;
}

/* AVISO DE PRIVACIDAD INICIO --------------------------------------- */
.titulo__privacidad {
    background-color: var(--azulO);
    margin-bottom: 5vw;
    text-align: center;
    font-size: 2.2em;
    padding: 2rem 1rem;
    color: white;
}
.titulo__privacidad h1 {
    margin-bottom: 0;
    font-size: 1.5em;
}
.aviso__sec {
    padding: 4vw 4vw 0;
}
.aviso__sec h2 {
    font-family: "mont-med";
    color: var(--azulO);
}
.aviso__sec h3 {
    font-family: "mont-med";
    font-size: 1.5em;
    color: var(--azulO);
}
.aviso__sec p {
    text-align: justify;
}
/* AVISO DE PRIVACIDAD FINAL --------------------------------------- */

/* PAGINA CONTACTO INICIO ---------------------------------------*/
.titulo_contact h1 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 3.5rem;
    color: #0e76b3;
}
.form_txt {
    margin-bottom: 3em;
    text-align: center;
}
.formulario_div {
    padding-right: 1em;
    width: 45%;
}
.formulario_foot {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}
.formulario_foot input,
.formulario_foot textarea,
.formulario_foot select {
    border: 1px solid #ced4da;
    padding: 0.1rem 1.5rem;
    border-radius: 30px;
    width: 100%;
}
.formulario_foot button {
    width: 10rem;
    align-self: end;
}
.formulario_foot button:hover {
    transform: scale(1.1);
    transition: 0.5s;
    cursor: pointer;
}
#curvaForm {
    position: absolute;
    right: 0;
    bottom: -3vw;
    width: 20em;
    /* transform: rotate(180deg); */
    z-index: -10;
    opacity: 0.6;
}
#curvaForm {
    top: 8vw;
}
.containerContacto {
    justify-content: space-around;
    align-items: center;
    max-width: 1700px;
    display: flex;
    margin: auto;
    width: 100%;
}
.imagenContacto {
    text-align: center;
    position: relative;
    width: 45%;
}
.imagenContacto img {
    background-color: var(--azulGestion);
    border-radius: 50%;
    width: 90%;
}
.g-recaptcha {
    width: fit-content;
    margin-left: auto;
    margin-top: 25px;
}
/* PAGINA CONTACTO FIN ---------------------------------------*/

/* REGISTRO INICIO */
.reg_form {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    display: grid;
}
.reg_form form {
    gap: 1rem;
}
.imagen_reg img {
    display: block;
    width: 20rem;
    margin: 5em auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.reg_form .formulario_foot {
    max-width: 980px;
    padding: 0 3rem;
    width: 60vw;
}
.txt_merckmill {
    text-align: center;
    margin: 3rem auto;
    width: 60%;
}
#boton_registro {
    background-color: #e9e9ed;
    margin-left: auto;
    width: 300px;
    cursor: pointer;
}
#boton_registro:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.agradecimeintomerck_txt h2 {
    font-size: 2.5rem;
    width: 70%;
    max-width: 1500px;
    margin: 4rem auto;
    text-align: center;
}
.logo_awa_merck {
    width: 20rem;
    margin: 0 auto;
    text-align: center;
}
/* REGISTRO FIN */

/* EXPO2024 INICIO*/
.input-expo2024 {
    border: 1px solid #ced4da;
    border-radius: 200px;
    padding: 5px 1.5rem;
    width: 100%;
    margin-top: 5px;
}
.section-expo2024 {
    padding: 1rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}
.formulario-expo2024 {
    max-width: 850px;
    margin: 0 auto;
}
.formulario-expo2024 label {
    display: block;
    margin: 0;
}
.formulario-expo2024 label + label {
    margin-top: 15px;
}
.txt-expo-intro {
    color: var(--azulO);
}
.envio-expo24 {
    margin-top: 15px;
    width: 100%;
    background-color: var(--azulO);
    max-width: 200px;
    color: white;
    border: 0;
    border-radius: 200px;
    padding: 6px;
}
.btn-container-24 {
    text-align: right;
}
.horario_label {
    text-align: right;
}
.horario_label input {
    max-width: 305px;
    text-align: center;
}
.radio-form {
    margin: 15px 0;
}
.radio-form p {
    font-size: 1rem;
    margin: 0;
}
.radio-form label {
    display: inline-block;
    width: clamp(140px, 40%, 200px);
}
label.visita-inactiva {
    display: none;
}
/* EXPO2024 FIN*/

/* Catalogo */
.catalogo-section {
    background-color: var(--azulO);
    color: white;
    margin: 10rem 0;
    padding: 1rem;
}

.catalogo-img-container {
    width: clamp(100px, 100%, 300px);
    -webkit-box-shadow: -4px -4px 10px 0px rgba(61, 59, 59, 0.75);
    -moz-box-shadow: -4px -4px 10px 0px rgba(61, 59, 59, 0.75);
    box-shadow: -4px -4px 10px 0px rgba(61, 59, 59, 0.75);
    margin: -3rem 0;
    transform: rotate(6deg);
}
.catalogo-img-container img {
    width: 100%;
    cursor: pointer;
    transition: 300ms;
}
.catalogo-img-container img:hover {
    transform: scale(1.05);
}
.info-catalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    max-width: 1500px;
    margin: auto;
}
.txt-catalogo-contacto {
    text-align: center;
}
.txt-catalogo-contacto h2 {
    font-weight: bold;
}
.txt-catalogo-contacto h1 {
    font-size: 3rem;
}
.owl-carousel.owl-theme.owl-carousel-clientes .cliente-marquee {
    width: 180px;
    height: 90px;
    object-fit: contain;
}
.clientes-titulo-s {
    color: var(--azulAwalab);
    font-size: 45px;
    text-align: center;
    padding: 1rem;
}
.section-clientes-serv {
    margin: 3rem auto 6rem;
    max-width: 1500px;
}

@media (min-device-width: 600px) and (max-device-width: 1050px) {
    #solucion {
        flex-direction: column;
        margin-bottom: 4em;
    }
    .sol_txt {
        width: 100%;
        text-align: center;
        padding: 0 5vw;
    }
    .sol_busca {
        margin: 4vw 0;
        width: 25em;
    }
    .owl-dots {
        display: none;
    }
    .owl-nav {
        bottom: 30vw;
    }
    #curvaProds {
        width: 27em;
    }
    .catalogo,
    .catalogoA {
        flex-direction: column;
    }
    .subdiv {
        width: 100%;
    }
    .btn_mercadoBanner {
        font-size: 2vw;
    }
    #mercadoShopsBut {
        bottom: 140vw;
        left: 7vw;
    }
    #catalogoBut {
        bottom: 33vw;
        left: 68vw;
    }
    .datos_final {
        padding: 7vw 4vw 5vw;
        background-color: var(--azulO);
    }
    .datos_final p {
        font-size: 1.2rem;
    }
    .redes {
        margin: 3rem auto 3rem;
    }

    /* HEADER INICIO ---------------------------------------*/
    #inicio {
        height: auto;
        flex-direction: column;
        background-color: #d9d45c;
    }
    #inicio p {
        font-size: 2.5vw;
    }
    .texto_inicio {
        top: 11vw;
    }
    /* .imagen_home{
        margin: 0 auto;
        background: rgb(2,0,36);
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(217,212,92,1) 0%, rgba(255,255,255,1) 100%); 
        width: 100%;
    }
    .imagen_home img{
        right: 0;
        width: auto;
    } */
    .texto_inicio {
        padding: 2em 3vw;
        width: 54vw;
        /* text-align: center; */
    }
    .curva_v {
        display: none;
    }
    /* HEADER FIN ---------------------------------------*/

    /* CONTACTO INICIO  ---------------------------------------*/
    .formulario_div {
        flex-direction: column;
    }
    .formulario_foot {
        width: 80%;
        max-width: 700px;
        margin: 0 auto;
    }
    .form_txt {
        text-align: center;
        width: 100%;
        padding: 0 3em;
        margin-bottom: 4vw;
    }
    .formulario_div {
        width: 100%;
        padding: 0;
    }
    .containerContacto {
        flex-direction: column-reverse;
    }
    .imagenContacto {
        margin-top: 1.5em;
        width: 60%;
    }
    .formulario_foot button {
        align-self: center;
    }
    .g-recaptcha {
        margin: auto;
    }
    /* CONTACTO FIN  ---------------------------------------*/
    #solucion {
        height: auto;
    }
}
@media (min-device-width: 200px) and (max-device-width: 599px) {
    #solucion {
        flex-direction: column;
        text-align: center;
        padding: 5em 1em;
    }
    .sol_txt {
        width: 100%;
    }
    .sol_busca {
        width: 85%;
    }
    .datos_final {
        font-size: 1.5em;
        background-color: var(--azulO);
        padding: 10vw 4vw 7vw;
    }
    .datos_final p {
        font-size: 1.2rem;
        margin-bottom: 6vw;
    }
    .redes {
        margin: 4rem auto 4rem;
        flex-direction: column;
    }
    #curvaProds {
        width: 100%;
        opacity: 0.9;
    }
    .catalogo,
    .catalogoA {
        flex-direction: column;
    }
    .subdiv {
        width: 100%;
    }
    .botonMercado {
        margin-bottom: -10vw;
    }
    .btn_mercadoBanner {
        border-radius: 16px;
        font-size: 3vw;
    }
    #mercadoShopsBut {
        bottom: 118vw;
        left: 6.5vw;
        width: auto;
    }
    #catalogoBut {
        bottom: 32vw;
        left: 57vw;
    }
    .owl-nav {
        bottom: 45vw;
    }
    .redes {
        width: 95%;
    }
    .redes a {
        width: 25vw;
        margin-top: 7vw;
    }

    /* HEADER INICIO ---------------------------------------*/
    #inicio {
        height: auto;
        flex-direction: column;
        background-color: #d9d45c;
    }
    #inicio img {
        display: none;
    }
    #promocion {
        font-size: 2rem;
    }
    .texto_inicio {
        position: initial;
    }
    .img_compl {
        padding-top: 2em;
        margin-bottom: 4em;
        display: block;
        width: 100%;
        text-align: center;
        background: rgb(217, 212, 92);
        background: linear-gradient(
            180deg,
            rgba(217, 212, 92, 1) 0%,
            rgba(255, 255, 255, 1) 90%
        );
    }
    .img_compl img {
        display: block !important;
        margin: 0 auto;
        width: 90vw;
    }
    .imagen_home {
        margin: 0 auto;
        background: rgb(2, 0, 36);
        background: linear-gradient(
            180deg,
            rgba(2, 0, 36, 1) 0%,
            rgba(217, 212, 92, 1) 0%,
            rgba(255, 255, 255, 1) 100%
        );
        width: 100%;
    }
    .imagen_home img {
        right: 0;
        width: 80vw;
    }
    .texto_inicio {
        padding: 2em 3vw;
        width: 100%;
        text-align: center;
    }
    .curva_v {
        display: none;
    }
    #inicio h1 {
        font-size: 2.5em;
    }
    #inicio p {
        font-size: 1.5em;
    }
    .btn_home {
        font-size: 1.6em;
    }
    .bannerLab h1 {
        font-size: 2.5em !important;
    }
    /* HEADER FIN ---------------------------------------*/

    /* CONTACTO INICIO  ---------------------------------------*/
    .formulario_div {
        flex-direction: column;
    }
    .formulario_foot {
        width: 95%;
        max-width: 700px;
        margin: 0 auto;
    }
    .form_txt {
        text-align: center;
        width: 100%;
        padding: 0 1em;
        margin-bottom: 4vw;
    }
    .formulario_foot button {
        align-self: center;
    }

    .formulario_div {
        width: 100%;
    }
    .containerContacto {
        flex-direction: column-reverse;
    }
    .imagenContacto {
        width: 85%;
        margin-top: 1.5em;
    }
    /* .circuloCon{
        left: 8%;
    } */
    .formulario_foot button {
        align-self: center;
    }
    .g-recaptcha {
        margin: auto;
    }
    .btn-container-24 {
        text-align: center;
        margin-top: 30px;
    }
    /* CONTACTO FIN  --------------------------------------- */
    #solucion {
        height: auto;
    }
}

/* PARA LA PAGINA DE REGISTRO */
@media (min-device-width: 250px) and (max-device-width: 830px) {
    .reg_form {
        grid-template-columns: 1fr;
    }
    .imagen_reg {
        display: flex;
        justify-content: space-around;
    }
    .imagen_reg img {
        height: auto;
        width: 40%;
        margin: 2rem 0;
    }
    .reg_form .formulario_foot {
        width: 100%;
        padding: 0 1rem;
    }
    .txt_merckmill {
        width: 90%;
        margin-bottom: -1rem;
    }
    .agradecimeintomerck_txt h2 {
        width: 90%;
    }
}

@media (max-device-width: 1000px) {
    /* Catalogo */
    .catalogo-section {
        margin: 9rem 0 6rem;
        padding-bottom: 4rem;
    }
    .catalogo-img-container {
        margin: -8rem auto 3rem;
    }
    .info-catalogo {
        display: block;
    }
}
@media (max-device-width: 1000px) {
    .catalogo-img-container {
        width: clamp(100px, 80%, 250px);
    }
}
.resaltado {
    font-weight: 900;
    font-family: sans-serif;
}

/* Seccion de index1 o Pagina con concepto nuevo */

.productosPorSeccion {
    display: flex;
    flex-flow: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.seccionBtn {
    padding: 1rem 2rem;
    background-color: var(--amarillo);
    border-radius: 1rem;
    color: var(--azulAwalab);
    border-width: 0px;
}
.seccionBtn:hover {
    color: var(--azulO);
    text-decoration: none;
    cursor: pointer;
}
.seccionBtnAzl {
    padding: 1rem 2rem;
    background-color: var(--azulO);
    border-radius: 1rem;
    color: var(--blanco);
    border-width: 0px;
}
.seccionBtnAzl:hover {
    color: var(--blanco);
    text-decoration: none;
    cursor: pointer;
}

.seccionBtnRsa {
    padding: 1rem 2rem;
    background-color: var(--rojo);
    border-radius: 1rem;
    color: var(--blanco);
    border-width: 0px;
}
.seccionBtnRsa:hover {
    color: var(--blanco);
    text-decoration: none;
    cursor: pointer;
}
.seccionContenido {
    display: flex;
    flex-flow: row;
}
@media (max-width: 599px) {
    .productosPorSeccion {
        display: flex;
        flex-flow: column;
    }
}
