@charset "utf-8";
/* CSS Document */

/*/////////////////// GENERAL ///////////////////*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	width: 100%;
	color: white;
	font-family: lato, sans-serif ;
	font-weight: normal;
	background: url("../imagenes/fondo_pag.jpg");
}

h1{
	text-shadow: 6px 6px 8px #000000;
	font-family: Lato Semibold, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Semibold", "Lato Thin";
	font-size: 35px;
	padding: 35px;
	
}

h2{
	text-shadow: 6px 6px 8px #000000;
	font-family: Lato Semibold, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Semibold", "Lato Thin";
	font-size: 25px;
	
	text-align: center;
}

span{
	font-size: 33px;
	font-family: Lato Light, sans-serif;
    font-weight: 200;
    font-style: normal;
}

p{
	font-size: 16px;
	font-family: Lato Light, sans-serif;
}

/*/////////////////// ENCABEZADO ///////////////////*/


.cabecera{
	
	background: rgba(3,84,148,1.00);
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 70px;
	box-shadow: 1px 5px 15px black;
	z-index: 10;
	position: fixed;
	width: 100%;
	border-bottom: solid 1px #035494;
	
}

.logotipo{
	width: 298px;
	height: 56px;
	margin-left: 50px;
}

#icono_menu{
	width: 50px;
	height: 50px;
	cursor: pointer;
	padding: 10px;
	margin-right: 50px;
}

/*/////////////////// BARRA DE NAVEGACION ///////////////////*/

nav{
	width: 300px;
	background: #034871;
	height: 100vh;
	margin-left: -300px;
	margin-top: 70px;
	transition: all .6s;
	position: fixed;
	z-index: 9;
}

nav.mostrar{
	margin-left: 0px;
	z-index: 9;
}

.menu_navegador{
	width: 300px;
	height: 500px;
	list-style: none;
	line-height: 52px;
	margin-top: 50px;
}

.lista_navegador{
	border-bottom: dashed 1px #FFFFFF;
	margin: 10px auto;
	width: 90%;
	display: flex;
}

.links_navegador{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 95%;
	text-align: right;
}

.links_navegador img{
	margin-right: 10px;
}


/*///////////////////SLIDER ///////////////////*/

.contenedor_imagen_slide{
	position: relative;
	width: 100%;
	height: 500px;
	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 63%, 0% 100%)
}

.slide.activo{
	clip-path: circle(150.0% at 0 50%);
	width: 100%;
	background: url("../imagenes/servcios_polipastos_2.jpg");
	height: 500px;
	filter: brightness(.8);
	border-bottom: solid 1px #FFFFFF;
	background-size: cover;
}


.info_slide{
	position: absolute;
	top:70px;
	padding: 35px 210px;
	width: 920px;
	height: 490px;
	left: 50px;
	clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0% 450%);
	background: rgba(0,0,0,.6);
}

.info_slide p{
	font-size: 23px;
	font-family: Lato Light, sans-serif;
	padding: 10px;
}

/*///////////////////ICONOS_REDES ///////////////////*/

.contenedor_iconos{
	
	z-index: 8;
	position: absolute;
	right: 30px;
	display: flex;
	flex-direction: column;
	top: 130px;
}

.link_redes{
	border: solid 1px #ffffff;
}

.link_redes:not(:last-child){
	margin-bottom: 10px;
}


/*///////////////////CONTENEDOR SERVICIOS ///////////////////*/

.contenedor_general_servicios{
	width: 100%;
	height: 1200px;
	background: rgba(0,0,0,.7);
	clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 74%);
	position: relative;
	top: -130px;
	
}

.contenedor_info_servicios_empresa{
	width: 750px;
	
	margin:-60px auto 0;
	position: relative;
	top: 170px;
	display: flex;
	flex-direction: column;
}

.iconos_servicios{
	margin:20px auto;
	background: #035494;
	border-radius: 40px;
	width: 74px;
	height: 74px;
}

.footer{
	width: 100%;
	background: #000000;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.footer img{
	margin: 20px;
}

@media (min-width:481px) and (max-width:768px){
	
	h1{
		font-size: 20pt;
		padding: 5px;
	}
	
	span{
		font-size: 18pt;
	}
	
	.contenedor_imagen_slide{
	position: static;
	width: 100%;
	height: 1024px;
	-webkit-clip-path: none;
}
	
	.slide.activo{
	-webkit-clip-path: none;
	height: 1024px;
	width: 100%;
	background: url("../imagenes/slide_servicios_tb.jpg");
		display: flex;
		align-items: center;
		justify-content: center;
}
	
	.info_slide{
	position: static;
	width: 90%;
	height: auto;
	background: rgba(0,0,0,0.7);
	padding: 0 0 0;
	-webkit-clip-path: none;
		border-radius: 10px;

}
	
	.info_slide p{
		font-size: 15pt;
	}

	.contenedor_general_servicios{
		
	height: 1024px;
	-webkit-clip-path: none;
	position: static;
		display: flex;
		align-items: center;
		
	}
	
	.contenedor_info_servicios_empresa{
		width: 90%;
	
	margin:0px auto 0;
	position: static;
	
	}

}

@media (min-width:0px) and (max-width:480px){
	
	h1{
		font-size: 17pt;
		padding: 5px;
	}
	
	span{
		font-size: 15pt;
	}
	
.logotipo{
	width: 204px;
	height: 38px;
	margin-left: 5px;
}
	
#icono_menu{
		margin-right: 5px;
	}
	
	.contenedor_imagen_slide{
	position: static;
	width: 100%;
	height: 810px;
	-webkit-clip-path: none;
}
	
	.slide.activo{
	-webkit-clip-path: none;
	height: 810px;
	width: 100%;
	background: url("../imagenes/slide_servicios_tb.jpg");
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
	
	.info_slide{
	position: static;
	width: 90%;
	height: auto;
	background: rgba(0,0,0,0.7);
	padding: 0 0 0;
	-webkit-clip-path: none;
		border-radius: 10px;
		margin-top: 420px;

}
	
	.info_slide p{
		font-size: 15pt;
	}
	
	.contenedor_general_servicios{
		
	height: 900px;
	-webkit-clip-path: none;
	position: static;
		display: flex;
		align-items: center;
		
	}
	
	.contenedor_info_servicios_empresa{
		width: 90%;
	height: 900px;
	margin:0px auto 0;
	position: static;
	
	}
	
	
	
}
