:root{
    --primary-font: 'BwGradual';
    /*--secondary-font: 'Dongle';*/
    --icon-font:'omelet' !important;
    --base-size-font:15px;
    
    --primary-color-dark:#D71561;
	
	--primary-color:#000000; 
    --secondary-color:#005ED8;	
    --terciary-color:#EE2136;
    --fourth-color:#FFC20E;
    --fifth-color:#D5D2CA;
	
	
    --text-color:#000000;
    --gray-color:#696969;
    --gray-color-2:#9D9D9D;
    --transition:all .4s ease;
    --custom-transition:all .6s cubic-bezier(.645,.045,.355,1);
    --box-shadow: 0px 2.589681386947632px 10.358725547790527px 0px #0000001F;
    --border-radius:15px;
    --title-xl:3.5rem;
    --title-xxl:6rem;
    --title-xs:2.5rem;
    --title-sm:4.5rem;
}

html{
    font-size: 62.5%;
}

body {
    background-color: #fff;
    font-family: var(--primary-font);
    font-size: var(--base-size-font);
    font-weight: 400;
    color:var(--text-color);
    line-height: 1.2;
    font-style: normal;
    padding-top: 125px !important;
    /*background-image: url('../images/base3.png');
	background-size: 1385px;
    background-repeat: no-repeat;
    background-position: center top;*/
}

@media screen and (min-width: 1280px) {
    body {
        padding-top: 197px !important;
    }
}

/* --- Container --- */

.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1755px;
    position: relative;
    padding: 0 15px;
}

@media screen and (min-width: 1024px) {
    .container{
        width: 90%;
    }

}

/*** Slick arrow ***/

.slick-arrow{
    width: 40px;
    height: 40px;
    z-index: 20;
    background: transparent;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid var(--primary-color)!important;
    color: var(--primary-color)!important;
}

.slick-arrow:hover{
    background: var(--primary-color)!important;
    color: #fff!important;
}

.-dark .slick-arrow{
    background: var(--text-color);
}

.slick-arrow:before{
    display: none;
}

