/****************** Generales *********************
*
* Descripcion:
* Clases de estilos que pueden ser usados en cualquier vista
*
********************************************************/

body {
    font-family: Heebo;
    margin: 0px;
    padding: 0px;
}

.content-body {
    margin: 40px 150px;
}
.navbar-gray {
    background-color: #f8f8f8;
}
@media(min-width: 1000px) and (max-width: 1300px) {
    .content-body {
        margin: 40px 138px;
    }
}
@media (min-width: 600px) and (max-width: 1199px) {
    .content-body {
        margin: 40px 20px;
    }

    .perfil-one {
        order: 1 !important;
        margin: 10px auto !important;
        text-align: center !important;
        width: 100%;
    }

    .perfil-two {
        order: 2 !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 599px) {
    .content-body {
        margin: 20px 10px;
    }

    .perfil-one {
        order: 1 !important;
        margin:10px auto !important;
        text-align: center !important;
        width:100%;
    }

    .perfil-two {
        order: 2 !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: 100%;
    }
}

a {
    color: #337ab7;
    text-decoration: none
}

.img-circle {
    border-radius: 50%;
}

.perfil-one {
    margin: 0 10px;
    display: inline-grid;
    text-align: center;
    align-content:center;
}
.perfil-two {
    margin: 0 auto;
    display: inline-grid;
    text-align: center;
    align-content: center;
    width: 200px;
}
/***************************** Banners *********************
*
* Descripcion:
* Clases de estilos para los banners para reutilización de código
*
*************************************************************/
.bannerOther-content-title {
    position: relative;
    text-align: center;
    border: 1px solid #979797;
    background-color: #F3F3F3;
    height: 150px;
    padding: 40px;
}

.bannerOther-title {
    color: #005D83;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

/**************************** Statement *************************
*
* Descripcion:
* Clases de estilos para los banners para reutilización de código
*
******************************************************************/

.container-incentive {
    background-color: #f3f3f2;
    border: 1px solid #979797;
    border-radius: 5px;
    margin: 10px;
}

    .container-incentive > label {
        margin:auto;
        text-align:center;
    }

    .incentive-text {
        font-size: 12px;
        width: 100%;
    }

.incentive-accumulated {
    font-size: 30px;
    font-family: Heebo;
    font-weight: normal;
    width: 100%;
}

/**************************** Login *************************
*
* Descripcion:
* Clases de estilos para los banners para reutilización de código
*
******************************************************************/

.img-login {
    width:288px;
    margin:auto;
}
@media (min-width: 0px) and (max-width: 1000px) {
    .img-login {
        width: 200px;
        margin: auto;
    }
}

/**************************** Contact *************************
*
* Descripcion:
* Clases de estilos para los banners para reutilización de código
*
******************************************************************/
.itemPerfilOneGroupTeam {
    display:inline-block;
}

/* variables colores*/
:root {
    --main-blue-marine: #005D83;
}


/*clases para los textos*/
.title-turquoise {
    color: #005D83;
}


.titulo {
    font-family: Heebo;
    font-weight: bold;
}

.subtitle-home {
    font-family: Heebo;
    font-weight: bold;
}

.texto-home {
    font-family: Heebo;
    font-weight: normal;
    text-align: justify;
}

.text-blue-navbar {
    height: 20px;
    width: 157px;
    color: var(--main-blue-marine);
    font-family: Radikal;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 20px;
}

.title-get-benefits {
    color: var(--main-blue-marine);
    font-family: 'Heebo';
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.29px;
    line-height: 19px;
    text-transform: uppercase 
}

.belong-by-atelier-de {
    color: var(--main-blue-marine);
    font-family: Heebo;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 29px;
    text-transform: uppercase;
}

.titulo-banner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 80px;
    font-weight: bold;
    font-family: Heebo;
    letter-spacing: .5em
}

.texto-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    font-family: Heebo;
    font-weight: bold;
    lette r-spacing: 0.2em;
}
/*clases param los imagenes*/
.home-img-getBenefits {
    width: 100%;
}



/*clase para las imagenes del banner*/
.img-banner-line-above {
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    width: 100% !important;
    height: 8px !important;
    background-size: 100% 100%;
}

