@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700;700&display=swap');
*{
	margin: 0;
	box-sizing: border-box;
	font-family: 'DM Sans', sans-serif;
}
body{
	overflow-x: hidden;
}
.slider-mv{
	display: none;
}
.btn-4-pc{
	position: relative;
}
.btn-mv{
		margin: auto 0;
		margin-top: -110px;
		position: relative;
		z-index: 6;
		background: #00609A;
		width: 17%;
		display: block;
		margin-left: 7%;
		padding: 12px;
		border-radius: 25px;
		text-align: center;
		margin-bottom: 62px;
		color: white;
		
	}
	.btn-mv:hover{
     color: white;
     text-decoration: none;
	}
.my-custom-class-for-label {
	height: 45px;
	color: #DC141F;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
	font-size: 14px;
	padding-left: 0px;
}

.menu{
	padding: 0px 8% !important;
	box-shadow: 0px 3px 17px #00000017 !important;
	background-color: #ffffff !important;
}
.lista-menu li{
	padding: 30px 0;
	border-bottom: 3px solid white;
}
.fr-pc{

}
.fr-contacto{
	z-index: 99 !important;
	background: white;
	border-radius: 20px;
	margin-left: 15%;

}
.fr-contacto label{
	color: #C4C4C4;
	font-size: 12px;
}
.fr-contacto h2{
	color: #005f9b;
	font-size: 25px;
}
.fr-contacto input{
	border:0;
	border-bottom: 1px solid #C4C4C4;
	height: 35px;
	font-size: 15px;
}
.fr-contacto input:focus{
	outline: none;
}
.fr-contacto textarea:focus{
	outline: none;
}

.btn-fr.disabled{
	 background: #C4C4C4;
	 display: block;
    width: 100%;
    padding: 19px 20px;
    text-align: center;
    
    
    border-radius: 183px;
    color: white;
    font-weight: 300;
    font-size: 13px;
    border: 0;
    
}
.alert-messageFr{
	font-size: 12px;
}
.btn-fr.active{
	 background: #005f9b;
	 display: block;
    width: 100%;
    padding: 19px 20px;
    text-align: center;
    background: #005F9B;
    box-shadow: 2px 15px 40px rgb(0 201 224 / 10%);
    border-radius: 183px;
    color: white;
    font-weight: 300;
    font-size: 13px;
    border: 0;
    
}
.btn-fr:focus{
	outline: none;
}
.fr-contacto textarea{
	border:0;
	border-bottom: 1px solid #C4C4C4;
	height: 90px;
}
.lista-menu li a {
	padding: 10px 20px !important;
	text-align: center !important;
	color: #606060 !important;
	
}

.li-menu:hover,
.li-menu.active {
  border-bottom: 3px solid #005F9B;
}

.carousel {
    margin-top: 8%;
}

.logo-movil{
	display: none;
}

/* home */
.img-nosotros{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	margin: auto 0;
}
.img-nosotros img{
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	border-radius: 10px;
}
/* end home */

