@charset "utf-8";
@import url("webfonts/Chaparei/stylesheet.css");
@import url("webfonts/Agate/stylesheet.css");

/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body{
	margin:0;
	font-family: Chaparei;
}

header{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background: rgba(108,65,205,0.85);
	background-size: cover;
	box-sizing: border-box;
	z-index: 12;
	position: fixed;
}

#btn-menu{
	display: none;
}

header label{
	display: none;
	width: 30px;
	height: 30px;
	padding: 10px;
}
header label:hover{
	cursor: pointer;
	background: rgba(0,0,0.0.3);
}
.Cuerpo .Cabecera .Nombre{
	padding: 25px ;
	box-sizing: border-box;
	width: 25%;
}
.menu{
	font-family: Chaparei;
	font-size: 21px;
	width: 70%;
	float: right;
	margin-right: 10px;
	margin-top: -50px;
}
.menu ul{
	margin:0;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}
.menu li{
	text-align: center;
	flex-grow: 1;	
}
.menu li a{
	display: block;
	padding: 5px 10px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align: left;
}
.menu li a:hover{
	background-color: rgba(108,65,205,0.90);
	color:rgba(191,191,9,1);
}
.menu li ul{
	display: none;
}
.menu li:hover > ul{
	display: list-item;
	margin-left: 50px;
}
.Cuerpo .Contenido {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
}

