/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/


@import './css/variables.css';


.validate_email_against_bot {
	display: none;
}

html {
	scroll-behavior: smooth;
}

.sub-menu li a{
	text-align:left !important;
}

#Top_bar .menu li a {
	text-transform: uppercase !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
#Top_bar .menu li ul{
	background-image: none;
}
#Top_bar{
	border-bottom: 0 !important;
}

body:not(.template-slider) #Header {
	min-height: 0 !important;
}

#Header_wrapper {
	background: white !important;
}
.header-split #Header .top_bar_left .menu li ul li a{
	text-transform: initial !important;
}
.single-post #Intro{
	background-size: cover;
    background-position: center;
}
.section .section-decoration{
	    height: 100px !important;
}


/*Subheader*/

#Subheader {
	padding: 130px 0px !important;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
	z-index: 9;
}


#Subheader {
	background-color: rgb(233, 226, 220);
	background-image: url(/wp-content/themes/base/imagenes/form-back.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0px 180px !important;
}

#Subheader .title {
	letter-spacing: 5px;
	font-style: normal;
}
#Top_bar.is-sticky{
	    z-index: 999 !important;
}

/*Clases*/

.btn-primary {
	text-transform: uppercase;
	font-size: var(--tx-btn);
	box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1) !important;
	letter-spacing: 2px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border-radius: 5px !important;
	color: var(--primary) !important;
	animation: aparecer 1s forwards;

}
.btn-primary:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(0,0,0,.05);
    z-index: 1;
    transition: width .2s ease-in-out;
}
.btn-primary:hover:after{
	    width: 100%;
}
.btn-primary:hover{
	text-decoration:none;
	background:white;
	color:var(--primary);
}
.btn-primary.white {
	background: white;

}

.btn-primary.white span,
.btn-primary.arrow,
.btn-primary.arrow span {
	color: var(--primary);
}

.btn-primary.primary {
	background: var(--primary) !important;
	color:white !important;
}

.btn-primary.primary span {
	color: white !important;
}

.btn-primary.arrow {
	box-shadow: none !important;
	padding: 0px 40px 0 0;
	position: relative !important;
	line-height: 17px;
	background: none !important;
}

.btn-primary.arrow:after {
	content: '';
	background: url(/wp-content/themes/base/css/lightSlider/./right-arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px !important;
	height: 17px;
	visibility: visible;
	left: inherit;
}

h1 {
	text-transform: uppercase;
	font-size: var(--tx-m) !important;
	font-weight: 300 !important;
	line-height: 1.3;
}

h1 span.black {
	display: block;
	color: var(--black) !important;
}

.custom-subheader h1{
	letter-spacing:5px;
}
.custom-subheader h2{
	    font-size: 19px!important;
}
.section-oblique.custom-subheader .section_wrapper{
	min-height: auto !important;
}
.primary {
	color: var(--primary);
}
.grid .post-item{
	background-color:white !important;
}

.body,
.intro .body {
	font-size: var(--tx-body) !important;
	line-height: 1.7 !important;

}

.big {
	font-size: var(--tx-s) !important;
	font-weight: 300 !important;
}

.extra-big,
.extra-big h3 {
	font-size: var(--tx-ml) !important;
	font-weight: 300 !important;
	line-height: 1.3;
	
}


.strong {
	font-size: var(--tx-s) !important;
	line-height: 1.3 !important;
}

body {
	color: var(--black) !important;
	font-size: var(--tx-body) !important;
	line-height: 1.7 !important;
}

.title-sec {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 1.3px;
}

.intro .image_frame .image_wrapper {
	overflow: visible !important;
}

.intro .image_frame,
.intro .wp-caption {
	overflow: visible !important;
}

.tx-m{
	font-size:var(--tx-m) !important;
}
.tx-s{
	font-size:var(--tx-s) !important;
}

h1.title{
	letter-spacing:5px !important;
}

.maxW500 .column_attr {
	max-width: 500px;

}

.f-right .column_attr {
	float: right !important;
}

.back-primary {
	background: var(--ocre);
}

.back-primary-attr .column_attr {
	background: var(--ocre) !important;   
	margin-right: 50px;
	padding: 30px;
}

.white {
	color: white;
}
.over-bottom{
	margin-bottom:-150px;
}

/*Iconbox*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
	color: var(--primary) !important;
}

.style-simple .icon_box .icon_wrapper {
	font-size: var(--tx-xl) !important;
}

.icon_box .title {
	font-size: var(--tx-s) !important;

}

#svgmorph {
	position: absolute;
	top: -39rem;
	left: 50%;
	transform: translateX(-50%);
	    flex-direction: column;
    align-items: center;
    justify-content: center;
	display:flex;
}

/*Lightslider*/

#lightSlider {
	background-image: url(/wp-content/themes/base/imagenes/form-back.svg);
	background-repeat: no-repeat;
	background-size: cover;

}

