/* Estilos animacion fade*/
.fade-on-scroll{-webkit-transform: translate(0, 50px);transform: translate(0, 50px);opacity: 1;transition-property: opacity, -webkit-transform;transition-property: transform, opacity;transition-property: transform, opacity, -webkit-transform;transition-timing-function: ease;transition-duration: 750ms}
.fade-on-scroll.from-left {-webkit-transform: translate(-50px, 0);transform: translate(-50px, 0)}
.fade-on-scroll.from-right {-webkit-transform: translate(50px, 0);transform: translate(50px, 0)}
.fade-on-scroll.visible {-webkit-transform: translate(0, 0);transform: translate(0, 0);opacity: 1}

.col1 { width: 8.333333%; }
.col2 { width: 16.666666%; }
.col3 { width: 25%; }
.col4 { width: 33.333333%; }
.col5 { width: 41.666666%; }
.col6 { width: 50%; }
.col7 { width: 58.333333%; }
.col8 { width: 66.666666%; }
.col9 { width: 75%; }
.col10 { width: 83.333333%; }
.col11 { width: 91.666666%; }
.col12 { width: 100%; }
.coll-full{max-width: 1200px; margin: 0 auto; padding: 0 32px;}
.coll-full2{max-width: 1300px; margin: 0 auto; padding: 0 32px;}

body{
	background: #FBFBFC;
}
button{
	background: none;
	border: 0;
	padding: 0;
}
a{
	color: inherit;
	text-decoration: none;
}

.custom-input-search:focus-visible {
	outline: none;
}
input.email:focus-visible {
	outline: none;
}
.entry-content h2{
	line-height: unset;
}

.banner-mob{
	display: none;
	height: 228px;
}
.banner-dek{
	display: block;
}

.category-list-mb-desk{
	display: flex !important;
}

.category-list-mob{
	display: none !important;
}

.card_post-description p{
	font-family: 'Open Sans';
	font-weight: 400;
}

@media all and (max-width: 1100px) {
    .col-md-12 {width: 100%;}
    .col-md-11 {width: 100%;}
    .col-md-10 {width: 100%;}
    .col-md-9 {width: 100%;}
    .col-md-8 {width: 100%;}
    .col-md-7 {width: 100%;}
    .col-md-6 {width: 100%;}
    .col-md-5 {width: 100%;}
    .col-md-4 {width: 100%;}
    .col-md-3 {width: 100%;}
    .col-md-2 {width: 100%;}
    .col-md-1 {width: 100%;}
    .coll-full{padding: 0 16px;}
    .coll-full2{padding: 0 16px;}
}

@media all and (max-width: 600px){
	.nav-next span{
		display: none;
	}
	.nav-previous span{
		display: none;
	}
}
.flex-content{
    display: flex;
}

.flex-column{
    flex-direction: column;
    gap: 10px;
}

.space-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}

.grid-content{
    display: grid;
}
/*-------------------------------------GENERAL-------------------------------------*/

.underline{
	text-decoration: underline;
	margin-right: 6.31px;
}

.paginator-previous-text,
.paginator-next-text {
	color: #774A91;
}

.text-nav{
	margin: 11.44px;
}

