/*Styles button login social*/

#buttons, #buttons2 {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
}

span#btnFB img {
    display: inline-block;
    top: -15px;
    position: relative;
}

#wrapper{
    text-align: center;
    width: 100%;
    background-color: white;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 40px;
}

table{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#form{
    display:none;
}

#tbForm{
    width: 800px;
}

#tbForm input{
    width: 200px;
}

td{
    text-align: left;
}

#buttons, #buttons2{
    margin-top: 20px;
}

#buttons ::after, #buttons2 ::after{
position: relative;
    top: -11px;
    left: 7px;
    font-size: 16px !important;
}

#buttons span, #buttons2 span{
    cursor: pointer;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 5px;
    color: white;
}
            
#btnFB, #btnFB2{
    background-color: #3B579D;
}

#btnTW, #btnTW2{
    background-color: #00ACED;
}

#btnIG, #btnIG2{
    background-color: #9DD386;
}

#btnLI{
    background-color: #0976B4;
}

#btnFB::after, #btnFB2::after{
    background-color: #3B579D;
    content: "Participa con Facebook";
    font-family: "heineken-regular", Sans-serif;
}

table{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.button{
    padding: 10px;
    width: 170px;
    color: white;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#confirm{
    background-color: deeppink;
}

#reload{
    color: black;
    background-color: white;
    margin-top: 90px;
}

#divFBwidget{
    width: 900px;
    margin: auto;
}

.blinking{
   animation:blinkingText 1.2s infinite;
}
            
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}