/************
RadioAR-lincecia
************/

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400&display=swap');   

body{
	background-image: url("https://esenvivo.com/fondos/1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    height: 97vh;
    position: center;
	background-color: #000000;
}
.opacidad
{
	position: fixed;
    opacity: 1;
    background-color: rgba(146, 146, 146, 0.493);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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


.face {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
}
.face:hover {
    color: #ebebeb;
}
.twi {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
}
.twi:hover {
    color: #ade6fd;
}
.whatsapp {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
}
.whatsapp:hover {
    color: #1f1f1f;
}


#titulo
{
	padding-top: 70px;
	color: white;
	font-family: 'Lobster Two';
}
#titulo h1
{
	font-size: 70px;
}
spam {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
    color: #FFFFFF;
}
#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: 60px;
	font-size: 15px;
}

.stream {
  
    margin-left: 39%;
    margin-top: 0px;
    margin-right: 39%;
    margin-bottom: 0px;
}

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