.text-read-more-link{
	color: #774A91;
	margin-top: -2px;
}
.text-read-more-link:hover{
	color: #774A91;
	opacity: 0.78;
}
.image-principal{
	width: 100%;
	height: 275px;
}
.blog_title{
	font-family: 'Open Sans';
	color: #2c2c2c;
	font-size: 24px;
	margin-top: 40px;
	line-height: 33px;
	font-family: 'OpenSans-ExtraBold';
	font-family: 'OpenSans-ExtraBold';
}
.blog_title_outsatanding_histories{
	font-family: 'Open Sans';
	color: #2c2c2c;
	font-size: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.three_parts_grid{
	margin: 7px;
}
.three-tag-image{
	top: 521px;
	left: 121px;
	width: 320px;
	height: 251px;
}
.title_article{
	font-family: 'Open Sans';
	color: #2c2c2c;
	font-size: 17px;
	margin-top: 2px;
}
.grid_outstanding_histories{
	width: fit-content;
	display: flex;
}
.article_paragraph{
	font-family: 'Open Sans';
	color: 2c2c2c;
	font-size: 15px;
	margin-top: 2px;
}
.two-columns{
	display: flex;
	margin-top: 20px;
}
.content{
	display: flex;
}
.tags{
	width: 50%;
	background-color: #0f3647;
}
.formulary{
	width: 50%;
	background-color: #007aff;
}
.title-columns{
	font-family: 'Open Sans';
	color: #2c2c2c;
	font-size: 16px;
	text-transform: uppercase;
}
.first-column{
	width: 790px;
	height: 137px;
	background-color: #ffff;
	margin-right: 17px;
}
.second-column{
	width: 391px;
	height: 137px;
	background-color: #ffff;
}
.title-grid{
	font-family: 'Open Sans';
	font-size: 20px;
	color: #2c2c2c;
	text-transform: uppercase;
}
.grid{
	display: flex;
	margin-top: 20.2px;
}
.column-left{
	width: 584px;
	height: 450px;
	margin-right: 30px;
}
.column-right{
	width: 584px;
	height: 450px;
}
.image-principal-grid{
	width: 584px;
	height: 348px;
}
.title-article-grid{
	font-size: 18px;
	font-family: 'Open Sans';
	color: #2c2c2c;
	margin-top: 40.2px;
}
.paragraph-grid{
	font-size: 16px;
	font-family: 'Open Sans';
	color: #2c2c2c;
	margin-top: 8px;
}

.site-content nav{
	margin: 20px 0 0;
}

/*Paginacion*/
.pagination {
	width: 100%;
	padding: 20px 0 0;
	display: flex;
    margin: 60px 0;
    border-top: 1px solid #D9D9D9;
}
.back{
	display: inline;
	margin-right: 463px;
	color: #0467d2;
	text-decoration: underline;
}
.next{
	display: inline;
	margin-left: 437px;
	color: #0467d2;
	text-decoration: underline;
}

.pagination-numbers{
	gap: 7px;
}

.nav-next a, .nav-previous a{
    color: #0467D2;
    text-decoration: none;
    width: fit-content;
}

.nav-next{
    display: flex;
    justify-content: flex-end;
}

.text-nav-next{
	margin-top: -2px;
}

.nav-previous{
    display: flex;
    justify-content: flex-start;
}

.text-nav-previous {
	margin-top: -2px;
}

.button-pagination{
	background-color: #f7f7f7;
	color: #3e3e3e;
	padding: 7px 12px 6px;
	text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    border-radius: 4px;
}
.button-pagination.current{
	background-color: #774A91;
	color: #FFFFFF;
	text-decoration: none;
}
.button-pagination:hover{
	background-color: #774A91;
	color: #FFFFFF;
	text-decoration: none;
}

.dashicons-arrow-right-alt2.prev{
    transform: rotate(180deg);
}

.prev-navigation{
    justify-content: flex-start;
}

.next-navigation{
    justify-content: flex-end;
}

.dashicons-arrow-right-alt2:before{
    height: 18px;
}
#page{
	background: #FBFBFC;
}
.uppercase{
	text-transform: uppercase;
}

.entry-title a{color: black;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 700;
}

.title-head-ct{
	font-size: 24px;
	line-height: 33px;
	color: #2C2C2C;
	font-weight: 800;
	margin: 0 0 20px;
	font-family: 'OpenSans-ExtraBold';
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	position: relative !important;
	bottom: 0 !important;
	z-index: 1;
	margin: 31px 0 0;
	height: 6px !important;
}
.swiper-scrollbar-drag{
	background: #5D5D5D !important;
}
/*--------------------------------------------------------------------------------*/
/*-------------------------------------HEADER-------------------------------------*/
.top-header{
    background: #2C2C2C;
}

.sidebar-visible{
	overflow-y: hidden;
	max-height: 100vh;
}
.cenefa_header {
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #2C2C2C;
	padding: 6px 32px 4px;
}

.menu-buton-mob{
	display: none;
}

.menu-mobile-content{
	padding: 59px 23px 59px 30px;
	position: relative;
	display: block;
}

.menu-mobile-content.closed{
	display: none;
}

.container-menumb{
	display: none;
	background: #fff;
}

.close-bnm{
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 23px;
	right: 20px;
	z-index: 2;
}
.close-bnm img{
	width: 16px;
	height: 16px;
}

