@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Amaranth');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
html
{
    height: 100%;
}
body{
    width: 100%;
    height: auto;
	background-color: #fff;
}
header
{
	overflow: hidden;
	position: fixed;
	width: 100%;
	min-height: 50px;
	padding: 0px;
	z-index: 500;
    transition: all .5s ease;

}
header:hover
{
    transition: all .5s ease;
}

/* Seccion 1*/




/*Navegador*/

.navegador
{
    width: 100%;
	background: rgba(255,255,255,1);
    box-shadow: 0 10px 10px -10px #ccc;
}


.contactos_rapidos
{
	width: 100%;
	height: 50px;
	background-color: #717171;
}
.contactos_rapidos .lugar_up
{
	width: 90%;
	max-width: 1300px;
	margin: auto;
	display: flex;
}
.contactos_rapidos .lugar_up li
{
	margin-top:5px;
	padding: 10px;
	list-style: none;
}
.contactos_rapidos .lugar_up li label
{
	margin-right: 8px;
	padding: 6px;
	color: #717171;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
}
.contactos_rapidos .lugar_up li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

@media screen and (max-width: 800px)
{
	.contactos_rapidos .lugar_up li
	{
		margin-top: 13px;
		padding: 2px;
	}
	.contactos_rapidos .lugar_up li label,
	{
		padding: 2px;
		font-size: 8px;
	}
	.contactos_rapidos .lugar_up li a
	{
		font-size: 12px;
		font-weight: 300;
	}
}


nav 
{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    transition: all 800ms;
}

nav img
{
    position: relative;
    width:270px;
    padding:10px 50px 10px 30px;
    margin: auto; 
	margin-top: 10px;
	margin-bottom: -20px;
	z-index: 10;
}
nav .menu_bar
{
	width:100%;
 	margin: auto;
	display:  flex;
}
.menu_bar .menu_bar_item
{
	width:100%;
	max-width: 600px;
	margin: auto;
	margin-right: 0;
}
.menu_bar_contacto
{
	margin: auto;
	text-align: right;
}
.menu_bar .menu_bar_item li,
.menu_bar_contacto li
{
    display: inline-block;

}
.menu_bar .menu_bar_item li a,
.menu_bar_contacto li a
{
    cursor: pointer;
    text-decoration: none;
    color: #717171;
    padding: 40px 20px;
    font-weight: bold;
}
.menu_bar .menu_bar_item li a:hover,
.menu_bar_contacto li a:hover
{
    color: #fff;
    background-color: #00116e;
    font-weight: 500;
	 box-shadow: 0 10px 10px -10px #ccc;
}
.menu_bar .menu_bar_item .sub_menu{
    display: ;
    position: absolute;
}





/*menu up*/
nav .menu_up
{
    display: none;
    margin: auto;
    width: 100%;
    min-height: 60px;
    margin: auto;
    z-index: 100;
 
}


.btn-sidebar
{
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.1);
    padding: 20px;
    transition: all 800ms;
    border-radius: 50px;
    outline: none;
    border: 0;	
}
.btn-sidebar:hover
{
    transition: all .4s;
    border-radius: 50px;
    background: rgba(122,122,122,.1);
    z-index: 8;
}
.btn-sidebar .headline
{
	width: 17px;
	height: 2px;
	background-color:#00116e;
	position: absolute;
	left: 15px;
    top: 24px;
    transition: all .4s;
}
.btn-sidebar  .headline:before
{
	content: '';
	width: 17px;
	height: 2px;
	background-color:#00116e;
	position: absolute;
	left: 0;
	top: 6px;
	transition: all .4s;	
}
.btn-sidebar .headline:after
{
	content: '';
	width: 17px;
	height: 2px;
	background-color:#00116e;
	position: absolute;
	left: 0;
	top: -6px;
	transition: all .4s;

}
.btn-sidebar.toggle
{
    width: 50px;
	height: 50px;
    margin: auto;
	margin-top: 20px;
    border-radius: 50px;
    background: rgba(255,255,255,.5);
}
.btn-sidebar.toggle .headline
{
	background-color: transparent;
    transform: rotate(180deg);
    transition: all .4s;
}
.btn-sidebar.toggle .headline:before
{
	top: 0;
    width: 20px;
    left: -2px;
	background-color: #a02417;
	transform: rotate(45deg);
}
.btn-sidebar.toggle .headline:after
{
	top: 0;
    width: 20px;
    left: -2px;
	background-color: #a02417;
	transform: rotate(-45deg);
}
.menu_up_go 
{
	width: 100%;
	margin-top: 90px;
}
.menu_up_go li
{
    display: block;
    width: 100%;
    padding: 1px;
    margin: auto;
    text-align: center;
    
}
.categoria_up{
	display: none;
    width: 100%;
	position: relative;
    margin: auto;
	margin-left: -300px;
    margin-top: 100px;
	transition: all 800ms;
}
.menu_up a 
{
	
	width: 300px;
    color: #666;
    display: block;
    margin: auto;
    padding: 20px;
    text-decoration: none;
}
.menu_up a:hover
{
   
    color: #00116e;
	font-weight: bold;
 
}
.upactivado >label
{
    
   color: #666;
   transition: all 800ms;
}
.activo
{
    display: block;
    margin-top: 15px;
	transition: all 800ms;
}