.img-banner-line-down {
    background-image: url("../images/bannerTwo.png");
    background-repeat: no-repeat;
    height: 6px;
    background-size: 100% 100%;
}

.banner-image-home {
    background-image: url("../images/Banner-home.jpg");
}

.div-unete-home {
    background-image: url("../images/HomeUnete.jpg");
    background-repeat: no-repeat;
    width: 100% !important;
    height: 300px;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    text-align: center;
}

.hijo {
    color: white;
    font-family: Heebo;
    font-weight: bold;
    display: block;
    margin: auto;
}

.content-banner {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.centerButon {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-60%, -50%);
}

.img-perfil-team {
    object-fit: cover;
    object-position: 100% 0;
    width: 120px;
    height: 120px;
}


/*clase para el footer*/
.footer-basic {
    padding: 20px 0;
    background-color: #ffffff;
    color: #4b4c4d;
}

    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
}




/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}







/*Navbar*/
.center-navbar {
    text-align: center;
}

.user-dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}





/*medias queries*/

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*Estilos de navbar*/
/* Portrait and Landscape */
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .navbar-firts {
        width: 100% !important;
    }

    .navbar-second {
        width: 100% !important;
    }

    .img-logo-belong {
        width: 200px;
        margin: 7px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 200px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 20px !important;
        top: 30% !important;
        width: 100% !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 55% !important;
        left: 50% !important;
        width: 100% !important;
        font-size: 15px !important;
    }

    .centerButon {
        position: absolute;
        top: 70%;
        /* left: 100%; */
        transform: translate(-50%, -50%) !important;
        display: inline-flex;
        margin-top: 15px;
    }

    .btn-banner-login {
        width: 150px !important;
        height: 35px !important;
        font-family: Heebo !important;
        font-size: 15px !important;
        margin: 15px !important;
    }

    .btn-banner-sign-in {
        width: 150px !important;
        height: 35px !important;
        font-family: Heebo !important;
        font-size: 15px !important;
        margin: 15px !important;
    }

    .content-banner {
        height: 250px;
    }




    .content-bannermyCarouselHome {
        height: auto;
    }


        .content-banner img {
            height: 250px;
            object-fit: cover;
        }

    .img-banner-line-down {
        margin-top: -5px;
    }

    .content-information {
        padding: 10px 0px 10px 0px !important;
    }

    .cintillo-desktop {
        width: 90%;
    }
}

