*{
	font-family: 'Rubik', sans-serif;
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
input:focus{
	outline: unset;
}
body:not(.search-page) .inner, #innershell {
	max-width: 100%;
}

:root{
	--color-morado: #99027e;
	--color-turquesa: #d5006c;
	--color-celeste: #02a7c5;
}
body.careerSite {
	background-color: white!important;
}
body.coreCSB .outershell .btn, .outershell input[type="submit"], .outershell a.btn, .outershell a.btn:hover, .outershell a.btn:focus{
	color: #fff!important;
}
.btn-primary{
	background-color: var(--color-morado)!important;
	border-color: var(--color-morado)!important;
	text-decoration: none!important;
	color: #fff!important;
	font-family: 'Rubik', sans-serif!important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	background-color: #cc06a8!important;
	border-color: #cc06a8!important;
	box-shadow: unset !important;
}
.btn-success{
	background-color: var(--color-turquesa)!important;
	border-color: var(--color-turquesa)!important;
	color: #fff!important;
	text-decoration: none!important;
	font-family: 'Rubik', sans-serif!important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active{
	background-color: #ff2292!important;
	border-color: #ff2292!important;
	box-shadow: unset !important;
}
#header{
	display:none;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 10%;
	background: #FFFFFF;
}

header .logo-left{
	width: 75px;
    height: auto;
}

header .logo-right{
	width: auto;
	height: 35px;
}
header .menu{
    width: unset;
}
header .menu ul{
	display: flex;
	align-items: center;
	margin: 0;
	height: 100%;
}

