*{
    text-decoration: none !important;
    outline: 0 !important;
}
:root{
    --bs-border-radius-lg: 40px;
}
.row {
    margin: 0 !important;
    padding: 0;
}

@font-face {
    font-family: Principal;
    src: url("../fonts/grover.ttf");
}

@font-face {
    font-family: PrincipalBold;
    src: url("../fonts/Grover_Bold.otf");
}
body {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    position: relative;
    margin: 0 auto;

}
.container-in {
    max-width: 1100px;
    margin: 0 auto;
}
.__desktop{
    display: block;
}
.__responsive{
    display: none;
}
.__landscape{
    display: none;
}
.__menuResponsive{
    display: none;
}
.__menuDesktop{
    display: block;
}
.rowcenter{
    align-items: center;
}

/* MENU DESKTOP */
.__header {
    position: relative;
    height: 80px;
}
.__itemsHeader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.__logo {
    position: relative;
    width: 110px;
    margin: 0;
    left: 0;
}
.__logo img{
    width: 100%;
}
.__links {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    align-items: center;
}
.__links a{
    font-size: 12px;
    font-family: PrincipalBold;
    color: #000;
    padding: 5px 20px;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: all 0.3s;
}
.__links a:hover{
    transition: all 0.3s;
    border: 2px solid #fdc128;
    padding: 5px 20px;
    border-radius: 50px;
}
.__links a.active {
    transition: all 0.3s;
    border: 2px solid #fdc128;
    padding: 5px 20px;
    border-radius: 50px;
}
.__links a#contactanos {
    background: #ffbc00;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.3s;
}
.__links a#contactanos:hover{
    border-radius: 10px;
    color: #000;
    transition: all 0.3s;
}
.__links .__categoriasBody a.blogItems{
    font-size: 12px;
    font-family: PrincipalBold;
    color: #000;
    padding: 5px 20px;
    border: none!important;
    border-radius: 50px;
    transition: all 0.3s;
}
.__links .__categoriasBody a.blogItems:hover{
    transition: all 0.3s;
    color: #fdc128!important;
    border: none;
    padding: 5px 20px;
    border-radius: 50px;
}
.__links .__categoriasBody a.blogItems.active{
    color: #fdc128 !important;
    transition: all 0.3s;
}
/* MENU DESKTOP */
/* FOOTER */


