@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }

body {
	
    margin: 0;
    padding: 0;
    
}



.PruebaVideo { 
	
    background-color: aqua;
	height: 300px;
	width: 100%;


		
		
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    filter: brightness(60%);
    filter:opacity(-50%)
}




.ContentCentrar {
    
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  
}

.ContenedorMasterIndex {  width: 100%; }

.Content-Text-Intro {
	
	width: 90%;
	padding-left:  120px;
}


.Content-Text-Intro2 {
	
	width: 100%;
	margin-top: 10px;
	padding-left: 120px;

}

.Content-Text-Intro3 {
	
	width: 90%;
	margin-top: 10px;
	padding-left: 120px;
	margin-top: 27%;
	margin-bottom: 0px;


}
 

.Frases2 {
	
	font-family: 'Lato', sans-serif;
	color: #fff;
	width: 90%;
	text-align: left;
	font-size: 50px;

}

.Frases2b {
	
	font-family: 'Lato', sans-serif;
	color: #fff;
	width: 90%;
	text-align: left;

}


.Frases2c {
	
	font-family: 'Lato', sans-serif;
	color: #fff;
	width: 90%;
	text-align: left;
	color: transparent;

}

.Contenedor-Boton-Portada {
	
	width: 90%;
	height: 50px;

}

.Boton-Portada {
	
	width: auto;
	height: auto;
	padding: 12px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #fff;
	-left: 210px;
	margin-top: 20px;
	display: block;
	letter-spacing: 2px;
	cursor: pointer;
	margin-left: 120px;
}



.Boton-Portada:hover {

	border: 1px solid rgba(255,255,255,0.3);
	font-size: 12px;
	color: #000;
	background-color: #fff;
	transition: all 0.5s;
	
}


.Botton-Whatsapp {
	
	width: 100%;
	margin-left: 210px;
	margin-top: 20px;
    position: fixed;

}

.Botton-Whatsapp img { width:80px; }



 
@media (max-width:892px) { 
	

.Content-Text-Intro {
	
	width: 90%;
	padding-left:  90px;
}


.Content-Text-Intro2 {
	
	width: 100%;
	margin-top: 10px;
	padding-left: 90px;
}

.Content-Text-Intro3 {
	
	width: 90%;
	margin-top: 10px;
	padding-left: 90px;
	margin-top: 22%;
	margin-bottom: 0px;

}
 

.Frases2 {
	
	width: 90%;
	text-align: left;
	font-size: 40px;

}

.Frases2b {
	
	width: 90%;
	text-align: left;
	font-size: 12px;

}


.Frases2c {
	
	width: 90%;
	text-align: left;
	color: transparent;
	font-size: 14px;

}

.Contenedor-Boton-Portada {
	
	width: 90%;
	height: 50px;

}

.Boton-Portada {
	
	width: auto;
	height: auto;
	padding: 12px;
	border-radius: 2px;
	float: left;
	font-size: 12px;
	color: #fff;
	-left: 210px;
	margin-top: 20px;
	display: block;
	letter-spacing: 2px;
	cursor: pointer;
	margin-left: 90px;
}



.Boton-Portada:hover {

	border: 1px solid rgba(255,255,255,0.3);
	font-size: 12px;
	color: #000;
	background-color: #fff;
	transition: all 0.5s;
	
}


.Botton-Whatsapp {
	
	width: 100%;
	margin-left: 90px;
	margin-top: 20px;
    position: relative;

}

.Botton-Whatsapp img { width:60px; }


}


@media (max-width:520px) {

.Content-Text-Intro {
	
	width: 90%;
	padding-left:  30px;
}


.Content-Text-Intro2 {
	
	width: 100%;
	margin-top: 10px;
	padding-left: 30px;
}

.Content-Text-Intro3 {
	
	width: 90%;
	margin-top: 10px;
	padding-left: 30px;
	margin-top: 22%;
	margin-bottom: 0px;

}
 

.Frases2 {
	
	width: 90%;
	text-align: left;
	font-size: 30px;

}

.Frases2b {
	
	width: 90%;
	text-align: left;
	font-size: 12px;

}


.Frases2c {
	
	color: #fff;
	width: 90%;
	text-align: left;
	color: transparent;
	font-size: 14px;

}

.Contenedor-Boton-Portada {
	
	width: 90%;
	height: 50px;

}

.Boton-Portada {
	
	width: auto;
	height: auto;
	padding: 12px;
	border-radius: 2px;
	float: left;
	font-size: 12px;
	color: #fff;
	-left: 210px;
	margin-top: 20px;
	display: block;
	letter-spacing: 2px;
	cursor: pointer;
	margin-left: 30px;
}



.Boton-Portada:hover {

	border: 1px solid rgba(255,255,255,0.3);
	font-size: 12px;
	color: #000;
	background-color: #fff;
	transition: all 0.5s;
	
}


.Botton-Whatsapp {
	
	width: 100%;
	margin-left: 30px;
	margin-top: 20px;
    position: relative;

}

.Botton-Whatsapp img { width:60px; }



}


@media (max-width:390px) { 


.Content-Text-Intro {
	
	width: 90%;
	padding-left:  20px;
}


.Content-Text-Intro2 {
	
	width: 100%;
	margin-top: 20px;
	padding-left: 20px;
}

.Content-Text-Intro3 {
	
	width: 90%;
	margin-top: 10px;
	padding-left: 20px;
	margin-top: 35%;
	margin-bottom: 0px;

}
 

.Frases2 {
	
	width: 90%;
	text-align: left;
	font-size: 30px;

}

.Frases2b {
	
	width: 90%;
	text-align: left;
	font-size: 12px;

}


.Frases2c {
	
	color: #fff;
	width: 90%;
	text-align: left;
	color: transparent;
	font-size: 14px;

}

.Contenedor-Boton-Portada {
	
	width: 90%;
	height: 50px;

}

.Boton-Portada {
	
	width: auto;
	height: auto;
	padding: 12px;
	border-radius: 2px;
	float: left;
	font-size: 12px;
	color: #fff;
	-left: 210px;
	margin-top: 20px;
	display: block;
	letter-spacing: 2px;
	cursor: pointer;
	margin-left: 20px;
}



.Boton-Portada:hover {

	border: 1px solid rgba(255,255,255,0.3);
	font-size: 12px;
	color: #000;
	background-color: #fff;
	transition: all 0.5s;
	
}


.Botton-Whatsapp {
	
	width: 100%;
	margin-left: 20px;
	margin-top: 20px;
    position: relative;

}

.Botton-Whatsapp img { width:60px; }




}