.section-decoration.bottom {
	background-repeat: no-repeat;
	background-size: cover;
}

.h1,
.h2 {
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 300;
}

.h1 {
	font-size: var(--tx-xxl);
	letter-spacing: 10px;
}

.h2 {
	font-size: var(--tx-s);
	letter-spacing: 5px;
}

body::-webkit-scrollbar {
	width: 8px;
}

body::-webkit-scrollbar-track {
	background: #fff;
}

body::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 20px;
	border: 1px solid #fff;
}

.section .section-decoration {
	height: 6vw;
}

@media screen and (min-width: 768px) {
	#lightSlider:after {
		content: url(/wp-content/themes/base/imagenes/white-lines-left.svg);
		position: absolute;
		top: 250px;
		left:0;
	}
	
	#lightSlider:before {
		content: url(/wp-content/themes/base/imagenes/white-lines-right.svg);
		position: absolute;
		top: 150px;
		right:0;
	}
}

@keyframes aparecerIzquierda {
	from {
		left: -200px;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes aparecerDerecha {
	from {
		right: -200px;
		opacity: 0;
	}

	to {
		right: 0;
		opacity: 1;
	}
}

#lightSlider .section-decoration:before,
#Subheader:before,
.after-name:after{
	content: '';
	position: absolute;
	bottom: -29px !important;
	left: 0;
	right: 0;
	width: 100%;
	background:url(/wp-content/themes/base/imagenes/LuciaDieguez.svg) ;
	height: 100%;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.custom-subheader.after-name:after{
	opacity:0.5 !important;
}

#lightSlider .section-decoration:before{
    content: '';
    position: absolute;
    top: -150px !important;
    left: 0;
    right: 0;
    width: 100%;
    background: url(/wp-content/themes/base/imagenes/LuciaDieguez.svg);
    height: 300px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
}
#Subheader:before {
	opacity: 0.5;
}

/*Page*/

.intro {
	z-index: 99;
}

.intro img {
	border: 5px solid white;
	border-radius: 20px;
}

.intro .column_image{
	overflow: visible;
  
	      border-radius: 20px;
    margin: 0px !important;
    width: 100%;
}
.intro .wrap.move-up{
	 
		  overflow: visible;
}
.circle .image_wrapper {
	border: 1px solid var(--primary);
	border-radius: 50%;
	width: max-content;
	float: right;
	background: white;
	padding: 20px;
	margin-top: -120px;
	margin-right: 50px;
	position: relative;
}
.circle .image_wrapper::before,.circle .image_wrapper::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #ACC248;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 99999px;
}
.circle .image_wrapper::before {
	animation: pulse 1.5s ease-in-out infinite;
}
.circle .image_wrapper::after {
	animation: pulse 1.8s ease-in-out infinite;
}

#partial-tooth-svg {
	height: 34rem;
	position: absolute;
	left: calc((1180px - 100vw)/2);
	top: 100%;
	display:none !important;
}