.__footer {
    position: relative;
    padding: 60px 0;
    background: #ebdbb9;
}
.__footerContent {
    position: relative;
    width: 100%;
}
.__footerItems {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.__logoFooter {
    width: 330px;
    border-right: 3px solid #2b3066;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.__logoFooter a{
    display: block;
}
.__logoFooter img{
    width: 100%;
}
.__social {
    position: relative;
    display: flex;
    align-items: center;
}
.__icon {
    width: 30px;
    margin: 0 10px;
}
.__icon img{
    width: 100%;
}
.__quickLinks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.__quickLinks h2 {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
    margin-bottom: 30px;
}
.__quickLinks a {
    font-size: 12px;
    font-family: 'Principal';
    color: #000;
    transition: all 0.3s
}
.__quickLinks a:hover {
    color: #2b3066;
    transition: all 0.3s
}
.__quickLinks p{
    font-size: 12px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
    transition: all 0.3s
}
/* FOOTER */

section.cover {
    padding: 80px 0;
    position: relative;
    background: #f09f28;
}
.cover .col-md-5, .cover .col-md-7{
    padding: 0 !important;
}
.cover .coverImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.cover .coverImg img {
    width: 100%;
}
.cover .coverImg video {
    width: 100%;
}
.cover .coverCTA h1{
    font-size: 66px;
    font-family: 'PrincipalBold';
    color: #000;
    line-height: 55px;
    margin-bottom: 0px;
}
.cover .coverCTA p{
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    line-height: 25px;
    margin-top: 40px;
    width: 80%;
}
.btnCTA {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.btnCTA a {
    background: #98ddec;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.btnCTA.btnWhatsapp a{
    background: #91ae59;
    padding: 10px 20px 10px 30px;
}
.btnCTA .eggHand {
    width: 100px;
    align-items: center;
    position: relative;
    top: 10px;
}
.btnCTA .eggHand img {
    width: 100%;
    z-index: 99;
    position: relative;
}
.btnCTA .eggHand::after {
    content: "";
    display: block;
    background-image: url(../assets/btnCTAhand.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    position: relative;
    top: -70px;
    left: 7px;
    transition: all 0.3s;
}
.btnCTA:hover .eggHand::after {
    animation: wave 1s ease-in-out;
    transition: all 0.3s;
}
@keyframes wave {
    0% {
    transform: rotate(0deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    } 
}
.btnCTA span.whatsappImg{
    width: 60px;
    align-items: center;
    position: relative;
    top: 0px;
    left: 25px;
}
.btnCTA span.whatsappImg img{
    width:100%;
}
.productsCta.ctaWA {
    width: 340px;
}
section.productos {
    position: relative;
    width: 100%;
}
.productosContent {
    padding: 50px 0;
}
.productosTitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebdbb9;
    border-radius: 50px;
    padding: 15px;
}
.productosTitle span {
    width: 25px;
    margin: 0 10px;
}
.productosTitle span img{
    width: 100%;
}
.productosTitle h1 {
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
}
.tabsProductos {
    text-align: center;
    margin: 30px 0;
}
.tabsBtns button {
    padding: 10px 20px;
    margin: 5px;
    color: #000;
    font-size: 16px;
    font-family: 'PrincipalBold';
    cursor: pointer;
    border: 2px solid #fdc028;
    background: transparent;
    border-radius: 50px;
    width: 300px;
    transition: all 0.3s;
}
.tabsBtns button:hover{
    transition: all 0.3s;
    background: #fdbf27;
}
.tabsBtns .active {
    background: #fdbf27;
    border-radius: 50px;
}

.tabsContent .active {
    display: block; /* Solo muestra el activo */
}
.productsContent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}
.productImg {
    width: 300px;
}
.productImg img {
    width: 100%;
}
.productTitle {
    margin: 10px 0;
}
.productTitle h1{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.productCategories {
    display: block;
    margin: 30px 0 30px;
}
.productCategories span.category {
    font-size: 12px;
    font-family: 'Principal';
    background: #d7d7d7;
    margin: 0 5px;
    padding: 5px 8px;
    border-radius: 50px;
}
.productsCta {
    width: 260px;
    margin: 0 auto 40px;
}
.stores {
    margin-top: 30px;
}
.storesContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.storesItem {
    width: 100%;
}
.storesItem img{
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
    cursor: pointer;
}
.storesItem img:hover{
    width: 100%;
    filter: grayscale(0%);
    transition: all 0.3s;
}
section.trabajo {
    position: relative;
    width: 100%;
    background: #fdbf27;
}
.backImg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.trabajo .imgRight {
    position: absolute;
    right: 0;
    width: 140px;
}
.trabajo .imgRight img{
    width: 100%;
}
.trabajo .imgLeft {
    position: absolute;
    width: 260px;
    bottom: 0px;
}
.trabajo .imgLeft img{
    width: 100%;
}
.trabajoContent {
    position: relative;
    padding: 50px 0;
}
.trabajoContent .titleTop{
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    background: #ebdbb9;
    text-align: center;
    border-radius: 50px;
}
.trabajoContent .titleBottom{
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    background: #91ae59;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: -2px;
}
.trabajoDesc {
    padding: 20px 20px 0 20px;
}
.trabajoDesc p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.trabajoItem {
    padding: 40px 30px;
    background: #fff;
    border-radius: 20px;
    height: 280px;
    margin-bottom: 15px;
}
.trabajoIcon {
    width: 45px;
}
.trabajoIcon img{
    width: 100%;
}
.trabajoTitleItem {
    margin: 20px 0px 10px;
}
.trabajoTitleItem h1{
    font-size: 18px;
    font-family: 'PrincipalBold';
    color: #000;
}
.trabajoItemDesc p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.trabajoItem .trabajoSub {
    height: 1px;
    width: 50%;
    background: #000;
    margin: 0 0 10px;
}
section.blogHome {
    padding: 70px 0px;
}
.blogHome .productsCta {
    width: 220px;
}
.blogsContent {
    padding: 60px 0 30px;
}
.blogContentArticle {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    height: 450px;
}
.col-md-4:nth-child(1) .blogContentArticle, .col-md-4:nth-child(3) .blogContentArticle {
    background: #fdbf27; 
}
.col-md-4:nth-child(2) .blogContentArticle {
    background: #98ddec; /* Celeste */
}
.imgBlog {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}
.imgBlog img{
    width: 100%;
}
.titleBlog{
    margin: 20px 50px 0 0px;
}
.titleBlog h1 {
    font-size: 18px;
    font-family: 'PrincipalBold';
    color: #000;
}
.contentBlog {
    position: relative;
    height: 190px;
}
.seeMore {
    position: absolute;
    bottom: 0;
}
.contentBlog .trabajoSub {
    height: 1px;
    width: 50%;
    background: #000;
    margin: 20px 0;
}
.shortDescBlog p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.contentBlog .seeMore a {
    background: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    font-family: 'Principal';
    font-size: 12px;
    color: #000;
    transition: all 0.3s;
}
.contentBlog .seeMore a:hover {
    border-radius: 10px;
    transition: all 0.3s;
}
section.coverSomos {
    position: relative;
    width: 100%;
    background: #fdbf27;
    padding-bottom: 80px;
}
.coverSomos .backImg img{
    width: 100%;
}
.imgRightSomos {
    position: absolute;
    right: 0;
    width: 200px;
    bottom: 0;
}
.imgLeftSomos {
    position: absolute;
    width: 180px;
}
.coverSomos .titleCover {
    padding: 100px 0 40px;
    position: relative;
    width: 90%;
}
.coverSomos .titleCover h1 {
    font-size: 66px;
    font-family: 'PrincipalBold';
    color: #000;
    line-height: 60px;
}
.videoCover {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.videoCover video{
    width: 100%;
}
section.tradicion {
    padding: 70px 0;
    position: relative;
    background: #ebdbb9;
}
.tradicion .tradicionContentTitle h1 {
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 430px;
}
h1.green {
    background: #91ae59;
    border-radius: 50px;
    position: relative;
    top: -2px;
}
h1.orange {
    background: #e18612;
    border-radius: 50px;
    position: relative;
    top: -4px;
    width: 290px!important;
}
.tradicionContentText {
    padding: 20px;
    text-align: justify;
}
.tradicionContentText p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.sliderItem {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: 410px;
}
.sliderItem img{
    width: 100%;
}
.sliderTradicion .slick-slide {
    display: none;
    float: left;
    height: auto!important;
    min-height: 1px;
    margin-bottom: 20px;
}
.sliderItemNav {
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
    cursor: pointer;
}
.sliderItemNav img {
    width: 100%;
    padding: 5px;
    overflow: hidden;
    border-radius: 15px;
}
section.responsabilidad {
    position: relative;
    background: #91ae59;
}
.responsabilidad .backImg img {
    width: 100%;
}
.responsabilidad .responsabilidadContent{
    position: relative;
    padding: 100px 0;
}
.responsabilidad .responsabilidadContent .tradicionContent .tradicionContentTitle h1{
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 430px;
}
.responsabilidad h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    position: relative;
    top: 0;
    width: 315px !important;
}
.responsabilidad h1.lightorange {
    background: #ffb650;
    border-radius: 50px;
    position: relative;
    top: 0;
    width: 355px !important;
}
.responsabilidad h1.orange {
    background: #e18612;
    border-radius: 50px;
    position: relative;
    top: 0px;
    width: 210px !important;
}
.responsabilidadImg {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.responsabilidadImg img{
    width: 100%;
}
section.esencia {
    position: relative;
    padding: 70px 0;
}
.esenciaItemContent {
    position: relative;
    width: 19%;
    padding: 0 20px;
}
.letter {
    position: relative;
    width: 15px;
    margin: auto;
    text-align: center;
    top: -15px;
}
.esenciaItems {
    padding: 40px 0 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.esenciaIcon {
    position: relative;
    width: 55px;
    margin: auto;
    z-index: 9;
}
.esenciaIcon img{
    width: 100%;
}
.esenciaTitle {
    width: 125px;
    margin: auto;
    text-align: center;
    position: relative;
    top: -5px;
    padding: 10px;
    border-radius: 8px;
}
.esenciaText p{
    font-size: 12px;
    font-family: 'Principal';
    color: #000;
    text-align: center;
}
.esenciaTitle.blue{
    background: #273481;
}
.esenciaTitle.blue p {
    font-size: 14px;
    font-family: 'Principal';
    color: #fff;
    margin: 0;
}
.esenciaTitle.blue p span{
    font-family: 'PrincipalBold';
}
.esenciaItemContent.blue {
    border: 2px solid #273481;
    border-radius: 20px;
}
.letter.blue{
    background: #273480;
}
.letter p.blue {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #fff;
}


.esenciaTitle.yellow{
    background: #eabb0a;
}
.esenciaTitle.yellow p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.esenciaTitle.yellow p span{
    font-family: 'PrincipalBold';
}
.esenciaItemContent.yellow {
    border: 2px solid #eabb0a;
    border-radius: 20px;
}
.letter.yellow{
    background: #eabb0a;
}
.letter p.yellow {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
}

.esenciaTitle.green{
    background: #67ad81;
}
.esenciaTitle.green p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.esenciaTitle.green p span{
    font-family: 'PrincipalBold';
}
.esenciaItemContent.green {
    border: 2px solid #67ad81;
    border-radius: 20px;
}
.letter.green{
    background: #67ad81;
}
.letter p.green {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
}

.esenciaTitle.gray{
    background: #c0c0c0;
}
.esenciaTitle.gray p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.esenciaTitle.gray p span{
    font-family: 'PrincipalBold';
}
.esenciaItemContent.gray {
    border: 2px solid #c0c0c0;
    border-radius: 20px;
}
.letter.gray{
    background: #c0c0c0;
}
.letter p.gray {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
}

.esenciaTitle.orange{
    background: #e0751b;
}
.esenciaTitle.orange p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.esenciaTitle.orange p span{
    font-family: 'PrincipalBold';
}
.esenciaItemContent.orange {
    border: 2px solid #e0751b;
    border-radius: 20px;
}
.letter.orange{
    background: #e0751b;
}
.letter p.orange {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
}
section.coverProductos {
    position: relative;
    padding: 60px 0;
}
.titleCoverProductos {
    width: 350px;
    margin: auto;
    text-align: center;
}
.titleCoverProductos h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}
.titleCoverProductos h1.lightblue {
    background: #98ddec;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 0 20px;
    width: 90%;
}
.contentCoverProductosText {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 50px auto;
}
.contentCoverProductosText p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.productosItemContent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 80px 0;
}
.productosItemContent .imgProduct {
    width: 240px;
    margin: auto;
}
.productosItemContent .imgProduct img{
    width: 100%;
}
.productItemTop {
    background: #ededed;
    margin: 0 5px;
    border-radius: 20px;
    height: 290px;
    width: 25%;
    padding: 30px 10px;
}
.productosItemContent .titleProduct {
    text-align: center;
}
.productosItemContent .titleProduct h1 {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.descProduct {
    text-align: center;
    padding: 0 30px;
}
.productosItemContent .descProduct p {
    font-size: 12px;
    font-family: 'Principal';
    color: #000;
}
.productosItemContent .productCategories {
    display: block;
    margin: 30px auto 30px;
    text-align: center;
}
.productosItemContent .productCategories span.category {
    font-size: 10px;
    font-family: 'Principal';
    background: #d7d7d7;
    margin: 0 5px;
    padding: 3px 5px;
    border-radius: 50px;
    display: inline-flex;
}
section.sellProducts {
    padding: 80px 0;
    background: #fdbf27;
    position: relative;
    width: 100%;
}
.titleSellProducts {
    width: 320px;
    margin: auto;
    text-align: center;
}
.sellProducts h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}
.sellProducts h1.lightblue {
    background: #98ddec;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.descSellProducts {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 50px auto;
}
.descSellProducts p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.sellProductsPress {
    width: 630px;
    margin: auto;
    text-align: center;
}
.sellProducts .sellProductsPress h1.lightblue {
    background: #98ddec;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 5px 20px;
    width: 100%;
    letter-spacing: -2px;
}
.sellProducts .productosItemContent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 80px 0 30px;
}
.sellProducts .productsCta {
    width: 260px;
    margin: 0 auto 0px;
}
section.usoIndustrial {
    position: relative;
    width: 100%;
    background: #98ddec;
    height: auto;
}
.usoIndustrial .titleUsoIndustrial h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}
.titleUsoIndustrial {
    width: 350px;
    margin: auto;
    text-align: center;
}
.usoIndustrialContent {
    padding: 80px 0;
    position: relative;
}
.usoIndustrial .backImg img{
    width: 100%;
}
.textUsoIndustrial {
    padding: 30px 0;
    text-align: center;
    width: 60%;
    margin: auto;
}
.textUsoIndustrial p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.imgUsoIndustrialContent {
    width: 70%;
    margin: 30px auto;
}
.imgUsoIndustrialContent img{
    width: 100%;
}
.descUsoIndustrial {
    width: 90%;
    margin: 60px auto 0;
    text-align: center;
}
.usoIndustrial .descUsoIndustrial h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}
.usoIndustrial .descUsoIndustrial h1.orange {
    background: #e18612;
    border-radius: 50px;
    position: relative;
    top: 0;
    width: 60%!important;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: auto;
}
section.coverCalidad {
    position: relative;
    padding: 40px 0;
    background: #80d9e9;
}
.coverCalidad .coverCalidadTitle h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 240px;
}
.coverCalidad .coverCalidadTitle h1.green {
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    background: #91ae59;
    text-align: left;
    border-radius: 50px;
    position: relative;
    width: 200px;
    padding: 0 20px;
    top: 0;
}
.coverCalidadDesc {
    padding: 35px 35px;
    position: relative;
    background-color: #efdeb7;
    border-radius: 30px;
    margin-top: 20px; 
}
.coverCalidad .coverCalidadDesc p {
    font-size: 15px;
    font-family: 'Principal';
    color: #000;
    text-align:left;
    letter-spacing: -1px;
}
.coverCalidadImg {
    position: relative;
    width: 100%;
}
.coverCalidadImg img{
    width: 100%;
}
section.compromiso {
    position: relative;
    padding: 40px 0;
    background: #fdbf27;
}
.compromiso .compromisoTitle h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 245px;
}
.compromiso .compromisoTitle h1.lightblue {
    background: #80d9e9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 245px;
}
.compromisoText {
    padding: 20px;
    position: relative;
}
.compromisoText p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    text-align: justify;
}
.compromisoValor {
    position: relative;
    width: 100%;
    background: #ebdbb9;
    border-radius: 30px;
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.compromisoValor img{
    width: 205px;
}
.compromisoValor p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    padding: 20px;
    margin: 0;
}
.compromisoVitaminasImg {
    width: 100%;
}
.compromisoVitaminasImg img{
    width: 100%;
}
.compromisoVitaminas {
    background: #f09f28;
    padding: 30px;
    border-radius: 40px;
}
.compromiso .compromisoVitaminas .compromisoTitle {
    text-align: center;
}
.compromiso .compromisoVitaminas .compromisoTitle h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 0 20px;
    width: 435px;
}
.compromiso .compromisoVitaminas .compromisoTitle h1.lightblue {
    background: #80d9e9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 0 20px;
    width: 375px;
}
section.higiene {
    position: relative;
    width: 100%;
}
.higiene .backContent {
    position: relative;
}
.higiene .backContent .backTopContent {
    position: absolute;
    right: 0;
    width: 200px;
}
.higiene .backContent .backTopContent img{
    width: 100%;
}
.higieneContent {
    padding: 80px 0 50px;
}
.higiene .higieneContent .higieneTitle h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 365px;
}
.higiene .higieneContent .higieneTitle h1.orange {
    background: #fdbf27;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    padding: 0 20px;
    width: 355px!important;
    top: 0!important;
}
.higieneText {
    padding: 20px;
}
.higieneText p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    text-align: justify;
}
.higieneImg {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    height: 310px;
}
.higieneImg img{
    width: 100%;
}
.bannerHigiene {
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: row;
    background: #fdbf27;
    height: auto;
    border-radius: 30px;
    margin: 0 auto 70px;
}
.imgBannerHigiene {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    height: 275px;
}
.imgBannerHigiene img {
    width: 100%;
}
.bannerHigiene .personaje {
    width: 65%;
    margin: 0 0 0 20px;
    position: relative;
    right: 0;
    bottom: 0;
}
.bannerHigiene .personaje img{
    width: 100%;
}
.bannerText {
    width: 100%;
    padding: 0 50px;
}
.bannerText p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    text-align: justify;
    line-height: 15px;
    margin: 0;
}
section.ctaContact {
    padding: 30px 0;
    position: relative;
}
.ctaContactContent {
    padding: 30px 70px;
    background: #ecdbb4;
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.ctaContactContentText {
    width: 50%;
    text-align: center;
}
.ctaContactContentText p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.ctaContactContentBtn a {
    padding: 10px 70px;
    background: #ffbc00;
    border-radius: 40px;
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
    transition: all 0.3s;
}
.ctaContactContentBtn a:hover {
    border-radius: 10px;
    transition: all 0.3s;
}
.ubicacionesTitle h1.lightblue {
    background: #80d9e9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 0 20px;
    width: 275px;
}
.ubicacionesTitle h1.beige {
    background: #ebdbb9;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0 auto;
    padding: 0 20px;
    width: 385px;
}
.ubicacionesTitle {
    margin: 30px 0 40px;
}
.ubicacionesContentBody {
    padding: 10px;
    background: #ececec;
    margin-bottom: 15px;
    border-radius: 30px;
    height: 520px;
}
.mapa {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.titleMapa {
    display: flex;
    width: 65%;
    margin: 20px 10px 10px;
    flex-direction: row;
    justify-content: flex-start;
}
.titleMapa span{
    width: 20px;
    margin: 0 10px 0 0;
}
.titleMapa span img{
    width: 100%;
}
.titleMapa h1{
    width: 170px;
    font-size: 16px;
    font-family: 'PrincipalBold';
    margin: 0;
    line-height: 15px;
}
.locationMapa {
    margin: 10px 0px 10px;
}
.locationMapa p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0 10px;
}
.itemHorario {
    position: relative;
    width: 100%;
    display: flex;
    margin: 10px;
    align-items: center;
}
.itemHorario span{
    width: 15px;
    margin: 0 10px 0 0;
}
.itemHorario span img{
    width: 100%;
}
.itemHorario .horarioDays p{
    font-size: 12px;
    font-family: 'Principal';
    margin: 0;
    color: #000;
}
.ubicacionesContent {
    margin-bottom: 30px;
}
.social {
    position: relative;
    margin-right: 30px;
}
.personaje {
    position: absolute;
    width: 235px;
    bottom: -50px;
    right: -90px;
}
.personaje img{
    width: 100%;
}
.formularioContent .col-md-4 {
    border-right: 1px solid #000;
    padding-left: 0 !important;
}
.socialContenedor {
    width: 100%;
    height: 460px;
    padding: 40px;
    background: #ecdbb5;
    border-radius: 50px;
}
.socialLinks {
    margin: 30px 0;
}
.socialContenedor h1 {
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    padding: 0 40px 0 0;
}
.socialItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.socialIcon {
    width: 25px;
    margin: 0 10px 0 0;
}
.socialIcon img{
    width: 100%;
}
.socialUrl a{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    transition: all 0.3s;
}
.socialUrl a:hover{
    color: #292463;
    transition: all 0.3s;
}
section.formulario {
    padding: 50px 0 70px;
}
.formularioInputs {
    padding-left: 60px;
}
.formularioInputsTitle h1{
    font-size: 26px;
    font-family: 'PrincipalBold';
    letter-spacing: 0px;
    background: #fdbd00;
    width: 240px;
    border-radius: 50px;
    padding: 3px;
}
.formularioInputsContent input {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #b4b4b4;
    border-radius: 50px;
    padding: 5px 30px;
    font-family: 'Principal';
    font-size: 12px;
    color: #000;
    transition: all 0.3s
}
.formularioInputsContent input:hover {
    border: 1px solid #fdbd00;
    transition: all 0.3s
}
.formularioInputsContent input:focus {
    border: 1px solid #fdbd00;
    transition: all 0.3s
}
.formularioInputsContent input:active {
    border: 1px solid #fdbd00;
    transition: all 0.3s
}
.formularioInputsContent textarea {
    resize: none;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    border: 1px solid #b4b4b4;
    padding: 5px 30px;
    font-family: 'Principal';
    font-size: 12px;
    color: #000;
}
.formularioInputsContent textarea:hover {
    border: 1px solid #fdbd00;
    transition: all 0.3s
}
.formularioInputsContent textarea:focus {
    border: 1px solid #fdbd00;
    transition: all 0.3s
}
.formularioInputsContent textarea:active {
    border: 1px solid #fdbd00;
    transition: all 0.3s
}
.formularioInputsTitle {
    margin-bottom: 20px;
}
.formularioInputsContent button {
    border: none;
    margin: 20px 0;
    float: right;
    background: #fdbd00;
    padding: 5px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'PrincipalBold';
    transition: all 0.3s;
}
.formularioInputsContent button:hover {
    border-radius: 10px;
    transition: all 0.3s;
}


/* MENU RESPONSIVE */
.container {
    max-width: 1050px;
    width: 90%;
    margin: auto;
  }
  
  .navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    z-index: 99999999;
  }
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    font-size: 14px;
    font-family: 'PrincipalBold';
}
.navbar .nav-container a.active{
    color: #fb1c34;
}
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 25px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background: #fff;
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .logoResp {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 115px;
}
.logoResp img{
    width: 100%;
}
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }
  
