@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin: 0;
	padding: 0;
	color: #333; 
}

h1 {
	font-size: 32px;
	line-height: 1.3em;
}

.header {
    background: #000000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%;
	letter-spacing: 1.5px;
	font-size: 1.15rem;
}

.header a {
	color:#CBCBCB;
	text-decoration: none;
}

.main {
	padding-top: 7rem;
	margin: 0;
	background-color:#C2C2C2;
}

.header a:hover {
	background: #4a4a4a;
}

.seleccionado {
	background: #4a4a4a;
}

.Contacto {
	width: 45%;
	float: left;
	padding: 20px;
	background-color:#C2C2C2;
}

.logo-nav-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li {
	display: inline-block;
}

.navigation ul li a {
	display: block;
	padding: 0.5rem 1rem;
	transition: all 0.3s linear;
	border-radius: 5px;
}

.logo {
	align-content: center;
}

.menu-icon {
	display: none;
}

.logoempresas {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem 0 3rem 0;
}

.slider-box ul{
	display: flex;
	padding: 0;
	width: 200%;
	animation: slide 10s infinite alternate ease-in-out;
}

.slider-box {
	width: auto;
	overflow: hidden;
}

.slider-box li{
	width: 100%;
	list-style: none;
}

.slider-box img{
	width: 100%;
	
}

.wrap {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("Imagenes/IndexPrincipal.jpg");
	background-size: cover;
	background-position: center;
    color:#000000;
}	

.wrap-texto {
	letter-spacing: 5.0px;
	font-size: 2.50rem
}

.texto {
	width: 90%;
	text-align: justify;
	font-size: 1.1rem;
	line-height: 2em;
	margin-bottom: 2em;
}

.enunciado {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	letter-spacing: 1.5px;
	font-size: 1.15rem;
}

.cuerpopaginas {
	position: relative;
	width: 100%;
	align-items: center;
	margin-top: 10px;
	border-top: 4px outset #888888;
}

.fotocuerpoizquierda {
	position: absolute;
	margin-left: 10px;
	width: 50%;
}

.cuadrosuperior {
	position: absolute;
	width: 100%;
	height: 100px;
	background: #616161;
}

.fotocuerpoderecha {
	position: absolute;
	right: 10px;
	width: 50%;
}

.textoizquierda {
	position: absolute;
	width: 50%;
	color: #C9C9C9;
	letter-spacing: 1.4px;
	font-size: 32px;
	font-weight: 700;
	padding-top: 25px;
}

.textoderecha {
	position: absolute;
	right: 0;
	width: 50%;
	color: #C9C9C9;
	letter-spacing: 1.4px;
	font-size: 32px;
	font-weight: 700;
	padding-top: 25px;
}

.container {
 	color: #4E4E4E;
	max-width: 1800px;
	margin: 0 auto;
}

.cookies-box {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #BBB0B0;
	width: 100%;
	display: flex;
	opacity: 1;
	justify-content: center;
}

.cookies-box .container-cookies {
	padding: 20px 0;
	max-width: 90%;
	display: flex;
	align-items: center;
}

.cookies-box .container-cookies .botones {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.cookies-box .container-cookies .botones button {
	background: transparent;
	border: 2px solid #000000; 
	padding: 5px 10px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 200ms ease-in;
}

.cookies-box .container-cookies .botones button:hover {
	color:#E6E6E6;
	border: 2px solid #E6E6E6;
}

.cookies-box .container-cookies .botones button:last-child {
	margin-top: 8px;
}

.formulario {
	padding: 10px;
	background: #E9E9E9;
	border-radius: 6px;
}

.botonenviar {
	border: 2px solid #000000; 
	padding: 5px 10px;
	border-radius: 30px;
	cursor: pointer;
	letter-spacing: 1.3px;
}

.titulocontacta {
	letter-spacing: 1.3px;
}

.imagenes {
	width: 60%;
}

.footer {
	width: 100%;
	background-color: #000000;
	color: #AFAFAF;
	display: flex;
	justify-content: space-around;
}

.opcionsmenu {
	padding-left: 100px;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
}

/* Para pantallas pequeñas */

@media only screen and (max-width: 1200px) {
	
.menu-icon {
	display: block;
	cursor: pointer;
}

.navigation ul {
	display: none;
}

.navigation ul.show {
	display: block;
}
	
.navigation ul li {
	display: block;
}

.navigation ul li a {
	display: block;
    padding: 0.5rem 0; 
	transition: all 0.3s linear;
	border-radius: 5px;
}

.Contacto {
	width: 90%;
	float: none;
}
		
.imagenes {
	width: 100%;
}

h1 {
	font-size: 16px;
	}

.textoderecha {
	width: 50%;
	letter-spacing: 1.4px;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 20px;
}

.textoizquierda {
	width: 50%;
	letter-spacing: 1.4px;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 20px;
}
	
.cuadrosuperior {
	height: 70px;
}

.footer {
	width: 100%;
	background-color: #000000;
	color: #AFAFAF;
	display: block;
	}
	
}