.slick-arrow:after{
    content: "\e902";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: var(--icon-font);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

@media screen and (min-width: 580px) {
    .slick-arrow:after{
        font-size: 1.8rem;
    }
}

.slick-next{
    right: 0;
}

.slick-prev{
    left: 0;
}

.slick-prev:after{
    transform: scaleX(-1);
}

.slick-arrow[aria-disabled="true"]{
    opacity: .5;
}

.custom-arrows{
    display: none;
    align-items: center;
    z-index: 11;
    pointer-events: none;
}

.custom-arrows.-absolute{
    position: absolute;
}
.custom-arrows.-middle{
    top:50%;
    transform: translateY(-50%);
}

.custom-arrows.-right{
    right: 0;
}

.custom-arrows.-left{
    left: 0;
}

.custom-arrows.-end{
    left: auto;
    right:0;
}

@media screen and (min-width: 600px) {
    .custom-arrows{
        display: flex;
    }
}

.custom-arrows.-left{
    left: 0;
}

.custom-arrows.-right{
    right: 0;
}

.custom-arrows-wrap{
    display: flex;
    align-items: center;
    gap:6px;
    flex-shrink: 0;
}

.custom-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.custom-arrow-prev:after{
    transform: scaleX(-1);
}

/* --- Slick --- */

.slick-slider{
    margin: 0 !important;
}

.slick-dots{
    display: flex;
    justify-content: center;
    bottom: 0;
    pointer-events: none;
    position: relative;
    margin-top: 2vh;
}

.slick-dots li{
    width: 6px;
    height: 6px;
    margin: 5px;
    border-radius: 5px;
    transition: all .4s ease;
    background-color: #D9D9D9;
    
}

.slick-dots li.slick-active{
    background-color: var(--gray-color-2);
}

.slick-dots li button{
    width:100%;
    height:100%;
    padding:0;
    pointer-events: all;
}

.slick-dots li button::before{
    display: none;
}

/* --- Botones --- */

.wc-block-cart__submit-button,
.btn{
    display: inline-block;
    padding: 17px 16px  !important;
    min-height: 42px;
    position: relative;
    background-color: transparent;
    border:1px solid;
    transition: var(--transition);
    font-size:1.6rem;
    color:#fff;
    border-radius:var(--border-radius)!important;
    text-align: center;
    overflow: hidden;
    z-index: 33;
	width: max-content;
}


.btn.-primary{
    background: var(--terciary-color);
    border:0;
}

.btn.-primary:hover,
.btn.-primary:active,
.btn.-primary:focus{
    background-color: var(--secondary-color);
	border-color:var(--secondary-color);
}

.btn.-secondary{
    background: var(--terciary-color);
    border-color: var(--terciary-color);
}

.btn.-secondary:hover,
.btn.-secondary:active,
.btn.-secondary:focus{
    background-color: var(--secondary-color);
	border-color:var(--secondary-color);
}


/* ---- Section ---- */

.section{
    /*overflow: hidden;*/
    position: relative;
    padding: 40px 0 70px;
  
}

@media screen and (max-width: 600px) {
    .section{
          padding: 8vmax 0;
    }
}

.section-title{
    position: relative;
    margin-bottom: 8vmax;
	text-align: center;
}
@media screen and (min-width: 1024px) {    
	.section-title{
		position: relative;
		margin-bottom: 2.5vmax;
	}
}


@media screen and (min-width: 1280px) {
    .section-title{
        margin-bottom: 70px;
		text-align:center;
    }
}

.section-title h2{
    font-size: 4.5rem;
    position: relative;
    z-index: 10;
    color: var(--primary-color);
    line-height: .7;
    font-family: var(--primary-font);
    text-align: center;
	font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .section-title h2{
        font-size: var(--title-sm);
        text-align: left;
    }
}

.section-title h2 span{
    font-weight: 700;
    font-size: 5.75rem;
}

@media screen and (min-width: 1024px) {
    .section-title h2 span{
        font-size: 7rem;
    }
}

.section-title.-center h2{ 
    text-align: center;
	line-height: 4.5rem;
}
.section-title.-center h2:after{
	content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--terciary-color);
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-btn{
    margin-top: 45px;
    text-align: center;
}

.section-btn .btn{
    min-width: 195px;
}
/*.section-btn */
.btn .btn-icon{
	display: flex;
    justify-content: center;
	align-items: center;
}
/*.section-btn */
.btn .btn-icon.-der img{
	width: 25px;
    margin-left: 15px;
}
.section-btn .btn .btn-icon.-iz img{
	width: 15px;
    margin-right: 5px;
}
/* ICONOS */

.-icon:before{
    content:"";
    font-family: var(--icon-font);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.-icon.-arrow-down:before {
    content: "";
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
	transition: var(--custom-transition);
}
.-icon.-arrow-left:before {
    content: "\e901";
}
.-icon.-arrow-right:before {
    content: "\e902";
}
.-icon.-arrow-top:before {
    content: "\e903";
}
.-icon.-calendar:before {
    content: "\e904";
}
.-icon.-cart:before {
    content: "\e905";
}
.-icon.-close:before {
    content: "\e906";
}
.-icon.-delivery:before {
    content: "\e907";
}
.-icon.-email:before {
    content: "\e908";
}
.-icon.-facebook:before {
    content: "\e909";
}
.-icon.-heart:before {
    content: "\e90a";
}
.-icon.-instagram:before {
    content: "\e90b";
  }
.-icon.-omelet:before {
    content: "\e90c";
}
.-icon.-pin:before {
    content: "";
    background-image: url(../images/pin.svg);
    background-position:center;
    background-size: contain;
    background-repeat:no-repeat;
}

.-icon.-clock:before {
    content: "";
    background-image: url(../images/clock-meta.svg);
    background-position:center;
    background-size: contain;
    background-repeat:no-repeat;
}
.-icon.-search:before {
    content: "\e910";
}
.-icon.-tiktok:before {
    content: "\e911";
}
.-icon.-youtube:before{
	background-image: url(../images/youtube-icon.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.-icon.-user:before {
    content: "";
    background-image: url(../images/user-icon-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.-icon.-whatsapp:before {
    content: "\e913";
}
.-iconcartproduct{
	border-radius: 50%!important;
	width: 50px;
    height: 50px;
}
.-iconcartproduct img{
	 width: 18px;
}

/* SOCIAL */

.social{
    display: flex;
    align-items: center;
}

.social li{
    margin-right: 8px;
    position: relative;
}

.social li.-line{
    padding-right: 8px;
}

.social li.-line:after{
    content:"";
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.social li a{
    display: flex;
    align-items: center;
}

.social li a:before{
    width: 25px;
    height: 25px;
    border-radius: 9999px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

.social li a span{
    display: inline-block;
    color: #fff;
    font-size: 1.35rem;
    margin-left: 5px;
    font-weight: 300;
}

/* HEADER TOP */

.header-top{
    background-color: var(--secondary-color);
    overflow:hidden;
}

@media screen and (max-width: 1024px) {
    .header-top{
        display: none;
    }
}

.header-top-wrap{
    display: flex;
}

.header-top-item{
    height: 48px;
}

.header-top-link{
    display: flex;
    justify-content: center;
    /*width: 100%;*/
    padding: 0 30px;
        width: 47%;
}


.header-top-link ul{
    /*display: flex;*/
    /*align-items: center;*/
    /*gap:35px;*/
      
}

#topSlider{
      width: 100%;
}


.header-top-link ul li{
    color: #fff;
    /*font-size: 1.65rem;*/
    font-weight: 300;
    margin-left: 10px;
}

.header-top-link ul li a::before{
    font-size: 1.65rem;
}

.header-top-social{
    flex-shrink: 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    width: 13%;
    justify-content: center;
}
.header-top-user{
	flex-shrink: 0;
    padding: 0 10px;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
}
.header-top-user a {
    display: flex;
    align-items: center;
	color: #fff;
}
.search{
	width:100%;
}
.header-top-search{
    flex-shrink: 0;
    padding: 0;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    width:20%;
}
.aws-container .aws-search-form {
    height: 48px;
}
.aws-container .aws-search-field,
.aws-container .aws-search-field:focus{
	background-color: #034689;
	color:#fff;
	border:0;
	padding: 0 20px;
	font-size: var(--base-size-font);
}
.aws-container .aws-search-field::placeholder{
	color:#fff;
}
.aws-container .aws-search-form .aws-search-clear span {
    color: #fff;
}
.header-top-social .social li a:before{
    color: var(--secondary-color);
}

#topSlider .slick-list,
#topSlider .slick-track,
#topSlider .slick-slide{
    height:100%;
}

#topSlider .slick-slide{
    display:flex;
    align-items:center;
    text-align:center;
        justify-content: center;
}
    

/* HEADER */

#header{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    /*overflow: hidden;*/
    z-index: 999;
    background-color: #fff;
}

@media screen and (max-width: 1024px){
    #header{
        box-shadow:var(--box-shadow);
        position: fixed;
    }
}

.header-middle{
    padding: 15px 0 10px;
}

.header-middle .header-dropdown{
    /*display:none;*/
}

.header-middle-wrap{
    display: flex;
    align-items: center;
}
.title-dropdown{
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 30px;
	width: 25%;
}
.title-dropdown h3 {
    font-size: var(--title-xs);
    font-weight: 600;
    margin-bottom: 20px;
}
.title-dropdown.-menu-categorias{
	width: 100%;
}
.title-dropdown.-menu-categorias li{
	margin: 12px 0;
}

@media screen and (max-width: 1024px) {
   
    .header-middle-wrap{
        flex-wrap: wrap;
    }

    .header-logo{
        order: 1;
        display: flex;
        align-items: center;
    }

    .header-search{
        order:3;
    }

    .header-icons{
        order:2;
    }

    .header-icons span{
        display: none;
    }

    .header-icons ul li{
        padding-right: 0 !important;
        margin-right: 16px !important;
    }

    .header-icons ul li:last-child{
        margin-right: 0 !important;
    }

    .header-icons ul li:after{
        display: none;
    }

    .header-icons ul li a:before{
        margin: 0 !important;
    }

    .header-icons ul li a:before{
        font-size: 2.2rem !important;
    }
}


.header-menu,
.header-icons{
	width:40%;
}
.header-menu{
	display: flex;
	font-size: 1.65rem;
}
.header-logo{
	width:20%;
	text-align: center;
}



.header-menu ul.menu {
    display: flex;
    position: relative;
}
.header-menu ul li.menu-item {
    padding-right: 26px;
    position: relative;
}
.header-menu ul li.menu-item a {
    padding: 0;
    position: relative;
    transition: all .3s ease-in-out;
}
.header-menu ul li.menu-item.menu-item-has-children:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    position: absolute;
    top: 7px;
    right: 15px;
    background-image: url(../images/arrow-select.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sub-menu {
    position: initial;
    top: 35px;
    left: 50%;
    transform: none;
    margin: 0!important;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    padding: 15px 10px!important;
    width: 100%;
    background-color: transparent;
    /*opacity: 0;
    visibility: hidden;*/
    transition: all .25s ease-in-out;
    border-radius: 5px;
    z-index: 300;
}

@media screen and (min-width: 1024px){
	.sub-menu{
		position: absolute;
		transform: translateX(-50%);
		width: 200px;
		background-color: #fff;
	}
}
.header-menu ul li.menu-item .sub-menu {
    padding: 20px!important;
    border-radius: 1rem;
    width: 220px;
}
.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}







.header-middle-wrap .dropdown-header,
.header-sticky.activeFixed .header-menu-wrap .dropdown-header{
    /*display:none;*/
}

.header-sticky.activeFixed .header-middle-wrap .dropdown-header{
    display:block;
}

.header-logo a{
    display: block;
}

.header-logo a img{
    height: 120px;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .header-logo a img{
        height: 50px;
    }
}


.header-icons{
    margin: auto;
    margin-right: 0;
}

.header-icons ul{
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

.header-icons ul li{
    position: relative;
    margin-right: 13px;
    padding-right: 13px;
}

.header-icons ul li:last-child{
    padding: 0;
    margin: 0;
}

.header-icons ul li:after{
    content:"";
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #000;
}

.header-icons ul li:nth-child(1),
.header-icons ul li:nth-child(2){
	display:block;
}

.header-icons ul li:nth-child(3){
	margin-right:0;
	padding-right: 6px;
}
.header-icons ul li:nth-child(3):after{
	width:0;
}

.header-icons ul li:last-child:after{
    display: none;
}

.header-icons ul li a{
    display: flex;
    align-items: center;
}

.header-icons ul li a:before{
    margin-right: 10px;
    font-size: 1.8rem;
}

.header-menu-wrap{
    display: flex;
    justify-content: space-between;
    position:relative
}



@media screen and (max-width: 1024px) {
    .header-menu{
        display: none;
    }
	.header-icons ul li:nth-child(1),
	.header-icons ul li:nth-child(2){
		display:none;
	}
}

.header-dropdown{
    padding: 0px 10px 0 0;
}

.header-dropdown-btn{
    display: flex;
    align-items: center;
    /*height: 40px;
    min-width: 260px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: var(--border-radius);
    color: #fff;*/
    position: relative;
    padding: 0 30px 0 0;
    transition:var(--transition);
    cursor:pointer;
}

.header-dropdown-btn.active{
    background-color:#fff;
    color:var(--primary-color);
}

.header-dropdown-btn:before{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: .6rem;
}

.header-dropdown-btn.active:before{
    transform: translateY(-50%) scaley(-1);
}
.header-dropdown.dropdown-spacing{
	padding-right:20px;
}
.menu-right{
	font-size: 1.65rem;
}
.dropdown-header{
    width:82%;
    position:absolute;
    left:0;
    top:100%;
    padding:30px 25px;
    background-color:#EBEAE5;
    border-radius:18px;
    z-index: 99;
    min-height:320px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform: translateY(20px);
    transition:var(--transition);
        box-shadow: var(--box-shadow);
	background-image: url(../images/monster-dropdown.svg);
	background-repeat: no-repeat;
	background-position: left -10px center;
    background-size: 180px;
}
.dropdown-header-edades{
	background-image: url(../images/monster-dropdown.svg);
}
.dropdown-header-categorias{
	width:45%;
	min-height:100px;
	background-image: url(../images/monster-dropdown-red.svg);
}
.dropdown-header-quienessomos,
.dropdown-header-colegios{
	width:45%;
	min-height:100px;
	background-image: url(../images/monster-dropdown.svg);
}

.dropdown-header.active{
    opacity:1;
    visibility:visible;
    pointer-events:all;
    transform: translateY(0);
}

.dropdown-header-wrap{
    display: flex;
    height: 100%;
    margin: 0 0 0 140px;
    min-height: 265px;
    align-items: center;
}
.header-dropdown-btn-colegios span{
	font-size: 1.65rem;
}
.dropdown-header-quienessomos .dropdown-header-wrap,
.dropdown-header-colegios .dropdown-header-wrap{
	min-height: 0;
}
.dropdown-header-colegios{
	right:0;
	left: auto;
}
.dropdown-header-profesionales .dropdown-header-wrap,
.dropdown-header-categorias .dropdown-header-wrap{
	min-height: 100px;
}
.dropdown-header-wrap .edades{
	display: flex;
    width: 75%;
    flex-wrap: wrap;
    gap: 15px;
    height: 100%;
}
.dropdown-header-wrap .edades img{
	width: 105px;
}

.dropdown-header-menu{
    width:170px;
    flex-shrink:0;
    position:reltive;
}

.dropdown-header-content{
    width:100%;
    padding-left:65px;
}

.dropdown-header-content-wrap{
    display:flex;
    padding:16px 0;
}

.dropdown-header-submenu{
    width:500px;
    flex-shrink:0;
}

.dropdown-header-submenu ul{
    display:flex;
    flex-wrap:wrap;
}

.dropdown-header-submenu ul li{
    width:50%;
    margin-bottom:18px;
	    padding-right: 10px;
}

.dropdown-header-submenu ul li a{
    color:#000;    
    transition:var(--transition);
}

.dropdown-header-submenu ul li a:hover{
    color:var(--primary-color);
}

.dropdown-header-content-level{
    display:none;
}

.dropdown-header-content-level.active{
    display:block;
}

.dropdown-header-content-level.active{
    -webkit-animation: ease-in-out 1s left_animation forwards;
    animation: ease-in-out 1s left_animation forwards;
}

@keyframes left_animation {
  0% {
    transform: translatex(20px);
    opacity: 0;
    visibility: hidden;
  }
  50% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(0);
    opacity: 1;
    visibility: visible;
  }
}

.dropdown-header-products{
    width:100%;
        padding-left: 25px;
}

.dropdown-header-products h2{
    margin-bottom:10px;
    font-size:1.8rem;
    font-weight:700;
    color:var(--primary-color);
}

.dropdown-header-products-wrap{
    width:100%;
    display:flex;
    gap:30px;
}

.dropdown-header-products-item{
    width:50%;
}

.dropdown-header-products .product-btn,
.dropdown-header-products .product-price-item .name,
.dropdown-header-products .product-discount,
.dropdown-header-products .product-whislist{
    display:none;
}

.dropdown-header-products .product-content{
        padding: 0;
    box-shadow: none !important;
    transform:none !Important;
}

.dropdown-header-products .product-info{
    text-align:left;
}

.dropdown-header-products .product-title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    color:#787878;
    font-weight:400;
        margin-bottom: 0;
    font-size: 1.6rem;
}

.dropdown-header-products .product-price{
        margin-top: 5px;
}

.dropdown-header-products .product-price span:not(.name){
    font-size: 1.6rem;
}

.dropdown-header-products .product-image {
    position: relative;
    margin-bottom: 16px;
}

.dropdown-header-products .product-image:after {
    padding-bottom: 80%;
}

.dropdown-header-products .product-price span:not(.name){
    color:var(--primary-color);
}

.dropdown-header-products .product-image img{
        object-fit: cover;
}

.dropdown-header-menu{
    position:relative;
}

.dropdown-header-menu:after{
    content:"";
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    right:0;
    width:1px;
    height:100%;
    background-color:#C8C8C8;
}

.dropdown-header-menu li{
    margin-bottom:30px;
}

.dropdown-header-menu li:last-child{
    margin:0;
}

.dropdown-header-menu li a{
    color:#AEAEAE;
    font-size:1.6rem;
    text-transform:uppercase;
    transition:var(--transition);
    font-weight:700;
}

.dropdown-header-menu li a.active{
    color:var(--primary-color);
}

.header-menu-wrap .menu-menu-principal-container,
.header-menu-wrap .menu{
   display: flex;
}

.header-menu-wrap .menu li{
    position: relative;
    /*min-width: 100px*/
}

.header-menu-wrap .menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    padding: 0 15px;
    font-size: 1.5rem;
    text-align: center;
}

.header-menu-wrap .menu li:not(:nth-last-child(-n+4)):after{
    content:"";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 28px;
    background-color: #fff;
}

.header-menu-wrap .menu li:nth-child(3):after{
    display: none;
}

.header-menu-wrap .menu li:nth-child(4){
    background-color:var(--fourth-color);
}

.header-menu-wrap .menu li:nth-child(5){
    background-color:var(--terciary-color);
}

.header-menu-wrap .menu li:nth-child(6){
    background-color:var(--secondary-color);
}

.header-menu-wrap .menu li:nth-child(7){
    background-color:var(--fifth-color);
}

/* HEADER STICKY */ 

#header.header-sticky{
    position:fixed ;
    background: #FFF;
    transform: translateY(-100%);
    z-index: 391;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease,visibility .1s ease,transform .3s ease;
    pointer-events:none;
}

@media screen and (max-width: 1024px) {
   #header.header-sticky{
        display:none;
    }
}


#header.activeFixed.header-sticky{
    visibility: visible;
    opacity: 1;
    pointer-events:all;
    
}

#header.header-sticky.scroll-down{
    transform: none;
    box-shadow: var(--box-shadow);
}


@media screen and (min-width: 1024px) {
   #header.activeFixed.header-sticky .header-logo img {
        height: 55px;
	   display: none;
   }
   
    #header.activeFixed.header-sticky .header-middle{
    padding: 5px 0;
    }
    #header.activeFixed.header-sticky .header-dropdown{
        display:block;
    }
}

#header.activeFixed.header-sticky .header-logo{
    display:flex;
    align-items:center;
	justify-content: center;
}



#header.activeFixed.header-sticky .header-dropdown-btn{
    /*min-width: auto;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    margin-right:10px;
    width:40px;
    height:40px;
    padding:0;
    border-radius: 9999px;
    background-image: url(../images/menu_white.svg);*/
    /*background-position:center;*/
    /*background-size: 45%;*/
    /*background-repeat: no-repeat;*/
    /*border-radius: 9999px;*/
}

