@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#22292F;
	min-height:100%;
	background: #fff;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #12345620;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #12345620;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #12345660; 
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	.mobWrapper {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.section {
	position: relative;
	padding: 10rem 0;
}
main#consultas .section.bg {
	padding: 5rem 0;
}
.featured + .main.static .section:first-child {
	padding-top: 0;
}
section.cta {
	padding-top: 2rem;
}
.page {
	font-size: 1rem;
	padding: 0 2.5rem;
	max-width: 1276px;
	margin: 0 auto;
	clear:both;
	position: relative;
	z-index: 100;
}
.row {
	margin: 0 -1.25rem -2.5rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
* + .row,
.row + * {
	margin-top: 4rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1.25rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
	margin-bottom: 2.5rem;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
	}
	.v_ac .col,
	.v_ac .gap {
		vertical-align: middle;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.section {
		padding: 3.5rem 0;
	}
	.col1,
	* + .col1 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 0 2.5rem!important;
	}
	.col2 {
		display: block;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.row + *,
	.col + .col,
	.gap + .col {
		margin-top: 2.5rem;
	}
}

picture,
svg,
img {
	display: block;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	padding: 1.25rem 0;
	background: #fff;
	box-shadow: 0 .125rem .625rem 0 #D0E5F066;
}
.branding {
	display: inline-block;
	/*
	margin-top: .375rem;
	height: 2.1875rem;
	*/
}
.branding img {
	display: block;
	height: 3rem;
	margin-bottom: -.5rem;
}
.branding path {
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.branding:hover path:nth-child(1) { transition-delay: 50ms; }
.branding:hover path:nth-child(2) { transition-delay: 100ms; }
.branding:hover path:nth-child(3) { transition-delay: 150ms; }
.branding:hover path:nth-child(4) { transition-delay: 200ms; }
.branding:hover path:nth-child(5) { transition-delay: 250ms; }
.branding:hover path:nth-child(6) { transition-delay: 300ms; }
.branding:hover path:nth-child(1),
.branding:hover path:nth-child(2),
.branding:hover path:nth-child(3),
.branding:hover path:nth-child(4),
.branding:hover path:nth-child(5),
.branding:hover path:nth-child(6) {
	fill: #5ECDF7;
}
.header nav.desktop {
	float: right;
}
.desktop .menu {
}
.desktop .menu > li {
	display: inline-block;
	margin-left: 2.5rem;
}
.desktop .menu li.dd {
	position: relative;
}
.desktop .menu li a {
	font-size: 1.125rem;
	display: block;
	line-height: 3rem;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.desktop .menu li a:not(.bt):hover {
	color: #3947DF;
}
.desktop .menu li.dd > a {
	padding-right: 1.125rem;
	position: relative;
}
.desktop .menu li.dd > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-25%);
	width: .625rem;
	height: .625rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.979 4.979L4.44867 5.50933L4.979 6.03966L5.50933 5.50933L4.979 4.979ZM0.46967 1.53033L4.44867 5.50933L5.50933 4.44867L1.53033 0.46967L0.46967 1.53033ZM5.50933 5.50933L9.48834 1.53033L8.42768 0.46967L4.44867 4.44867L5.50933 5.50933Z' fill='%2322292F'/%3E%3C/svg%3E%0A");
}
.desktop .menu li.dd ul {
	position: absolute;
	left: 0;
	margin-left: -1.5rem;
	top: 100%;
	white-space: nowrap;
	background: #3947DF;
	color: #fff;
	border-radius: .5rem;
	padding: .5rem 0;
	opacity: 0;
	visibility: hidden;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.desktop .menu li.dd:hover ul {
	opacity: 1;
	visibility: visible;
}
.desktop .menu li.dd ul a {
	font-size: 1rem;
	margin-right: 1rem;
	padding: 0 1.5rem;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.desktop .menu li.dd ul a:hover {
	color: #fff;
	transform: translateX(.375rem);
}
.mobile {
	display: none;
}
.bt {
	background: #3947DF;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 3.75rem;
	padding: 0 1.75rem;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-radius: .5rem;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
	display: inline-block;
}
.bt:hover {
	background: #2230C6;
}

.featured {
	padding-top: 5.5rem;
}
.featured.home {
	background: #C7EAFE;
}
.featured .page {
	min-height: 90vh;
	min-height: calc(100vh - 5.5rem);
	position: relative;
}
.featured .page .content {
	position: relative;
	max-width: 60%;
	top: 50vh;
	top: calc(50vh - 5rem);
	transform: translateY(-50%);
}
.featured img {
	position: absolute;
	left: 75%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 80vw;
	max-height: 80vh;
}
.fade_t.featured .page,
#sumate .fade_t .page {
	mix-blend-mode: multiply;
}
.featured h2 {
	font-size: 4.5rem;
	line-height: .97222em;
	letter-spacing: -.02em;
	margin-bottom: 3.5rem;
	color: #19191B;
}
.featured h2:after {
	content: ".";
	color: #18CFFC;
}
main#sumate form h2:after {
	content: "";
}
.featured h1 + h2 {
	font-size: 3.75rem;
	line-height: 1.1666em;
	max-width: 8em;
	font-weight: 300;
}
main h2:after {
	content: ".";
	color: #18CFFC;
}
.featured h1 + h2 strong {
	font-weight: 500;
}
.main.home h2 {
	font-size: 3.75rem;
	color: #19191B;
	line-height: 1.1666em;
	margin-bottom: 2.125rem;
	font-weight: 300;
	position: relative;
	letter-spacing: -.02em;
}
.main.home h2:after {
	content: '.';
	color: #18CFFC;
}
.main.home h2 + p,
#objetivos .col + .col p {
	font-size: 1.5rem;
	line-height: 1.333em;
	font-weight: 300;
}
.main.home h2 + p,
main#clientes h2 + p,
#about section.fade_t .page h2 + p {
	color: #5F6367;
}
.featured h3,
.featured h1 {
	font-size: 1.5rem;
	color: #3947DF;
	font-weight: 500;
	margin-bottom: 1.875rem;
}
.featured .bt {
	font-size: 1.125rem;
	line-height: 3.8125rem;
	padding: 0 1.25rem;
}
.main.home h3,
.main.static h3 {
	font-size: 2rem;
	line-height: 1.25em;
	font-weight: 500;
	margin-bottom: 1.25rem;
}
.main.static .page > h3 {
	max-width: 32em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main.static h3 {
	font-weight: 300;
}
.main .cta h3 strong {
	display: block;
	margin-bottom: 1.25rem;
}
.main .cta .bt {
	margin-top: 1.5rem;
}
.footer h6,
.main.static h4 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1.75rem;
}
.main.static h4.check {
	line-height: 2.25rem;
	padding-left: 2.75rem;
	background-image: url("data:image/svg+xml,%3Csvg width='37' height='36' viewBox='0 0 37 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8241 1.1226e-07C15.2987 -0.00039546 11.8524 1.04463 8.92103 3.00291C5.98962 4.9612 3.70476 7.74479 2.3554 11.0017C1.00604 14.2585 0.652777 17.8424 1.34029 21.3001C2.02781 24.7577 3.72523 27.9338 6.21788 30.4268C8.71053 32.9197 11.8865 34.6175 15.344 35.3054C18.8016 35.9933 22.3855 35.6404 25.6425 34.2914C28.8996 32.9424 31.6834 30.6579 33.642 27.7267C35.6006 24.7955 36.6461 21.3493 36.6461 17.824C36.6462 15.4834 36.1853 13.1658 35.2897 11.0034C34.3942 8.84092 33.0815 6.87605 31.4265 5.22094C29.7716 3.56583 27.8069 2.25289 25.6445 1.35708C23.4822 0.461267 21.1646 0.00013143 18.8241 1.1226e-07V1.1226e-07ZM18.8241 32.305C15.9597 32.3054 13.1595 31.4564 10.7776 29.8652C8.3958 28.2741 6.5393 26.0124 5.44291 23.3662C4.34652 20.7199 4.05951 17.808 4.61815 14.9986C5.1768 12.1892 6.55602 9.60854 8.58138 7.58303C10.6067 5.55753 13.1873 4.17813 15.9966 3.61929C18.806 3.06045 21.718 3.34727 24.3643 4.44347C27.0106 5.53968 29.2725 7.39602 30.8637 9.77775C32.455 12.1595 33.3043 14.9596 33.3041 17.824C33.3041 21.6644 31.7785 25.3476 29.063 28.0633C26.3475 30.7789 22.6645 32.3047 18.8241 32.305V32.305ZM25.8241 10.242C25.6439 10.1349 25.444 10.0653 25.2363 10.0375C25.0285 10.0098 24.8173 10.0243 24.6154 10.0804C24.4135 10.1365 24.225 10.2329 24.0613 10.3638C23.8976 10.4946 23.7622 10.6573 23.6631 10.842L17.6911 21.579L14.3621 17.527C14.1398 17.1778 13.7961 16.9232 13.3972 16.8124C12.9984 16.7016 12.5726 16.7424 12.2021 16.927C11.8292 17.1492 11.5591 17.5095 11.4505 17.9297C11.3419 18.3499 11.4036 18.796 11.6221 19.171L16.2541 24.809C16.5266 25.2096 16.9382 25.4948 17.4091 25.609V25.616H17.4511C17.8415 25.7049 18.2495 25.6759 18.6234 25.5326C18.9973 25.3893 19.3201 25.1381 19.5511 24.811L23.3231 18.036L26.4111 12.49C26.6225 12.1124 26.6799 11.6677 26.5713 11.2488C26.4626 10.83 26.1964 10.4692 25.8281 10.242H25.8241Z' fill='%233947DF'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 2.20rem;
	position: relative;
	left: -.125rem;
	margin-bottom: .625rem;
}
.main.static * + h4.check {
	margin-top: 1.625rem;
}
.main.home .bg h3 {
	font-weight: 300;
}
* strong {
	font-weight: 500;
}

.sections {
	background: #C7EAFE;
	background-image: url("data:image/svg+xml,%3Csvg width='1921' height='209' viewBox='0 0 1921 209' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M792.4 208.526C783.741 185.431 771.651 163.774 756.537 144.282C741.558 124.939 723.786 107.93 703.805 93.813C683.63 79.544 661.407 68.4194 637.894 60.8191C613.533 52.9629 588.091 48.9744 562.494 48.9991C543.9 48.9927 525.364 51.0913 507.242 55.2549C489.689 59.3047 472.64 65.287 456.405 73.0921C440.428 80.7829 425.329 90.1791 411.373 101.117C397.485 112.007 384.801 124.35 373.538 137.936C361.873 135.317 349.955 133.997 338 134C326.39 133.997 314.814 135.241 303.47 137.712C292.477 140.117 281.768 143.674 271.52 148.324C261.443 152.903 251.864 158.508 242.935 165.05C234.064 171.555 225.877 178.945 218.501 187.106C211.125 178.945 202.938 171.555 194.066 165.05C185.137 158.508 175.558 152.903 165.481 148.324C155.233 143.674 144.524 140.117 133.531 137.712C122.187 135.241 110.61 133.997 99 134C80.8655 133.979 62.8583 137.028 45.7419 143.019C29.2328 148.804 13.7815 157.251 0 168.026V208.528H1921V169.106C1910.82 164.525 1900.18 161.022 1889.27 158.654C1878.01 156.222 1866.52 154.997 1855 155C1848.31 155 1841.63 155.411 1834.99 156.23C1827.75 145.644 1819.28 135.955 1809.75 127.367C1800.2 118.759 1789.65 111.322 1778.34 105.213C1766.85 99.017 1754.65 94.2484 1742.01 91.013C1728.93 87.6781 1715.49 85.9941 1702 86.0001C1691.78 85.9983 1681.59 86.9609 1671.55 88.8751C1661.8 90.7427 1652.25 93.5116 1643.02 97.1461C1633.94 100.725 1625.21 105.121 1616.93 110.282C1608.73 115.404 1601 121.25 1593.83 127.751C1572.96 89.7013 1542.43 57.8223 1505.32 35.324C1486.62 23.9894 1466.48 15.2208 1445.44 9.25396C1423.66 3.09852 1401.13 -0.0155512 1378.5 5.83921e-05C1357.91 -0.0100587 1337.4 2.56512 1317.46 7.6651C1298.16 12.6167 1279.55 19.9131 1262.03 29.3912C1244.77 38.7373 1228.69 50.1133 1214.12 63.2772C1199.59 76.4163 1186.67 91.2355 1175.63 107.423C1163.3 104.48 1150.67 102.995 1138 103C1118.92 102.973 1099.99 106.348 1082.1 112.967C1073.45 116.173 1065.09 120.117 1057.12 124.756C1049.22 129.357 1041.73 134.619 1034.72 140.485C1013.78 134.841 992.187 131.988 970.5 132C953.323 131.996 936.193 133.782 919.386 137.329C903.09 140.784 887.191 145.898 871.936 152.589C856.938 159.179 842.636 167.253 829.244 176.689C815.947 186.065 803.608 196.73 792.405 208.528L792.4 208.526Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 101%;
	padding-bottom: 19rem;
}
.sections.services {
	background-image: none;
}
.sections.partners {
	margin-top: -13rem;
}
.sections.partners .col12 {
	text-align: center;
}
.sections.partners .col12 > * {
	display: inline-block;
	line-height: 5rem;
	vertical-align: middle;
	margin: 0 2rem;
}
.sections.partners .col12 > h2 {
	font-size: 2rem;
	font-weight: normal;
}
.sections.partners .col12 > p {
	width: 11rem;
	height: auto;
}
.sections.partners .col12 > p + p {
	width: 18rem;
}
.sections a {
	display: block;
	padding: 2.75rem 0 4rem 2.75rem;
	background: #fff;
	border-radius: .5rem;
	box-shadow: 0 .25rem 1.25rem 0 #60636733;
	position: relative;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.sections a:hover {
	transform: translateY(-.75rem);
}
.sections a:after {
	content: '';
	position: absolute;
	right: 1.125rem;
	top: 1.375rem;
	width: .5rem;
	height: .875rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70715 0.292941C1.31666 -0.0976096 0.683492 -0.0976526 0.292941 0.292845C-0.0976096 0.683343 -0.0976526 1.31651 0.292845 1.70706L1.70715 0.292941ZM6.38892 6.38965L7.09604 7.09674L7.80307 6.38968L7.09607 5.68259L6.38892 6.38965ZM0.292877 11.0717C-0.0976382 11.4623 -0.0976239 12.0954 0.292909 12.4859C0.683442 12.8764 1.31661 12.8764 1.70712 12.4859L0.292877 11.0717ZM0.292845 1.70706L5.68176 7.09671L7.09607 5.68259L1.70715 0.292941L0.292845 1.70706ZM5.68179 5.68256L0.292877 11.0717L1.70712 12.4859L7.09604 7.09674L5.68179 5.68256Z' fill='%233947DF'/%3E%3C/svg%3E%0A");
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.sections a:hover:after {
	right: .75rem;
}
.sections h4 {
	font-size: 1.375rem;
	font-weight: 500;
	color: #19191B;
	margin-bottom: 1.125rem;

}
.sections p,
.main.home p,
.main.static h5,
.main.static p {
	font-size: 1.125rem;
	line-height: 1.444em;
	font-weight: 300;
}
.main.static h5 {
	font-weight: 500;
	margin-bottom: 2.375rem;
}
.footer p,
.footer ul li {
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: .5rem;
}
.footer a {
	display: block;
	transition: all 400ms cubic-bezier(.7,0,.3,1);	
}
.footer a:hover {
	color: #3947DF;
	transform: translateX(.375rem);
}
.footer p + p {
	margin-top: 1.375rem;
}
.footer .page > p {
	font-weight: 400;
	margin-top: 6rem;
	font-size: .875rem;
	padding: 2.5rem 0;
	border-top: solid 1px #DADCE0;
}
.footer .page > p a {
	float: right;
	font-weight: bold;
	color: #606367;
}
.footer .page > p span {
	color: #3947DF;
}

.card {
	position: relative;
	padding: 2.25rem 2.375rem;
	border: solid 1px #606367;
	background: #fff;
	border-radius: 1rem;
	position: relative;
}
.card .icon {
	position: absolute;
	left: 2.5rem;
	top: 0;
	transform: translateY(-75%);
}
.card .icon + * {
	margin-top: 1rem;
}

.icon {
	display: inline-block;
	margin-bottom: 1.25rem;
}

.a_c,
.a_c .col {
	text-align: center;
}

.main.home .section + .section h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -4.625rem;
	width: 2.0625rem;
	height: 2.0625rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateX(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.826172V20.8389L7.99324 13.8329L6.5791 15.2472L16 24.6671L25.4212 15.2472L24.0071 13.8329L17 20.839V0.826172H28C30.2091 0.826172 32 2.61703 32 4.82617V28.8262C32 31.0353 30.2091 32.8262 28 32.8262H4C1.79086 32.8262 0 31.0353 0 28.8262V4.82617C0 2.61703 1.79086 0.826172 4 0.826172H15Z' fill='%233947DF'/%3E%3C/svg%3E%0A");
}


.section .page > h2 {
	text-align: center;
	max-width: 15em;
	margin-left: auto;
	margin-right: auto;
}
.section.bg {
	background: #3947DF;
	color: #fff;
}
#versatilidad,
#versatilidad .col {
	text-align: center;
}
#versatilidad .col p {
	max-width: 12em;
	margin: 0 auto;
}
#versatilidad .col p strong {
	font-size: 5rem;
	display: block;
	margin-bottom: 3rem;
}

.card.banner {
	padding: 4.5rem 6rem;
}
.banner h3 {
	display: inline-block;
	line-height: 3.75rem;
	margin-bottom: 0!important;
}
.banner a {
	float: right;
}

.dec_l,
.dec_r {
	position: absolute;
	bottom: 0;
	transform: translate(-50% , 50%);
	left: 2.5rem;
}
.dec_r {
	left: auto;
	right: 2.5rem;
	transform: translate(50% , 50%);
	z-index: 20;
}

.fade_t:after,
.fade_b:after,
.footer:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	height: 20rem;
	background: -moz-linear-gradient(top,  rgba(204,231,253,.5) 0%, rgba(204,231,253,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(204,231,253,.5) 0%,rgba(204,231,253,0) 100%);
	background: linear-gradient(to bottom,  rgba(204,231,253,.5) 0%,rgba(204,231,253,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce7fd', endColorstr='#00cce7fd',GradientType=0 );
	top: 0;
}
.fade_b:after {
	top: auto;
	bottom: 0;
	transform: rotate(180deg);
}
.footer {
	padding: 4.25rem 0 0;
	position: relative;
	z-index: 200;
}
.footer:before {
	top: auto;
	bottom: 100%;
	height: 3.25rem;
	transform: rotate(180deg);
}

.staff {
	position: relative;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	overflow: hidden;
}
.staff img {
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.staff:hover img {
	transform: scale(1.05);
}
.staff a {
	transition: all 400ms cubic-bezier(.7,0,.3,1);
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 2.375rem;
	height: 2.375rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 38C29.4934 38 38 29.4934 38 19C38 8.50659 29.4934 0 19 0C8.50659 0 0 8.50659 0 19C0 29.4934 8.50659 38 19 38Z' fill='%233947DF'/%3E%3Cpath d='M16 24.298H13.388V15.886H16V24.298ZM14.693 14.739C14.3924 14.7403 14.0981 14.6525 13.8474 14.4867C13.5966 14.3208 13.4007 14.0843 13.2844 13.8071C13.1681 13.5299 13.1366 13.2244 13.1939 12.9293C13.2512 12.6342 13.3947 12.3627 13.6063 12.1491C13.8179 11.9356 14.088 11.7896 14.3826 11.7296C14.6772 11.6696 14.9829 11.6982 15.2612 11.812C15.5395 11.9258 15.7778 12.1195 15.9459 12.3687C16.1141 12.6179 16.2046 12.9113 16.206 13.212C16.2063 13.6146 16.0474 14.0011 15.764 14.2871C15.4806 14.5731 15.0956 14.7355 14.693 14.739V14.739ZM25.78 24.298H23.17V20.203C23.17 19.227 23.15 17.976 21.812 17.976C20.454 17.976 20.246 19.036 20.246 20.133V24.298H17.637V15.886H20.142V17.034H20.18C20.4303 16.6053 20.7923 16.2525 21.2272 16.0131C21.6622 15.7738 22.1539 15.657 22.65 15.675C25.294 15.675 25.78 17.416 25.78 19.675V24.298V24.298Z' fill='white'/%3E%3C/svg%3E%0A");
}
.staff:hover a {
	bottom: 1.5rem;
}
.staff ~ * {
	text-align: center;
	margin-bottom: .25rem!important;
}

.form {
	position: relative;
	padding: 1rem 2.375rem 2.375rem;
}
.form .icon {
	position: absolute;
	right: 1rem;
	top: 3rem;
	left: auto;
	transform: none;
}
#sumate .form .icon {
	right: 2.5rem;
}
#sumate .bt {
	margin-top: 2rem;
}
.form h2 {
	font-size: 3.75rem;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 1.75rem;
	padding-right: 5rem;
}
.form .field {
	margin-bottom: .75rem;
}
.form .field input,
.form .field textarea {
	color: #3947DF;
	font-weight: 500;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.125rem;
	padding: 1.75rem 1.125rem;
	border-bottom: solid 1px #E8E8E8;
}
.form .field input.ok {
	background-repeat: no-repeat;
	background-position: 97.5% 50%;
	background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.668 33.336C25.8735 33.336 33.336 25.8735 33.336 16.668C33.336 7.46252 25.8735 0 16.668 0C7.46252 0 0 7.46252 0 16.668C0 25.8735 7.46252 33.336 16.668 33.336Z' fill='%2300CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.71 23.5081C11.68 23.478 11.6516 23.4462 11.625 23.4131L5.43699 17.2271C5.22218 16.9964 5.10528 16.6913 5.11091 16.3761C5.11654 16.0609 5.24426 15.7602 5.46717 15.5373C5.69008 15.3144 5.99079 15.1867 6.30598 15.181C6.62118 15.1754 6.92626 15.2923 7.15699 15.5071L12.575 20.9231L23.989 9.5071C24.2171 9.27902 24.5264 9.15088 24.849 9.15088C25.1715 9.15088 25.4809 9.27902 25.709 9.5071C25.9371 9.73519 26.0652 10.0445 26.0652 10.3671C26.0652 10.6897 25.9371 10.999 25.709 11.2271L13.43 23.5081C13.2012 23.7348 12.8921 23.862 12.57 23.862C12.2479 23.862 11.9388 23.7348 11.71 23.5081V23.5081Z' fill='white'/%3E%3C/svg%3E%0A");
}
.form .field textarea {
	border-bottom: none;
}
.form .field input::placeholder,
.form .field textarea::placeholder {
	font-weight: 300;
	color: #5F6367;
}

#cualidades h2 {
	max-width: 100%;
}
#objetivos .col + .col img {
	display: inline-block;
	vertical-align: top;
	margin-right: .75rem;
	margin-bottom: 2rem;
}
#objetivos .col + .col img:nth-child(1),
#objetivos .col + .col img:nth-child(3) {
	margin-top: 3rem;
}
#objetivos .col + .col img:nth-child(4) {
	margin-top: 1rem;
}