/* footer */
footer{
	width: 100%;
	padding: 0 10%;
	padding-top: 78px;
	background: #005F9B;
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;


}
.pie-footer{
	width: 100%;
	padding: 30px 0;
	margin-top: 20px;
	border-top: 1px solid white;
	display: flex;
	justify-content: space-between;
}
.pie-footer p{
	color: white;
	font-size: 10px;
}
.caja-fo h2{
	font-size: 20px;
	color: white;
}
.caja-fo h1{
	font-size: 20px;
	font-weight: 600;
	color: white;

}
.bajada{
	margin-bottom: 35px;
}
.caja-fo p{
	color: white;
	font-size: 11px;
	font-weight: normal;
}
.caja-fo a{
	display: block;
	padding: 5px 0;
	color: white;
	font-size: 11px;
	font-weight: 300;
}
.caja-fo a:hover{
	text-decoration: none;
	color: white;
}
.logo-red{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo-red img{
	margin-bottom: 45px;
	width: 70%;
	height: auto;
}
.redes{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.caja-fo{
	width: 24%;
}
.caja-fo.lista-fo{
	width: 18%;
}
.redes h3{
	width: 100%;
	font-size: 20px;
	color: white;
	font-weight: 700;
	margin-bottom: 23px;
}
.redes a{
	width: 22%;
	display: block;
	color: white;
}



/*end footer */
.indicador{
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	background-color: #444 !important;
}
.nosotros{
	width: 100%;
	padding: 100px 13%;
	display: flex;
	justify-content: center;
}
.texto-nosotros{
	width: 60%;
	padding-right: 10%;
}
.texto-nosotros h3{
	font-size: 17px;
	color: #005F9B;
	margin-bottom: 5%;
}
.font-mv{
	padding: 5px 0;
	padding-right: 16%;
}
.font-mv p{
     margin: auto 0;
     font-size: 15px;
     margin-bottom: 0 !important;
	}
.texto-nosotros h1{
	color: #181717;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 51px;
}
.texto-nosotros p{
	width: 90%;
	color: #606060;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 52px;
	font-style: normal;
	font-weight: 100;
}
.texto-nosotros a{
	display: block;
	width: 70%;
	padding: 19px 20px;
	text-align: center;
	background: #005F9B;
	box-shadow: 5px 15px 40px rgba(0, 201, 224, 0.2);
	border-radius: 183px;
	color: white;
	font-weight: 300;
	font-size: 13px;
}
.texto-nosotros a:hover{
	color: white;
	text-decoration: none;
}
.flota{
	display: flex;
	justify-content: center;
	padding-bottom: 120px;
}
.img-flota{
	width: 50%;
}
.box-radio{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:  19px 0;
	border-bottom: 1px solid #C4C4C4;
}
.caja-fo h5{
	font-weight: 200;
	font-size: 16px;
	color: white;
}
.box-radio input{
	width: 10%;
	margin: auto 0;
}
.texto-puesto-radio h4{
	font-size: 15px;
	color: white;
	font-weight: normal;
}
.texto-puesto-radio p{
	font-size: 12px;
	color: white;
}
.img-flota img{
	width: 100%;
	border-radius: 20px;
}
.descripcion-flota{
	width: 50%;
}
.descripcion-flota{
	padding-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.descripcion-flota h3{
	color: #005F9B;
	font-size: 17px;
	font-weight: 500;
}
.descripcion-flota a:hover{
	color: white;
	text-decoration: none;
}
.descripcion-flota a {
	display: block;
    width: 70%;
    padding: 19px 20px;
    text-align: center;
    background: #005F9B;
    box-shadow: 5px 15px 40px rgba(0, 201, 224, 0.2);
    border-radius: 183px;
    color: white;
    font-weight: 300;
    font-size: 13px;
    margin-top: 49px;
}
.descripcion-flota p{
	font-size: 15px;
	color: #606060;
	margin-top: 36px;
}
.descripcion-flota h1{
	font-size: 50px;
	font-weight: 600;
}
.servicios{
	width: 100%;
	padding: 0 4%;
}
.caja-azul-servicio{
	width: 100%;
	background: #005F9B;
    padding: 60px 9.7%;
	padding-top: 120px;
}
.caja-azul-servicio h1{
	font-size: 50px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
	color: white;
}
.caja-azul-servicio p{
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	color: white;
	margin-bottom: 99px;
}
.servicio-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.caja-contenedor-servicio{
	width: 23.555555%;
}
.caja-contenedor-servicio img{
	border-radius: 5px;
}
.flota{
	width: 100%;
	padding: 20px 4%;
	display: flex;
	padding-bottom: 120px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 9%;
	padding-right: 9.5%;
}
.texto-nosotros-all.flota-new .retro-b{
    margin-bottom: 20px !important;
}
.flota.index{
	padding: 120px 13%;
	background: #E5E5E5;
}
.servicio-mv{
	display: none;
}
.sub-titu.mv{
	display: none;
}
.texto-mv{
	display: none;
}
.img-detalle-mv{
	display: none;
}
.title-flota{
	display: none;
}
.retro-b{
	width: 100%;
}
.contenido-flota{
	width:55%;
	display: flex;
	flex-direction: column;
	padding-top: 55px;
}
.cintura{
	
}
.box-texto-trabajo img{
	width: 53%;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    margin-bottom: 12%;
}
.cintura li {
	font-size: 15px;
	line-height: 30px;
	color: #606060;
}
.cintura h4{
	font-size: 25px;
	font-weight: bold;
	color: #606060;
	margin-bottom: 30px;
}
.cintura h3{
	font-size: 17px;
	color: #005F9B;
	margin-bottom: 7%;
}
.cintura h1{
	font-size: 50px;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 49px;
}
.cintura p{
	font-size: 15px;
	color: #606060;
	margin-bottom: 20px;
}
.contenido-flota img{
	margin-top: 140px;
    width: 105%;
    display: block;
    position: relative;
    z-index: 5;
}
.flota-form{
	width: 45%;
	padding: 60px 70px;
	background: linear-gradient(160.42deg, #0085DA 0%, #005F9B 103.29%);
box-shadow: 12px 16px 43px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img-flota{
	position: relative;
}
.blur-flota{
	width: 110% !important;
    position: absolute;
    margin-left: -30px;
    margin-top: -10px;
}
.img-real{
	position: relative;
}
.box-form{
	width: 45%;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
.caja-btn{
	width: 100%;
	display: flex;
	justify-content: center;
}
.caja-btn button{
    margin-top: 53px;
	padding: 19px 140px;
	border: none;
	color: #606060;
	font-size: 15px;
	font-weight: normal;
	background: #FFFFFF;
	box-shadow: 5px 15px 40px rgba(0, 201, 224, 0.2);
	border-radius: 183px;
}
.caja-btn.trabajo{
	background: none !important;
}
.caja-disabled.trabajo button {
	color: white;
	background-color: #C4C4C4;
}
.caja-disabled{
	color: white;
	background-color: #C4C4C4;
}
.caja-active.trabajo button {
	background: linear-gradient(180deg, #005F9B 0%, #005F9B 0.01%, #0085DA 100%);
	color: white;
}
.caja-btn.enviar-flota button{
	width: 100%;
	padding: 18px 50px;
	font-size: 15px;
}
.caja-btn-flota-disabled button{
	color: white;
	background-color: #C4C4C4;
}

.box-form.all{
	width: 100%;
}
.box-form.all.sin-bottom{
	width: 100%;
	margin-bottom: 0;
}
.estilo-label{
	color: white;
	font-size: 12px;
}
.estilo-input{
	width: 100%;
	height:30px;
	background: none;
	border:none;
	color: white;
	outline: none;
	border-bottom: 1px solid #C4C4C4;
}
.ubicacion-box{
	display: flex ;
	justify-content: flex-start;
}
.info-box{
	padding-left: 8px;
}
.info-box h2{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
}
.ubicacion-box{
	margin-bottom: 15px;
}
.ubicacion-box.nuevo{
	margin-bottom: 50px;
}
.info-box p{
	font-size: 15px;
	margin-bottom: 0 !important;
}

.estilo-textarea{
	width: 100%;
	height:120px;
	background: none;
	border:none;
	color: white;
	outline: none;
	border-bottom: 1px solid #C4C4C4;
}
.trabajo{
	width: 100%;
	padding: 20px 13%;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(107.29deg, #606060 -14.86%, #222222 76.25%);
}
.trabajo.index{
	padding: 60px 13%;
}
select option {
	color: black !important;
}
.box-texto-trabajo{
	width: 45%;
	
	padding-right: 3.6%;
	display: flex;
	flex-direction: column;
	
	
}
.box-texto-trabajo h3{
	font-size: 17px;
	color: white;
}
.box-texto-trabajo h1{
	font-size: 50px;
	font-weight: 700;
	color: white;
	margin-top: 27px;
}
.box-texto-trabajo p{
	color: white;
	font-size: 15px;
	margin-top: 49px;
}
.custom-control-label{
	color: white;
	font-size: 15px;
}
.form-trabajo{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
}
.box-form.all.nuevo{
	margin-bottom: 30px;
}
.ubicacion{
	width: 100%;
	display: flex;
	padding: 0 4%;
	padding-left: 0;
}

.mapa{
	width: 50%;
	background: #C4C4C4;

}
.text-ubicacion{
	width: 50%;
	padding-left: 4%;
	padding-top: 144px;
	padding-bottom: 96px;
	padding-right: 7%;
}
.text-ubicacion li{
	list-style: none;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #606060;
}
.text-ubicacion p{
	margin-bottom: 44px;
	color: #606060;
}
.nosotros-all {
	width: 100%; 
	display: flex;
	justify-content: center;
	padding: 120px 13%;
	background: #E5E5E5;
}
.texto-nosotros-all{
	width: 50%;
	padding-right: 8%;
	padding-top: 8%;
	padding-left: 4.7%;	
}
.li-maps img{
	margin-right: 10px;
}
.foto-nosotros{
	width: 50%;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.carousel-control-next, .carousel-control-prev {
	width: 10% !important;
	opacity: 1 !important;
}
.foto-nosotros img{
	width: 100%;
	box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.18);	
}
.nuevo-slider{
	border-radius: 20px !important;
	box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.18) !important;
}
.retro-b{
	margin-top: 52px;
	margin-bottom: 93px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.titulo-n{
	width: 110%;
	font-size: 47px;
	color: #181717;
	font-weight: 600;
	
}
.texto-nosotros-all p{
	font-size: 13px;
	color: #606060;
	line-height: 23px;
	
	font-style: normal;
	font-weight: 200;
	margin-top: 51px;
}
.texto-nosotros-all h4{
	font-size: 18px;
	font-weight: 700;
	color: #606060;
	margin-bottom: 100px;
	text-align: center;

}
.separador-parrafo{
	margin-top: 30px;
	margin-bottom: 40px;
}
.texto-nosotros-all p strong{
	font-weight: 800;
}
.sub-titu{
	font-size: 17px;
	font-weight: 700;
	color: #005F9B;
	margin-bottom: 25px;
}
.titulo-n.new{
	margin-bottom: 73px;
}
.caja-titulo-icono{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 51px;
}
.caja-titulo-icono img{
	margin: auto;
	height: 100%;
	width: auto;
	
}
.marcas{
	display: flex;
	justify-content: center;
}
.direc-sli{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}
.flota-form h3{
	font-size: 20px;
	color: white;
	margin-bottom: 49px;
}
.direc-sli a{
	width: 45px !important;
	height: 45px !important;
	position: relative !important;
	background: #005F9B;
	mix-blend-mode: multiply;
	opacity: 0.5 !important;
	padding: 15px;
}
.marcas img {
    padding-right: 5%;
    margin-left: 12%;
}
.politicas{
	width: 100%;
	padding: 0 4%;
	padding-bottom: 4%;
	margin-top: 8%;
	padding-left: 8%;
}
.politicas p{
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	color: #606060;
	font-weight: 100;
}
.politicas span{
	font-weight: 800;
}
.servicio-box p{
	font-size: 19px;
	text-align: center;
	font-weight: 700;
}
.redes a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flotante-wp{
	position: fixed;
	z-index: 99999;
	bottom: 8%;
	right: 25px;
}
.redes a img{
	margin: auto;
	display: block;
}
.detalle-p{
	padding: 0 4%;
	display: flex;
	padding-right: 0;
	justify-content: space-between;
	background: #E5E5E5;
	margin-top: 8%;
}
.texto-p{
	width: 45%;
	padding-right: 8%;
	padding-left: 5.3%;
}
.texto-p li{
	padding: 5px 0px;
	font-size: 15px;
	color: #606060;
	font-weight: 500;
}
.img-p{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	margin: auto 0;
}
.img-p img{
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
}
.li-maps{
	display: none;
	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.7s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.7s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.7s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera     12.50+ */
}
.li-address-active{
  	display: block;
	-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.7s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.7s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.7s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera     12.50+ */
}

.img-flotamv{
	display: none;
}

@media(max-width: 756px){
	.nosotros-all{
		padding:55px 5%;
		background: white;
	}
	.titulo-n{
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	.fr-contacto h2{
		font-size: 20px;
	}
	.fr-contacto input{
		height: 25px;
		font-size: 14px;
	}
	.fr-contacto textarea{
		height: 70px;
		font-size: 14px;
	}
	.fr-contacto{
		left: 4%;
    margin-left: 0;
    top: 5%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 
	}
	.fr-pc img{
	height: 100vh;
    width: 270%;
    margin-left: -100%;
	}
	.sub-titu{
		display: none;
	}
	.texto-nosotros-all{
		width: 100%;
		padding: 0;
	}
	.separador-parrafo{
		margin-top: 10px !important;
	}
	.texto-nosotros-all p{
		font-size: 12px;
		font-weight: 400;
	}
	.foto-nosotros{
		display: none;
	}
	.caja-azul-servicio h1 {
		font-size: 20px;
		text-align: center;
	}
	.caja-azul-servicio > p {

      font-size: 12px;
      margin-bottom: 30px;
      margin-top: 15px;
	}
	.servicio-box.pc{
		display: none;
	}

	.caja-fo h5 {
     font-weight: 400;
	}
	.servicio-mv a{
		width: 100%;
		position: relative;
		display: block;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 20px;

	}
	.servicio-mv a img{
		width: 100%;
		
	}
	.servicio-mv a p{
		margin-bottom: 0;
		position: absolute;
		width: 100%;
		padding-left: 10%;
		text-align: left;
	}
	.servicios{
		padding: 0;
	}
	.caja-azul-servicio {
		padding: 0 3%;
      padding-top: 52px;
      padding-bottom: 52px;

	}
	.servicio-mv{
		display: block;
	}
	.flota.index {
      flex-direction: column;
      padding: 0;
      background: white;
      padding:  0;
	}
	.title-flota-pc{
		display: none;
	}
	.flotante-wp {
     right: 0;
     bottom: 0;

	}
	.btn-4{
		
		z-index: 5;
	}
	.btn-mv{
		margin: auto;
		margin-top: -140px;
		position: relative;
		z-index: 6;
		background: #00609A;
		width: 65%;
		display: block;
		padding: 10px;
		border-radius: 25px;
		text-align: center;
		color: white;
		margin-bottom: 100px;
		
	}
	.btn-mv:hover{
     color: white;
	}
	.carousel-indicators {
     display: none !important;

	}
	.title-flota{
		font-size: 20px;
		text-align: center;
		padding: 57px 8%;
		display: block;
		font-weight: 700;
	}

	.img-real{
		border-radius: 0 !important;
		display: none;
	}
	.img-flotamv{
		display: block;
		width: 100%;
		border-radius: 0 !important;
	}
	.descripcion-flota h3{
		display: none;
	}
	.descripcion-flota {
		width: 100%;
		padding: 20px 5%;
		padding-bottom: 60px;
	}
	.descripcion-flota a{
		margin: auto;
		padding: 15px 10px;
		width: 100%;
		font-size: 12px;
	}
	.cintura{
		padding: 0 3%;
	}
	.cintura li {
		font-size: 12px;
	}
	.cintura h1 {
     font-size: 20px;
     text-align: left;
     margin-bottom: 10px;
	}
	.cintura h4{
		font-size: 15px;
	}
	.logo-movil{
		display: block;
	}
	.logo-pc{
		display: none;
	}
	.contenido-flota img {
        margin-top: 50px;
        width: 100%;
    margin-left: 0%;
	}
	.flota-form{
		width: 94%;
		padding: 0 3%;
		padding-top: 70px;
		margin: auto;
		margin-bottom: 40px;
		padding-bottom: 35px;
		margin-top: -40px;
	}
	.flota-form h3 {

      font-weight: 700;
	}
	.caja-btn.enviar-flota button {
		padding: 13px 10px;
		font-size: 12px;
	}
	.estilo-label {
      font-size: 10px;
      height: 30px;
	}
	.redes{
		margin-bottom: 20px;
	}
	.flota{
		padding: 0;
	}
	.contenido-flota{
		width: 100%;
		padding-top: 0px;
	}
	.descripcion-flota p{
		font-size: 12px;
		text-align: center;
		margin-bottom: 50px;
	}
	.fixed-top {
     padding: 15px 3% !important;
	}
	.navbar-light .navbar-toggler {
      color: rgb(0, 96, 154) !important; 
      border-color: rgba(0,0,0,0) !important;
	}
	.img-flota{
		width: 100%;
	}
	.blur-flota{
		display: none;
	}
	.trabajo.index {
       flex-direction: column;
       padding: 0 3%;
       padding-bottom: 60px;
	}
	.box-texto-trabajo {
      width: 100%;
      padding: 20px 3%;
	}
	.box-texto-trabajo h1 {
		font-size: 20px;
		text-align: center;
		margin-top: 0px;
	}
	.box-texto-trabajo h3{
		display: none;
	}
	.box-texto-trabajo p {
       text-align: center;
       font-size: 12px;
       margin-top: 10px;
	}
	.texto-puesto-radio h4 {
		font-size: 12px;
	}
	.form-trabajo {
      width: 100%;
	}
	.caja-btn.trabajo{
		padding: 0;
	}
	.caja-btn button {
      padding: 15px;
      width: 100%;
      font-size: 12px;
      margin-top: 40px;
	}
	.box-texto-trabajo img {
      width: 60%;
      margin-top: -50px;
	}
	.ubicacion{
		flex-direction: column;
		padding: 53px 0;
	}
	.mapa{
		width: 100%;
		height: 700px;
	}
	.text-ubicacion{
		width: 100%;
		padding: 20px 3%;
	}
	.sub-titu.mv{
		font-size: 20px;
		display: block;
		color: black;
		padding: 0 3%;
	}
	.titulo-n.new {
		width: 100%;
    margin-bottom: 0px;
    padding: 20px 0;
    border-bottom:1px solid  #C4C4C4;
    margin-bottom: 40px;
    text-align: left;
}
	.texto-mv{
		font-size: 12px;
		padding: 0 3%;
		color: #606060;
		display: block;
		margin-bottom: 30px;
	}
	.info-box.abajo{
		display: flex;

	}
	.text-ubicacion p {
      font-size: 12px;
      font-weight: 400;
      margin: auto 0;
	}
	.raya-sup{
		padding-top: 20px;
		border-top: 1px solid #a1a1a1;
	}
	.text-ubicacion > h3{
		display: none;
	}
	.text-ubicacion > p{
		display: none;
	}
	footer{
		flex-direction: column;
		padding: 44px 3%;
		padding-bottom: 0;
	}
	.logo-red{
		width: 100%;
	}
	.caja-fo{
		width: 100% !important;
	}
	.caja-fo h2{
		padding: 20px 0;
		border-bottom: 1px solid white;
		margin-bottom: 15px;
	}
	.caja-fo h1{
		padding: 20px 0;
		border-bottom: 1px solid white;
		margin-bottom: 15px;
	}
	.redes h3{
		display: none;
	}
	.pie-footer{
		flex-direction: column;
	}
	.pie-footer p{
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
	.texto-p {
     width: 100%;
     padding: 20px 0%;
     padding-bottom: 60px;
	}
	.img-p{
		display: none;
	}
	.titulo-n{
		font-size: 15px;
		text-align: left;
		margin: auto 0;
	}
	.texto-nosotros-all h4{
		font-size: 15px;
	}
	.nosotros-all .titulo-n{
		text-align: center;
		font-size: 20px;
		width: 100%;
	}
	.texto-p li {
     font-size: 12px;
     padding: 5px 3%;
	}
	.caja-titulo-icono img {
 height: 30px;
	}
	.detalle-p{
		padding: 0;
		background: white;
	}
	.flota-new .retro-b{
		margin-top: 60px;
	}
	.retro-b{
       width: 15px;
       height: 15px;
       margin-top: 45px;
       margin-bottom: 30px;
       margin-left: 3% !important;
	}
	.pol{
		padding-bottom: 15px;
	}
	.politicas p{
		text-align: justify;
	}
	.politicas{
		padding: 0 4%;
	}
	.lista-menu li a {
    width: 100%;
    margin: auto;

}
.lista-menu li a:hover{
	 border-bottom: 3px solid #00609A;
}
.lista-menu li {
	width: 70%;
	margin: auto;
    padding: 15px 0;
	}
.lista-menu li:hover{
	border:none;
}
.font-mv{
	padding: 5px 0;
}
.font-mv p{
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	margin: auto 0;
}
.retro-b.flot{
	margin-top: 90px;
}
.font-mv li{
	line-height: 18px;
}
.navbar-collapse {
	height: 100vh;
}
	.retro-b.nuevo-top{
		margin-top: 60px;
	}
	.img-detalle-mv{
		width: 100%;
		display: block;
	}
	.caja-titulo-icono{
		padding: 20px 3%;
		margin-bottom: 0;
	}

	.slider-pc{
		display: none !important;
	}
	.slider-mv{
		display: block;
	}
}