/*@font-face {
    font-family: 'corazontype';
    src: url('../fonts/GenBkBasB.ttf')  format('truetype'),
    url('../fonts/GenBkBasBI.ttf')  format('truetype'),
    url('../fonts/GenBkBasI.ttf')  format('truetype'),
    url('../fonts/GenBkBasR.ttf')  format('truetype');
        
}*/


@font-face {
    font-family: 'corazontype';
    src: url('../fonts/GenBkBasR.ttf')  format('truetype');
        
}



html,body{
    height:100% !important;
    min-height: 100% !important;
}


body { 

font-family: 'corazontype', sans-serif;
font-size: 20px;
font-weight: lighter;   
color:#FFFFFF;
margin: 0px;

/*background: url(../images/background_mini.jpg) center center; 
background-repeat: no-repeat;
background-position: 50% 100%;
background-attachment: fixed;
background-size: cover;*/
}

a,a:visited{
    color: #FFFFFF;
}
a:hover{
    color:#FFFFFF;
    text-decoration: underline;
}


#main-content{
    height: 100% !important;
    min-height: 100% !important;
  
}

#main-content p,
#main-content pre{
    color:#FFFFFF;
    font-size: 17px !important;
    font-weight:200 !important;
    font-weight: normal !important;
}

.custom-container{
    padding-top: 100px !important;
}


#corazon-logo{
    /*margin-top: 100px !important;*/
    margin-bottom: 50px;
    width: 201px;
    height: auto;
}

.social-image{
    width: 20px;
    height: auto;
}

#cincuenta-best{
    margin: 50px 0px 20px 0px !important;
    width: 75px;
    height: auto;
}

#social-media{
    margin: 0 auto !important;
    margin-top: 30px !important;
    width: 15%;
}

.link-over:hover{
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

.idiomas{
    display: block;
    float: right;
    font-weight: normal;
    margin-top: 50px;
}

.izquierda-col .idiomas{
    display: none;
}


.link-boton{
    border: 2px solid #FFFFFF;
    padding: 10px;
    text-align: center;
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.padding-cero{
    padding:0px;
}

.link-boton:hover{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.bold-text{
    font-weight: bold !important;
}


@media all and (max-width: 1199px) {

    .custom-container{
        padding-top: 50px !important;
    }

 }

 @media all and (max-width: 991px) { 
    .custom-container{
        padding-top: 50px !important;
    }

    #social-media{
        width: 20%;
    }
}

@media all and (max-width: 768px) {
    .custom-container{
        padding-top: 50px !important;

    }

    .izquierda-col .idiomas{
        display: block;
    }
    .derecha-col .idiomas{
        display: none;
    }
}

@media all and (max-width: 575px) {

    .custom-container{
        padding: 0px 18px !important;
    }

    #social-media{
        width: 40%;
    }

    .link-over:hover{
        background: none;
        text-decoration: underline;
        text-align: center;
    }
}