@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('menu.css');
@import url('banner.css');
@import url('blog.css');
@import url('info.css');
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
	font-family:'Open Sans', sans-serif;
}

.container-img{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeats(3, 1fr);
	grid-template-rows: 250px; 
	grid-gap: 20px;
}

.linea{
	background-color: red;
	height: 5px;
	width: 100%;
	display: block;
}

.galeria{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	width: 95%;
	margin: auto;
	grid-gap: 10px;
	padding: 40px 0;
	overflow: hidden;	
}

galeria{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.galeria img{
	width: 100%;
	vertical-align: top;
	height: 300px;
	object-fit: cover;
	transition: transform 0.5s;
	border: red 3px solid;
}

.galeria > a{
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.galeria a:hover img{
	transform: rotate(10deg) scale(1.3); 
}

.light-box{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	transition: transform .3s ease-in-out;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
}

.light-box img{
	width: 75vw;
	max-height: 90vh;
}

.light-box:target{
	transform: scale(1);
}

.closed{
	display: block;
	position: absolute;
	top: 4px;
	right: 40px;
	background: red;
	text-decoration: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: white;
	font-weight: bold;
}

.next{
	display: block;
	background: red;
	color: white;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
}

.oleo-script-regular {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.oleo-script-bold {
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
}

.tabla-de-iconos{
	padding-left: 280px;
}

.ubicacion{
	margin: 50px;
	margin-right: 200px;
	margin-left: 20px;
}

.titulo{
	font-family: elephant;
	color: #ED340C;
	-webkit-text-stroke: .2px white;
}

.espacio-trabajos{
	padding: 30px;
	margin: 50px;
}

.img-acostadas{
	width: 230px;
}

.img-largas{
	width: 135px;
}

.img-largas2{
	width: 120px;
}

.img-largas3{
	width: 125px;
}

.img-largas4{
	width: 124px;
}

.titulo-trabajos{
	font-family: Oleo Script;
}

.indicacion{
	font-size: 10px;
	font-weight: bold;
}

.separacion-trabajos{
	text-align: center;
	padding: 10px;
	border:5px solid #FF5733;
	width:50%;
	transition:all 2s ease;
	box-shadow:rgb(150,150,150)10px 10px;
}

.separacion-trabajos:hover{
	width:103%;
	background: #40E0D0;
}

.TEXTOS{
	font-family:Dutch801 XBd BT;
	font-size: 25px;
}

.texto-desplegable{
	color: #ED340C;
	-webkit-text-stroke: 0.1px white;
	font-size: 30px;
	font-weight: bold;
	font-family: elephant;
}

.texto-principal{
	font-size: 30px;
	color: #641E16;
	font-weight: bold;
	font-family: robot black y black italic;
	-webkit-text-stroke: .2px white;
}

.lista-servi{
	padding: 0px;
	margin: 0px;
	font-family:Dutch801 XBd BT;
	font-size: 25px;
}

.div-lista-centrada{
	margin-left: 100px;
}

.texto-servicio{
	font-size: 30px;
	color: #641E16;
	font-weight: bold;
	font-family: cursive;
	-webkit-text-stroke: .2px white;
}

.texto-principal2{
	font-size: 30px;
	padding-left: 100px;
	color: #641E16;
	font-weight: bold;
	font-family: robot black y black italic;
	-webkit-text-stroke: .2px white;
}

.imagen-inicio{
	margin-top:600px;
}

.Informacion{
	font-size: 20px;
	margin:60px;
	text-align: center;
}

.contacto{
	background-color:#5DADE2;
	padding:20px;
	margin-left:500px;
	margin-right:500px;
}

.textintro{
	color:#1455EA;
	font-size:30px; 
}
.imagen1{
	width:265px;
	height:180px;
}
header{
	width:100%;
	height:50px;
	background:#333;
	color:#fff;

position:fixed;
top:0;
left:0;
z-index:100;
}
.contenedor{
	width:18%;
	margin:auto;
}
h1{
	float:left;
}
header .contenedor{
	display:table;
}
section{
	width:100%;
	margin-bottom:25px;
}

#bienvenidos{
text-align:center;	
}
footer .contenedor{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.copy{
	font-size:20px;
}
.sociales{
	width:100%;
	text-align:center;
	font-size:28px;
}
.sociales a{
	color:#333;
	text-decoration:none;
}

.imagen2{
	width:60px;
	height:80px;
	margin-right:80px;
}

.tamañodepie{
	font-size:25px;
}
@media(min-width:768px){
	.sociales{
		width:auto;
	}
	footer .contenedor{
		justify-content:space-between;
	}
}

@media(min-width:1024px){
	.contenedor{
		width:1000px;
	}
}