 /*
Theme Name: Conexion Estrategica
Theme URI:
Author: Jose Salas
Author URL: https://buenavista.design/
Version: 1.0
Description: Plantilla personalizada para Conexion Estrategica
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-private
Text Domain: Conexion Estrategica
Domain Path: /languages/
*/


@font-face {font-family:'Inter'; font-style:normal; font-weight:300; src:url(fonts/Inter_24pt-Light.ttf)}
@font-face {font-family:'Inter'; font-style:normal; font-weight:400; src:url(fonts/Inter_24pt-Regular.ttf)}
@font-face {font-family:'Inter'; font-style:normal; font-weight:500; src:url(fonts/Inter_24pt-Medium.ttf)} 
@font-face {font-family:'Inter'; font-style:normal; font-weight:600; src:url(fonts/Inter_24pt-SemiBold.ttf)}
@font-face {font-family:'Inter'; font-style:normal; font-weight:700; src:url(fonts/Inter_24pt-Bold.ttf)}
@font-face {font-family:'Inter'; font-style:normal; font-weight:800; src:url(fonts/Inter_24pt-ExtraBold.ttf)}


@keyframes fadeout{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		display: none;
	}
}

@keyframes fadein{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		
	
	}
}

@keyframes expandir {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes clickme{
	0%{
		transform: scale(0.8);
	}
	100%{
		transform: scale(1.2);
		
	
	}
}

@keyframes card_left{
	0%{
		opacity: 0;
		transform: rotate(-18deg) translate(-40%);
		
	}
	100%{
		transform: rotate(0deg) translate(0%);
		opacity: 1;
		
	
	}
}

@keyframes card_right{
	0%{
		opacity: 0;
		transform: rotate(18deg) translate(40%);
		
	}
	100%{
		transform: rotate(0deg) translate(0%);
		opacity: 1;
		
	
	}
}

@keyframes card_center{
	0%{
		opacity: 0;
		transform: translateY(50%);
		
	}
	100%{
		transform: translateY(0%);
		opacity: 1;
		
	
	}
}

@keyframes bg_text{
	0%{
		background-position: 101% 100%;
		
	}
	100%{
		background-position: 0% 100%;
	
	}
}

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

@keyframes entry_right{
	0%{
		opacity: 0;
		transform: translateX(100%);
		
	}
	100%{
		opacity: 1;
		transform: translateX(0%);
	
	}
}

@keyframes message{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 1;
		transform: scale(1.2);
	}
	75%{
		opacity: 1;
		transform: scale(0.8);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes color-change-2x{0%{background:#E5EC42}50%{background:#F1A884}100%{background: #32ade6;}}



@media screen and (min-width:0px){
	:root{
		--main-color-primary:#2b5f9f;
		--main-color-secundary:#00b2ff;
		--main-color-yellow:#FFB400;
		--main-color-yellow2:#FFDA00;

		--video-ratio: calc(16 / 9);
		--video-container-max-width: 640px;
		--video-container-x-padding-sum: 2rem;


		--paragraph-font-size:1.6rem;
		--paragraph-line-height:3.15rem;
		/* --paragraph-text-align:center; */
		--paragraph-color:#151515;
		--paragraph-letter-spacing: 0.32px;
		--paragraph-font-style: normal;
		--paragraph-font-weight: 400;
		--paragraph-font-family: 'Manrope',sans-serif;

		--title-font-size:4rem;
		--title-line-height:6.4rem;
		--title-letter-spacing: 0.4px;

		--font-paragraph:
			var(--paragraph-font-style)
			var(--paragraph-font-weight)
			var(--paragraph-font-size)
			var(--paragraph-line-height)
			var(--paragraph-font-family);
	}



	::selection{background:rgba(0, 0, 0, 0.3);}

	/*=============== GENERAL ===============*/
	.wcbtn.btn-blue{background:var(--main-color-secundary);}
	.wcbtn.btn-red{background:#FF0000;}
	.wcbtn.btn-grey{background:rgba(0, 0, 0, 0.5);}
	.flex-column-center{display: flex; flex-direction: column; align-items: center; justify-content: center;}
	table{display:block; min-width:100%; width:100%; margin:2rem 0; border-radius:1rem; overflow-x:auto;}
	table thead tr th{background:rgba(0, 0, 0, 0.15); padding:1rem 1.5rem; text-transform:uppercase; font-weight:bold;}
	table tbody tr td{padding:0.5rem 1.5rem;}
	table tbody tr:nth-child(odd) td{background:rgba(0, 0, 0, 0.015);}
	table tbody tr:nth-child(even) td{background:rgba(0, 0, 0, 0.03);}
    table tbody tr:hover td{background:rgba(0, 0, 0, 0.09);}
    table tbody tr td{color:rgba(0, 0, 0, 0.5);}
	.pro-paragraph-inner p{font-family:inherit; font-size:inherit; line-height:inherit; font-weight:inherit; letter-spacing:inherit;}
	.loading::after{display:none !important; width:0; height:0;}
	.tpgb-plus-button a{transition:all .3s;}
	#main__wrapper article{overflow: hidden;}
	#main__wrapper .slick-track,
	#main__wrapper .splide__list{transition:unset;}
	#main__wrapper .slick-list{width: 100%; order: 1;}
	#main__wrapper .slick-dots{ width: 100%; display: flex; justify-content: center; list-style: none; order: 2;}
	#main__wrapper .slick-track{display: flex;}
	#main__wrapper .tpgb-plus-button a > span{display: flex; align-items: center;}
	#main__wrapper .tpgb-plus-button a > span img{padding-top: .1rem;}
	#main__wrapper .tpgb-section > .tpgb-section-wrap{max-width:160rem;}
	#main__wrapper .tpgb-section > .tpgb-section-wrap.tpgb-container-fluid{width:100%; max-width:100%;}
	#main__wrapper .tpgb-creative-img-wrap{line-height:0;}
	#main__wrapper .yoast-breadcrumbs span{display: flex; align-items: center; text-wrap: wrap;}
	#main__wrapper .yoast-breadcrumbs span a{font-family: "Lexend Deca", sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 2.8rem; color: #38393F;}
	#main__wrapper .yoast-breadcrumbs span.breadcrumb_last{font-family: "Lexend Deca", sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 2.8rem; color: #38393F;}

	/*========== WHATSAPP ==========*/
	#container__whatsapp {box-shadow: 0rem .4rem 6.2rem 0rem rgb(137, 125, 196, 47%); border-radius: 100rem;}
	#container__whatsapp *{margin:0; padding:0;}
	#container__whatsapp .texto{display:block;}

	/*========== SCROLL TOP ==========*/
	#scrollto__top{bottom:7rem; z-index: 9999;}
	#scrollto__top a#scrolltop__btn{width: 4.5rem; height: 4.5rem; display: flex; align-items: center; justify-content: center; border: .1rem solid #FFFFFF; background: #EB622B;}
	#scrollto__top a#scrolltop__btn:hover{background: #c75427;}
	#scrollto__top a#scrolltop__btn path{fill: #FFF;}

	/*=============== TEXTOS GLOBALES ===============*/
	#topbody h1,
	#topbody h2,
	#topbody h3,
	#topbody h4,
	#topbody p{font-family: 'Inter', sans-serif;}

	/*========== GLOBAL STYLES ==========*/
	body#topbody{background: #CBC9C7;}
  	.wp-block-outermost-icon-block .icon-container{width: fit-content !important;}
  	.wp-block-outermost-icon-block .icon-container svg{width: auto; height: auto;}
	
	.fade-in{opacity: 0; transition: opacity 0.5s;}
	.fade-in.active-animation{animation-name: fadein; animation-duration: 1s; animation-fill-mode: forwards;}

	.card_left-animation{opacity: 0; transform: rotate(-18deg) translate(-40%); transition: opacity 0.5s, transform 0.5s;}
	.card_left-animation.active-animation{animation-name: card_left; animation-duration: 1s; animation-fill-mode: forwards;}
	.card_right-animation{opacity: 0; transform: rotate(18deg) translate(40%); transition: opacity 0.5s, transform 0.5s;}
	.card_right-animation.active-animation{animation-name: card_right; animation-duration: 1s; animation-fill-mode: forwards;}
	.card_center-animation{opacity: 0; transform: translateY(50%); transition: opacity 0.5s, transform 0.5s;}
	.card_center-animation.active-animation{animation-name: card_center; animation-duration: 1s; animation-fill-mode: forwards;}

	.entry_left-animation{opacity: 0;transition: opacity 0.5s, transform 0.5s;}
	.entry_left-animation.active-animation{animation-name: entry_left; animation-duration: 1s; animation-fill-mode: forwards;}
	.entry_right-animation{opacity: 0; transition: opacity 0.5s, transform 0.5s;}
	.entry_right-animation.active-animation{animation-name: entry_right; animation-duration: 1s; animation-fill-mode: forwards;}

	.message_entry-animation{opacity: 0; transition: opacity 0.5s, transform 0.5s;}
	.message_entry-animation.active-animation{animation-name: message; animation-duration: 1s; animation-fill-mode: forwards;}
	
	.scroll-down{ animation: expandir 1.5s infinite alternate ease;}

	/*========== OFFCANVAS ==========*/
	#offcanvas{display: flex; flex-direction: column; justify-content: space-between; background:#F7F7F7; position:fixed; width:100vw; height:100%; right:-200%; top:0; padding: 2.1rem 3rem 7.6rem; z-index:999999999; transition:all .4s ease; overflow:auto;}
	#offcanvas.active{right:0%;}
	#offcanvas *{color:#333333; transition: all .5s;}
	#offcanvas .content-close{display:flex; position:absolute; top: 2rem; right: 2.7rem;}
	#offcanvas #nav__offcanvas{display: flex; flex-direction: column;}
	#offcanvas #nav__offcanvas .content-logo img{max-width: 17.6rem;}
	#offcanvas #nav__offcanvas > ul.menu{display:flex; flex-direction: column; gap: 2.2rem; padding: 3.5rem 0rem 0rem; list-style: none;}
	#offcanvas #nav__offcanvas > ul.menu li a{width: fit-content; display:flex; align-items:center; font-family: "Inter", sans-serif; font-size: 1.48rem; font-weight: 700; line-height: 2rem; color: #000000; text-transform: uppercase;}
	#offcanvas #nav__offcanvas > ul.menu li.btn_presentation a{width: 100%; display: flex; align-items: center; justify-content: center; column-gap: 1rem; padding: .7rem 0rem; border-radius: .6rem; color: #F7F7F7; background: #EB622B;}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children > a span{font-size: 2rem; transform: rotate(0); transition: all .5s ease;}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children > a.active span{transform: rotate(180deg);}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children ul.sub-menu{width: 100%; list-style: none;}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children ul.sub-menu li{padding: 0rem 0rem 0rem 2rem;}
	
	#offcanvas .copy_container{display: flex; justify-content: space-between; align-items: center; padding-top: 2rem;  border-top: .1rem solid #D2D0D0;}
	#offcanvas .copy_container #social_links{width: fit-content;}
	#offcanvas .copy_container #social_links #widget__info{display: flex; justify-content: center; align-items: center; gap: 1.2rem;}
	#offcanvas .copy_container #social_links #widget__info figure a{display: flex; align-items: center; justify-content: center;}
	#offcanvas .copy_container #social_links #widget__info img{width: 2rem;}
	#offcanvas .copy_container .copy span{font-family: 'Inter', sans-serif; font-size: 1.48rem; font-weight: 500; line-height: 2rem; color: #000000;}

	
	/*========== HEADER ==========*/
	#header.hiden{padding: 1rem 1rem 2rem; opacity: 0; visibility: hidden;}
	#header.activeup{opacity: 1; visibility: visible;}
	#header{width: 91%; margin: 1.8rem auto 0rem; padding: 1.1rem 0rem; position: sticky; top: 0rem; transition: all .4s ease; z-index: 99999; border-radius: 1.5rem; background: #F7F7F7;}
	/* #header{width: min(95%, 139.5rem); margin: 1.8rem auto 0rem; padding: 1.1rem 0rem; position: sticky; top: 0rem; transition: all .4s ease; z-index: 99999; border-radius: 1.5rem; background: #F7F7F7;} */
	#header .container__row{display:flex; align-items:center; width: 87%; max-width: 100%; justify-content:space-between;}
	#header .container__row #container__logo a,
	#header .container__row #nav__header #list__icons-header a{display: flex;}
	#header .container__row #container__logo a img{width: 100%; max-width: 12.6rem;}
	#header .container__row #nav__header ul.menu{display: none;}
	#header .container__row #nav__header #list__icons-header{list-style: none;}

	/*========== HOME ==========*/
	#hero_home{background: #FFFFFF; border-radius: 1rem;}
	#hero_home .hero_top .tpgb-heading-title{width: 100%;}
	#hero_home .hero_top .tpgb-container-col:last-child > *{width: 100%;}
	#hero_home .hero_bottom .tpgb-creative-image{position: relative;}
	#hero_home .hero_bottom .tpgb-creative-image::before{content: ''; display: block; width: 11.4rem; height: 7.4rem; position: absolute; bottom: 4.9rem; right: 2rem; z-index: 1; background: url(images/bg-hero-home.webp) no-repeat top/100%;}
	#hero_home .hero_bottom .tpgb-creative-image img{width: 100%; height: 31.1rem; object-fit: cover; border-radius: 1rem;}
	
	#familiar_home{background: #FFFFFF; border-radius: 1rem;}
	#familiar_home .familiar_top .tpgb-pro-paragraph:has(p){width: 100%; max-width: 65rem;}
	#familiar_home .familiar_bottom .tpgb-cont-in{display: grid; grid-template-columns: repeat(auto-fill, minmax(23.6rem, 1fr)); grid-template-rows: auto; row-gap: 4rem;}
	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col{width: 100%; height: 100%; position: relative;}
	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col .tpgb-heading-title{width: 100%; max-width: 11.2rem;}
	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col:nth-child(3) .tpgb-heading-title{max-width: 17.7rem;}

	#quien_home{border-radius: 1rem;}
	#quien_home .quien_info .wp-block-outermost-icon-block svg{width: 10rem; height: 6.641rem;}
	#quien_home .quien_info .tpgb-pro-paragraph{width: 100%;}
	#quien_home .quien_img img{width: 100%; border-radius: 1rem; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);}

	#distintos_home{border: .1rem solid #000000; border-radius: 1rem;}
	#distintos_home .distintos_top .tpgb-heading-title{width: 100%;}
	#distintos_home .distintos_heading{width: fit-content; column-gap: 1.5rem;}
	#distintos_home .distintos_info .tpgb-cont-in{row-gap: 2.4rem;}
	#distintos_home .distintos_info .tpgb-cont-in .tpgb-container-col{flex-direction: column; row-gap: 1.2rem;}
	#distintos_home .distintos_info .tpgb-cont-in .tpgb-container-col .tpgb-pro-paragraph{width: 100%;}
	#distintos_home .distintos_middle .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block{width: 6.4rem; height: 6.4rem; justify-content: center; align-items: center; border-radius: 1.5rem; background: #FF5700;}
	#distintos_home .distintos_middle .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block svg{width: 3.5rem; height: 4rem;}
	#distintos_home .distintos_bottom > .tpgb-cont-in{border-top: .1rem solid #000000;}
	#distintos_home .distintos_bottom .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block{width: 6.4rem; height: 6.4rem; justify-content: center; align-items: center; border-radius: 1.5rem; background: #2255D8;}
	#distintos_home .distintos_bottom .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block svg{width: 3.5rem; height: 3.5rem;}

	#pentads_home{border-radius: 1rem;}
	#pentads_home .pentads_img img{width: 100%; border-radius: 1rem; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);}
	#pentads_home .pentads_info > *{width: 100%;}
	#pentads_home .pentads_info .wp-block-outermost-icon-block svg{width: 8rem; height: 7.7rem;}
	
	#pasos_home{border-radius: 1rem;}
	#pasos_home{border-radius: 1.5rem;}
	#pasos_home .pasos_img img{width: 100%; border-radius: 1rem; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);}
	#pasos_home .pasos_info > *{width: 100%;}
	#pasos_home .pasos_info .tpgb-heading-title .heading-title{width: 100%;}
	#pasos_home .pasos_info .tpgb-pro-paragraph p{width: 100%;}
	#pasos_home .pasos_info .wp-block-outermost-icon-block svg{width: 8rem; height: 7.7rem;}

	#sobremi_home{position: relative; border-radius: 1rem; overflow: hidden;}
	#sobremi_home::before{content: ''; display: block; width: 47.4rem; height: 29rem; position: absolute; bottom: 0rem; right: -17rem; background: url(images/bg-sobre-mi-home.webp) no-repeat top/100%;}
	#sobremi_home .sobremi_info .tpgb-heading-title{width: 100%;}
	#sobremi_home .sobremi_info .tpgb-heading-title strong{display: flex;}
	#sobremi_home .sobremi_info .tpgb-pro-paragraph{width: 100%;}

	#faq_home{position: relative; border: .1rem solid #000000; border-radius: 1rem; overflow: hidden;}
	#faq_home .faq_top .tpgb-pro-paragraph{width: 100%;}
	#faq_home::before{content: ''; display: block; width: 10.1rem; height: 6.7rem; position: absolute; top: 1.9rem; right: 3.9rem; background: url(images/bg-faq-home.webp) no-repeat top/100%;}
	
	#blog_home{border-radius: 1rem;}
	#blog_home .blog_bottom .blog_recently-list{display: flex; flex-wrap: wrap; overflow: hidden;}
	#blog_home .blog_bottom .blog_recently-list .slick-list{order: 0; margin-bottom: 4.3rem;}
	#blog_home .blog_bottom .blog_recently-list .slick-prev{order: 1; margin-right: 1.4rem;}
	#blog_home .blog_bottom .blog_recently-list .slick-next{order: 2;}
	#blog_home .blog_bottom .blog_recently-list .slick-arrow{width: 4.5rem; height: 4.5rem; display: flex; justify-content: center; align-items: center; padding: 0rem; border-radius: .7rem; background: #F7F5F1;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item{margin:  0rem .25rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item a{display: flex; flex-direction: column; row-gap: 2rem; padding: 1.6rem; border: .1rem solid #000000; border-radius: 1rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-top figure{display: flex;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-top figure img{width: 100%; height: 22.9rem; object-fit: cover; border-radius: 1rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_categories{display: flex; column-gap: .5rem; flex-wrap: wrap;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_categories span{padding: .4rem .9rem; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 1.6rem; line-height: 2.4rem; color: #FFFFFF; text-transform: uppercase; background: #EB622B;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_categories span.bg_blue{background: #2255D8;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_title h3{padding: .8rem 0rem 0rem; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 2.4rem; line-height: 3rem; color: #000000;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_description p{padding: .9rem 0rem 0rem; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #000000;}
	
	#testimony_home{border: .1rem solid #000000; border-radius: 1rem;}
	#testimony_home > .tpgb-container-row > .tpgb-cont-in{display: grid; grid-template-columns: 1fr; row-gap: 3.2rem;}
	#testimony_home > .tpgb-container-row > .tpgb-cont-in .tpgb-container-row{width: 100%;}
	#testimony_home .testimonials_list{display: flex;}
	#testimony_home .testimonials_list .testimony_item{display: flex; flex-direction: column; row-gap: 2rem;}
	#testimony_home .testimonials_list .testimony_item .testimony_img{width: 100%; display: flex; flex-direction: column; align-items: center; row-gap: 1.5rem;}
	#testimony_home .testimonials_list .testimony_item .testimony_img figure{width: 100%; height: 18.5rem; display: flex; position: relative; border: .1rem solid #000000; border-radius: 1rem;}
	/* #testimony_home .testimonials_list .testimony_item .testimony_img figure::before{content: ''; display: block; width: 5.2rem; height: 3.6rem; position: absolute; bottom: 2.6rem; right: .2rem; background: url(images/bg-testimony-home.webp) no-repeat top/100%;} */
	#testimony_home .testimonials_list .testimony_item .testimony_img figure img{width: 100%;}
	#testimony_home .testimonials_list .testimony_item .testimony_img h3{font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #000000;}
	#testimony_home .testimonials_list .testimony_item .testimony_info{width: 100%; display: flex; flex-direction: column; row-gap: 3.8rem; padding: 1.6rem; border-radius: 1rem; background: #EB622B;}
	#testimony_home .testimonials_list .testimony_item .testimony_info *{font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #FFFFFF;}

	/*========== BLOG ==========*/
	#hero_blog{border-radius: 1rem;}
	#hero_blog .hero_bottom .blog_featured-container{width: 100%;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner{display: flex; flex-direction: column;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_img{width: 100%;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_img figure{display: flex;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_img figure img{width: 100%; height: 21.8rem; border-radius: 1rem; object-fit: cover;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info{width: 100%; display: flex; flex-direction: column; align-items: center; padding: 3.2rem 0rem 0rem}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info > *{width: 100%;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_categories{display: flex; flex-wrap: wrap; column-gap: .5rem; row-gap: 1rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_categories span{padding: .3rem 2.1rem; font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #FFFFFF; text-transform: uppercase; background: #EB622B;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_categories span.bg_blue{background: #2255D8;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_title{padding: 2.1rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_title h3{font-family: 'Inter', sans-serif; font-size: 3.2rem; font-weight: 500; line-height: 3.9rem; color: #000000;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_description{padding: 2rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_description p{font-family: 'Inter', sans-serif; font-size: 1.61rem; font-weight: 400; line-height: 2.46rem; color: #000000;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-btn{display: flex; padding: 2.4rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-btn a{padding: 1.8rem 3.6rem; border-radius: .6rem; font-family: 'Inter', sans-serif; font-size: 1.48rem; font-weight: 700; line-height: 2.1rem; text-transform: uppercase; color: #FFFFFF; background: #EB622B;}
	
	#hero_blog .hero_bottom .blog_recently-container{display: flex; flex-wrap: wrap; row-gap: 1.6rem; margin-top: 3.2rem;}
	#hero_blog .hero_bottom .blog_recently-list{height: fit-content; display: grid; grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr)); column-gap: 1.6rem; row-gap: 1.6rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item{height: fit-content;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item a{height: fit-content; display: flex; flex-direction: column; row-gap: 2rem; padding: 1.6rem; border: .1rem solid #000000; border-radius: 1rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_img figure{display: flex;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_img figure img{width: 100%; height: 22.9rem; border-radius: 1rem; object-fit: cover;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_categories{display: flex; flex-wrap: wrap; row-gap: 1rem; column-gap: .5rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_categories span{padding: .3rem 2.1rem; font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #FFFFFF; text-transform: uppercase; background: #EB622B;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_categories span.bg_blue{background: #2255D8;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_title{padding: .8rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_title h3{font-family: 'Inter', sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 3rem; color: #000000;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_description{padding: .8rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_description p{font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #000000;}
	
	/*========== POST BLOG ==========*/
	#hero_post{width: 91%; margin: 2rem auto 0rem; padding: 3.2rem 0rem; background: #FFFFFF; border-radius: 1rem;}
	#hero_post > div{width: 90%; margin: 0rem auto;}
	#hero_post .hero_top h1{font-family: 'Inter', sans-serif; font-size: 3.2rem; font-weight: 500; line-height: 4.2rem; color: #000000;}
	#hero_post .hero_bottom{display: grid; grid-template-columns: 1fr; grid-template-rows: auto; row-gap: 4.8rem; padding: 3.2rem 0rem 0rem;}
	#hero_post .hero_bottom .hero_content-post{order: 1;}
	#hero_post .hero_bottom .hero_content-post .hero_img{padding-bottom: 1.8rem;}
	#hero_post .hero_bottom .hero_content-post .hero_img figure{display: flex;}
	#hero_post .hero_bottom .hero_content-post .hero_img figure img{width: 100%; border-radius: 1rem;}
	#hero_post .hero_bottom .hero_content-post .hero_content h1,
	#hero_post .hero_bottom .hero_content-post .hero_content h2,
	#hero_post .hero_bottom .hero_content-post .hero_content h3,
	#hero_post .hero_bottom .hero_content-post .hero_content h4{margin: 2.4rem 0rem 0rem; font-family: 'Inter', sans-serif; font-size: 2rem; font-weight: 500; line-height: 2.66rem; color: #000000;}
	#hero_post .hero_bottom .hero_content-post .hero_content p{margin-top: 2.6rem; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #000000;}
	#hero_post .hero_bottom .hero_info-post{display: flex; flex-direction: column; row-gap: 1.8rem;}
	#hero_post .hero_bottom .hero_info-post .categories_container{display: flex; flex-direction: column; row-gap: 1.5rem;}
	#hero_post .hero_bottom .hero_info-post .categories_container .title_categories{font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #000000;}
	#hero_post .hero_bottom .hero_info-post .categories_container .categories{display: flex; flex-wrap: wrap; column-gap: 1rem; row-gap: 1rem;}
	#hero_post .hero_bottom .hero_info-post .categories_container .categories span{padding: .3rem 2.1rem; font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #FFFFFF; text-transform: uppercase; background: #EB622B;}
	#hero_post .hero_bottom .hero_info-post .categories_container .categories span.bg_blue{background: #2255D8;}
	#hero_post .hero_bottom .hero_info-post .author_container{display: flex; flex-direction: column; row-gap: 2.1rem;}
	#hero_post .hero_bottom .hero_info-post .author_container .written_by-post span{font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #000000;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post{display: flex; column-gap: 1rem;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post figure{display: flex;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post figure img{width: 5.5rem; height: 5.5rem; border-radius: 100%;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post div{display: flex; flex-direction: column;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post div span.author{font-family: 'Inter', sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 2.5rem; color: #000000;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post div span.position{font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2rem; color: #000000;}
	
	#hero_post .post-navigation{display: flex; justify-content: space-between; column-gap: 1rem; margin-top: 4.1rem;}
	#hero_post .post-navigation a{display: flex; align-items: center; column-gap: 2.1rem; font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #000000; text-transform: uppercase;}
	#hero_post .post-navigation a div{width: 4.6rem; height: 4.6rem; display: flex; justify-content: center; align-items: center; border-radius: .6rem; background: #F7F5F1;}
	
	#relate_articles{width: 91%; margin: 2rem auto; padding: 3.2rem 0rem; border: .1rem solid #000000; border-radius: 1rem; background: #FFFFFF;}
	#relate_articles > div{width: 90%; margin: 0rem auto;}
	#relate_articles .relate_articles-top{display: flex; flex-direction: column; row-gap: 2rem;}
	#relate_articles .relate_articles-top span{font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #000000; text-transform: uppercase;}
	#relate_articles .relate_articles-top h2{font-family: 'Inter', sans-serif; font-size: 3.6rem; font-weight: 500; line-height: 4.4rem; color: #000000;}

	#relate_articles .relate_articles-bottom{padding-top: 3.9rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list{display: flex; flex-wrap: wrap; overflow: hidden; list-style: none;}
	#relate_articles .relate_articles-bottom .blog_recently-list .slick-list{width: 100%; order: 0; margin-bottom: 4.3rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .slick-track{display: flex;}
	#relate_articles .relate_articles-bottom .blog_recently-list .slick-prev{order: 1; margin-right: 1.4rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .slick-next{order: 2;}
	#relate_articles .relate_articles-bottom .blog_recently-list .slick-arrow{width: 4.5rem; height: 4.5rem; display: flex; justify-content: center; align-items: center; padding: 0rem; border-radius: .7rem; background: #F7F5F1;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item{margin: 0rem .25rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item a{height: fit-content; display: flex; flex-direction: column; row-gap: 2rem; padding: 1.6rem; border: .1rem solid #000000; border-radius: 1rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_img figure{display: flex;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_img figure img{width: 100%; height: 22.9rem; border-radius: 1rem; object-fit: cover;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_categories{display: flex; flex-wrap: wrap; row-gap: 1rem; column-gap: .5rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_categories span{padding: .3rem 2.1rem; font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.1rem; color: #FFFFFF; text-transform: uppercase; background: #EB622B;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_categories span.bg_blue{background: #2255D8;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_title{padding: .8rem 0rem 0rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_title h3{font-family: 'Inter', sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 3rem; color: #000000;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_description{padding: .8rem 0rem 0rem;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item .blog_description p{font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #000000;}
	
	/*========== CONTACTO ==========*/
	#hero_contact{border-radius: 1rem;}
	#hero_contact .hero_bottom .tpgb-cont-in{display: grid; grid-template-columns: 1fr; grid-template-rows: auto; row-gap: 1.2rem;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col{width: 100%;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .frm_forms{width: 100%;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .frm_forms .frm_form_field label{padding-bottom: 1.2rem; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #000000;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .frm_forms .frm_form_field label .frm_required{display: none;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .frm_forms .frm_form_field input,
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .frm_forms .frm_form_field textarea{padding: 1.2rem 2.4rem; border: .1rem solid #000000; border-radius: 1rem; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #000000;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .frm_forms .frm_submit button{margin: 0rem; padding: 1.5rem 2.8rem; border: 0rem; border-radius: .6rem; box-shadow: unset; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 700; line-height: 2.4rem; color: #FFFFFF; background: #EB622B;}
	#hero_contact .hero_bottom .tpgb-cont-in .tpgb-container-col .tpgb-container-row{column-gap: 1.2rem;}

	/*========== ERROR 404 - MAINTENANCE ==========*/
	#error-404{width: min(95%,153.7rem); display: flex; flex-direction: column; margin: 0rem auto; padding: 10rem 0rem; background: url(images/bg-404-mobile.webp) no-repeat top/100%; background-size: cover;}
	#error-404 > div{width: 100%; display: flex; flex-direction: column;}
	#error-404 .container_img{align-items: center; justify-content: center;}
	#error-404 .container_img img{width: 100%; max-width: 15rem;}
	#error-404 .container_info{justify-content: center;} 
	#error-404 .container_info h1{display: flex; flex-direction: column; row-gap: 1.8rem; font-family: 'Inter', sans-serif; font-size: 3.7rem; font-weight: 700; line-height: 4.5rem; color: #4D4D4D;}
	#error-404 .container_info h1 span{display: block; font-size: 5.7rem; line-height: 6.7rem;} 
	#error-404 .container_info p{width: 100%; padding-top: 3.3rem; font-family: 'Inter', sans-serif; font-weight: 300; font-size: 1.8rem; line-height: 2.8rem; color: #4D4D4D;}
	#error-404 .container_info p strong{font-weight: 800;}
	#error-404 .container_info div{display: flex; flex-direction: column; align-items: center; justify-content: center; column-gap: 5.4rem; row-gap: 2rem; padding-top: 3.3rem;}
	#error-404 .container_info div img{width: 100%; max-width: 13.7rem;}
	#error-404 .container_info div a{width: fit-content; padding: 1rem 3.5rem; border-radius: 5rem; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.8rem; line-height: 2.4rem; text-align: center; color: #F9F9F9; background: #4EE4CD;}
	
	/* #error404, S
	#maintenance{padding:10rem 1rem;}
	#error404 .wccol-md-4,
	#maintenance .wccol-md-4{order:2;}
	#error404 .wccol-md-8,
	#maintenance .wccol-md-8{order:1;}
	#error404 h2{font-size:12rem; color:var(--main-color-primary); line-height:1;}
	#maintenance h2{font-size:4rem; color:var(--main-color-primary); line-height:1;}
	#error404 h4,
	#maintenance h4{font-size:5rem; line-height:1;}
	#error404 p,
	#maintenance p{margin:1rem 0; font-size:1.4rem;}
	#error404 a.wcbtn,
	#maintenance a.wcbtn{background:#000; color:#fff; padding:1rem 4rem;} */

	/*========== PRIVACY POLICY ==========*/


	/*========== FOOTER ==========*/
	#footer{width: 91%; border-radius: 1rem; margin: 0rem auto; padding: 4rem 0rem 8rem; background: #F7F7F7;}
	#footer .container__row{width: 87%; margin: 0 auto; max-width: 100%;}
	#footer .top .wcrow{align-items: center; row-gap: 2.7rem; padding: 0rem;}
	#footer .top .wcrow #container__logo{display: flex; justify-content: center;}
	#footer .top .wcrow #container__logo img{max-width: 25.4rem;}
	#footer .top .wcrow .nav_container{display: flex; justify-content: center; align-items: center;}
	#footer .top .wcrow a{font-family: "Inter", sans-serif; font-size: 1.48rem; font-weight: 700; line-height: 2rem; color: #000000; text-transform: uppercase;}
	#footer .top .wcrow ul.menu{display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 2.2rem; list-style: none;}
	#footer .top .wcrow ul.menu li a{display: flex; align-items: center;}
	#footer .top .wcrow ul.menu li:has(li.lang-item){display: none;}
	#footer .top .wcrow .btn_presentation a{width: 25.2rem; display: flex; justify-content: center; align-items: center; column-gap: 1rem; padding: 1.1rem 2.4rem; border-radius: .8rem; color: #F7F7F7; background: #EB622B;}

	#footer .bottom .wcrow{align-items: center; row-gap: 3.3rem; padding: 3.7rem 0rem 0rem;}
	#footer .bottom .wcrow #social_links #widget__info{display: flex; justify-content: center; align-items: center; gap: 2.6rem;}
	#footer .bottom .wcrow #social_links #widget__info figure a:hover{background: #fefefe; }
	#footer .bottom .wcrow #social_links #widget__info img{width: 2.6rem;}
	#footer .bottom .wcrow .copyright{display: flex; justify-content: center;}
	#footer .bottom .wcrow .copyright span{font-family: "Inter", sans-serif; font-size: 1.48rem; font-weight: 400; line-height: 2rem; color: #4B4A49; text-transform: uppercase; text-align: center;}

	
}
@media screen and (min-width:768px){
	
	/*========== ERROR 404 - MAINTENANCE ==========*/

	#error-404{flex-direction: row; padding: 15rem 0rem 25rem; background: url(images/bg-404.webp) no-repeat top 9.5rem left/100%; background-size: contain}
	#error-404 > div{width: 50%;}
	#error-404 .container_info div{flex-direction: row; align-items: start; justify-content: start;}
	#error-404 .container_info h1{font-size: 5rem; line-height: 6.5rem;}
	#error-404 .container_info h1 span{font-size: 8.7rem; line-height: 9.7rem;}
	#error-404 .container_img img{max-width: 45rem;}
	#error-404 .container_info p{max-width: 68.4rem; font-size: 2.5rem; line-height: 3.5rem;}
	#error-404 .container_info div a{font-size: 2.5rem; line-height: 2.5rem;}






	/* #error404,
	#maintenance{background:url("images/404-background.png") no-repeat center 0; background-size:cover;}
	#error404 .wccol-md-4,
	#maintenance .wccol-md-4{order:1;}
	#error404 .wccol-md-4 img,
	#maintenance .wccol-md-4 img{margin:0 auto;}
	#error404 .wccol-md-8,
	#maintenance .wccol-md-8{order:2;}
	#error404 h2{font-size:15rem;}
	#maintenance h2{font-size:9rem;}
	#error404 h4,
	#maintenance h4{font-size:7rem;}
	#error404 p,
	#maintenance p{font-size:1.8rem;} */

	/*========== GLOBAL-STYLES ==========*/


	/*========== OFFCANVAS ==========*/

	
	/*========== HEADER ==========*/
	/* #header .container__row{width: min(95%, 119.6rem);} */
	#header{width: 98%;}
	#header .container__row #container__logo a img{max-width: 15.8rem;}


	/*========== HOME ==========*/
	#hero_home{border-radius: 1.5rem;}
	#hero_home .hero_top .tpgb-heading-title{max-width: 66.4rem;}
	#hero_home .hero_top .tpgb-container-col:last-child > *{max-width: 31rem;}
	#hero_home .hero_bottom .tpgb-creative-image img{height: auto; border-radius: 1.5rem;}

	#familiar_home{border-radius: 1.5rem;}
	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col::before{content: ''; display: block; width: .1rem; height: 10.2rem; position: absolute; top: 17%; right: 0%; background: #000000;}
	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col:nth-child(2)::before{display: none;}
	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col:last-child:before{display: none;}

	#quien_home{border-radius: 1.5rem;}
	#quien_home .quien_info .tpgb-pro-paragraph{max-width: 45.1rem;}
	#quien_home .quien_img img{border-radius: 1.5rem;}
	#quien_home .quien_info .wp-block-outermost-icon-block svg{width: auto; height: auto;}

	#distintos_home{border-radius: 1.5rem;}
	#distintos_home .distintos_top .tpgb-heading-title{max-width: 46.3rem;}
	#distintos_home .distintos_heading{column-gap: 1.9rem;}

	#distintos_home .distintos_info .tpgb-cont-in{row-gap: 2.2rem;}
	#distintos_home .distintos_info .tpgb-cont-in .tpgb-container-col{flex-direction: row; align-items: center; column-gap: 3.8rem;}
	#distintos_home .distintos_info .tpgb-cont-in .tpgb-container-col .tpgb-pro-paragraph{max-width: 57.4rem;}
	#distintos_home .distintos_middle .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block{width: 11.3rem; height: 11.3rem;}
	#distintos_home .distintos_middle .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block svg{width: auto; height: auto;}
	#distintos_home .distintos_bottom .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block{width: 11.3rem; height: 11.3rem;}
	#distintos_home .distintos_bottom .distintos_info .tpgb-cont-in .tpgb-container-col .wp-block-outermost-icon-block svg{width: auto; height: auto;}
	
	#pentads_home{border-radius: 1.5rem;}
	#pentads_home .pentads_img img{border-radius: 1.5rem;}
	#pentads_home .pentads_info .wp-block-outermost-icon-block svg{width: auto; height: auto;}

	#pasos_home .pasos_img img{border-radius: 1.5rem;}
	#pasos_home .pasos_info .tpgb-heading-title .heading-title{max-width: 30.8rem;}
	#pasos_home .pasos_info .wp-block-outermost-icon-block svg{width: auto; height: auto;}

	#sobremi_home{border-radius: 1.5rem;}
	#sobremi_home::before{width: 84.4rem; height: 51.4rem; right: -26.5rem;}
	#sobremi_home .sobremi_info .tpgb-heading-title strong{display: inline;}

	#faq_home{border-radius: 1.5rem;}
	#faq_home::before{width: 13.1rem; height: 8.7rem; top: 6.9rem; right: 9.9rem;}
	#faq_home .faq_top .tpgb-pro-paragraph{max-width: 83.7rem;}

	#blog_home{border-radius: 1.5rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item{margin: 0rem 2.1rem 0rem 0rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item a{row-gap: 4.2rem; padding: 2.6rem 2.9rem 2.9rem 2rem; border-radius: 1.5rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-top figure img{border-radius: 1.5rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_categories span{padding: .3rem 2.1rem; font-size: 1.4rem; line-height: 2.1rem;}
	#blog_home .blog_bottom .blog_recently-list .blog_recently-item .blog_info-bottom .blog_title h3{padding: 1.2rem 0rem 0rem;}

	#testimony_home{border-radius: 1.5rem;}
	#testimony_home .testimonials_list .testimony_item{flex-direction: row; column-gap: 2rem;}
	#testimony_home .testimonials_list .testimony_item .testimony_img{width: 28%;}
	#testimony_home .testimonials_list .testimony_item .testimony_img figure{height: 18.4rem; border-radius: 1.5rem;}
	#testimony_home .testimonials_list .testimony_item .testimony_info{width: 70%; padding: 4.5rem 3.3rem 5.3rem 6.1rem; border-radius: 1.5rem;}
	#testimony_home .testimonials_list .testimony_item .testimony_info *{font-size: 2rem; line-height: 2.8rem;}

	/*========== BLOG ==========*/
	#hero_blog{border-radius: 1.5rem;}
	#hero_blog .hero_bottom .blog_featured-container{border-radius: 1.5rem; background: #EDEDED;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner{flex-direction: row;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_img{width: 48%;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_img figure img{height: 48.3rem; border-radius: 1.5rem 0rem 0rem 1.5rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info{width: 52%; justify-content: space-between; padding: 6.2rem 1.5rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info > *{max-width: 48.1rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_categories{column-gap: 1rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_title h3{font-size: 3.6rem; line-height: 4.4rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-content .blog_description{padding: 2.6rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info .blog_info-btn{padding: 0rem;}
	
	#hero_blog .hero_bottom .blog_recently-container{row-gap: 0rem; margin-top: 8.6rem;}
	#hero_blog .hero_bottom .blog_recently-container .slick-list{order: 0; margin-bottom: 4.3rem; overflow: hidden;}
	#hero_blog .hero_bottom .blog_recently-container .slick-prev{order: 1; margin-right: 1.4rem;}
	#hero_blog .hero_bottom .blog_recently-container .slick-next{order: 2;}
	#hero_blog .hero_bottom .blog_recently-container .slick-arrow{width: 4.5rem; height: 4.5rem; display: flex; justify-content: center; align-items: center; padding: 0rem; border-radius: .7rem; background: #F7F5F1;}
	#hero_blog .hero_bottom .blog_recently-list{column-gap: 4.1rem; row-gap: 4.8rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item a{row-gap: 4.2rem; padding: 2.6rem 2.45rem; border-radius: 1.5rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_img figure img{border-radius: 1.5rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_title{padding: 1.3rem 0rem 0rem;}
	#hero_blog .hero_bottom .blog_recently-list .blog_recently-item .blog_description{padding: .9rem 0rem 0rem;}
	
	/*========== POST BLOG ==========*/
	#hero_post{width: 95.8%; margin: 2.5rem auto 0rem; padding: 7.3rem 0rem 9.8rem; border-radius: 1.5rem;}
	#hero_post > div{width: 89%;}
	#hero_post .hero_top h1{font-size: 4.8rem; line-height: 6rem;}
	#hero_post .hero_bottom{grid-template-columns: 1fr .4fr; column-gap: 2rem; padding: 6.6rem 0rem 0rem;}
	#hero_post .hero_bottom .hero_content-post{order: 0;}
	#hero_post .hero_bottom .hero_content-post .hero_img figure img{height: 45.9rem; border-radius: 1.5rem; object-fit: cover;}
	#hero_post .hero_bottom .hero_content-post .hero_content h1,
	#hero_post .hero_bottom .hero_content-post .hero_content h2,
	#hero_post .hero_bottom .hero_content-post .hero_content h3,
	#hero_post .hero_bottom .hero_content-post .hero_content h4{margin: 2.9rem 0rem 0rem; font-size: 2.4rem; line-height: 3.2rem;}
	#hero_post .hero_bottom .hero_info-post .author_container .author_name-post div span.author{font-size: 2rem; line-height: 2.8rem;}
	
	#hero_post .post-navigation{margin-top: 7.1rem;}

	#relate_articles{width: 95.8%; margin: 2.5rem auto 3.7rem; padding: 6.3rem 0rem 5.2rem; border-radius: 1.5rem;}
	#relate_articles > div{width: 89%;}
	#relate_articles .relate_articles-bottom .blog_recently-list .blog_recently-item{margin: 0rem 4.1rem 0rem 0rem;}
	
	/*========== CONTACTO ==========*/
	#hero_contact{border-radius: 1.5rem;}
	#hero_contact .hero_bottom .tpgb-cont-in{grid-template-columns: 1fr .5fr; column-gap: 4.8rem;}












	/*========== FOOTER ==========*/
	#footer{width: 98%; border-radius: 1.5rem;}
	#footer .bottom .wcrow .copyright span{text-align: start;}










	

}


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

	/*========== HOME ==========*/


	

	/*========== FOOTER ==========*/
	#footer .bottom .copy_policies{order: 0;}
	#footer .bottom .social_links{display: block;}

	

}



@media screen and (min-width:1025px){
	
	/*========== SCROLL TOP ==========*/
	#scrollto__top{bottom:8rem;}
	#scrollto__top a#scrolltop__btn{width: 5rem; height: 5rem;}
	.chatwith.rightpos .chatwith-mainbutton{width: 5rem; height: 5rem;}

	/*========== GLOBAL-STYLES ==========*/




	/*========== OFFCANVAS ==========*/


	/*========== HEADER ==========*/
	#header .container__row #nav__header a{font-family: "Inter", sans-serif; font-size: 1.48rem; font-weight: 700; line-height: 2rem; text-transform: uppercase; color: #000000;}
	#header .container__row #nav__header ul.menu{display: flex; align-items: center; gap: 3.5rem; list-style: none;}
	#header .container__row #nav__header ul.menu li a{display: flex; align-items: center;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children{position: relative;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children > a span{font-size: 1.7rem;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children ul.sub-menu{display: none; position: absolute; left: .1rem; list-style: none;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children:hover ul.sub-menu{display: block;}
	#header .container__row #nav__header ul.menu li.btn_presentation a{padding: 1.7rem 2.4rem; border-radius: .6rem; color: #F7F7F7; background: #EB622B;}

	#header .container__row #nav__header #list__icons-header{display: none;}

	/*========== HOME ==========*/
	#hero_home .hero_top .tpgb-container-col:last-child > *{max-width: 39rem;}
	#hero_home .hero_bottom .tpgb-creative-image::before{width: 20.4rem; height: 12.4rem; bottom: 5.9rem; right: 4rem;}

	#familiar_home .familiar_bottom .tpgb-cont-in .tpgb-container-col:nth-child(2)::before{display: block;}
	
	#distintos_home .distintos_top .tpgb-heading-title{max-width: 78.3rem;}

	#pentads_home .pentads_info > *{max-width: 56.7rem;}

	#pasos_home .pasos_info > *{max-width: 56.7rem;}
	#pasos_home .pasos_info .tpgb-pro-paragraph p{max-width: 48.4rem;}

	#sobremi_home .sobremi_info .tpgb-heading-title{max-width: 56.5rem;}
	#sobremi_home .sobremi_info .tpgb-pro-paragraph{max-width: 51.1rem;}

	#blog_home .blog_bottom .blog_recently-list .blog_recently-item{margin: 0rem 4.1rem 0rem 0rem;}

	#testimony_home > .tpgb-container-row > .tpgb-cont-in{grid-template-columns: 22.2rem 1fr; column-gap: 1.8rem;}
	#testimony_home .testimonials_list .testimony_item .testimony_img{width: 24%;}
	#testimony_home .testimonials_list .testimony_item .testimony_info{width: 74%;}
	#testimony_home .testimonials_list .testimony_item .testimony_info *{font-size: 2.7rem; line-height: 3.6rem;}

	/*========== BLOG ==========*/
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_img figure img{height: 57.3rem;}
	#hero_blog .hero_bottom .blog_featured-container .blog_featured-inner .blog_info{padding: 8.4rem 0rem 6.2rem 1.5rem;}
	
	/*========== POST BLOG ==========*/
	#hero_post{width: 98%;}
	#hero_post > div{width: 87%;}
	#hero_post .hero_bottom .hero_content-post .hero_img{padding-bottom: 8.1rem;}

	#relate_articles{width: 98%;}
	#relate_articles > div{width: 87%;}

	/*========== FOOTER ==========*/
	#footer{padding: 3.3rem 0rem 3.6rem;}
	#footer .container__row{width: 87%;}
	#footer .top .wcrow #container__logo{justify-content: flex-start;}
	#footer .top .wcrow .nav_container{justify-content: flex-end;}
	#footer .top .wcrow ul.menu{flex-direction: row; column-gap: 3.5rem;}
	#footer .top .wcrow ul.menu li:has(li.lang-item){display: block;}
	#footer .top .wcrow ul.menu li.menu-item-has-children{position: relative;}
	#footer .top .wcrow ul.menu li.pll-parent-menu-item a{text-transform: uppercase;}
	#footer .top .wcrow ul.menu li.menu-item-has-children > a span{font-size: 1.7rem;}
	#footer .top .wcrow ul.menu li.menu-item-has-children ul.sub-menu{display: none; position: absolute; left: .1rem; list-style: none;}
	#footer .top .wcrow ul.menu li.menu-item-has-children:hover ul.sub-menu{display: block;}
	#footer .top .wcrow .btn_presentation a{width: auto; padding: 1.7rem 2.4rem; border-radius: .6rem;}

	#footer .bottom .wcrow{padding: 2.9rem 0rem 0rem;}
	#footer .bottom .wcrow ul.menu{flex-direction: row; align-items: start; gap: 1rem; flex-wrap: wrap;}
	#footer .bottom .wcrow ul.menu li:first-child{width: 100%;}
	#footer .bottom .wcrow #social_links #widget__info{justify-content: start; gap: 1.8rem;}
	#footer .bottom .wcrow .copyright{display: flex; justify-content: flex-end;}



}

@media screen and (min-width:1500px){
	/*========== BLOG ==========*/
	#hero_blog .hero_bottom .blog_recently-list{grid-template-columns: repeat(auto-fill, minmax(43rem, 1fr));}


}


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

	#scrollto__top{bottom:16rem;}
	#scrollto__top a#scrolltop__btn{width:10rem; height:10rem;}
	#scrollto__top a#scrolltop__btn .wcicon{font-size:7rem; line-height:10rem;}


	/*========== HEADER ==========*/

	/*========== HOME ==========*/


}