/* GENERAL */


body{
    margin: 0px !important;
    font-family: 'Ubuntu', sans-serif;
    //font-family: 'Space Mono', monospace;
    background-color: #FAFAFA !important;
    font-size: 16px;
}

.noMarginLeft{
    margin-left: 0px !important;
}

.noMarginRight{
    margin-right: 0px !important;
}

.noPaddingLeft{
    padding-left: 0px !important;
}

.noPaddingRight{
    padding-right: 0px !important;
}

.centerText{
    text-align: center;
}

.redText{
    color: red;
    font-weight: 100;
}

.redTextDescription{
    margin-bottom: 20px;
    display: inline-block;
}

.boton{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
    padding: 10px 20px 15px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    
    color: white;
    text-decoration: none;
}

a:hover{
    color: white;
    text-decoration: none;
}

/* NAVBAR */

.navbar li a{
    color: white;
    font-size: 18px;
}

.navbar li a:hover{
    background-color: transparent;
    color: #A9D0F5;
}

.navbar .icon-bar{
    background-color: white;
}

/* BREADCRUMB */

.ACbreadcrumb{
    background-color: #2E9AFE;
    height: 50px;
    padding: 8px 40px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 18px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 18px 0px rgba(50, 50, 50, 0.5);
}

.ACbreadcrumb span{
    color: white;
    font-size: 24px;
    font-weight: 700;
}

/* LOGO */
.logo{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}

.logo img{
    width: 100%;
}

@media (max-width: 600px) {
    .logo{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    .logo{
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* INDEX */

.panelIndex{
    margin-top:30px;
}

.videoPanel{
    margin: 20px 20px 20px 0px;
}

.videoPanel .video{
    width: 100%;
}

.imagenPanel{
    margin: 0px 20px 20px 20px;
}

.imagenPanel img{
    width:100%;
}

.textoPanel p{
    font-size: 16px;
}

.botonesPanel{
    margin-top: 20px;
}

.botonesPanel .botonPanel{
    width: 100%;
}

/* REGISTRO */

.alert {
    padding: 5px;
    margin-top: 10px;
}

/* DESCARGAS */

.panelDescarga{
    margin-bottom: 50px;
}

.logoSO{
    text-align: center;
}
.logoSO img{
    width: 50%;
}

/* GENERATOR */

.imagenGenerator{
    margin: 20px 0px 20px 0px;
}

.imagenGenerator img{
    width:100%;
}

/* RANKING */

.textoDescriptivo{
    margin: 40px 0;
}

/* FOOTER */

.preFooter{
    background-color: #2E9AFE;
    height: 30px;
    padding: 8px 40px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 18px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 18px 0px rgba(50, 50, 50, 0.5);
}

.footer{
    height: 200px;
}

.logoFooter{
    margin-top: 60px;
}

.logoFooter img{
    width: 400px;
}