@font-face {
    font-family: "gotham-rounded-bold";
    src: url("../fonts/gotham-rounded-bold.otf");
}
@font-face {
    font-family: "gotham-rounded-light";
    src: url("../fonts/gotham-rounded-light.otf");
}
@font-face {
    font-family: "din-bold";
    src: url("../fonts/din-bold.ttf");
}
@font-face {
    font-family: "din-medium";
    src: url("../fonts/din-medium.ttf");
}
.position{
    position: relative;
}
.texto-inicio{
    color:#24345E;
    font-size: 1.5em;
    padding: 3em;
    border: 5px solid #17143E;
}
ul.lista-std{
    list-style: none;
}
.lista-std li{
    margin-bottom: 1em;
}
.texto-inicio img{
    text-align: center;
}
.texto-inicio ul.lista-diferente{
    list-style: none;
}
.texto-inicio ul.lista-diferente li{
    font-family: "gotham-rounded-light";
    margin-bottom: 1em;
}
#redes{
    margin-top: 5em;
}
h3{
    color:#DF1D5A;
    font-family: "Arial";
    font-weight: 900;
    text-align: center;
    margin-bottom: 1em;
}
h3.titulo{
    font-family: "gotham-rounded-bold";
    font-size: 1.5em;
    color: #24345E;
}
#invitacion{
    width: 60%;
}
.juicer-feed h1.referral a {
    color: #f05a4b;
    display: inline-block;
    visibility: hidden !important;
}
.margtop{
    margin-top: 20em;
}
.li-item{
    color: #DF1D5A;
    font-family: "gotham-rounded-bold";

}
p#entradaLibre{
    text-align: center;
    font-weight: 900;
    font-size: 1.5em;
    color: #24345E;
    margin-top: -3em;
    margin-bottom: 4em;
}
@media screen and (max-width: 760px){
    #redes{
        margin-top: 5em;
    }
    .texto-inicio{
        font-size: 1.2em;
        padding: 1em;
        text-align: left;
    }

}
@media screen and (max-width: 1199px){
    .navbar-inverse {

    }
    .navbar-brand>img {
        height: 86% !important;
    }
    .nav>li>a {
        padding: 10px 10px !important;
    }
}
.img-patro{
    width: 55%;
}
.texto-negritas-color{
    color: #DF1D5A;
    font-family: "gotham-rounded-bold";
}
.texto-light{
    font-family: "gotham-rounded-light";
}
.texto-bold{
    font-family: "gotham-rounded-bold";
}
.din-bold{
    font-family:"din-bold" ;
}
.din-medium{
    font-family:"din-medium" ;
}
/*Sobreescritos*/
.navbar-inverse {
    /* border-color: #080808; */
    background: #17143E ;
    font-family: "gotham-rounded-bold";
    font-size: .85em;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: #DF1D5B;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFf;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #404040;
    background-color: transparent;
}
i.fa.fa-twitter {
    color: #34C0C8;
    font-size: 3em;
}
.lb-data .lb-details {
    width: 96% !important;
}
.lb-data .lb-caption {
    font-size: 16px !important;
}

/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}
/*************************
EXAMPLES 2-7 BELOW
**************************/

/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.example2 .navbar-brand>img {
    padding: 7px 15px;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
    height: 80px;
}

.example3 .nav >li >a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}


/* EXAMPLE 4 - Small Narrow Logo*/
.example4 .navbar-brand>img {
    padding: 7px 14px;
}


/* EXAMPLE 5 - Logo with Text*/
.example5 .navbar-brand {
    display: flex;
    align-items: center;
}
.example5 .navbar-brand>img {
    padding: 7px 14px;
}

/* EXAMPLE 6 - Background Logo*/
.example6 .navbar-brand{
    background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
    width: 200px;
}

/* EXAMPLE 8 - Center on mobile*/
@media only screen and (max-width : 768px){
    .example-8 .navbar-brand {
        padding: 0px;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }
    .example-8 .navbar-brand>img {
        height: 100%;
        width: auto;
        padding: 7px 14px;
    }
    .navbar-inverse {
        font-size: .6em !important;
    }
}

/* EXAMPLE 8 - Center Background */
.example-8 .navbar-brand {
    background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
    width: 200px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}


/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-toggle {
    z-index: 1;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;
}


.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}

/****ESTILOS DEL FOOTER****/
.redes img{
    margin-top: 3em;
    width: 15%;
    margin-bottom: 2em;
    display: inline-block;
}
@media screen and (max-width: 480px) {
    .redes img{
       display: inline-block;
    }
    .redes h3{
        font-size: 19px;
    }
}
.footer{
    color: #fff;
    padding: 10px;
}

.gris-dark{
    background-color: #2A2A2A;
}
.gris-dark img{
    padding-right: 2em;
}
.ultimo{
    width:6em;
    padding-right: 0px !important;
}
.gris-light{
    background-color: #333333;
}
.push{
    float: left;
    padding-right: 6rem;
}
footer a{
    color: #fff;
}
/*Estilos de team*/
.team{
    padding:75px 0;
}
h6.description{
    font-weight: bold;
    letter-spacing: 2px;
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0,0.1);
    padding-bottom: 5px;
}
.profile{
    margin-top: 25px;
}
.profile h1 {
    font-size: 1em;
    font-family: "gotham-rounded-bold";
    margin: 10px 0 0 0;
    text-align: center;
    color: #24345E;
}
.profile h2{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
}
.profile .img-box{
    opacity: 1;
    display: block;
    position: relative;
}
.profile .img-box:after{
    content:"";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.img-box ul{
    position: absolute;
    z-index: 2;
    bottom: 50px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin:0px;
    opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
    font-size: 20px;
    letter-spacing: 10px;
}
.img-box ul li{
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}
.img-box a{
    color:#fff;
}
.img-box:hover:after{
    opacity: 1;
}
.img-box:hover ul{
    opacity: 1;
}
.img-box ul a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
    border-color: #fff;
    color: #88C425;
}

i.red{
    color:#BC0213;
}
.bx-wrapper {
    margin: 0 auto !important;
}
.img-video{
    display: block;
    margin: 0 auto;
    margin-bottom: .5em;
    width: 121px;
}
.titulo-video{
    font-size: .5em;
}
li {
    margin-bottom: 1.3em;
}