@font-face {
	font-family: 'icomoon';
	src:  url('icomoon/fonts/icomoon.eot?95qd55');
	src:  url('icomoon/fonts/icomoon.eot?95qd55#iefix') format('embedded-opentype'),
	  url('icomoon/fonts/icomoon.ttf?95qd55') format('truetype'),
	  url('icomoon/fonts/icomoon.woff?95qd55') format('woff'),
	  url('icomoon/fonts/icomoon.svg?95qd55#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	content: "\e902";
}
.icon-more:before {
	content: "\e903";
}
.icon-arrow-left:before {
	content: "\e900";
}
.icon-arrow-right:before {
	content: "\e901";
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('fonts/Manrope-Regular.eot');
    src: url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.woff') format('woff'),
        url('fonts/Manrope-Regular.ttf') format('truetype'),
        url('fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('fonts/Manrope-Medium.eot');
    src: url('fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Medium.woff2') format('woff2'),
        url('fonts/Manrope-Medium.woff') format('woff'),
        url('fonts/Manrope-Medium.ttf') format('truetype'),
        url('fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('fonts/Manrope-SemiBold.eot');
    src: url('fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('fonts/Manrope-SemiBold.woff') format('woff'),
        url('fonts/Manrope-SemiBold.ttf') format('truetype'),
        url('fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-SemiBold';
    src: url('fonts/Mulish-SemiBold.eot');
    src: url('fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('fonts/Mulish-SemiBold.woff') format('woff'),
        url('fonts/Mulish-SemiBold.ttf') format('truetype'),
        url('fonts/Mulish-SemiBold.svg#Mulish-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Bold';
    src: url('fonts/Mulish-Bold.eot');
    src: url('fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mulish-Bold.woff2') format('woff2'),
        url('fonts/Mulish-Bold.woff') format('woff'),
        url('fonts/Mulish-Bold.ttf') format('truetype'),
        url('fonts/Mulish-Bold.svg#Mulish-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Regular';
    src: url('fonts/Mulish-Regular.eot');
    src: url('fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mulish-Regular.woff2') format('woff2'),
        url('fonts/Mulish-Regular.woff') format('woff'),
        url('fonts/Mulish-Regular.ttf') format('truetype'),
        url('fonts/Mulish-Regular.svg#Mulish-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.crecer_planos{
	width: 100%;
	padding: 109px 0px 130px;
	box-sizing: border-box;
	position: relative;
}

.crecer_planos:before{
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFDBD4;
	z-index: 1;
}

.crecer_planos_wrap{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.crecer_planos_left{
	width: 49%;
	position: relative;
}

.crecer_planos_controls{
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	top: 59px;
	right: 35px;
}

.crecer_planos_arrow{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background: #FFFFFF;
	color: #FF2C5E;
	font-size: 12px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	box-sizing: border-box;
	box-shadow: 0px 8.54143px 10.2497px -3.41657px rgba(20, 20, 20, 0.25);
	margin: 0 4px;
	transition: all .25s ease;
}

.crecer_planos_arrow:hover{
	background: #FF2C5E;
	color: #FFFFFF;
}

.crecer_planos_slider{
	width: 100%;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0px 20px 35px -6px rgba(8, 44, 122, 0.17);
	overflow: hidden;
}

.crecer_planos_slide{
	width: 100%;
	box-sizing: border-box;
}

.crecer_planos_item{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.crecer_planos_textname{
	width: 100%;
	background-color: #FFAEAA;
	padding: 24px 32px;
	box-sizing: border-box;
}

.crecer_planos_textname h3{
	font-family: 'Mulish-SemiBold';
	font-size: 24px;
	color: #FFFFFF;
	margin: 0;
}

.crecer_planos_content{
	width: 100%;
	padding: 21px 27px 36px;
	box-sizing: border-box;
}

.crecer_planos_img img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.crecer_planos_zoom{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #FF2C5E;
	color: #FFFFFF;
	font-size: 24px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	text-decoration: none;
}

.crecer_planos_info{
	width: 100%;
	padding-top: 17px;
	border-top: 1px solid #FFDBD4;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 21px;
}

.crecer_planos_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 20px;
}

.crecer_planos_box:first-child{
	margin-left: 0;
}

.crecer_planos_box_icon{
	width: 24px;
	margin-right: 7px;
}

.crecer_planos_box_icon img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.crecer_planos_box_text{
	font-family: 'Mulish-Regular';
	font-size: 16px;
	color: #555555;
}

.crecer_planos_box_text p{
	margin: 0;
}

.crecer_planos_box_text strong{
	font-weight: normal;
	font-family: 'Mulish-Bold';
}

.crecer_planos_right{
	width: 45%;
	margin-left: 6%;
}

.crecer_planos_title{
	font-family: 'Manrope-Regular';
	font-size: 14px;
	color: #757474;
}

.crecer_planos_title h2{
	font-family: 'Mulish-SemiBold';
	font-size: 36px;
	color: #FF2C5E;
	margin: 0px 0px 9px;
}

.crecer_planos_title p{
	margin: 0px 0px 9px;
}

.crecer_planos_form{
	width: 100%;
	box-sizing: border-box;
}

.crecer_planos_select{
	position: relative;
	margin-bottom: 15px;
}

.crecer_planos_selected{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	height: 60px;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #FFAEAA;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 40px 0 14px;
}

.crecer_planos_selected:before{
	content: "\e902";
	display: inline-block;
	color: c-0;
	font-family: 'icomoon';
	font-size: 8px;
	position: absolute;
	top: 26px;
	right: 20px;
}

.crecer_planos_desplegable{
	width: 100%;
	max-height: 300px;
	overflow: auto;
	background: #FFFFFF;
	border: 1px solid #FFAEAA;
	box-shadow: 0 0 15px 10px rgba(0,0,0, .05);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}

.crecer_planos_option{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	height: 60px;
	cursor: pointer;
	padding: 0 14px;
	box-sizing: border-box;
	transition: all .25s ease;
}

.crecer_planos_textreg{
	display: block;
	line-height: 1;
	color: #262626;
	font-family: 'Manrope-Regular';
	font-size: 15px;
}

.crecer_planos_name{
	font-family: 'Manrope-Semibold';
}

.crecer_planos_input{
	margin-bottom: 14px;
	position: relative;
}

.crecer_planos_input input,
.crecer_planos_input select,
.crecer_planos_input textarea{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: 'Manrope-Medium';
	color: #757474;
	font-size: 14px;
	border: 0;
	border: 1px solid #888888;
	border-radius: 5px;
	padding: 0px 14px;
	box-sizing: border-box;
}

.crecer_planos_input input:focus,
.crecer_planos_input select:focus,
.crecer_planos_input textarea:focus{
	border: 1px solid #FFAEAA;
}

.crecer_planos_input input:focus-visible,
.crecer_planos_input select:focus-visible,
.crecer_planos_input textarea:focus-visible{
	outline: 0;
}

.crecer_planos_input select{
	padding: 0px 40px 0px 14px;
	appearance: none;
	cursor: pointer;
	position: relative;
}

.crecer_planos_input select::-ms-expand{
	display: none;
}

.crecer_planos_input span{
	position: absolute;
	top: 27px;
	right: 20px;
	font-size: 8px;
	color: #757474;
	text-align: center;
	z-index: 1;
	pointer-events: none;
	margin: auto;
}

.crecer_planos_input textarea{
	height: 140px;
	line-height: 1.2;
	padding: 20px 14px;
}

.crecer_planos_input_two{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.crecer_planos_input_two .crecer_planos_input{
	width: 48.2%;
	margin-right: 3.6%;
}

.crecer_planos_input_two .crecer_planos_input:last-child{
	margin-right: 0;
}

.crecer_planos_campos{
	font-family: 'Manrope-Regular';
	font-size: 13px;
	color: #888888;
}

.crecer_planos_check{
	margin-bottom: 16px;
	position: relative;
}

.crecer_planos_check input[type="checkbox"]{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.crecer_planos_check label{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}

.crecer_planos_check input[type="checkbox"]:checked + label .crecer_planos_checkbox_box:after{
	opacity: 1;
	visibility: visible;
}

.crecer_planos_checkbox_box{
	position: relative;
	width: 18px;
	height: 18px;
}

.crecer_planos_checkbox_box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #888888;
	border-radius: 2px;
	background: transparent;
	box-sizing: border-box;
}

.crecer_planos_checkbox_box:after{
	content: "✔";
	width: 100%;
	position: absolute;
	top: 3px;
	left: 0;
	text-align: center;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	color: #FF2C5E;
	font-size: 11px;
	transition: all .2s linear;
}

.crecer_planos_checkbox_text{
	width: calc(100% - 18px);
	font-family: 'Manrope-Regular';
	font-size: 13px;
	color: #888888;
	padding-left: 6px;
	box-sizing: border-box;
}

.crecer_planos_checkbox_text a{
	text-decoration: underline;
	color: #FF2C5E;
}

.crecer_planos_btn{
	max-width: 178px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Manrope-SemiBold';
	background-color: #FF2C5E;
	border-radius: 12px;
	padding: 0px 20px;
	box-sizing: border-box;
	margin: 0;
	cursor: pointer;
}

@media screen and (min-width: 1025px){
	.crecer_planos_option:hover{
		background: #FFAEAA;
	}
	.crecer_planos_option:hover .crecer_planos_textreg{
		color: #FFFFFF;
	}
}

@media screen and (max-width: 1200px){
	.crecer_planos_box_text{
		font-size: 14px;
	}

	.crecer_planos_box{
		margin: 0px 10px;
	}
}

@media screen and (max-width: 960px){
	.crecer_planos{
		padding: 56px 0px 58px;
	}

	.crecer_planos_left{
		width: 100%;
	}

	.crecer_planos_right{
		width: 100%;
		margin-left: 0;
		margin-top: 14px;
	}

	.crecer_planos:before{
		width: 100%;
		height: 50%;
	}

	.crecer_planos_controls{
		display: none;
	}

	.crecer_planos_slider{
		box-shadow: 0px 8px 11px -3px rgb(8 44 122 / 15%);
	}
}

@media screen and (max-width: 767px){
	.crecer_planos_selected{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.crecer_planos_textreg{
		font-size: 11px;
		line-height: 1.2;
	}

	.crecer_planos_name{
		font-size: 14px;
	}

	.crecer_planos_textname{
		padding: 13px 18px;
	}

	.crecer_planos_textname h3{
		font-size: 16px;
	}

	.crecer_planos_content{
		padding: 12px 16px 20px;
	}

	.crecer_planos_box_icon{
		width: 18px;
	}

	.crecer_planos_box_text{
		font-size: 11px;
	}

	.crecer_planos_title h2{
		font-size: 32px;
	}
}

@media screen and (max-width: 480px){
	.crecer_planos_input_two .crecer_planos_input{
		width: 100%;
		margin-right: 0;
	}

	.crecer_planos_btn{
		max-width: 100%;
	}

	.crecer_planos_zoom{
		width: 36px;
		height: 36px;
		font-size: 16px;
	}
}

/* input number */
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}
/* ============================== */

.g4-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
}
.g4-loading.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.g4-loading img {
    position: relative;
    z-index: 2;
}
.g4-loading:after {
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    position: absolute;
}
.swal2-icon.swal2-error .swal2-x-mark {
    margin: 0;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: none !important;
}
.swal2-container.swal2-backdrop-show:after,
.swal2-container.swal2-noanimation:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    position: absolute;
    z-index: 1;
}
.swal2-container .swal2-popup {
    z-index: 2;
    border-radius: 15px;
}
.swal2-container .swal2-close:hover {
    color: #ea0029;
}
.swal2-close:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
.pop-response .swal2-icon.swal2-error,
.pop-response .swal2-icon.swal2-success {
    border: none;
}
.pop-response .swal2-title {
    font-size: 20px;
}