
/*Jorge Campos - 2017*/

*{
	margin:0px;
	padding: 0px; 
}
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');

body{
	background-image: url("../imagen/fondo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}
html{
	height: 100%;
}
strong{
	font-weight: 500;
}
/*Mapa Google*/
 #map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

/*Subir*/

#subir{
	color: #fff;
	font-size: 35px;
	text-align: center;
	margin: auto;
	top: 94%;
	position: fixed;
	z-index: 1000;
	right: 3%;
	display: none;
	padding: 2px;
}



/*Cabecera*/
header{
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 3000;

	
}
.logo{
	width: 20%;
	height: auto;
	margin: 30px;
	float: left;
}

#aviso{
	width: 20%;
	height: 70%;
	padding: 10px;
	float: right;
	display: block;
	margin: auto;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	color: #333;
	text-align: right;
	font-size: 15px;
	background-image: url("../imagen/fondoaviso.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}



.bt_m{
	font-size: 2em;
	float: right;
	color: #2c3e50;
	margin: 15px;
	padding: 5px;
}
.bt_m:hover{
	color: #fff;
	background-color: #2c3e50;
	transition: all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;   
    -moz-transition:all ease-in-out .2s;    
    -o-transition:all ease-in-out .2s;   
}

.movil_logo{
	display: none;
}


/*menu*/
	
	
	header nav{
		width: 30%;		
		display: block;
		margin: auto;
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		color: #fff;
				
	}
	header nav ul{
		width: 100%;				
	}
	header nav ul li{
		width: 25%;
		padding: 40px 0px 40px 0px;
		float: left;
		list-style: none;
		text-align: center;
	}
	header nav ul li:hover{
		font-size: 17px;
		color: #fff;
		background-color: #4a69bd;
		transition: all ease .2s;
		-webkit-transition:all ease .2s;   
    	-moz-transition:all ease .2s;    
    	-o-transition:all ease .2s;
	}
	header nav ul li a{
		text-decoration: none;
	}
	a:link, a:visited{
		color: #fff;
	}

	#insta{
		width: 18px;
		padding: 0px;
	}

/*Chicle*/


	.chicle
	{
		width: 100%;
		height: 50px;
		background-color: rgba(0, 37, 56, .9);
		position: fixed;
		z-index: 1000;
		box-shadow:0px 4px 3px rgba(0,0,0,.5);
	}
	.chicle_mod{
		padding: 15px 0px;

	}
	.chicle_mod:hover{
		background-color: #3498db;
	}
	.chicle_logo{
		margin: .5%;
		width: 18%;
		height: auto;
		float: left;
	}

/*Fin de Chicle*/

/*Boton movil*/

	#m_menu{
		position: fixed;
		z-index: 3000;
		color: #fff;
		font-size: 40px;
		text-align: center;
		margin: auto;
		top: 4%;
		right: 2%;
		background-color: rgba(0, 168, 255, 0.8);
		padding: 5px;
		display: none;
		border-radius: 5px;


	}
	#m_menu:hover{
		background-color: #000;
		transition: all ease .2s;
		-webkit-transition:all ease .2s;   
    	-moz-transition:all ease .2s;    
    	-o-transition:all ease .2s;
	}

	.e_m_menu{
		display: none;
	}


/*fin menu*/

/*Fin Cabecera*/


/*Carrusel*/
.posicion_slider{
	position: relative;
	top: 18%;
}
.slider{
	width: 100%;
	max-width: 1900px;
	height: 600px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.t-slider{
	display: block;
	position: relative;
	float: right;
	text-align: right;
	top: 80%;
	right: 3%;
	color: #FFF;	
}
.t-slider h3,.t-slider2 h3{
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: bold;
	
}
.t-slider p,.t-slider2 p{
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
	
}

.t-slider2{
	display: block;
	position: relative;
	float: left;
	text-align: left;
	top: 80%;
	left: 3%;
	color: #FFF;	
}

#slider0{
	background-image: url(../imagen/promo.jpg);
}

#slider1{
	background-image: url(../imagen/slider1.jpg);
}
#slider2{
	background-image: url(../imagen/slider2.jpg);
}
#slider3{
	background-image: url(../imagen/slider3.jpg);
}
#slider4{
	background-image: url(../imagen/slider4.jpg);
}
#slider5{
	background-image: url(../imagen/slider5.jpg);
}
#slider6{
	background-image: url(../imagen/slider6.jpg);
}

#slider7{
	background-image: url(../imagen/promo2.jpg);
}

/*Fin Carrusel*/

#bajar{
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin: auto;
	display: block;
	padding-top: 10px;
}