#clientes .sliderWrapper {
	margin: 5rem 0;
}
#clientes .sliderWrapper,
#clientes .sliderWrapper div {
	text-align: center;
}
#clientes .sliderWrapper img {
	display: inline-block;
}
#clientes .slick-dots li {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-radius: 1rem;
	background: #5F636766;
	margin: 0 .5rem;
	font-size: 0;
	position: relative;
}
#clientes .slick-dots li button {
	display: block;
	font-size: 0;
	width: .5rem;
	height: .5rem;
	position: absolute;
	border: none;
}
#clientes .slick-dots li button:before {
	display: none;
}
#clientes .slick-dots .slick-active {
	background: #3947DF;
}

#infraestructura section:first-child h3 {
	text-align: left;
	padding-left: 9rem;
	position: relative;
	max-width: 34em;
	margin-bottom: 8rem;
}
#infraestructura h3 img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#infraestructura h4 {
	min-height: 2em;
}

#desarrollos h3 {
	margin-bottom: 5rem;
}

main#clientes {
	text-align: center;
}
#about section:last-child {
	padding-top: 0;
}
#about section.fade_t {
	padding-bottom: 0;
}
#about section.fade_t .page,
#consultas .fade_t .page {
	mix-blend-mode: multiply;
	text-align: center;
}
#about section.fade_t .page img,
main#clientes .page > img {
	display: inline-block;
	margin-bottom: 2.5rem;
}
#about section.fade_t .page h2,
main#clientes h2 {
	font-size: 3.75rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