header .menu ul li{
	padding: 0 2rem;
	text-align: center;
	position: relative;
}
header .menu ul li.line::before{
	content: "";
	background: #7c7c7c61;
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
header .menu ul li a{
	color: #7c7c7c;
	text-decoration: none !important;
	transition: .3s;
	font-size: 1rem;
}
header ul li a:hover{
	color: #d5006c
	;
}
header.alter{
	background: #98027D;
}
header.alter .menu ul li a{
	color: white!important;
}
div.parallax{
	height: 80vh;
	width: 100%;
	position: relative;
}
/*Video*/
div.parallax .video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	overflow: hidden;
}
div.parallax .video::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div.parallax .video video{
	width: 100%;
}
div.parallax .video .fondo-mobile{
	display: none;
}
/*Fin Video*/
div.parallax .contenido{
	position: absolute;
	bottom: -9%;
	left: 10%;
	width: 80%;
}
div.parallax .contenido h1,
div.parallax .contenido h2{
	font-family: 'Rubik';
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
}
div.parallax .contenido h1{
	font-weight: 500;
}
div.parallax .contenido h2{
	font-weight: 700;
}
div.parallax .contenido .formulario{
	margin-top: 2rem;
	padding: 3.5rem 3rem;
	background-color: #fff;
	box-shadow: 0 0 5px 0.15rem #9e9e9e33;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
div.parallax .contenido .formulario input{
	width: 100%;
	border: unset;
	border-bottom: 2px solid var(--color-morado);
	color: var(--color-morado);
}
div.parallax .contenido .formulario input::placeholder{
	color: var(--color-morado);
}
div.parallax .contenido .formulario button{
	width: 280px;
	font-size: 14px;
}
section.propuesta{
	padding: 10rem 10% 8rem;
	position: relative;
}
section.propuesta .fondo{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 650px;
}

section.propuesta .title-principal{
	font-family: 'Rubik';
	font-size: 40px;
	font-weight: 500;
	color: var(--color-turquesa);
	line-height: 2.3rem;
	padding-top: 3rem;
	position: relative;
}
section.propuesta .descripcion{
	font-size: 18px;
	color: #7a7a7a;
	line-height: 1.4rem;
	padding-top: 12px;
	padding-right: 6rem;
	width: 350px;
	position: relative;
}
section.propuesta .contenido{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
section.propuesta .white:hover{
	background-color: var(--color-turquesa);
	padding: 1.7rem 1.3rem;
	border-radius: 10px;
}
section.propuesta .white{
	background-color: #fff;
	padding: 1.7rem 1.3rem;
	border-radius: 10px;
	width: 290px;
	transition: .4s all;
}
section.propuesta .white:hover h1{
	font-family: 'Rubik';
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	padding-top: 1.5rem;
	padding-bottom: 7px;
	transition: 0.3s;
}
section.propuesta .white img{
	width: auto;
	height: 50px;
}
section.propuesta .white img.white-icon{
	display: none;
}
section.propuesta .white:hover img.turquesa-icon{
	display: none;
}
section.propuesta .white:hover img.white-icon{
	display: block;
}
section.propuesta .white h1{
	font-family: 'Rubik';
	color: var(--color-turquesa);
	font-weight: 600;
	font-size: 23px;
	padding-top: 1.5rem;
	padding-bottom: 7px;
	transition: 0.3s;
}

section.propuesta .white:hover h1{
	font-size: 24px;
}
section.propuesta .white:hover p{
	color: #fff;
	font-size: 15px;
	line-height: 1.4rem;
	transition: 0.3s;
}
section.propuesta .white p{
	color: #7a7a7a;
	font-size: 15px;
	line-height: 1.4rem;
	transition: 0.3s;
}
section.propuesta .white:hover .next,
section.propuesta .white .next{
	display: flex;
	align-items: center;
}
section.propuesta .white:hover .next p{
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding-right: 10px;
}
section.propuesta .white .next p{
	font-size: 13px;
	color: var(--color-turquesa);
	margin: 0;
	padding-right: 10px;
}

section.propuesta .white .next img{
	width: auto;
	height: 15px;
}

section.propuesta .white .next img.icon-white{
	display: none;
}

section.propuesta .white:hover .next img.icon-turquesa{
	display: none;
}

section.propuesta .white:hover .next img.icon-white{
	display: block;
}

section.conocenos{
	position: relative;
	padding: 4% 10% 0;
}
section.conocenos .fondo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
section.conocenos h1{
	font-family: 'Rubik';
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	padding-bottom: 2%;
	position: relative;
	line-height: 2.4rem;
}
section.conocenos .video{
	position: relative;
	width: 650px;
}
section.conocenos .video iframe{
	position: relative;
	border-radius: 1rem;
	height: 350px;
	width: 100%;
}
section.sumate{
	position: relative;
	padding-top: 5rem;
	padding-bottom: 2rem;
}
section.sumate .fondo{
	width: 100%;
}
section.sumate .body{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: -webkit-center;
}
section.sumate .body h1{
	font-family: 'Rubik';
	color: var(--color-turquesa);
	font-weight: 500;
	font-size: 40px;
}
section.sumate .body p{
	color: #7a7a7a;
	width: 480px;
}
section.sumate .body button{
	font-size: 14px;
}
.banner-conocenos{
	position: relative;
	text-align: center;
	padding: 3rem 0;
	background-color: var(--color-turquesa);
}
.banner-conocenos h1{
	font-family: 'Rubik';
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.banner-conocenos h1 span{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	padding-left: 7px;
	text-transform: uppercase;
}
.video-conocenos{
	position: relative;
	padding: 4.8rem 10%
}
.video-conocenos img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 400px;
}
.video-conocenos p{
	color: #7c7c7c;
	padding-top: 1rem;
	font-size: 17px;
	line-height: 1.5rem;
}
.title-turquesa{
	font-family: 'Rubik';
	font-size: 40px;
	font-weight: 500;
	color: var(--color-turquesa)!important;
	line-height: 2.4rem;
}
.title-turquesa small{
	color: var(--color-turquesa)!important;
	font-size: 40px;
	font-weight: 500;
}
.video-conocenos .video{
	position: relative;
	margin-left: 3rem;
}
.video-conocenos .video::before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 1rem;
}
.video-conocenos .video iframe {
	position: relative;
	border-radius: 1rem;
	width: 100%;
	height: 400px;
}
.equipo-conocenos{
	padding: 6rem 10%;
}
.equipo-conocenos h1{
	font-family: 'Rubik';
	text-align: center;
}
.equipo-conocenos p{
	color: #7c7c7c;
	font-size: 22px;
	padding: 2rem 5rem 1rem;
	font-weight: 500;
	text-align: center;
}
.equipo-conocenos p small{
	color: var(--color-turquesa);
}
.equipo-conocenos>img{
	width: 100%;
	height: auto;
}
.nosotros-conocenos{
	position: relative;
	padding-right: 10%;
	display: flex;
	align-items: center;
}
.nosotros-conocenos .left{
	background-color: #02a7c5;
	border-radius: 0 50% 50% 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nosotros-conocenos .left>div{
	width: 200px;
	padding-right: 4rem;
}
.nosotros-conocenos .left>div>img{
	width: auto;
	height: 110px;
}
.nosotros-conocenos .left p{
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding-top: 1rem;
}
.nosotros-conocenos .right{
	position: relative;
	padding: 6rem 0 6rem 2rem;
}
.nosotros-conocenos .right>h1{
	position: absolute;
	top: -10%;
}
.nosotros-conocenos .right>h1 small{
	font-weight: 700;
	font-size: 40px!important;
	color: var(--color-turquesa)!important;
}
.nosotros-conocenos .right img{
	width: auto;
	height: 50px;
}
.nosotros-conocenos .right p{
	color: #7c7c7c;
	font-size: 15px;
	padding-top: 10px;
}
.nosotros-conocenos .right p.bold{
	color: #02a7c5;
	font-weight: 700;
	font-size: 16px;
}
.nosotros-conocenos .right p small{
	font-weight: 700;
}
.sumate-conocenos{
	position: relative;
	padding: 2rem 10% 6rem;
	text-align: -webkit-center;
}
.sumate-conocenos>img{
	width: auto;
	height: 150px;
}
.sumate-conocenos>p{
	padding-top: 1rem;
	color: #7c7c7c;
	font-size: 25px;
	width: 50%;
}
.sumate-conocenos>p.equipo{
	width: 40%;
}
.sumate-conocenos>p>small{
	font-weight: 700;
}
.sumate-conocenos>button{
	margin-top: 1rem;
	font-size: 13px;
}
.sumate-principal{
	position: relative;
	padding: 5rem 10% 7rem;
}
.sumate-principal .fondo{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 350px;
}
.sumate-principal>p{
	color: #7c7c7c;
	font-size: 16px;
	line-height: 1.2rem;
	width: 36%;
	padding-top: 1rem;
}
.sumate-proceso{
	position: relative;
	padding: 2rem 10%;
}
.sumate-proceso .header{
	text-align: -webkit-center;
}
.sumate-proceso .header p{
	color: #7c7c7c;
	font-size: 21px;
	line-height: 1.6rem;
	width: 60%;
	font-weight: 500;
	padding-top: 1rem;
}
.sumate-proceso .header p>small{
	font-weight: 700;
	color: var(--color-turquesa);
}
.proceso{
	display: flex;
	align-items: center;
	padding-right: 10%;
}
.proceso .left {
	background-color: #f6f5ff;
	border-radius: 0 50% 50% 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.proceso .left>div {
	padding: 0 3rem;
}
.proceso .left h1{
	font-family: 'Rubik';
	color: var(--color-turquesa);
	font-size: 60px;
}
.proceso .left h2{
	font-family: 'Rubik';
	color: var(--color-turquesa);
	font-size: 17px;
	font-weight: 600;
}
.proceso .left p{
	color: #7c7c7c;
	font-size: 15px;
	padding-top: 1rem;
	line-height: 1.5rem;
}
.proceso .left small{
	font-weight: 600;	
}
.proceso .right {
	position: relative;
	padding: 6rem 0 2rem 4rem;
}
.proceso .right h1{
	font-family: 'Rubik';
	color: var(--color-celeste);
	font-size: 60px;
}
.proceso .right h2{
	color: #7c7c7c;
	font-weight: 700;
	font-size: 16px;
}
.proceso .right p {
	color: #7c7c7c;
	font-size: 14px;
	padding-top: 5px;
}
.proceso .right p>small{
	font-weight: 700;
}
.proceso .right .title-footer{
	color: var(--color-celeste);
	font-weight: 700;
	font-size: 16px;
	padding-top: 2rem;
}
.preguntas-frecuentes{
	padding-right: 10%;
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.preguntas-frecuentes .title{
	text-align: -webkit-right;
	padding-bottom: 1rem;
}
.preguntas-frecuentes .title h1{
	width: 240px;
	text-align: initial;
}
.preguntas-frecuentes .preguntas{
	padding-left: 4rem;
}
.preguntas-frecuentes .preguntas ul li a {
	font-family: 'Roboto', sans-serif;
	background: #e0e0e0b8;
	font-size: 15px;
	padding: 1rem 13px;
	color: var(--color-turquesa)!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	font-weight: 600;
}
.preguntas-frecuentes .preguntas ul li.uk-open a{
	background-color: var(--color-turquesa)!important;
	color: #fff!important;
}
.preguntas-frecuentes .preguntas ul li div>p{
	color: #7c7c7c;
	font-size: 15px;
}
.preguntas-frecuentes .preguntas .uk-accordion-content{
	border: 1px solid #7c7c7c2e;
	margin: 0;
	padding: 10px 1rem;
}
.uk-accordion-title::before {
	background-image: url(../icon/chevron-down.svg);
	width: 15px;
	height: 15px;
}
.uk-open>.uk-accordion-title::before {
	background-image: url(../icon/chevron-up.svg);
}
footer{
	position: relative;
	padding: 8.5rem 10% 1rem;
}
footer .fondo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
footer .empresa{
	position: relative;
}
footer .empresa img{
	width: auto;
	height: 40px;
}
footer .empresa p{
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	font-size: 13px;
	color: var(--color-morado);
	line-height: 1.3rem;
}
footer .empresa label{
	color: #7a7a7a;
	font-size: 13px;
}
footer .perfil{
	position: relative;
	padding-left: 10rem;
}
footer .perfil ul{
	padding: 0!important;
}
footer .perfil ul li a{
	color: #7a7a7a;
	font-size: 13px;
	line-height: 2.5rem;
}
footer .perfil ul li a:hover{
	color: #d5006c !important;
}
footer .perfil button{
	font-size: 13px;
	display: flex;
	align-items: center;
}
footer .perfil button img{
	margin-left: 5px;
	width: auto;
	height: 10px;
}
footer .social{
	position: relative;
	text-align: right;
}
footer .social>div{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
footer .social>div img{
	width: auto;
	height: 35px;
	padding: 0 6px;
}
footer .social p{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #7a7a7a;
	font-size: 13px;
	margin: 0;
}
header .hamburguesa{
	display: none;
}
header .uk-offcanvas-bar {
	background-color: #fff;
}
ul.uk-nav.uk-nav-default li {
	line-height: 1.5rem;
}
ul.uk-nav.uk-nav-default li .logo {
	position: absolute;
	left: 9%;
	top: 3%;
}
ul.uk-nav.uk-nav-default li .logo-menu {
	width: 170px;
	height: auto;
	padding-left: 3rem;
}
ul.uk-nav.uk-nav-default li .logo-menu img{
	width: auto;
	height: 30px;
}
header .uk-offcanvas-bar .item-menu {
	padding-left: 3rem;
}
header .uk-offcanvas-bar .item-menu h1>a {
	color: var(--color-morado);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	cursor: pointer;
	line-height: 1.8rem;
	transition: .2s all;
}
.nosotros-conocenos h1.mobile{
	display: none;
}
.propuesta-search{
	padding: 10rem 10% 4rem;
	outline: unset;
}
#content{
	outline: unset;
}
.propuesta-search .row .card-vacante>h1{
	font-family: 'Rubik';
	font-size: 15px;
	font-weight: 600;
	color: #7c7c7c;
	line-height: 2.4rem;
}
.propuesta-search .row .card-vacante{
	box-shadow: 0 0 6px 0.15rem #9e9e9e33;
	padding: 1rem 1rem 9px;
	position: relative;
}
.propuesta-search .row .card-vacante:before{
	content: "";
	display: block;
	background: var(--color-morado);
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	position: absolute;
}
.propuesta-search .row .card-vacante>.d-flex{
	padding-bottom: 1rem;
}
.propuesta-search .row .card-vacante>.d-flex i{
	color: var(--color-morado);
	font-size: 13px;
}
.propuesta-search .row .card-vacante>.d-flex p{
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	padding-left: 4px;
}
.propuesta-search .row .card-vacante a{
	padding-top: 6px;
	color: var(--color-morado)!important;
	font-size: 12px;
	font-weight: 500;
}
.propuesta-search .row .text-center>button{
	font-size: 13px;
	border-radius: 10px;
	padding: 7px 1.5em;
}
@media (max-width: 1024px){
	section.propuesta .turquesa,
	section.propuesta .white{
		width: 220px;
		padding: 1rem 1.3rem;
	}
	section.propuesta .turquesa p,
	section.propuesta .white p{
		font-size: 13px;
	}
	section.sumate .body {
		top: 54%;
	}
	section.sumate .body h1 {
		font-size: 30px;
	}
	section.sumate .body p {
		width: 450px;
		font-size: 15px;
	}
	footer .perfil {
		padding-left: 5rem;
	}
	footer .fondo{
		height: 410px;
	}
}
@media (max-width: 830px){
	header .menu ul li {
		padding: 0 1rem;
	}
	header .menu ul li a {
		font-size: 14px;
	}
	div.parallax .video,
	div.parallax{
		height: 48vh;
	}
	div.parallax .contenido {
		bottom: -17%;
	}
	div.parallax .contenido h1{
		font-size: 40px;
	}
	section.propuesta .title-principal,
	section.conocenos h1{
		font-size: 35px;
	}
	section.propuesta .turquesa h1,
	section.propuesta .white h1{
		font-size: 18px;
	}
	section.propuesta .turquesa:hover h1,
	section.propuesta .white:hover h1{
		font-size: 19px;
	}
	section.propuesta .turquesa, section.propuesta .white{
		width: 160px;
		padding: 12px;
	}
	section.propuesta .turquesa img,
	section.propuesta .white img{
		height: 35px;
	}
	section.propuesta .descripcion{
		font-size: 16px;
	}
	section.sumate .fondo{
		display: none;
	}
	section.sumate{
		padding-bottom: 10rem;
	}
	footer .perfil {
		padding-left: 1rem;
	}
	footer .fondo {
		height: 470px;
	}
	section.propuesta .white .next p{
		font-size: 11px;
	}
	section.propuesta .turquesa .next img,
	section.propuesta .white .next img {
		height: 12px;
	}
}
@media (max-height: 415px){
	.sumate-principal .fondo{
		display: none;
	}
	.sumate-principal>p{
		width: 100%;
	}
	.sumate-principal {
		padding: 3rem 10% 1rem;
	}
	div.parallax .video, div.parallax{
		height: 75vh;
	}
	div.parallax .video video{
		display: none;
	}
	div.parallax .video .fondo-mobile{
		display: block;
	}
	section.propuesta .turquesa,
	section.propuesta .white{
		width: 170px;
	}
	section.propuesta {
		padding: 7rem 10% 4rem;
	}
	section.propuesta .fondo{
		height: 530px;
	}
	.banner-conocenos h1,
	.banner-conocenos h1 span{
		font-size: 30px;
	}
	.sumate-conocenos>p.equipo {
		width: 80%;
		font-size: 18px;
	}
	.banner-conocenos{
		padding: 2.3rem 0;
	}
	.title-turquesa{
		font-size: 35px;
	}
	footer .fondo {
		height: 580px;
		object-fit: cover;
	}
}
@media (max-width: 450px){
	section.propuesta .white:hover{
		padding: 12px;
	}
	section.propuesta .white:hover .next p{
		font-size: 12px;
	}
	section.propuesta .white:hover p {
		font-size: 13px;
		line-height: 1rem;
	}
	header{
		padding: 1rem 5%;
	}
	header .menu{
		display: none;
	}
	header>img{
		display: none;
	}
	header .hamburguesa{
		display: block;
	}
	header .hamburguesa a{
		color: var(--color-morado);
	}
	div.parallax .contenido h1,
	div.parallax .contenido h2 {
		font-size: 25px;
	}
	div.parallax,
	div.parallax .video{
		height: 24vh;
	}
	div.parallax .video video{
		display: none;
	}
	div.parallax .video .fondo-mobile{
		display: block;
	}
	div.parallax .contenido .formulario{
		padding: 2rem 1rem;
		margin-top: 1rem;
	}
	div.parallax .contenido{
		width: 85%;
		top: 58%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	div.parallax .contenido .formulario button{
		width: unset;
	}
	div.parallax .contenido .formulario button span.text{
		display: none;
	}
	div.parallax .contenido .formulario input{
		font-size: 15px;
	}
	section.propuesta,
	section.conocenos{
		padding: 3rem 8% 2.5rem;
	}
	section.conocenos{
		padding-top: 2rem;
	}
	section.propuesta .title-principal {
		font-size: 22px;
		line-height: 1.2rem;
		padding-top: 2rem;
	}
	section.propuesta .descripcion {
		font-size: 14px;
		line-height: 1.2rem;
	}
	section.propuesta .contenido {
		display: block;
	}
	section.propuesta .turquesa,
	section.propuesta .white{
		width: 100%;
		box-shadow: 0 0 5px 0.15rem #9e9e9e33;
	}
	section.propuesta .turquesa img, section.propuesta .white img {
		height: 33px;
	}
	section.propuesta .turquesa h1,
	section.propuesta .white h1{
		font-size: 17px;
		padding-top: 1rem;
		padding-bottom: 3px;
	}
	section.propuesta .turquesa p,
	section.propuesta .white p{
		font-size: 13px;
		line-height: 1rem;
	}
	section.propuesta .turquesa .next p,
	section.propuesta .white .next p{
		font-size: 12px;
	}
	section.propuesta .turquesa .next img,
	section.propuesta .white .next img {
		height: 13px;
	}
	section.propuesta .turquesa, section.propuesta .white.mt-2.mt-md-4{
		margin-bottom: .5rem;
	}
	section.propuesta .fondo {
		bottom: 30%;
		height: 300px;
	}
	section.conocenos h1,
	section.sumate .body h1{
		font-size: 22px;
		line-height: 1.2rem;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	section.conocenos .video {
		width: 100%;
	}
	section.conocenos .video iframe{
		position: relative;
		border-radius: 1rem;
		height: 200px;
		width: 100%;
	}
	section.sumate .fondo{
		display: none;
	}
	section.sumate .body{
		position: relative;
		padding: 0 8%;
	}
	section.sumate .body p{
		font-size: 14px;
		width: unset;
	}
	section.sumate .body button {
		font-size: 13px;
	}
	section.sumate {
		padding-bottom: 0;
	}
	footer {
		padding: 3rem 8% 1rem;
	}
	footer .empresa img {
		height: 30px;
	}
	footer .empresa {
		text-align: center;
	}
	footer .empresa p {
		font-size: 12px;
		padding-bottom: 0rem;
	}
	footer .perfil {
		padding-left: 0;
		text-align: -webkit-center;
	}
	footer .perfil ul {
		display: flex;
		justify-content: space-around;
		margin-bottom: 8px;
	}
	footer .social {
		text-align: center;
	}
	footer .social>div {
		justify-content: center;
	}
	footer .social p{
		display: none;
	}
	footer .fondo{
		height: 380px;
		object-fit: cover;
	}
	.banner-conocenos h1,
	.banner-conocenos h1 span{
		font-size:  22px;
	}
	.title-turquesa{
		font-size:  22px;
		line-height: 1.2rem;
		position: relative;
	}
	.video-conocenos {
		position: relative;
		padding: 1rem 8%;
	}
	.video-conocenos p {
		font-size: 14px;
		line-height: 1.2rem;
		position: relative;
	}
	.video-conocenos img {
		height: 300px;
		bottom: 9%;
	}
	.video-conocenos .video {
		margin-left: 0;
	}
	.video-conocenos .video iframe{
		height: 170px;
	}
	.equipo-conocenos {
		padding: 2rem 8%;
	}
	.equipo-conocenos p {
		font-size: 14px;
		line-height: 1.2rem;
		padding: unset;
		padding-top: 10px;
	}
	.nosotros-conocenos .right>h1{
		display: none;
	}
	.nosotros-conocenos h1.mobile{
		display: block;
		text-align: center;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}
	.title-turquesa small {
		font-size: 22px;
	}
	.nosotros-conocenos {
		display: block;
		padding-right: 3%;
	}
	.nosotros-conocenos .left p {
		font-size: 14px;
	}
	.nosotros-conocenos .left>div>img {
		height: 70px;
		margin-top: 2rem;
	}
	.nosotros-conocenos .left>div {
		width: 240px;
		padding-right: 7rem;
	}
	.nosotros-conocenos .right {
		padding: 2rem 8% 2rem 11%;
		text-align: center;
	}
	.nosotros-conocenos .right img {
		height: 42px;
	}
	.nosotros-conocenos .right p,
	.nosotros-conocenos .right p.bold{
		font-size: 13px;
	}
	.sumate-conocenos {
		padding: 10px 8% 4rem;
	}
	.sumate-conocenos>p {
		font-size: 14px;
		width: 100%;
	}
	.sumate-conocenos>img {
		width: auto;
		height: 100px;
	}
	.sumate-principal .fondo{
		display: none;
	}
	.sumate-principal>p {
		font-size: 13px;
		width: 100%;
	}
	.sumate-principal {
		position: relative;
		padding: 2rem 8% 0;
	}
	.sumate-proceso {
		padding: 1rem 8%;
	}
	.sumate-proceso .header p {
		font-size: 14px;
		line-height: 1.2rem;
		width: 100%;
	}
	.proceso .left>div {
		padding: 0 8%;
	}
	.proceso .left h1 {
		font-size: 40px;
		margin-top: 1rem;
	}
	.proceso .left h2 {
		font-size: 14px;
	}
	.proceso .left p {
		font-size: 13px;
		margin-bottom: 3rem;
	}
	.proceso .right {
		padding: 1rem 0 2rem 11%;
	}
	.proceso .right h1 {
		font-size: 40px;
	}
	.proceso .right h2,
	.proceso .right p{
		font-size: 13px;
	}
	.proceso .right .title-footer {
		font-size: 13px;
		padding-top: 1rem;
	}
	.preguntas-frecuentes {
		padding-right: 8%;
		padding-top: 0;
		padding-left: 8%;
		padding-bottom: 1rem;
	}
	.preguntas-frecuentes .title h1 {
		width: 100%;
		text-align: center;
	}
	.preguntas-frecuentes img{
		display: none;
	}
	.preguntas-frecuentes .preguntas {
		padding: 0;
	}
	.preguntas-frecuentes .preguntas ul li a,
	.preguntas-frecuentes .preguntas ul li div>p{
		font-size: 13px;
	}
	.sumate-conocenos>p.equipo{
		width: 100%;
	}
	.propuesta-search {
		padding: 5rem 10% 3rem;
	}
}
@media (max-width: 330px){
	div.parallax .contenido h1,
	div.parallax .contenido h2 {
		font-size: 20px;
	}
	div.parallax .contenido{
		top: 47%;
	}
	div.parallax .contenido .formulario {
		margin-top: 10px;
	}
	section.propuesta .title-principal {
		padding-top: 1.5rem;
	}
	section.propuesta .descripcion {
		width: 100%;
	}
	div.parallax .contenido .formulario input{
		font-size: 14px;
	}
}
#footerRowTop,
#footerRowBottom{
	display:none;
}
div.innershell, div.outershell div.styled div.modal-content, div.outershell div.styled div.modal-footer, div.outershell div.cookiePolicy{
	background-color: white!important;
}
#footer p{
	line-height: 1.3rem!important;
}
#footer ul li{
	height: 40px!important;
}
#cookiemanageriframe{
	display: none!important;
}