#header.activeFixed.header-sticky .header-dropdown-btn > span,
#header.activeFixed.header-sticky .header-dropdown-btn:before{
    /*display:none;*/
}

#header.activeFixed.header-sticky .header-dropdown-btn .toggle-menu-wrap{
    margin-right: 0;
    transform: scale(.7) translateY(3px);
}

#header.activeFixed.header-sticky .header-dropdown-btn  .toggle-menu span{
    background-color:#fff;
}

.header-dropdown-btn .toggle-menu-wrap{
    display:none;
}

#header.activeFixed.header-sticky .header-dropdown-btn{
        justify-content: center;
}

#header.activeFixed.header-sticky .header-dropdown-btn  .toggle-menu-wrap{
    display:block;
}

.overlay-menu{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgb(255 184 14 / 90%);
    z-index:98;
    pointer-events:none;
    transition:var(--transition);
    opacity:0;
    visibility:hidden;
}

.overlay-menu.active{
    pointer-events:all;
    opacity:1;
    visibility:visible;
}

/* SEARCH */

.header-search{
    /*width: 520px;*/
    /*height: 40px;*/
    /*border-radius: var(--border-radius);*/
    /*background-color: var(--gray-color);*/
    margin: 0 35px;
}

@media screen and (max-width: 1024px) {
    .header-search{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
}

.search .woocommerce-product-search{
    display:flex;
    width: 236px;
    height: 48px;        
    position:relative;
    margin:0 auto;
}

@media screen and (max-width: 1024px) {
    .search .woocommerce-product-search{
        width: 100%;
    }
}

.search .woocommerce-product-search input{
    width:100%;
    padding:0!important;
    padding:0 20px !important;
    padding-left:40px!important;
    height: 100%;
    border:0!important;
    min-height:auto;
    background-color:transparent;
}

.search .woocommerce-product-search input.search-field,
.search .woocommerce-product-search input.search-field::placeholder{
    /*font-size: 1.6rem!important;*/
    font-weight: 400!important;
    color: #ffffff  !important;
	
}


.search .woocommerce-product-search input.search-field{
    color: #fff !important;
	background-color: #034689!important;
	border-radius: 0!important;
}

.search .woocommerce-product-search .search-button{
    width:50px;
    height:40px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: transparent;
}

.search .woocommerce-product-search .search-button:before{
    content:"\e910";
    display:block;
    font-family: var(--icon-font);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.6rem;
	color:#fff;
}

/* -------------- --------------------- */
/* -------------- LOADER ---------------*/
/* -------------- --------------------- */

/* LOADER OVERLAY */

.loader-wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:var(--terciary-color);
    z-index:9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.loader-wrap.active{
    animation: 2000ms ease 300ms 1 normal both running fade-in;
}

.loader-wrap.hide{
    display:none;
}

.loader-logo{
    margin-bottom:4rem;
    animation: rotateAnimation 3s linear infinite;
}

@keyframes rotateAnimation {
    20% {
        transform: rotate(0);
    }
    25%, 45% {
        transform: rotate(90deg);
    }
    50%, 70% {
        transform: rotate(180deg);
    }
    75%, 95% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-logo img{
    width:10rem;
}

@media screen and (min-width: 1024px) {
   .loader-logo img{
        width:12rem;
    } 
}

.loader-icon .loader{
    position: relative;
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    text-indent:0;
    font-size:0;
    opacity:0;
    visibility:hidden;
}

.loader.active{
     opacity:1;
    visibility:visible;
}

.loader:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #ccc;
    border-top-color: var(--primary-color);
    border-width: 5px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 2;
    display: block;
}

@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

/* MENU RESPONSIVE */

#header .ms-menu-responsive {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 999;
    width: 0;
    overflow: hidden;
    transition: all .6s ease-in-out;
    background-color: var(--fourth-color);
    padding-top: 50px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
}

@media screen and (min-width: 768px){
    #header .ms-menu-responsive {
        max-width: 300px;
    }
}


#header .ms-menu-responsive .mobile_menu_div_100 {
    width: 100%;
    border-top: 1px solid #ccc;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    box-sizing: border-box;
    /*height: calc(100vh - 45px);*/
    overflow-y: auto;
    padding: 0 0 10rem;
    position: relative;
    transition: opacity .15s linear 0s;
}

#header .ms-menu-responsive .menu-more-options li {
    position: relative;
    padding: 0 30px;
}

#header .ms-menu-responsive .menu-more-options li.menu-item-has-children>a {
    cursor: pointer;
}

#header .ms-menu-responsive .menu-more-options li a {
    color: var(--text-color);
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 1.5625rem 0;
    font-size: 1.9rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    transition: all .6s;
    
    font-family:var(--primary-font);
}

#header .ms-menu-responsive .menu-more-options li > a{
    font-weight: 700;
}

#header .ms-menu-responsive .menu-more-options li.menu-item-has-children > a::after {
    content: "\e900";
    display: flex;
    width: 12px;
    height: 100%;
    font-size: .8rem;
    position: absolute;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    right: 1rem;
    top: 0px;
    font-family: var(--icon-font) !important;
    transition: all 0.6s ease 0s;
    margin: 0px auto;
}

#header .ms-menu-responsive .menu-more-options li .sub-menu {
    padding: 0;
    padding-bottom: 15px;
    display: none;
        margin: 0;
}

#header .ms-menu-responsive .menu-more-options li .sub-menu li a {
    border-bottom: 0;
    padding: 0.9375rem 0;
    font-weight:400;
}

#header .ms-menu-responsive .menu-more-options li .sub-menu li {
    padding: 0;
}

#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active>a {
    border-bottom-color: rgba(0,0,0,0);
}

#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active {
    background-color: var(--terciary-color);
    border-top: 1px solid var(--terciary-color);
    border-bottom: 1px solid var(--terciary-color);
    margin-top: -1px;
}
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children {
    transition: background-color .6s;
}

#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active>a,
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active .sub-menu li a,
#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active > a::after{
    color:#fff;
}

#header .ms-menu-responsive .menu-more-options li.menu-item-has-children.active>a:after {
        transform: scaley(-1);
}

.opened-menu #header .mobile-menu{
    position: fixed;
    z-index: 9999;
    height: 50px;
    right: 0;
    top: 0;
    transition: none;
    transform: scale(.8);
    right: 10px;
}

.opened-menu #header .ms-menu-responsive {
    -webkit-animation: slide-left .3s ease-out;
    animation: slide-left .3s ease-out;
    display: block;
    width: 100%;
}

.r-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 32;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all .65s ease;
    visibility: hidden !important;
}

.opened-menu #header .r-overlay {
    visibility: visible !important;
    opacity: .5;
}

#header .ms-menu-responsive .ms-menu-search{
    width: calc(100% - 60px);
    margin: 0 auto;
}

#header .ms-menu-responsive .ms-menu-search .woocommerce-product-search {
    height: 50px;
    border: 1px solid #ccc !important;
    padding: 0 20px !important;
    margin: 1.5625rem 0;
    margin-top:0;
    border-radius: 9999px;
}

#header .ms-menu-responsive .ms-menu-search .search-button:before {
    color: var(--text-color);
}

#header .ms-menu-responsive .ms-menu-search .search-button {
    width: 60px;
}
.search-responsive{
	margin: 0 20px;
}
/* BANNER */
/*
body:not(.home) .main-page{
    padding:40px 0;
}
*/
/* BANNER */

.banner{
    margin-bottom:35px;
}

body.single-product .banner{
    margin-bottom:40px;
}

.banner-wrap{
    display:flex;
    align-items:center;
}

