/*
Theme Name: Ideah
Theme URI: https://ideah.cl
Author: Eduardo Godoy & Alima
Author URI: https://alima.cl
Description: Ideah
Template: visual-composer-starter
Version: 1.0
Text Domain: visual-composer-starter-child
*/

@import url('/wp-content/themes/visual-composer-starter-child/css/fontawesome.min.css');
@import url('/wp-content/themes/visual-composer-starter-child/css/brands.min.css');
@import url('/wp-content/themes/visual-composer-starter-child/css/regular.min.css');
@import url('/wp-content/themes/visual-composer-starter-child/css/solid.min.css');
@import url('/wp-content/themes/visual-composer-starter-child/css/light.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Poppins:wght@300;400;600;700&display=swap');

body {
	padding-top: 0!important;
	font-family: "Poppins";
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 400;
	color: #232526;
}
h1, h2, h3, h4 {
	font-family: "Poppins";
	font-weight: 700;
}
svg {
	display: block;
} 
.container .content-wrapper {
	padding-top: 65px;
}
body:not(.home) .container .content-wrapper {
	padding-top: 65px;
}
.single .container .content-wrapper {
	padding-top: 30px!important;
}
body:not(.home) .main-content {
	padding-bottom: 0;
}
.vc_row.p-0-0 {
	background-position: 0 0!important;
}
.vc_row.p-left-bottom {
	background-position: left bottom!important;
}
.nerko {
	font-family: "Nerko One";
	font-weight: 400;
	letter-spacing: .15rem;
}
.txt-white p {
	color: #fff;
}
.wpb_single_image.img-redonda img {
	border-radius: 200px;
}

