@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');

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}


h1,
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 15px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    color: #131313;
}

.slogan h2 {
    color: #d63a01;
    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;
}
background-image: linear-gradient(yellow, red);
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {

    background-image: linear-gradient(#000000 0%, #bb3a0d 46%, #000000 100%);
    min-height: 100%;
}





.stream {
    background-color: #e0dbdbdc;
    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: rgb(36, 36, 36);
    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: #000000;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:1500px){
    .stream {
    margin-left: 24%;
    margin-top: 1%;
    margin-right: 24%;
    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;
    }
    
}
