*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    background: url("images/money.jpg");
    font-family: Arial, Helvetica, Sans-serif;
    
}

h4 {
	/*background: url('images/tiens-peru-negocio-multinivel-1230.png');*/
	text-align:center;
	height: 40px;
	line-height: 40px;
}

.contenedor {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	overflow: hidden;
	
}

.cabeza {
    width:100%;
    margin: auto;

   
    
}

.cabeza img {
    width:100%;
   
    display: block;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
}

header {
	width: 100%;
	background: orange .5%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#btn-menu {
	display: none;
}

header label {
	/*display: block;*/
	display: none;
	border-right: white;
}

header label:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	
}


.menu ul {
	display: flex;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;

}

.menu li {
	flex: auto;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0 8px;
}

.menu li:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.3);
}
.menu li:last-child {
	border-right: none;
}

.menu li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #000;

}



/* el menu de los productos */


.menu-productos ul {
	display: flex;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;

}

.menu-productos li {
	flex: auto;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0 8px;
}

.menu-productos li:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.3);
}
.menu-productos li:last-child {
	border-right: none;
}

.menu-productos li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #000;

}




@media screen and (max-width: 768px){

	header label {
		display: block;
		padding-left: 1em;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
	}

	.menu {
		display: none;
	}

	.menu ul {
	flex-direction: column;
	}

	.menu li {
	border-right: 0;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	list-style: none;
	}

	.menu li:last-child {
	border-right: none;
	}

	.menu li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #000;
	padding-left: 1em;
	

	}

	#btn-menu:checked ~ .menu {
		
		display: block;
	}

}

@media screen and (max-width: 768px){



	.menu-productos {
		display: none;
	}

	.menu-productos ul {
	flex-direction: column;
	}

	.menu-productos li {
	border-right: 0;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	list-style: none;
	}

	.menu-productos li:last-child {
	border-right: none;
	}

	.menu-productos li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #000;
	padding-left: 1em;
	

	}

	#btn-menu:checked ~ .menu-productos {
		
		display: block;
	}

}

.ul-productos {
	width: 100%;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	
	background: orange;
	display: none;
	/*display: flex;*/

}


.ul-productos a {
	color: #000;
	font-family: sans-serif;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 40px;
	display: block;
}

.ul-productos a:hover {
	background: rgba(0,0,0,0.2);
	color: crimson;
	font-weight: bold;
}

.ul-productos li {
		flex: auto;
		text-align: center;


}

figure {
	
	width: 100%;
	margin-top: 5px;
	text-align: center;
	background: green;
	border: 0;
	padding: 15px;
	border-radius: 10px;



}



td a {
	color: #94a601;
	font-weight: bold;
	text-decoration: none;
}

.cuerpo-principal {
	width: 100%;
	margin: auto;
	/*border: 2px solid red;*/
	display: flex;
	/*justify-content: center;*/
	/*flex-direction: row;*/
}

.cuerpo {
	width: 100%;
	margin: auto;
	/*border: 2px solid blue;*/
	display: flex;
	justify-content: space-between;
	/*flex-direction: row;*/
}





/* --------------------------------------------------- AQUI INICIA EL CONTENIDO 1 --------------------------------------- */



