@font-face
{
    font-family: "Aleo-BoldItalic";
    src: url("./fonts/Aleo/Aleo-BoldItalic.ttf");
}
@font-face
{
    font-family: "Aleo-Italic";
    src: url("./fonts/Aleo/Aleo-Italic.ttf");
}
@font-face
{
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face
{
    font-family: "Roboto-Black";
    src: url("../fonts/Roboto/Roboto-Black.ttf");
}
@font-face
{
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face
{
    font-family: "Roboto-BoldItalic";
    src: url("../fonts/Roboto/Roboto-BoldItalic.ttf");
}
@font-face
{
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face
{
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto/Roboto-Italic.ttf");
}
body
{
    min-width: 1250px;
    min-height: 700px;
    background-color: #0a0a0a !important;
}
::-webkit-scrollbar{
    display: none;
}
.divFondo
{
    width: 100%;
    height: 100%;
    float: left;
    z-index: 0
}
.divFondo > img
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}
/*-------------------------------  BARRA SUPERIOR  -------------------------------------*/
.divCircle2
{
    top: -57% !important;
}


/*------------------------------    CUERPO          ---------------------------------*/
.divCuerpo
{
    width: 100%;
    height: calc( 100% - 90px);
    float: left;
    position: relative;
    z-index: 5;
    padding: 2%;
    text-align: center;
}
.divCuerpo > div 
{
    display: inline-block;
}
.divContenido
{
    width: 60%;
    height: 80%;
    min-width: 600px;
    margin-top: 4%;
}
.divCar
{
    height: 100%;
    width: 100%; 
}
.carousel-inner
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;   
}
.carousel-item:hover > div
{
    opacity: 100 !important;
}
.carousel-caption > h5
{
    margin-bottom: 1.5rem !important;
    line-height: 1.2;
    font-size: 13px;
    font-family: 'Roboto-Regular';
    color: gray;
}
.carousel-caption
{
    bottom: -10px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    right: 0% !important;
    left: 0% !important;
    background-color: #111111e0;
    opacity: 0 !important;
    border-radius: 2px !important;
}
ol
{
    margin-bottom: 0% !important;

}
.boxRegistro
{
    width: 60%;
    min-width: 600px;
    height: 100px;
}
.divRegistro
{
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    color: gray;
    float: left;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}
.divRegistro > div
{
    display: inline-block;
    float: left;
}
.divSpan
{
    width: 100%;
    text-align: center;
    font-family: 'Roboto-BoldItalic';
    padding-top: 1%;
}
.divSpan > span
{
    font-size: 1.2rem;
    color: gray;
}
.divImgReg
{
    width: 150px;
    height: 75px;
    margin-left: 25%;
}
.imgReg
{
    width: 100%; 
    height: 100%;
}
.divPar
{
    text-align: center;
    width: 100%;
    font-family: 'Roboto-Regular';
    color: gray;
    font-size: 1rem;
    padding-left: 3%;
    padding-right: 3%
}
.divVid
{
    border-radius: 0px 0px 27px 27px;
    -moz-border-radius: 0px 0px 27px 27px;
    -webkit-border-radius: 0px 0px 27px 27px;
    width: 100%;
    height: 47%;
}
.divSpan2
{
    font-family: aleo-BoldItalic;
    color: #1E1E1E;
}
.divVidTM
{
    width: 90%;
    height: 81%;
    margin-left: 5%;
    margin-top: 8%;
}
.VidTM
{
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0px solid #000000;
}
/*-----------------Formulario de Registro------------------------*/

.dialogRegistro
{
    width: 30% !important;
    max-width: none !important;
    margin-top: 5% !important;
    min-width: 500px;
    min-height: 600px;
}
.modalRegistro
{
    border: 1px solid #373737 !important;
    border-radius: 10px;
    background: #C1C1C1 !important;
    color: gray;
}
.headerRegistro
{
    width: 100%;
    height: 55px;
    background-color: #1C1C1C;
}
.headerRegistro > h4
{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.2rem !important;
    font-family: 'Roboto-BoldItalic';
    margin: 0% !important;
}
.bodyRegistro
{
    background-color: #1C1C1C;
    font-size: 0.9rem;
}
.div_RegUsu
{
    width: 100%;
    float: left;
    color: lightgray;
}
.div_RegUsu > div
{
    float: left;
    display: inline-block;
    margin-bottom: 1%;
}
.div_RegUsu > div > label
{
    font-family: 'Roboto-BoldItalic';
}
.div_RegUsu > div > input
{
    background-color: #323232;
    color: white;
    font-family: 'Roboto-Regular';
    border: none;
    outline: none;
}
.div_RegUsu > div > input::placeholder
{
    color: gray;
    font-size: 0.8rem;
    font-family: 'Roboto-Italic';
}
.div_RegUsu > div > select
{
    background-color: #323232;
    color: white;
    font-family: 'Roboto-Regular';
    border: none;
    outline: none;
}
.div_RegUsu > div > select::placeholder
{
    color: gray;
    font-size: 0.8rem;
    font-family: 'Roboto-Italic';
}
.div_enombre, .div_eapellidos, .div_enick
{
    width: 33.3%;
    text-align: center;
}
.e_nombre, .e_apellidos, .e_nick
{
    width: 100%;
}
.nombre, .apellidos, .nickFR
{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    width: 90%;
    font-size: 15px;
    height: 30px;  
}
.div_email, .div_conf_email, .div_epass, .div_conf_epass
{
    width: 50%;
    text-align: center;
}
.e_email, .e_password
{
    width: 100%;
}
.email, .password
{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    width: 215px;
    height: 30px;
    font-size: 15px;       
}
.div_efnacimiento, .div_esexo, .div_eciudad, .div_lnacim, .div_betacod
{
    width: 50%;
    text-align: center;
}
.div_esexo, .div_eciudad, .div_lnacim
{
    display: none !important;
}
.e_fnacimiento, .e_sexo, .e_ciudad, .e_lnacim
{
    width: 100%;
}
.fnacimiento, .sexo, .ciudad, .lnacim, .betacod
{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    width: 150px;
    font-size: 15px;
    height: 30px; 
    width: 215px;     
}
.ciudad::-webkit-scrollbar
{
    width: 7px;
    height: 10px;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 2%;
}
.ciudad::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: black;
    max-height: 20px !important;
}
.divValids > div
{
    font-family: 'Roboto-Regular';
    color: red;
}
.divPolitics
{
    width: 100%;
    margin-top: 4%;
}
.divPolitics > input
{
    display: inline-block;
    float: left;
    width: 3%;
    margin-top: 1%;
}
.divPolitics > p
{
    display: inline-block;
    float: left;
    width: 95%;
    margin-left: 1%;
    font-family: 'Roboto-Regular';
}
.divCampos
{
    font-family: 'Roboto-Italic';
    font-size: 0.8rem;
}
.div_subReg
{
    width: 100%;
    text-align: center;
    padding-top: 2%;
}
.submitRegistro
{
    border-radius: 5px;
    width: 30%;
    background: linear-gradient(30deg, #d71919 55%, #f4c60a);
    color: white !important;
    border: 1px solid !important;
    font-family: 'Roboto-BoldItalic';
    height: 40px;
}
/*------------------------------------------- LOGIN MODAL ---------------------------------------------------*/
.logginModal
{
    background-color: #111111;
    max-width: 35% !important;
    height: 220px;
    margin-top: 1% !important;
    border-radius: 5px;
    color: gray;
    min-width: 500px;
}
.logginContent
{
    height: 100%;
}
.logginModalHeader
{
    background-color: #1C1C1C;
    width: 100%;
    height: 55px;
    border-radius: 0.3rem;
    padding: 12px;
}
.logginModalHeader > h4
{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.2rem !important;
    font-family: 'Roboto-BoldItalic';
    margin: 0% !important;
}
.divLogginText
{
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
    font-family: 'Roboto-Regular';
}
.logginModalBody
{
    width: 100%;
    height: calc( 100% - 55px);
}
.loginUser
{
    width: 37%;
    margin-left: 9%;
    padding-left: 1%;
    font-family: 'Roboto-Regular';
    border-radius: 2px;
    outline: none;
}
.loginPassword
{
    width: 37%;
    margin-left: 5%;
    padding-left: 1%;
    font-family: 'Roboto-Regular';
    border-radius: 2px;
    outline: none;
}
.loginSubmit
{
    width: 30%;
    margin-left: 35%;
    margin-top: 2%;
    background-color: #111111;
    border-radius: 2px;
    color: white;
    border: 1px solid;
    font-family: 'Roboto-BoldItalic';
}

/*-----------------------------Modal resetear contraseña --------------------------------- */
.modal-rstpw
{
    background-color: #1c1c1c !important;
    margin-top: 20%;
    color: gray;
}
.modal-rstpw .modal-header
{
    background-color: #111111 !important;
    color: gray;
}