*:focus{
	outline:none;
}
@font-face{
	src:url(fuentes/univiapro-book.otf);
	font-family:book;
}
@font-face{
	src:url(fuentes/univiapro-light.otf);
	font-family:light;
}
@font-face{
	src:url(fuentes/univiapro-regular.otf);
	font-family:regular;
}
@font-face{
	src:url(fuentes/industry-bolditalic.ttf);
	font-family:bolditalic;
}
@font-face{
	src:url(fuentes/rationaltwtext-book.ttf);
	font-family:rationaltw;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
html{
	position: relative;
	overflow-x: hidden;
}
body{
	width:100%;
	max-width:1920px;
	padding:0;
	margin:0 auto;
	color:#FFF;
	overflow-x:hidden;
}
#menuMovil{
	display:none;
}
nav{
	float:right;
}
nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
nav li{
	display:inline-block;
	margin:0;
	padding:0;
	min-width:50px;
	text-align:center;
	margin-left:40px;
	padding-top:35px;
	font-size:17px;
	font-family:book;
}
nav li:hover{
	cursor:pointer;
	background:url(imagenes/menu_hover.svg) top center no-repeat;
}
.btnSeleccionado{
	background:url(imagenes/menu_hover.svg) top center no-repeat;
}
#ultima{
	display:none;
}
#ultima2{
	display:none;
}
#portadaInicio{
	width:100%;
	background-color:black;
}
#portadaInicio article{
	width:50%;
	display:table-cell;
	position:relative;
}
/*#btnInicio{
	margin-left:0;
	background:url(imagenes/home.svg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:20px;
}
#btnInicio:hover{
	background:url(imagenes/home.svg), url(imagenes/menu_hover.svg);
	background-position:center bottom, top center;
	background-repeat:no-repeat;
	background-size:20px, auto;
}*/
.btnSeleccionadoInicio{
	background:url(imagenes/home.svg), url(imagenes/menu_hover.svg) !important;
	background-position:center bottom, top center !important;
	background-repeat:no-repeat !important;
	background-size:20px, auto !important;
}
.verMas{
	background-color:#e2231a;
	padding:10px 0px;
	padding-left:17px;
	padding-right:17px;
	font-family:book;
	font-size:16px;
	width:210px;
	background-image:url(imagenes/flecha.svg);
	background-position:110px center;
	background-repeat:no-repeat;
	transition:all .5s;
	border:3px solid #FFF;
	font-weight:bold;
	transform:scale(1.2);
}
.verMas:hover{
	background-image:url(imagenes/flecha.svg);
	background-position:120px center;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:#000;
}
.btnArriba{
	width:220px;
	height:65px;
	line-height:61px;
	background:#E2231A;
	-webkit-transform:skew(-10deg);
	-moz-transform:skew(-10deg);
	-ms-transform:skew(-10deg);
	-o-transform:skew(-10deg);
	transform:skew(-10deg);
	border-radius:10px;
	color:#FFF;
	font-family:bolditalic;
	font-size:23px;
	text-align:center;
	letter-spacing:3px;
	position:absolute;
	left:50%;
	bottom:8%;
	margin-left:-110px;
}
.btnArriba:hover{
	background-color:#000;
	cursor:pointer;
}
#nosotros{
	width:100%;
	height:100vh;
	background:url(imagenes/sb-portada-gruas.png) center;
	background-size:cover;
	position:relative;
}
#nosotrosImgMovil, #transporteImgMovil, #gruasImgMovil{
	display:none;
}
#contenidoNosotros{
	top:8%;
	left:5%;
	position:absolute;
	text-align:left;
	width:90%;
}
#contenidoNosotros h1{
	float:none;
}
.tituloSeccion{
	margin:0;
	padding:0;
	font-family:regular;
	text-transform:uppercase;
	font-size:32px;
	letter-spacing:2px; 
	float:left;
	font-weight:bold;
}
#columnasNosotros{
	position:absolute;
	width:40%;
	left:5%;
	bottom:15%;
	background-color:transparent;
}
#ventajasExperiencia{
	width:100%;
	display:table;
}
#ventajasExperiencia article{
	display:table-cell;
	width:50%;
	vertical-align:top;
}
#ventajasExperiencia div{
	width:80%;
	margin:0 auto;
}
.parrafo{
	font-family:regular;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:17px;
}
#servicios{
	width:100%;
	height:100vh;
	background-color:#000;
	position:relative;
}
#textoServiciosMovil{
	display:none;
}
.contenidoServicios{
	width:95%;
	margin-left:5%;
	text-align:center;
	height:100vh;
	display:table;
}
.izqServicios{
	display:table-cell;
	width:35%;
	vertical-align:middle;
}
.derServicios{
	display:table-cell;
	width:60%;
	height:100%;
}
#serviciosUrbanizacion{
	width:100%;
	height:33%;
	background:url(imagenes/urbanizacion-terracerias.jpg) center;
	background-size:cover;
	float:left;
	display:table;
}
#serviciosMaquinaria{
	width:50%;
	height:33%;
	background:url(imagenes/maquinaria.jpg) center;
	background-size:cover;
	float:left;
	display:table;
}
#serviciosTransporte{
	width:50%;
	height:33%;
	background:url(imagenes/transporte.jpg) center;
	background-size:cover;
	float:left;
	display:table;
}
#serviciosDiseno{
	width:50%;
	height:34%;
	background:url(imagenes/diseno.jpg) center;
	background-size:cover;
	float:left;
	display:table;
}
#serviciosEdificacion{
	width:50%;
	height:34%;
	background:url(imagenes/edificacion.jpg) center;
	background-size:cover;
	float:left;
	display:table;
}
.contenidoTextoServicios{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.contenidoTextoServicios h1{
	margin:0 auto;
	padding:0;
	font-family:bolditalic;
	font-size:24px;
	letter-spacing:5px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .95);
	font-weight:normal;
	display:inline-block;
}
.imgServicios:hover{
	background-color:rgba(0,0,0,.5) !important;
	background-blend-mode:multiply !important;
	cursor:pointer;
}
.servicioContenido{
	width:100%;
	height:100vh;
	background-color:#000;
	position:absolute;
	left:-100%;
	top:0;
}