#about section.fade_t .page h2 strong,
main#clientes h2 strong {
	font-weight: 500;
}
main#clientes h2 span {
	color: #ccc;
	font-style: italic;
	font-size: 1.75rem;
	vertical-align: bottom;
	line-height: 3.75rem;
	margin: 0 1rem;
}
main#clientes h2 img {
	max-height: 4rem;
	display: inline;
	vertical-align: middle;
	margin: 3.5rem 0 2rem;
}
#about section.fade_t .page p,
main#clientes p {
	font-size: 1.5rem;
	line-height: 1.333em;
	max-width: 46em;
	margin-left: auto;
	margin-right: auto;
}
main#clientes .section + .section p,
main#clientes .section + .section p + img {
	font-size: 2rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .75rem;
}
main#consultas .section.bg a {
	text-align: left;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 300;
	padding-left: 6rem;
	line-height: 4.9375rem;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='77' height='79' viewBox='0 0 77 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.067 78.9001H34.182C33.1239 78.9001 32.1092 78.4797 31.361 77.7315C30.6128 76.9834 30.1925 75.9686 30.1925 74.9106C30.1925 73.8525 30.6128 72.8377 31.361 72.0896C32.1092 71.3414 33.1239 70.9211 34.182 70.9211H42.602C42.832 70.9288 43.0499 71.0256 43.2099 71.191C43.3698 71.3564 43.4592 71.5775 43.4592 71.8076C43.4592 72.0377 43.3698 72.2587 43.2099 72.4241C43.0499 72.5896 42.832 72.6863 42.602 72.694H34.182C33.5942 72.694 33.0304 72.9276 32.6147 73.3432C32.199 73.7589 31.9655 74.3227 31.9655 74.9106C31.9655 75.4984 32.199 76.0622 32.6147 76.4779C33.0304 76.8935 33.5942 77.1271 34.182 77.1271H64.066C65.071 77.1271 66.0534 76.8292 66.8891 76.2709C67.7247 75.7126 68.376 74.919 68.7606 73.9905C69.1452 73.062 69.2458 72.0404 69.0497 71.0547C68.8536 70.069 68.3697 69.1636 67.659 68.453L63.423 64.2151C63.2636 64.0474 63.1761 63.824 63.1791 63.5927C63.182 63.3614 63.2752 63.1404 63.4388 62.9768C63.6024 62.8133 63.8234 62.7201 64.0547 62.7171C64.286 62.7142 64.5093 62.8017 64.677 62.961L68.913 67.199C69.8714 68.1577 70.524 69.3789 70.7884 70.7084C71.0527 72.0379 70.9169 73.416 70.3981 74.6683C69.8793 75.9206 69.0008 76.991 67.8737 77.744C66.7466 78.4971 65.4215 78.8991 64.066 78.8991L64.067 78.9001Z' fill='%23D7DEED'/%3E%3Cpath d='M9.30898 53.1909C10.2734 53.1909 11.2161 53.4769 12.0179 54.0127C12.8198 54.5484 13.4448 55.31 13.8138 56.201C14.1829 57.0919 14.2794 58.0723 14.0913 59.0182C13.9032 59.964 13.4388 60.8328 12.7568 61.5148C12.0749 62.1967 11.2061 62.6611 10.2602 62.8492C9.31439 63.0374 8.33399 62.9408 7.44302 62.5717C6.55204 62.2027 5.79052 61.5777 5.25474 60.7759C4.71896 59.974 4.43298 59.0313 4.43298 58.0669C4.43285 57.4266 4.55888 56.7924 4.80388 56.2008C5.04887 55.6092 5.40804 55.0716 5.86084 54.6188C6.31364 54.166 6.85122 53.8068 7.44286 53.5618C8.03451 53.3168 8.66862 53.1908 9.30898 53.1909V53.1909Z' fill='%2307CC66'/%3E%3Cpath d='M71.361 15.957C71.9741 15.957 72.5735 16.1388 73.0833 16.4795C73.593 16.8201 73.9904 17.3043 74.225 17.8707C74.4596 18.4372 74.521 19.0605 74.4014 19.6618C74.2818 20.2631 73.9866 20.8155 73.553 21.2491C73.1195 21.6826 72.5671 21.9779 71.9658 22.0975C71.3644 22.2171 70.7411 22.1557 70.1747 21.9211C69.6082 21.6864 69.124 21.2891 68.7834 20.7793C68.4428 20.2695 68.261 19.6702 68.261 19.057C68.261 18.2349 68.5876 17.4464 69.1689 16.865C69.7503 16.2836 70.5388 15.957 71.361 15.957V15.957Z' fill='%2307CC66'/%3E%3Cpath d='M64.6771 46.296C63.5249 45.1431 62.1569 44.2285 60.6512 43.6045C59.1454 42.9804 57.5315 42.6593 55.9016 42.6593C54.2716 42.6593 52.6577 42.9804 51.1519 43.6045C49.6462 44.2285 48.2782 45.1431 47.1261 46.296L46.4981 46.922L63.9981 64.422C37.1211 37.486 109.168 109.59 7.01006 7.43604C4.01815 10.429 2.3374 14.4876 2.3374 18.7195C2.3374 22.9514 4.01815 27.0101 7.01006 30.003L41.4881 64.479C42.9698 65.9608 44.7289 67.1363 46.6649 67.9382C48.601 68.7402 50.676 69.1529 52.7716 69.1529C54.8671 69.1529 56.9421 68.7402 58.8782 67.9382C60.8142 67.1363 62.5733 65.9608 64.0551 64.479L64.6811 63.851C65.8336 62.6987 66.7479 61.3306 67.3717 59.8249C67.9955 58.3192 68.3166 56.7053 68.3166 55.0755C68.3166 53.4457 67.9955 51.8319 67.3717 50.3262C66.7479 48.8204 65.8336 47.4524 64.6811 46.3L64.6771 46.296Z' fill='%232663F0'/%3E%3Cpath d='M25.184 24.356C26.3636 23.2097 27.3035 21.8403 27.9491 20.3276C28.5948 18.8148 28.9333 17.1887 28.945 15.544C28.9567 13.8992 28.6414 12.2685 28.0173 10.7467C27.3932 9.22485 26.4729 7.84227 25.3097 6.67928C24.1466 5.51628 22.7639 4.59609 21.242 3.97219C19.7201 3.34828 18.0894 3.03312 16.4446 3.045C14.7999 3.05689 13.1739 3.39559 11.6612 4.04143C10.1484 4.68726 8.7792 5.62734 7.633 6.80702L7.005 7.43502L24.558 24.986L25.184 24.356Z' fill='%232663F0'/%3E%3Cpath d='M7.00505 7.43091L64.05 64.4739C62.5683 65.9557 60.8092 67.1311 58.8732 67.9331C56.9371 68.735 54.8621 69.1478 52.7665 69.1478C50.671 69.1478 48.596 68.735 46.6599 67.9331C44.7239 67.1311 42.9648 65.9557 41.483 64.4739L7.00505 29.9979C4.01314 27.005 2.3324 22.9463 2.3324 18.7144C2.3324 14.4825 4.01314 10.4238 7.00505 7.43091V7.43091Z' fill='%234A78FF'/%3E%3Cpath d='M74.9099 59.396C75.173 59.396 75.4301 59.474 75.6489 59.6201C75.8676 59.7663 76.038 59.974 76.1387 60.217C76.2394 60.4601 76.2657 60.7275 76.2144 60.9855C76.1631 61.2435 76.0364 61.4804 75.8504 61.6664C75.6644 61.8524 75.4274 61.9791 75.1694 62.0304C74.9114 62.0817 74.644 62.0554 74.401 61.9547C74.158 61.8541 73.9503 61.6836 73.8041 61.4649C73.658 61.2462 73.58 60.989 73.58 60.726C73.5798 60.5513 73.6141 60.3783 73.6809 60.2169C73.7477 60.0554 73.8457 59.9088 73.9692 59.7852C74.0927 59.6617 74.2394 59.5638 74.4008 59.497C74.5622 59.4302 74.7352 59.3959 74.9099 59.396V59.396Z' fill='%23FF5722'/%3E%3Cpath d='M73.137 30.1411C73.4 30.1411 73.6572 30.2191 73.8759 30.3653C74.0946 30.5114 74.2651 30.7191 74.3658 30.9621C74.4664 31.2052 74.4928 31.4726 74.4414 31.7306C74.3901 31.9886 74.2635 32.2256 74.0775 32.4116C73.8915 32.5976 73.6545 32.7242 73.3965 32.7756C73.1385 32.8269 72.8711 32.8005 72.6281 32.6999C72.385 32.5992 72.1773 32.4287 72.0312 32.21C71.885 31.9913 71.807 31.7342 71.807 31.4711C71.8069 31.2964 71.8412 31.1234 71.908 30.962C71.9748 30.8006 72.0727 30.6539 72.1963 30.5304C72.3198 30.4068 72.4664 30.3089 72.6279 30.2421C72.7893 30.1753 72.9623 30.141 73.137 30.1411V30.1411Z' fill='%23FF5722'/%3E%3Cpath d='M61.6129 2.65991C61.876 2.65991 62.1332 2.73791 62.3519 2.88406C62.5706 3.0302 62.741 3.23792 62.8417 3.48094C62.9424 3.72397 62.9687 3.99139 62.9174 4.24938C62.8661 4.50738 62.7394 4.74436 62.5534 4.93036C62.3674 5.11637 62.1304 5.24304 61.8724 5.29436C61.6144 5.34568 61.347 5.31934 61.104 5.21867C60.861 5.11801 60.6533 4.94754 60.5071 4.72882C60.361 4.5101 60.283 4.25296 60.283 3.98991C60.2828 3.81522 60.3171 3.64221 60.3839 3.48079C60.4507 3.31937 60.5487 3.1727 60.6722 3.04917C60.7957 2.92564 60.9424 2.82768 61.1038 2.76088C61.2652 2.69409 61.4383 2.65978 61.6129 2.65991V2.65991Z' fill='%23FF5722'/%3E%3Cpath d='M27.039 3.76553e-07C27.302 3.76553e-07 27.5592 0.0780021 27.7779 0.224144C27.9966 0.370287 28.1671 0.578004 28.2677 0.82103C28.3684 1.06406 28.3947 1.33148 28.3434 1.58947C28.2921 1.84747 28.1654 2.08445 27.9794 2.27045C27.7934 2.45645 27.5565 2.58313 27.2985 2.63445C27.0405 2.68576 26.773 2.65943 26.53 2.55876C26.287 2.4581 26.0793 2.28763 25.9331 2.06891C25.787 1.85019 25.709 1.59305 25.709 1.33C25.7089 1.15531 25.7432 0.9823 25.81 0.820877C25.8767 0.659455 25.9747 0.512784 26.0982 0.389256C26.2218 0.265728 26.3684 0.167764 26.5299 0.100972C26.6913 0.0341794 26.8643 -0.000131121 27.039 3.76553e-07V3.76553e-07Z' fill='%23FF5722'/%3E%3Cpath d='M27.039 57.623C27.302 57.623 27.5592 57.7011 27.7779 57.8472C27.9966 57.9933 28.1671 58.2011 28.2677 58.4441C28.3684 58.6871 28.3947 58.9545 28.3434 59.2125C28.2921 59.4705 28.1654 59.7075 27.9794 59.8935C27.7934 60.0795 27.5565 60.2062 27.2985 60.2575C27.0405 60.3088 26.773 60.2825 26.53 60.1818C26.287 60.0811 26.0793 59.9107 25.9331 59.692C25.787 59.4732 25.709 59.2161 25.709 58.953C25.7089 58.7783 25.7432 58.6053 25.81 58.4439C25.8767 58.2825 25.9747 58.1358 26.0982 58.0123C26.2218 57.8888 26.3684 57.7908 26.5299 57.724C26.6913 57.6572 26.8643 57.6229 27.039 57.623V57.623Z' fill='%23FF5722'/%3E%3Cpath d='M11.9679 72.6941C12.231 72.6941 12.4881 72.7721 12.7068 72.9182C12.9256 73.0644 13.096 73.2721 13.1967 73.5151C13.2974 73.7582 13.3237 74.0256 13.2724 74.2836C13.2211 74.5416 13.0944 74.7785 12.9084 74.9645C12.7224 75.1505 12.4854 75.2772 12.2274 75.3285C11.9694 75.3798 11.702 75.3535 11.459 75.2528C11.2159 75.1522 11.0082 74.9817 10.8621 74.763C10.7159 74.5443 10.6379 74.2871 10.6379 74.0241C10.6378 73.8494 10.6721 73.6764 10.7389 73.515C10.8057 73.3535 10.9037 73.2069 11.0272 73.0833C11.1507 72.9598 11.2974 72.8619 11.4588 72.7951C11.6202 72.7283 11.7932 72.694 11.9679 72.6941V72.6941Z' fill='%23FF5722'/%3E%3Cpath d='M1.33 39.0061C1.59305 39.0061 1.85019 39.0841 2.06891 39.2303C2.28763 39.3764 2.4581 39.5841 2.55876 39.8271C2.65943 40.0702 2.68576 40.3376 2.63445 40.5956C2.58313 40.8536 2.45645 41.0905 2.27045 41.2766C2.08445 41.4626 1.84747 41.5892 1.58947 41.6405C1.33148 41.6919 1.06406 41.6655 0.82103 41.5649C0.578004 41.4642 0.370287 41.2937 0.224144 41.075C0.0780021 40.8563 3.76553e-07 40.5991 3.76553e-07 40.3361C-0.000131121 40.1614 0.0341794 39.9884 0.100972 39.827C0.167764 39.6655 0.265728 39.5189 0.389256 39.3954C0.512784 39.2718 0.659455 39.1739 0.820877 39.1071C0.9823 39.0403 1.15531 39.006 1.33 39.0061V39.0061Z' fill='%23FF5722'/%3E%3Cpath d='M47.388 30.9489C47.2126 30.9491 47.0411 30.8973 46.8952 30.8C46.7493 30.7026 46.6356 30.5642 46.5685 30.4021C46.5013 30.2401 46.4838 30.0618 46.5181 29.8898C46.5523 29.7178 46.6369 29.5599 46.761 29.4359C47.1075 29.0896 47.3824 28.6785 47.57 28.226C47.7576 27.7734 47.8542 27.2884 47.8543 26.7985C47.8545 26.3086 47.7581 25.8235 47.5708 25.3709C47.3834 24.9183 47.1088 24.5069 46.7625 24.1604C46.4162 23.814 46.005 23.5391 45.5525 23.3515C45.1 23.1639 44.6149 23.0672 44.125 23.0671C43.6352 23.067 43.1501 23.1633 42.6974 23.3507C42.2448 23.538 41.8335 23.8127 41.487 24.159C41.3188 24.3149 41.0967 24.3997 40.8673 24.3954C40.638 24.3912 40.4192 24.2982 40.2569 24.136C40.0946 23.9739 40.0014 23.7552 39.997 23.5258C39.9925 23.2964 40.0771 23.0743 40.233 22.9059C41.2653 21.874 42.6654 21.2944 44.125 21.2947C45.5847 21.295 46.9845 21.8751 48.0165 22.9075C49.0485 23.9398 49.628 25.3398 49.6278 26.7995C49.6275 28.2592 49.0474 29.659 48.015 30.6909C47.9326 30.7731 47.8348 30.8381 47.7272 30.8824C47.6196 30.9266 47.5043 30.9493 47.388 30.9489Z' fill='%23BCE4FF'/%3E%3Cpath d='M49.999 33.561C49.8236 33.5612 49.6521 33.5093 49.5062 33.412C49.3603 33.3147 49.2466 33.1762 49.1795 33.0142C49.1123 32.8522 49.0948 32.6739 49.1291 32.5019C49.1633 32.3299 49.2479 32.1719 49.372 32.048C50.0614 31.3586 50.6083 30.5401 50.9814 29.6393C51.3546 28.7385 51.5466 27.773 51.5466 26.798C51.5466 25.823 51.3546 24.8575 50.9814 23.9567C50.6083 23.0559 50.0614 22.2374 49.372 21.548C48.6825 20.8586 47.8641 20.3117 46.9633 19.9385C46.0625 19.5654 45.097 19.3734 44.122 19.3734C43.147 19.3734 42.1815 19.5654 41.2807 19.9385C40.3799 20.3117 39.5614 20.8586 38.872 21.548C38.7896 21.6303 38.6919 21.6955 38.5844 21.74C38.4768 21.7845 38.3615 21.8074 38.2451 21.8074C38.1287 21.8073 38.0135 21.7843 37.906 21.7397C37.7985 21.6952 37.7008 21.6298 37.6185 21.5475C37.5362 21.4652 37.471 21.3674 37.4265 21.2599C37.382 21.1523 37.3591 21.037 37.3591 20.9206C37.3592 20.8042 37.3821 20.689 37.4267 20.5815C37.4713 20.474 37.5366 20.3763 37.619 20.294C39.3526 18.6087 41.68 17.6736 44.0977 17.6909C46.5154 17.7082 48.8291 18.6766 50.5384 20.3865C52.2477 22.0965 53.2152 24.4106 53.2316 26.8283C53.248 29.246 52.3119 31.573 50.626 33.306C50.5433 33.3876 50.4454 33.4521 50.3379 33.4959C50.2303 33.5396 50.1151 33.5618 49.999 33.561V33.561Z' fill='%23BCE4FF'/%3E%3Cpath d='M52.6109 36.1731C52.4356 36.1733 52.2641 36.1214 52.1182 36.0241C51.9723 35.9268 51.8586 35.7883 51.7915 35.6263C51.7243 35.4643 51.7068 35.286 51.741 35.114C51.7753 34.942 51.8598 34.784 51.984 34.6601C53.0326 33.6313 53.867 32.405 54.4389 31.0518C55.0108 29.6987 55.3089 28.2456 55.3159 26.7766C55.3229 25.3076 55.0387 23.8518 54.4798 22.4932C53.9208 21.1347 53.0982 19.9004 52.0594 18.8617C51.0206 17.8229 49.7862 17.0004 48.4277 16.4415C47.0691 15.8826 45.6132 15.5986 44.1442 15.6057C42.6752 15.6128 41.2222 15.9109 39.8691 16.4829C38.516 17.0549 37.2896 17.8894 36.261 18.9381C36.0933 19.0975 35.87 19.185 35.6386 19.182C35.4073 19.1791 35.1863 19.0859 35.0227 18.9223C34.8592 18.7587 34.766 18.5377 34.763 18.3064C34.7601 18.0751 34.8476 17.8518 35.007 17.6841C37.4276 15.2816 40.7018 13.9362 44.1123 13.9427C47.5229 13.9491 50.7919 15.3069 53.2035 17.7186C55.6151 20.1303 56.9726 23.3994 56.9789 26.8099C56.9852 30.2205 55.6396 33.4946 53.2369 35.9151C53.0707 36.0807 52.8456 36.1735 52.6109 36.1731V36.1731Z' fill='%23BCE4FF'/%3E%3Cpath d='M55.2229 38.7851C55.0478 38.7848 54.8766 38.7327 54.731 38.6352C54.5855 38.5378 54.472 38.3995 54.4049 38.2377C54.3379 38.0758 54.3202 37.8978 54.3542 37.7259C54.3882 37.5541 54.4723 37.3962 54.5959 37.2721C55.9713 35.8967 57.0623 34.264 57.8066 32.467C58.5509 30.6701 58.934 28.7441 58.934 26.7991C58.934 24.8541 58.5509 22.9281 57.8066 21.1311C57.0623 19.3342 55.9713 17.7014 54.5959 16.3261C53.2206 14.9507 51.5879 13.8598 49.7909 13.1154C47.9939 12.3711 46.068 11.988 44.1229 11.988C42.1779 11.988 40.2519 12.3711 38.455 13.1154C36.658 13.8598 35.0253 14.9507 33.6499 16.3261C33.4837 16.4924 33.2581 16.5858 33.0229 16.5858C32.7878 16.5858 32.5622 16.4924 32.3959 16.3261C32.2296 16.1598 32.1362 15.9343 32.1362 15.6991C32.1362 15.4639 32.2296 15.2384 32.3959 15.0721C35.5061 11.9619 39.7245 10.2146 44.1229 10.2146C48.5214 10.2146 52.7398 11.9619 55.8499 15.0721C58.9601 18.1823 60.7074 22.4006 60.7074 26.7991C60.7074 31.1976 58.9601 35.4159 55.8499 38.5261C55.7676 38.6084 55.6699 38.6737 55.5623 38.7181C55.4547 38.7626 55.3394 38.7853 55.2229 38.7851V38.7851Z' fill='%23BCE4FF'/%3E%3Cpath d='M46.985 56.7369C46.8686 56.7371 46.7532 56.7142 46.6456 56.6696C46.538 56.625 46.4402 56.5595 46.358 56.4769L10.0111 20.1299C9.84476 19.9636 9.75134 19.7381 9.75134 19.5029C9.75134 19.2678 9.84476 19.0422 10.0111 18.8759C10.1773 18.7096 10.4029 18.6162 10.6381 18.6162C10.8732 18.6162 11.0988 18.7096 11.2651 18.8759L47.612 55.2229C47.7357 55.347 47.8198 55.505 47.8538 55.6768C47.8878 55.8486 47.8701 56.0267 47.8031 56.1885C47.736 56.3503 47.6225 56.4887 47.477 56.5861C47.3314 56.6835 47.1602 56.7357 46.985 56.7359V56.7369Z' fill='%232663F0'/%3E%3Cpath d='M64.067 78.9001H34.182C33.1239 78.9001 32.1092 78.4797 31.361 77.7315C30.6128 76.9834 30.1925 75.9686 30.1925 74.9106C30.1925 73.8525 30.6128 72.8377 31.361 72.0896C32.1092 71.3414 33.1239 70.9211 34.182 70.9211H42.602C42.832 70.9288 43.0499 71.0256 43.2099 71.191C43.3698 71.3564 43.4592 71.5775 43.4592 71.8076C43.4592 72.0377 43.3698 72.2587 43.2099 72.4241C43.0499 72.5896 42.832 72.6863 42.602 72.694H34.182C33.5942 72.694 33.0304 72.9276 32.6147 73.3432C32.199 73.7589 31.9655 74.3227 31.9655 74.9106C31.9655 75.4984 32.199 76.0622 32.6147 76.4779C33.0304 76.8935 33.5942 77.1271 34.182 77.1271H64.066C65.071 77.1271 66.0534 76.8292 66.8891 76.2709C67.7247 75.7126 68.376 74.919 68.7606 73.9905C69.1452 73.062 69.2458 72.0404 69.0497 71.0547C68.8536 70.069 68.3697 69.1636 67.659 68.453L63.423 64.2151C63.2636 64.0474 63.1761 63.824 63.1791 63.5927C63.182 63.3614 63.2752 63.1404 63.4388 62.9768C63.6024 62.8133 63.8234 62.7201 64.0547 62.7171C64.286 62.7142 64.5093 62.8017 64.677 62.961L68.913 67.199C69.8714 68.1577 70.524 69.3789 70.7884 70.7084C71.0527 72.0379 70.9169 73.416 70.3981 74.6683C69.8793 75.9206 69.0008 76.991 67.8737 77.744C66.7466 78.4971 65.4215 78.8991 64.066 78.8991L64.067 78.9001Z' fill='%23D7DEED'/%3E%3Cpath d='M9.30898 53.1909C10.2734 53.1909 11.2161 53.4769 12.0179 54.0127C12.8198 54.5484 13.4448 55.31 13.8138 56.201C14.1829 57.0919 14.2794 58.0723 14.0913 59.0182C13.9032 59.964 13.4388 60.8328 12.7568 61.5148C12.0749 62.1967 11.2061 62.6611 10.2602 62.8492C9.31439 63.0374 8.33399 62.9408 7.44302 62.5717C6.55204 62.2027 5.79052 61.5777 5.25474 60.7759C4.71896 59.974 4.43298 59.0313 4.43298 58.0669C4.43285 57.4266 4.55888 56.7924 4.80388 56.2008C5.04887 55.6092 5.40804 55.0716 5.86084 54.6188C6.31364 54.166 6.85122 53.8068 7.44286 53.5618C8.03451 53.3168 8.66862 53.1908 9.30898 53.1909V53.1909Z' fill='%2307CC66'/%3E%3Cpath d='M71.361 15.957C71.9741 15.957 72.5735 16.1388 73.0833 16.4795C73.593 16.8201 73.9904 17.3043 74.225 17.8707C74.4596 18.4372 74.521 19.0605 74.4014 19.6618C74.2818 20.2631 73.9866 20.8155 73.553 21.2491C73.1195 21.6826 72.5671 21.9779 71.9658 22.0975C71.3644 22.2171 70.7411 22.1557 70.1747 21.9211C69.6082 21.6864 69.124 21.2891 68.7834 20.7793C68.4428 20.2695 68.261 19.6702 68.261 19.057C68.261 18.2349 68.5876 17.4464 69.1689 16.865C69.7503 16.2836 70.5388 15.957 71.361 15.957V15.957Z' fill='%2307CC66'/%3E%3Cpath d='M64.6771 46.296C63.5249 45.1431 62.1569 44.2285 60.6512 43.6045C59.1454 42.9804 57.5315 42.6593 55.9016 42.6593C54.2716 42.6593 52.6577 42.9804 51.1519 43.6045C49.6462 44.2285 48.2782 45.1431 47.1261 46.296L46.4981 46.922L63.9981 64.422C37.1211 37.486 109.168 109.59 7.01006 7.43604C4.01815 10.429 2.3374 14.4876 2.3374 18.7195C2.3374 22.9514 4.01815 27.0101 7.01006 30.003L41.4881 64.479C42.9698 65.9608 44.7289 67.1363 46.6649 67.9382C48.601 68.7402 50.676 69.1529 52.7716 69.1529C54.8671 69.1529 56.9421 68.7402 58.8782 67.9382C60.8142 67.1363 62.5733 65.9608 64.0551 64.479L64.6811 63.851C65.8336 62.6987 66.7479 61.3306 67.3717 59.8249C67.9955 58.3192 68.3166 56.7053 68.3166 55.0755C68.3166 53.4457 67.9955 51.8319 67.3717 50.3262C66.7479 48.8204 65.8336 47.4524 64.6811 46.3L64.6771 46.296Z' fill='%2318CFFC'/%3E%3Cpath d='M25.184 24.356C26.3636 23.2097 27.3035 21.8403 27.9491 20.3276C28.5948 18.8148 28.9333 17.1887 28.945 15.544C28.9567 13.8992 28.6414 12.2685 28.0173 10.7467C27.3932 9.22485 26.4729 7.84227 25.3097 6.67928C24.1466 5.51628 22.7639 4.59609 21.242 3.97219C19.7201 3.34828 18.0894 3.03312 16.4446 3.045C14.7999 3.05689 13.1739 3.39559 11.6612 4.04143C10.1484 4.68726 8.7792 5.62734 7.633 6.80702L7.005 7.43502L24.558 24.986L25.184 24.356Z' fill='%2318CFFC'/%3E%3Cpath d='M7.00505 7.43091L64.05 64.4739C62.5683 65.9557 60.8092 67.1311 58.8732 67.9331C56.9371 68.735 54.8621 69.1478 52.7665 69.1478C50.671 69.1478 48.596 68.735 46.6599 67.9331C44.7239 67.1311 42.9648 65.9557 41.483 64.4739L7.00505 29.9979C4.01314 27.005 2.3324 22.9463 2.3324 18.7144C2.3324 14.4825 4.01314 10.4238 7.00505 7.43091V7.43091Z' fill='%23D9E2FF'/%3E%3Cpath d='M74.9099 59.396C75.173 59.396 75.4301 59.474 75.6489 59.6201C75.8676 59.7663 76.038 59.974 76.1387 60.217C76.2394 60.4601 76.2657 60.7275 76.2144 60.9855C76.1631 61.2435 76.0364 61.4804 75.8504 61.6664C75.6644 61.8524 75.4274 61.9791 75.1694 62.0304C74.9114 62.0817 74.644 62.0554 74.401 61.9547C74.158 61.8541 73.9503 61.6836 73.8041 61.4649C73.658 61.2462 73.58 60.989 73.58 60.726C73.5798 60.5513 73.6141 60.3783 73.6809 60.2169C73.7477 60.0554 73.8457 59.9088 73.9692 59.7852C74.0927 59.6617 74.2394 59.5638 74.4008 59.497C74.5622 59.4302 74.7352 59.3959 74.9099 59.396V59.396Z' fill='%23FF5722'/%3E%3Cpath d='M73.137 30.1411C73.4 30.1411 73.6572 30.2191 73.8759 30.3653C74.0946 30.5114 74.2651 30.7191 74.3658 30.9621C74.4664 31.2052 74.4928 31.4726 74.4414 31.7306C74.3901 31.9886 74.2635 32.2256 74.0775 32.4116C73.8915 32.5976 73.6545 32.7242 73.3965 32.7756C73.1385 32.8269 72.8711 32.8005 72.6281 32.6999C72.385 32.5992 72.1773 32.4287 72.0312 32.21C71.885 31.9913 71.807 31.7342 71.807 31.4711C71.8069 31.2964 71.8412 31.1234 71.908 30.962C71.9748 30.8006 72.0727 30.6539 72.1963 30.5304C72.3198 30.4068 72.4664 30.3089 72.6279 30.2421C72.7893 30.1753 72.9623 30.141 73.137 30.1411V30.1411Z' fill='%23FF5722'/%3E%3Cpath d='M61.6129 2.65991C61.876 2.65991 62.1332 2.73791 62.3519 2.88406C62.5706 3.0302 62.741 3.23792 62.8417 3.48094C62.9424 3.72397 62.9687 3.99139 62.9174 4.24938C62.8661 4.50738 62.7394 4.74436 62.5534 4.93036C62.3674 5.11637 62.1304 5.24304 61.8724 5.29436C61.6144 5.34568 61.347 5.31934 61.104 5.21867C60.861 5.11801 60.6533 4.94754 60.5071 4.72882C60.361 4.5101 60.283 4.25296 60.283 3.98991C60.2828 3.81522 60.3171 3.64221 60.3839 3.48079C60.4507 3.31937 60.5487 3.1727 60.6722 3.04917C60.7957 2.92564 60.9424 2.82768 61.1038 2.76088C61.2652 2.69409 61.4383 2.65978 61.6129 2.65991V2.65991Z' fill='%23FF5722'/%3E%3Cpath d='M27.039 3.76553e-07C27.302 3.76553e-07 27.5592 0.0780021 27.7779 0.224144C27.9966 0.370287 28.1671 0.578004 28.2677 0.82103C28.3684 1.06406 28.3947 1.33148 28.3434 1.58947C28.2921 1.84747 28.1654 2.08445 27.9794 2.27045C27.7934 2.45645 27.5565 2.58313 27.2985 2.63445C27.0405 2.68576 26.773 2.65943 26.53 2.55876C26.287 2.4581 26.0793 2.28763 25.9331 2.06891C25.787 1.85019 25.709 1.59305 25.709 1.33C25.7089 1.15531 25.7432 0.9823 25.81 0.820877C25.8767 0.659455 25.9747 0.512784 26.0982 0.389256C26.2218 0.265728 26.3684 0.167764 26.5299 0.100972C26.6913 0.0341794 26.8643 -0.000131121 27.039 3.76553e-07V3.76553e-07Z' fill='%23FF5722'/%3E%3Cpath d='M27.039 57.623C27.302 57.623 27.5592 57.7011 27.7779 57.8472C27.9966 57.9933 28.1671 58.2011 28.2677 58.4441C28.3684 58.6871 28.3947 58.9545 28.3434 59.2125C28.2921 59.4705 28.1654 59.7075 27.9794 59.8935C27.7934 60.0795 27.5565 60.2062 27.2985 60.2575C27.0405 60.3088 26.773 60.2825 26.53 60.1818C26.287 60.0811 26.0793 59.9107 25.9331 59.692C25.787 59.4732 25.709 59.2161 25.709 58.953C25.7089 58.7783 25.7432 58.6053 25.81 58.4439C25.8767 58.2825 25.9747 58.1358 26.0982 58.0123C26.2218 57.8888 26.3684 57.7908 26.5299 57.724C26.6913 57.6572 26.8643 57.6229 27.039 57.623V57.623Z' fill='%23FF5722'/%3E%3Cpath d='M11.9679 72.6941C12.231 72.6941 12.4881 72.7721 12.7068 72.9182C12.9256 73.0644 13.096 73.2721 13.1967 73.5151C13.2974 73.7582 13.3237 74.0256 13.2724 74.2836C13.2211 74.5416 13.0944 74.7785 12.9084 74.9645C12.7224 75.1505 12.4854 75.2772 12.2274 75.3285C11.9694 75.3798 11.702 75.3535 11.459 75.2528C11.2159 75.1522 11.0082 74.9817 10.8621 74.763C10.7159 74.5443 10.6379 74.2871 10.6379 74.0241C10.6378 73.8494 10.6721 73.6764 10.7389 73.515C10.8057 73.3535 10.9037 73.2069 11.0272 73.0833C11.1507 72.9598 11.2974 72.8619 11.4588 72.7951C11.6202 72.7283 11.7932 72.694 11.9679 72.6941V72.6941Z' fill='%23FF5722'/%3E%3Cpath d='M1.33 39.0061C1.59305 39.0061 1.85019 39.0841 2.06891 39.2303C2.28763 39.3764 2.4581 39.5841 2.55876 39.8271C2.65943 40.0702 2.68576 40.3376 2.63445 40.5956C2.58313 40.8536 2.45645 41.0905 2.27045 41.2766C2.08445 41.4626 1.84747 41.5892 1.58947 41.6405C1.33148 41.6919 1.06406 41.6655 0.82103 41.5649C0.578004 41.4642 0.370287 41.2937 0.224144 41.075C0.0780021 40.8563 3.76553e-07 40.5991 3.76553e-07 40.3361C-0.000131121 40.1614 0.0341794 39.9884 0.100972 39.827C0.167764 39.6655 0.265728 39.5189 0.389256 39.3954C0.512784 39.2718 0.659455 39.1739 0.820877 39.1071C0.9823 39.0403 1.15531 39.006 1.33 39.0061V39.0061Z' fill='%23FF5722'/%3E%3Cpath d='M47.388 30.9489C47.2126 30.9491 47.0411 30.8973 46.8952 30.8C46.7493 30.7026 46.6356 30.5642 46.5685 30.4021C46.5013 30.2401 46.4838 30.0618 46.5181 29.8898C46.5523 29.7178 46.6369 29.5599 46.761 29.4359C47.1075 29.0896 47.3824 28.6785 47.57 28.226C47.7576 27.7734 47.8542 27.2884 47.8543 26.7985C47.8545 26.3086 47.7581 25.8235 47.5708 25.3709C47.3834 24.9183 47.1088 24.5069 46.7625 24.1604C46.4162 23.814 46.005 23.5391 45.5525 23.3515C45.1 23.1639 44.6149 23.0672 44.125 23.0671C43.6352 23.067 43.1501 23.1633 42.6974 23.3507C42.2448 23.538 41.8335 23.8127 41.487 24.159C41.3188 24.3149 41.0967 24.3997 40.8673 24.3954C40.638 24.3912 40.4192 24.2982 40.2569 24.136C40.0946 23.9739 40.0014 23.7552 39.997 23.5258C39.9925 23.2964 40.0771 23.0743 40.233 22.9059C41.2653 21.874 42.6654 21.2944 44.125 21.2947C45.5847 21.295 46.9845 21.8751 48.0165 22.9075C49.0485 23.9398 49.628 25.3398 49.6278 26.7995C49.6275 28.2592 49.0474 29.659 48.015 30.6909C47.9326 30.7731 47.8348 30.8381 47.7272 30.8824C47.6196 30.9266 47.5043 30.9493 47.388 30.9489Z' fill='%23BCE4FF'/%3E%3Cpath d='M49.999 33.561C49.8236 33.5612 49.6521 33.5093 49.5062 33.412C49.3603 33.3147 49.2466 33.1762 49.1795 33.0142C49.1123 32.8522 49.0948 32.6739 49.1291 32.5019C49.1633 32.3299 49.2479 32.1719 49.372 32.048C50.0614 31.3586 50.6083 30.5401 50.9814 29.6393C51.3546 28.7385 51.5466 27.773 51.5466 26.798C51.5466 25.823 51.3546 24.8575 50.9814 23.9567C50.6083 23.0559 50.0614 22.2374 49.372 21.548C48.6825 20.8586 47.8641 20.3117 46.9633 19.9385C46.0625 19.5654 45.097 19.3734 44.122 19.3734C43.147 19.3734 42.1815 19.5654 41.2807 19.9385C40.3799 20.3117 39.5614 20.8586 38.872 21.548C38.7896 21.6303 38.6919 21.6955 38.5844 21.74C38.4768 21.7845 38.3615 21.8074 38.2451 21.8074C38.1287 21.8073 38.0135 21.7843 37.906 21.7397C37.7985 21.6952 37.7008 21.6298 37.6185 21.5475C37.5362 21.4652 37.471 21.3674 37.4265 21.2599C37.382 21.1523 37.3591 21.037 37.3591 20.9206C37.3592 20.8042 37.3821 20.689 37.4267 20.5815C37.4713 20.474 37.5366 20.3763 37.619 20.294C39.3526 18.6087 41.68 17.6736 44.0977 17.6909C46.5154 17.7082 48.8291 18.6766 50.5384 20.3865C52.2477 22.0965 53.2152 24.4106 53.2316 26.8283C53.248 29.246 52.3119 31.573 50.626 33.306C50.5433 33.3876 50.4454 33.4521 50.3379 33.4959C50.2303 33.5396 50.1151 33.5618 49.999 33.561V33.561Z' fill='%23BCE4FF'/%3E%3Cpath d='M52.6109 36.1731C52.4356 36.1733 52.2641 36.1214 52.1182 36.0241C51.9723 35.9268 51.8586 35.7883 51.7915 35.6263C51.7243 35.4643 51.7068 35.286 51.741 35.114C51.7753 34.942 51.8598 34.784 51.984 34.6601C53.0326 33.6313 53.867 32.405 54.4389 31.0518C55.0108 29.6987 55.3089 28.2456 55.3159 26.7766C55.3229 25.3076 55.0387 23.8518 54.4798 22.4932C53.9208 21.1347 53.0982 19.9004 52.0594 18.8617C51.0206 17.8229 49.7862 17.0004 48.4277 16.4415C47.0691 15.8826 45.6132 15.5986 44.1442 15.6057C42.6752 15.6128 41.2222 15.9109 39.8691 16.4829C38.516 17.0549 37.2896 17.8894 36.261 18.9381C36.0933 19.0975 35.87 19.185 35.6386 19.182C35.4073 19.1791 35.1863 19.0859 35.0227 18.9223C34.8592 18.7587 34.766 18.5377 34.763 18.3064C34.7601 18.0751 34.8476 17.8518 35.007 17.6841C37.4276 15.2816 40.7018 13.9362 44.1123 13.9427C47.5229 13.9491 50.7919 15.3069 53.2035 17.7186C55.6151 20.1303 56.9726 23.3994 56.9789 26.8099C56.9852 30.2205 55.6396 33.4946 53.2369 35.9151C53.0707 36.0807 52.8456 36.1735 52.6109 36.1731V36.1731Z' fill='%23BCE4FF'/%3E%3Cpath d='M55.2229 38.7851C55.0478 38.7848 54.8766 38.7327 54.731 38.6352C54.5855 38.5378 54.472 38.3995 54.4049 38.2377C54.3379 38.0758 54.3202 37.8978 54.3542 37.7259C54.3882 37.5541 54.4723 37.3962 54.5959 37.2721C55.9713 35.8967 57.0623 34.264 57.8066 32.467C58.5509 30.6701 58.934 28.7441 58.934 26.7991C58.934 24.8541 58.5509 22.9281 57.8066 21.1311C57.0623 19.3342 55.9713 17.7014 54.5959 16.3261C53.2206 14.9507 51.5879 13.8598 49.7909 13.1154C47.9939 12.3711 46.068 11.988 44.1229 11.988C42.1779 11.988 40.2519 12.3711 38.455 13.1154C36.658 13.8598 35.0253 14.9507 33.6499 16.3261C33.4837 16.4924 33.2581 16.5858 33.0229 16.5858C32.7878 16.5858 32.5622 16.4924 32.3959 16.3261C32.2296 16.1598 32.1362 15.9343 32.1362 15.6991C32.1362 15.4639 32.2296 15.2384 32.3959 15.0721C35.5061 11.9619 39.7245 10.2146 44.1229 10.2146C48.5214 10.2146 52.7398 11.9619 55.8499 15.0721C58.9601 18.1823 60.7074 22.4006 60.7074 26.7991C60.7074 31.1976 58.9601 35.4159 55.8499 38.5261C55.7676 38.6084 55.6699 38.6737 55.5623 38.7181C55.4547 38.7626 55.3394 38.7853 55.2229 38.7851V38.7851Z' fill='%23BCE4FF'/%3E%3Cpath d='M46.985 56.7369C46.8686 56.7371 46.7532 56.7142 46.6456 56.6696C46.538 56.625 46.4402 56.5595 46.358 56.4769L10.0111 20.1299C9.84476 19.9636 9.75134 19.7381 9.75134 19.5029C9.75134 19.2678 9.84476 19.0422 10.0111 18.8759C10.1773 18.7096 10.4029 18.6162 10.6381 18.6162C10.8732 18.6162 11.0988 18.7096 11.2651 18.8759L47.612 55.2229C47.7357 55.347 47.8198 55.505 47.8538 55.6768C47.8878 55.8486 47.8701 56.0267 47.8031 56.1885C47.736 56.3503 47.6225 56.4887 47.477 56.5861C47.3314 56.6835 47.1602 56.7357 46.985 56.7359V56.7369Z' fill='%232663F0'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