/* MENU RESPONSIVE */

.__categoriasLink{
    position: relative;
}
.__categoriasBody {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 160px;
    top: 30px;
    left: -10px;
    padding: 20px 10px;
    border-radius: 20px;
}
.alignCenter {
    justify-content: center;
}
.col-md-3:nth-child(odd) .blogContentArticle {
    background: #fdbf27; /* Amarillo para impares */
}

.col-md-3:nth-child(even) .blogContentArticle {
    background: #85af4b; /* Verde para pares */
}
.blogView .blogContentArticle {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    height: 500px;
    margin-bottom: 20px;
}
.blogView .imgBlog {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 150px;
}
.blogView .contentBlog {
    position: relative;
    height: 300px;
}
.blogView .titleBlog {
    margin: 20px 40px 0 0px;
}

section.__blog {
    background: #ffbc00;
    padding: 60px 0;
}
.__postCover {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 20px;
}
.__postCover img{
    width: 100%;
}
.__postTitle h1{
    font-size: 66px;
    font-family: 'PrincipalBold';
    line-height: 65px;
    color: #000;
}
section.__postInfo {
    padding: 60px 0;
    position: relative;
}
.materialesTitle {
    display: flex;
    position: relative;
    align-items: center;
}
.materialesTitle span {
    width: 45px;
    position: relative;
    z-index: 9;
}
.materialesTitle span img{
    width: 100%;
}
.materialesTitle h1{
    font-size: 26px;
    font-family: 'PrincipalBold';
    margin: 0;
    letter-spacing: -3px;
    background: #7edeed;
    padding: 5px 60px 5px 40px;
    border-radius: 50px;
    position: relative;
    right: 30px;
    color: #000;
}
.materialesSection {
    padding: 30px;
}
.materialesSection ul li  {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.__postInfoBody {
    padding: 50px;
    background: #ecdbb4;
    border-radius: 40px;
    position: relative;
}
.imgStep {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}
.imgStep img{
    width: 100%;
}
.stepText {
    display: flex;
    height: 100%;
    align-items: center;
}
.stepTitle h1 {
    font-size: 56px;
    font-family: 'PrincipalBold';
    color: #000;
    margin-bottom: 0!important;
    text-align: center;
}
.stepContent {
    margin-left: 20px;
    width: 90%;
}
.stepContent h1{
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    letter-spacing: -2px;
}
.stepContent p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 0;
}
.stepTitle {
    width: 10%;
}
.stepContenedor{
    margin-bottom: 20px;
}
.__postInfoBody .news h1 {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 15px;
    letter-spacing: -2px;
}
.__postInfoBody .news p{
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    margin: 15px;
}
.__postInfoBody .news ul li  {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.__error404Content {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh;
}
.__error404Content h1{
    font-size: 116px;
    font-family: 'PrincipalBold';
    color: #000;
}
.__error404Content h2{
    font-size: 26px;
    font-family: 'Principal';
    color: #000;
}
.imgError {
    width: 40%;
}
.imgError img{
    width: 100%;
}
.__error404Content .__btnOverlay {
    margin: 50px;
}
.__error404Content .__btnOverlay a {
    background: #98ddec;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}
.blogHome.blogView{
    padding: 70px 0px 0;
}
.personajeBlog {
    position: absolute;
    top: -180px;
    width: 300px;
    right: 0px;
}
.personajeBlog img{
    width: 100%;
    transform: scaleX(-1);
}
.__postInfoBody .materialesTitle {
    margin-bottom: 40px;
}
.stepTextCierre{
    display: flex;
    align-items: center;
}
.disclaimer {
    padding: 30px;
    margin: 30px;
    background: #f18000;
    border-radius: 30px;
}
.disclaimer p{
    font-size: 14px;
    font-family: 'PrincipalBold';
    margin: 0;
}
section.related {
    padding: 0 0 70px;
}
.imgRelated {
    width: 50%;
    height: 130px;
    overflow: hidden;
    border-radius: 20px;
}
.imgRelated img{
    width: 100%;
}
.relatedContent {
    margin: 40px 0 0;
}
.relatedItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fdbd00;
    padding: 10px;
    border-radius: 30px;
    position: relative;
}
.titleRelated h1{
    font-size: 16px;
    font-family: 'Principal';
    margin: 0 30px;
}
.moreRelated {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.moreRelated img{
    width: 30px;
}
.titleRelated {
    width: 50%;
}


/* ---NUEVO--- */

/* SECTION coverCalidad */
.coverCalidadText {
    width: 90%; 
    max-width: 800px; 
    margin: 0 auto;
}

/* SECTION CLASIFICACION */
.clasificacion {
  padding: 60px 0;
}

.clasificacionContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.clasificacionTitle h1 {
  font-family: 'PrincipalBold';
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.2;
  display: inline-block;
}

.clasificacionTitle span {
  padding: 5px 35px;
  border-radius: 50px; 
}


.bg-yellow { background-color: #fcbf27; }
.bg-beige  { background-color: #efdeb7; }
.bg-blue   { background-color: #7fe1f0; }


.clasificacionPersonaje {
    position: relative;
}
.clasificacionContent .col-md-5, .clasificacionContent .col-md-7{
    padding: 0!important;
}

.clasificacionPersonaje img {
  width: 100%;
  height: auto;
}
.clasificacionAmarillo {
    position: relative;
    background: #fdc028;
    width: 100%;
    height: 100%;
    border-radius: 50px 0 0 50px;
}

.clasificacionImagenDos {
    background: #fdc128;
    border-radius: 0 70px 70px 0;
}

.clasificacionImagenUno, .clasificacionImagenDos {
    width: 100%;
}
.clasificacionImagenUno img, .clasificacionImagenDos img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}
.personajeClasificacionContent {
    position: absolute;
    top: -90px;
    width: 290px;
    left: 25%;
}
.clasificacionImagenUno img{
    margin-bottom: 30px;
    
}
.clasificacionImagenDos img {
    object-position: center -290px;
}

/* SECTION PRECAUCIONES */
.precauciones {
  background-color: #fcbf27;
  padding: 60px 0;
}


.precaucionesTitle h1 {
  font-family: 'PrincipalBold';
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 0px 0;
  line-height: 1.2;
}

.precaucionesTitle h1:first-child span {
  background-color: #7fe1f0;
}

.precaucionesTitle h1:last-child span {
  background-color: #e28713;
}

.precaucionesTitle span {
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
}


.precaucionesDescipcion {
  background-color: #efdeb7;
  border-radius: 25px;
  padding: 50px 30px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 25px;
}

.precaucionesDescipcion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.precaucionesDescipcion li {
  font-family: 'Principal';
  font-size: 1.1rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  color: #000;
}

.precaucionesDescipcion li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.precaucionesPersonaje {
    position: relative;
    bottom: -60px;
    right: 70px;
}
.precaucionesPersonaje img {
  width: 100%;
  height: auto;
  display: block;
}


/* SECTION HUEVO COMERCIAL */
.huevoComercial {
  position: relative;
  background: #f0a127;
  padding: 120px 0;
  overflow: hidden;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

.comercialContent {
    padding: 70px 0;
}
.comercialTitle {
    width: 60%;
    margin: 0 auto 40px;
}
  
.comercialTitle h1 {
    margin: 0;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
}

.comercialTitle h1 span {
    background: #7fe1f0;
    color: #000;
    padding: 8px 30px;
    border-radius: 50px;
    letter-spacing: -0.5px;
    width: 100%;
    display: block;
    text-align: center;
}


.comercialImagen {
  position: relative;                
  background: #f2f2f2;              
  border-radius: 16px;               
  padding: 200px;                 
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin: auto;
}

.comercialImagen img {
  position: absolute;              
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 520px;                 
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;              
  transition: all 0.3s;
}

.comercialImagen .imgDefault {
  opacity: 1;
  z-index: 1;              
  transition: all 0.3s;
}

.comercialImagen .imgHover {
  opacity: 0;
  z-index: 2;              
  transition: all 0.3s;
}

.comercialImagen:hover .imgDefault {
  opacity: 0;              
  transition: all 0.3s;
}

.comercialImagen:hover .imgHover {
  opacity: 1;              
  transition: all 0.3s;
}


.comercialTexto {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: 6;
  pointer-events: none;
  width: 70%;
}

.comercialTexto h2 {
  margin: 0;
  text-align: center;
}

.comercialTexto h2 span {
  background: #e6e6e6;
  padding: 14px 48px;
  border-radius: 40px;
  font-family: 'Principal';
  font-size: 16px;
  color: #062127;
}

/* SECTION PUNTOS DE VENTA*/
.puntosDeVenta{
  background-color: #efdeb7; 
  padding: 60px 0; 
  font-family: 'Principal';
  position: relative;
}

.ventaTitulo {
    border-radius: 28px;
    overflow: visible;
    line-height: 1;
}
.ventaTitulo h1{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.ventaTitulo .puntos {
    display: block;
    background: #F18000;
    color: #000;
    padding: 8px 22px;
    border-radius: 18px;
    width: 120px;
}

.ventaTitulo .venta {
    display: block;
    background: #79B237;
    color: #000;
    padding: 8px 22px;
    border-radius: 18px;
    margin-top: 0;
    width: 150px;
}
.ventaTexto {
    position: relative;
    z-index: 2;
    width: 100%;
}
.ventaContentText {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #febe26;
    border-radius: 50px;
    padding: 30px;
}
.ventaTexto p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    width: 65%;
    padding: 35px 40px;
}
.ventaPersonaje {
    position: absolute;
    right: -50px;
    top: -10px;
    width: 50%;
}
.ventaPersonaje img{
    width: 100%;
} 

.imgBack {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}
.imgBack img{
    width: 100%;
}

/* SECTION MAPAS */
.mapas {
  background-color: #efdeb7;
  padding: 70px 0;
  text-align: center;
  font-family: 'Principal';
}

.mapaTitulo h1 {
  font-size: 18px;
  font-weight: 700;
  background-color: #7fe1f0;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  color: #000;
}

.mapaGrid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 35px;
  flex-wrap: wrap;
}
.mapaItem {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    width: 280px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3sease;
    padding: 10px 0;
}
.mapaItem:hover {
  transform: translateY(-4px);
}
.mapaImagen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
    margin: auto;
}
.mapaImagen img {
  width: 100%;
}

.mapaInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px 22px;
}

.mapaIcon {
  width: 15%;
}
.mapaInfo p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: left;
}
.mapaBtn {
  margin-top: 50px;
}

.mapaBtn button {
  background-color: #fcbf27;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 0 rgba(0,0,0,0.08);
}

.mapaBtn button:hover {
  background-color: #f5b000;
}
.slick-slide {
    display: none;
    float: left;
    height: auto!important;
    min-height: 1px;
}
.linkMapas {
    position: relative;
    width: 250px;
    margin: 50px auto 0;
}






section.politicas {
    padding: 100px;
    position: relative;
    background: #ebdbb9;
}
.politicasTitle h1.lightblue {
    background: #14B5F5;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 20px auto;
    padding: 10px 30px;
    display: block;
    width: fit-content;
}
.politicasTitle h1.green {
    background: #79B237;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 20px auto;
    padding: 10px 30px;
    display: block;
    width: fit-content;
}
.politicasText {
    width: 80%;
    margin: auto;
}
.politicasText p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    text-align: center;
    padding: 20px;
}
.politicasContent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; /* Permite que los items se envuelvan */
}
.itemPoliticas {
    width: 25%;
    text-align: center;
    padding: 30px;
}
.itemPoliticas:nth-child(1), .itemPoliticas:nth-child(2), .itemPoliticas:nth-child(3){
    border-right: 1px solid #000;
}
.itemPoliticasIcon {
    width: 90px;
    margin: 20px auto;
}
.itemPoliticasIcon img{
    width: 100%;
}
.itemPoliticasText {
    padding: 0 10px;
}
.itemPoliticasText p {
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
}