@media screen and (max-width: 1300px)
{
	nav img
	{
		padding-top: 25px;
	}
	.activo 
	{
		margin-top: 15px;
	}
}

@media screen and (max-width: 800px)
{

	.menu_up_go li 
	{
		margin-bottom: 25px;
		margin-right: -20px;
	}
}


/*Diseño*/
.diseno_recovery
{
	width: 100%;
	height: auto;
	display: flex;
    
   
}
.diseno_recovery .forma_000
{
	width: 35%;
	height: 30px;
	background-color: #fff;
}
.diseno_recovery .forma_001
{
	 
     width: 10%;
     height: 0;
		 
     border-top: 30px solid transparent;
     border-left: 0px solid transparent;

	 margin-top: 0px;
}
.diseno_recovery .forma_001:after
{
	content: '';
    width: 10%;
    height: 0;
    border-right: 0 solid transparent;
	
    border-top: 30px solid #fff;
    border-right: 20px solid transparent;
	margin-top: 0px;
	margin-right: 0;
    z-index: 4
}



@media screen and (max-width: 1300px)
{
    .pagination
    {
        display: none;
    }
    .left,
    .right
    {
        display: none;
    }
    .slider .caption p
    {
    	width: 100%;
    }
    .captura_rapida h1
    {
		font-size: 25px;
    	margin-top: 220px;
    }
	.captura_rapida h2
	{
		font-size: 20px;
    	margin-top: 10px;
	}
    #ir_abajo
    {
        width: 100%;
        min-height: -120px;
        margin: auto;
        margin-top: 100px;
        margin-bottom: -100px;
        text-align: center;
        z-index: 6;
    }
    a #down
    {
        width: auto;
        padding: 12px;
        background-color: rgba(255,255,255,0.4);
        position: absolute;
        margin: auto;
        margin-top:-220px;
        margin-left: -25px;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        color: #f8f8f8;
        font-size:20px;
        box-shadow: 0 10px 10px -10px #000;
        z-index: 6;
    }
    nav
    {
        width: 100%;
		max-width:  450px;
        margin: auto;
        transition: all 800ms;
    }
    nav img
    {
       max-width: 250px;
        margin: auto;   
    }
    nav .menu_bar_item,
	nav .menu_bar_contacto
    {
        display: none;
    }
	nav .menu_up{
        display: block;
		width: 100%;
    }
    
}
@media screen and (max-width: 800px)
{
    a #down
    {
        width: auto;
        padding: 15px;

        position: absolute;
        margin: auto;
        margin-top:-200px;
        margin-left: -20px;
        justify-content: center;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        color: #f8f8f8;
        font-size:20px;
        box-shadow: 0 10px 10px -10px #000;
        z-index: 6;
    }
    .captura_rapida p
    {
        width: 90%;;
    }
	.forma_000
	{
		width: 70%;
		height: 10px;
	}
	.forma_001
	{
		border-top: 10px solid transparent;
     	border-left: 0px solid transparent;
	}
	.forma_001:after
	{
		border-top: 20px solid #fff;
   		border-right: 30px solid transparent;
	}
}

@media screen and (max-width: 460px)
{
	nav
	{
		width: 290px;
	}
	nav img
	{
		width: 200px;
		padding: 10px;
		margin-top: 20px;
	}
	.categoria_up
	{
    width: 100%;
    margin: auto;
	margin-left: -280px;
	transition: all 800ms;
	}
	.categoria_up a 
	{
		margin-left: 20px;
		padding: 
	}
	.menu_up a 
	{
		width: 320px;
		color: #666;
		display: block;
		margin: auto;
		padding: 15px;
		text-decoration: none;
	}
}