.banner-content {
    width: 100%;
    flex-shrink: 0;
    background-color: #EBEAE5;
    border-radius: var(--border-radius);
    background-image: url(../images/monster1.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 125px;
    align-items: center;
    display: flex;
	
	padding: 20px 115px 20px 20px;
    background-position: right -12px top 181px;
    background-size: 167px;
}



.banner-item{
    margin-bottom:5px;
    display:flex;
    justify-content:center;
    position:relative;
}

@media screen and (min-width: 580px) {
    .banner-item{
        justify-content:flex-start;
    }
}

.banner-item:last-child{
    margin:0;
}
.banner-title span {
    display: none;
}
@media screen and (min-width: 1280px) { 
	.banner-content{
		width: 100%;
		flex-shrink: 0;
		background-color: #EBEAE5;
		border-radius: var(--border-radius);
		padding: 40px;
		background-image: url(../images/monster1.svg);
		background-repeat: no-repeat;
		background-position: right 50px top 203px;
		background-size: 260px;
		background-attachment: fixed;
		min-height: 125px;
		align-items: center;
		display: flex;
	}
    .banner-title span {
		display: block;
	}
}
.banner-item .col-full{
    width:auto;
    padding:0!important;
    margin:0!important;
    display: flex;
    align-items: center;
}

.banner-item .storefront-breadcrumb{
    margin:0!important;
    padding:0!important;
    display: flex;
    align-items: center;
}

.banner-item .woocommerce-breadcrumb,
.banner-item .woocommerce-breadcrumb a{
    text-decoration:none!important;
    font-size:1.6rem;
    font-weight:400!important;
    color:#000!important;
    text-align:center;
}

.banner-item .woocommerce-breadcrumb{
    display: flex;
    align-items: center;
	font-weight: 600!important;
    color: var(--secondary-color)!important;
    font-size: 3rem;
}

.banner-item .woocommerce-breadcrumb a,
.banner-item .breadcrumb-separator{
    font-weight:400!important;
    color:var(--text-color)!important;
}

.banner-item .woocommerce-breadcrumb a:before{
    display:none!important;
}

.banner-breadcrumb .breadcrumb-separator{
    padding:0 4px!important;
    text-indent: 0!important;
}

.banner-breadcrumb .breadcrumb-separator:after{
    opacity: 1;
    font-weight: 100;
    font-size: 1.3rem;
    display:none;
}

.banner-title{
    display: flex;
    text-align:center;
}

.banner-title,
.banner-title .woocommerce-breadcrumb{
    font-size:4rem!important;
    color:var(--primary-color)!important;
    font-weight: 600!important;
    line-height:.7!important;
    text-align:center;
	align-items: center;
}
.banner-title h1{
	font-size:2rem!important;
	font-weight: 600!important;
	color: var(--secondary-color)!important;
	text-align: left;
    line-height: 2rem;
}


@media screen and (min-width: 1280px) { 
    .banner-title h1{
		font-size:3rem!important;
	}
}

.banner-title .breadcrumb-separator,
.banner-title .woocommerce-breadcrumb a{
    display:none!important;
}

.banner.-search .banner-image{
	display:none;
}

.banner.-search .banner-content{
	width:100%
}

/* TOGGLE MENU */

.toggle-menu-wrap{
    width: auto;
    height: auto;
    margin-right: 16px;
}

.toggle-menu{
    width: auto;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-indent: -999999px;
    overflow: hidden;
    transition: all .3s;
    display: block;
    background-color:transparent !important;
    /*margin: 0 auto;*/
}

.toggle-menu span{
    display: block;
    border-radius: 9999px;
    width: 26px;
    height: 2px;
    background: #000;
    transition: all .6s;
    position: relative;
    margin: 0;
    margin-left: auto;
}

.toggle-menu span + span {
    margin: 6px 0;
    margin-left: auto;
}

.mobile-menu{
    display: block;
}

@media screen and (min-width: 1024px) {
    .mobile-menu{
        display: none;
    }
}

.toggle-menu span:nth-child(1) {
    -webkit-animation: ease .7s top-2 forwards;
    animation: ease .7s top-2 forwards;
}

.toggle-menu span:nth-child(2) {
    -webkit-animation: ease .7s scaled-2 forwards;
    animation: ease .7s scaled-2 forwards;
}

.toggle-menu span:nth-child(3) {
    -webkit-animation: ease .7s bottom-2 forwards;
    animation: ease .7s bottom-2 forwards;
}


.opened-menu .toggle-menu span:nth-child(1),
.active.toggle-menu span:nth-child(1) {
    -webkit-animation: ease .7s top forwards;
    animation: ease .7s top forwards;
}

.opened-menu .toggle-menu span:nth-child(2),
.active.toggle-menu span:nth-child(2){
    -webkit-animation: ease .7s scaled forwards;
    animation: ease .7s scaled forwards;
}

.opened-menu .toggle-menu span:nth-child(3),
.active.toggle-menu span:nth-child(3){
    -webkit-animation: ease .7s bottom forwards;
    animation: ease .7s bottom forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slide-left {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slide-right {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* ---------------- Formularios  ---------------- */

.form-control{
    padding: 2px 10px!important;
    min-height:40px;
    border-radius:var(--border-radius)!important;
    height: auto;
    box-shadow:none!important;;
    line-height: 1!important;
    background-color: #F6F6F6!important;
    border:0;
    width:100%;
    
}

textarea.form-control{
    min-height:80px;
    padding: 20px!important;
    width:100%;
    border-radius:var(--border-radius)!important;
}

select.form-control{
    width:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-position: right 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
	min-height:40px;
}

.form-control,
.form-control::placeholder,
textarea.form-control{
    /*font-size: 1.6rem!important;*/
    color:#5C5C5C!important;
    font-weight:300;
    font-family:var(--primary-font)!important;
}

.form-group{
    margin-bottom:15px;
    display: flex;
    flex-flow: column;
}

.form-group label{
    margin-bottom: 5px;
    font-size: 1.6rem!important;
    font-weight: 400;
    display:inline-block;
}

.form-group br{
    display:none!important;
}


.form-group small{
   font-weight: 300;
    font-size: 1.6rem;
    margin-top: 10px;
    display: block;
}


.form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom:20px;
    width:100%;
}



@media screen and (min-width : 580px) {
   .form-row{
        grid-template-columns: repeat(2,1fr);
    }
    
    .form-row-split{
        grid-template-columns: repeat(3,1fr);
        
    }
    
    .form-row-single{
        grid-template-columns: repeat(1,1fr);
        gap:20px;
    }
}


.form-row > p{
    display:none;
}

.form-row .form-group{
    margin: 0;
}

.form-group-button{
    margin-top:40px;
    position:relative;
    justify-content: flex-start;
    flex-flow: row;
    align-items:center
}

.form-group-button .btn{
    width:100%;
    min-width:190px;
}

@media screen and (min-width : 580px) {
   .form-group-button .btn{
        width:100%;
    }
}

.form-check .wpcf7-list-item{
    margin:0;
}

.form-check .wpcf7-list-item-label{
    position:relative;
    padding-left:22px;
    cursor:pointer;
    font-size: 1.4rem;
}

.form-check .wpcf7-list-item-label:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    border:1px solid var(--secondary-color);
    border-radius:4px;
    transition:var(--transition);
    background-color:#fff;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after{
    background-color:var(--secondary-color);
    background-image: url(../images/checked-white.svg);
}

.form-check .wpcf7-list-item-label a{
  color:var(--secondary-color);  
}

.btn[disabled]{
    opacity:.5;
    pointer-events:none;
    filter:grayscale(1);
}

/* -------------- Contact form ------------ */

form.wpcf7-form {
    position:relative;
    margin:0!important;
}

form.wpcf7-form br{
    display:none;
}

form.wpcf7-form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top:60%;
    transform:translateY(-50%);
    left:0;
    /*background-image: url(../images/loader.gif);*/
    /*background-size: 5%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top 30%;*/
    z-index:2;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output{
    color: #fff!important;
    font-size: 1.5rem!important;
    font-weight: 300!important;
    text-align: left!important;
    border-radius: 0!important;
    padding: 8px 0px!important;
    line-height: 1.2;
}

.wpcf7-not-valid-tip{
    display: block!important;
    margin-top:0px!important;
}

.wpcf7-response-output{
    margin:10px 0!important;
    border:0!important;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-not-valid-tip,
.comments-error{
    color: #f14040!important;
}

/*.wpcf7-form.invalid .form-control{*/
/*    border-bottom: 1px solid #f14040!important;;*/
/*}*/

/*.wpcf7-form.sent .form-control{*/
/*    border: 1px solid #34b234!important;*/
/*}*/

.wpcf7-form.sent .wpcf7-response-output,
.comments-valid{
    color:#34b234!important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner{
    display:none!important;
}

.wpcf7 .ajax-loader:before{
    display:none;
}

form.wpcf7-form .form-group{
    transition:all .6s ease;
}

form.wpcf7-form.submitting .form-group{
    opacity:0.4;
}

/* SWEET ALERT */

.swal2-popup {
   width: 40em;
    min-height: 280px;
}

.swal2-styled.swal2-confirm,
.swal2-html-container{
    font-size: 1.6rem;
    border-radius:var(--border-radius) !important;
    color:#fff !important;
    font-weight:300;
    line-height:1.2;
    
}

.swal2-styled.swal2-confirm{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)!important;
    outline: 0!important;
    height: 40px;
    padding: 0 45px;
}

.swal2-title{
    font-size: 2rem;
}

.swal2-icon {
    display: flex;
    transform: scale(1.5);
    margin-top: 50px;
}

/* -------------- --------------------- */
/* -------------- LOADER ---------------*/
/* -------------- --------------------- */

.loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    text-indent:0;
    font-size:0;
    opacity:0;
    visibility:hidden;
}

form.submitting .loader{
     opacity:1;
    visibility:visible;
}

.loader:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #ccc;
    border-top-color: var(--primary-color);
    border-width: 5px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 2;
    display: block;
}

@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

/* ------------ Legales ---------------- */

/*.page-legal{*/
/*    margin:4rem 0;*/
/*}*/

.page-legal .section-title{
    margin-bottom:40px;
}

.page-legal .site-section-header h1{
    margin: 0;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom:45px;
    color:var(--primary-color);
}

.page-legal:not(.lista-deseos) .container{
    max-width:980px!important;
}

.text-legal{
    font-weight: 300;
    line-height:1.8;
    text-align: justify;
    font-size: 1.5rem;
}

.text-legal p{
    margin:1.2rem 0;
}

.text-legal h1,
.text-legal h2,
.text-legal h3,
.text-legal h4,
.text-legal h5{
    margin:2rem 0;
    font-size: 2rem;
    color: #000!important;
    font-weight: 700!important;
    line-height: 1.2!important;
    /*font-family:var(--secondary-font);*/
}

.text-legal h1 strong,
.text-legal h2 strong,
.text-legal h3 strong,
.text-legal h4 strong,
.text-legal h5 strong{
    font-weight: 400!important;
}

.text-legal ol,
.text-legal ul{
    margin-left:16px!important;
    list-style:disc!important;
}

.text-legal ol li,
.text-legal ul li{
    margin-bottom:10px;
    list-style: disc;
}

.text-legal a{
    font-weight:700;
    text-decoration: underline;
     color: var(--primary-color)!important;
}

.form-group-wrapper h2{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 300;
}

.libro-reclamaciones-form{
    position:relative;
}

.libro-reclamaciones-form .wpcf7-form-control-wrap br{
    display:none!Important;
}

.libro-reclamaciones-form .form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom:20px;
    width:100%;
}

@media screen and (min-width : 580px) {
    .libro-reclamaciones-form .form-row{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}


.libro-reclamaciones-form .form-row .form-group{
    margin: 0;
}

.libro-reclamaciones-form .form-group-wrapper{
    margin-bottom:30px;
    font-size: 1.6rem;
    font-weight:300;
}

.libro-reclamaciones-form .form-group-wrapper-last{
    margin:0;
}

.libro-reclamaciones-form br{
    display:none;
}

.libro-reclamaciones-form .form-group br{
    display:none!important;
}

.libro-reclamaciones-form .small,
.libro-reclamaciones-form small{
   
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.libro-reclamaciones-form .wpcf7-list-item-label{
    margin:0;
    
}

.libro-reclamaciones-form input::-webkit-outer-spin-button,
.libro-reclamaciones-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.libro-reclamaciones-form input[type=number] {
  -moz-appearance: textfield;
}


.form-group-check span{
    margin:0;
    margin-bottom:10px;
    font-size:1.6rem;
    font-weight:400;
    color:var(--gray-color-2);
}

@media screen and (min-width : 580px) {
    .form-group-check span{
        margin:0;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.form-group-check span:last-child{
    margin:0;
}

.form-group-check .wpcf7-list-item label{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin:0;
    margin-right: 40px;
}

.form-group-check .wpcf7-list-item input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:21px!important;
    height:21px!important;
    padding:0;
    flex-shrink: 0;
    position:relative;
    margin-right:10px!important;
    cursor:pointer;
}

.form-group-check .wpcf7-list-item input::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:var(--transition);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#fff;
    border: 1px solid #808080;
    border-radius:5px;
}

.form-group-check .wpcf7-list-item input:checked::before{
    background-image: url(../images/checked-white.svg);
    background-color:var(--primary-color);
    border-color:var(--primary-color);
   
}

.libro-reclamaciones-form .wpcf7-response-output{
    margin:0px!important;
    margin-top:20px!important;
}

.libro-reclamaciones-form  form.wpcf7-form {
    position:relative;
    margin:0!important;
    display:block;
}

.libro-reclamaciones-form  form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.8);
    position: absolute;
    top:0;
    left:0;
    /*background-image: url(../images/loader.gif);*/
    /*background-size: 20%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    z-index:2;
}

.libro-reclamaciones-form  form.wpcf7-form .ajax-loader{
    display:none!important;
}

.libro-reclamaciones-form .form-group-info{
    display:flex;
    flex-direction:column;
}


.libro-reclamaciones-form .form-group-info span{
    margin-bottom:10px;
}


.libro-reclamaciones-form .form-group-info span:last-child{
    margin:0;
}

.form-group-wrapper-title{
    height: 26px!important;
    position: relative!important;
    overflow: hidden!important;
    margin-bottom: 15px;
}

.form-group-wrapper-title > div{
    transform: none!important;
    background-color: #fff!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
    position:absolute;
    top:0;
    transition:none!important;
    opacity:1;
    visibility:visible;
}

.form-group-wrapper-title > div h2{
    margin:0;
}
.form-group-wrapper-title > div.wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}



.libro-reclamaciones-form  .form-group > label > span,
.libro-reclamaciones-form  .form-group > [data-class="wpcf7cf_group"] > label > span{
    width:auto;
    margin-left:2px;
    color:#ffc6c4;
}

/*.libro-reclamaciones-form .form-group .wpcf7-not-valid {*/
/*    border: 1px solid #f14040!important;*/
/*}*/

.libro-reclamaciones-form .wpcf7-not-valid-tip{
    display:none!important;
}

#tipo_respuesta{
    height:65px;
    position:relative;
}
#tipo_respuesta [data-class="wpcf7cf_group"]{
    position:absolute;
    top:0;
    height:100%!Important;
    width:100%;
    margin:0!important;
    padding:0!important;
    opacity:1;
    visibility:visible;
    background-color: #fff!important;
}
 