@keyframes pulse {
	0% {
		opacity: .5;
		transform: translate(-50%,-50%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(1.3);
	}
}

.intro h2 {
	font-size: var(--tx-m);
	line-height: 1.3;
}

.circle img {
	border: none !important;
	box-shadow: none !important;
}

.section-decoration {
	background-size: cover;

}

.home .section-oblique.section {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

.section-oblique.section.right {
	padding-top: 130px !important;
	padding-bottom: 150px !important;
}
.section-oblique .section_wrapper{
	    min-height: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*.section-oblique{
	box-shadow:inset 0 0 0 400px #e9e8efa8;
}*/

.section-oblique.section.left {
	padding-top: 180px !important;
	padding-bottom: 110px !important;
}

.section-oblique.section.right:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(233,226,220,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(233,226,220,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(233,226,220,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(233,226,220,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(233,226,220,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(233,226,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e2dc', GradientType=1 );
	}

.section-oblique.section.left:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(233,226,220,1);
background: -moz-linear-gradient(left, rgba(233,226,220,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,226,220,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(233,226,220,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(233,226,220,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(233,226,220,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(233,226,220,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e2dc', endColorstr='#ffffff', GradientType=1 );}

.section-oblique .section_wrapper {
	z-index: 99 !important;
}

.home .section-oblique h3 {
	font-size: var(--tx-xl) !important;
	line-height: 1 !important;
}

.section-oblique h3 {
	font-size: var(--tx-m) !important;
	line-height: 1 !important;
}

.home .section-oblique .col-text {
	font-size: var(--tx-s);
	color: var(--black);
	max-width: 400px;
	float: none;
	line-height: 1.5;
}

.section-oblique .col-text {
	font-size: var(--tx-xs);
	color: var(--black);
	max-width: 400px;
	float: none;
	line-height: 1.5;
}
.section-oblique.right .col-text{
	   float:right;
    text-align: right;
}

.section-oblique .col-text--right {
	margin-left: auto;
}

.section-oblique.before-lines.right .wrap:last-of-type:before,
.before-lines:before{
	content: url(/wp-content/themes/base/imagenes/green-lines.svg);
	position: absolute;
	top: -30px;
	right: 20%;
	z-index: 99;
	animation: aparecer 1s forwards;
}

.section.after-lines:before {
	content: url(/wp-content/themes/base/imagenes/green-lines.svg);
	position: absolute;
	bottom:0px;
	right: 20%;
	z-index: 999;
	animation: aparecer 1s forwards;
}

.section.after-lines.only:before{
	bottom:-80px !important;
}

.section.btn-over {
	z-index: 99 !important;
	animation: aparecer 1s forwards;
	animation-delay: 1s;
}

.section.btn-over.right .wrap {
	position: absolute;
	top: -100px;
	right: 0;
}

.section.btn-over.left .wrap {
	position: absolute;
	top: -45px;
	left: 0;
}

.section.before-diente .wrap.before:before {
	content: '';
	background:url(/wp-content/themes/base/imagenes/dentist.svg);
	background-position:center !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	height:100px;
	width:100px;
	position: absolute;
	top: -170px;
	left: 0;
	z-index: 99;
	animation: aparecer 1s forwards;
	overflow: visible;
	visibility: visible;
}
.section.before-diente.left.before-big .wrap.before:before {
	content: '';
	background:url(/wp-content/themes/base/imagenes/dentist2.svg);
	background-position:center !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	height:300px;
	width:300px;
	position: absolute;
	top: 20%;
    left: -20%;
	z-index: 99;
	animation: aparecer 1s forwards;
	overflow: visible;
	visibility: visible;
}

.blog_wrapper img {
	width: 100%;
}

.back-gray:after {
	content: '';
	background: var(--ocre);
	width: 100%;
	height: 300px;
	position: absolute;
	top: calc(50% - 150px);
	left: 0;

}

.back-gray:before {
	content: url(/wp-content/themes/base/imagenes/lines.svg);
	position: absolute;
	right: 100px;
	top: 100px;

}

.grid .post-desc-wrapper .post-desc {
	background: white !important;
}

.post-item .image_wrapper {
	max-height: 250px !important;
}

.post-item .post-excerpt {
	font-size: var(--tx-body) !important;
}

.post-item {
	box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.07) !important;
}

.blog_wrapper .posts_group {
	display: flex;
}

.post-item .post-footer {
	display: none !important;
}

.grid .post-desc-wrapper .post-desc {
	padding: 30px !important;
}

.post-desc {
	display: flex;
	flex-direction: column;
}

.post-desc .post-title {
	order: 1;
}

.post-desc .post-head {
	order: 2;
	text-transform: uppercase;

}

.post-desc .post-head span {
	color: var(--primary) !important;
}

.post-desc .post-excerpt {
	order: 3;
}

.author-date .icon-clock {
	display: none;
}

/*Footer*/

.copyright {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.copyright ul {
	display: flex;
	flex-direction: row;
}

.copyright ul li a {
	color: white !important;
	margin: 0px 10px;
}

/*Contact*/

.section.contact-info {
	padding-top: 150px !important;
	margin-top: -100px;
	z-index: 1;
	padding-bottom: 200px;

}

.contact-box-info h4 {
	text-transform: uppercase !important;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 0px !important;
	margin-top: 15px !important;

}

.contact-info .border-right {

	border-right: 1px solid white !important;
}

.contact-form .legal-text {
	font-size: 11px;
	text-align: justify;
	line-height: 1.2;
	margin-bottom: 20px;
}

.contact-form {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow:0px 1px 13px rgb(0 0 0 / 7%) !important;
}
span.wpcf7-form-control-wrap.politica{
	width:auto;
	margin-bottom: 20px;
}

/*Section col foto*/

.section.col-foto .mcb-wrap {
	height: 400px;
}
.section.col-foto .column_attr,
.section.col-foto .mcb-wrap-inner,
.section.col-foto .column,
.section.col-foto .animate{
	height: 100% !important;
}
.section.col-foto .column{
	margin:0px !important;
		width:100% !important;
}

/*Single service*/

.how_it_works {
	text-align: left !important;
}

.how_it_works .image {
	width: 100%;
	margin-bottom: 0px !important;
}
.how_it_works.no-img .image{
	    height: 35px !important;
}
.style-simple .how_it_works .image .number {
	bottom: 0;
	left: 17px;
}

.how_it_works .image .number{
	color:var(--black);
	background:var(--ocre);
}

.style-simple .how_it_works.no-img .image {
	border-width: 0px 0 0px;
}

.style-simple .how_it_works h4 {
	padding-left: 50px;
	padding-right: 50px;
	font-weight: 400 !important;
	font-size: var(--tx-xs);
}
.style-simple .how_it_works .desc{
	    padding-left: 50px;
    padding-right: 50px;
}

.wrap.row-flex .mcb-wrap-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.column.arriba {
	margin-top: -90px !important;
}


/*Equipo*/

.team img{
	max-height: 300px;
    width: auto;
    float: right;
}
.team.team_horizontal{
	box-shadow:0px 1px 14px rgb(0 0 0 / 10%) !important;
}
.team.wrap .mcb-wrap-inner{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.team.team_horizontal .desc_wrapper{
	background: var(--primary);
}
.team.team_horizontal .desc_wrapper h4{
	font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
	color:white !important;
}
.team.team_horizontal .desc_wrapper .subtitle{
	text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 20px;
}
.team.left .animate{
	display: flex;
    flex-direction: row-reverse;
}
.team.right .animate{
	display: flex;
    flex-direction: row;
}
.team.right .animate .desc_wrapper{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.team.team_horizontal .image_frame{
	margin: 0px;
    width: 50% !important;
}
.team .desc_wrapper{
	width: 50% !important;
    padding: 30px;
    text-align: right;
}
.section.box-shadow.parallax:before{
content:'';
background: rgba(224,224,224,0.67);
background: -moz-linear-gradient(left, rgba(224,224,224,0.67) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,224,224,0.67)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(224,224,224,0.67) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(224,224,224,0.67) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(224,224,224,0.67) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(224,224,224,0.67) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#000000', GradientType=1 );
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
height:100%;
width:100%;
z-index:20;

}

.section.box-shadow.parallax .section_wrapper{
	z-index: 999 !important;
}

.section.box-shadow.parallax .section-decoration.top{
	z-index: 99 !important;
}

/***Blog***/

.blog_wrapper .posts_group{
	flex-wrap: wrap !important;
}
.post-item .image_wrapper a{
	display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.post-item img{
	object-fit: cover;
    object-position: center;
    width: inherit !important;
	height:250px !important;
    max-width: inherit !important;
}

.post-item .entry-title{
	font-size: 25px;
    line-height: 1.3;
}


/*Single post*/

.share-simple-wrapper{
	text-align: center;
    margin-top: 50px;
}
.section-post-related .section-related-adjustment{
	    border-top-width: 0 !important;
}
.share-simple-wrapper .share-label{
	display:none !important;
}

.single-post #Intro:after{
	content:'';
	background:url(/wp-content/themes/base/imagenes/form-bottom.svg);
	background-position:left bottom;
	height:100px;	
	background-size:cover;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	z-index:999;
}
#Intro .intro-next{
	    bottom: 100px !important;
}
#Intro .intro-inner{
	box-shadow:inset 0 0 0 4000px #5d6a24b0 !important;
	padding: 200px 10% 250px;
}
#Intro .intro-title{
	max-width: 900px;
    margin: 0 auto;
	font-weight:600 !important;
    line-height: 1.2;
    margin-bottom: 30px;
	text-transform: inherit;
    font-size: var(--tx-ml) !important;
}
.fixed-nav{
	z-index: 999 !important;
}

.single-post .the_content_wrapper{
	text-align: justify;
    max-width: 900px;
    margin: 0 auto;
}
.section-related-adjustment>h4{
	text-align: center;
    font-size: var(--tx-body);
    text-transform: uppercase;
	margin-bottom:30px !important;
}
.section-post-related .section_wrapper{
	    max-width: 1000px;
}
.section-post-related .simple .post-related a.button{
	display: none;
}
.section-post-related{
	margin-bottom: 50px !important;
}
.post-related h4 a{
	font-weight: 300 !important;
}
.post-related .date_label{
	text-transform: uppercase;
    color: var(--primary);
	
}
/*************************/

#mouth, #tools, #brush, #tooth2{
	visibility:hidden;
}

#Side_slide .extras{
	display:none;
}
#Top_bar.is-sticky{
	z-index: 9999 !important;
}
.single-post .post-meta{
	display: flex;
    flex-direction: column;
    align-items: center;	
}

.single-post .author-date{
	text-transform: uppercase;
    color: var(--primary);
}
.column_column ul, .column_column ol, .the_content_wrapper:not(.is-elementor) ul, .the_content_wrapper:not(.is-elementor) ol{
	color:var(--black);
}
.fixed-nav .photo{
	width: 50px;
}
.fixed-nav .photo:hover{
	width: 80px;
}
.fixed-nav.style-arrows .photo{
	background: #e4ebc4;
}
.fixed-nav.style-arrows:hover .photo{
		background: var(--primary);
}
.fixed-nav.style-arrows .photo:before{
	    color: #fff !important;
}
.subheader-both-center #Subheader .title{
	    line-height: 1.3 !important;
}

/*Responsive*/

@media(max-width:1380px){

	#Top_bar .menu > li > a span:not(.description){
		    padding: 0 10px;
	}
	#Top_bar .menu li a{
		    font-size: 13px;
	}
	.header-split #Header .top_bar_left .menu_left{
		text-align: left !important;
	}
	.header-split #Header .top_bar_left .menu_right{
		    text-align: right !important;
	}
	.intro .wrap.move-up:last-of-type{
		padding-left:30px !important;
	}
}
@media(max-width:1249px){
	.team .animate{
		display: flex !important;
		flex-direction: column !important;
	}
	.team.team_horizontal .image_frame,.team .desc_wrapper{
		width: 100% !important;
	}
	.team .image_frame img{
		    object-fit: cover !important;
		display: flex;
		width: 100% !important;
	}
	.section.equipo .section_wrapper{
		    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
	.section.equipo .section_wrapper .column{
		margin-bottom:0px;
		height: 100%;
	}
		
	.section.equipo .section_wrapper .column .animate,
	.section.equipo .section_wrapper .column .team,
	.section.equipo .section_wrapper .wrap .mcb-wrap-inner{
		    height: 100%;
			   
	}
	.section.equipo .section_wrapper .column .team{
		background:var(--primary) !important;
	}
}

@media(max-width:991px){
	:root{
		--tx-xxl: 50px !important;
		--tx-xl: 40px !important;
		--tx-ml: 30px !important;
		--tx-m: 25px !important;
		--tx-s: 18px !important;
	}
	#Top_bar.is-sticky{	
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);
}
	.section-oblique.section.right:after{
		background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(238,233,228,1) 77%, rgba(233,226,220,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(77%, rgba(238,233,228,1)), color-stop(100%, rgba(233,226,220,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(238,233,228,1) 77%, rgba(233,226,220,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(238,233,228,1) 77%, rgba(233,226,220,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(238,233,228,1) 77%, rgba(233,226,220,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(238,233,228,1) 77%, rgba(233,226,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e2dc', GradientType=1 );
	}
	#lightSlider:before{
		right: -80px;
	}
	#lightSlider:after{
		left: -50px;
	}
	.section.before-diente .wrap.before:before{
		top: -190px;
	}
	
	.section-oblique.before-lines:before, .before-lines:before{
		transform: scale(0.6);
		right: 50px;
		top: -20px;
	}
	.section.before-diente .wrap.before:before{
		transform: scale(0.7);
		    left: -15px;
	}
	.home .intro .wrap.move-up{
		    width: 100% !important;
	}
	.home .intro .wrap.move-up .image_wrapper{
		text-align: center !important;
	}
	.home .intro .wrap.move-up:last-of-type{
		padding-left: 0px !important;
  
	    margin-top: 0 !important;
	}
	.home .intro .button_align.align_right {
    text-align: center;
}
.section.btn-over.left .wrap{
	top: -60px !important;
}
.section.btn-over.right .wrap{
	    top: -90px;
}
.copyright{
	    justify-content: center;
    flex-wrap: wrap;
}
.copyright{
	padding-top:30px;
}
.copyright img{
	margin-bottom:20px;
	margin-left: -30px;
	max-height: 30px;
}
.footer_copy .column.one{
	display:flex;
	flex-direction:column-reverse !important;
}
.copyright ul{
	    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.parallax.before-lines:before{
	    transform: scale(1);
}
#Subheader ul.breadcrumbs{
		display:block !important;
	}
	.section.numeros .wrap,
	.section.numeros .back-primary-attr{
		width:100% !important;
	}
	.section.numeros  .column_how_it_works{
		    width: 48% !important;
	}
	.section.numeros.pad-top-none{
		padding-top:0px !important;
	}
	.back-primary-attr .column_attr{
		margin-right:0px !important;
	}
	.post-item .entry-title{
		    font-size: 22px;
	}

}
@media(max-width:767px){
	
	:root{
	--tx-xxl: 40px !important;
    --tx-xl: 30px !important;
	}
	.section.before-diente.left.before-big .wrap.before:before{
		top: 0;
    left: -50%;
    z-index: -1;
    transform: scale(1.4);
	}
	.col-foto .wrap:first-of-type{
		display:none !important;
	}
	.pad-none .column_attr{
		padding:0px !important;
	}
	.section.numeros  .column_how_it_works{
		    width: 100% !important;
	}
	.f-right.pad-none .column_attr{
		padding-top:50px !important;
	}
	.section.back-text{padding-top:120px !important;}
	
	.section.back-text .column.pad-none .column_attr{
		padding:0px !important;
	}
	.section.intro.reverse .section_wrapper{
		    display: flex;
    flex-direction: column-reverse;
	}
	.intro .wrap.move-up:last-of-type{
		    padding-left: 0px !important;
	}
	.intro .move-up{
		margin-top: -65px !important;
	}
	.single-post #Subheader ul.breadcrumbs {
		display:none !important;
	}
	 #Subheader h1{
		font-size: 20px !important;
	}
	 #Subheader{
		     padding: 70px 0px 100px !important;
	 }
	 .custom-subheader .column_attr{
		 padding: 0px 33px;
	 }
	 
	
	h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.back-blog{
		padding-top:130px !important;
		padding-bottom: 170px !important;
	}
	.intro .wrap .column_attr,.intro .wrap {
		padding:0px !important;
	}
	.section.intro{
		padding-bottom:50px !important;
		
	}
	.section.intro.pad-top-none{
		padding-top:0px !important;
	}
	.column_divider hr{
		margin: 0 auto 30px auto;
	}
	.top_bar_left{
		padding: 10px 0px !important;
	}
	.mobile-header-mini.header-split #Top_bar .top_bar_left .logo{
		width: 100%!important;
		margin-left: 0px;
	}
	.mobile-header-mini #Top_bar a.responsive-menu-toggle,
	.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{
		top:40px !important;
	}
	.circle .image_wrapper{
		margin-right: 0px !important;
	}
	.section.btn-over .column_button .button_align{
		padding: 0px 33px !important;
	}
	.section.btn-over.left .wrap{
		padding: 0px 30px !important;
	}
	.home .intro .button_align.align_right{
		    text-align: left !important;
	}	
	.section-oblique .section_wrapper{
			align-items: center;
			flex-wrap: wrap;
	}
	.section-oblique.section,
	.section-oblique.section.left{
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	.section-oblique .column_placeholder{
		display:none !important;
	}
	.section-oblique .section_wrapper{min-height: auto;}
	.section-oblique.section.right:after{
			background: #e9e2dcde !important;
	}
	.section-oblique.section.left:before{
		background: #e9e2dcde  !important;
	}
	h1.title{
		letter-spacing: 3px !important;
	}
	.circle img{
			max-width: 100px;
	}
	.intro .wrap.move-up .image_wrapper{
			margin-bottom: 40px !important;
	}
	.section.before-diente .wrap.before:before{
			top: -110px;
	}
	.section.before-diente .wrap.before:before {
		left: -20px;
	}
	.big{
		line-height:1.5 !important;
	}
	#svgmorph{
		top: -39rem !important;
	}
	#lightSlider .text-wrap{
		top: 310px;
		padding:0px 20px !important;
	}
	#lightSlider{
		height: 600px!important;
	}
	#logo img.logo-mobile-sticky,
	#logo img.logo-mobile{
		margin-left: -35px !important;
		max-height: 40px !important;
	}
	.section.equipo .section_wrapper .wrap{
		margin-bottom:15px !important;
	}
	 .section-oblique.custom-subheader {
		  padding-top:70px !important;
		  padding-bottom:100px !important;
	  }
	  
}

@media(539px){
	:root{
		--tx-xxl: 30px !important;
    --tx-xl: 20px !important;
	}
	
	
}

#cmplz-document, .legal-text{
	max-width: 900px !important;
    text-align: justify;
    margin: 0 auto;
 padding: 50px 0px;
 float:none;
}