﻿
/*********************************************************************************/
/* SOBREESCRIBIENDO EL LOGO                                                      */
/*********************************************************************************/
.logo-mobile {
    width:48px;
    height:35px;
    background-size:cover;
}
.logo {
    width: 110px;
    height: 73px;
    background-size: contain;
}
.logo-single {
    background-size:contain !important;
}
@media (max-width: 767px) {
    .logo {
        width: 53px;
    }
}
/*********************************************************************************/
/* SOBREESCRIBIENDO NAV BAR                                                     */
/*********************************************************************************/
@media (max-width: 767px) {
    .navbar .navbar-left {
        flex-basis: 25%;
    }
    .navbar .navbar-right {
        flex-basis: 50%;
    }
}

/*********************************************************************************/
/* SOBREESCRIBIENDO DESPLEAGABLE DE SETTINGS                                   */
/*********************************************************************************/
.navbar #iconMenuDropdown {
    height:198px;
}

/*********************************************************************************/
/* UP PROGRESS                                                                     */
/*********************************************************************************/
.loadingAnimation, .overlay-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100002;
    top: 0;
    left: 0;
    /*background-color: rgba(61,61,61,0.3);*/
    background:
    /* top, transparent red, faked with gradient */
    linear-gradient( rgba(0, 0, 0, 0.90), rgba(61, 61, 61, 0.60) );
    opacity: 1;
    display: flex;
    align-items: center;
}

.overlay-loading {
    z-index: 99999 !important;
}

.fullOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100004;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: .7;
    display: none;
}

.loadingAnimation img {
    border-radius: 5px;
    opacity: .8;
    /*top: 50%;
    right: 50%;
    position: absolute;
    margin-top: -40px;
    margin-right: -40px;*/
    /*max-height:100px;*/
    margin: auto;
    display: block;
    padding: 20px;
    background-color: white;
}


/*********************************************************************************/
/* TOOLTIP ERROR                                                                 */
/*********************************************************************************/

.tool-inner {
    border-radius: 0.1rem;
    padding: 0.5rem 1rem;
    font-size: .76rem;
    color: #3a3a3a;
    background: #fff;
    border: 1px solid #00365a;
    text-align: center;
    width: unset !important;
    position: absolute;
    z-index: 4;
    margin-top: -0.5rem;
    left: 70%;
    transform: translateX(-50%);
    line-height: 1.5;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    border-radius: 10px;
}

    .tool-inner::before {
        content: "";
        position: absolute;
        top: -5px;
        left: -2.5px;
        margin-left: 50%;
        width: 10px;
        height: 5px;
        border-bottom: solid 5px #00365a;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent
    }

    .tool-inner::after {
        content: "";
        position: absolute;
        top: -4px;
        left: -2.5px;
        margin-left: 50%;
        width: 10px;
        height: 5px;
        border-bottom: solid 5px #fff;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent
    }


/************************************************************/
/*  FOTO CIRCULAR */
/************************************************************/
.circular {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background: url(../img/avatar_male.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    background-position: center;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.corrige-orientacion {
    image-orientation: flip;
}
/*3c8dbc*/
.circular-perfil {
    width: 40px;
    height: 40px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    background: url('../img/avatar_male.png') no-repeat center;
    background-size: cover;
    /*border: solid 5px #00c0ef;*/
    /*box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);*/
}

.circular-sm {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    background: url(../img/avatar_male.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
}

.circular-md {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    background: url(../img/avatar_male.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
}

.circular-photo {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background: url(../img/avatar_male.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.circular-photo-lg {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    background: url(../img/avatar_male.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.circular-logo {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url(../img/sinlogotipo.png) no-repeat center;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.rect-juego-catalogo {
    width: 113px;
    height: 85px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url('../catalogo/no-image.gif') no-repeat center;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    /*box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);*/
}


.circular-logo-sm {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: url(../img/sinlogotipo.png) no-repeat center;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}


.circular-photo-extralg1 {
    width: 250px;
    height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /*box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-webkit-box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-moz-box-shadow: 0 0 40px rgba(136, 8, 0, .8);*/
}

.circular-photo-extralg2 {
    width: 400px;
    height: 400px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /*box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-webkit-box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-moz-box-shadow: 0 0 40px rgba(136, 8, 0, .8);*/
}

.marco-photo {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    border: 5px solid rgba(255,255,255,0.5);
}


.marco-photo-md {
    opacity: .6;
    width: 120px;
    height: 120px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 5px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 2px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 2px rgba(136, 8, 0, .8);
    /*border: 2px solid rgba(255,255,255,0.5);*/
    border: none;
    margin: 5px auto;
}

.marco-photo-sm {
    width: 70px;
    height: 70px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 5px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 2px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 2px rgba(136, 8, 0, .8);
    /*border: 2px solid rgba(255,255,255,0.5);*/
    border: none;
    margin: 10px auto;
}

.marco-photo-prod {
    width: 540px;
    height: 360px;
    min-width: 540px;
    min-height: 360px;
    border-radius: 5px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    /*background: url(../img/boy.png) no-repeat center;*/
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /*box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);*/
    border: none;
}


/************************************************************/
/*  LOGOS PARA PARAMETROS                                   */
/************************************************************/

.logo-modo-claro {
    width: 110px;
    height: 73px;
    background: url(../logos/black.svg) no-repeat;
    background-position: center center;
    margin: 0 auto;    
    background-size: contain;

}

.logo-modo-obscuro {
    width: 110px;
    height: 73px;
    background: url(../logos/white.svg) no-repeat;
    background-position: center center;
    margin: 0 auto;
    background-size: contain;
}

.logo-modo-semi-obscuro {
    width: 110px;
    height: 73px;
    background: url(../logos/white-full.svg) no-repeat;
    background-position: center center;
    margin: 0 auto;
    background-size: contain;
}

.logo-modo-mobile {
    width: 110px;
    height: 35px;
    background: url(../logos/mobile.svg) no-repeat;
    background-position: center center;
    margin: 0 auto;
    background-size: contain;
    margin-bottom: 4rem;
}

.icono-tabs {
    width: 110px;
    height: 35px;
    background: url('../img/favicon.ico') no-repeat;    
    background-position: center center;
    margin: 0 auto;
    background-size: contain;
    margin-bottom: 4rem;
}


/*********************************************************************************/
/* MODALES                                                      */
/*********************************************************************************/
.modal-alto-pantalla {
    height: calc(100vh - 300px);
    overflow-y:auto;
}
/*********************************************************************************/
/* dll                                                      */
/*********************************************************************************/
.modal-alto-pantalla {
    height: calc(100vh - 300px);
    overflow-y: auto;
}


.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}



/*********************************************************************************/
/* FONT SIZE                                                              */
/*********************************************************************************/
.fs-34 {
    font-size:34px;
}


/************************************************************/
/*  logo preview fondod e correo                                   */
/************************************************************/

.fondo-correo-thumb {
    width: 110px;
    height: 73px;
    background: url(../img/correo/fondo.jpg) no-repeat;
    background-position: center center;
    margin: 0 auto;
    background-size: contain;
}

/************************************************************/
/*  puntero manita                               */
/************************************************************/

.cursor-pointer {
    cursor: pointer !important;
}