main#consultas .section.bg .col + .col a {
	background-image: url("data:image/svg+xml,%3Csvg width='79' height='79' viewBox='0 0 79 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78.3489 12.4771V52.8441H72.8489V18.899H18.7159V12.4771H78.3489Z' fill='%2397A8C4'/%3E%3Cpath d='M73.028 52.6611V59.0831H67.528V25.1381H13.395V18.7161H73.028V52.6611Z' fill='%23ECF0F1'/%3E%3Cpath d='M62.202 31.3761H8.073V24.9541H67.706V65.3211H62.206L62.202 31.3761Z' fill='%23D7DEED'/%3E%3Cpath d='M2.75195 31.1931V71.5601H62.385V31.1931H2.75195Z' fill='%235CBEFF'/%3E%3Cpath d='M73.394 70.6431C73.9383 70.6431 74.4703 70.8045 74.9229 71.1069C75.3754 71.4093 75.7282 71.8391 75.9365 72.3419C76.1448 72.8448 76.1993 73.3981 76.0931 73.9319C75.9869 74.4658 75.7248 74.9562 75.3399 75.341C74.9551 75.7259 74.4647 75.988 73.9308 76.0942C73.397 76.2004 72.8437 76.1459 72.3408 75.9376C71.838 75.7293 71.4082 75.3765 71.1058 74.924C70.8034 74.4714 70.642 73.9394 70.642 73.3951C70.642 73.0337 70.7131 72.6758 70.8514 72.3419C70.9897 72.008 71.1925 71.7046 71.448 71.4491C71.7035 71.1935 72.0069 70.9908 72.3408 70.8525C72.6747 70.7142 73.0326 70.6431 73.394 70.6431V70.6431Z' fill='%23FFD400'/%3E%3Cpath d='M5.50399 5.50488C6.41122 5.50488 7.29806 5.77391 8.05239 6.27793C8.80672 6.78196 9.39465 7.49835 9.74183 8.33652C10.089 9.17468 10.1798 10.097 10.0029 10.9868C9.82586 11.8766 9.38899 12.6939 8.74749 13.3354C8.10599 13.9769 7.28866 14.4138 6.39887 14.5907C5.50908 14.7677 4.58679 14.6769 3.74862 14.3297C2.91046 13.9825 2.19407 13.3946 1.69004 12.6403C1.18601 11.886 0.916992 10.9991 0.916992 10.0919C0.916861 9.48947 1.03542 8.89294 1.26589 8.33636C1.49636 7.77978 1.83423 7.27406 2.2602 6.84809C2.68617 6.42212 3.19189 6.08425 3.74847 5.85378C4.30505 5.62331 4.90158 5.50475 5.50399 5.50488V5.50488Z' fill='%23FFD400'/%3E%3Cpath d='M62.385 71.559H2.75195L25.172 52.459L32.295 59.217L39.449 52.553L62.385 71.559Z' fill='%230284CC'/%3E%3Cpath d='M62.386 65.1381V71.5601L39.45 52.5601L62.386 31.1931V65.1381Z' fill='%23079CFF'/%3E%3Cpath d='M2.75195 31.1931L25.172 52.4651L2.75195 71.5651V31.1931Z' fill='%23079CFF'/%3E%3Cpath d='M76.606 60.551C76.8781 60.551 77.1442 60.6317 77.3705 60.7829C77.5967 60.9341 77.7731 61.149 77.8772 61.4005C77.9814 61.6519 78.0086 61.9285 77.9555 62.1955C77.9024 62.4624 77.7714 62.7076 77.5789 62.9C77.3865 63.0924 77.1413 63.2235 76.8744 63.2766C76.6075 63.3297 76.3308 63.3024 76.0794 63.1983C75.828 63.0941 75.6131 62.9178 75.4619 62.6915C75.3107 62.4652 75.23 62.1992 75.23 61.927C75.23 61.5621 75.3749 61.2121 75.633 60.954C75.891 60.696 76.241 60.551 76.606 60.551V60.551Z' fill='%2307CC66'/%3E%3Cpath d='M71.101 3.63943e-07C71.3731 3.63943e-07 71.6392 0.0807028 71.8654 0.2319C72.0917 0.383096 72.2681 0.597995 72.3722 0.849427C72.4764 1.10086 72.5036 1.37753 72.4505 1.64444C72.3974 1.91136 72.2664 2.15654 72.0739 2.34898C71.8815 2.54142 71.6363 2.67247 71.3694 2.72556C71.1025 2.77865 70.8258 2.75141 70.5744 2.64726C70.323 2.54311 70.1081 2.36675 69.9569 2.14047C69.8057 1.91418 69.725 1.64815 69.725 1.376C69.7248 1.19526 69.7603 1.01628 69.8294 0.849274C69.8985 0.682271 69.9999 0.530529 70.1277 0.402729C70.2555 0.27493 70.4072 0.173577 70.5742 0.104473C70.7413 0.0353696 70.9202 -0.000131128 71.101 3.63943e-07V3.63943e-07Z' fill='%2307CC66'/%3E%3Cpath d='M59.174 76.147C59.4461 76.147 59.7122 76.2277 59.9384 76.3789C60.1647 76.5301 60.3411 76.745 60.4452 76.9964C60.5494 77.2478 60.5766 77.5245 60.5235 77.7914C60.4704 78.0583 60.3394 78.3035 60.1469 78.4959C59.9545 78.6884 59.7093 78.8194 59.4424 78.8725C59.1755 78.9256 58.8988 78.8984 58.6474 78.7942C58.396 78.6901 58.1811 78.5137 58.0299 78.2874C57.8787 78.0612 57.798 77.7951 57.798 77.523C57.7978 77.3422 57.8333 77.1633 57.9024 76.9962C57.9715 76.8292 58.0729 76.6775 58.2007 76.5497C58.3285 76.4219 58.4802 76.3205 58.6472 76.2514C58.8143 76.1823 58.9932 76.1468 59.174 76.147V76.147Z' fill='%2307CC66'/%3E%3Cpath d='M49.083 4.58691C49.3552 4.58691 49.6212 4.66761 49.8475 4.81881C50.0738 4.97001 50.2501 5.18491 50.3543 5.43634C50.4584 5.68777 50.4857 5.96444 50.4326 6.23136C50.3795 6.49828 50.2484 6.74345 50.056 6.93589C49.8636 7.12833 49.6184 7.25938 49.3515 7.31248C49.0846 7.36557 48.8079 7.33832 48.5565 7.23417C48.305 7.13002 48.0901 6.95366 47.9389 6.72738C47.7877 6.5011 47.707 6.23506 47.707 5.96291C47.707 5.59798 47.852 5.24799 48.11 4.98994C48.3681 4.73189 48.7181 4.58691 49.083 4.58691V4.58691Z' fill='%2307CC66'/%3E%3Cpath d='M17.89 1.83496C18.1622 1.83496 18.4282 1.91566 18.6545 2.06686C18.8808 2.21806 19.0572 2.43296 19.1613 2.68439C19.2654 2.93582 19.2927 3.21249 19.2396 3.4794C19.1865 3.74632 19.0555 3.9915 18.863 4.18394C18.6706 4.37638 18.4254 4.50743 18.1585 4.56052C17.8916 4.61361 17.6149 4.58637 17.3635 4.48222C17.112 4.37807 16.8971 4.20171 16.7459 3.97543C16.5947 3.74914 16.514 3.48311 16.514 3.21096C16.5139 3.03022 16.5494 2.85124 16.6185 2.68423C16.6876 2.51723 16.789 2.36549 16.9168 2.23769C17.0446 2.10989 17.1963 2.00854 17.3633 1.93943C17.5303 1.87033 17.7093 1.83483 17.89 1.83496V1.83496Z' fill='%2307CC66'/%3E%3Cpath d='M16.972 75.23C17.2441 75.23 17.5101 75.3107 17.7364 75.4619C17.9627 75.6131 18.1391 75.828 18.2432 76.0794C18.3474 76.3308 18.3746 76.6075 18.3215 76.8744C18.2684 77.1413 18.1374 77.3865 17.9449 77.5789C17.7525 77.7714 17.5073 77.9024 17.2404 77.9555C16.9735 78.0086 16.6968 77.9814 16.4454 77.8772C16.1939 77.7731 15.979 77.5967 15.8279 77.3705C15.6767 77.1442 15.5959 76.8781 15.5959 76.606C15.5958 76.4253 15.6313 76.2463 15.7004 76.0793C15.7695 75.9123 15.8709 75.7605 15.9987 75.6327C16.1265 75.5049 16.2782 75.4035 16.4452 75.3344C16.6122 75.2653 16.7912 75.2298 16.972 75.23Z' fill='%2307CC66'/%3E%3Cpath d='M1.376 20.1841C1.64815 20.1841 1.91418 20.2648 2.14047 20.416C2.36675 20.5672 2.54311 20.7821 2.64726 21.0335C2.75141 21.2849 2.77865 21.5616 2.72556 21.8285C2.67247 22.0954 2.54142 22.3406 2.34898 22.5331C2.15654 22.7255 1.91136 22.8565 1.64444 22.9096C1.37753 22.9627 1.10086 22.9355 0.849427 22.8313C0.597995 22.7272 0.383096 22.5508 0.2319 22.3245C0.0807028 22.0983 3.63943e-07 21.8322 3.63943e-07 21.5601C-0.000131128 21.3794 0.0353696 21.2004 0.104473 21.0334C0.173577 20.8664 0.27493 20.7146 0.402729 20.5868C0.530529 20.459 0.682271 20.3577 0.849274 20.2886C1.01628 20.2195 1.19526 20.184 1.376 20.1841Z' fill='%2307CC66'/%3E%3Cpath d='M51.376 68.8079H13.761C13.5177 68.8079 13.2843 68.7112 13.1122 68.5392C12.9402 68.3671 12.8435 68.1337 12.8435 67.8904C12.8435 67.6471 12.9402 67.4137 13.1122 67.2416C13.2843 67.0696 13.5177 66.9729 13.761 66.9729H51.376C51.6193 66.9729 51.8527 67.0696 52.0248 67.2416C52.1968 67.4137 52.2935 67.6471 52.2935 67.8904C52.2935 68.1337 52.1968 68.3671 52.0248 68.5392C51.8527 68.7112 51.6193 68.8079 51.376 68.8079V68.8079Z' fill='%23BCE4FF'/%3E%3Cpath d='M44.954 66.055H20.183C19.9397 66.055 19.7063 65.9583 19.5342 65.7863C19.3622 65.6142 19.2655 65.3808 19.2655 65.1375C19.2655 64.8941 19.3622 64.6608 19.5342 64.4887C19.7063 64.3166 19.9397 64.22 20.183 64.22H44.954C45.1973 64.22 45.4307 64.3166 45.6028 64.4887C45.7748 64.6608 45.8715 64.8941 45.8715 65.1375C45.8715 65.3808 45.7748 65.6142 45.6028 65.7863C45.4307 65.9583 45.1973 66.055 44.954 66.055V66.055Z' fill='%23BCE4FF'/%3E%3Cpath d='M39.45 63.303H25.688C25.4447 63.303 25.2113 63.2064 25.0392 63.0343C24.8672 62.8622 24.7705 62.6289 24.7705 62.3855C24.7705 62.1422 24.8672 61.9088 25.0392 61.7368C25.2113 61.5647 25.4447 61.468 25.688 61.468H39.45C39.6933 61.468 39.9267 61.5647 40.0988 61.7368C40.2709 61.9088 40.3675 62.1422 40.3675 62.3855C40.3675 62.6289 40.2709 62.8622 40.0988 63.0343C39.9267 63.2064 39.6933 63.303 39.45 63.303V63.303Z' fill='%23BCE4FF'/%3E%3Cpath d='M78.3489 12.4771V52.8441H72.8489V18.899H18.7159V12.4771H78.3489Z' fill='%2397A8C4'/%3E%3Cpath d='M73.028 52.6611V59.0831H67.528V25.1381H13.395V18.7161H73.028V52.6611Z' fill='%23ECF0F1'/%3E%3Cpath d='M62.202 31.3761H8.073V24.9541H67.706V65.3211H62.206L62.202 31.3761Z' fill='%23D7DEED'/%3E%3Cpath d='M2.75195 31.1931V71.5601H62.385V31.1931H2.75195Z' fill='%235CBEFF'/%3E%3Cpath d='M73.394 70.6431C73.9383 70.6431 74.4703 70.8045 74.9229 71.1069C75.3754 71.4093 75.7282 71.8391 75.9365 72.3419C76.1448 72.8448 76.1993 73.3981 76.0931 73.9319C75.9869 74.4658 75.7248 74.9562 75.3399 75.341C74.9551 75.7259 74.4647 75.988 73.9308 76.0942C73.397 76.2004 72.8437 76.1459 72.3408 75.9376C71.838 75.7293 71.4082 75.3765 71.1058 74.924C70.8034 74.4714 70.642 73.9394 70.642 73.3951C70.642 73.0337 70.7131 72.6758 70.8514 72.3419C70.9897 72.008 71.1925 71.7046 71.448 71.4491C71.7035 71.1935 72.0069 70.9908 72.3408 70.8525C72.6747 70.7142 73.0326 70.6431 73.394 70.6431V70.6431Z' fill='%23FFD400'/%3E%3Cpath d='M5.50399 5.50488C6.41122 5.50488 7.29806 5.77391 8.05239 6.27793C8.80672 6.78196 9.39465 7.49835 9.74183 8.33652C10.089 9.17468 10.1798 10.097 10.0029 10.9868C9.82586 11.8766 9.38899 12.6939 8.74749 13.3354C8.10599 13.9769 7.28866 14.4138 6.39887 14.5907C5.50908 14.7677 4.58679 14.6769 3.74862 14.3297C2.91046 13.9825 2.19407 13.3946 1.69004 12.6403C1.18601 11.886 0.916992 10.9991 0.916992 10.0919C0.916861 9.48947 1.03542 8.89294 1.26589 8.33636C1.49636 7.77978 1.83423 7.27406 2.2602 6.84809C2.68617 6.42212 3.19189 6.08425 3.74847 5.85378C4.30505 5.62331 4.90158 5.50475 5.50399 5.50488V5.50488Z' fill='%23FFD400'/%3E%3Cpath d='M62.385 71.559H2.75195L25.172 52.459L32.295 59.217L39.449 52.553L62.385 71.559Z' fill='%230284CC'/%3E%3Cpath d='M62.386 65.1381V71.5601L39.45 52.5601L62.386 31.1931V65.1381Z' fill='%23079CFF'/%3E%3Cpath d='M2.75195 31.1931L25.172 52.4651L2.75195 71.5651V31.1931Z' fill='%23079CFF'/%3E%3Cpath d='M76.606 60.551C76.8781 60.551 77.1442 60.6317 77.3705 60.7829C77.5967 60.9341 77.7731 61.149 77.8772 61.4005C77.9814 61.6519 78.0086 61.9285 77.9555 62.1955C77.9024 62.4624 77.7714 62.7076 77.5789 62.9C77.3865 63.0924 77.1413 63.2235 76.8744 63.2766C76.6075 63.3297 76.3308 63.3024 76.0794 63.1983C75.828 63.0941 75.6131 62.9178 75.4619 62.6915C75.3107 62.4652 75.23 62.1992 75.23 61.927C75.23 61.5621 75.3749 61.2121 75.633 60.954C75.891 60.696 76.241 60.551 76.606 60.551V60.551Z' fill='%2307CC66'/%3E%3Cpath d='M71.101 3.63943e-07C71.3731 3.63943e-07 71.6392 0.0807028 71.8654 0.2319C72.0917 0.383096 72.2681 0.597995 72.3722 0.849427C72.4764 1.10086 72.5036 1.37753 72.4505 1.64444C72.3974 1.91136 72.2664 2.15654 72.0739 2.34898C71.8815 2.54142 71.6363 2.67247 71.3694 2.72556C71.1025 2.77865 70.8258 2.75141 70.5744 2.64726C70.323 2.54311 70.1081 2.36675 69.9569 2.14047C69.8057 1.91418 69.725 1.64815 69.725 1.376C69.7248 1.19526 69.7603 1.01628 69.8294 0.849274C69.8985 0.682271 69.9999 0.530529 70.1277 0.402729C70.2555 0.27493 70.4072 0.173577 70.5742 0.104473C70.7413 0.0353696 70.9202 -0.000131128 71.101 3.63943e-07V3.63943e-07Z' fill='%2307CC66'/%3E%3Cpath d='M59.174 76.147C59.4461 76.147 59.7122 76.2277 59.9384 76.3789C60.1647 76.5301 60.3411 76.745 60.4452 76.9964C60.5494 77.2478 60.5766 77.5245 60.5235 77.7914C60.4704 78.0583 60.3394 78.3035 60.1469 78.4959C59.9545 78.6884 59.7093 78.8194 59.4424 78.8725C59.1755 78.9256 58.8988 78.8984 58.6474 78.7942C58.396 78.6901 58.1811 78.5137 58.0299 78.2874C57.8787 78.0612 57.798 77.7951 57.798 77.523C57.7978 77.3422 57.8333 77.1633 57.9024 76.9962C57.9715 76.8292 58.0729 76.6775 58.2007 76.5497C58.3285 76.4219 58.4802 76.3205 58.6472 76.2514C58.8143 76.1823 58.9932 76.1468 59.174 76.147V76.147Z' fill='%2307CC66'/%3E%3Cpath d='M49.083 4.58691C49.3552 4.58691 49.6212 4.66761 49.8475 4.81881C50.0738 4.97001 50.2501 5.18491 50.3543 5.43634C50.4584 5.68777 50.4857 5.96444 50.4326 6.23136C50.3795 6.49828 50.2484 6.74345 50.056 6.93589C49.8636 7.12833 49.6184 7.25938 49.3515 7.31248C49.0846 7.36557 48.8079 7.33832 48.5565 7.23417C48.305 7.13002 48.0901 6.95366 47.9389 6.72738C47.7877 6.5011 47.707 6.23506 47.707 5.96291C47.707 5.59798 47.852 5.24799 48.11 4.98994C48.3681 4.73189 48.7181 4.58691 49.083 4.58691V4.58691Z' fill='%2307CC66'/%3E%3Cpath d='M17.89 1.83496C18.1622 1.83496 18.4282 1.91566 18.6545 2.06686C18.8808 2.21806 19.0572 2.43296 19.1613 2.68439C19.2654 2.93582 19.2927 3.21249 19.2396 3.4794C19.1865 3.74632 19.0555 3.9915 18.863 4.18394C18.6706 4.37638 18.4254 4.50743 18.1585 4.56052C17.8916 4.61361 17.6149 4.58637 17.3635 4.48222C17.112 4.37807 16.8971 4.20171 16.7459 3.97543C16.5947 3.74914 16.514 3.48311 16.514 3.21096C16.5139 3.03022 16.5494 2.85124 16.6185 2.68423C16.6876 2.51723 16.789 2.36549 16.9168 2.23769C17.0446 2.10989 17.1963 2.00854 17.3633 1.93943C17.5303 1.87033 17.7093 1.83483 17.89 1.83496V1.83496Z' fill='%2307CC66'/%3E%3Cpath d='M16.972 75.23C17.2441 75.23 17.5101 75.3107 17.7364 75.4619C17.9627 75.6131 18.1391 75.828 18.2432 76.0794C18.3474 76.3308 18.3746 76.6075 18.3215 76.8744C18.2684 77.1413 18.1374 77.3865 17.9449 77.5789C17.7525 77.7714 17.5073 77.9024 17.2404 77.9555C16.9735 78.0086 16.6968 77.9814 16.4454 77.8772C16.1939 77.7731 15.979 77.5967 15.8279 77.3705C15.6767 77.1442 15.5959 76.8781 15.5959 76.606C15.5958 76.4253 15.6313 76.2463 15.7004 76.0793C15.7695 75.9123 15.8709 75.7605 15.9987 75.6327C16.1265 75.5049 16.2782 75.4035 16.4452 75.3344C16.6122 75.2653 16.7912 75.2298 16.972 75.23Z' fill='%2307CC66'/%3E%3Cpath d='M1.376 20.1841C1.64815 20.1841 1.91418 20.2648 2.14047 20.416C2.36675 20.5672 2.54311 20.7821 2.64726 21.0335C2.75141 21.2849 2.77865 21.5616 2.72556 21.8285C2.67247 22.0954 2.54142 22.3406 2.34898 22.5331C2.15654 22.7255 1.91136 22.8565 1.64444 22.9096C1.37753 22.9627 1.10086 22.9355 0.849427 22.8313C0.597995 22.7272 0.383096 22.5508 0.2319 22.3245C0.0807028 22.0983 3.63943e-07 21.8322 3.63943e-07 21.5601C-0.000131128 21.3794 0.0353696 21.2004 0.104473 21.0334C0.173577 20.8664 0.27493 20.7146 0.402729 20.5868C0.530529 20.459 0.682271 20.3577 0.849274 20.2886C1.01628 20.2195 1.19526 20.184 1.376 20.1841Z' fill='%2307CC66'/%3E%3Cpath d='M51.376 68.8079H13.761C13.5177 68.8079 13.2843 68.7112 13.1122 68.5392C12.9402 68.3671 12.8435 68.1337 12.8435 67.8904C12.8435 67.6471 12.9402 67.4137 13.1122 67.2416C13.2843 67.0696 13.5177 66.9729 13.761 66.9729H51.376C51.6193 66.9729 51.8527 67.0696 52.0248 67.2416C52.1968 67.4137 52.2935 67.6471 52.2935 67.8904C52.2935 68.1337 52.1968 68.3671 52.0248 68.5392C51.8527 68.7112 51.6193 68.8079 51.376 68.8079V68.8079Z' fill='%23BCE4FF'/%3E%3Cpath d='M44.954 66.055H20.183C19.9397 66.055 19.7063 65.9583 19.5342 65.7863C19.3622 65.6142 19.2655 65.3808 19.2655 65.1375C19.2655 64.8941 19.3622 64.6608 19.5342 64.4887C19.7063 64.3166 19.9397 64.22 20.183 64.22H44.954C45.1973 64.22 45.4307 64.3166 45.6028 64.4887C45.7748 64.6608 45.8715 64.8941 45.8715 65.1375C45.8715 65.3808 45.7748 65.6142 45.6028 65.7863C45.4307 65.9583 45.1973 66.055 44.954 66.055V66.055Z' fill='%23BCE4FF'/%3E%3Cpath d='M39.45 63.303H25.688C25.4447 63.303 25.2113 63.2064 25.0392 63.0343C24.8672 62.8622 24.7705 62.6289 24.7705 62.3855C24.7705 62.1422 24.8672 61.9088 25.0392 61.7368C25.2113 61.5647 25.4447 61.468 25.688 61.468H39.45C39.6933 61.468 39.9267 61.5647 40.0988 61.7368C40.2709 61.9088 40.3675 62.1422 40.3675 62.3855C40.3675 62.6289 40.2709 62.8622 40.0988 63.0343C39.9267 63.2064 39.6933 63.303 39.45 63.303V63.303Z' fill='%23BCE4FF'/%3E%3C/svg%3E%0A");
}
main#consultas ~ .footer:before {
	display: none;
}