/*Sectores*/

.sector{
	height:100%;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #fff;
	word-break: normal;
	
}

.nosotros{
	background-color: none;
	color: #fff;
	/*background-image: url("../imagen/splash.png");
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
.nosotros h2{
	margin-left: 12%;
	z-index: 10;
	position: relative;
}

.contenedor{
	width: 80%;
	height: 100%;
	display: block;
	margin: auto;
	box-sizing: border-box;
}

.modulo_encabezado{
	width: 100%;
	height: 20%;
}

.modulo_inicial{
	width: 50%;
	height: 80%;
	font-size: 17px;
	float: left;
	
}

.modulo{
	width: 50%;
	height: 80%;
	font-size: 17px;
	float: left;
	text-align: justify;
	box-sizing: border-box;	
}

.modulo p
{
	padding: 15px;
	box-sizing: border-box;
	word-wrap: break-word;
}

#logo-mod{
	position: relative;
	margin-top: 10%;
}
.inicial{
	height: 100%;
	width: 50%;
	float: right;
}
.modulo_inicial img{
	width: 30%;
	height: auto;
	margin-left: 10px;
	
}
#logo_cca{
	width: 90%;
	height: auto;
	display: block;
	margin: auto;

}

#inicial1{
  
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
   -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
 
}
#inicial2{
  
   -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
    -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
}
#inicial3{
  
 -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
}
.der{

	 -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
}



/*Servicios*/


.servicios{
	
	background-image: url("../imagen/fondo3.jpg");
}

.titular{
	width: 100%;
	height: 25%;
}
.mod_titular{
	width: 100%;
	height: 100%;
	float: left;	
	box-sizing: border-box;
}

.titulo{
	display: block;
	margin: auto;
	text-align: center;
	padding: 80px;
	font-size: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color:#fff;
	word-wrap: break-word;
}

.base_servicios{
	width: 90%;
	height: 70%;
	display: block;
	margin: auto;
}
.base_0{
	width: 25%;
	height: 100%;
	float: left;
	z-index: 20;
	position: relative;
}



.base_1{
	width: 75%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.07);
	float: left;
	display: none;	
}


.menu_servicios{
	width: 100%;
	height: 100%;
}
/*.menu_servicios ul li*/
.mod_servicios{
	width: 50%;
	height: 33.3%;
	list-style-type: none;
	background-color: #fff;
	float: left;
	display: flex;
	justify-content: center;
	color: #333;
	

}

.t_mod_servicios{
	width: 100%;
	display: block;	
	margin: auto; 
	font-size: 22px;
	text-align: center;
	

}

.mod_servicios:hover{
	box-shadow: 10px 10px 5px rgba(51, 51, 51, 0.3);
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
	transition: all ease .2s;
	-webkit-transition:all ease .2s;   
    -moz-transition:all ease .2s;    
    -o-transition:all ease .2s;
    
}

.color1:hover{
	background-color: #008891;
	color: #fff;
}
.color2:hover{
	background-color: #3B3C3D;
	color: #fff;
}

.color3:hover{
	background-color: #2C3E50;
	color: #fff;
}


/*MODULOS DE LOS SERVICIOS*/

#logoccablanco{
	width: 60%;
	height: auto;

}

.identificador{
	width: 58%;
	height: 100%;
	float: right;	
	box-sizing: border-box;
}

.identificador img{
	height: 100%;
	width: auto;
	float: right;
}

.activo{
	display: inline;

}

#diseñografico{
	background-color: #00ce83;
	background-size: cover;
	background-repeat: no-repeat;
}


#impresiondigital{

	background-color: #00b5e4;
	background-size: cover;
	background-repeat: no-repeat;
}

#granformato{

	background-color: #ff4b3a;
	background-size: cover;
	background-repeat: no-repeat;	
}

#corp{
	background-color: #013856;
	background-size: cover;
	background-repeat: no-repeat;	
}

#pops{
	background-color: #930283;
	background-size: cover;
	background-repeat: no-repeat;	
}
#serv{
	background-color: #ef951b;
	background-size: cover;
	background-repeat: no-repeat;	
}

.imagen_servicio{
	width: 100%;
	height: 75%;	
	overflow: hidden;	
}

.imagen_servicio img{
	width: auto;
	height: auto;
	overflow: hidden;
}

.titulo_servicio{
	width: 100%;
	height: 25%;
	font-family:  'Raleway', sans-serif;
	font-weight: 900;
	font-size: 50px;
	font-style: italic;
	margin-top: 5%;


}

