/*clase de la barra superior gris*/
.barraSuperior{
    background: linear-gradient(to right,#12E075 , #009045);
    height: 100px;
}

.contenedorTelLC{
    overflow: hidden;
    width: 90%;
    margin: auto;
    height: 100px;
 
}

.item{
    float: left;
    color:#fff;
    font-size: 6px;
    top: 10px;

    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;

}

.item h1:hover{
    color: #333333;
    cursor: default;
    
}

.item2{
    float: right;
    color:#fff;
    font-size: 6px;
    top: 10px;

    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
 
   
}

.item2 h1:hover{
    
    cursor: pointer;
    
}

.rds_facebook{
	color: #ffffff;
}

.rds_facebook:hover{
	color:#3b5998;
}

.rds_instagram{
    color: #ffffff;
}


.rds_instagram:hover{
    color:#c13584;
}

.rds_youtube{
    color: #ffffff;
}


.rds_youtube:hover{
    color:#ff0000;
}

/* ------------------------------ */

@media (min-width:1024px){

    .barraSuperior{
        height: 40px;
    }
}

@media (min-width:1440px){
    .contenedorTelLC{
        width: 75%;
    }

    .barraSuperior{
        height: 40px;
    }
    .contenedorTelLC{
        height: 40px;
    }
    
    .item{
        float: left;
        font-size: 7px;
    }
    
    
    .item2{
        float: right;
        font-size: 7px;
    }
    
    }

    /*
@media (min-width:480px){
}
@media (min-width:768px){
}



*/