/*@media screen and (min-width:500px) and (max-width: 767px) {

    .navbar-firts {
        width: 100% !important;
    }

    .navbar-second {
        width: 100% !important;
    }

    .text-radikal-light-username {
        font-family: Heebo;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-transform: uppercase;
    }

    .text-radikal-light {
        font-family: Heebo !important;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
        width: 100%;
        margin-top: 6px;
        text-transform: uppercase;
    }

    .text-radikal-bold {
        color: #005D83 !important;
        font-family: Heebo;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
        padding: 15px 0 !important;
        text-transform: uppercase;
    }

    .img-logo-belong {
        width: 200px;
        margin: 7px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 250px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 20px !important;
        top: 30% !important;
        width: 100% !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 55% !important;
        left: 50% !important;
        width: 100% !important;
        font-size: 15px !important;
    }

    .centerButon {
        position: absolute;
        top: 80%;
        left: 100%;
        transform: translate(-50%, -20%) !important;
        display: inline-flex;
        margin-top: 15px;
    }

    .btn-banner-login {
        width: 150px !important;
        height: 40px !important;
        font-family: Heebo !important;
        font-size: 15px !important;
        margin: 15px !important;
    }

    .btn-banner-sign-in {
        width: 150px !important;
        height: 40px !important;
        font-family: Heebo !important;
        font-size: 15px !important;
        margin: 15px !important;
    }
}*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-firts {
        width: 100% !important;
    }

    .navbar-second {
        width: 100% !important;
    }

    .text-radikal-light-username {
        font-family: 'Radikallight';
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-transform: uppercase;
    }

    .text-radikal-light {
        font-family: 'Radikallight' !important;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-transform: uppercase;
    }

    .text-radikal-bold {
        color: #005D83 !important;
        font-family: 'Radikallight';
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-align: center !important;
        padding: 15px 0 !important;
        text-transform: uppercase;
    }

    .img-logo-belong {
        width: 200px;
        margin: 25px 0 15px 30px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 350px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 25px !important;
        top: 30% !important;
        width: 100% !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 50% !important;
        left: 50% !important;
        width: 80% !important;
        font-size: 15px !important;
        text-transform: uppercase;
    }

    .centerButon {
        position: absolute;
        top: 70%;
        left: 50%;
        display: inline-flex;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1201px) and (max-width:1500px) {

    .navbar-firts {
        width: 90% !important;
    }

    .navbar-second {
        width: 90% !important;
    }

    .text-radikal-light-username {
        font-family: 'Radikallight';
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-transform: uppercase;
    }

    .text-radikal-light {
        font-family: 'Radikallight' !important;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-transform: uppercase;
    }

    .text-radikal-bold {
        color: #005D83 !important;
        font-family: 'Radikallight';
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 15px !important;
        text-align: center !important;
        padding: 15px 0 !important;
        text-transform: uppercase;
    }

    .img-logo-belong {
        width: 300px;
        margin: 25px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 400px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 25px !important;
        top: 30% !important;
        width: 100% !important;
        transform: translate(-50%, 50%) !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 50% !important;
        left: 50% !important;
        width: 80% !important;
        font-size: 20px !important;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1501px) and (max-width:1700px) {

    .navbar-firts {
        width: 70% !important;
    }

    .navbar-second {
        width: 80% !important;
    }

    .text-radikal-light {
        font-family: Heebo;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
        text-transform: uppercase;
    }

    .text-radikal-light-username {
        font-family: Heebo;
        color: #000000;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase;
    }

    .text-radikal-bold {
        color: #005D83 !important;
        font-family: Heebo;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
        padding: 15px 0 !important;
        text-transform: uppercase;
    }

    .img-logo-belong {
        width: 250px;
        margin: 25px 0 15px 30px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 500px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 32px !important;
        top: 32% !important;
        width: 100% !important;
        transform: translate(-50%, 50%) !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 50% !important;
        left: 50% !important;
        width: 80% !important;
        font-size: 25px !important;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1701px) {
    .navbar-firts {
        width: 60% !important;
    }

    .navbar-second {
        width: 70% !important;
    }

    .text-radikal-light {
        font-family: Heebo;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
        text-transform: uppercase;
    }

    .text-radikal-light-username {
        font-family: Heebo;
        color: #000000;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-transform: uppercase;
    }

    .text-radikal-bold {
        color: #005D83 !important;
        font-family: Heebo;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
        padding: 15px 0 !important;
        text-transform: uppercase;
    }

    .img-logo-belong {
        width: 250px;
        margin: 25px 0 15px 30px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 600px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 35px !important;
        top: 32% !important;
        width: 100% !important;
        transform: translate(-50%, 50%) !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 50% !important;
        left: 50% !important;
        width: 80% !important;
        font-size: 28px !important;
        text-transform: uppercase;
    }
}


/*----------MOBILE----------*/
/*----------Media queries--------*/
@media only screen and (min-device-width: 200px) and (max-device-width: 499px) {


    .changeOrderPerfilTeam {
        display: flex;
        flex-direction: column;
    }

        .changeOrderPerfilTeam .perfil-one {
            order: 1;
            margin: 0 auto;
            width: 100%;
        }

        .changeOrderPerfilTeam .perfil-two {
            order: 2;
            margin: 0 auto;
            width: 100%;
        }

    .changeOrderPerfilTeam h4 {
        text-align: center !important;
    }


        .navbar-firts {
            width: 100% !important;
        }

    .navbar-second {
        width: 100% !important;
    }

    .img-logo-belong {
        width: 200px;
        margin: 7px;
    }

    .bg-banner-image {
        background-repeat: no-repeat;
        height: 200px !important;
        background-size: 100% 100%;
    }

    .titulo-banner {
        font-size: 20px !important;
        top: 30% !important;
        width: 100% !important;
        text-transform: uppercase;
    }

    .texto-banner {
        top: 55% !important;
        left: 50% !important;
        width: 100% !important;
        font-size: 15px !important;
    }

    .centerButon {
        position: absolute;
        top: 70%;
        /* left: 100%; */
        transform: translate(-50%, -50%) !important;
        display: inline-flex;
        margin-top: 15px;
    }

    .btn-banner-login {
        width: 100px !important;
        height: 35px !important;
        font-family: Heebo !important;
        font-size: 15px !important;
        margin: 15px !important;
    }

    .btn-banner-sign-in {
        width: 100px !important;
        height: 35px !important;
        font-family: Heebo !important;
        font-size: 15px !important;
        margin: 15px !important;
    }

    .content-banner {
        height: 250px;
    }


    .content-bannermyCarousel14Febrero2021 {
        height: auto;
    }


        .content-banner img {
            height: 250px;
            object-fit: cover;
        }

    .img-banner-line-down {
        margin-top: -5px;
    }

    .content-information {
        padding: 10px 0px 10px 0px !important;
    }
}
.f-s-10 {
    font-size: 10px;
}
.f-s-11 {
    font-size: 11px;
}
.f-s-12 {
    font-size: 12px;
}
.f-s-13 {
    font-size: 13px;
}
.f-s-14 {
    font-size: 14px;
}
.f-s-15 {
    font-size: 15px;
}
.f-s-16 {
    font-size: 16px;
}
.f-s-17 {
    font-size: 17px;
}
.f-s-18 {
    font-size: 18px;
}
.f-s-19 {
    font-size: 19px;
}
.f-s-20 {
    font-size: 20px;
}
.m-l-1 {
    margin-left: 1em;
}