.texto_servicio{
	width: 38%;
	height: 96%;
	margin: 2%;
	float: left;
	word-wrap: break-word;	
}
.texto_servicio p{
	margin-top: 10%;
}
/*fin servicios*/


/*condiciones*/

.pie{
	width: 100%;
	height: 100%;
	background-image: url("../imagen/pie.jpg");
	background-repeat: no-repeat;
	background-color: #2c3e50;
	background-size: cover;
	font-family:  'Raleway', sans-serif;
	font-weight: 300;
	color: #fff;
	}

.contacto{
	background-color:#34495e;
	}


.contenedor_pie{
	width: 100%;
	height: 15%;
	float: left;
	margin: auto;
	display: block;
	
}

.contenedor_condiciones{
	width: 100%;
	height: 28.3%;
	float: left;
	margin: auto;
	display: block;
	
}

	

#logo_pie{
	width: 45%;
	float: right;
	margin-top: 20px;

}
.t-pie{
	
	font-size: 17px;
	text-align: center;
	display: block;
	margin:15px;

}
.mod-pie{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	display: block;
	
	
}

.mp_color{
	background-color: rgba(52, 152, 219, .8);
}
.mp_color1{
	background-color: rgba(46, 204, 113, .8);
}

.condiciones{
	text-align: left;
	font-size: 18px;
	display: block;
	margin: 8% 30px 0px 30px;
}
.descripcion{
	text-align: center;
}
.mod-pie h4{
	margin-top: 5px;
	text-align: center;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color:#FFF;

}
.con_pie{
	font-size: 30px;
	text-align: center;
	display: block;
	padding-top: 8%;
	margin:auto;

}
.hora{
	font-size: 25px;
	font-weight: 800;
}
.pie h3{
	
 -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
}
.contenedor-credito{
	width: 100%;
	height: 20%;
	float: left;
	background-color: #2c3e50;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.credito{
	width: 100%;
	margin-top: 4%;
	line-height: 1.8;
	font-size: 14px;
	position: relative;
	display: block;
	/*margin: auto;*/
	text-align: center;
}
.credito img{
	width: 3%;
	height: auto;
}
/*Fin pie*/






/*Responsivo*/

@media screen and (max-width: 1600px){

	.slider{
	max-width: 1600px;
	height: 505px;
	}
	.t-slider h3{
		font-size: 35px;
	}
	.t-slider p{
		font-size: 20px;
	}

	.t-slider2 h3{
		font-size: 35px;
	}
	.t-slider2 p{
		font-size: 20px;
	}

	.titulo{
		font-size: 40px;
	}	
	.condiciones{
		font-size: 15px;
	}


}

@media screen and (max-width: 1366px){

	#aviso{
		width: 25%;
		font-size: 13px;
	}



	.slider{	
	height: 400px;
	}

	.t-slider, .t-slider2{
		top: 85%;
	}

	.t-slider h3, .t-slider2 h3{
		font-size: 25px;
	}
	.t-slider p, .t-slider2 p{
		font-size: 15px;
	}	
	.sector{
		font-size: 16px;
	}
	.t_mod_servicios{
		font-size: 18px;
	}

	#logo_cca{
		width: 50%;
		height: auto;
	}

	.titulo{
		padding: 15px;
		font-size: 40px;
	}
	.condiciones{
		font-size: 13px;
		margin: 4% 15px 0px 15px;
	}
	.credito{
		font-size: 12px;
	}
	.t-pie{
		font-size: 15px;
	}

	.titulo_servicio{
		font-size: 30px;
		height: 5%;
	}
	
	.texto_servicio{
		width: 45%;
	}
	.texto_servicio p{
		margin-top: 10%;

	}

	.identificador{
		width: 50%;
	}
	.identificador img{
		width: 100%;
		height: auto;

	}

	#subir{
		top: 90%;
	}
	
	.modulo_inicial{
	width: 20%;
	height: 100%;	
	}

	#inicial1{
		margin-top: 35%;
	}

	.modulo_inicial img{
		width: 60%;
		height: auto;
		display: block;
		margin: auto;
	}	

	.modulo{
	width: 80%;
	height: 100%;
	font-size: 15px;
	}

	.modulo_encabezado{
		height: 15%;
	}
	.nosotros{
		background-image: none;
	}

	

}