.contenido1 {
	width: 24%;
	min-width: 300px;
	/*height: 1645px;*/
	color: #fff;
	background: #e6f2c2;
	
	border: 3px solid #ccc;
	margin: 5px 0;
	border-radius:10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.titulo3 {
	/*width: 50%;*/
	/*height: 40px;*/
	padding: 10px;
	font-family: sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid steelblue;
	border-radius: 5px;
	text-align: center;
	
}


.fila1 {
	width: 90%;
	border: 2px solid orange;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
	background: #4638c8;
	
	
	
}

.columna {
	width: 90%;
	margin: 0 auto;
	/*border: 2px solid #000;*/
	color: #2508D9;
	padding: 5px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;	
}


.contador {
	width: 80%;
	border: 2px solid #fff;
	margin: 5px auto;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	

}



/* --------------------------------------------------- TERMINA CONTENIDO 1 ---------------------------------------------- */



/* --------------------------------------------AQUI INICIA CONTENIDO 2 ------------------------------------------------------- */


.contenido2 {
	
	width: 54%;
	/*height: 1645px;*/
	background: #444444;
	margin: 5px;
	/*border: 2px solid red;*/
	/*color: blue;*/
	/*font-size: 50px;*/
	/*line-eight: 100px;*/
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*flex-direction: column;*/
	/*align-items: center;*/
	
}


.contenido2 article {

	/*background: crimson;*/
	/*text-align: center;*/
	/*margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	/*margin-top: 10px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	
	
}


.centrar-video {
	
	width: 98%;
	margin-top: 10px;
	/*border: 2px solid crimson;*/


}
.video-airiz {
	
	position: relative;
	padding-bottom: 56.25%;
	/* proporciÃ³n 16:9 */
	padding-top: 25px;
	height: 0;
	

}

.video-airiz iframe {
	
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid crimson;
	border-radius: 10px;

}

.centrar-video-empresa {
	
	width: 80%;
	margin-top: 10px;
	/*border: 2px solid crimson;*/


}
.video-empresa {
	
	position: relative;
	padding-bottom: 56.25%;
	/* proporciÃ³n 16:9 */
	padding-top: 25px;
	height: 0;
	

}


.video-bienvenida {

	border: 2px solid Geneva;
	border-radius: 10px;
	/*margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;*/
}

.caja2 {
	width: 50%;
	padding: 10px;
	/*height: 50px;*/
	font-size: 30px;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	background: crimson;
	display: flex;
	justify-content: center;
	border-radius: 10px;
}

.caja3 {
	width: 98%;
	/*height: 405px;*/
	color: #fff;
	
	/*font-size: 10px;*/
	
	/*text-align: justify;*/
	padding: 10px;
	background: #808000;
	border-radius: 10px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.caja3 p {
	width: 98%;
	text-align: justify;
	font-family: sans-serif;
	border: 0;
	/*border: 2px solid crimson;*/
	/*margin-bottom: 10px;*/
	margin-top: 0;
    color: #fff;
    font-size: 13px;
    /*line-height: 15px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}

.caja4 {
	width: 98%;
	margin-bottom: 7px;
	padding: 10px;
	/*height: 770px;*/
	font-size: 18px;
	color: #2508D9;
	/*text-align: center;*/
	background: #F0ECEC;
	display: flex;
	/*justify-content: center;*/
	border-radius: 10px;
	/*padding:10px;*/
	font-weight: bold;

	
}

.destacado {
	width: 50%
	background: crimson;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	/*border: 2px solid yellow;*/
}

.fila21 {
	width: 98%;
	/*height: 150px;*/
	text-align: center;
	display: flex;

}

.columna1 {
	width: 20%;
	/*border: 2px solid green;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	

}


.fila120 {
		width: 100%;
		text-align: center;
		/*border: 2px solid blue;*/
}
	
.nombre-120 {
	font-size: 100%;
	/*border: 2px solid yellow;*/
}





.fila120 img {
	width: 90%;
    display: block;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #FFD303;
}

.fila120:hover img {-webkit-transform:scale(1.1);transform:scale(1.1);}
.fila120 {overflow:hidden;}

.cuadro:hover .imagen {-webkit-transform:scale(1.1);transform:scale(1.1);}
.cuadro {overflow:hidden;}



/* -------------------------------------------------- TERMINA EL CONTENIDO 2 ------------------------------------ */


/* -------------------------------------------------- INICIA CONTENIDO 2 PRODUCTOS ------------------------------------ */

.productos {
	width: 75.5%;
	background: #444444;
	margin: 5px 0;
	/*border: 2px solid green;*/
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center
	
}


.productos article {
	width: 99%;
	flex-direction: row;
	align-items: center;
		
}

.pro1 {
	width: 98%;
	padding: 2px;
	/*border: 2px solid yellow;*/
	margin-top: 8px;
	border-radius: 10px;
	background: #444444;
	/*background: crimson;*/
	display: flex;
	
}

.imagen-300 {
	/*flex: auto;*/
	width: 35%;
	margin-right: 5px;
	/*border: 5px solid green;*/
}

.imagen-300 img {
	width: 100%;
	display: block;
	border-radius: 20px;
	border: 2px solid orange;
	
}

.centrar-video-pro1 {
	/*flex: auto;*/
	width: 65%;
	margin-left: 5px;
	/*border: 5px solid red;*/
	/*width: 50%;*/
	/*border: 2px solid crimson;*/


}
.video-pro1 {
	
	position: relative;
	padding-bottom: 56.25%;
	/* proporciÃ³n 16:9 */
	padding-top: 25px;
	height: 0;
	/*border: 2px solid yellow;*/
	

}

.video-pro1 iframe {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid green;
	border-radius: 10px;

}


.nombre-pro {
	width: 40%;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	margin: 20px auto;
	font-weight: bold;
	background: green;
	text-align: center;
	/*display: flex;*/
	/*justify-content: center;*/
	border-radius: 10px;
}


.caja3-pro {
	width: 98%;
	/*height: 915px;*/
	color: #fff;
	/*border: 2px solid white;*/
	/*font-size: 10px;*/
	box-sizing: border-box;
	/*text-align: justify;*/
	padding: 20px;
	background: #808000;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}

.caja3-pro p {
	width: 90%;
	margin-bottom: 15px;
	margin-left: 40px;
	font-family: sans-serif;
	padding: 10px;
	/*border: 2px solid yellow;*/
	text-align: left;
	/*border: 2px solid black;*/
    /*rgin-left:10px;
	/*margin-right:10px;*/
	/*margin-top:0px;
	/*margin-bottom: 5px;*/
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    /*font-weight: bold;*/
    /*font-family: sans-serif;*/
    display: flex;
    flex-direction: column;

}


h5 {
	width: 30%;
	font-size: 20px;
	padding: 8px 20px;
	border: 2px solid lightblue;
	border-radius: 15px;
	background: crimson;
}




.caja4-productos {
	width: 90%;
	font-size: 18px;
	color: #2508D9;
	
	background: #F0ECEC;
	border-radius: 10px;
	padding:10px;
	font-weight: bold;
	margin: 10px auto;
	
	border: 2px solid yellow;
	
	display: flex;
	justify-content: center;
	
	align-content: center;
	flex-wrap: wrap;
	/*align-items: center;*/
	/*justify-content: center;*/

	
}

.los-mas-pedidos {
	width: 40%;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	background: green;
	border: 1px solid #fff;

	/*justify-content: center;*/
	border-radius: 10px;
}

.fila-pro {
	width: 100%;
	margin: 0;
	padding: 0;
	/*border: 2px solid black;*/
	/*height: 150px;*/
	display: flex;
	justify-content: space-around;
	
	box-sizing: border-box;

}

.fila-pro-columna2 {
	width: 12%;
	/*border: 2px solid green;*/
	/*border: 2px solid green;*/
	display: flex;
	flex-direction: column;
	align-items: center;

}

.fila-pro-fila120 {
		width: 100%;
		text-align: center;
		/*border: 2px solid blue;*/
}

.fila-pro-fila21 {
	width: 98%;
	
	text-align: center;
	display: flex;
	flex-wrap: wrap;

}

.fila-pro-fila120 img {
	width: 90%;
    /*height: 120px;*/
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #FFD303;
}

.fila-pro-fila120:hover img {-webkit-transform:scale(1.1);transform:scale(1.1);}
.fila-pro-fila120 {overflow:hidden;}





/* --------------------------------------------------AQUI INICIA CONTENIDO MASTER ------------------------------------ */


.contenedor-master {
	background: none;
	/*border: 2px solid red;*/
	width: 100%;
	max-width: 1240px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-radius: 20px;*/
	overflow: hidden;
}
.centrar-video-master {
	/*flex: auto;*/
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
	/*border: 5px solid red;*/
	/*width: 50%;*/
	/*border: 2px solid crimson;*/


}
.video-master {
	
	position: relative;
	padding-bottom: 56.25%;
	/* proporciÃ³n 16:9 */
	padding-top: 25px;
	height: 0;
	/*border: 2px solid yellow;*/
	

}

.video-master iframe {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid green;
	border-radius: 10px;


}


.parrafos {
	margin: auto;
	width: 90%;
	text-align: left;
}

.titulo-parrafos {
	font-size: 200%;
	text-align: left;
}

.Estilo32 {
	width: 80%;
	border: 1px solid #FFF264;
	background: #FFF7C7;
	margin: 5px auto;
	text-align: left;
	border-radius: 5px;

}

.imagen-pdf {
	width: 40%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*border: 2px solid red;*/
	text-align: center;
	
}
.imagen-pdf img {
	width: 100%;
	height: auto;
	/*border: 2px solid blue;*/
	border-radius: 10px;
}


.certificaciones-texto {
	width: 80%;

	border: 2px solid #fff;
}
p {
	font-family: cambria, sans-serif;
	font-size: 25px;
	padding: 10px;
	/*border: 2px solid red;*/
	box-sizing: border-box;
	text-align: justify;

}

.contenedor-cuerpo {
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 5px auto;
	/*border: 2px solid blue;*/
}

.contenedor-c000uerpo img {
	width: 90%;
	/*height: 600px;*/
	margin: auto;
	border-radius: 10px;
	/*border: 2px solid yellow;*/
}
.estrella {
	margin-top: 30px;
}

.manito {
	text-align: center;
	font-family: Times New Roman;
	font-size: 50px;
}

.informes {
	text-align: center;
	font-size: 30px;
	font-family: Cambria, sans-serif;
	font-weight: bold;
	font-style: italic;

}
.losnuevos {
	width: 80%;
	text-align: center;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	font-family: Cambria, Times New Roman;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	/*border: 2px solid yellow;*/

}

.letra-azul-roja {
	width: 80%;
	text-align: center;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	font-family: Cambria, Times New Roman;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	/*border: 2px solid yellow;*/

}

.video-eventos {
	width: 96%;
	margin: auto;
	display: flex;
	justify-content: center;
	/*border: 2px solid blue;*/
}

.columna-eventos-1 {
	width: 50%;
	margin: 0;
	padding: 0;
	/*border: 2px solid black;*/

}
.columna-eventos-2 {
	width: 50%;
	margin: 0;
	padding: 0;
	/*border: 2px solid yellow;*/
}

.imagen-contacto-contacto {
	width: 60%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*border: 2px solid red;*/
	text-align: center;
	
}

.imagen-contacto-contacto img {
	width: 100%;
	border-radius: 10px;
}

.texto-contacto {
	margin: auto;
	font-weight: bold;
	font-size: 150%;
	padding: 10px;
	text-align: center;
	/*border: 2px solid red;*/
}

.imagen-afiliacion {
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*border: 2px solid red;*/
	text-align: center;
	
}

.imagen-afiliacion img {
	width: 100%;
	border-radius: 10px;
	
	
}

.imagen-contacto .preg {
	width: 100%;
	height: auto;
	border: none;
	/*border: 2px solid blue;*/
	border-radius: 10px;
}

.mapa-casa {
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
	border: 2px solid crimson;
	border-radius: 20px;
	text-align: center;
}

.mapa-casa iframe {
	width: 100%;
	border-radius: 20px;
}



/* --------------------------------------------------AQUI INICIA CONTENIDO 3 ------------------------------------ */



.contenido3 {
	
	width: 21%;
	min-width: 250px;
	/*height: 1645px;*/
	/*background: green;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 3px solid #ccc;
	color: #fff;
	border-radius:10px;
	display: flex;
	/*flex-direction: column;*/
	/*box-sizing: border-box;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	flex-wrap: wrap;
	
	
	
}

.contenido3 img {
	width: 100%;
	max-height: 150px;
	background: #ccc;
	/*display: block;*/
	/*text-align: center;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	border-radius:10px;
	border: 2px solid green;

}

.cajas-contenido3 {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.imagen1 {
	width: 100%;
	
	margin-top: 5px;
	/*height: 32px;*/
	background: crimson;
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	border-radius:10px;
	border: 2px solid lightblue;
	
	
}

.imagen2 {
	width: 98%;
	margin: auto;


	/*border: 2px solid yellow;*/
}

.imag55555en2 img {
	width: 100%;
	max-height: 150px;
	background: #ccc;
	text-align: center;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	border-radius:10px;
	border: 2px solid green;

}



/* ------------------------------------- AQUI LOS ENLACES Y COVER ----------------------------------*/


.contenido1 a:link {
	color: #94a601;
	text-decoration: none;

}
.contenido1 a:visited {
	COLOR: #748101; 
	TEXT-DECORATION: none;
}

.contenido1 a:hover {
	COLOR: red;
	font-size: 14px;
	text-decoration: none;
	
}
.contenido1 a:active {
	TEXT-DECORATION: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16;
	color: #fff;
}

.contenido2 a:link {
	color: #94a601;
	text-decoration: none;

}
.contenido2 a:visited {
	COLOR: #748101; TEXT-DECORATION: none;
}

.contenido2 a:hover {
	COLOR: blue;
	font-size: 14px;
	text-decoration: none;
	
}
.contenido2 a:active {
	TEXT-DECORATION: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
}

.caja4-productos a:link {
	color: #94a601;
	text-decoration: none;

}
.caja4-productos a:visited {
	color: #748101; 
	text-decoration: none;
}

.caja4-productos a:hover {
	COLOR: crimson;
	font-size: 13px;
	text-decoration: none;
	
}
.caja4-productos a:active {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
}


/* ------------------------------------- TERMINA LOS ENLACES ----------------------------------*/


/* ---------------------------------INICIA LAS IMAGENES ----------------------------------------- */

.imagen-contacto {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*border: 2px solid red;*/
	text-align: center;
	
}

.imagen-contacto img {
	width: 100%;
	height: auto;
	border: 2px solid #057EFA;
	border-radius: 10px;
}



/* --------------------------------------------------------------------------- FOOTER ----------------------------------*/

footer {
	width: 100%;
	font-size: 10px;
	font-family: sans-serif;
	padding: 12px;
	background: #000;
	text-align: center;
	clear: both;
	border-radius: 10px;
}



@media screen and (min-width: 1000px){



	.ul-productos {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		display: flex;
		border-right: 1px solid rgba(0,0,0,0.2);
	
	}
	#toggle-productos {
		display: none;
	}

	.ul-productos a {
	padding-left: 0;
	}
}



@media screen and (max-width: 999px) {


	.ul-productos li {
		flex: auto;
		text-align: left;
		border-bottom: 1px solid rgba(0,0,0,0.2);

	}

	.ul-productos a {
		padding-left: 20px;
	}


	.contenido1 {
		display: none;
		width: 98%;
		
	}
	.caja2 {
		
		font-size: 14px;
	}
	.contenido3 {
		display: none;
	}
	.contenido2 {
		width: 100%
	}
	.productos {
		width: 100%;
		display: block;
	}
	.centrar-video {
		width: 100%;
		margin: auto;
		margin-top: 10px;
	}
	.video-airiz {
		width: 98%;
		margin: auto;
	}
	iframe {
		width: 100%;
	}

	.pro1 {
		border: none;
	}

	.centrar-video-pro1 {
		width: 96%;
		margin: auto;
		margin-top: 10px;
	}
	.video-pro1 {
		width: 100%;
		margin: auto;
	}


	.imagen-300 {
		display: none;
	}
	
	.pro1 {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	

	h5 {
		width: 60%;
		font-size: 12px;
		padding: 8px 15px

	}
	.nombre-pro, .los-mas-pedidos {
		width: 50%;
		margin: auto;
		/*padding: 10px;*/
		margin-top: 20px;
		font-size: 12px;
	}

	.caja4-pro {
		width: 96%;
		font-size: 14px;
	}
	p {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	
	.caja3-pro {
		width: 96%;
		font-size: 14px;
	}
	.titulo-parrafos {
		font-size: 120%;
		margin-bottom: -10px;
		margin-top: -20px;
	}
	.fila120 img {
		width: 90%;
	}
	.imagen1 {
		width: 100%;
	}
	.imagen2 {
		width: 100%;
	}
	.fila21 {
		width: 98%;
		/*border: 2px solid red;*/

	}

	.fila120 {
		width: 98%;
		text-align: center;
		/*border: 2px solid blue;*/
	}
	.nombre-120 {
		font-size: 80%;
		/*border: 2px solid yellow;*/
	}
	.titulo-video {
		width: 90%;
		font-size: 40px;
		padding: 0;
		font-family: Cambria, Times New Roman;
		font-weight: bold;
		font-style: italic;
	}

	.informes {
		font-size: 18px;
		font-family: Cambria, Times New Roman;
	}

	.video-eventos {
		flex-direction: column;
	}
	.columna-eventos-1, .columna-eventos-2 {
		width: 100%;
	}
	.caja3 p {
		margin-bottom: 10px;
	}
	.parrafos p {
		margin-bottom: 10px;
	}
	footer {
		font-size: 8px;
	}
	.losnuevos {
	width: 80%;
	text-align: center;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	font-family: Cambria, Times New Roman;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0;
	}

}

@media screen and (max-width: 767px){
	.centrar-video-master{
		width: 100%;
	}
	.letra-azul-roja {
	width: 90%;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.titulo-video {

		font-size: 25px;
		padding: 0;
		font-family: Cambria, Times New Roman;
		font-weight: bold;
		font-style: italic;
	}
	.imagen-contacto {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;

	
	}

	.imagen-contacto img {
		width: 100%;
		height: auto;
		border: 2px solid #057EFA;
		border-radius: 10px;
	}
	.mapa-casa {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	border: 2px solid crimson;
	border-radius: 20px;
	text-align: center;
	}
	.imagen-contacto-contacto {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*border: 2px solid red;*/
	text-align: center;
	
	}

	.imagen-contacto-contacto img {
		width: 100%;
		border-radius: 10px;
	}
	.imagen-afiliacion {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*border: 2px solid red;*/
	text-align: center;
	
	}

	.imagen-afiliacion img {
		width: 100%;
		border-radius: 10px;
		
		
	}

	.pasos {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
		
	}
	.Estilo32 {
	width: 100%;
	border: 1px solid #FFF264;
	background: #FFF7C7;
	margin: 5px auto;
	text-align: left;
	border-radius: 5px;
	padding: 5px;
	}

}

	

/*       *******************  INICIA REDES SOCIALES CONTACTO CHAT *******************/



.redes-flotantes {
position: fixed;
right: 0;
top: 92%;
z-index: 20;
display: flex;
}
.redes-flotantes img {
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(.8) ;
-webkit-transform: scale(.8) ;
-o-transform: scale(.8) ;
-ms-transform: scale(.8) ;
transform: scale(.8) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;

    animation: pulse 1s infinite;

}

@keyframes pulse{
    0%{
        transform: scale(1);
        }
        70%{
            transform: scale(0.9);
        }
        100%{
            transform: scale(1);
        }
    
}





/* ******************* FIN DE REDES SOCIALES CONTACTO CHAT ******************** */



/*Fin de Página*/