.wpb_single_image.w-50 img {
	width: 50%;
}
.wpb_single_image.w-60 img {
	width: 60%;
}
.wpb_single_image.w-70 img {
	width: 70%;
}
.wpb_single_image.w-80 img {
	width: 80%;
}
.wpb_single_image.w-90 img {
	width: 90%;
}
.btn-ideah .vc_btn3.vc_btn3-size-lg {
	padding-left: 45px;
	padding-right: 45px;
	font-size: 1.2rem;
	font-weight: 600;
}
.btn-ideah.btn-blue .vc_btn3 {
	background-color: #0700FF;
	color: #fff;
}
.btn-ideah.btn-blue .vc_btn3:hover {
	background-color: #0700c1;
	color: #fff; 
}
.btn-ideah.btn-yellow .vc_btn3 {
	background-color: #FFDA06;
	color: #445DC8;
}
.btn-ideah.btn-yellow .vc_btn3:hover {
	background-color: #debd00;
	color: #445DC8; 
}
.btn-ideah.btn-orange .vc_btn3 {
	background-color: #FE5A44;
	color: #fff;
}
.btn-ideah.btn-orange .vc_btn3:hover {
	background-color: #d8220a;
	color: #fff; 
}
.list-blue {
	margin: 0;
	padding: 0;
}
.list-blue li {
	margin-bottom: 20px;
	display: flex;
}
.list-blue li:before {
	content: ''!important;
}
.list-blue li i {
	margin-right: 20px;
	padding-top: 5px;
	color: #FF6B6B;
}
.list-blue li span {
	color: #445CC8;
	font-weight: 600;
}
.data {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.data li:before {
	content: ''!important;
}
.data li a {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	border: 0!important;
}
.data li a:hover {
	color: #fff;
	text-decoration: underline; 
}
#wrap-down {
	display: flex;
	justify-content: center;
}
#wrap-down a.down {
	color: #FFDA06;
	font-size: 3rem;
}
.pgafu-filter li {
	margin: 0;
	padding: 0!important;
}
.pgafu-filter li:before {
	content: ''!important;
}
.pgafu-filter li a {
	background-color: #F5F5F5;
	border: 0;
	border-radius: 50px;
}
.pgafu-filter li.pgafu-active-filtr a,
.pgafu-filter li a:hover  {
	background-color: #FE5A44!important;
	color: #fff;
}
.wrap-areas p {
	font-size: 1.1rem;
}
.wrap-areas p strong {
	font-size: 1.3rem;
}
.strong-orange strong {
	color: #FE5A44;
}
.wpsm_testimonial {
	border: 1px solid #707070;
	border-radius: 65px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.wpsm_testimonial .wpsm_testi_content {
	padding: 30px 30px 10px 30px;
	order: 1;
} 
.wpsm_testimonial .wpsm_testimonial-review {
	margin: 0 0 30px 0!important;
	order: 2;
	float: none!important;
	text-align: center;
}
.wpsm_testimonial .wpsm_testimonial-pic {
	order: 3;
	margin-bottom: 30px;
}
#wpsm_testi_b_row_852 .wpsm_testimonial .wpsm_testi_description {
	text-align: center;
	font-family: 'Poppins'!important;
}
#wpsm_testi_b_row_852 .wpsm_testimonial .wpsm_testimonial-title,
#wpsm_testi_b_row_852 .wpsm_testimonial span {
	font-family: 'Poppins'!important;
}
#wpsm_testi_b_row_852 .wpsm_testimonial .wpsm_testi_content {
	padding-top: 150px;
	position: relative;
}
.wpb_raw_html #wpsm_testi_b_row_852 .wpsm_testimonial .wpsm_testi_content:after {
	content: '\f10e';
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto!important;
	border: 0!important;
	font-family: 'Font Awesome 5 Pro';
	color: #445CC8;
	font-size: 6rem;
	font-weight: 900;
}
.owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	border: 1px solid #707070;
}
#wpsm_testi_b_row_852 .owl-dot.active span {
	border-color: #445cc8;
}
.center-post {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wrap-imgs-post {
	position: relative;
}
.wave-img-post {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.post-related0 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.post-related0 li {
	width: ;
}



/* wave */

.wave-2 {
	min-height: 233px;
}

/* taller */

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content,
.list-post-related a {
	padding: 15px;
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	text-align: left;
}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg,
.pgafu-image-fit .pgafu-post-image-bg img {
	border-radius: 35px;
}
.pgafu-post-grid-main h2 {
	font-weight: 600;
}


/* POST */

.single .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.single .entry-title {
	font-family: 'Nerko One';
	font-weight: 500;
	text-transform: uppercase;
	color: #00A4A6;
	letter-spacing: .15rem;
}
.list-post-related {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #707070;
}
.list-post-related h4 {
	margin-bottom: 30px;
	color: #00A4A6;
}
.list-post-related a {
	display: block;
	border-radius: 40px;
}
.list-post-related a:hover {
	text-decoration: none;	
}
.list-post-related a img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 25px;
}
.list-post-related a .img-post-list {
	margin-bottom: 20px;
}

.list-post-related a h2 {
	min-height: 80px;
	margin-bottom: 0;
	font-size: 1.1rem;
	font-weight: 600;
}
.shared-counts-wrap {
	padding-top: 30px;
	border-top: 1px solid #707070;
}
.entry-content .wpb_text_column img,
.entry-content .post img {
	width: 90%;
	border-radius: 30px;
}
.comment-content ul>li:before, .entry-content ul>li:before {
	line-height: 1;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
	color: #00A4A6;
}


/* HEADER */

body.fixed-header .navbar {
	background-color: #FFDB03;
}
#header .navbar-wrapper {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}
#header.scrolling .navbar-wrapper {
	padding: 5px 15px;
}
.navbar-brand {
	width: auto;
	margin-top: 0;
}
.navbar-brand a {
	display: block;
}
#header.scrolling .navbar-brand {
	width: 145px;
	margin-top: 0;
}
#main-menu > ul > li > a {
	font-family: "Poppins";
	font-weight: 400;
	font-size: .9rem;
	letter-spacing: .05rem;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}


/* FOOTER */