/* banner*/
#banner
{
	width: 100%;
	min-height: 350px;
	background-image: url('../img/recovery_leasing/recovery_company.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

/* slider Show */
.slider_show
{
    overflow: hidden;
	width: 100%;
	height:750px;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #f3f3f3;
	background-color: rgba(20,0,0,0.4);
	z-index: 1;
}



/*Contenido Slider*/
.captura_rapida
{
    overflow: hidden;
	position: absolute;
	width: 100%;
	min-height: 400px;
	top: 0;
	left: 0;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #f3f3f3;
	z-index: 3;
    transition: all 500ms ease;
}	

.uno_uno
{
	width: 100%;
	max-width: 1200px;
	height: 150%;
	margin-left: -150px;
	margin-top: -150px;
	background: rgba(255,255,255,.5);
	transform: rotate(-75deg);

}

.contenido_uno
{
	transform: rotate(75deg);
}

.captura_rapida h3
{
	width: 100%;
	max-width: 700px;
	height: 400px;
	
	font-size: 40px;
    color: #fff;
	font-weight: bold;
	
    text-align: left;
	text-transform: uppercase;
	
    margin: auto;
	margin-top: 350px;
    padding: 0 20px 20px 20px;
	
}
.llamada_de_atencion  
{
	width: 100%;
	max-width: 600px;
	margin: auto;
	margin-top: 0px;
	margin-left: 350px;
}

.llamada_de_atencion  li
{
	list-style: none;
	text-align: left;
	font-size: 19px;
	padding-bottom: 10px;
}
.llamada_de_atencion  li i
{
	position: relative;
	display: inline-block;

	padding: 1px 20px 0px 10px 20px;
	font-size: 50px;
	color: #259d19;
	
	margin: auto;
	margin-top: 20px;
	margin-bottom: -20px;
	
	text-shadow: 1px 5px 20px #fff;
}

.captura_rapida p
{
    display: inline-block;
    text-align: center;
    margin: auto;

	font-size: 30px;
	
	color: #00116e;
	text-shadow: 1px 5px 20px #fff; 
	font-weight: bold;
	
}

@media screen and (max-width: 1371px)
{
    .captura_rapida .contenido
    {
        
    }
	.uno_uno
	{
		display: none;
		
	}
    
}
@media screen and (max-width: 1100px)
{
    .captura_rapida .contenido
    {
        margin-top: -120px;
    }
    
}
@media screen and (max-width: 800px)
{
	    .captura_rapida .contenido
    {
        margin-top: 320px;
		text-align: center;
    }
    
}
@media screen and (max-width: 480px)
{
    .captura_rapida .contenido
    {
        width: 80%; 
    }
    .captura_rapida h1
    {
        font-size: 45px;
        color: #fff;
        text-align: center;
        margin: auto;
    } 
}





@media screen and (max-width: 1370px)
{
        .slider_show
    {
        width: 100%;
        height: 500px;
    } 
        #slides .captura_rapida
    {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 500px;
        top: 0;
        left: 0;
        padding: 15px 20px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1188px)
{
        .slider_show
    {
        width: 100%;
        height: 650px;
    } 
        #slides .captura_rapida
    {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        padding: 15px 20px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 850px)
{

    .slider_show
    {
        width: 100%;
        height: auto;
    }
    
    #slides .captura_rapida
    {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        padding: 15px 20px;
        margin: 0 auto;
    }
    #slides h1
    {
        font-size: 40px;
    }
    #slides p
    {
        width: 90%;
        font-size: 25px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 650px)
{
    #slides .captura_rapida
    {
        width: 100%;
        height: 350px;
        padding: 1px 1px;
        margin: 0 auto;
    }
    #slides h1
    {
        margin-top: 30px;
        font-size: 25px;
        padding: 5px;
        padding-bottom: 10px;
    }

}
@media screen and (max-width: 450px)
{
    #slides .captura_rapida
    {
        width: 100%;
        height: 450px;
        padding: 1px 1px;
        margin: 0 auto;
    }
    #slides h1
    {
        margin-top: 30px;
        font-size: 25px;
        padding: 5px;
        padding-bottom: 10px;
    }
    #slides h3
    {
        font-size: 19px;
    }
    #slides p
    {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
        padding: 0;
    }
}



/*down*/
#ir_abajo
{
    overflow: hidden;
 	width: 100%;
	min-height: -120px;
	margin: auto;
   	justify-content: center;
    text-align: center;
	z-index: 16;
}
a #down
{
    width: auto;
	padding:  20px 10px;
	background-color: #ececec;
	position: absolute;
    margin: auto;
    margin-top:-40px;
    margin-left: -25px;
    justify-content: center;
    text-align: center;
	border-radius: 50px;

	color: #ddd;
	font-size:20px;
	box-shadow: 0 10px 30px -10px #fff;
    z-index: 16;
    transition: all 800ms;
}
a #down:hover
{
	background-color: #00116e;
    color: #fff;
    transition: all 800ms;
    margin-top: -30px;
    box-shadow: 0 10px 30px -10px #6C6C6C;
}

/*Cuerpo Principal*/
#servicios
{
	width: 100%;
	min-height: 600px;
	background:#ececec;
}

.contenedor
{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-top:150px;
	padding-bottom: 120px;
	text-align: center;
}
.contenedor h2
{
	padding: 20px;
	font-size: 35px;
	color: #00116e;
    text-transform: uppercase;
}
.contenedor_servicios
{
	width: 100%;
	margin: auto;
	padding-top:100px;
	min-height: 300px;
	display: flex;
	flex-wrap: wrap;
}
.servicio_cuerpo
{
	
    position: relative;
	width: 30%;
	height: 320px;
	background:#fff;
	margin: 10px auto;
	border-radius: 5px;
    position: relative;
    box-shadow: 0 30px 30px 10px #D8D8D8;
	z-index: 5;
}
.icono_servicio
{
    position: relative;

    margin: auto;
    margin-top: -50px;
    margin-bottom: -30px;
    
}
.icono_servicio i
{
    display: block;
    width: 100px;
    height: 100px;
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    color: #00116e;
    font-size: 50px;
}
.servicio_cuerpo h3
{
    position: absolute;
    width: 100%;
	height: 70px;
	padding: 20px;
    text-align: center;
	padding-top: 25px;
	font-size: 22px;
	color: #00116e;
	text-transform: uppercase;
	
    z-index: 10;
}
.contenedor_info
{
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

.contenido_visible
{
    width: 100%;
    height: 280px;

}
.contenido_visible p
{
    color: #00116e;
	font-size: 16px;

    padding: 30px;
    padding-top: 70px;
    text-align: justify;
}

.mas_contenido
{
    width: 10%;
    position: relative;
    margin: auto;

    margin-bottom: -50px;
    color: #fff;
}
.mas_contenido i
{
    margin: auto;
}
.info_servicio
{
    z-index: 4;
    width: 100%;
    height: 100%;

    margin: auto;
    border-radius: 10% 10% 0% 0%;
    margin-top: -20px;
    background: #ccc;
    z-index: 8;
    transition: all .5s ease;
    
    cursor: pointer;
}
.info_servicio:hover
{
    background: #00116e;
    border-radius: 50px 50px 0 0; 
    transition: all .5s ease;
    margin-top: -220px;
    
}
.info_servicio p
{
    color: #fff;
	font-size: 16px;
    padding-top: 20px;
    padding: 40px;
    text-align: justify;
}



@media screen and (max-width: 1220px)
{
	.servicio_cuerpo
	{
		width: 48%;
        margin-top: 100px;
	}
	
}
@media screen and (max-width: 770px)
{
	.servicio_cuerpo
	{
		width: 95%;
	}
	.servicio_cuerpo_inp
	{
		width: 100%;
	}
	.servicio_cuerpo h3
	{
		font-size: 16px;
	}
	.contenido_visible p,
	.info_servicio p
	{
		font-size: 14px;
	}
}


/*Diseño*/
.diseno_recovery_2
{
	width: 100%;
	height: auto;
    display: flex;
    text-align: right;
}
.diseno_recovery_2 .forma_000
{
	width: 35%;
	height: 30px;
    margin-right: 0;
	background-color: #f8f8f8;
}
.diseno_recovery_2 .forma_001
{

     width: 65%;
     height: 0;
		 
     border-top: 30px solid transparent;
     border-left: 0px solid transparent;
	
	 margin-top: 0px;
}
.diseno_recovery_2 .forma_001:after
{
	content: '';
    width: 10%;
    height: 0;
    border-right: 0 solid transparent;
	
    border-top: 30px solid  transparent;
    border-right: 20px solid #f8f8f8;
	margin-top: 0px;
	margin-right: 0;
    z-index: 4
}


.contacto_rapido
{
	width: 100%;
	min-height: 100px;
	background: #f8f8f8;
}
.contenedor_contac_rapi
{
    widows: 95%;
    max-width: 1500px;
    margin: auto;
    padding: 50px 10px; 
	padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.informacion_contac
{
    margin: auto;

}
.informacion_contac h3
{
    font-size: 35px;
    padding: 10px;
    text-align: center;
	color:  #5D5C5B;
}
.informacion_contac p
{
    font-size: 25px;
    padding: 0;
    text-align: center;
}

.boton_contacto
{
    margin: auto;
}
.boton_contacto a
{
    width: 200px;
    height: 60px;
    display: block;
    padding-top: 15px;
    text-align: center;
    background-color: rgba(226,220,2,0.9);
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 1px 10px 20px -5px #aaa;
}

@media screen and (max-width: 780px)
{
    .informacion_contac
    {
      width: 100%;
    }
    .informacion_contac h3
    {
       font-size: 29px; 
    }
    .informacion_contac p
	{
		font-size: 19px;
        padding-top: 30px;
	}
    .boton_contacto
    {
        padding-top: 40px;

    }
     .boton_contacto a
    {
       font-size: 18px;
        padding-top: 20px;
        color: #fff; 
    }
}

#nosotros
{
    overflow: hidden;
	width: 100%;
	min-height: 300px;
	background: #f8f8f8;

}

.proyeccion
{
    position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 30px;	
    display: flex;
}
.img_empresa
{
    
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.contenido_empresa
{
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: auto;
    margin-top: 160px;
    margin-left: -400px;
}


.contenido_up
{
    margin: auto;
    background: rgba(248,248,248,1.0);
	border-radius: 5px;
    padding: 20px;
	padding-bottom: 50px;
}
@media screen and (max-width: 780px)
{
	.contenido_empresa
	{
		width: 100%;
		margin-left: -300px;
	}
}
.contenido_up h3
{
	font-size: 35px;
	padding: 20px;
	padding-top: 20px;
	color: #00116e;
}
.contenido_up p
{
    padding: 10px;
	font-size: 16px;
	text-align: justify;
}

.proyeccion_2
{
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	
	margin: auto;
	margin-bottom: 50px;
}

.valores
{
  width: 100%;
  margin: auto;
  list-style: none;  
}
.valores li
{
	width: 100%;
	margin: auto;
	padding: 20px;
}
.mision_vision
{
	display: flex;
	flex-wrap: wrap;
	margin:10px auto; 
	list-style: none;
}
.mision_vision li
{
	width: 50%;
	min-height: 250px;
	margin: auto;
	padding: 20px;
}
.proyeccion_2 h3
{
	font-size: 35px;
	padding: 20px;
	padding-top: 10px;
	color: #00116e;
}

.proyeccion_2 p
{
	font-size: 16px;
	text-align: justify;
}


@media screen and (max-width: 780px)
{
	.proyeccion ul li
	{
		width: 100%;
	}
	.mision_vision li
	{
		width: 100%;
	}
}

/*Diseño*/
.diseno_recovery_3
{
	width: 100%;
	height: auto;
    display: flex;
    text-align: right;
}
.diseno_recovery_3 .forma_000
{
	width: 35%;
	height: 30px;
    margin-right: 0;
	background-color: #00116e;
}
.diseno_recovery_3 .forma_001
{

     width: 0%;
     height: 0;
		 
     border-top: 30px solid transparent;
     border-left: 0px solid transparent;
	
	 margin-top: 0px;
}
.diseno_recovery_3 .forma_001:after
{
	content: '';
    width: 10%;
    height: 0;
    border-right: 0 solid transparent;
	
    border-top: 30px solid  transparent;
    border-left: 20px solid #00116e;
	margin-top: 0px;
	margin-right: 0;
    z-index: 4
}


#proyectos
{
	width: 100%;
	min-height: 700px;
	background: #00116e;
	padding-bottom: 120px;
}

.texto_proyectos
{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;

}
.texto_proyectos h3
{
	padding: 20px;
    padding-top: 150px;
	padding-bottom: 50px;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
}
.texto_proyectos p
{
	padding: 20px;
    padding-bottom: 60px;
	font-size: 20px;
	color: #979BA1;
}
/*mini galeria*/
.contenedor_ga
{
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
	padding-top: 500px;
    padding-bottom: 50px;
}


/*Galeria 2*/

.galeria_a ,
.galeria_b {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #fff;
}
  .galeria_a 
{
	display: none;
}
  .galeria_b
{
	
}
.galeria_x-capa_de_opacidad
{
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.95;
}
.galeria_x-contenedor
{
    position: fixed;
    top: 0%;
    left: 50%;
    height: 100%;
    width: 90%;
    max-width: 1000px;
    padding: 0px 15px;
    overflow-y: scroll;
    transform: translateX( -50% );
}
.galeria_x-contenedor-contenedor_1
{
  padding: 3px 0px;
  text-align: right;
  font-size: 2rem;
}
.galeria_x-contenedor-contenedor_1-boton
{
	cursor: pointer;
	color:  #fff;
}
  .galeria_x-contenedor-contenedor_1-boton:hover
{
    color: #EC072D;
  }
.galeria_x-contenedor-slider
{
  position: relative; /* Posicionamiento para posicionamiento de elementos hijos. */
}
.galeria_x-contenedor-slider-imagen
{
  display: block;
  width: 100%;
}
.galeria_x-contenedor-slider-numero_de_imagen
{
  position: absolute;
  /* z-index: 1; */
  top: 17px;
  left: 20px;
}
.galeria_x-contenedor-slider-boton_izquierdo ,
.galeria_x-contenedor-slider-boton_derecho
{
  position: absolute;
  /* z-index: 1; */
  top: 44%;
  padding: 16px;
  background-color: rgba( 0 , 0 , 0 , 0.5 );
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.6s , color 0.6s;
  user-select: none;
}
  .galeria_x-contenedor-slider-boton_izquierdo
{
    left: 0px;
    border-radius: 0px 3px 3px 0px;
}
  .galeria_x-contenedor-slider-boton_derecho
{
    right: 0px;
    border-radius: 3px 0px 0px 3px;
}
    .galeria_x-contenedor-slider-boton_izquierdo:hover ,
    .galeria_x-contenedor-slider-boton_derecho:hover
{
      background-color: rgba( 0 , 0 , 0 , 0.8 );
}
.galeria_x-contenedor-texto
{
  padding: 10px 0px;
}
.galeria_x-contenedor-contenedor_2
{
  white-space: nowrap;
  overflow: auto;
}
.galeria_x-contenedor-contenedor_2-imagen_a ,
.galeria_x-contenedor-contenedor_2-imagen_b
{
  display: inline-block;

  margin-bottom: -4px;
  width: 20%;
  cursor: pointer;
}
.galeria_x-contenedor-contenedor_2-imagen_a
{
    opacity: 1;
    padding: 6px;
	background-color: #000;
	 
 
 }
.galeria_x-contenedor-contenedor_2-imagen_b
{
       border: 3px solid #000;
       border-radius: 5px;
 }
.galeria_x-contenedor-contenedor_2-imagen_a:hover ,
.galeria_x-contenedor-contenedor_2-imagen_b:hover
{
     opacity: 0.8;
}


.cuerpo-titulo-contenedor-enlace {
    display: block;
    margin: 5px auto 0px auto;
    max-width: 150px;
    font-size: 1rem;
    font-style: italic;
    color: #666;
}


/* Título del cuerpo (ladeamiento de su contenedor) */
@media only all and ( min-width: 480px )
{
  .cuerpo-titulo
	{
    width: 90%;
   
    /* transform-origin: 50% 0%; */
	}
  .cuerpo-titulo-contenedor
	{
    font-size: 1.7rem;
	}
}
  @media only all and ( max-width: 479px )
  {
    .cuerpo-titulo-contenedor {
      font-size: 1.4rem;
    }
  }

.cuerpo-galeria
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 95%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 200px;
}

.cuerpo-galeria-proyecto {
    position: relative; /* Posicionamiento para posicionamiento de elementos hijos. */
    overflow: hidden;
    margin: 10px auto;
    height: 280px;
    width: 32%;
    cursor: pointer;
    border-radius: 3px;
}

.cuerpo-galeria-proyecto img
{
    background-size: cover;
	width: 100%;
	transition: all .8s ease;
    
    
}
.cuerpo-galeria-proyecto img:hover
{
    
}
@media screen and (max-width: 1220px)
{	
	.cuerpo-galeria-proyecto 
	{
		width: 48%;
	}
}

@media screen and (max-width: 820px)
{
	.cuerpo-galeria-proyecto 
	{
		width: 100%;
	}
	
}
.cuerpo-galeria-proyecto:hover img
{
	transition: all .9s ease;
}
  .cuerpo-galeria-proyecto:hover .cuerpo-galeria-proyecto-capa_de_opacidad
{
    display: block;
    border: 2px solid #000;
	transform: scale(1.1);
    transition: all 0.5s ease;
}
  .cuerpo-galeria-proyecto:hover .cuerpo-galeria-proyecto-texto
{
    display: block;
    opacity: 1;
    top: 50%;
}

.cuerpo-galeria-proyecto-capa_de_opacidad
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: rgba(0,0,0,0.5);
  transition: all 0.9s ease;
  
}

.cuerpo-galeria-proyecto-texto
{
  position: absolute;
  top: 90%;
  left: 50%;
  color: #fff;
  opacity: 0;
  font-weight: bold;
  font-size: 30px;
  /* transform: translate( -50% , -50% ); */
  transform: translate(-50% , -50%); /* «Hack» para IE11. */
  transition: all 0.5s ease;
}

.cuerpo-galeria-proyecto-imagen
{
  display: block;
  margin: 0px auto;
  height: 100%;
  max-width: 100%;
  border-radius: inherit;
}


/*Fin galeria 2*/


.cuerpo-titulo 
{ 
    margin: 0px auto;
    max-width: 920px;
    padding: 7px 0px;
    color: #245791;
    text-align: center;
}

.cuerpo-titulo-contenedor-enlace {
    display: block;
    margin: 5px auto 0px auto;
    max-width: 150px;
    font-size: 1rem;
    font-style: italic;
    color: #666;
}



/* scroll bar*/
.galeria_x-contenedor::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background: rgba(216,216,216,0.2);
    
}
.galeria_x-contenedor-contenedor_1::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background: rgba(216,216,216,0.2);
	
}
.galeria_x-contenedor-contenedor_1::-webkit-scrollbar-track{
   background:  rgba(0,0,0,0.4);
	
    border-radius: 15px;
	background-color: red;
    border: 2px solid rgba(0,0,0,0.8); 
	
}

.galeria_x-contenedor::-webkit-scrollbar-thumb
{
    background:  rgba(0,0,0,0.4);
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.8);
	background-color: #00116e;
}

.galeria_x-contenedor::-webkit-scrollbar-track{
     background:  rgba(0,0,0,0.8);
	
}



#clientes
{
    overflow: auto;
	width: 100%;
	min-height: 100px;
	background: #fff;
}

.contenedor_clientes
{
    width: 100%;
    max-width: 1500px;
    margin:20px auto;
    display: flex;
    flex-wrap: wrap;
}
.text_clientes 
{
    width: 45%;
    margin: auto;
    text-align: center;
}
.text_clientes h3
{
    width: 100%;
    padding: 20px;
    padding-top: 20px;
    font-size: 35px;
	color: #5D5C5B;
}
.logo_clientes
{
    width: 100%;
    margin: auto;
    text-align: center;
}
.img_logo
{
    width: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
 
}

.img_logo img
{
    width: 100%;
    max-width: 180px;
    margin: auto 10px;
}
@media screen and (max-width: 1480px)
{
    .text_clientes,
    .logo_clientes
    {
       width: 100%;
    }

}

@media screen and (max-width: 800px)
{
	.img_logo img
	{
		width: 50%;
		max-width: 300px;
		margin: auto 10px;
	}
}








#contacto
{
	width: 100%;
	min-height: 400px;

}
.fondo_seccion_03
{
    width: 100%;
	min-height: auto;
	background-color: #979ba1;
	background-size: cover;
    background-repeat: no-repeat;   
}
.contenedor_contacto
{
    width: 100%;
	max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.map
{
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin-top: -200px;
	margin-bottom: 50px;
	border-radius: 5px;
	background-color: #979ba1;
	box-shadow: 0px 20px 50px 10px #7b7b7b;
	
}

@media screen and (max-width: 1080px)
{
      .map
    {
       width: 100%;
       height: 400px;
    }

}




.info_contacto
{
   	width:100%;
	max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
	margin-right: 0;

}

.info_contacto h3
{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 20px 10px;
    font-weight: 200;
	text-transform: uppercase;
}

.contactanos ul li 
{
    width: 100%;
    list-style: none;
    margin: auto;
	

}
.contactanos ul li a
{
	display: block;
    text-decoration: none;
    color: #fff;
	margin: auto;
	padding-bottom: 10px;
	
	
}

.direccion,
.correo,
.movil
{
	padding: 8px 8px;
    text-align: left;
}
.direccion i,
.correo i,
.movil i
{

	font-size: 25px;
	color: #fff;
	background: #00116e;
	margin: auto;
	margin-right: 20px;
    padding: 10px 10px;
    width: 45px;
    border-radius: 50px;
    transition: all .5s ease;    
}
.contenedor-menu a:hover
{
    animation: 2s;
}


@media screen and (max-width: 780px)
{
	.info_contacto
	{
		width: 90%;
		margin: auto;
		font-size: 13px;
	}
	.direccion i,
	.correo i,
	.movil i
	{
		font-size: 17px;
		padding: 5px 5px;
	}
	
}


.logo_pie 
{
	width: 100%;
	max-width: 250px;
    margin: auto;
}
.logo_pie img
{
    width: 100%;
    max-width: 280px;
    padding: 10px;
}





.formulario_contacto
{
	width:40%;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}



/*formulario Cotizacion online*/
.formulario
{
	overflow: hidden;
    width: 90%;
	max-width: 600px;
    min-height: 600px;
    border-radius: 10px;
    justify-content: center;
	margin: auto;
}
form
{
    width: 90%;
    max-width: 500px;
    min-height: 420px;
    margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
    background: transparent;
    box-sizing: border-box;
}
form h3
{
    margin: 20px auto;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
	text-transform: uppercase;
}
input,textarea
{
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    border:none;
    border-radius: 5px;
}
textarea
{
    min-height: 100px;
    max-height: 120px;
    max-width: 100%;
}
#button
{
    width: 250px;
    margin: auto;
    display: block;
    background: linear-gradient(to top, #00116e, #00116e);

	color: #ddd;
    align-items: center;
    padding: 20px;
	font-weight: bold;
    border-radius: 5px;
    transition: all 500ms;
}
#button:hover
{
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to bottom, #00116e,#00116e, #1d39d1);    
    transform: scale(1.1);
    transition: all 500ms;
}

@media screen and (max-width: 1080px)
{
  	.formulario_contacto
	{
		width: 50%;
        max-width: 1220px;
		transition: all .5s ease;
	} 
    input,textarea
	{
		width: 100%;
		margin: auto;
		margin-bottom: 5px;
	}
	#button
	{
		max-width: 290px;
		margin: auto;
        margin-top: 10px;
		display: block;
		color: #fff;
	}

}
@media screen and (max-width: 780px)
{
      	.formulario_contacto
	{
		width: 100%;
        max-width: 1220px;
		transition: all .5s ease;
	}
}






/*fin_contacto*/




/*pie de pagina*/


footer
{
	width: 100%;
	min-height: 70px;
	margin: auto;
	display: block;
	bottom: 0px;
}
.firma
{
    overflow: hidden;
	background-color:#979ba1;
	color: #F3F3F3;
	text-align: center;
}
.firma a:hover
{
	color: #fff;
}
.copy{
	width: 95%;
	max-width: 1500px;
    margin: 25px auto;
	text-align: right;

}

footer a,
footer span
{
	text-decoration: none;
	color: #ddd;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}
footer a img
{
    width: 20px;
    padding: 1px;

    margin: auto 5px;
    margin-bottom: -3px;
}
@media screen and (max-width: 420px)
{
	.copy{
	width: 90%;
    margin: 30px auto;
    }
    footer span a{
        display: block;
		font-size: 12px;
    }
}
/*responsividad*/

@media screen and (max-width: 1220px)
{
    .contenedor-menu  
    {
        width: 100%;
        max-width: 520px;
        display: block;
        margin: auto;
        text-align: center;
    }
	.inicio
	{
		width: 100%;
		transition: all .5s ease;
	}
	.img_sitio
	{
		width: 90%;
		margin: auto;
		text-align: center;
        margin-top: 50px;
	}
    .contenedor-empresa
    {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 420px)
{
	
    body
    {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    } 
	#base
	{
		overflow: hidden;
		width: 100%;
		max-width: 1500px;
		min-height: 100vh;
	}
	.inicio{
		width:100%;
		height: 100vh;
		margin-bottom: 300px;
	}
	.img_sitio img
	{
		width: 100%;
		max-width: 450px;
		margin-top: 50px;
		margin-bottom: 50px;
		z-index: 5;
	}
    .contenedor-menu 
    {
        padding-top: 10px;
    }


}