.Cuerpo .Contenido .Inicio {
	width: 100%;
	height: 800px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url(imagenes/inicio1821x1024.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.Contenido .Inicio .Nslogan {
	width: 24%;
	text-align: center;
	margin-left: 38%;
	font-family: Agate;
	font-size: 100px;
	background-color: rgba(14,86,53,0.70);
	color: rgba(210,210,210,1.00);
	margin-top: 20%;
}

.Contenido .Inicio .Slogan {
	width: 48%;
	text-align: center;
	margin-left: 26%;
	font-family: Agate;
	font-size: 35px;
	background-color: rgba(14,86,53,0.70);
	color: rgba(210,210,210,1.00);
	margin-top: 3%;
}
.Cuerpo .Contenido .Nosotros {
	width: 100%;
	height: 800px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url(imagenes/nosotros1280x582.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.Contenido .Nosotros .Nosotrost {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Chaparei;
	font-size: 60px;
	text-align: center;
	height: 120px;
	background-color: rgba(108,65,205,0.85);
	padding-top: 25px;
	margin-top: 15%;
}
.Contenido .Nosotros .Nosotrost1 {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Chaparei;
	font-size: 20px;
	text-align: center;
	height: 300px;
	background-color: rgba(108,65,205,0.85);
	padding-top: 10px;
	padding-bottom: 70px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.Cuerpo .Contenido .NuestrasMarcas {
	color: rgba(210,210,210,1.00);
	background-color: rgba(108,65,205,0.85);
	font-family: Chaparei;
	font-size: 25px;
	text-align: center;
	height: 130px;
	width: 100%;
	padding-top: 0px;
}
.Contenido .NuestrasMarcas .Nm1 {
	font-size: 50px;
	padding-top: 10px;
}

.Marcas{
	width: 100%;
	font-family: Chaparei;
	position: absolute;
}

.Marcas .pregnancy-food {
	position: relative;
	width: 50%;
	height: 600px;
	background-image: url(imagenes/pregnancyfood1024x683.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}
.Marcas .pregnancy-food .Container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.01);
	transition: .5s;
	cursor: pointer;
}
.pregnancy-food .Container .Titulo {
	position: absolute;
	top: 40%;
	text-align: center;
}
.pregnancy-food .Container .Titulo h1 {
	color: rgba(210,210,210,1.0);
	font-family: Agate;
	font-size: 45px;
	transform: translateY(-150%) scale(0);
	text-align: center;
}
.pregnancy-food .Container .Titulo p {
	color: rgba(210,210,210,1);
	font-family: Chaparei;
	font-size: 25px;
	transform: translateY(-100%) scale(0);
	text-align: center;
	width: 80%;
	margin-left: 10%;
}
.Marcas .pregnancy-food:hover .Container {
	background-color: rgba(0,0,0,0.65);
}
.Marcas .pregnancy-food:hover .Titulo h1 {
	transform: translateY(-150%) scale(1);
}
.Marcas .pregnancy-food:hover .Titulo p {
	transform: translateY(-100%) scale(1);
}

.Marcas .eteos {
	position: relative;
	width: 50%;
	height: 600px;
	background-image: url(imagenes/eteos1024x683.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}
.Marcas .eteos .Container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.01);
	transition: .5s;
	cursor: pointer;
}
.eteos .Container .Titulo {
	position: absolute;
	top: 40%;
	text-align: center;
}
.eteos .Container .Titulo h1 {
	color: rgba(210,210,210,1.0);
	font-family: Agate;
	font-size: 45px;
	transform: translateY(-150%) scale(0);
	text-align: center;
}
.eteos .Container .Titulo p {
	color: rgba(210,210,210,1);
	font-family: Chaparei;
	font-size: 25px;
	transform: translateY(-100%) scale(0);
	text-align: center;
	width: 90%;
	margin-left: 5%;
	
}
.Marcas .eteos:hover .Container {
	background-color: rgba(0,0,0,0.65);
}
.Marcas .eteos:hover .Titulo h1 {
	transform: translateY(-150%) scale(1);
}
.Marcas .eteos:hover .Titulo p {
	transform: translateY(-100%) scale(1);
}


.Cuerpo .Contenido .Contactanos {
	width: 100%;
	height: 650px;
	background-image: url(imagenes/contactanos1280x853.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 600px;
	
	
}
.Contenido .Contactanos .Fondo {
	width: 100%;
	height: 650px;
	background-color: rgba(88,88,88,0.60);
	
}
.Fondo .Texto p {
	font-size: 22px;
}
.Texto form button {
	width: 48%;
	height: 70%;
	font-family: Chaparei;
	background-color: rgba(191,191,90,0.85);
	color: rgba(210,210,210,1.00);
	font-size: 20px;
}
.Texto form button:hover {
	background-color: rgba(108,65,205,0.85);
}
.Contenido .Contactanos .Texto {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	text-align: center;
	margin-top: 7%;
	font-family: Chaparei;
}
.Contactanos .Texto h1 {
	font-size: 50px;
	padding-top: 100px;
}
.Fondo .Texto form {
	font-size: 20px;
}
.Texto form input {
	width: 48%;
}
.Texto form h2 {
	font-family: Chaparei;
	font-size: 14px;
	font-weight: normal;
}

.Cuerpo .Contenido .Ubicacion {
	background-color: rgba(222,222,222,1.00);
	width: 100%;
	height: 100%;
}
.Contenido .Ubicacion iframe {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.Contenido .Ubicacion img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.Cuerpo .Piedepagina {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	color: rgba(108,65,205,1.00);
	font-size: 16px;
	text-align: right;
	float: right;
	font-family: Chaparei;
}
.Cuerpo1 .Cabecera1 {
	width: 100%;
	float: left;
	background-color: rgba(108,65,205,0.85);
	position: fixed;
	background-size: cover;
	box-sizing: border-box;
	z-index: 12;
}
.Cuerpo1 .Cabecera1 .Nombre1 {
	font-family: Agate;
	font-size: 60px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	width: 35%;
	text-align: left;
	color: rgba(210,210,210,1.00);
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	box-sizing: border-box;
}
.Cabecera1 .Nombre1 img{
	margin-left: 20px;
	margin-top: 10px;
}
.Cuerpo1 .pf {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url(imagenes/pregnancyfood11280x854.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	height: 730px;
}

.Cuerpo1 .pf .pft {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Agate;
	font-size: 50px;
	text-align: center;
	height: 100px;
	background-color: rgba(14,86,54,0.60);
	padding-top: 25px;
	margin-top: 10%;
}
.Cuerpo1 .pf .pft1 {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Chaparei;
	font-size: 18px;
	text-align: center;
	height: 380px;
	background-color: rgba(14,86,54,0.60);
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	float: left;
}
	
.pf a button {
	width: 50%;
	font-family: Chaparei;
	background-color: rgba(191,191,90,0.85);
	color: rgba(210,210,210,1.00);
	font-size: 20px;
	text-align: center;
	margin-left: 0%;
	margin-top: 10%;
	font-weight: bold;
}

.pf .pft p {
	margin-top: 25px;
	font-size: 16px;
	color: rgba(191,191,90,1);
	text-align: left;
	text-decoration: underline;
	padding-left: 15px;
}

.pf .pft p:hover{
	color: rgba(12,57,179,1.00);
	font-size:20px;	
}

.pf a button:hover{
	background-color: rgba(12,57,179,1);
}




.Cuerpo1 .et {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url(imagenes/eteos11280x782.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	height: 730px;
}

.Cuerpo1 .et .ett {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Agate;
	font-size: 50px;
	text-align: center;
	height: 100px;
	background-color: rgba(14,86,54,0.60);
	padding-top: 25px;
	margin-top: 10%;
}

.Cuerpo1 .et .ett1 {
	width: 40%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Chaparei;
	font-size: 18px;
	text-align: center;
	height: 380px;
	background-color: rgba(14,86,54,0.60);
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	float: left;
}

.et .ett1 a {
	color: rgba(191,191,90,1.00);
}
.et .ett1 a: hover{
	color: rgba(12,57,179,1.00);
	font-size:20px;	
}
.et a button {
	width: 50%;
	font-family: Chaparei;
	background-color: rgba(191,191,90,0.85);
	color: rgba(210,210,210,1.00);
	font-size: 20px;
	text-align: center;
	margin-left: 0%;
	margin-top: 15%;
}

.et .ett p {
	margin-top: 25px;
	font-size:16px;
	color: rgba(191,191,90,1);
	text-align: left;
	text-decoration: underline;
	padding-left: 15px;
}

.et .ett p:hover{
	color: rgba(12,57,179,1.00);
	font-size:20px;	
}


.Cuerpo1 .ag {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url(imagenes/gracias1280x854.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	height: 730px;
}

.Cuerpo1 .ag .agt1 {
	width: 40%;
	margin-top: 10%;
	margin-left: 30%;
	color: rgba(210,210,210,1.00);
	font-family: Chaparei;
	font-size: 32px;
	text-align: center;
	height: 380px;
	background-color: rgba(0,0,128,0.60);
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	float: left;
}
.agt1 a p {
	color: rgba(191,191,90,1.00);
	font-family: Chaparei;
	font-size: 23px;
	margin-top: 15px;
	text-decoration: underline;
}

.agt1 a p:hover{
	color: rgba(12,57,179,1.00);
	font-size:28px;	
}


@media screen and (min-width:1400px){
	
	.Cuerpo .Contenido .Inicio {
	height: 1000px;
}
	.Cuerpo .Contenido .Nosotros {
	width: 100%;
	height: 1000px;
}
	.Contenido .Nosotros .Nosotrost1 {
	font-size: 25px;
}
	
	.Marcas .pregnancy-food {
	height: 800px;
}
	.Marcas .eteos {
	height: 800px;
}
	.Cuerpo .Contenido .Contactanos {
	height: 650px;
	margin-top: 800px;	
}
	.Contenido .Contactanos .Fondo {
	width: 100%;
	height: 800px;
	margin-top: 150px;
	background-color: rgba(88,88,88,0.60);
}
	.Contactanos .Texto h1 {
	padding-top: 150px;
}
	
	.Cuerpo1 .pf {
	height: 1000px;
}
	.Cuerpo1 .et {
	height: 1000px;
}
	
	.Cuerpo1 .ag{
	height: 1000px;
}
	.Cuerpo1 .et .ett1 {
	font-size: 22px;
	height: 420px;
}
	.Cuerpo1 .pf .pft1 {
	font-size: 22px;
	height: 420px;
}
.Cuerpo .Contenido .Contactanos {
	height: 800px;
}
	
}

@media screen and (max-width:1280px){
    #btn-aut{
	margin-left: 200px;
	}
	
	.Cuerpo1 .ag .agt1 {
	margin-top: 12%;
	font-size: 25px;
}
	
	.agt1 a p {
	font-size: 20px;
	margin-top: 15px;	
}	
}


@media screen and (max-width:1050px)
			  and (orientation:landscape){
	.Cuerpo .Cabecera{
	background-color: rgba(108,65,205,0.85);
}
	.Cuerpo .Contenido .Inicio{
	background-attachment: scroll;
}
	.menu{
	width: 60%;
	float: right;
	margin-right: 20px;
	margin-top: -50px;
}
			  
	.Contenido .Inicio .Nslogan {
	width: 28%;
	margin-left: 36%;
}
	.Cuerpo .Contenido .Nosotros {
	background-attachment: scroll;
}	
	.Contenido .Nosotros .Nosotrost1 {
	height: 350px;
}
	.Marcas .pregnancy-food:hover .Titulo p {
	transform: translateY(-50%) scale(1);
}
	.Marcas .eteos:hover .Titulo p {
	transform: translateY(-50%) scale(1);
}

	.Cuerpo .Contenido .Contactanos {
	background-attachment: scroll;
}
	.Cuerpo1 .pf .pft1 {
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
	height: 420px;
}	

	.Cuerpo1 .et .ett1 {
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	height: 420px;
}	
	.Cuerpo1 .ag .agt1 {
	font-size: 30px;
	height: 420px;
}				  
	
}

@media screen and (max-width:850px){

header label{
		display: table;
		float: right;
		margin-top: -75px;
		
	}
	.Cuerpo .Cabecera .Nombre{
		padding: 10px;
	}
	.Cuerpo .Cabecera .Nombre img{
		width: 240px;
		height: 50px
	}
	.menu{
		width: 70%;
		transition: all 0.5s;
		margin-top: -260px;
		box-sizing: border-box;
		position: relative;
		font-size: 16px;
		float: left;
	}
	.menu ul{
		flex-direction: column;
	}
	.menu li{
		text-align: left;
		
	}
	#btn-menu:checked ~ .menu{
		margin: 0;
	}
		.Cuerpo .Contenido .Inicio {
	width: 100%;
	background-attachment: scroll;
}
	.Contenido .Inicio .Nslogan {
	font-size: 70px;
	margin-top: 40%;
	width: 50%;
	margin-left: 25%;
}
	.Contenido .Inicio .Slogan {
	width: 80%;
	margin-left: 10%;		
	font-size: 30px;
}
	.Cuerpo .Contenido .Nosotros {
	height: 700px;
	background-attachment: scroll;
 }
	.Contenido .Nosotros .Nosotrost {
	font-size: 45px;
	height: 50px;
	padding-top: 10px;
	margin-top: 80px;
}
	.Contenido .Nosotros .Nosotrost1 {
	margin-left: 30%;
	font-size: 19px;
	text-align: center;
	height: 420px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 35px;
	box-sizing: border-box;
}
	.Cuerpo .Contenido .NuestrasMarcas {
	font-size: 16px;
	height: 100px;
	width: 100%;
}
	.Contenido .NuestrasMarcas .Nm1 {
	font-size: 40px;
	padding-top: 18px;
}

	.Marcas .pregnancy-food {
	width: 100%;		
	float: none;
}
	.Marcas .eteos {
	width: 100%;		
	float: none;
}
	.pregnancy-food .Container .Titulo h1 {
	font-size: 45px;
	margin-left: 10px;
}
	.pregnancy-food .Container .Titulo p {
	font-size: 22px;
	margin-left: 80px;
}
	.eteos .Container .Titulo h1 {
	font-size: 45px;
}
	.eteos .Container .Titulo p {
	font-size: 22px;
}
	.Cuerpo .Contenido .Contactanos {
	background-attachment: scroll;
	margin-top: 1200px;
	height: 700px;	
}
	.Contenido .Contactanos .Fondo {
	height: 700px;
}
	.Contactanos .Texto h1 {
	font-size: 250%;
	margin-top: -50px;
}
	.Texto form button {
	width: 75%;
	font-size: medium;
}
	.Texto form input {
	width: 100%;
	height: 25px;
}
	.Texto form h2 {
	width: 150%;
	margin-left: -80px;
	
}
	#btn-aut{
	width: 15px;
	}
	.Cuerpo .Piedepagina {
	font-size: medium;
	text-align: center;
}
	.Cuerpo1 .Cabecera1 .Nombre1 {
	font-size: 45px;
	width: 40%;
}
	.Cabecera1 .Nombre1 img {
	width: 220px;
	height: 45px;
	margin-left: 10%;
}
	.Cuerpo1 .pf{
	height: 1000px;
}
	.Cuerpo1 .pf .pft {
	font-size: 45px;
	text-align: center;
	margin-top: 30%;
}
	.Cuerpo1 .pf .pft1 {
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 450px;
}	
	.Contenido1 .pf button {
	width: 65%;
	margin-top: 100px;
}
	.pf .pft p {
	font-size: 16px;
	margin-top: 10px;
}
	.pf .pft p:hover{
	color: rgba(12,57,179,1.00);	
	font-size: 18px;
}
	.Cuerpo1 .et{
	height: 1000px;
}
	.Cuerpo1 .et .ett {
	font-size: 45px;
	text-align: center;
	margin-top: 30%;
}
	.Cuerpo1 .et .ett1 {
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 500px;
}	
	.et .ett p {
	font-size: 16px;
	margin-top: 10px;
}
	.et .ett p:hover{
	color: rgba(12,57,179,1.00);	
	font-size: 18px;
}
	.Cuerpo1 .ag {
	height: 1000px;
}
	.Cuerpo1 .ag .agt1 {
	width: 50%;
	margin-top: 20%;
	margin-left: 25%;
	font-size: 25px;
	height: 450px;
}
	.agt1 a p {
	font-size: 20px;
	margin-top: 15px;
}
}


@media (max-width:500px){
	
	header label{
		display: table;
		float: right;
		margin-top: -75px;
		
	}
	.Cuerpo .Cabecera .Nombre{
		padding: 10px;
	}
	.Cuerpo .Cabecera .Nombre img{
		width: 220px;
		height: 50px
	}
	.menu{
		width: 70%;
		transition: all 0.5s;
		margin-top: -260px;
		box-sizing: border-box;
		position: relative;
		font-size: 16px;
		float: left;
	}
	.menu ul{
		flex-direction: column;
	}
	.menu li{
		text-align: left;
		
	}
	#btn-menu:checked ~ .menu{
		margin: 0;
	}
		.Cuerpo .Contenido .Inicio {
	background-attachment: scroll;
}
	.Contenido .Inicio .Nslogan {
	font-size: 50px;
	margin-top: 50%;
	width: 50%;
	margin-left: 25%;
}
	.Contenido .Inicio .Slogan {
	width: 80%;
	margin-left: 10%;		
	font-size: 20px;
}
	
	.Cuerpo .Contenido .Inicio {
	width: 100%;
	height: 500px;
}
	.Cuerpo .Contenido .Inicio img{
	width: 100%;
	height: 100%;
}
	
	.Cuerpo .Contenido .Nosotros {
	height: 500px;
	background-attachment: scroll;
}
	.Contenido .Nosotros .Nosotrost {
	font-size: 35px;
	height: 50px;
	padding-top: 10px;
	margin-top: 80px;
	width: 250px;
	margin-left: 17%;
}
	.Contenido .Nosotros .Nosotrost1 {
	margin-left: 17%;
	font-size: 15px;
	text-align: center;
	height: 320px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 35px;
	width: 250px;
	box-sizing: border-box;
}
	.Cuerpo .Contenido .NuestrasMarcas {
	font-size: 14px;
	height: 100px;
	width: 100%;
}
	.Contenido .NuestrasMarcas .Nm1 {
	font-size: 30px;
	padding-top: 18px;
}

	.Marcas .pregnancy-food {
	width: 100%;		
	float: none;
	height: 400px;
}
	.Marcas .eteos {
	width: 100%;		
	float: none;
	height: 400px;
}
	.pregnancy-food .Container .Titulo h1 {
	font-size: 32px;
	margin-left: -10px;
	}
	.pregnancy-food .Container .Titulo p {
	font-size: 16px;
	margin-left: 30px;
}
	.eteos .Container .Titulo h1 {
	font-size: 32px;
	
}
	.eteos .Container .Titulo p {
	font-size: 16px;
	margin-top: 15px;
}
		.Cuerpo .Contenido .Contactanos {
	background-attachment: scroll;
	margin-top: 800px;
}
	.Contenido .Contactanos .Texto {
	width: 60%;
	margin-left: 20%;
}
	.Contactanos .Texto h1 {
	font-size: 35px;
}
		
	.Texto form button {
	width: 85%;
	font-size: medium;
}
	.Texto form input {
	width: 100%;
	height: 25px;
	font-size: 12px;	
}
	.Fondo .Texto form {
	font-size: 18px;
}
	
	.Fondo .Texto p {
	font-size: 18px;
}
	.Texto form h2 {
	width: 100%;
	margin-left: 0px;
	
}
	.Cuerpo .Piedepagina {
	font-size: small;
	text-align: center;
}
	.Cuerpo1 .Cabecera1 .Nombre1 {
	font-size: 35px;
	width: 55%;	
	margin-left: -10px;
}
	.Cabecera1 .Nombre1 img {
	width: 170px;
	height: 35px;
}
	.Contenido1 .pf .pft {
	font-size: 5px;
	text-align: center;
}
	.Contenido1 .pf .pft1 {
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}	
	.Cuerpo1 .pf {
	height: 650px;
}
	.Cuerpo1 .pf .pft {
	width: 70%;
	margin-left: 15%;
	font-size: 35px;
	text-align: center;
	height: 100px;
	padding-top: 25px;
	margin-top: 20%;
}
	.Cuerpo1 .pf .pft1 {
	width: 70%;
	margin-left: 15%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
	.Contenido1 .pf button {
	width: 65%;
	margin-top: 100px;
}
.pf .pft p {
	font-size: 12px;
	margin-top: 10px;
}
.pf .pft p:hover{
	color: rgba(12,57,179,1.00);
	font-size: 15px;	
}
	.Cuerpo1 .et {
	height: 650px;
}
	.Contenido1 .et .ett {
	font-size: 5px;
	text-align: center;
}
	.Contenido1 .et .ett1 {
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}	
	.Cuerpo1 .et .ett {
	width: 70%;
	margin-left: 15%;
	font-size: 35px;
	text-align: center;
	height: 100px;
	padding-top: 25px;
	margin-top: 18%;
}
.Cuerpo1 .et .ett1 {
	width: 70%;
	margin-left: 15%;
	font-size: 16px;
	padding-top: 1px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.et .ett p {
	font-size: 12px;
	margin-top: 10px;
}
.et .ett p:hover{
	color: rgba(12,57,179,1.00);
	font-size: 15px;	
}
	.Cuerpo1 .ag {
	height: 650px;
}
	.Cuerpo1 .ag .agt1 {
	width: 60%;
	margin-top: 30%;
	font-size: 16px;
	height: 350px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 20%;
}
.agt1 a p {
	font-size: 16px;
	margin-top: 15px;
}
}