#footer {
	background-color: #fff;
	margin-top: -1px;
	padding-top: 40px;
	padding-bottom: 0;
	font-size: 1.3rem;
}
.page-id-363 #footer,
.page-id-627 #footer {
	background-color: #00a4a6;
}
.page-id-757 #footer {
	background-color: #445cc8;
}
.wave-footer {
	width: 100%;
	display: block;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer a,
#footer a i,
#footer ul li,
#footer ul li i {
	color: #4e4e4e;
	font-size: 1rem;
}
#footer a {
	border: 0!important;
}
#footer a:hover {
	text-decoration: underline;
}
.footer-widget-area {
	background-color: #FFDB03;
	padding-top: 0;
	padding-bottom: 40px;
}
.footer-widget-area .widget {
	margin-bottom: 0;
}
.wrap-footer {
	padding-top: 40px;
	padding-bottom: 30px;
	display: flex;
}
.quote-widget-area {
	background-color: #FFDB03;
	padding-top: 30px;
	padding-bottom: 40px;
}
.quote-widget-area h3 {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	color: #4E4E4E;
}
.quote-widget-area h3 span {
	font-weight: 400;
}
.wrap-footer .cont-logo {
	width: 300px;
	position: relative;
	display: flex;
    justify-content: center;
}
.wrap-footer .cont-logo img {
	width: 120px;
}
#footer .info span,
#footer .info a  {
	display: block;
	line-height: 1.7;
}
#footer .info span {
	font-size: 1rem;
}
#footer .redes {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
#footer .redes li {
	margin-right: 15px;
}
#footer .redes i {
	font-size: 2rem;
}




/* CONTACTO */



.wpcf7-form .row {
	margin-bottom: 10px;
}
#wpcf7-f590-p627-o1 .wpcf7-form .row {
	margin-bottom: 20px;
}
.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.wpcf7-form label {
	font-weight: 400;
	font-size: 1.1rem;
	color: #626BE9;
}
#wpcf7-f590-p627-o1 .wpcf7-form label {
	color: #fff;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
	background: #fff!important;
	width: 100%;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #626BE9;
	border-radius: 0;
	font-size: 1rem;
}
#wpcf7-f590-p627-o1 .wpcf7-form-control-wrap input[type="text"], 
#wpcf7-f590-p627-o1 .wpcf7-form-control-wrap input[type="email"], 
#wpcf7-f590-p627-o1 .wpcf7-form-control-wrap select, 
#wpcf7-f590-p627-o1 .wpcf7-form-control-wrap textarea {
	border: 0;
	padding: 25px 20px;
	border-radius: 10px;
	font-size: 1.1rem;
}
.wpcf7-form-control-wrap textarea  {
	height: 100px;
	border-radius: 0;
}
#wpcf7-f590-p627-o1 .wpcf7-form-control-wrap textarea  {
	height: 150px;
}
.wpcf7-form-control-wrap select {
	color: rgba(0,0,0,0.5);
}
.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap input[type="submit"]:focus,
.wpcf7-form-control-wrap select:focus,
.wpcf7-form-control-wrap textarea:focus {
	outline: 0;
}
.wpcf7-submit {
	background-color: #03A4A6;
    padding: 18px 45px;
    border-radius: 50px;
    border: 0!important;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
.wpcf7-submit:hover {
	background-color: #027b7e;
}
#wpcf7-f590-p627-o1 .wpcf7-submit {
	background-color: #FFDA06;
	color: #445DC8;
}
#wpcf7-f590-p627-o1 .wpcf7-submit:hover {
	background-color: #debd00;
	color: #445DC8; 
}
.wpcf7-not-valid-tip {
	font-size: .75rem;
}
.contact-info {
	margin: 0;
	padding: 0;
}
.contact-info li {
	padding-left: 0;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	color: #445CC8;
}
.contact-info li:last-child,
.footer-widget-area ul {
	margin-bottom: 0;
}
.contact-info li:before {
	content: ''!important;
}
.contact-info li a,
.contact-info li span {
	border: 0;
	color: #445CC8;
}
.contact-info li a:hover {
	color: #445CC8;
	text-decoration: underline;
}
.contact-info li i {
	margin-right: 15px;
	padding-top: 4px;
	font-size: 1.4rem;
	color: #445CC8;
}
a.strong-a {
	font-weight: 600;
}
.testi {
	margin-bottom: 30px;
	padding: 50px;
	border: 1px solid #707070;
    border-radius: 65px;
    color: #4e4e4e;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
}
.testi i {
	margin-bottom: 10px;
	font-size: 6rem;
	color: #445CC8;
}
.testi h5 {
	margin-bottom: 0;
	font-family: 'Poppins';
	font-weight: bold;
	color: #4e4e4e;
}