.ir-tienda:hover {
    color: #2682E7;
    text-decoration: none;
}
.flex-container {
    display: flex;
}
.tienda_container {
    display: flex;
    align-items: top;
    justify-content: end;
    color: #774A91;
    font-family: Open Sans;
    text-decoration: none;
    height: 22px;
    line-height: 22px;
    align-items: center;
}

.link-shop-txt {
	line-height: 22px;
	font-family: 'Open Sans';
	color: #FFFFFF;
}

.tienda_container:hover{
    color: #774A91;
	opacity: 0.78;
}

.shop-car-image{
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}

.body-header{
	background: #FED536;
}

.logo_menu_container{
    display: flex;
    align-items:baseline;
    gap: 30px;
    justify-content: left;
    background-color: #FFFFFF;
    width: 1440px;
    height: 66px;
}


.logo-container{
    width: 163px;
    height: 48px;
    margin: 0;
}

.logo-img {
	position: relative;
	top: 12px;
}

.menu-category {
    gap: 35px;
}

.body-header-content{
    height: 66px;
}

.header-menu-item{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.link-menu-txt{
    display: block;
    padding: 22px 0;
}

.menu-item-link{
    color: #2C2C2C;
    text-decoration: none;
    position: relative;
}

.custom-search-btn{
    margin: 0;
    border: 1px solid #FBFBFC;
    border-radius: 20px 0 0 20px;
    background: #FBFBFC;
    padding: 8px 0px 5px 14px;
    border-right: none;
}

.custom-search-btn:hover:focus{
	background: #f1f1f1;
	box-shadow: none;
}

.custom-input-search{
    border: 1px solid #FBFBFC;
    background: #FBFBFC;
    padding: 8px 13px 8px 14px;
    border-radius: 0 20px 20px 0;
}
.custom-input-search:focus{
    border: 1px solid #FBFBFC;
}

.custom-search-container{
    width: 298px;
}
.no-results_text{
	width: 100%;
}
.submenu-header{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
    margin: 0 23.5%;
    gap: 10px 74px;
}

.subcategory-list{
    gap: 11px;
}

.subcategory-list:last-child{
	align-items: flex-start;
}

.submenu-header-option{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.submenu-header-option a{
    text-decoration: none;
    color: #263645;
}

.submenu-header-option a:hover, .footer-menu-item .menu-item-link:hover{
	color: #774A91;
	opacity: 0.78;
}

.shareto-socialmedia img{
	height: 30px;
	width: 30px !important;
	max-height: unset;
}

.share-title{
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 8px;
}

.share-post-container{
	display: flex;
	gap: 0 8px;
	margin: 0 0 30px;
}

.shareto-socialmedia{
	display: block;
}

.return-link{
	font-size: 15px;
	line-height: 20px;
	color: #774A91;
	width: fit-content;
}
.return-link:hover{
	color: #774A91;
	opacity: 0.78;
	text-decoration: underline;
}
.link-menu-txt::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background-color: #000000;
    transition: all 300ms ease;
    border-radius: 3px;
}

.has-submenu:hover .link-menu-txt::before{
    width: 100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
}
.has-submenu:hover .submenu-main-container{
    visibility: visible;
}

.container-width-submenu{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.submenu-main-container{
    visibility: hidden;
    position: absolute;
    top: 98px;
    z-index: 3;
    left: 0;
    right: 0;
}

.submenu-header-container{
    background: #fff;
    width: 100%;
    transition: all 300ms ease;
    background-color: #fff;
    padding: 40px 0 44px;
}

.header-image-container img{
    width: 100%;
    max-height: 275px;
    object-fit: cover;
    margin: 0;
}

.form-header-mobile{
	display: none;
}

/*--------------------------------------------------------------------------------*/

/*-------------------------------------CATEGORY-----------------------------------*/
.return-link{
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #774A91;
    margin: 30px 0 10px;
    text-decoration: none;
}

.padding-container{
	padding-top: 42px;
	padding-bottom: 120px;
}
/* Category view */
.categoryv-main-cont{
	padding: 22px 0 0px;
}

.post-list{
	padding: 0;
}
.grid-layout-featured-post{
	gap: 40px 30px;
	grid-template-columns: repeat(3, 33.33333%);
	width: calc(100% - 60px);
}

.ribbon-featured{
	background: #FFDD6C;
	color: #6C3601;
	border-radius: 13px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 3px 12px;
	position: absolute;
	top: 12px;
	left: 12px;
	font-weight: bold;
	line-height: 18px;
}

.featured-flame{
	margin: 0 3px 0 0;
}
.grid-layout-post{
	gap: 30px;
	grid-template-columns: repeat(2, 50%);
	width: calc(100% - 30px);
}

.grid-layout-post .ribbon-featured{
    display: none;
}

.grid-layout-post .card-post .wp-post-image, .grid-layout-post .card-post .img{
	height: 348px;
}

.grid-layout-post .card-post .card_post-image-cont img{
    width: 100%;
    max-height: 348px;
}

.card_post-title{
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	margin: 8px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_post-title a{
	color: #2C2C2C;
	text-decoration: none;
}
.card_post-description{
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #2C2C2C;
}

.card_post-tags{
	gap: 5px 15px;
	margin: 13px 0 0;
    flex-wrap: wrap;
}

.card_post-image-cont{
	overflow: hidden;
}
.card-post:hover .card_post-image-cont .wp-post-image{
	transform: scale(1.2) rotate(3deg);
}

.card-post:hover .read-more-link{
    color: #0467D2;
}

.card-post .wp-post-image{
	height: 251px;
	object-fit: cover;
	width: 100%;
	transition: all ease-in-out .3s;
}

.card_post-image-cont{
	position: relative;
}

.read-more-link{
    text-decoration: none;
    color: #0467D2;
    font-size: 15px;
    line-height: 20px;
	display: flex;
	justify-content: flex-end;
}

.content-post{
    width: auto;
}

.read-more-link .dashicons-arrow-right-alt2{
	color: #774A91;
	height: 10px;
	margin: 0 0 0 -6px;
}

/*--------------------------------------------------------------------------------*/

/*------------------------------------Tags conatainer-----------------------------*/
.tags-container{
	background: #fff;
	padding: 20px 27px;
	border-radius: 4px;
	max-width: 790px;
	width: calc(100% - 54px);
}

.sidebar-container{
	background: #FBFBFC;
	width: 100%;
    max-width: 416px;
    margin: 0;
}

.sidebar-container .form-newsletter-container{
    max-width: unset;
}

.sidebar-container .category-list{
    margin: 0;
}

.sidebar-container .sidebar-subtitle{
    margin: 0 0 9px;
}
.form-newsletter-container{
	background: #FFFF;
	border-radius: 4px;
	max-width: 391px;
	width: 100%;
}
.form-newsletter-container form{
	padding: 20px 27px;
}

.sidebar-subtitle{
	font-size: 16px;
	color: #2C2C2C;
	font-family: 'OpenSans-ExtraBold';
	line-height: 20px;
}

.tag-link{
	text-decoration: none;
	color: #575555;
	font-size: 14px;
	line-height: 28px;
	display: flex;
	align-items: center;
}

.tag-link img{
	width: 15px;
	height: 15px;
}
.tag-link:hover{
	color: #774A91;
	opacity: 0.78;
}
.tags-nwslt-cont{
	gap: 17px;
	margin: 40px 0 30px;
}
.category-list{
	flex-wrap: wrap;
	gap: 17px 40px;
	margin: 17px 0 0 ;
}

.tag-image{
	width: 15px;
	height: 15px;
	margin-right: 8.15px;
}

input.email{
	border: 1px solid #C9C9C9;
	background: #FFFFFF;
	padding: 10px 15px;
	border-radius: 24px 0 0 24px;
	font-size: 12px;
	line-height: 20px;
	width: -webkit-fill-available;
	color: #2C2C2C;
}

input.email::placeholder{
	color: #2C2C2C;
}
input.email:focus-visible{
	outline: none;
}

input.email:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset !important; /* Forces a white background */

}

input.boletin{
	border-radius: 0 24px 24px 0;
	background: #333333;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 15px;
	border: 1px solid #333333;
	transition: all ease .3s;
}

input.boletin:hover{
	background: #774A91;
	border: 1px solid #774A91;
	color: #ffff;
	box-shadow: none;
}

.terms-and-cond-agree.boletin{
	margin: 6px 0 0 2px;
	font-size: 12px;
	color: #929292;
	line-height: 17px;
}
.terms-and-cond-agree.boletin a{
	text-decoration: none;
}
.suscribe-title{
	font-size: 16px;
	color: #2C2C2C;
	font-family: 'OpenSans-ExtraBold';
	line-height: 20px;
	margin: 0 0 11px;
}
.validate .sidebar-subtitle{
    margin: 0 0 11px;
}
div.mce_inline_error{color: rgb(211, 47, 47); font-size: 11px; margin: 5px 0 0; padding-left: 5px; margin-right: -25px;}
#mce-success-response{color: #2682e6; font-size: 11px;padding-left: 5px; margin: 5px 0 0; margin-right: -25px;}
#mce-error-response{color: rgb(211, 47, 47); font-size: 11px;padding-left: 5px; margin: 5px 0 0; margin-right: -25px;}

.flex-item-input-cont{
	flex:2;
}
/*--------------------------------------------------------------------------------*/

.related-post-container{
    padding: 20px 27px;
    background: #fff;
}

.side-item-menu{
    padding: 15px 0;
    border-bottom: 1px solid #E2E2E2;
}

.side-item-menu:last-child{
    border-bottom:none;
    padding-bottom: 0;
}

/*--------------------------------------------------------------------------------*/

/*----------------------------------Post View-------------------------------------*/
.container-vp{
    gap: 30px 60px;
    margin: 40px 0 64px;
}
.conten-view-post img{
    margin: 0;
    max-height: 561px;
    width: 100%;
    height: auto;
}

.conten-view-post{
    max-width: 822px;
    width: 100%;
}
.title-vp{
    font-size: 30px;
    color: #2C2C2C;
    font-weight: bold;
    margin: 26px 0 20px;
}
/*--------------------------------------------------------------------------------*/
/*----------------------------------ERROR 404-------------------------------------*/
.cant_find{
	text-align: left;
}
.err_h1{
	font-weight: bold;
	font-size: 28px;
}
.err_h2{
	font-size: 19px;
	margin-bottom: 5px;
}
.err_p{
	font-size: 16px;
}
.err-containter{
	padding-left: 10%;
	display: flex;
	align-content: space-around;
  	align-items: center;
	margin-top: 30px;
	background-color: #feffff;
}
.err_back{
	display: block;
    font-size: 15px;
    line-height: 20px;
    color: #1565C0;
    margin: 10px 0 10px;
    text-decoration: none;
	width: 13%;
}
.err_back:hover{
	color: #2e96eb;
}
.error-post{
	margin-top: 40px;
	margin-bottom: 80px;
}
stom-post-cont .wp-block-post-featured-image{display: none;}
/*--------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER-------------------------------------*/

.footer-head-content{
    background: #f1f1f1;
    padding: 30px 0 28px;
}

.footer-bottom-content{
    background: #2C2C2C;
    padding: 13px 0;
}

.footer-bottom{
    justify-content: flex-end;
    gap: 15px 30px;
}

.footer-navigate-cont{
   gap: 20px 35px;
}
.primer_cenefa_footer{
	display: flex;
	top: 3264px;
	left: 0px;
	background-color: #f1f1f1;
	opacity: 1;
	align-items: center;
}
.botonblog{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 19px;
}
.botonblog:hover{
	color: #774A91;
	opacity: 0.78;
}
.segunda_cenefa_footer{
	display: flex;
	align-items: center;
	justify-content: end;
	background-color: #2C2C2C;
	height: 44px;
}
.aviso_privacidad_container {
    color: #929292;
    text-decoration: none;
    line-height: 18px; 
    font-size: 13px;
}
.aviso_privacidad_container:hover{
    color: #929292;
}
.copyright-txt{
    font-size: 13px;
    line-height: 18px;
    color: #929292;
}
.terminos_condiciones_container {
    display: flex;
    align-items: center;
    justify-content:center;
    color: #929292;
    font-family: Open Sans;
    text-decoration: none;
    width: 160px;
    height: 18px;
    line-height: 22px; 
}
.terminos_condiciones_container:hover{
    color: #929292;
    text-decoration: none;
}
.post-image{
	width: 100%;
}

.no-posts {
	margin: 20px;
}