#tipo_respuesta [data-class="wpcf7cf_group"].wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}

.libro-reclamaciones-info{
    margin: 20px 0;
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: justify;
    font-weight:300;
}

.libro-reclamaciones-info p{
    margin-bottom:20px;
    line-height: 1.4;
}

.libro-reclamaciones-info p span{
    color:#ffc6c4;
}

.libro-reclamaciones-info br{
    display:block;
}

.libro-reclamaciones-section{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.libro-reclamaciones-section img{
     max-width: 125px;
    border-radius: 8px;
    background-color:#fff;
    padding: 4px;
}

.page-info-wrapper{
    width:100%;
    max-width:100%;
    margin:0 auto;
    text-align: justify;
}

@media screen and (min-width: 580px) {
    .page-info-wrapper{
        max-width:720px;
    }

}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .page-info-wrapper{
        max-width:960px;
    }

}

.text-legal-tabs-single .text-legal-tabs-content{
    padding:0;
}

.text-legal-tabs-content .card,
.text-legal-tabs-content .card-header{
    padding:0;
    background-color:transparent;
    border:0;
    box-shadow:none;
    color:#565656;
    font-size:1.4rem;
    font-weight:400;
}

.text-legal-tabs-content .card{
    margin-bottom:20px;
    padding:25px;
    background-color:#fff;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
    border-radius:12px;
}

.text-legal-tabs-content .card:last-child{
    border:0;
}

.text-legal-tabs-content .card-header span{
    font-weight:500;
    cursor: pointer;
    position:relative;
    transition:var(--transition);
    padding-right:30px;
    width: 100%;
    display: block;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    font-size:1.5rem;
}

.text-legal-tabs-content .card-header span:after{
    content:"";
    width:12px;
    height: 12px;
    position: absolute;
    top:4px;
    right:0;
    background-image: url(../images/select-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:var(--transition);
}

.text-legal-tabs-content .card-header span[aria-expanded="true"]:after{
    transform:scaley(-1);
    
}

.text-legal-tabs-content .card-header span[aria-expanded="false"]:after{
    transform:scaley(1);
}

.text-legal-tabs-content .card-body{
    padding:0;
    border-top: 1px solid #f6f6f6;
    padding-top:25px;
    margin-top:25px;
}

.text-legal-tabs-content .card-body .card-body-content{
    display:flex;
    align-items:center;
    flex-direction:column;
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
  .text-legal-tabs-content .card-body .card-body-content{
        flex-direction:row;
        max-width:100%;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.text-legal-tabs-content .card-body .card-body-content-image{
    flex-shrink:0;
    position:relative;
}

.text-legal-tabs-content .card-body .card-body-content-image:after{
    content:"";
    position:absolute;
    right: 24px;
    top:50%;
    transform:translateY(-50%)scalex(-1);
    width: 150px;
    height: 210px;
    background-image: url(../images/adorno.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:-1;
}

.text-legal-tabs-content .card-body .card-body-content-image img{
    width:100%;
    margin:0 auto;
    margin-bottom:25px;
}

@media screen and (min-width : 580px) {
  .text-legal-tabs-content .card-body .card-body-content-image img{
        width:200px;
        margin:0;
        margin-right:150px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .text-legal-tabs-content .card-body .card-body-content-image img{
        width:340px;
    }
}

.text-legal-tabs-content .card-body .card-body-content-info{
    width:100%;
}


.text-legal-tabs-content .card-body .card-body-content-info p{
    margin-bottom:20px;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li{
    margin-bottom:20px;
    padding-left:30px;
    position:relative;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li:last-child{
    margin:0;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li:after{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:16px;
    height:16px;
    background-image: url(../images/check-list-full.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ------------ 404 ------------------- */

.no-enocontrado{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding-bottom: 8rem;
    padding-top: 8rem;
    min-height:60vh;
}

.no-enocontrado h2{
    font-size: 2.5rem;
    margin-bottom:25px;
    font-weight:700!important;
    line-height: 1.2!important;
    color:var(--primary-color);
}


@media screen and (min-width: 1280px) {
    .no-enocontrado h2{
        font-size: 4rem;
    }
}

.no-enocontrado p{
    margin-bottom:40px;
    font-size:2rem;
    font-weight:400;
}

/* WELCOME */


#slider-principal{
	position:relative;
}
.welcome{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*overflow: hidden;*/
}

#welcomeSliderImages{
    width: 100%;
}
#welcomeSliderImages .slick-list{
	border-radius: var(--border-radius);
}

.welcome-images-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}   

.welcome .slick-prev{
    left: 10px;
}

.welcome .slick-next{
    right: 10px;
}


.shapes{
	position: absolute;
    z-index: 90;
}

/*----Home: Los más vendidos---*/
.shapes.line2{
	display:none;	
}
@media screen and (min-width: 1280px) {
    .shapes.line2{
		display:block;
		width: 363px;
		right: 0;
		top: 0;
		z-index: 0;
	}
}
/*----Home: Publicidad---*/
.shapes.shape1{
	width: 110px;
    right: 0;
    top: -35px;
}
.shapes.shape2{
	width: 45px;
    right: 25%;
    top: -20px;
}
.shapes.shape3{
	width: 60px;
    left: -20px;
    top: 20%;
}
.shapes.shape4{
	width: 75px;
    left: 5%;
    top: -27px;
}
.shapes.shape5{
	width: 83px;
    left: 10%;
    bottom: -35px;
    z-index: 0;
}
.shapes.shape6{
	width: 170px;
    right: 0;
    bottom: -37px;
}
@media screen and (min-width: 1280px) {
    .shapes.shape1{
		width: 120px;
		right: 0;
		top: -50px; 
	}
	.shapes.shape4{
		width: 100px;
		left: 15%;
		top: -27px;
	}
}
/*----Home: ig---*/
.shapes.shape7 {
    width: 175px;
    left: 0;
    top: -21px;
}
.shapes.shape8 {
    width: 100px;
    left: 23%;
    top: -27px;
    display: none;
}
.shapes.shape9 {
    width: 180px;
    right: 0;
    top: -30px;
}
@media screen and (min-width: 1280px) {
	.shapes.shape8{
		display: block;
	}
	.shapes.shape7{
		width: 380px;
		left: 0;
		top: -21px;
	}
	.shapes.shape9{
		width: 380px;
		right: 0;
		top: -30px;
	}
}
/*----Home: Slider---*/
.shapes.triangle{
	width: 76px;
    bottom: 0px;
    left: 8%;
}
.shapes.circle-red,
.shapes.circle-green{
	width: 45px;
}
.shapes.circle-red{	
    top: -10px;
    left: 20%;
	z-index: 999;
}
.shapes.circle-green {
    bottom: 57px;
    right: 2px;
}

.shapes.line{
	display:none;
}
@media screen and (min-width: 1280px) {
    .shapes.line{
		display:block;
		width: 125px;
		left: -7px;
		top: 3px;
    }
	.shapes.triangle{
		width: 105px;    
		bottom: -30px;
		left: 25%;
	}
	.shapes.circle-green{	
		bottom: 40px;
		right: -5px;
	}
}

/*----Banners internas---*/
.shapes.shape10{
	width: 50px;
    bottom: -10px;
    left: 45%;
}
.shapes.shape11{
	display:none;
}
.shapes.shape12{
	display:none;
}
@media screen and (min-width: 1280px){
	.shapes.shape12{
		width: 40px;
		right: 40%;
		top: 8px;
		display: block;
	}
	.shapes.shape11{
		width: 72px;
		right: 22%;
		bottom: -10px;
		display: block;
	}
}
/* tienda*/
.shapes.shape13{
	width: 70px;
    left: 50;
    top: -40px;
}
.shapes.shape14{
	width: 305px;
    left: -25px;
    top: 110px;
	display:none;
}
.shapes.semicircle-green {
    width: 30px;
    right: 0;
    top: 427px;
}
.shapes.semicircle-red {
    width: 50px;
    left: 0;
    top: 900px;
	display:none;
}
@media screen and (min-width: 1280px){
	.shapes.shape14{
		display:block;
	}
	.shapes.semicircle-green{
		width: 50px;
	}
}
/* dropdowns menu */
.shapes.dado-rojo{
	width: 72px;
    bottom: -30px;
    right: -25px;
}
/* ---- Single */
.shapes.shape18{
	width: 50px;
    right: 48px;
    top: -31px;
    z-index: 0;
}
.shapes.shape19{
	width: 245px;
    left: -6px;
    bottom: -25px;
}
/*footer*/
.shapes.shape20{
	width: 75px;
	bottom: 0;	
	left: 3%;    
}

@media screen and (min-width: 1280px){
	.shapes.shape20{
		width: 98px;
		bottom: 0;
		right: 10%;
		left: inherit;
	}
	.shapes.semicircle-red {
		display:block
	}
}
@media screen and (max-width: 1024px) {
    .welcome .slick-prev{
        left: 10px;
    }
    
    .welcome .slick-next{
        right: 10px;
    }
	
}

/* FOOTER */

footer{
	position:relative;
}
.bd-secondary{
	background-color: var(--fourth-color);
}
footer .container{
	width:77%;
}
.footer-home{
	background-color:var(--fourth-color);
}
.footer-form{
    background-color: var(--fourth-color);
    padding-top: 40px;
    padding-bottom: 30px;
}


.footer-form-wrap{
    text-align: center;
}

.footer-form-wrap h2{
    font-size: 6rem;
    margin-bottom: 10px;
    color: #fff;
    font-family: var(--secondary-font);
    line-height: 1;
}
.footer .suscripcion{
	margin-bottom: 50px;
	display: flex;
    color: #fff;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
	.footer .suscripcion{
		flex-direction: row;
	}
}
.footer .suscripcion form.wpcf7-form {
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
    border-radius: 12px;
}
.footer .suscripcion .social li a:before{
    width: 40px;
    height: 40px;    
    font-size: 2.3rem;
}
.footer .suscripcion h3{
	font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.footer .form-group{
	margin-bottom:0;
}
.footer .form-group-button{
	margin-top:0;
	
}
.footer .suscripcion .form-group-button .btn {
    border-radius: 12px!important;
	min-width:190px;
}
.footer .suscripcion .form-group-button .btn:hover {
    background-color:var(--fourth-color);
	border-color:var(--fourth-color);
}
.footer .wpcf7 input[type="email"]{
	padding: 19px !important;
    border-radius: 12px 0 0 12px !important;
}
.footer .row-extras{
	display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    color: #fff;
	flex-direction: column;
}
.footer .row-extras div:last-child{
	padding-left: 30px;
	font-size: 1.3rem;
	width: 60%;	
}
.footer .redes-footer{
	margin-right: 0;
    margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
	.footer .row-extras{
		flex-direction: row;
	}	
	.footer .redes-footer{
		margin-right:20px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 1024px) {
    .footer-form-wrap h2{
        font-size: 4rem;
    }
	.footer .suscripcion .form-group-button .btn {
		min-width:0px;
	}
}

.footer-form-block{
    width: 400px;
    border-radius: var(--border-radius);
    background-color:#fff !Important;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .footer-form-block{
        width: 100%;
    }
}

.footer-form-block .wpcf7-response-output,
.footer-form-block  .loader,
.footer-form-block .wpcf7-not-valid-tip{
    display:none !Important;
}

.footer-form-block .wpcf7-form{
        display: flex;
    align-items: center;
}

.footer-form-block .form-group,
.footer-form-block .form-group-button{
    margin:0;
}

.footer-form-block .form-control{
    background-color:#fff !Important;
    border:0 !important;
   padding-left: 25px !important;
}

.footer-form-block .form-control,
.footer-form-block .btn{
    height: 53px;
    min-height: 53px;
}

.footer-form-block .form-control,
.footer-form-block .form-control::placeholder{
    color:#5C5C5C !important;
}


.footer-menu{
    background-color: var(--secondary-color);
    padding: 80px 0 20px;
    border-radius: 180px 180px 0 0;
}

@media screen and (max-width: 1024px) {
    .footer-menu{
        padding: 4rem 0;
		border-radius: 120px 120px 0 0;
    }
}

.footer-menu-wrap{
    display: flex;
}

@media screen and (max-width: 1024px) {
    .footer-menu-wrap{
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}

.footer-menu-item{
    width: 100%;
}

.footer-menu-item:nth-child(1){
    width: auto;
    flex-shrink: 0;
    margin-right: 115px;
}

@media screen and (max-width: 1024px) {
    .footer-menu-item:nth-child(1){
        margin: 0;
        margin-bottom: 20px;
    }
}

.footer-logo img{
    height: 150px;
    object-fit: contain;
}

.footer-menu-item{
    display: flex;
}

@media screen and (max-width: 600px) {
    .footer-menu-item{
        flex-flow: column;
    }
}

@media screen and (min-width: 600px) {
    .footer-menu-item{
        justify-content: space-between;
    }
}

.footer-list{
    margin-left: 80px;
}

@media screen and (max-width: 600px) {
    .footer-list{
        margin: 0;
        margin-bottom: 20px !important;
        text-align: center;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .footer-list{
        margin-left: 25px !important;
    }
}


.footer-list:first-child{
    margin: 0;
}
.footer-list:last-child{
    width:60%;
	margin: 0;
}
@media screen and (max-width: 1024px) {
    .footer-list:first-child{
		margin: 30px 0;
	}
	.footer-list:last-child{
		width:100%;
		margin: 30px 0;
	}
}

.footer-list > li{
    color: #fff;
    margin-bottom: 20px;
    
}

.footer-list > li:last-child{
    margin: 0;
}

.footer-list > li > a{
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor:pointer;
}

@media screen and (max-width: 600px) {
    .footer-list > li > a{
        justify-content: center;
    }
}

.footer-list > li > a:before{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.footer-list > li:nth-child(1) > a:before{
        font-size: 1.6rem;
}

.footer-list img{
    max-width: 100%;
    height: 33px;
    object-fit: contain;
	border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    
}
@media screen and (min-width: 1024px){
	.footer-list img{
		border-right: 1px solid #fff;
    	padding-right: 30px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 600px) {
    .footer-list .social{
        justify-content: center;
    }
}

.footer-list .social li a:before{
    color: var(--secondary-color);;
}
.footer .-icon.-youtube:before {
    background-size: 25px;
}

.footer-copy{
	background-color: var(--secondary-color);
    text-align: center;
    padding: 40px 0;
}

.footer-copy p{
    color: #fff;
    font-weight: 400;
}

.footer-copy p a{
    display: inline-block;
}

/* CATEGORIA */

#categorias{
	padding-top:84px
}
#categorias .container{
	width:83%;
}
.category-image{
    position: relative;
    margin-bottom: 20px;
}

.category-image:after{
    content:"";
    display: block;
    padding-bottom: 100%;
}

.category-image img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--border-radius);
}

.category-wrap h3{
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
	margin-top:15px
}

#categorias .slick-slide{
     width: 210px; 
        margin: 0 15px;
}
#catSlider .slick-arrow{
	border: 0px!important;
}
#catSlider .slick-arrow:after {
    content: "";
    background-image: url(../images/arrow-left.svg);
}
#catSlider .slick-next {
    right: -35px;
}
#catSlider .slick-prev {
    left: -35px;
}

@media screen and (min-width: 1400px) {
    #categorias .slick-slide{
        width: 320px;
    } 
}

#categorias .category-images{
	width: 100%;
}
@media screen and (max-width: 1024px) {    
	#categorias .category-images{
		
	}
}

