body{
    background-image: url('assets/fondo.jpg');
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}
#main{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    padding:0 50px;
}
#logo{
    width: 400px !important;
}
#redes-sociales-container{
    color: #000;
    padding-left:50px;
    padding-right: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    height:403px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    text-align: right;
    font-size: 300%;
}
.font-weight-normal{
    font-weight: normal;
}
#redes-sociales,
#redes-sociales-xs{
    display: flex;
    justify-content: center;
    align-items: center;
}
#redes-sociales a,
#redes-sociales-xs a{
    margin-right:30px;
}
#redes-sociales a i{
    font-size: 60px;
    color:#000000;
}
#redes-sociales-xs a i{
    font-size: 35px;
    color:#000000;
}
#redes-sociales-xs a:last-child{
    margin-right: 0;
}

#redes-sociales a:hover i,
#redes-sociales-xs a:hover i{
    font-size: 60px;
    color:#03FFFF;
}
#logo-container{
    background-color: rgba(255, 255, 255, 0.5);
}
#logo-container img{
    width: 100%;
}
.hide-lg{
    display: none !important;
}


@media only screen and (max-width: 1340px) {
    h1{
        text-align: right;
        font-size: 250%;
    }
}
@media only screen and (max-width: 1230px) {
    h1{
        text-align: right;
        font-size: 230%;
    }
}
@media only screen and (max-width: 1188px) {
    h1{
        text-align: right;
        font-size: 210%;
    }
}
@media only screen and (max-width: 1144px) {
    #logo-container img{
        width: 80%;
    }
    #redes-sociales-container{
        padding-left:0;
    }
    h1{
        text-align: right;
        font-size: 200%;
    }
}
@media only screen and (max-width: 1024px) {
    #main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        height:100vh;
        padding:0 50px;
    }
    h1{
        text-align: center;
        font-size: 250%;
    }
    #logo-container{
        width: 100%;
        height:auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }   
    #logo-container img{
        max-width: 465px;
    }
    #redes-sociales-container{
        display: flex;
        flex-direction: column;
        padding-bottom:50px;
    }      
}
@media only screen and (max-width: 768px) {
    .hide-xs{
        display: none !important;
    }
    .hide-lg{
        display: initial !important;
    }
    h1{
        text-align: right;
        font-size: 200%;
        line-height: 120%;
    }
    span.font-weight-normal{
        font-size: 20px;
    }    
    #redes-sociales-xs img{
        width: 50px;
    }
    #redes-sociales-xs{
        margin-top: 50px;
    }
    #logo-container{
        padding-bottom:20px;
    }  
}