@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;
    
}




.VideoPre { 
	
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    filter: brightness(40%);
    filter: blue(90%)
}


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

.ContenedorMasterIndex {  width: 100%; }

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


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

.Content-Text-Intro3 {
	
	width: 90%;
	margin-top: 10px;
	padding-left: 210px;
	margin-top: 22%;
	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: #d2fa9e;

}

.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: 210px;
}



.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;


}

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



 
@media (max-width:916px) { 
	

.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 {
	
	color: #fff;
	width: 90%;
	text-align: left;
	color: #d2fa9e;
	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:540px) { 
	

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


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

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

}
 

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

}

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

}


.Frases2c {
	
	color: #fff;
	width: 90%;
	text-align: left;
	color: #d2fa9e;
	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; }


}