.m-l-2 {
    margin-left: 2em;
}

.m-l-3 {
    margin-left: 3em;
}

.m-l-4 {
    margin-left: 4em;
}

.m-l-5 {
    margin-left: 5em;
}

.m-b-1 {
    margin-bottom: 1em;
}

.m-b-2 {
    margin-bottom: 2em;
}

.m-b-3 {
    margin-bottom: 3em;
}

.m-b-4 {
    margin-bottom: 4em;
}

.m-b-5 {
    margin-bottom: 5em;
}

.Heebo-thin {
    font-family: 'Heebo';
    font-weight: 100;
}

.Heebo-extra-light {
    font-family: 'Heebo';
    font-weight: 200;
}

.Heebo-light {
    font-family: 'Heebo';
    font-weight: 300;
}

.Heebo-regular {
    font-family: 'Heebo';
    font-weight: 400;
}

.Heebo-medium {
    font-family: 'Heebo';
    font-weight: 500;
}

.Heebo-bold {
    font-family: 'Heebo';
    font-weight: 700;
}

.Heebo-extra-bold {
    font-family: 'Heebo';
    font-weight: 800;
}

.Heebo-black {
    font-family: 'Heebo';
    font-weight: 900;
}

.Heebo-thin-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 100;
}

.Heebo-light-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 300;
}

.Heebo-regular-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 400;
}

.Heebo-medium-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 500;
}

.Heebo-bold-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 700;
}

.Heebo-extra-bold-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 800;
}

.Heebo-black-title {
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 900;
}


.Heebo-bold-h1 {
    height: 29px;
    width: 113px;
    color: #005D83;
    font-family: 'Heebo';
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 29px;
    margin-top: 0px;
}

.Heebo-bold-gray-p {
    font-family: 'Heebo';
    font-size: 16px;
    letter-spacing: -0.01px;
    line-height: 23px;
    color: rgba(2,3,3,0.57);
}

.Heebo-bold-gray-labels {
    font-family: 'Heebo';
    font-size: 15px;
    letter-spacing: -0.01px;
    line-height: 23px;
    color: rgba(2,3,3,0.57);
}


/*Estilos generales*/

.content-information {
    width: 100%;
    padding: 50px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--main-yellow-clasic) !important
}



/*Margin*/
.m-a {
    margin:auto;
}
.m-1 {
    margin: 1em;
}
.m-2 {
    margin: 2em;
}


/**************************

    Textos colores

***************************/

.text-red {
    color: red;
}

.text-blue {
    color: #005D83 !important;
    text-transform: uppercase;
}

.text-gray {
    color: rgba(2,3,3,0.57) !important;
}