#categorias .category-images img{
	width: 100%;
	height:100%;
	border-radius:12px;
	object-fit:cover;
}

/* PRODUCT ---------------------------------------------------------*/

#productos{
    overflow: hidden;
}
.storefront-breadcrumb {
    padding: 0;
    margin: 0;
}
.woocommerce-breadcrumb a:first-of-type::before{
	display:none;
}
.woocommerce-breadcrumb {
    font-size: inherit;
}
.woocommerce-breadcrumb a {
    text-decoration: none;
	color: inherit;
}
.single-product .banner-content {
    padding: 10px 40px;
    min-height: 80px;
}

.product-content{
    padding: 15px;
    border-radius: var(--border-radius);
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    transition: var(--transition);
    position: relative;
    height:100%;
}

@media screen and (max-width: 580px) {
    .product-content{
        padding: 15px;
    }
}

.product-content:hover{
    transform: translate(2px,-2px);
    box-shadow: 0px 0px 16px 1px #20325140;
}

.product-image{
    position: relative;
    margin-bottom: 20px;
}

.product-image:after{
    content:"";
    display: block;
    padding-bottom: 100%;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top:0;
    left: 0;
    border-radius: var(--border-radius);
}

.product-discount{
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 0 8px;
    height: 27px;
    border-radius: 99999px;
    background-color: var(--secondary-color);
    color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .product-discount{
        font-size:1.2rem;
    }
}

.product-info{
    position: relative;
    text-align: center;
}
.product-info-col{
	text-align:left;
}
.product-title{
    font-size: 1.6rem;
    /* text-transform: uppercase; */
    line-height: 1.2;
    margin-bottom: 10px;
    color: #696969;
}

.product-price{
    margin-top: 10px;
    font-size: 1.4rem;
}

.product-price span:not(.name){
	font-size: 1.8rem;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom:5px!important;
    text-align: left;
}

.product-price-item{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .product-price-item{
        /*flex-flow:column;*/
    }
}

.product-price-item:last-child{
    margin: 0;
}

.product-tag{
    position: absolute;
    top:20px;
    left: 20px;
    z-index: 10;
    color: var(--primary-color);
    font-weight:500;
}

.product-whislist{
    position: absolute;
    top:20px;
    right: 20px;
    z-index: 10;
    width: 22px;
    height: 22px;
}


.product-whislist img{
    object-fit:contain;
}

.product-whislist .yith-wcwl-add-to-wishlist{
    margin:0;
    width:100%;
    height:100%;
}

.product-whislist .add_to_wishlist,
.product-whislist .yith-wcwl-add-button{
    display: flex;
    width: 100%;
    height: 100%;
    background-color:transparent!important;
}

.product-whislist .feedback{
    font-size:0;
    color:transparent;
}

.product-whislist  .yith-wcwl-wishlistaddedbrowse,
.product-whislist  .yith-wcwl-wishlistexistsbrowse{
    display:flex;
    width:100%;
    height:100%;
    background-color:transparent!important;
}
.product-whislist .add_to_wishlist span,
.product-whislist .yith-wcwl-wishlistexistsbrowse a,
.product-whislist .yith-wcwl-wishlistaddedbrowse a{
    display:none;
}

.product-whislist .add_to_wishlist .yith-wcwl-icon{
    opacity:1;
}

.product-whislist img{
    width:100%;
    height:100%;
    border-radius:0!important;
    margin:0!important;
}

.yith-wcwl-add-to-wishlist a:after,
.yith-wcwl-add-to-wishlist a .blockUI{
    display: none!important;
}
.product-btn{
    margin-top: 10px;
}

.product-btn .btn{
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    white-space: nowrap;
}

@media screen and (max-width: 580px) {
    .product-btn .btn{
        font-size: 1.2rem;
    }
}

.product-btn .btn:before{
    font-size: 1.6rem;
}

@media screen and (max-width: 580px) {
    .product-btn .btn:before{
        font-size: 1.4rem;
    }
}

.product-btn button{
    padding: 10px 16px !important;
    min-height: 42px;
    position: relative;
    background-color: transparent;
    border: 1px solid;
    transition: var(--transition);
    font-size: 1.6rem;
    color: #fff;
    border-radius: var(--border-radius)!important;
    text-align: center;
    overflow: hidden;
    z-index: 33;
	background: var(--primary-color);
    border-color: var(--primary-color);
	display: flex!important;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    white-space: nowrap;
	    width: 100%;
}

.product-btn button:before {
    content: "\e905";
    font-family: var(--icon-font);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

@media screen and (max-width: 580px){
	.product-btn button{
		font-size: 1.2rem;
	}
	
	.product-btn button:before{
		font-size: 1.1rem;
	}
}

.product-btn .qib-container,
.product-btn .product-price{
	display:none !important;
}

/* PRODUCT SLIDER */

.productos-wrap{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .productos-wrap{
        flex-flow: column;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .productos-wrap .section-title{
        flex-shrink: 0;
		/*margin-right: 45px;*/
		text-align: left;
		font-weight: 600;
    }
}

.product-slider{
    width: 100%;
}

.product-slider .slick-list{
    margin: -16px;
}

@media screen and (max-width: 600px) {
    .product-slider .slick-list{
        margin: 0;
        max-width: 100%;
        overflow: visible;
        
    } 
}

.product-slider  .product-slider-item{
    padding: 16px;
}

@media screen and (max-width: 600px) {
    .product-slider  .product-slider-item{
        padding: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .product-slider .product-content{
        width: 255px;
    }

    .productos-wrap .custom-arrows{
        margin-top: 50px;
    }
}

@media screen and (min-width: 1400px) {
    .product-slider .product-content{
        width: 320px;
    }
}

.productos-publicidad{
    display: flex;
    align-items: center;
    gap:30px;
    margin-top: 55px;
}

@media screen and (max-width: 580px) {
    .productos-publicidad{
        flex-flow: column;
    }
}

.productos-publicidad-item{
    width: 50%;
}

@media screen and (max-width: 580px) {
    .productos-publicidad-item{
        width: 100%;
    }
}

.productos-publicidad-item img{
    border-radius: var(--border-radius);
    width: 100%;
}

.productos-top-publicidad-wrap{
    position:relative;    
    padding:0 50px;
    margin-bottom:75px;
    overflow:hidden;
}

@media screen and (max-width: 1024px) {
    .productos-top-publicidad-wrap{    
        padding:0px;
        margin-bottom:40px;
    }
}

.productos-top-publicidad-wrap .productos-publicidad{
    display:block;
}

.productos-top-publicidad-wrap .custom-arrows{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left: 0;
}

.productos-top-publicidad-wrap .custom-arrows,
.productos-top-publicidad-wrap .custom-arrows-wrap{
    width:100%;
}

.productos-top-publicidad-wrap .custom-arrows-wrap{
        justify-content: space-between;
}

.productos-top-publicidad-wrap .productos-publicidad-item{
    padding:0 12px;
}

/* TEMPORADA */

#temporada{
    background: #FFAD1026;
}

.temparada-grid{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .temparada-grid{
        flex-flow: column;
    }
}

.temparada-image{
    flex-shrink: 0;
}

.temparada-image{
   max-width: 470px;
}

.temparada-image img{
    width:100%;
    border-radius:var(--border-radius);
}

@media screen and (min-width: 1440px) {
    .temparada-image{
         max-width: 47%;
    }
}

@media screen and (max-width: 600px) {
    .temparada-image,
    .temparada-image img{
        width: 100%;
    }
}

.temparada-products{
    width: 100%;
    padding: 40px 0;
}

@media screen and (min-width: 1024px) {
    .temparada-products{
        padding-left: 50px;
    }
    
    .temparada-products .custom-arrows{
        margin-top: 10px;
    }
}

#marcasSlider .slick-slide{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px;
}

#marcasSlider .slick-slide > div{
    padding: 10px;
    width: 33.33%;
}