.woocommerce-page .main-content {
	padding-top: 100px;
}
.woocommerce .product .entry-categories,
.woocommerce .product .product_meta,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper,
.woocommerce .product .price,
.woocommerce .sumosubs_plan_message {
	display: none;
}
.visualcomposerstarter.woocommerce div.product .product_title {
	margin-bottom: 30px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a {
	position: relative;
}
.visualcomposerstarter .vct-cart-items-count {
	position: absolute;
	right: -15px;
	top: 5px;
}
.woocommerce-page .product button:not(:hover):not(:active):not(.has-background) {
	background: #557cbf!important;
}

.btn-socio a {
	background: #ffda00!important;
	font-weight: 600;
	border-radius: 50px!important;
}
.btn-dona-menu a {
	background-color: #616AE9;
    padding: 10px 20px !important;
    border-radius: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    font-family: sans-serif !important;
}
.btn-dona-menu a:hover {
	background-color: #616AE9!important;
}


@media (min-width: 1440px) {
	
	.container {
    	width: 1300px;
	}
	
	
}

@media (min-width: 1200px) {
	
.row-slider > .wpb_column > .vc_column-inner {
	padding-left: 100px;
	padding-right: 0;
}
	
	
}


@media only screen and (min-width: 768px) {
	
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
	body:not(.menu-sandwich) #main-menu {
		margin-left: 17%;
	}
	body:not(.menu-sandwich) .navbar-header img {
	    width: 140px;
	}
	.logo-footer img {
		width: 140px;
	}
	body:not(.menu-sandwich) #main-menu>ul {
		margin: 10px 0 0 0;
		display: flex;
        align-items: center;
        justify-content: end;
	}
	body:not(.menu-sandwich) #main-menu ul li ul {
		background-color: #FF970F;
	}
	body:not(.menu-sandwich) #main-menu ul li ul li:hover>a {
		color: #136286;
	}
	body:not(.menu-sandwich) #main-menu>ul>li a {
    	padding: 0.55em .9em;
    	text-align: center;
    	line-height: 1.3;
	}
	.wpcf7-form .col-md-6,
	.wpcf7-form .col-md-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.wrap-footer .cont-logo img {
		margin-top: -15px;
	}
	.pr-50 .vc_column-inner {
		padding-right: 50px;
	}
	.pgafu-post-grid-main h2 {
		min-height: 80px;
	}
	.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title {
		padding: 5px 10px;
	}
	.pgafu-post-grid-main h2.pgafu-post-title a {
		font-size: 1.2rem!important;
	}
	.btn-dona-menu {
		margin-left: 20px!important;
	}

	
}

@media only screen and (max-width: 767px) { 
	
	body {
		font-size: 1.2rem;
	}
	.wpb_wrapper .pl-0 {
		padding-left: 0!important;
	}
	.wpb_wrapper .pr-0 {
		padding-right: 0!important;
	}
	.navbar-wrapper {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand {
		width: 100px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.container .content-wrapper,
	body:not(.home) .container .content-wrapper {
		padding-top: 39px;
	}
	
	.wpcf7-form .row .col-md-6:first-child {
		margin-bottom: 10px;
	}
	#main-menu {
		background: #232526;
	}
	#main-menu > ul > li > a {
		color: #efeae4!important;
		font-size: 1.2rem;
		font-weight: 400;
	}
	.wrap-footer {
		display: block;
	}
	.wrap-footer .cont-logo,
	.wrap-footer .cont-info {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.wrap-footer .cont-logo {
		border-right: 0;
		border-bottom: 2px solid #222526;
	}
	.wrap-footer .cont-info {
		display: block;
	}
	.wrap-footer .cont-info .rrss {
		margin-top: 40px;
	}
	.vc_empty_space.h-20 {
		height: 20px!important;
	}
	.nerko {
		font-size: 2rem!important;
	}
	.wpb_single_image.w-50 img {
    	width: 40%;
	}
	.top-30 {
		padding-top: 30px!important;
	}
	.logo-footer img {
    	max-width: 50%!important;
    	margin-bottom: 30px;
	}
	.footer-widget-area {
		text-align: center;
	}
	#footer .redes {
		justify-content: center;
	}
	.info {
		margin-bottom: 30px;
	}
	.wpb_row.bg-img-none {
		background-image: none!important;
	}
	.data {
		display: block;
	}
	.data li {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		padding-left: 0!important;
	}
	
	
	
	
	
	
}