#about section:nth-child(2) {
	padding-top: 5rem;
}
#about .bg h3 {
	font-weight: 500;
}

#soluciones .card h5,
#soluciones .card p {
	font-size: 1.5rem;
}

.layersWrapper {
	position: relative;
	display: inline-block;
}
.layersWrapper div img {
	width: 100%;
}
.layer1, .layer2 {
	position: absolute;
	background: #C7EAFE99;
	border-radius: 1rem;
	backdrop-filter: blur(2rem);
}
.layer1 {
	width: 20%;
  height: 15%;
	left: 41.5%;
  top: 49.5%;
}
.layer2 {
	width: 34%;
  height: 27%;
  left: 64.25%;
  top: 12%;
}

@media (max-width: 1680px) {
	.page {
		max-width: 1120px;
	}
	html {
		font-size: 87.5%;
	}
	.dec_l, .dec_r {
		width: 20vw;
	}
}
@media (max-width: 960px) {
	html {
		font-size: 75%;
	}
	body, .col {
		text-align: center;
	}
	.header nav {
		display: none;
	}
	.header nav.mobile {
		display: block;
	}
	.bt_menu {
		display: block;
		position: absolute;
		left: 2.5rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.bt_menu svg {
		display: block;
		width: 1.75rem;
	}
	.bt_menu svg path {
		transition: all 400ms cubic-bezier(.7,0,.3,1);
		transform-origin: 50% 50%;
	}
	.bt_menu.active svg path:nth-child(3) {
		transform: rotate(45deg);
	} 
	.bt_menu.active svg path:nth-child(4) {
		transform: rotate(-45deg);
	} 
	.bt_menu.active svg path:nth-child(1),
	.bt_menu.active svg path:nth-child(2) {
		opacity: 0;
	} 
	.mobile .menu {
		position: fixed;
		left: 0;
		top: 5.25rem;
		right: 4rem;
		bottom: 0;
		background: #3947DFCC;
		backdrop-filter: blur(.5rem);
		text-align: left;
		font-size: 1.25rem;
		color: #fff;
		padding: 2.5rem 3rem;
		transform: translateX(-100%);
		transition: all 400ms cubic-bezier(.7,0,.3,1);
	}
	.mobile .menu li + li {
		margin-top: 2.125rem;
	}
	.mobile .bt_menu.active + .menu {
		transform: translateX(0%);
	}
	.mobile .menu li.lang a,
	.mobile .menu li.social a {
		font-size: 1rem;
		display: inline-block;
		width: 2.875rem;
		height: 2.875rem;
		line-height: 2.875rem;
		text-align: center;
		border-radius: 3rem;
		background: #3947DF8A;
		color: #fff;
		margin-right: .875rem;
	}
	.mobile .menu li.lang a.active {
		background: #fff;
		color: #3947DF;
	}
	.mobile .menu li.social {
		position: absolute;
		left: 3rem;
		bottom: 2.5rem;
	}
	.mobile .menu li.social a i {
		display: block;
		width: 2.875rem;
		height: 2.875rem;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.i_inst {
		background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.963 19.8701C22.1384 19.8701 21.3324 20.1146 20.6468 20.5727C19.9612 21.0308 19.4269 21.6819 19.1113 22.4437C18.7958 23.2054 18.7132 24.0437 18.8741 24.8524C19.0349 25.6611 19.432 26.4039 20.0151 26.987C20.5981 27.57 21.3409 27.9671 22.1496 28.128C22.9584 28.2888 23.7966 28.2063 24.5584 27.8907C25.3202 27.5752 25.9713 27.0408 26.4294 26.3552C26.8875 25.6696 27.132 24.8636 27.132 24.0391C27.1329 23.4913 27.0257 22.9488 26.8165 22.4426C26.6073 21.9363 26.3003 21.4764 25.913 21.0891C25.5257 20.7018 25.0657 20.3947 24.5595 20.1855C24.0533 19.9763 23.5107 19.8691 22.963 19.8701V19.8701ZM22.963 26.7491C22.427 26.7491 21.903 26.5901 21.4574 26.2923C21.0117 25.9946 20.6644 25.5713 20.4593 25.0761C20.2542 24.5809 20.2005 24.0361 20.3051 23.5104C20.4096 22.9847 20.6677 22.5018 21.0467 22.1228C21.4257 21.7438 21.9086 21.4857 22.4343 21.3811C22.96 21.2766 23.5049 21.3302 24.0001 21.5353C24.4952 21.7405 24.9185 22.0878 25.2163 22.5335C25.514 22.9791 25.673 23.5031 25.673 24.0391C25.6717 24.7574 25.3857 25.4459 24.8778 25.9539C24.3698 26.4618 23.6813 26.7477 22.963 26.7491ZM28.275 19.6991C28.275 19.8913 28.218 20.0792 28.1112 20.2391C28.0044 20.3989 27.8526 20.5235 27.6749 20.5971C27.4973 20.6706 27.3019 20.6899 27.1134 20.6524C26.9248 20.6149 26.7516 20.5223 26.6157 20.3864C26.4797 20.2504 26.3872 20.0772 26.3497 19.8887C26.3122 19.7001 26.3314 19.5047 26.405 19.3271C26.4785 19.1495 26.6031 18.9977 26.763 18.8909C26.9228 18.7841 27.1107 18.7271 27.303 18.7271C27.4308 18.7268 27.5574 18.7518 27.6755 18.8006C27.7936 18.8494 27.9009 18.9211 27.9912 19.0115C28.0816 19.1019 28.1531 19.2093 28.2018 19.3275C28.2505 19.4456 28.2754 19.5723 28.275 19.7001V19.6991ZM31.036 20.6861C31.0613 19.4236 30.5894 18.2017 29.722 17.2841C28.8011 16.4188 27.5784 15.9476 26.315 15.9711C24.973 15.8951 20.949 15.8951 19.606 15.9711C18.3452 15.946 17.1245 16.4142 16.204 17.2761C15.3351 18.1955 14.8619 19.4193 14.886 20.6841C14.81 22.0261 14.81 26.0501 14.886 27.3931C14.8607 28.6575 15.3341 29.881 16.204 30.7991C17.1235 31.6621 18.343 32.1331 19.604 32.1121C20.946 32.1881 24.97 32.1881 26.313 32.1121C27.577 32.139 28.8009 31.6673 29.72 30.7991C30.5853 29.8781 31.0565 28.6555 31.033 27.3921C31.112 26.0491 31.112 22.0291 31.036 20.6841V20.6861ZM29.304 28.8321C29.166 29.182 28.9576 29.4997 28.6916 29.7657C28.4257 30.0316 28.1079 30.2401 27.758 30.3781C26.688 30.8031 24.148 30.7051 22.965 30.7051C21.782 30.7051 19.239 30.7991 18.172 30.3781C17.8217 30.2403 17.5035 30.032 17.2372 29.766C16.9709 29.5 16.7622 29.1821 16.624 28.8321C16.199 27.7621 16.297 25.2221 16.297 24.0391C16.297 22.8561 16.203 20.3131 16.624 19.2461C16.762 18.8962 16.9704 18.5784 17.2364 18.3124C17.5023 18.0465 17.8201 17.838 18.17 17.7001C19.24 17.2751 21.78 17.3731 22.963 17.3731C24.146 17.3731 26.689 17.2791 27.756 17.7001C28.1062 17.8378 28.4244 18.0461 28.6907 18.3121C28.957 18.5781 29.1658 18.896 29.304 19.2461C29.729 20.3161 29.631 22.8561 29.631 24.0391C29.631 25.2221 29.726 27.7651 29.304 28.8321Z' fill='white'/%3E%3C/svg%3E%0A");
	}
	.i_face {
		background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.346 25.156L27.846 21.923H24.746V19.823C24.7244 19.5816 24.7574 19.3384 24.8425 19.1114C24.9276 18.8844 25.0627 18.6795 25.2378 18.5118C25.4129 18.3441 25.6234 18.218 25.8539 18.1427C26.0843 18.0675 26.3287 18.045 26.569 18.077H27.979V15.326C27.1491 15.1922 26.3105 15.1193 25.47 15.108C22.916 15.108 21.246 16.656 21.246 19.459V21.923H18.406V25.156H21.246V32.971H24.741V25.156H27.346Z' fill='white'/%3E%3C/svg%3E%0A");
	}
	.i_ytub {
		background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.5849 19.417C32.4768 19.0101 32.2635 18.6389 31.9665 18.3405C31.6696 18.0421 31.2993 17.8271 30.8929 17.717C29.4009 17.312 23.4179 17.312 23.4179 17.312C23.4179 17.312 17.4349 17.312 15.9419 17.712C15.5356 17.8221 15.1653 18.0371 14.8684 18.3355C14.5714 18.6339 14.3581 19.0051 14.2499 19.412C13.7168 22.4794 13.7168 25.6157 14.2499 28.683C14.359 29.0867 14.5729 29.4544 14.8701 29.7486C15.1673 30.0428 15.5371 30.2531 15.9419 30.358C17.4339 30.758 23.4179 30.758 23.4179 30.758C23.4179 30.758 29.4009 30.758 30.8939 30.358C31.2988 30.2531 31.6686 30.0428 31.9658 29.7486C32.263 29.4544 32.4769 29.0867 32.5859 28.683C33.1191 25.6157 33.1191 22.4794 32.5859 19.412L32.5849 19.417ZM21.4609 26.897V21.212L26.4609 24.057L21.4609 26.897Z' fill='white'/%3E%3C/svg%3E%0A");
	}
	.i_link {
		background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5814 29.9996H16.2643V19.3175H19.5814V29.9996ZM17.9211 17.8604C16.8604 17.8604 16 16.9818 16 15.9211C16 15.4116 16.2024 14.9229 16.5627 14.5627C16.9229 14.2024 17.4116 14 17.9211 14C18.4306 14 18.9192 14.2024 19.2795 14.5627C19.6397 14.9229 19.8421 15.4116 19.8421 15.9211C19.8421 16.9818 18.9814 17.8604 17.9211 17.8604ZM31.9964 29.9996H28.6864V24.7996C28.6864 23.5604 28.6614 21.9711 26.9618 21.9711C25.2371 21.9711 24.9729 23.3175 24.9729 24.7104V29.9996H21.6593V19.3175H24.8407V20.7746H24.8871C25.33 19.9354 26.4118 19.0496 28.0257 19.0496C31.3829 19.0496 32 21.2604 32 24.1318V29.9996H31.9964Z' fill='white'/%3E%3C/svg%3E%0A");
	}
	.featured img,
	#about section.fade_t .page img, main#clientes .page > img {
		position: static;
		transform: none;
		margin: 3rem 0;
	}
	.featured .page .content {
		max-width: 100%;
		position: static;
		transform: none;
	}
	.featured.home {
		margin-bottom: 4rem;
	}
	.sections {
		background-size: 200% auto;
		padding-bottom: 8rem;
		padding-top: 8rem;
	}
	.section {
		padding: 5rem 0;
	}
	.sections.partners .col12 > * {
		display: block;
		line-height: 3rem;
		vertical-align: middle;
		margin: 1.8rem auto;
	}
	.home .section + .section {
		padding-top: 9rem;
	}
	.main.home h2,
	.featured h1 + h2,
	#about section.fade_t .page h2, main#clientes h2 {
		font-size: 3rem;
	}
	.main.home h3, .main.static h3 {
		font-size: 1.75rem;
	}
	.dec_l, .dec_r {
		display: none;
	}
	.footer .page > p a {
		float: none;
		margin-top: 2rem;
		display: block;
	}
	#objetivos .col + .col img {
		max-width: 20%;
		max-width: calc(25% - 1rem);
		margin: 0 .25rem 2rem!important;
	}
	#objetivos .col + .col img:nth-child(1), #objetivos .col + .col img:nth-child(3) {
		margin-top: 1rem!important;
	}
	.card:not(.form) .icon {
		left: 50%;
		transform: translate(-50% , -75%);
	}
	.main.static h4.check {
		padding-left: 0;
		padding-top: 2.75rem;
		background-position: center top;
		background-size: auto;
	}
	#infraestructura section:first-child h3 {
		padding-left: 0;
		padding-top: 9rem;
		text-align: center;
	}
	#infraestructura h3 img {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	#infraestructura h4 {
		min-height: 0;
	}
	.card.banner {
		padding: 2rem;
	}
	.banner h3 {
		line-height: 1;
	}
	.banner a {
		float: none;
		margin-top: 1.5rem;
	}
	.form {
		text-align: left;
	}
	.form h2 {
		font-size: 2rem;
	}
	.header + .main .section:first-child {
		padding-top: 8rem;
	}
}
#rrhhInputFile {
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #DADADA;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	color: #666;
	padding: 11px 2rem;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 80%;
}