@media screen and (min-width: 580px) {
    #marcasSlider .slick-slide > div{
        width: 20%;
    }
}

.marcas-wrap{
    display: flex;
    justify-content: center;
}

.marcas-wrap img{
    height: 50px;
    object-fit: contain;
}

#marcasSlider{
    max-width: 65%;
    margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
    #marcasSlider{
        max-width: 100%;
    }
}

/* TABS */

.js-tab-panel{
    display: inherit;
}

.js-tab-panel[aria-hidden="true"]{
    display:none;
}

.js-tab-panel[aria-hidden="false"]{
    -webkit-animation: ease-in-out 1s top_tab forwards;
    animation: ease-in-out 1s top_tab forwards;
}

@keyframes top_tab {
  0% {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}


/* PRODUCT TABS */

#products-tabs{
    background-color: #FDFAF4;
}

.product-tabs{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.product-tabs .tabslist{
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 580px) {
    .product-tabs .tabslist{
        justify-content: center;
    }
}

.product-tabs .tablist{
    width: 100%;
    margin: 0 auto;
    margin-bottom:25px;
    padding-bottom: 20px;
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    gap:15px;
    overflow: auto;
}

@media screen and (min-width: 580px) {
    .product-tabs .tablist{
        border: 1px solid var(--primary-color);
        gap:5px;
        width: auto;
        border-radius: 9999px;
        overflow: hidden;
        margin-bottom: 45px;
        padding: 0;
    }
}

.product-tabs .tablist li{
    position: relative;
}

.product-tabs .tablist li a{
    font-size: 1.8rem;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.6s;
    min-height: 40px;
    border-radius: 9999px;
}

@media screen and (max-width: 580px) {
    .product-tabs .tablist li a{
        background-color: #e9e9e9;
    }
}

.product-tabs .tablist li a:hover,
.product-tabs .tablist li a.is-selected{
    background-color: var(--primary-color);
    color: #fff;
}

.product-tabs .tablist li:last-child{
    margin: 0;
    padding: 0;
}

.product-tabs .tablist li:last-child:after{
    display: none;
}

.product-tabs .tabcontent{
    width: 100%;
}

.product-tabs-grid{
    display: flex;
    flex-flow: wrap;
    margin: -10px;
}

@media screen and (min-width: 580px) {
    .product-tabs-grid{
        margin: -12px;
    }
}

.product-tabs-item{
    width: 50%;
    padding: 10px;
}

@media screen and (min-width: 580px) {
    .product-tabs-item{
        width: 50%;
        padding: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .product-tabs-item{
        width: 33.33%;
    }
}

.js-tab-body .product-slider .product-content{
    width: auto;
}

.-tabs-productos{
    position: relative;
    
}

@media screen and (min-width: 1024px) {
    .-tabs-productos{
        padding: 0 90px;
    }
}

.-tabs-productos .custom-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
}

.-tabs-productos .custom-arrows-wrap{
    width:100%;
    justify-content: space-between;
}

/* FABRICA */

#fabrica{
    background-color: #FDFAF4;
}

.fabrica-grid{
    display: flex;
    align-items: center;
}


@media screen and (max-width: 580px) {
    .fabrica-grid{
        flex-flow: column;
    }
}

.fabrica-image{
    flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
    .fabrica-image{
       width: 50%;
    }
}

.fabrica-image img{
    width: 100%;
}

@media screen and (min-width: 580px) and (max-width: 1024px) {
    .fabrica-image{
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .fabrica-image img{
        width: 100%;
        margin-bottom: 25px;
    }
}

.fabrica-content{
    width: 100%;
    padding-left: 60px;
}

@media screen and (max-width: 1024px) {
    .fabrica-content{
        padding-left: 0;
        text-align: center;
    }
}

.fabrica-content .section-title{
    margin: 0;
}

.fabrica-content .section-title h2{
    margin-bottom: 20px;
}

.fabrica-content .section-title .btn{
    margin-top: 20px;
    min-width: 170px;
}

.fabrica-content .section-title p{
    font-size: 2rem;
}

/* CORPORATIVOS */

@media screen and (min-width: 1024px) {
    .corporativo .container{
        width:75%;
    }
}

.corporativo-grid{
    display:flex;
    gap:65px;
}

@media screen and (max-width: 580px) {
    .corporativo-grid{
        gap:25px;
        flex-flow:column;
    }
}

.corporativo-content,
.corporativo-form{
    width:50%;
}

@media screen and (max-width: 580px) {
    .corporativo-content,
    .corporativo-form{
        width:100%;
    }
}

.corporativo-map{
    position:relative;
    margin-bottom:25px;
}

.corporativo-map:after{
    content:"";
    display:block;
    padding-bottom:56.25%;
}

.corporativo-map iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.corporativo-social-item:not(:last-child){
    margin-bottom:20px;
}

.corporativo-social-item h2{
    color:var(--primary-color);
    font-size:2.4rem;
    margin-bottom:15px;
    font-weight:500
}

.corporativo-social-item ul li{
    margin-bottom:5px;
}

.corporativo-social-item ul li a{
    display:flex;
    align-items:center;
}

.corporativo-social-item ul li a:before{
    margin-right:10px;
    color:var(--primary-color);
    font-size:1.2rem;
    width: 18px;
    height: 18px;
    line-height: 1;
}

/* RECETAS */

.recetas{
    padding-bottom:4rem;
}

ul.recetas{
    display:flex;
    flex-wrap:wrap;
    margin:-12px;
}

.receta-item{
    padding:12px;
    width:33.33%;
}

@media screen and (max-width: 580px) {
    .receta-item{
        width:100%;
    }
}

.receta-wrap{
    padding:24px;
    background-color:#fff;
    box-shadow: 0px 2.589681386947632px 10.358725547790527px 0px #0000001F;
    border-radius:var(--border-radius);
}

.receta-thumbnail{
    position:relative;
    margin-bottom:15px;
    display:block;
}

.receta-thumbnail:after{
    content:"";
    display:block;
    padding-bottom: 72.5%;
}

.receta-thumbnail img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:var(--border-radius);
}

.receta-excerpt{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.receta-header{
    display: flex;
    justify-content: space-between;
    margin-bottom:15px;
}

.receta-title{
    font-size:1.6rem;
    font-weight:500;
    color:#787878;
}

.receta-excerpt{
    font-size:1.4rem;
    color:#787878;
}

.receta-meta{
    color:var(--primary-color);
    font-size:1.4rem;
}

.receta-nivel{
    display: flex;
    align-items: center;
        justify-content: flex-end;
        margin-top:8px;
}

.receta-duration span{
    display: flex;
    align-items: center;
}

.receta-duration span:before{
    display:block;
    width:15px;
    height:15px;
    margin-right:2px;
}

.receta-nivel-span{
    display: flex;
    align-items: center;
}
.receta-nivel-span span{
    width:7px;
    height:13px;
    background-color:#D9D9D9;
    margin-right:3px;
}

.receta-nivel-span.basico span:nth-child(1),
.receta-nivel-span.intermedio span:nth-child(1),
.receta-nivel-span.intermedio span:nth-child(2),
.receta-nivel-span.avanzado span,
.receta-nivel-span span.active{
    background-color:var(--primary-color);
}

.recetas-single-header{
        display: flex;
    align-items: center;
}

@media screen and (max-width: 580px) {
    .recetas-single-header{
         flex-flow:column;
    }
}

.recetas-single-thumb{
    width:450px;
    flex-shrink:0;
}

@media screen and (max-width: 580px) {
   .recetas-single-thumb{
        width:100%;
    }
}

.recetas-single-thumb img{
     width: 100%;
     height:auto;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.recetas-single-content{
    width: 100%;
    padding-left:44px;
}

@media screen and (max-width: 580px) {
    .recetas-single-content{
        padding-left:0;
        padding-top:20px;
    }
}

.recetas-single-title{
    color:var(--primary-color);
    font-size:3.5rem;
    font-weight:700;
    margin-bottom:10px
}

.receta-meta-wrap{
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.recetas-single-date{
      text-align: right;
    color: var(--text-color);
}

.receta-meta-wrap .receta-duration span{
    font-size: 2.6rem;
    color: var(--text-color);
    font-weight: 700;
}

.receta-meta-wrap .receta-duration span:before{
    display:none;
}

.receta-meta-wrap .receta-nivel {
    justify-content: flex-start;
}

.recetas-single-content .recetas-resumen{
    margin-top:20px;
}

.recetas-single-content .recetas-single-porciones{
    margin-top:20px;
    font-weight:700;
}

.recetas-single-content .recetas-single-cat{
    margin-top:20px;
    font-size:1.4rem;
    color:#787878;
}

.recetas-single-content .recetas-single-share{
    margin-top:20px;
}

.recetas-single-content  .shop-intern-share{
    margin:0;
}

.recetas-single-info{
    margin-top:50px
}

.recetas .shop-sidebar{
    display:block;
}

@media screen and (max-width: 580px) {
    .recetas .shop-grid{
        order:1;
    }
    
    .recetas .shop-sidebar{
         order:2;
    }
}

.recetas-single-slider{
    position:relative;
}

@media screen and (min-width: 1024px) {
    .recetas-single-slider{
        padding:0 65px;
    }
}

.recetas-single-slider .custom-arrows, 
.recetas-single-slider .custom-arrows-wrap {
    width: 100%;
    justify-content: space-between;
}

.recetas-single-slider .custom-arrows {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
}

#recetasSlider{
    padding:0 !important;
}

.recetas-single-related{
    padding-bottom:0;
}

/* FABRICA */

.fabrica-wrap{
    display:flex;
    align-items:center;
    margin:0 auto;
    margin-bottom:90px;
}

@media screen and (max-width: 580px) {
    .fabrica-wrap{
        flex-flow:column;
        margin-bottom:45px;
    }
}

@media screen and (min-width: 580px) {
    .fabrica .container{
         max-width: 1000px;
    }
    
    .fabrica-wrap:nth-child(even){
        flex-flow:row-reverse;
    }

}

@media screen and (min-width: 1440px) {
    .fabrica .container{
         max-width: 1200px;
    }

}

.fabrica-wrap .fabrica-image{
    width:430px;
    flex-shrink:0;
}

@media screen and (max-width: 580px) {
    .fabrica-wrap .fabrica-image{
        width:100%;
    }
}

@media screen and (min-width: 1440px) {
    
    .fabrica-wrap .fabrica-image{
        width:40%;
    }

}

.fabrica-wrap .fabrica-image img{
    border-radius:var(--border-radius);
    width:100%;
}

.fabrica-wrap .fabrica-content{
    width:100%;
    padding-left:50px;
}

.fabrica-wrap:nth-child(even) .fabrica-content{
    padding:50px;
    padding-right:50px;
}

@media screen and (max-width: 580px) {
    .fabrica-wrap .fabrica-content{
        padding-left:0px;
        padding-top:25px;
    }
    
    .fabrica-wrap:nth-child(even) .fabrica-content{
        padding:0px;
    }
}

.fabrica-wrap .fabrica-content h2{
    margin-bottom:20px;
    font-weight:700;
    color:var(--primary-color);
    font-size:2.4rem;
}


.fabrica-productos-list{
    display:flex;
    flex-wrap:wrap;
    margin:-12px;
}


.fabrica-productos-item{
    width:25%;
    padding:12px;
}

@media screen and (max-width: 580px) {
    .fabrica-productos-item{
        width:50%;
    }
}

.fabrica-productos-item .product-price,
.fabrica-productos-item .product-btn,
.fabrica-productos-item .product-whislist,
.fabrica-productos-item .product-discount{
    display:none;
}

/* MODAL */

.modal_mobile body{
    overflow:hidden;
}

.custom_modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)!important;
    visibility: hidden;
    z-index: 1002;
    opacity: 0;
    position: fixed;
    overflow: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
  
}