@media (max-width: 992px) {
    .itemPoliticas {
        width: 50%;
    }
    
    .itemPoliticas:nth-child(1), 
    .itemPoliticas:nth-child(2), 
    .itemPoliticas:nth-child(3) {
        border-right: none;
        border-bottom: none;
    }
    
    .itemPoliticas:nth-child(odd) {
        border-right: 1px solid #000;
    }
    
    .itemPoliticas:nth-child(1),
    .itemPoliticas:nth-child(2) {
        border-bottom: 1px solid #000;
    }
}

@media (max-width: 576px) {
    .itemPoliticas {
        width: 100%;
    }
    
    .itemPoliticas:nth-child(odd) {
        border-right: none;
    }
    
    .itemPoliticas:nth-child(1),
    .itemPoliticas:nth-child(2),
    .itemPoliticas:nth-child(3) {
        border-bottom: 1px solid #000;
    }
    
    .itemPoliticas:last-child {
        border-bottom: none;
    }
}
.disclaimerPoliticas {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 50px 0;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.itemDisclaimerImg {
    width: 220px;
    margin: 0 0 10px 0;
}
.itemDisclaimerImg img{
    width: 100%;
}
.itemDisclaimer {
    margin: 0 10px;
}
.itemDisclaimer h1{
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: 'Principal';
    color: #000;
}
.recomendaciones {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.recomendacionesTitle h1.lightblue {
    margin: 0;
    background: #4BE2F1;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    padding: 10px 30px;
    display: block;
    width: fit-content;
}
.recomendacionesTitle h1.green {
    margin: 0 auto;
    background: #78B238;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #000;
    padding: 10px 30px;
    display: block;
    width: fit-content;
}
.imgRecomendaciones {
    width: 210px;
}
.imgRecomendaciones img{
    width: 100%;
}
.recomendacionesTitle p {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: 'Principal';
    color: #000;
    text-align: center;
}
.recoItemTitle {
    display: block;
    width: fit-content;
    margin: auto;
}
.recoItemTitle img{
    width: 100%;
}
.recoItemText p {
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    text-align: center;
    padding: 40px;
}