@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto,wght@1,300&display=swap');

*{
	margin: 0;
	padding: 0;
}

nav{
	width: 100%;
	height: 100px;
	background-color: white;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 2px solid gray;
}

nav .menu{
	width: 	30%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

nav .menu button{
	background-color:#27ae60;
	width: 40%;
	height: 50%;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
nav .menu a{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	text-decoration: none;
	color: #c0392b;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}


nav img{
	width: 250px;
}

.contenido{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.contenido .informacion{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

.contenido .informacion h1{
	font-family: 'Oswald', sans-serif;
	text-align: right;
	width: 90%;
	padding-right: 10%;
	font-size: 45px;
}

.contenido .informacion hr{
	width: 57%;
	margin-right: 10%;
}

.contenido .informacion h2{
	font-family: 'Oswald', sans-serif;
	text-align: right;
	width: 90%;
	font-size: 26.5px;
	padding-right: 10%;
}

.contenido .informacion p{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: right;
	width: 90%;
	padding-right: 10%;
	font-weight: lighter;
	color: black;
}

.contenido .informacion button{
	width: 20%;
	height: 50px;
	margin-right: 12%;
	margin-top: 3%;
	border-radius: 20px;
	font-size: 25px;
	font-weight: bold;
	background: red;
	color: white;
	box-shadow: 0px 3px 1px gray;
}

.contenido img{
	width: 50%;
}

.servicios{
	width: 100%;
	padding: 1%;
	padding-top: 7%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.servicios .cuadros{
	width: 25%;
	height: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.servicios .cuadros h1{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 20px;	
}

.servicios .cuadros img{
	width: 100px;
	height: 100px;
}

.servicios .cuadros button{
	width: 50%;
	height: 35px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	background: red;
	color: white;
}

.labor{
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding-top: 6%;
}

.labor h1{
	font-family: 'Oswald', sans-serif;
}


.redes{
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	background-color: rgba(223, 230, 233,0.5);
}

.redes h1{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
}

.redes .contenedorredes{
	width: 40%;
	height: 50%;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.form{
	width: 100%;
	height: 800px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	flex-direction: column;
	background-image: url('../MATERIALES/CASOS/fondogaleria.webp');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}

.form h1{
	font-family: 'Oswald';
	font-size: 40px;
}

.form form{
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	background-color: red;
	font-family: 'Oswald';
	border-radius: 100px;
	padding: 30px;
	box-sizing: border-box;
}


.form form input{
	width: 300px;
	height: 25px;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	border-radius: 20px;
	border: 0;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
}

.form form label input{
	padding: 0;
}

.form form label{
	font-size: 20px;
	text-shadow: 1px 1px 1px black;
	color: white;
}

.form form select{
	width: 300px;
	height: 25px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.form form p{
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: justify;
	margin-bottom: 40px;
}

.form form p input{
	margin:0;
	width: 70px;
	margin-right: 10px;
}


.form form .enviar{
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 20px;
	background-color:#27ae60;
	color: white;
	text-shadow: 1px 1px 1px black;
}

.titulocalculadora{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
	font-family: 'Oswald';
}

.containercalculadora{
	width: 100%;
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.containercalculadora .calculadoraaldia{
	display: flex;
	width: 50%;
	height: 70%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 3%;
	box-sizing: border-box;
	font-family: 'Oswald';
	text-align: center;
}

.containercalculadora .calculadoraaldia label{
	font-size: 22px;
}

.containercalculadora .calculadoramora{
	display: flex;
	width: 50%;
	height: 70%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 3%;
	box-sizing: border-box;
	font-family: 'Oswald';
	text-align: center;
}

.containercalculadora .calculadoramora label{
	font-size: 22px;
}

.containercalculadora input{
	width: 50%;
	text-align: center;
}


.containercalculadora button{
	width: 30%;
	height: 20%;
	border-radius: 10px;
	border: 0px;
	background-color: #27ae60;
	color:white;
	font-weight: bold;
}

.hcontenedorser{
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-family: 'Oswald';
	text-shadow: 1px 1px 1px 1px black;
	color: red;
	background-color: rgba(236, 240, 241,0.6);
}

.contenedorservicios{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 1200px;
	width: 100%;
	flex-direction: column;
	background-color: rgba(236, 240, 241,0.6);
	text-align:justify;
}

.contenedorservicios .grupo1{
	width: 100%;
	height: 50%;
	display: flex;
}

.contenedorservicios .grupo2{
	width: 100%;
	height: 50%;
	display: flex;
}


.contenedorservicios .subgrupo{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.contenedorservicios .subgrupo .img1,.contenedorservicios .subgrupo .img2,.contenedorservicios .subgrupo .img3,.contenedorservicios .subgrupo .img4{
	width: 50%;
	height: 100%;
}

.contenedorservicios .subgrupo .img1{
	background-image: url(../IMG/img1.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.contenedorservicios .subgrupo .img2{
	background-image: url(../IMG/img2.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.contenedorservicios .subgrupo .img3{
	background-image: url(../IMG/img3.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.contenedorservicios .subgrupo .img4{
	background-image: url(../IMG/img4.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}


.contenedorservicios .subgrupo .informacion{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	font-family: 'Oswald';
}


.contenedorservicios .subgrupo .informacion h1{
	color: red;
	width: 100%;
	height: 8%;
	font-size: 1.3vw;
}

.contenedorservicios .subgrupo .informacion p{
	width: 100%;
	height: auto;
	font-size: 19px;
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
}

.contenedorservicios .subgrupo .informacion button{
	color: white;
	text-shadow: 1px 1px 1px black;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	background-color: red;
	font-size: 15px;
	font-weight: bold;
	border: 0;
	box-shadow: 1px 1px 1px 1px black;
	cursor: pointer;
}

.contenedorservicios .subgrupo .informacion hr{
	width: 80%;
	height: 1%;
	background-color: red;
	align-self: flex-start;
}

.contenedorservicios .subgrupo .informacion ul{
	font-family: 'Oswald';	
	font-size: 18px;
}



.infoprincipal{
	width: 100%;
	height: 800px;
	background-color: red;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.infoprincipal .izquierda,.infoprincipal .derecha{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50%;
}

.infoprincipal .izquierda h1{
	font-size: 50px;
	width: 90%;
	font-family: 'Oswald';
	text-align: left;
	margin-bottom: 40px;
	color: white;
	text-shadow: 2px 2px 2px black;
}

.infoprincipal .izquierda p{
	font-family: 'Oswald';
	font-size: 25px;
	width: 90%;
	margin-bottom: 50px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 2px black;	
}

.infoprincipal .izquierda a{
	font-family: 'Oswald';
	font-size: 25px;
	width: 60%;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 2px black;
}

.infoprincipal .izquierda .redesletra{
	display: flex;
}

.infoprincipal .izquierda form{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	width: 60%;
	height: 400px;
	font-family: 'Oswald';
}

.infoprincipal .izquierda form input{
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	font-family: 'Oswald';
	font-size: 18px;
	border-radius: 5px;
	border:0;
	padding: 10px;
	box-sizing: border-box;
}

.infoprincipal .izquierda form textarea{
	width: 100%;
	height: 100px;
	margin-bottom: 30px;	
	font-family: 'Oswald';
	font-size: 18px;
	border:0;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.infoprincipal .izquierda form .enviarcon{
	width: 60%;
	height: 50px;
	border-radius: 20px;
	border:0;
	font-family: 'Oswald';
	font-size: 20px;
	cursor: pointer;
}


.infoprincipal .derecha iframe{
	width: 100%;
	height: 800px;
}

.baner{
	position: absolute;
	width: 150px;
	height: 240px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	left: -3%;
	background-color: #ecf0f1;
	border-radius: 10px;
	transition: 1s all ease-in-out;
	cursor: pointer;
}

.baner img{
	width: 150px;
	height: 150px;
}

.baner h2{
	font-size: 13px;
	text-align: justify;
	color: black;
	text-shadow: 2px 2px 2px white;
	font-family: 'Oswald';
}

.baner:hover{
	transition: 1s all ease-in-out;
	left: 0;
	cursor: pointer;
}


/*--------------------------------------------------*/

.body{
	margin: 0;
	font-family: 'Oswald';
	width: 100%;
	height: 700px;
	background-image: url('../MATERIALES/CASOS/fondogaleria.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.body h1{
	text-align: center;
	font-size: 35px;
	padding: 30px;
	box-sizing: border-box;
	text-shadow: 2px 2px 2px white;
	background-color: rgba(236, 240, 241,0.6);
	width: 100%;
}


.galeriasolocss{
	width: 100%;
	height: 100%;
	margin: auto;
	list-style: none;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	background-color: rgba(236, 240, 241,0.6);
}

.galeriasolocss li{
	margin: 5px;
}

.galeriasolocss img{
	width: 200px;
	height: 200px;
}

.modalgaleria{
	display: none;
}

.modalgaleria:target {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalgaleria h3{
	color: white;
	font-size: 20px;
	text-align: center;
	margin: 15px 0;
}

.imagen{
	width: 100%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a{
	color: white;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img{
	width: 800px;
	height: 100%;
	max-width: 100%;
	border:7px solid green;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 130px;
	background-color: white;
}

.cerrargaleria{
	display: block;
	background-color: white;
	border-radius: 20px;
	width: 2%;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: -42% 95%;
}

.contenedorplugins{
	width: 100%;
	height: 700px;
	padding: 30px;
	display:flex;
	justify-content:space-around;
	align-items: center;
	align-content:center;
	box-sizing:border-box;
}

.fb-page{
    width:500px;
    padding-top:0;
}