@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

@import url('https://fonts.googleapis.com/css?family=Oxygen:700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');


.opacidad{
	position:absolute;
    opacity: 1;
    background-image: url("../img/02.png");
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

h1,
h2,
h3 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	text-align: center;
	color: #FFF;
}

h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
	text-align: center;
	color: #FFF;
}

.slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	
}
/*
html {
        background: url(../img/fondo.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

*/
body {
	background:url(https://esenvivo.com/fondos/1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.stream {
    background-color: rgba(134,134,134,0.73);
    background-repeat: repeat;
    margin-left: 33%;
    margin-right: 33%;
    border-radius: 20px;
    margin-top: 2%;
}



#titulo
{
	padding-top: 70px;
	color: white;
	font-family: 'Lobster Two';
}
#titulo h1
{
	font-size: 70px;
}
#descripcion
{
	padding-top: 50px;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 20px;
}
#engrane
{
	color: white;
	font-size: 20px;
}
#fecha
{
	color: white;
	font-size: 80px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
#textosociales
{
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 10px;
}

.pie {
    color: azure;
    margin-top: 10px;
	font-size: 12px;
}

.face {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
}
.face:hover {
    color: #55A6FB;
}
.twi {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
}
.twi:hover {
    color: #92E1FF;
}
.whatsapp {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
}
.whatsapp:hover {
    color: #A2F98D;
}


span1 {
    color: #FFFFFF;
    font-family: 'Source Serif Pro', serif;
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    
}

strong { font-weight: 600;
color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:1500px){
    .stream {
    margin-left: 15%;
    margin-top: 0px;
    margin-right: 15%;
    margin-bottom: 0px;
    }
    
}

@media screen and (max-width:1300px){
    .stream {
    margin-left: 8%;
    margin-top: 0px;
    margin-right: 8%;
    margin-bottom: 0px;
    }
    
}

@media screen and (max-width:1000px){
    .stream {
    margin-left: 5%;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
    }
    
}

@media screen and (max-width:800px){
    .stream {
    margin-left: 1%;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    }
    
}

@media screen and (max-width:400px){
    .stream {
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    }
    
}