@media screen and (max-width: 980px){
	
	.movil_logo{
		width: 50%;
		float: left;
		padding: 2%;
		display: block;
		position: absolute;
		z-index: 300;
	}



	header{
		
		top: 20%;
		width: 100%;
		height: 450px;		
		display: none;
		position: fixed;
		margin: auto;
	}

	header nav{
		width: 90%;
		height: 90%;
		background-color: rgba(59, 84, 255, 0.8);
		
	}
	header nav ul li{
		width: 100%;
		padding: 18px 0px;
		font-size: 18px;

	}
	header nav{
		
	}


	header nav ul li:hover{
		font-size: 18px;
		background-color: rgba(0, 168, 255, 0.8);
	}
	header nav ul li img{
		width: 65%;
	}

	#aviso{
		display: none;
	}
	#logo{
		display: none;
	}

	.e_m_menu{
		display: inline;
	}
	#m_menu{
		display: inline;
	}

	.slider{
		height: 300px;
	}
	.t-slider h3, .t-slider2 h3{
		font-size: 18px;
	}
	.t-slider p, .t-slider2 p{
		font-size: 12px;
	}
			
	.t-slider, .t-slider2{
		top: 80%;
	}
	.sector{
		font-size: 13px;
	}
	.texto_servicio{
		width: 60%;
	}
	.titulo_servicio{
		margin-top: 0%;
	}

	.modulo_encabezado{
		height: 12%;
	}

	.titular{
		height: 15%;
	}

	
	
	#iniciales{
		display: none;
	}

	.base_servicios{
		height: 80%;
	}

	.base_0{
		width: 100%;
		height: 20%;
	}
	.base_1{
		width: 100%;
		height: 72%;
	}

	.mod_servicios {
    	width: 16.6%;
    	height: 50%;
	}
	.t_mod_servicios{
		font-size: 16px;
	}

	.texto_servicio{
		width: 55%;
		height: 100%;
	}
	.identificador{
		width: 40%;
		height: 100%;
	}

	.identificador img {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		height:auto;
		box-sizing: border-box;
	}
	.sector{
		font-size: 17px;
		text-align: left;
	}
	.contenedor{
		width: 90%
	}

	.modulo{
		font-size: 15px;
		text-align: justify;
		width: 100%;
		height: auto;
		float: left;

	}
	#logo-mod {
		margin-top: 0%;
	}
	.mod_titular {
		float: right;
	}

	.contenedor_pie{
		height: 15%;
	}

	.contenedor_condiciones{
		height: 42.5%;
	}


	.con_pie {
		padding-top: 15%; 
	}
	.mod-pie h4 {
		font-size: 
	}



}

@media screen and (max-width: 640px){


	
	body{
		background-image: url(../imagen/fondomobil.jpg);
		
	}

	header{
		height: 75%;
	}

	header nav {
    width: 90%;
    height: 70%;
	}	

	header nav ul li{
		width: 100%;
		float: left;
		font-size: 20px;
		padding: 20px 0px;
	}

	header nav ul li:hover{
		font-size: 20px;		
	}

	#logo_m_menu{
		width: 100%;
	}
	#movil_logo{
		width: 100%;
		height: auto;
		margin: auto;		
		display: block;
		position: relative;
	
	}
	#movil_logo img{
		width: 60%;
		height: auto;
		display: block;
		margin: auto;
	}
	.posicion_slider{
		
		top: 10%;
	}
	.t-slider, .t-slider2{
		top: 85%;		
	}
	.t-slider h3, .t-slider2 h3{
		font-size: 30px;
	}
	.t-slider p, .t-slider2 p{
		font-size: 20px;
	}

	#slider0{
	background-image: url(../imagen/banner_m0.jpg);
	}
	#slider1{
	background-image: url(../imagen/banner_m1.jpg);
	}
	#slider2{
		background-image: url(../imagen/banner_m2.jpg);
	}
	#slider3{
		background-image: url(../imagen/banner_m3.jpg);
	}
	#slider4{
		background-image: url(../imagen/banner_m4.jpg);
	}
	#slider5{
		background-image: url(../imagen/banner_m5.jpg);
	}
	#slider6{
		background-image: url(../imagen/banner_m6.jpg);
	}
	#slider7{
	background-image: url(../imagen/banner_m00.jpg);
	}

	.sector{
		height: 100%;
		width: 100%;
		float: left;		
	}

	.modulo{
		font-size: 15px;
		width: 100%;
	}
	#inicial1, #inicial2, #inicial3{
		margin-top: 20%;
		
	}
	.contenedor{
		width: 95%;
	}
	#logo-mod{
		width: 80%;
	
		}
	.titulo{
		padding-top: 5%;
		font-size: 40px;
		text-align: right;
		
	}
	.titular{
		width: 95%;
		height: 10%;
		display: block;
		margin: auto;
	}
	.mod_titular{
		float: left;
	}

	#servicios{
		height: auto;
	}

	#logoccablanco_servicio{
		display: none;
	}

	.mod_servicios{
		height: 100%;
		font-size: 16px;
	}

	.base_servicios{
		height: 90%;
		width: 100%;
	}

	.base_0{
		display: none;
	}

	.base_1{
		height: 100%;
		display: inline;

	}

	.identificador{
		width: 100%;
		height: 50%;
	}
	.identificador img{
		height: auto;
		width: 100%;
		position: relative;
		
	}
	#iniciales{
		display: none;
	}
	.titulo_servicio{
		font-size: 35px;
		margin-top: 0px;
	}
	.texto_servicio{
		width: 95%;
		height: 50%;
		font-size: 18px;
		margin: 2.5%;
		padding-bottom: 10%;
	}
	.texto_servicio p{
		margin-top: 0%;
		text-align: left;
	}
	.texto_servicio img{
		width: 60%;
		display: block;
		margin: auto;

	}
	.titulo{
		text-align: left;
	}
	/*Condiciones*/
	#contacto{
		height: auto;
		
		
	}

	.contenedor_pie{
		width: 95%;
		height: 5%;
		display: block;
		margin: 0% 2.5%;
		
	}
	.contenedor_condiciones{
		width: 100%;
		height: 50%;

	}
	.mod-pie{
		width: 100%;
		padding-bottom: 10%;
		display: inline;
		float: left;
	}

	.condiciones{
		font-size: 15px;
		margin: 10% 10%;

	}
	.t-pie{
		font-size: 17px;
	}
	.con_pie{
		margin-top: -5%;
	}

	.contenedor-credito{
		height: 12%;		
	}
	.credito{
		margin-top: 3%;
		font-size: 12px;
	}
	.credito img{
		width: 15%;
	}


}





