/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2024 | 16:43:37 */
body {
	background: linear-gradient(90deg, rgba(132,0,9,1) 0%, rgba(238,1,24,1) 100%)!important;
}

.page-loading {
    background: linear-gradient(90deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
}

.page-navigation {
	display: none;
}

.elementor-element {
	padding: 0;
}

.page-has-mobile-tabs .site {
    margin-bottom: 0px!important;
}

.newsletter-icon, #page-mobile-tabs {
	display: none;
}

div.wpforms-container-full {
    margin: -4px auto 0px auto;
}

.welcomeCnt{
	width: 100%;
	height: 100vh;
	margin: -70px auto 0 auto;
	position: relative;
	display: flex;
    align-items: center;
	z-index: 2;
}

.sCnt {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	display: flex;
    align-items: center;
	position: relative;
}

.MainInfoCnt {
	width: 100%;
	max-width: 1170px;
	height: fit-content;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.infoCnt {
	font-family: 'ITC Stone'; font-weight: 500; font-style: normal; color: white;
}

.tagTittle {
	font-size: 48px;
    line-height: 60px;
}

.tagSubTittle {
	font-family: 'Helvetica Neue'; font-weight: 200; font-style: normal; color: white;
	font-size: 27px;
    line-height: 35px;
    margin: 20px 0 0 0;

}

.boldTxt {
	font-weight: bold;
}

.semiboldTxt {
	font-weight: 600;
}

.boldTxtH {
	font-weight: 500;
}

.semiboldTxtH {
	font-weight: 300;
}

.solverinnS {
	width: 425px;
    position: absolute;
    right: -40px;
    bottom: -60px;
	z-index: 1;
	filter: drop-shadow(0px 0px 0px #0000006b);
}

.middleCnt {
	width: 100%;
	height: auto;
	position: relative;
	background: white;
	border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
	z-index: 1;
	margin-bottom: -80px;
}

.middleCnt .tagSubTittle {
	color: black;
	padding: 80px 0;
	font-size: 20px;
    line-height: 25px;
	z-index: 1;
}

.serviciosCtn {
	width: 100%;
	min-height: calc(100vh + 120px);
	margin: 0 auto;
	position: relative;
	display: flex;
    align-items: center;
	z-index: 0;
	background: linear-gradient(270deg, rgba(132,0,9,1) 0%, rgba(238,1,24,1) 100%)!important;

}

.tittleCtn {
	font-family: 'ITC Stone'; font-weight: 500; font-style: normal; color: white;
	font-size: 40px;
    line-height: 50px;
}

.servModuleCtn {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}

.servModule {
	max-width: 250px;
	width: 25%;
}

.moduleContent {
	width: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: white;
	font-family: 'Helvetica Neue'; 
	color: black;
	padding: 20px;
	height: 100%;
}

.logoServ {
	width: 70px;
}

.tituloServ {
	text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin: 20px 0 10px 0;
}

.descripServ {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	font-weight: 200;
	font-style: normal;
}

.resenasCtn {
	width: 100%;
	height: auto;
	position: relative;
	background: white;
	z-index: 1;
	padding: 0 0 260px 0;
}

.promoSlot {
	margin: 0 auto;
	width: 320px;
	border-radius: 20px;
	padding: 4px;
	background: linear-gradient(156deg, rgba(255, 255, 255, 1) 50%, rgba(238, 1, 24, 1) 100%);
	top: -140px;
    position: relative;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.contentPromo {
	background: white;
    width: 100%;
    height: 100%;
    border-radius: 18px;
	font-family: 'Helvetica Neue'; 
	color: black;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0px 30px 0px 30px;
	
}

.tittlePromo {
	text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    margin: -30px 0 0 0;
} 

.dividerBlack {
	width: 100%;
	height: 1px;
	background: black;
	margin: 15px 0;
}

.subPromo {
	text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 30px;
} 

.precioPromo {
	text-align: center;
    font-size: 60px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
} 

.precioPromo .sub {
	text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
} 

.oldprecioPromo {
	text-align: center;
    font-size: 12px;
    line-height: 10px;
    font-weight: 200;
    font-style: normal;
}

.btnPromo {
	background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
    color: white;
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 15px 3px 15px;
	bottom: -20px;
    position: relative;
}

.clock {
	position: relative!important;
    width: 620px!important;
    transform: scale(0.4)!important;
}    

.flip-clock-divider .flip-clock-label {
    color: #bb1515!important;
    font-size: 25px!important;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #fff!important;
    text-shadow: 0 1px 2px #000!important;
    background-color: #d20214!important;

}

.discTittle {
	font-family: 'ITC Stone'; font-weight: 500; font-style: normal; color: black;
	text-align: center;
	font-size: 40px;
    line-height: 50px;
	position: relative;
    margin: -60px 0 0px 0px;
}

.valDescripcion {
	font-family: 'Helvetica Neue';
    font-weight: 200;
    font-style: normal;
    color: black;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    margin: 20px 0 10px 0px;
}

.googleLogo {
	width: 60px;
	margin: 0 auto;
	position: relative;
}

.valoresCtn {
	width: 100%;
	height: auto;
	position: relative;
	background: linear-gradient(90deg, rgba(132,0,9,1) 0%, rgba(238,1,24,1) 100%)!important;
	z-index: 1;
	border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
	z-index: 2;
}

.valoresHolder {
	width: 100%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	display: flex;
    align-items: center;
	position: relative;
	background: linear-gradient(20deg, rgba(255, 255, 255, 1) 40%, rgba(238, 1, 24, 1) 100%);
	border-radius: 20px;
	padding: 4px;
	top: -140px;
}

.valoresInner {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	background: white;
	border-radius: 18px;
	padding: 40px;
	flex-direction: column;
}

.valoresTittle {
	font-family: 'ITC Stone'; font-weight: 500; font-style: normal; color: black;
	font-size: 40px;
    line-height: 50px;
	position: relative;
}

.valoresModuleCtn {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.valoresModule {
	width: 50%;
	position: relative;
	margin-top: 50px;
}

.tickBullet {
	width: 35px;
	padding: 5px;
	position: relative;
	float: left;
}

.valoresInfo {
    width: 100%;
    padding: 11px 5px 5px 40px;
    position: relative;
}

.valoresInnerTittle {
	font-family: 'Helvetica Neue';
    font-weight: 600;
    font-style: normal;
    color: black;
    text-align: left;
    font-size: 24px;
    line-height: 20px;
    position: relative;
}

.valoresInnerDescripcion {
	font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    color: black;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 10px 0;
}

.planesHolder {
	width: 100%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	top: -140px;
}

.planesTittle {
	font-family: 'ITC Stone'; font-weight: 500; font-style: normal; color: white;
	font-size: 40px;
    line-height: 50px;
	position: relative;
	margin-top: 140px;
}

.planesModuleCtn {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 1%;
}

.planesModule {
	width: 32.5%;
	position: relative;
	margin-top: 50px;
	max-height: 350px;
    min-height: 350px;
	cursor: pointer;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.planesModuleTop {
	background: white;
    border-radius: 20px;
    padding: 20px 30px;
    width: 100%;
    height: 22%;
    position: relative;
	margin-bottom: 10px;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.planesModuleBottom {
	position: relative;
	background: white;
	border-radius: 20px;
	padding: 30px 30px;
	width: 100%;
	height: 78%;
	overflow: hidden;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.BottomHidden {
	position: relative;
	background: white;
	border-radius: 20px;
	padding: 0px 30px;
	width: 100%;
	height: 0%;
	position: relative;
}

.TopFull {
	height: calc(100% + 10px);
    margin-bottom: 0px;
}

.TopFull .planesMouduleTittle {
	top: calc(100% - 100px);
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    color: black;
    text-align: left;
    font-size: 55px;
    line-height: 50px;
    position: relative;
    width: 1%;
    float: left;
}

.planesMouduleTittle {
	font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    color: black;
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    position: relative;
	top: 4px;
	width: 80%;
	float: left;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.planesArrow {
	width: 35px;
    position: relative;
    float: right;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.arrowShow {
	width: 50px;
    position: relative;
    float: right;
	opacity: 1;
}

.planesInnerDescripcion {
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    color: black;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 10px 0;
}

.planesPromo {
	font-family: 'Helvetica Neue';
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    color: black;
	margin-top: 10px;
}

.planesPromo .sub {
	font-family: 'Helvetica Neue';
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    font-weight: 200;
    font-style: normal;
    color: black;
}

.oldPromo {
	font-family: 'Helvetica Neue';
    text-align: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 200;
    font-style: normal;
    color: black;
    top: -10px;
    position: relative;
}

.btnContratar {
	font-family: 'Helvetica Neue';
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    color: white;
    background: #EE0118;
    position: relative;
    width: fit-content;
    padding: 7px 10px 4px 10px;
    border-radius: 10px;
	margin-top: 30px;
}

.emailCnt {
    width: 100%;
    background: white;
    position: relative;
    z-index: 1;
    margin-top: -80px;
	/*min-height: calc(100vh + 120px);*/
}

.emailHolder {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;	
	position: relative;
}

.emailIntro {
	font-family: 'Helvetica Neue';
	font-weight: 300;
    font-style: normal;
	font-size: 20px;
    line-height: 32px;
	position: relative;
	color: black;
	margin: 160px 0 0 0;
}

.contactHolder {
	width: 100%;
	position: relative;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}

.llamadasCnt {
	width: 200px;
	height: auto;
	margin-bottom: 60px;
}

.phoneBox {
	background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
    padding: 40px 60px;
    border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.consultaExpertos {
	font-family: 'Helvetica Neue';
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    color: black;
    margin: 10px 0 0 0;
    text-align: center;
}

.formCnt {
	width: 100%;
	height: auto;
	padding: 0 60px 0 60px;
	margin-bottom: 100px;
}

.wpforms-container .wpforms-field {
    padding: 5px 0;
    position: relative;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea {
    background-color: var(--wpforms-field-background-color);
    border-radius: 10px!important;
    color: var(--wpforms-field-text-color);
    border: #c60415 solid 1px!important;
	font-family: 'Helvetica Neue';
}

#wpforms-337-field_5_1 {
	    margin: 11px 0px 0 11px;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
    border-top: none;
    border-right: none;
    height: calc(var(--wpforms-field-size-checkbox-size)* 0.6);
    border-left: 4px solid #b90010;
    border-bottom: 4px solid #b90010;
    background-color: transparent;
    transform: translate(-10px, -8px) scale(0.5) rotate(-45deg);
}

div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    border-color: #b90010;
    border-width: 1px;
    border-style: solid;
    background-color: var(--wpforms-field-background-color);
    background-image: none;
    border-radius: 3px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    padding-left: 0px;
    margin: 0;
    line-height: 1.3;
    font-family: 'Helvetica Neue';
    line-height: 23px;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
    color: var(--wpforms-button-text-color);
    float: right;
	border-radius: 10px!important;
	font-family: 'Helvetica Neue';
	line-height: 46px;
	transition: none;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active {
    background: #b90010!important;
    float: right;
	border-radius: 10px!important;
	font-family: 'Helvetica Neue';
	line-height: 46px;
	transition: none;
}


.footerCtn {
	width: 100%;
	height: 100%;
	position: relative;
	background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
}

.footerHolder {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;	
	position: relative;
}

.firstSection, .secondSection {
	width: 50%;
	height: auto;
	position: relative;
}

.firstSection {
	padding: 20px 0px;
}

.secondSection {
    font-family: 'ITC Stone';
    font-weight: 500;
    font-style: normal;
    color: white;
    font-size: 25px;
    line-height: 32px;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 35px;
}

.tweakerFooter {
	position: relative;
}

.location {
	padding: 20px 0px;
}

.tituloLocation {
	font-family: 'Helvetica Neue';
	font-weight: 500;
    font-style: normal;
	font-size: 20px;
    line-height: 32px;
	position: relative;
	color: white;
	margin: 0px 0 0 0;
}


.lineLocation {
	font-family: 'Helvetica Neue';
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: white;
    margin: 0px 0 0 0;
}

.socialLocation {
	font-family: 'Social Media Circled';
    font-weight: 200;
    font-style: normal;
    font-size: 19px;
    line-height: 24px;
    position: relative;
    color: white;
    margin: 0px 5px 0 0;
}

.copyFooter {
	font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    position: relative;
    padding-top: 35px;
}

.btnPlanes {
    background: white !important;
    width: fit-content;
    margin: 0 auto;
    color: black;
	font-weight: 500;
	margin-top: 30px;
}

.btnClaim {
	color: red;
    margin: inherit;
    font-size: 18px;
    margin-top: 10px;
}

a {
	color: white!important;
	cursor: pointer;
}

a:hover {
	color: white!important;
	text-decoration: underline;
	cursor: pointer;
}

.lineLocation a:hover  {
	text-decoration: inherit;
}

.scaleBottom {
	transform: scale(0.95);
	opacity: 0.8;
}

.scaleTop {
	transform: scale(1.05);
	opacity: 1;
}

.popUpCall {
	display: block;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0000004f;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
	opacity: 1;
	display: block;
}

.popUpCallHolder {
	width: 300px;
    background: red;
    height: 425px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.popUpCallHolder .firstSection {
    width: 100%;
	padding: 28px;
}

.exitArea {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 1;
	cursor: crosshair;
}

.disabledPop {
	opacity: 0;
}

.disabledCard {
    bottom: -200%;
}

.hidePop {
	display: none;
}

.phoneBox {

}

/*
.open .planesModuleTop {
		background-color: antiquewhite;
	}
	
	.open .planesModuleBottom {
		background-color: antiquewhite;
	}

*/

div.wpforms-container-full .wpforms-confirmation-container-full p:last-child, div[submit-success]>.wpforms-confirmation-container-full p:last-child {
    font-family: 'ITC Stone';
}

.formCtnWhite {
	width: 100%;
	border-radius: 20px;
	padding: 30px;
	background: white;
	    margin-top: 10px;
    max-width: 580px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input {
    margin: 11px 0px 0px 11px;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    top: -31px;
	top: -98px;
    position: absolute;
    right: 2px;
    /*width: 140px;*/
    border-radius: 9px !important;
	overflow: hidden;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active {
    top: -31px;
	top: -98px;
    position: absolute;
    right: 2px;
    /*width: 140px;*/
    border-radius: 9px !important;
	overflow: hidden;

}


div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    line-height: 21px!important;
    font-size: 12px!important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
    margin-top: 5px;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {

    position: absolute;
    top: 18px;
}

.wpforms-has-error {
	display: ;
}

.wpforms-has-error:nth-last-child() {
	display: ;
}

#wpforms-663-field_6-error {
	display: none!important;
}

.phoneBox {
    padding: 45px 45px;
    border-radius: 140px;
}


.formCnt {
    width: 100%;
    padding: 30px;
    margin: 0px 40px 40px 40px;
    background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
    border-radius: 20px;
    height: max-content;
    font-size: 18px;
    font-family: 'Helvetica Neue';
    line-height: 20px;
    color: white!important;
}

.formCnt .wpforms-field-label-inline {
	color: white!important;
}

.formCnt em.wpforms-error:before {
	color: white!important;
}

.formCnt em {
  filter: brightness(500%)!important;
}

.valoresHolder {
    top: 0;
}

.valoresCtn {
    padding: 80px 30px 80px 30px !important;
}

.valoresInnerDescripcion {
    font-size: 18px;
    line-height: 23px;
    padding: 0;
    top: -2px;
}

.valoresModule {
    margin-top: 20px!important;
}

.popUpCallHolder {
    background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
}

.popUpCall {
    background: #00000087;
}

.btnClaim {
    color: black;
    margin: inherit;
    font-size: 18px;
    margin-top: 10px;
    margin: 10px auto;
}

.btnPlanes {
    font-weight: 400;
}

.teamUnit {
	width: 33.3333%;
    position: relative;
    padding: 0 50px;
}

.teamMember {
	width: fit-content;
    background: linear-gradient(270deg, rgba(132, 0, 9, 1) 0%, rgba(238, 1, 24, 1) 100%) !important;
    border-radius: 30px;
    overflow: hidden;
	border: 2px solid #ee0019;
}

.TeamCtn {
	display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.memberTxt {
	font-family: 'Helvetica Neue';
	color: black;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.memberTxt .boldTxtH {
	font-family: 'Helvetica Neue';
	font-family: 'ITC Stone';
	color: black;
	font-size: 18px;
	text-align: center;
}

.valoracionMember {
	width: fit-content;
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
	border: 2px solid #ee0019;
	padding: 20px;
}

.valoracionUnit {
	width: 33.3333%;
    position: relative;
    padding: 0 50px;
	margin: 10px 0px;
}

.valoracionCtn {
	display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 1200px;
    margin: 40px auto;
}

.estrellas {
	width: 100%;
	position: relative;
	    padding: 10px 60px 20px 60px;
}

.valTxt {
	
}

.profileTxt {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 14px;
}

.middleCnt .tagSubTittle {
    padding: 80px 0 150px 0;
}

.serviciosCtn {
    min-height: calc(100vh + -100px);
}

.btn-llamadas {
	position: absolute;
    z-index: 2;
    top: 20px;
    right: 10px;
    font-family: 'ITC Stone';
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 25px 6px 25px !important;
    border: 1px solid white;
	transform: scale(1)!important;
}

.btn-llamadas div:nth-child(1) {
	display: none;
}

.btn-llamadas div:nth-child(2) {
	display: block;
	line-height: 22px;
}

.btn-llamadas font {
	font-family: 'Social Media Circled';
}