@media screen and (max-height: 768px){
   .custom_modal {
        align-items: flex-start;
    }
}

.custom_modal.active_modal {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    overflow:hidden;
    overflow-y: auto;
}

.modal_cm{
    position: absolute;
    z-index: 2;
    max-width: 640px;
    min-height:auto;
    width: 90%!important;
    height: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transform: translateY(20%);
    transition: all 0.3s;
    padding-top:100px;
}

@media screen and (max-height: 768px){
   .modal_cm{
		max-width: 610px;
	}
}

.modal-body{
    position:relative;
    width:100%;
    height:100%;
    margin:25px 0;
    box-shadow:var(--box-shadow);
    padding:18px;
    background-color: #fff;
}

@media screen and (max-height: 768px) {
   .modal-body{
        padding:45px 18px;
    }
}

@media screen and (max-width: 1024px) {
   .modal-body{
        padding:45px 18px;
    }
}


.active_modal .modal_cm{
   transform: translateY(0);
}

.content_md,
.body_md{
    height:100%;
}

.close.close-modal{
    width: 40px;
    height: 40px;
    transform: none;
    filter: none;
    top: -20px;
    right: -20px;
    opacity: 1;
    position: absolute;
    text-indent: -99999px;
    cursor: pointer;
    box-shadow: none;
    display: flex;
    align-items:center;
    justify-content:center;
	z-index: 999;
	background-color: var(--terciary-color);
	border-radius:9999px;
	transition:var(--transition)
}

@media screen and (min-width: 1024px){
    .close.close-modal{
        top: -15px;
        right: -15px;
        width: 47px;
        height: 47px;
        
    }
}

.close.close-modal span{
    text-indent:0;
}

.close.close-modal span:after{
    content:"\e906";
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'omelet' !important;
    transition:var(--transition);
    color:#fff;
    text-indent:0;
    transform: translateY(2px);
}

@media screen and (min-width: 1024px){
    .close.close-modal span:after{
        font-size: 2rem;
    }
}

/* BENEFICIOS */

.custom_modal_benefits .modal-body{
    padding:0;
    border-radius:20px;
}

.modal-benefits-header{
    display:flex;
    background-color:var(--primary-color);
    padding:15px 40px;
    border-radius:20px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    color:#fff;
    font-size:2rem;
    font-weight:500;
}

.modal-benefits-header img{
    width:25px;
    margin-right:20px;
}

.custom_modal_benefits .close.close-modal{
       top: -15px;
    right: -15px;
}

@media screen and (max-width: 580px){
    .custom_modal_benefits .close.close-modal{
        top: 5px;
    }
}

.modal-benefits-content{
    padding:10px;
}

/*.modal-benefits-wrap{*/
/*    padding:10px;*/
/*}*/

.modal-benefits-info{
    max-height:520px;
    overflow:auto;
     padding:10px;
	display: flex;
    justify-content: center;
}

.modal-benefits-info::-webkit-scrollbar {
  width: 6px;
}

.modal-benefits-info::-webkit-scrollbar-track {
  background: #fff;
  border-radius:9999px;
}

.modal-benefits-info::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius:9999px;
}    

.modal-benefits-info ul{
    counter-reset: contador;
}

.modal-benefits-info li{
    padding:16px  20px;
    background-color:#fff;
    box-shadow: 0px 2.589681386947632px 10.358725547790527px 0px #0000001F;
    margin-bottom:20px;
    counter-increment: contador;
    display: flex;
}

.modal-benefits-info li:before{
    content: counter(contador);
    display:block;
    width:37px;
    height:37px;
    border-radius:9999px;
    background-color:var(--terciary-color);
    flex-shrink:0;
    font-size:4rem;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:20px;
    font-family: var(--secondary-font);
    font-weight: 400;
        transform: translateY(-5px);
}

.modal-benefits-info li:last-child{
    margin:0;
}

.modal-benefits-text h2{
    font-weight:700;
    font-size:2rem;
    margin-bottom:20px;
}

.modal-benefits-text h3{
    color:var(--primary-color);
    margin-bottom:20px;
    font-family: var(--secondary-font);
    font-size:4.2rem;
    line-height:.7;
}

.modal-benefits-text p{
    display:flex;
    line-height: 1.3;
    margin-bottom:1rem;
}

.modal-benefits-text p img{
    width:60px;
    flex-shrink:0;
    margin-right:16px;
}

@media screen and (max-width: 580px){
   .modal-benefits-text p img{
        display:none;
    } 
}

.modal-benefits-text p a{
    font-weight:700;
}

/* COMENTARIOS */

#wpdcom {
    max-width: 450px !important;
}

#wpdcom .wpd-form-head{
    display:none !important;
}

#comments{
    margin:0 !important;
}




#publicidad{
	padding: 90px 0px;
    background-color: var(--fourth-color);
}
#edades{
	padding-top: 82px;
}
#edades .container{
	width:83%;
}
#edades .slick-slide {
    width: 210px;
    margin: 0 15px;
}
#edadesSlider .slick-arrow:after {
    content: "";
    background-image: url(../images/arrow-left.svg);
}
#edadesSlider .slick-next {
    right: -35px;
}
#edadesSlider .slick-prev {
    left: -35px;
}
#edadesSlider .slick-arrow {
    border: 0px!important;
}

#ig{	
	padding: 190px 0px 90px;
    background-color: var(--fourth-color);
}
#ig .section-title.-center h2:after{
	display:none;
}

#ig .section-title span{
	color: var(--secondary-color);
    margin: 15px;
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
}
#ig .siguenos{
	font-size:3.3rem!important;
}
@media screen and (min-width: 1024px){
    #ig {
		padding: 90px 0px;
	}
}
/*------Actividades-------*/
.actividades-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    align-items: center;
    flex-direction: column;
	position: relative;
}

.actividades-container .actividades-wrapper:nth-of-type(odd){
	flex-direction: column;
}
.actividades-container .actividades-wrapper:nth-of-type(even){
	background-color:row;
}
.actividades-content {
    width: 100%;
    padding: 0 20px;
	text-align: justify;
	line-height: 2rem;
}
.actividades-content p{
	margin-bottom:20px;
}
.actividades-img {
    width: 100%;
	border-radius: 5rem;
    overflow: hidden;
	position: relative;
}
.actividades-img img{
	width:100%;
}
@media screen and (min-width: 1024px){
    .actividades-wrapper {
		flex-direction: row;
	}
	.actividades-content {
		width: 45%;
		padding: 0 50px;
	}
	.actividades-img {
		width: 55%;
	}	
	.actividades-container .actividades-wrapper:nth-of-type(odd){
		flex-direction: row-reverse;
	}
}
.actividades-wrapper h2 {
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 25px;
	line-height: 45px;
}
.btns-actividades{
	display:flex;
	gap: 20px;
	margin-bottom: 20px;
}
.datos-actividades{
	display: flex;
	gap: 20px;
	margin: 20px 0 40px;
}
.datos-actividades img{
	height: 25px;
    margin-right: 10px;
}
.datos-actividades div{
	display: flex;
    align-items: center;
}
.shape-actividad{
    display: block;
    width: 120px;
    left: 0;
    bottom: -37px;
    z-index: 0;
}
@media screen and (min-width: 1024px){
	.btns-actividades{
		display:flex;
		gap: 20px;
		margin-bottom:0;
	}
	.shape-actividad{
		width: 170px;
    	left: 530px;
	}
}
.representantes{
	 margin-bottom: 50px;
}
.representantes-wrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.representantes-wrapper span{
	color:var(--fourth-color);
	font-weight: 600;
}
.representantes-wrapper h2{
	margin-bottom: 15px;    
    font-size: 3rem;
	text-align: center;
    padding: 5px 15px;
}
.representantes-wrapper img{
	width: 135px;
    margin: 10px 30px;
    height: fit-content;
}
.logos-representantes{
	display: flex;
    flex-direction: row;
    align-items: center;	
}
.video-conocenos{
	background-color: var(--fourth-color);
    padding: 80px 20px;
}

.video-conocenos iframe{
	width: 100%;
	height: 250px;
	border-radius: 5rem;
    overflow: hidden;
}
@media screen and (min-width: 1024px){
	.representantes-wrapper img{
		width: 200px;
	}
	.video-conocenos{
		padding: 80px 80px;
	}
	.video-conocenos iframe{
		height: 500px;
	}
}
.imgs-galeria,
.logos-colegios{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.logos-colegios img {
    height: 84px;
    margin: 20px;
    max-width: 140px;
    object-fit: contain;
}
.imgs-galeria img {
    width: 165px;
    height: 165px;
    border-radius: var(--border-radius);
    object-fit: cover;
    overflow: hidden;
    margin: 10px;
}
#galeria,
#colegios{
	padding: 40px 0;
}
@media screen and (min-width: 1024px){
	.logos-colegios img{
		height: 84px;
	}
	.imgs-galeria img{
		width: 200px;
		height: 200px;
		margin: 15px;
	}
}
.page-legal{
	margin-bottom: 80px;
}



.header-logo a {
    display: none;
}
.header-mobile{
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-icons{
	display:none;
}
.header-mobile img{
	width: 65px;
}
.header-mobile .menu-responsive,
.header-mobile .btns-menu-responsive{
	width: 40%;
}
.header-mobile.header-logo-content{
	width: 20%;
}
.header-mobile .btns-menu-responsive{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.btns-menu-responsive #cart-btn {
    background-color: transparent;
	padding: 12px;
}
.btns-menu-responsive .-icon.-cart:before{
	display:none;
}
.btns-menu-responsive img{
	width: 25px;
}
/* Estilo del recuadro oculto */
.recuadro {
	display: none;
	background-color: #f0f0f0;
	padding: 20px;
	transition: opacity 0.5s ease-in-out;
}

/* Mostrar el recuadro cuando está activo */
.recuadro.active {
	display: block;
}
@media screen and (min-width: 1024px){
	.header-logo a {
		display: block;
	}
	.header-mobile{
		display:none;
	}
	.header-icons{
		display:block;
	}
}