@media screen and (max-width: 480px){

	body{
		background-image: url(../imagen/fondomobil.jpg);		
	}

/*Menu*/

	header{
		height: 670px;
	}

	header nav {
	margin-top: 5%
    width: 90%;
    height: 450px;
	}

header nav ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 16px 0px;
}

header nav ul li:hover{
	font-size: 16px;
}
/**/



.movil_logo{
	padding: 0%;

}

#movil_logo{
	padding-top: 20px;
}
#movil_logo img{
	width: 80%;
}
.slider{
	width: 100%;
	max-height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.t-slider, .t-slider2{
	top: 83%;
	
}
.t-slider h3,.t-slider2 h3{
	font-size: 20px;	
}
.t-slider p,.t-slider2 p{
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.titulo{
	font-size: 35px;
	margin-top: 3%;
	margin-left: 3%;
}

#logo-mod {
    width: 85%;
}

.modulo {
    font-size: 15px;
    width: 100%;
    height: 25%;
    margin-bottom: 20px;
    margin-top: 20px;
 } 

 .texto_servicio p{
 	margin-top: 7%;
 }

 .inicial{
 	display: none; 	
 }

 #inicial1, #inicial2, #inicial3{
 	margin-top: 0%;

 }


 .nosotros{
 	background-image: none;
 	
 	height: auto;
 	
 }

/*Servicios*/

#servicios{
	height: auto;
	background-image: none;
}
.mod_titular{
	width: 100%;
	height: 50px;
	
}
.base_servicios{
	width: 100%;
	height: auto;
	margin-top: 20%;
}
.base_0{
	display: none;
}
.base_1{
	display: block;
	height: 800px;
	width: 100%;
}
.texto_servicio{
	
	width: 90%;
	height: 50%;	
	font-size: 17px;
	text-align: justify;
	display: block;
	margin: 5% 5%;
}

.texto_servicio img{
	width: 60%;
}
.identificador{
	width: 90%;
	height: 50%;
	
}

.identificador img{
	width: auto;
	height: 100%;
	position: relative;
	bottom: 0px;
	right: 0px;
}

#contacto{
    height: auto;
}

.credito{
	margin-top: 3%;
	font-size: 12px;
} 
.credito img {
	width: 15%;
}  

	
}

@media screen and (max-width: 375px){

header nav{
	height: 375px;
}
.t-slider p,.t-slider2 p{
	font-size: 13px;
}

 #inicial1, #inicial2, #inicial3{
 	margin-top: 10%;
 }

 .identificador img{
 	width: 100%;
 	height: auto;
 }
.texto_servicio p{
	margin-top: 10%;
	text-align: left;
}

.contenedor-credito{
		height: 18%;		
	}
	.titulo_servicio{
		font-size: 30px;
		margin-top: 0px;
	}
.modulo{
	text-align: left;
}	


}




/*Fin responsivo*/