#gruas{
	width:100% !important;
	background-color:black;
	position:relative;
}
#contenidoTextoGruas{
	width:45%;
	position:absolute;
	left:10%;
	bottom:20%;
	text-align:justify;
	margin-top:70px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#transporte{
	width:100%;
	background-color:black;
	position:relative;
}
/*#tituloTransporte{
	position:absolute;
	left:5%;
	top:22%;
}*/
#verMasGaleriaMovil{
	display:none;	
}
#contenidoTextoTransporte{
	width:45%;
	position:absolute;
	right:10%;
	/*bottom:20%;*/
	bottom: 15%;
	text-align:justify;
	margin-top:70px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
#contenidoGaleria, #contenidoGaleriaGruas{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	position:absolute;
	left:100%;
	top:0;
}
#verMasGaleria{
	position:absolute;
	margin-top:0;
	right:6%;
	top:7%;
}
.verMasRegresar{
	background-color:#e2231a;
	padding:10px 0px;
	padding-left:17px;
	padding-right:17px;
	font-family:book;
	font-size:16px;
	text-align:right;
	width:210px;
	display:block;
	background-image:url(imagenes/flecha_back.svg);
	background-position:27px center;
	background-repeat:no-repeat;
	transition:all .5s;
	border:3px solid #FFF;
	font-weight:bold;
	transform:scale(1.2);
}
.verMasRegresar:hover{
	background-image:url(imagenes/flecha_back.svg);
	background-position:17px center;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:#000;
}
#verMasRegresar{
	position:absolute;
	right:5%;
	top:22%;
	margin-top:-60px;
}	
.btnFotoS{
	width:25%;
	height:33.3% !important;
	float:left;
}
.btnFotoS:hover{
	background-color:rgba(0,0,0,.5) !important;
	background-blend-mode:multiply !important;
	cursor:pointer;
}
.btnFotoL{
	width:50%;
	height:33.3% !important;
	float:left;
}
.btnFotoL:hover{
	background-color:rgba(0,0,0,.5) !important;
	background-blend-mode:multiply !important;
	cursor:pointer;
}
.btnFotoH{
	width:50%;
	height:33.3% !important;
	float:left;
	display:none;
}
.btnFotoL:hover{
	background-color:rgba(0,0,0,.5) !important;
	background-blend-mode:multiply !important;
	cursor:pointer;
}
#clientes{
	width:100%;
	background-color:#FFF;
	position:relative;
	color:#000000;
	height:100vh;
}
#contenidoClientes{
	width:100%;
	height:85%;
	position:absolute;
	top:15%;
}
.tablaClientes{
	/*display:table;
	width:100%;
	height:30%;*/
	display: flex;
	width: 100%;
	height: 30%;
	align-items: center;
	justify-content: center;
}
.tablaClientes article{
	width:33%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:0;
}
.tablaClientes article img{
	width:200px;
}
#portadaContacto{
	width:100%;
	height:100vh;
	background:url(imagenes/contacto.jpg) center;
	background-size:cover;
}
#datosContacto{
	width:90%;
	margin:0 auto;
	font-family:bolditalic;
	font-size:15px;
	color:#231f20;
	padding:85px 0;
}
#tablaContacto{
	display:table;
	width:100%;
}
#tituloContacto{
	position:absolute;
	left:5%;
	top:44%;
}
#izqFormulario{
	display:table-cell;
	width:45%;
	vertical-align:top;
}
#derechaFormulario{
	margin-left:5%;
	width:40%;
	padding-top:5%;
}
#derechaFormulario div{
	margin-bottom:20px;
}
.campoTexto{
	width:94%;
	font-family:regular;
	font-size:15px;
	color:#b3b3b3;
	/*-webkit-box-shadow: inset 0 0 0 1px #231f20;
	-moz-box-shadow: inset 0 0 0 1px #231f20;
	box-shadow: inset 0 0 0 1px #231f20;*/
	border:0;
	padding:8px 3%;
}
.linkFormulario{
	color:#231f20;
	text-decoration:none;
}
.linkFormulario:hover{
	color:#e2231a;
}
.btnFooter{
	height:42px;
	line-height:42px;
	background-color:#FFF;
	width:125px;
	text-align:center;
	color:#E2231A;
	font-family:book;
}
.btnFooter:hover{
	cursor:pointer;
	color:#000;
}
.linkFooter{
	text-decoration:none;
	color:#FFF;
}
.linkFooter:hover{
	color:#000;
}
footer{
	padding:40px 0;
	background-color:#000;
	width:100%;
}
#contenidoFooter{
	width:90%;
	margin:0 auto;
	text-align:center;
	font-family:regular;
	font-size:12px;
	letter-spacing:1px;
}
.espacioWeb{
	display:none;
}
/*Slider*/
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height:100vh;
  position: relative;
  margin: auto;
  overflow:hidden;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/** cambios 2020 pdf **/

