HTML {
  font-size: 1rem; }
HTML, BODY {
  height: 100%; }
BODY {
  color: #1d1d1b;
  font-family: "Quicksand", sans-serif !important;
  line-height: 1.5;
  margin: 0;
  padding: 0; }
IMG {
  object-fit: cover; }

A {
  text-decoration: none; }
  A:hover, A:focus, A:active {
    outline: 0; }
p{
    font-size: 1.375rem;
    margin: 0;
}
.section{
	padding: 65px 0 20px;
}
h2{
	font-size: 4.825rem;
	color: #1e120d;
	text-align: center;
	margin-bottom: 50px;
}
h3{
	font-size: 4.375rem;
	font-weight: 400;
}
h6{
	font-size: 2.113rem;
	color: #009c86;
	text-align: center;
    font-weight: 600;
	margin-bottom: 120px;
}
.red{
	color: #ba203b;
}
.fw-600{
	font-weight: 600;
}
.line {
    background: #bf203c;
    height: 6px;
    margin: 40px 0;
    width: 68px;
	border-radius: 3px;
}
.btn{
	background: #ba203b;
	color: #fff;
	padding: 23px 60px;
	border-radius: 25px;
    font-size: 1.563rem;
    max-width: 325px;
	transition: all .5s;	
}
.btn:hover{
	color: #fff;
	-webkit-box-shadow: 0px 0px 10px 8px rgb(29 29 27 / 15%);
	box-shadow: 0px 0px 10px 8px rgb(29 29 27 / 15%);	
	transition: all .5s;	
}
.mt-80{
	margin-top: 80px;
}
.mt-0{
	margin-top: 50px;
}
.mb-100{
	margin-bottom: 100px;
}
.pr-5{
	padding-right: 5%;
}
#development-assistance .d-b{
	display: none;
}
.header-bg{
	-webkit-box-shadow: 0px 0px 10px 8px rgb(29 29 27 / 3%);
	box-shadow: 0px 0px 10px 8px rgb(29 29 27 / 3%);
    border-radius: 0 0 13px 13px;
    padding: 17px 5px 35px;
	display: flex;
	align-items: center;
}
.logo img{
	max-width: 100%;
}
nav li{
	list-style: none;
    display: inline-block;
    font-weight: 500;	
}
header nav ul{
	margin-bottom: 0;
}
header nav li{
    position: relative;
}
header nav a{
	color: #1d1d1b;
	font-size: 1.047rem;
	position: relative;	
}
header nav a:hover{
	color: #1d1d1b;
}
.line-menu{
	width: 27px;
	height: 2px;
	background: #000;
	position: absolute;
    left: 0;
    bottom: 0;
	opacity: 0;
	transition: all .5s;
}
header nav a:hover ~ .line-menu{
	opacity: 1;
	transition: all .5s;
}
#menu__toggle {
  opacity: 0;
}
.hamburger-menu{
	display: none;
}
.menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 37px;
    right: 25px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    background-color: #ba203b;
    border-radius: 50%;
    padding: 15px;
	transition: all .5s;
	z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu__btn > span::before {
  content: '';
  top: -5px;
}
.menu__btn > span::after {
  content: '';
  top: 5px;
}
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 240px;
  margin: 0;
  list-style: none;
  background-color: #fff;
	padding: 20px 0;
    z-index: 1;	
}
.menu__box li{
    border-top: 1px solid #dadada;
}
.menu__box li:first-child{
    border-top: none;
}
.menu__box a{
    padding: 15px 10px 15px 30px;
    display: block;
	color: #181818;
}
.menu__box a:before{
	content: "";    
    background-image: url(../images/icons-menu.png);    
	display: inline-block;
    margin-right: 11px;
}
.menu_item-home:before{
	width: 19px;
	height: 17px;
	background-position: -5px 0;
}
.menu_item-home:hover:before, .menu_item-home.active:before{
	background-position: -26px 0;
}
.menu__box a.menu_item-about{
	padding-left: 66px;
    position: relative;
}
.menu__box a.menu_item-about:before{
	width: 6px;
	height: 20px;
    background-position: 39px -20px;
    position: absolute;
    right: 42px;
    top: 16px;
}
.menu__box a.menu_item-about:hover:before, .menu__box a.menu_item-about.active:before{
	background-position: -32px -20px;
}
.menu__box a.menu_item-faq:before{
	width: 15px;
	height: 15px;
	background-position: -7px -40px;
    margin-right: 16px;	
}
.menu_item-faq:hover:before, .menu_item-faq.active:before{
	background-position: 22px -40px;
}
.menu_item-blog:before{
	width: 20px;
	height: 18px;
	background-position: -5px 25px;
}
.menu_item-blog:hover:before, .menu_item-blog.active:before{
	background-position: -26px 25px;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
#menu__toggle:checked ~ .menu__btn{
	right: 204px;	
	top: 32px;
	background-color: #dadada;
	transition: all .5s;	
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}
.menu__box {
  transition-duration: .25s;
}
.menu__item {
  transition-duration: .25s;
}
.principal-image .row{
	position:relative;
}
.principal-image img{
	max-width: 100%;
	padding-right: 80px;
}
.principal-image_title{
	font-size: 1.943rem;
	font-weight: 600;	
	margin-bottom: 45px;
}
.principal-image_block{
	position: absolute;
    left: 0;
    z-index: -1;
    height: auto;
    bottom: 0;
    min-height: 670px;
    background: url(../img/bg.png) no-repeat left bottom;
    width: 100%;
    max-width: 48%;
    background-size: cover;
	border-radius: 0 0 25px 0;
}
.formulario .bg-blue{
	padding: 40px 55px;
}
.formulario_title{
	font-size: 2.106rem;
	color: #ba203b;
	font-weight: bold;
    margin-bottom: 20px;	
}
.formulario form{
	margin-right: 45px;
}
.formulario form input{
	font-size: 1.202rem;
	font-weight: bold;
	margin: 8px 0;
	border-radius: 40px;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	max-height: 40px;
	outline: none;
}
.mw-49{
	min-width: 49%;
}
.mw-39{
	max-width: 39%;
}
.mw-56{
	max-width: 56%;
}
.formulario form input::placeholder{
	color: rgb(29 29 27 / 50%);
	font-size: 1.202rem;
	font-weight: bold;
}
.formulario .radio-button {
	display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
}
.formulario .radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 8px;
    left: 17px;
    height: 22px;
    width: 22px;
    border: 2px solid #ba203b;
    border-radius: 50%;
}
.radio-button:hover input ~ .checkmark {
  background-color: transparent;
}
.radio-button input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-button input:checked ~ .checkmark:after {
  display: block;
}
.radio-button .checkmark:after {
 	top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ba203b;
}
.formulario .btn{
	padding: 15px 40px;
    max-height: 60px;	
}
.formulario .btn.btn-block{
	padding-top: 9px;
    margin: 0 auto;	
}
.formulario .btn-success:hover{
	background: #ba203b;
	border-color: #ba203b;
}
.destacado{
	text-align: center;
	background: #fff;
	border-radius: 25px;
	padding: 45px 30px 50px;
}
.destacado img{
	max-width: 100%;
}
.destacado_title{
	font-size: 3.231rem;
	margin: 10px 0 25px;
}
.destacado_description{
	font-size: 1.29rem;
	font-weight: bold;
}
.intro{
	padding-bottom: 130px;	
}
.slide{
	padding: 40px 25px 25px;
	border-radius: 25px;
	background: #f9fafc;
	margin: 20px;
    min-height: 430px;
	text-align: center;
	transition: all .5s;
}
.slide:hover{
	-webkit-box-shadow: 0px 0px 20px -2px rgb(29 29 27 / 17%);
    box-shadow: 0px 0px 20px -2px rgb(29 29 27 / 17%);
	transition: all .5s;
}
.slide .slide_title{
	margin-top: 27px;
	color: #1e120d;
    font-size: 1.75rem;
    font-weight: 700;	
}
.slide p{
	color: #1e120d;
	font-size: 1.5rem;
}
#development-assistance .owl-theme .owl-nav [class*=owl-]{
    top: 37%;	
}
.owl-prev{
	left: -30px;
}
.owl-next{
	right: -30px;
}
.franja{
	background: #ba203b;
	padding: 120px 0 70px;
	color: #fffefe;
	position: relative;
}
.logo_total_mobility{
	padding: 30px 00px 20px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    top: -70px;
    max-width: 350px;
    -webkit-box-shadow: 2px 3px 9px -1px rgb(0 0 0 / 24%);
    box-shadow: 2px 3px 9px -1px rgb(0 0 0 / 24%);	
}
.logo_total_mobility img{
	width: 100%;
	max-width: 230px;
}
.franja p{
	text-align: center;
}
.franja_numbers{
	font-size: 5rem;
}
.franja_description{
	font-size: 1.875rem;
}
.icons img{
	margin: 0 auto 35px;
    display: block;
	min-height: 78px;	
}
.icons p{
	font-size: 1.719rem;
	font-weight: 600;
    text-align: center;	
	min-height: 77px;
}
.texto{
	padding-bottom: 80px;
}
.texto p, li{
	font-weight: 500;
}
.texto li{
	font-size: 1.375rem;
}
.texto li::marker{
	color: #ba203b;
}
.texto .btn{
	margin: 40px auto 0;
    display: block;
}
.texto iframe{
	margin-bottom: 50px;
}
.contenido-top{
	background: url("../img/bg-holas.png") no-repeat center top;
}
.contenido-top_description{
	color: #009c86;
	font-size: 4.516rem;
	text-align: center;
	font-weight: 700;
    line-height: initial;
}
.bg-contenido{
	background: url("../img/bg-holas-car.png") no-repeat center bottom;
	min-height: 850px;
    background-size: contain;
	margin-bottom: 65px;
}
.contenido-map{
	max-width: 700px;
}
.img-center{
	margin: 0 auto 50px;
    display: block;
    max-width: 100%;	
}
.shadow{
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 17%);
}
.bg-blue{
	border-radius: 25px;
	padding: 100px 55px;
	background-color: #f9fafc;
}
.tarjetas .bg-blue{
	background-image: url(../img/titulo-top.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: top;
}
.tarjetas .shadow{
	background-image: url(../img/titulo-bottom.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: bottom;
} 
.tarjetas h4{
	font-size: 3.519rem;
	color: #009c86;
	text-align: center;
	font-weight: 600;
}
.tarjetas img{
	max-width: 50%;
	margin-right: 30px;
}
.tarjetas_block{
	margin-top: 230px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.tarjetas_block h5{
	font-size: 3.344rem;
	font-weight: 700;
	margin-bottom: 60px;
}
.tarjetas_description{
	font-size: 1.875rem;
	margin-top: 100px;
	font-weight: 500;
}
.pasos{
	text-align: center;
}
.pasos_title{
	font-size: 4rem;
    margin: 80px 0 60px;	
}
.pasos_numbers{
	font-size: 13.188rem;
    font-weight: 600;		
    line-height: initial;
}
.orange{
	color: #ffa55b;
}
.blue{
	color: #a7c7ff;
}
.green{
	color: #6cdac9;
}
.pasos_description{
	font-size: 2.25rem;
    font-weight: 600;	
}
.pasos .btn{
	margin: 100px auto;
}
.razones{
	background: url("../img/bg-5-razones.png") no-repeat center;
    background-size: cover;	
}
.razones_title{	
	text-align: center;
	color: #fff;
    line-height: 5rem;
	display: flex;
    justify-content: center;
    text-shadow: 1px 4px 6px rgb(29 29 27 / 48%);	
}
.razones_title p{
	font-size: 4.5rem;
	font-weight: 500;
}
p.razones_title-number{
	font-size: 10.125rem;
	margin-right: 30px;
}
.razones .owl-carousel{
	margin: 50px 0;
}
.razones-slider {
    color: #1e120d;
    text-align: center;
	background: #f9fafc;
    border-radius: 25px;
    min-height: 260px;
    padding: 20px 70px;	
}
.razones-slider p{
    font-size: 1.5rem;
}
p.razones-slider_title{
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 12px;	
}
#development-assistance .owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	line-height: initial;
	outline: none;
}
#development-assistance .razones .owl-theme .owl-nav [class*=owl-]{
    top: 25%;
}
.owl-theme .owl-nav [class*=owl-] span{
	font-size: 80px;
    color: #1d1d1b;
}
.razones .owl-prev{
	left: 10px;
}
.razones .owl-next{
	right: 10px;
}
#development-assistance .owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
    text-decoration: none;
    border: 0;
    outline: none;
}
#development-assistance .owl-theme .owl-nav [class*=owl-]:hover span{
    color: #ba203b;
    outline: none;
}
.contenido{
    padding-top: 120px;	
}
.contenido p{
	font-size: 1.875rem;
}
.contenido-block{
	display: flex;
	align-items: center;
}
.titulo p{
	font-size: 2.25rem;
    font-weight: 500;
    text-align: center;	
	margin-top: 60px;
}
.titulo img{
	max-width: 100%;
}
.avantages{
	position: relative;
}
.avantages:before{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    background: url(../img/bg-avantages.png) no-repeat left bottom;
    width: 1020px;
    height: 550px;
    background-size: cover;
    max-width: 49%;
    border-radius: 0 0 25px;
}
.avantages_description{
	margin: 60px 0 45px;
	display: flex;
	align-items: center;
}
.avantages_description p{
	font-size: 1.938rem;
	font-weight: 600;
	margin-left: 20px;
}
footer{
	background: #292929;
	color: #576161;
	padding: 40px 0;
}
footer p{
	font-size: 0.875rem;
	color: #eee;
}
footer nav ul{
	padding: 0;
	margin: 0;
}
footer nav a{
	color: #eee;
	font-size: 0.875rem;
	border-bottom: 1px dotted #576161;
	transition: all .5s;
}
footer nav a:hover, footer nav a:active{
	color: #576161;
	border-bottom: 0;
	transition: all .5s;	
}
#btn-top{
	background-color: #1d1d1d;
	width: 45px;
	height: 45px;
	display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
}
#btn-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 45px;
    color: #fff;
}
#btn-top:hover{
	background-color: #ba203b;
	transition: background-color .3s;
}
@media (min-width: 1450px){
	.container {
		max-width: 1410px;
	}
}
@media (max-width: 2333px){
	.pr-5 {
		padding-right: 3%;
	}
}
@media (max-width: 2177px){
	.pr-5 {
		padding-right: 1%;
	}
}
@media (max-width: 2040px){
	.pr-5 {
		padding-right: 0;
	}
}
@media (max-width: 1450px){
	.destacado{
		padding: 45px 15px 50px;	
	}
	.slide{
	    min-height: 457px;	
	}
	.contenido_img-car, .contenido-map{
	    max-width: 540px;	
	}
}
@media (max-width: 1400px){
	.mw-56 {
		max-width: 48%;
	}	
	.mw-39 {
		max-width: 47%;
	}
	.slide{
		margin: 20px 10px;	
		padding: 40px 15px 25px;
	}
	.icons p {
		font-size: 1.5rem;
	}
	.tarjetas h4 {
		font-size: 3.125rem;
	}
}
@media (max-width: 1200px){
	h3 {
		font-size: 3.125rem;
	}
	.principal-image img {
		max-width: 50%;
		padding-right: 0;
		width: 100%;
		margin: 90px auto 110px;
		display: block;
	}
	.principal-image_block{
		max-width: 100%;
		border-radius: 0;
	}
	.principal-image_title{
		margin-bottom: 10px;
	}
	.destacado {
		padding: 20px 15px 20px;
		margin-bottom: 20px;
	}	
	.formulario form {
		margin-right: 0;
	}
	.slide .slide_title{
		font-size: 1.5rem;	
	}
	.slide {
		min-height: 431px;
	}
	.franja_numbers {
		font-size: 3.75rem;
	}
	.icons p {
		font-size: 1.25rem;
	}
	.icons .d-flex{
		flex-wrap: wrap;
	}	
	.icons-block{
		width: 25%;
	}
	.tarjetas_block{
		align-items: start;
	}
	.razones_title-number{
		margin: 0;
	}
	#development-assistance .razones .owl-theme .owl-nav [class*=owl-] {
		top: 31%;
	}
	.razones_title{
		display: block;
	}
	p.razones_title-number {
		margin: 0 0 30px;
	}
	.contenido_img-car, .contenido-map {
		max-width: 370px;
	} 	
	.avantages:before{
		bottom: 0;
		top: 60px;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		z-index: -1;
	}
	.mt-400{
		margin-top: 400px;
	}
	.avantages_description {
		margin: 40px 0 25px;
	}
	.pt-0{
		padding-top: 0;
	}
	.mb-80{
		margin-bottom: 80px;
	}
}
@media (max-width: 1000px){
	header nav ul{
		padding: 0;
	}
	header nav a{
		font-size: 0.875rem;
	}
	.franja_description {
		margin-bottom: 25px;
	}
	.logo_total_mobility{
		left: 0;
		right: 0;
		margin: 0 auto;	
	}
	#development-assistance .d-b{
		display: block;
	}
	#development-assistance .d-n{
		display: none;
	}
	.texto{
		padding-bottom: 40px;
	}
	.texto h3{
		margin-top: 20px;
	}
	h2 {
		font-size: 3.438rem;
	}
	.contenido-top_description {
		font-size: 3.75rem;
	}
	.tarjetas_block {
		display: block;
		margin-top: 60px;
	}
	.tarjetas img {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
	.tarjetas_block h5 {
		margin: 30px auto;
		text-align: center;
	}
	.tarjetas_description {
		margin-top: 30px;
	}
	#development-assistance .razones .owl-theme .owl-nav [class*=owl-] {
		top: 41%;
	}
	.contenido-block{
		display: block;
	}
	.contenido_img-car{
		max-width: 80%;
		margin: 20px auto;
		display: block;
	}
	.contenido-map{
		display: none;
	}
	.titulo img {
		margin: 0 auto;
		display: block;
	}
	#development-assistance .owl-nav.disabled{
		display: block;
	}
}
@media (max-width: 767px){
	.formulario_title > br{
		display: none;
	}
	.formulario_title{
		text-align: center;
	}
	 .formulario form .d-flex{
		display: block!important;
	}
	.formulario form input{
		max-width: 100%;
		min-width: 100%;
	}
	h2 {
		font-size: 3.125rem;
	}
	.contenido-top_description {
		font-size: 3.125rem;
	}
	.tarjetas_block h5 {
		font-size: 2.813rem;
	}
	#development-assistance .razones .owl-theme .owl-nav [class*=owl-] {
		top: 44%;
	}
	.mb-80 {
		margin-bottom: 120px;
	}
}
@media (max-width: 580px){
	.formulario .bg-blue {
		padding: 20px 25px;
	}
	.icons-block{
		width: 26%;
	}
	h2 {
		font-size: 2.5rem;
	}
	h6 {
		margin-bottom: 50px;
	}
	.contenido-top_description {
		font-size: 2.5rem;
	}
	.bg-contenido {
		min-height: 670px;
	}
	.tarjetas h4 {
		font-size: 2.813rem;
	}
	.mb-80 {
		margin-bottom: 155px;
	}
	.hamburger-menu{
		display: block;
	}
	header nav{
		display: none;
	}
	.header-bg{
		padding: 17px 5px 5px;	
	}
	.owl-next {
		right: 0;
	}
	.owl-prev {
		left: 0px;
	}
@media (max-width: 450px){
	h3 {
		font-size: 2.5rem;
	}
	.icons-block{
		width: 49%;
	}
	h2 {
		font-size: 2.188rem;
	}
	.tarjetas h4 {
		font-size: 2.5rem;
	}
	.tarjetas img{
		max-width: 100%;
	}
	.bg-blue {
		padding: 50px 25px;
	}
	.tarjetas_block h5 {
		font-size: 2.5rem;
	}
	.contenido_img-car {
		max-width: 100%;
	}
	.avantages_description {
		display: block;
	}
	.avantages_description img{
		display: block;
	    margin: 0 auto;	
	}
	.avantages_description p {
		margin-left: 0;
		text-align: center;
	}
	.avantages_description + p{
		text-align: center;
	}
	.mb-80 {
		margin-bottom: 175px;
	}
}
@media (max-width: 400px){
	.formulario_title {
		font-size: 1.75rem;
	}
	.contenido-top_description {
		font-size: 2.188rem;
	}
	.tarjetas h4 {
		font-size: 2.188rem;
	}
	.tarjetas_block h5 {
		font-size: 1.875rem;
	}
	.razones-slider{
		padding: 20px 40px;
	}
	.titulo p {
		font-size: 1.875rem;
		margin-top: 20px;
	}	
	.mb-80 {
		margin-bottom: 185px;
	}
	.logo img {
		width: 88%;
	}
}
@media (max-width: 350px){
	h3 {
		font-size: 1.875rem;
		font-weight: 700;
	}
	.formulario_title {
		font-size: 1.5rem;
	}
	.bg-contenido {
		min-height: 720px;
	}
	.tarjetas h4 {
		font-size: 1.875rem;
	}
	.mb-80 {
		margin-bottom: 195px;
	}
}
@media (max-width: 320px){
	.formulario_title {
		font-size: 1.375rem;
	}
	.franja{
	    padding: 100px 0 10px;	
	}
	.logo_total_mobility img {
		max-width: 160px;
	}
	.icons-block{
		width: 100%;
	}
	.icons img {
		margin: 0 auto 20px;
		min-height: auto;
	}
	#development-assistance .texto{
		padding: 20px 0;
	}
	h2 {
		font-size: 1.875rem;
	}
	.mb-80 {
		margin-bottom: 210px;
	}
	.menu__btn{
		top: 28px;
	}
	footer nav a, footer p{
		font-size: 0.75rem;	
	}
}