.empresa_constituida_txt{
	font-size: 38px;
	font-family: regular;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	position: absolute;
	right: 2%;
	bottom: 2%;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

.empresa_constituida_txt_mov{
	display: none;
	font-size: 14px;
	font-family: regular;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

.cont_gps_iso{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cont_gps, .cont_iso{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 180px;
	text-align: center;
	padding-top: 20px;
	font-family: regular;
	font-weight: normal;
	font-size: 14px;
}

.cont_gps{
	
}

.cont_iso{
	
}

.img_icono{
	width: 80px;
}

/** end cambios **/

/*Slider Manual*/
/*Slider*/
.spin{animation:w3-spin 2s 1 linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.animate-fading{animation:fading 3s 1}@keyframes fading{0%{opacity:0}100%{opacity:1}}
.animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.animate-zoom {animation:animatezoom 3s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.animate-input{transition:width 0.7s ease-in-out}.animate-input:focus{width:100%!important}

.contenido-slider{
	width:100%;
	height:100vh;
	position:relative;
}
.contenido-slider2{
	width:100%;
	height:100vh;
	position:relative;
}
.diapositiva{
	width:100%;
	height:100vh !important;
	text-align:justify;
}
.diapositiva p{
	line-height:130% !important;
}
.diapositiva2{
	width:100%;
	height:100vh !important;
	text-align:justify;
}
.diapositiva2 p{
	line-height:130% !important;
}
.left{
	width:30px;
	height:30px;
	position:absolute;
	top:40%;
	left:5%;
	background-image:url(imagenes/flecha-izq.svg);
	background-position:center;
	background-size:cover;
	cursor:pointer;
	transition: .4s;
	background-blend-mode: multiply;
}
.left:hover{
	transform: scale(1.2);
	background-image:url(imagenes/flecha-izq.svg);
	background-blend-mode: multiply;
}
.right{
	width:30px;
	height:30px;
	position:absolute;
	top:40%;
	right:5%;
	background-image:url(imagenes/flecha-der.svg);
	background-position:center;
	background-size:cover;
	cursor:pointer;
	transition: .4s;
	background-blend-mode: multiply;
}
.right:hover{
	transform: scale(1.2);
	background-image:url(imagenes/flecha-der.svg);
	background-blend-mode: multiply;
}
/*Termina Slider Manual*/
.animate-right{position:relative;animation:animateright 2s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@media (max-width: 1600px){
	.tituloSeccion{
		font-size:28px;
	}
	.parrafo{
		margin:0;
		padding:0;
		font-weight:normal;
		font-size:14px;
	}
	.btnFotoS{
		height:200px;
	}
	.contenidoTextoServicios h1{
		font-size:20px;
	}
}

@media (max-width: 980px){

	.cont_gps_iso{
		justify-content: center;
	}

	.cont_gps, .cont_iso {
		font-size: 13px;
	}

	.empresa_constituida_txt{
		display: none;
	}
	/*#portadaInicio{
		background:url(imagenes/sb-portada-inicio2.jpg) center;
		background-size:cover;
	}*/
	#menuMovil{
		display:block;
	}
	#menuWeb{
		display:none;
	}
	.btnFotoL {
		width: 33.3%;
		height:33.3% !important;
		float:left;
	}
	.btnFotoS {
		width: 33.3%;
		height:33.3% !important;
		float:left;
	}
	#ultima{
		display:block;
	}
	#ultima2{
		display:block;
	}
	/* Menú movil */
	.container {
		display: inline-block;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
		width: 22px;
		height: 3px;
		background-color: #FFF;
		margin: 3px 0;
		transition: 0.4s;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-4px, 3px) ;
		transform: rotate(-45deg) translate(-4px, 3px) ;
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-5px, -5px) ;
		transform: rotate(45deg) translate(-5px, -5px) ;
	}
	.btnMovil{
		font-size:16px;
		font-family:book;
		color:#FFF;
		margin-bottom:10px;
	}
	/* Menú móvil */
	
	.espacioMovil{
		display:none !important;
	}
	.espacioWeb{
		display:block;
	}
	#portadaInicio{
		display:block;
		height:auto;
		margin-top:55px;
	}
	#portadaInicio article{
		width:100%;
		display:block;
		height:50vh;
		position:relative;
	}
	#inicioTransporte{
		background:url(imagenes/gruas.jpg) center !important;
		background-size:cover !important;
	}
	#inicioGruas{
		background:url(imagenes/transporte-01.jpg) center !important;
		background-size:cover !important;
	}
	.btnArriba{
		width:35%;
		height:auto;
		font-size:80px;
		left:40%;
		bottom:auto;
		top:50%;
		padding:35px;
		margin-top:-20px;
		margin-left:-75px;
	}
	/* Nosotros */
	#nosotros{
		height:auto;
		padding:40px 0;
		padding-top:0;
		background:#000;
		padding-bottom:0;
	}
	#nosotrosImgMovil, #transporteImgMovil, #gruasImgMovil{
		display:block;
	}
	#contenidoNosotros{
		width:90%;
		margin:0 auto;
		position:absolute;
		top:0;
		left:auto;
		text-align:left;
	}
	.tituloSeccion{
		font-size:23px;
		letter-spacing:3px;
		float:none;
		font-weight:normal;
	}
	#tituloNosotros{
		position:absolute;
		top:80px;
		left:5%;
	}
	/*#columnasNosotros{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count:1;
		width:100%;
		margin:0 auto;
		float:none;
		-webkit-column-gap:normal;
		-moz-column-gap: normal;
		column-gap:normal;
		text-align:justify;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
		margin-top:30px;
	}*/
	
	#columnasNosotros{
		position:relative;
		top:auto;
		left:0;
		width:90%;
		bottom:auto;
		/*padding:20 5%;*/
	}
	
	/*#columnasNosotros{
		position:absolute;
		width:40%;
		left:5%;
		bottom:15%;
		background-color:#666;
	}*/
	
	#ventajasExperiencia{
		width:100%;
		display:block;
	}
	#ventajasExperiencia article{
		display:block;
		width:100%;
		vertical-align:top;
	}
	#ventajasExperiencia div{
		width:90%;
		margin:0 auto;
	}
	.parrafo{
		font-size:13px;
	}
	/* Servicios */
	#servicios{
		height:auto;
	}
	#textoServiciosMovil{
		display:block;
	}
	.contenidoServicios{
		width:100%;
		margin-left:0;
		height:auto;
		display:block;
	}
	#textoServicios{
		display:none !important;
	}
	.izqServicios{
		width:90%;
		margin:0 auto;
		display:block;
		height:auto;
		padding-top:40px;
	}
	.derServicios{
		display:block;
		width:100%;
		min-height:200px;
		margin-top:40px;
	}
	#serviciosUrbanizacion{
		width:100%;
		height:100px;
	}
	#serviciosMaquinaria{
		width:50%;
		height:100px;
	}
	#serviciosTransporte{
		width:50%;
		height:100px;
	}
	#serviciosDiseno{
		width:50%;
		height:100px;
	}
	#serviciosEdificacion{
		width:50%;
		height:100px;
	}
	.contenidoTextoServicios h1{
		font-size:15px;
		letter-spacing:1px;
	}
	/* Transporte */
	#transporte, #gruas{
		height:auto;
		padding:40px 0;
		padding-top:0;
		background:#000;
	}
	#tituloTransporte{
		position:absolute;
		top:80px;
		left:5%;
	}
	#contenidoTextoTransporte, #contenidoTextoGruas{
		width:90%;
		position:relative;
		margin:0 auto;
		right:auto;
		top:auto;
		margin-top:30px;
	}
	#contenidoTextoGruas{
		left:0;
	}
	#verMasGaleria{
		display:none;
	}
	.espacioTexto{
		padding:20px 0 !important;
		position: relative;
		width: 100%;
	}
	#verMasGaleriaMovil{
		display:block;
		margin-left:0px;
		margin-top:20px;
	}
	.servicioContenido{
		height:100%;
		background-color:#e2231a;
	}
	/* Clientes */
	#clientes{
		height:auto;
		padding-bottom:20px;
	}
	#clientes #contenidoNosotros{
		position:relative;
		margin-top:40px;
		margin-bottom:40px;
	}
	#contenidoClientes{
		width:100%;
		height:auto;
		position:relative;
		top:auto;
	}
	.tablaClientes{
		display:block;
		width:100%;
		height:auto;
	}
	.tablaClientes article{
		width:100%;
		display:block;
		text-align:center;
		vertical-align:middle;
	}
	.tablaClientes article img{
		width:200px;
		margin-bottom:30px;
	}
	
	/* Contacto */
	#portadaContacto{
		height:auto;
		padding-top:20px;
		padding-bottom:40px;
	}
	#contenidoFormulario{
		padding:10px !important;
		margin-bottom:0 !important;
	}
	#datosContacto{
		font-size:13px;
		padding:40px 0;
	}
	#tablaContacto{
		display:block;
	}
	#tituloContacto{
		top:80px;
	}
	#izqFormulario{
		display:block;
		width:100%;
	}
	#derechaFormulario{
		display:block;
		width:90%;
		margin-top:0px;
	}
	.campoTexto{
		font-size:13px;
	}
	.btnFooter{
		height:36px;
		line-height:38px;
		width:90px;
	}
	.btnFooter:hover{
		cursor:pointer;
		background-color:#000;
		color:#FFF;
	}
	.linkFooter{
		text-decoration:none;
		color:#FFF;
	}
	.linkFooter:hover{
		color:#000;
		text-decoration:none;
	}
	/* Footer */
	footer{
		padding:20px 0;
	}
	#contenidoFooter{
		font-size:10px;
	}

	.empresa_constituida_txt_mov{
		display: inherit;
	}
}
@media (max-width: 480px){
	#textoExperiencia{
		padding:12px 15px;
		top:18%;
	}
	#textoExperiencia h1{
		font-size:17px;
	}
	#textoConfiable{
		padding:12px 15px;
		width:290px;
		padding-top:32px;
		margin-top:-2px;
	}
	#textoConfiable h2{
		font-size:15px;
	}
	#textoConstruccion{
		padding:10px 17px;
		margin-bottom:50px;
	}
	#textoConstruccion span{
		font-size:17px;
	}
	#construccionTexto{
		font-size:15px !important;
	}
	.verMas{
		height:32px;
		padding:0;
		line-height:33px;
		padding-left:17px;
		padding-right:17px;
		font-size:13px;
		width:140px;
		background-image:url(imagenes/flecha.svg);
		background-position:85px center;
		background-size:75px;
		transition:none;
		border:none;
		font-weight:normal;
		transform:scale(1);
	}
	.verMas:hover{
		background-image:url(imagenes/flecha.svg);
		background-position:85px center;
		background-size:75px;
		background-color:#000;
	}
	
	.verMasRegresar{
		height:32px;
		padding:0;
		line-height:33px;
		padding-left:17px;
		padding-right:17px;
		font-size:13px;
		width:140px;
		background-image:url(imagenes/flecha_back.svg);
		background-position:15px center;
		background-size:75px;
		transition:none;
		border:none;
		font-weight:normal;
		transform:scale(1);
	}
	.verMasRegresar:hover{
		background-image:url(imagenes/flecha_back.svg);
		background-position:15px center;
		background-size:75px;
	}
	#verMasRegresar{
		right:5% !important;
		margin-right:0 !important;
	}
/*SliderManual*/
.contenido-slider{
	height:50vh;
}
.contenido-slider2{
	height:50vh;
}
.diapositiva{
	height:50vh !important;
}
.diapositiva2{
	height:50vh !important;
}
.left{
	width:15px;
	height:15px;
	top:20%;
}
.right{
	width:15px;
	height:15px;
	top:20%;
}
/*SliderManual*/
#tituloTransporte{
	top:30px;
}
}
@media (max-width: 320px){
	#textoConfiable{
		width:250px;
	}
}