/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'BryantPro-Regular';
    src: url('../fonts/BryantPro-Regular.eot');
    src: url('../fonts/BryantPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BryantPro-Regular.woff') format('woff'),
        url('../fonts/BryantPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BryantPro-Light';
    src: url('../fonts/BryantPro-Light.eot');
    src: url('../fonts/BryantPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BryantPro-Light.woff') format('woff'),
        url('../fonts/BryantPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BryantPro-Bold';
    src: url('../fonts/BryantPro-Bold.eot');
    src: url('../fonts/BryantPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BryantPro-Bold.woff') format('woff'),
        url('../fonts/BryantPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

.breve {
    text-align: center;
    margin: 100px auto;
}

.bg-pattern-1 {
    background-image: url(../img/bg-pattern.png);
    background-repeat: no-repeat;
    width: 25.5625rem;
    height: 25.5625rem;
    background-size: cover;
    position: absolute;
    top: 0;
    margin-top: 10%;
    margin-right: 0%;
    right: 0;
}

.bg-pattern-2 {
   /* background-image: url(../img/bg-pattern.png);*/
    background-repeat: no-repeat;
    width: 25.5625rem;
    height: 25.5625rem;
    background-size: cover;
    position: absolute;
    bottom: 0;
    margin-bottom: 20%;
    margin-left: 0%;
    left: 0;
}

#ranking .container-home h1 {
    text-align: left !important;
}

#ranking .container-home {
    background-color: #f5f5f5;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.white_container_titulo,
.white_container_subtitulo {
    padding-left: 20px;
}

#ranking .container p {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.white_container_subtitulo p {
    color: #575756;
    font-size: 20px !important;
}

#ranking .container-home .tab-content button.btn {
    background-color: #f5f5f5;
    border-bottom: 1px solid #FF4B00;
    color: grey;
}

#ranking .container-home .nav-tabs>li.active>button.btn {
    border-bottom: 1px solid white !important;
    background-color: white;
    color: #FF4B00;
    
}

#ranking .nav-tabs>li.active {
    background-color: white !important;
}



#ranking .container-home #gerentes,
#ranking .container-home #responsables {
    background-color: white;
}


/* #ranking .jumbotron {
    height: 210px;
    margin: 0 0 -10px 0;
    display: flex;
    padding: 0;
    text-align: center;
    align-items: center;

} */

.navbar-brand img{
    min-width: 158px;

}

.navbar-default .container{
    display: flex!important;
    align-items: center!important;
    max-height: 100px;
}
.navbar-brand{
    height: inherit!important;
}

.navbar img.logo_so {
    width: 110px !important;
}

#bases .jumbotron2 {
    /* background-image: url(../img/cab_sections/bg_bases.png);
	background-position: top center;
	background-repeat: no-repeat; */
    height: 30%;
    margin: 0;
    display: flex;
    padding: 0;
    text-align: center;
    /*background-color: #171f22;*/
    align-items: center;
}

.bg-naranja {
    background-color: #FF4B00;
    z-index: 2;
}

.bg-naranja h2 {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

p.nota {
    position: relative;
    width: 83%;
    display: block;
    margin: -35px auto 40px auto;
    padding: 0;
}

h1.ranking {
    font-size: 46px;
}

#ranking table {
    width: 90%;
    margin: 0 auto 40px auto;
}

.btn_logout {
    padding: 8px 12px;
    background-color: #FF4B00;
    border-radius: 15px;
    color: white;
    transition: .5s ease-in-out;
    font-size: 14px;
    font-weight: 700;
}

.btn_logout:hover {
    background-color: #BE3A12;
}


#ranking .bloque_vacio {
    height: 30vh;
    align-content: center;
    align-items: center;
    text-align: center;
}

#ranking .bloque_vacio .negro h3 {
    color: black;
    text-align: center !important;
}

.title-simbol{
    display: none;
}

.title-simbol2 {
    position: relative;
    width: 355px;
    text-align: center;
    margin: 0 auto;
}

#home .container-home {
    background-color: #f5f5f5;
    padding: 5rem 3rem 5rem 3rem;
    margin-bottom: 2rem;
}



#home .container p {
    font-size: 35px;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}


.logo-header {
    position: absolute;
    left: 0px;
    top: 31%;
    width: 355px;
    height: 300px;
}


.content {
    width: 100%;
    background-color: #fff;
}

.margin-bottom {
    margin-bottom: 5px;
}

.franja {
    background-color: #FF4B00;
    color: #fff;
    margin: 0 0 -10px 0;
    padding: 10px 0;
    text-align: center;
}

#bases .content .franja>h2 {
    margin: 0;
    padding: 0;
    font-size: 48px;
}

#ranking .content {
    padding: 40px 0 100px 0;
}


#bases .container table.tabla-imagen {
   
    margin-top: 2rem;
    padding: 15px;
}
#bases .container table.tabla-imagen td{
    border: none;
    text-align: left;
    font-size: 13px; 
  
 }

#bases .container table.tabla-imagen img{
   max-width: 150px;
 
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-position: center center;
}

nav {
    height: 111px;
}

.navbar {
    margin-bottom: 0px;
    border-bottom: 0;
    z-index: 99;
    
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.jumbotron {
    background-color: transparent;
}


.jumbotron h1 {
    font-size: 25px;
}

.jumbotron p {
    font-size: 25px;
    color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.4) !important;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-left: -1px;
    padding: 40px 15px;
    height: 100px;
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:visited {
    color: #FF4B00;
   
}

.navbar-default .navbar-nav>li>a:hover {
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.navbar-nav {
    margin-top: 0px;
}
.navbar-default .navbar-collapse{
    justify-content: flex-end;
    width: 100%;
}

@media all and (max-width: 767px) {
    .navbar-default .navbar-collapse{
        border-top: 2px solid #FF4B00;
        background-color: #F2F3F6;
        min-width: 100% !important;
        width: auto !important;
        padding: 0 !important;
        height: 90vh;
        margin-top: 10px;
    }

    .navbar-default .navbar-collapse ul {
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .navbar-default .navbar-collapse ul li{
        border-bottom: 1px solid #D0D0D0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: -webkit-fill-available;
    }
    .navbar-default .navbar-collapse ul li a{
    font-size: 20px;
    }

    .navbar-default .navbar-collapse ul li.btn_logout_mobile{
        border-bottom: none;
        background-color: #FF4B00;
        color: white;
    }

    .btn_logout {
        font-size: 20px !important;
     }
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-right: -16px;
    margin-left: -16px;
}

ul#target {
    list-style-type: none;
    margin-top: 50px;
}

ul#target li {
    display: inline-block;
}

ul#target li>a {
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    background-color: #ffffff;
    padding: 5px 15px 5px 15px;
    margin: 2px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(189, 189, 189, 1);
    -moz-box-shadow: 4px 4px 15px 0px rgba(189, 189, 189, 1);
    box-shadow: 4px 4px 15px 0px rgba(189, 189, 189, 1);
    border-radius: 8px;
}

.text_disponible {
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    background-color: #162022;
    position: absolute;
    top: 65px;
    color: white;
    padding: 4px 0;
}

.text_disponible__mobile {
    color: #000;
    font-size: 8px;
}

ul#target li>a:hover {
    color: #fff;
    background-color: #FF4B00;
    transition: 0.2s all ease-in;
    text-decoration: none;
    font-weight: bold;
}

#index .container {
    margin-top: 150px;
    text-align: center;
}

.form {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    ;
    margin-top: 70px;
}

.input-group {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
}

.pregunta_pass {}

.pregunta_pass a {
    font-family: 'BryantPro-Regular', Helveica, arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}

a.btn-default,
button.btn-default {
    color: #FFF;
    background-color: #FF4B00;
    border-color: #ccc;
    margin-top: 20px;
}

a.btn-default:hover {
    color: #FFF;
    background-color: #ccc;
    border-color: #ccc;
    transition: 0.2s all ease-in;
}

.texto_modal {
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 19px;
    width: 67%;
    margin: 0 auto;
    text-align: center;
}

.supermodal .form {
    margin-top: 10px;
}


.supermodal .form .form-control {
    border: 0;
    border-radius: 0;
    text-align: center;
    margin-bottom: 10px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0;
    background-color: #ffffff;
}

.modal-body {
    min-height: 16.43px;
    padding: 20px;
    border-bottom: 0;
    background-color: #ffffff;

}

.modal-body img.GAMAEUROREPAR {
    max-width: 100%
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:visited {
    color: #FF4B00;
    font-weight: bold;
    background-color: transparent!important;
    position: relative;
    text-decoration: underline;
}

/* .navbar-default .navbar-nav>.active>a::before {
    content: '';
    background-color: #FF4B00;
    height: 4px;
    border-radius: 15px;
    width: 100%;
    position: absolute;
    top: 70%;
    left: 0;
} */

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:visited {
    color: #333
}

#index footer {
    background-color: transparent;
}

footer {
    /* position: fixed;
    bottom: 0;
    left: 0;  */
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-family: 'BryantPro-Bold', helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #F2F3F6;
    border-top: 2px solid #FF4B00;
}

@media all and (max-width: 576px) {
    footer {
        position: relative;
    }
}

.footer-container{
    display: flex;
    align-items: center;
}

@media all and (max-width: 991px) {
    .footer-container{
        flex-direction: column;
    }
}

.footer-left{
    display: flex;
    justify-content: flex-start;
}

.footer-right{
    justify-content: flex-end;
}

@media all and (max-width: 991px) {
    .footer-left img{
       margin-bottom: 2rem;
       width: 176px;
    }
    .footer-right p{
        text-align: center!important;
     }
}

.footer-right p{
    color: black!important;
    font-size: 12px!important;
    margin-bottom: 0px;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif !important;
}

.margin-top {
    margin-top: 10px
}

/*errors*/
.red {
    color: #a94442;
    font-size: 14px;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

a.btn {
    background: #FF4B00;
    border: none;
    padding: 10px;
    width: 250px;
    font-size: 16px;
    color: white;
    border-radius: 4px;
    margin-top: 25px;
    position: relative;
    right: 0;
}

a.btn:hover {
    background: #b3491a;
    color: #fff;
}



/*home*/

#home .content,
#opiniones .content {
    /* background-color: #F1F0F0;*/
    position: relative;
    width: 100%;
}

/* #home .content::before {
    content: '';
    height: 740px;
    width: 370px;
    background-image: url(../img/bg_trans.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
} */

#home .grey_container {
    background-color: #e9e9e9;

}

#home .navbar {
    margin-bottom: 0px;
    box-shadow: none;
    z-index: 999;
    border-bottom: 2px solid #FF4B00;
    background-color: white;
    max-height: 100px;
}

#home .jumbotron {
     background-image: url(../img/hero.jpg);
    /*background-position: top -75px center;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0;
    display: flex;
    padding: 0;
    text-align: center;
    /*background-color: #171f22;*/
    
}

@media (max-width: 991px) {
    #home .jumbotron {
        background-image: url(../img/hero-mobile.jpg);
        height: 300px;
        background-position-x: center;
        background-position-y: bottom;
        background-size: cover;
    }
}

@media (max-width: 660px) {
    #home .jumbotron {
        height:260px;
    }
}

.jumbotron .container h1 {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
    color: #ffffff;
    font-family: 'BryantPro-Regular', helvetica, Arial, sans-serif;
    font-size: 30px;
    LINE-HEIGHT: 32px;
    text-align: center;
}

/*#home .simbolo { width: 80px; }*/

section {
    background-color: #ffffff;
    padding: 40px 0 60px 0;
    text-align: center;
}

.franja {
    background-color: #FF4B00;
    color: #fff;
    margin: 0 0 -10px 0;
    padding: 10px 0;
    text-align: center;
}


#home .container p.aviso {
    text-align: center;
    padding: 130px 0 50px 0;
}

.franja h2 {
    margin: 0;
    padding: 0;
    font-size: 48px;
}


.col-md-offset-3 {
    text-align: center
}

#home .container p {
    font-size: 14px;
    font-family: "Arial";
    text-align: left;
    color: #7f7f7f;
}

#home .container img {
  /* max-width: 110%;*/
}

#home .container .aceleradores p strong {
    font-size: 16px;
    color: black;
}

#home .container .aceleradores table {

    border: 1px solid #FF4B00;
}

#home .container .aceleradores table td {
    border-left: 1px solid #FF4B00;
    padding: 10px;
}

h3 {
    color: #333333;
    font-size: 24px;
    text-align: left;
    margin-top: 0;
}


h2 {
    color: #FF4B00;
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    margin: 10px 0 20px 0;
    text-transform: uppercase;

}

.img-table{
    width: 100px;
}

.img-table-logos{
    margin-top:30px;
}
.m-top{
    margin-top: -25px;
}

.logo-size{
    margin-right: 31px;
    width: 50px;
    margin-bottom: 5px;
}



#home .row,
#opiniones .row,
#ranking .row,
#bases .row {

    margin: 10px -15px 10px -15px;
}

#home .row h1 {
    margin-top: 0px;
}

#home .container p.small-text {
    font-size: 14px;
}

#home .container p.small-text.padding {
    padding-top: 10px;
}

#home .container span.small-text {
    font-size: 14px;
    display: block;
    margin-left: 25px;
    margin-right: 60px;
    margin-top: 15px;
}

#home .container span.small-text2 {
    font-size: 14px;
    display: block;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: left;
}

#home .container span.small-text2 span.small-text2-red {
    color: #FF4B00;
}

#home .container span.small-text2 span.small-text2-grey {
    color: #555;
}

#home .content .col-md-6 {
    width: 50%;
}

#home .content .aceleradores {
    margin: 15px 0 15px 0;
    padding: 20px;
}

#home .content .aceleradores:last-child {
    border-right: none;
}

.orange-text {
    color: #FF4B00;
    font-size: 14px;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

#home .content .aceleradores2 {
    margin-top: -57px;
    margin-right: -14px;
    background-color: #ffffff;
    padding: 20px 10px 20px 30px;
    width: 100%;
}

#home .content .aceleradores h2 {
    color: #ffffff;
    background-color: #FF4B00;
    display: block;
    border-radius: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    top: -35px;
    left: -4px;

}


/*noticias*/

#noticias .navbar {
    margin-bottom: 0px;
    box-shadow: none;
}

#noticias .content {
    padding: 0 0 60px 0;
}

#noticias .jumbotron {
    background-image: url(../img/cab_sections/bg_noticias.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30%;
    margin: 0;
    display: flex;
    padding: 0;
    text-align: center;
    background-color: #171f22;
    align-items: center;
}

#noticias .jumbotron .container {
    position: relative;
    width: 1170px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0 20px;

}


#noticias .col-md-4 {
    margin-bottom: 30px;
}

#noticias .container h2,
#noticias .container .h2 {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FF4B00;
    margin-top: 0;
    margin-bottom: 0;
}

#noticias .container p {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #7f7f7f;
}

#noticias .content img {
    max-width: 100%;
    border: 1px solid #FF4B00;
}

#noticias .row {
    margin: 60px -15px 0px -15px;
}

.seguir_leyendo {
    font-family: 'BryantPro-Bold', helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #FF4B00;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
}

.seguir_leyendo:hover {
    font-family: 'BryantPro-Bold', helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

/*videos*/

.video-js .vjs-big-play-button {
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -22px;
}

#videos .navbar {
    margin-bottom: 0px;
    box-shadow: none;
}

#videos .jumbotron {
    background-image: url(../img/cab_sections/bg_videos.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    text-align: center;
}

#videos .jumbotron .container {
    position: relative;
    width: 1170px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0 20px;

}



#videos .content {
    padding: 35px;

}


#videos .container p {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#videos img {
    max-width: 100%;
}

.modal-body video {
    max-width: 100%;
}

.close {
    float: right;
    margin-top: -7px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}



/*opiniones*/



#opiniones .navbar {
    margin-bottom: 0px;
    box-shadow: none;
}

#opiniones footer {
    margin-top: 40px;
}

#opiniones .jumbotron {
    background-image: url(../img/bg_opiniones.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30%;
    margin: 0;
    display: flex;
    padding: 0;
    text-align: center;
    background-color: #171f22;
    align-items: center;
}
/*
#opiniones .derecha::after {
    content: '';
    height: 95%;
    width: 340px;
    background-image: url(../img/bg_trans.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0 !important;
}
*/
#opiniones .jumbotron .container {
    position: relative;
    width: 1170px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0 20px;

}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.col-md-offset-3 {
    text-align: center
}

#opiniones .container p {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

#opiniones .container img {
    max-width: 100%;
}

#opiniones .simbolo {
    width: 80px;
}



#opiniones .row h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

#opiniones label {
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #7f7f7f;
}

#opiniones .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid rgb(116, 116, 116);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
}

#opiniones .form-group {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.btn-default[disabled] {
    background-color: #FF4B00;
    border-color: #ccc;
    text-align: center;

}

#opiniones .modal-body {
    font-size: 19px;
    padding: 50px 20px 50px 20px;
    background-color: #ffffff;
    text-align: center;
}

#opiniones .x {
    position: absolute;
    right: 10px;
    top: -8px;
    cursor: auto;
    font-size: 34px;
    color: #FF4B00;
    cursor: pointer;
}

a {
    color: #FF4B00;
}

/*bases*/

#bases .navbar {
    margin-bottom: 0px;
    box-shadow: none;
    z-index: 999;
    border-bottom: 2px solid #FF4B00;
    background-color: white;
    max-height: 100px;
}

.paddin {
    padding: 100px 0
}

#bases .jumbotron, #ranking .jumbotron, #home .jumbotron {
    background-image: url(../img/hero.jpg);
    /*background-position: top -75px center;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0;
    display: flex;
    padding: 0;
    text-align: center;
    /*background-color: #171f22;*/
}

@media (max-width: 991px) {
    #bases .jumbotron, #ranking .jumbotron, #home .jumbotron {
        background-image: url(../img/hero-mobile.jpg);
        height: 300px;
        background-position-x: center;
        background-position-y: bottom;
        background-size: cover;
    }
}

@media (max-width: 660px) {
    #bases .jumbotron {
        height:260px;
    }
}

#bases .jumbotron .container {
    position: relative;
    width: 1170px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0 20px;

}

#bases .content {
    background-color: #ffffff;
    position: relative;
}

#bases .container-fluid {
    position: Relative;
}

#bases .borde-naranja {
    border: 2px solid #FF4B00;
    margin: 30px !important;
    padding: 15px;
}

#bases .container table.tabla-naranja {
    border: 1px solid #FF4B00;
}

#bases .container table.tabla-naranja td {
    border-left: 2px solid #FF4B00;
    padding: 10px;
}

#bases .container .aceleradores table.tabla-blanca {

    border: none !important;
}

#bases .container .aceleradores table.tabla-blanca td {
    border: none !important;
    padding: 10px;
}

#bases p.naranja {
    color: #FF4B00 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding-top: 10px;
}

p.negro {
    color: #222 !important;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif;

}

.white-bg.margin {
    margin-top: 20px;
    padding: 15px 20px;
}

a.btn_naranja {
    background-color: #FF4B00;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
}

#bases .container table td p {
    color: inherit;
}

#bases table {
    width: 100%;
}

#bases img {
    max-width: 100%;
}
/*
#bases .derecha::before {
    content: '';
    height: 740px;
    width: 370px;
    background-image: url(../img/bg_trans.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
}
*/
/*
#bases .izquierda::before {
    content: '';
    height: 740px;
    width: 370px;
    background-image: url(../img/bg_trans.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    transform: scaleX(-1);
}
*/

#bases2 .navbar {
    margin-bottom: 0px;
    box-shadow: none;
}

.paddin {
    padding: 100px 0
}

#bases2 .jumbotron {
    background-image: url(../img/cab_sections/bg_bases.png);
    background-position: top -59px center;
    background-repeat: no-repeat;
    height: 390px;
    margin: 0 0 -60px 0;
    padding: 0;
    text-align: center;
    background-color: #0a191d;
}

#bases2 .jumbotron .container {
    position: relative;
    width: 1170px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0 20px;

}

#bases2 .container h3 {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

#bases2 table {
    width: 100%;
}

#bases2 img {
    max-width: 100%;
}



/* Link arrow up   
-----------------------------------------*/
.arrow_up {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 666 !important;
}

#top {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top.none_arrow {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#top:hover .arrow_up {
    top: -5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow_up:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #FF4B00;
    border-width: 2px 2px 0 0;
    position: absolute;
    transform-origin: 50% 50%;
}

.arrow_up.up:before {
    transform: rotate(-45deg);
    margin: -10px 0 0 -10px;
}

.arrow_up:after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #FF4B00;
    position: absolute;
    transform-origin: 50% 50%;
}

.arrow_up.up:after {
    width: 0;
    height: 30px;
    border-width: 0 2px 0 0;
    transform: translate(-1px, -14px);
}

#top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    background: #ff4d001c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top:hover {
    background: #ff4d0054;
}





/* RANKING */
h1 {
    font-size: 32px;
    text-align: center;
    color: #FF4B00;
}

td {
    font-size: 13px;
    font-family: 'BryantPro-regular';
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    /*background-color: #ffffff;*/
}

.orange-bg {
    background-color: #FF4B00;
    color: #fff;
    font-family: 'BryantPro-regular';
    font-size: 17px;
    padding: 3px;
    text-align: center;
    border-right: 2px solid white;
}

.orange-color {
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin: 20px 0 20px 45px;
}

.orange-bold {
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    background-color: #ff4b00;
    width: 10px;
}

.grey-bg {
    background: #f3f3f3;
}

.white-bg {
    background: #f5f5f5;
    z-index: 2;
}

.nav-tabs>li {
    width: 50%;
    display: inline-block;
    margin-bottom: -1px;
}

.tab-pane {
    margin: 0;
    padding: 1px 0 0 0;
    border-left: 1px solid #ff4b00;
    border-bottom: 1px solid #ff4b00;
    border-right: 1px solid #ff4b00;
    border-top: 1px solid #ff4b00;
}

.tab-content {
    position: relative;
    margin: 10px 0 0 0;
}

button.btn {
    width: 100%;
    background: #ff4b00;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    display: block;
    margin: 0 auto;
    outline: none;
}

button.btn:hover {
    background: #FF4B00;
    color: #fff;
    outline: none;
    border: none;
}

button:visited,
button:focus {
    background: #FF4B00;
    color: #fff;
    border: none;
    outline: none;
    border: none;
}

.nav-tabs>li.active>button.btn:active {
    outline: none;
}

.nav-tabs>li.active>button.btn:focus {
    outline: none
}


.nav-tabs>li.active {
    background-color: #FF4B00;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.nav-tabs>li.active>button.btn {
    color: #FF4B00;
    background-color: #ffffff;
    border-left: 1px solid #ff4b00;
    border-top: 1px solid #ff4b00;
    border-right: 1px solid #ff4b00;
}

.nav-tabs {
    border-bottom: none;
}

.container.margin {
    margin-bottom: 5rem;
}

.contenido-principal{
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.separador {
    border-bottom: 1px solid #a8a8a9;
    padding-bottom: 1rem;
}

@media all and (max-width: 576px) {
    .container.margin {
        margin-bottom: 1rem;
    }

    .contenido-principal{
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .separador {
        margin-bottom: 3rem;
    }
}

#bases .contenido-principal {
    padding: 1rem 1.5rem;
}



.contenido-principal-contenedor{
    margin-top: 3rem;
    display: flex;
    gap: 3.5rem;
}

.contenido-principal h3{
    color: #ff4b00;
    font-size: 34px;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif!important;
}

.contenido-principal .contenido-principal-imagen{
    max-width: 260px;
    border: 1px solid #ff4b00;
    border-radius: 4rem;
    border-bottom-left-radius: 0rem;
    text-align: center;
    padding: 1rem;
}

@media all and (max-width: 600px) {
    .contenido-principal-contenedor{
        margin-top: 2rem;
        gap: 2rem;
    }
    .contenido-principal h3{
        font-size: 24px;
    }
    .contenido-principal .contenido-principal-imagen{
        min-width:  160px;
       
    }
}

.contenido-principal .contenido-principal-texto .texto-1{
    color: #2E2D2C!important;
    font-size:24px!important;
    text-transform: uppercase;
    font-weight: 700!important;
    margin-bottom: 0rem;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif!important;
    line-height: 1.2;
}

.contenido-principal .contenido-principal-texto .texto-2{
    color: #2E2D2C!important;
    font-size: 14px!important;
    margin-bottom: .2rem;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif!important;
}

.contenido-principal .contenido-principal-texto .texto-3{
    color: #FF4B00!important;
    font-size: 24px!important;
    font-weight: 700;
    margin-bottom: .7rem;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif!important;
}

.contenido-principal .contenido-principal-texto .texto-4, .contenido-secundario-contenedor .texto-4{
    color: #2E2D2C!important;
    font-size: 14px!important;
    line-height: 1.5rem;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif!important;
    margin: 1rem 0;
}

@media all and (max-width: 767px) {
    .contenido-principal .contenido-principal-texto .texto-4, .contenido-secundario-contenedor .texto-4 {
        font-size: 14px!important;
        line-height: 1.75rem;
        margin-top: 0;
    }
}


.contenido-secundario-contenedor{
    display: none;
 }

.contenido-principal .contenido-principal-texto .texto-5, .contenido-secundario-contenedor .texto-5{
    margin: 2rem 0 1rem 0;
    gap: 4.5rem;
}

@media all and (max-width: 1200px) {
    .contenido-principal .contenido-principal-texto .texto-5, .contenido-secundario-contenedor .texto-5{
        gap: 2rem;
    }
}
@media all and (max-width: 991px) {
    .contenido-principal .contenido-principal-texto .texto-5, .contenido-secundario-contenedor .texto-5{
        flex-direction: column;
        gap: .5rem;
        margin-top: 2rem;
    }
}

@media all and (max-width: 767px) {
    .contenido-principal-texto .desktop{
       display: none;
    }
    .contenido-secundario-contenedor {
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
     }
}

.contenido-principal .contenido-principal-texto .texto-5 p, .contenido-secundario-contenedor .texto-5 p{
    font-size: 18px!important;
    color: #2E2D2C!important;
    font-family: 'BryantPro-Bold', Helvetica, Arial, sans-serif!important;
}

@media all and (max-width: 1200px) {
    .contenido-principal .contenido-principal-texto .texto-5 p, .contenido-secundario-contenedor .texto-5 p{
        font-size: 14px!important;
    }
}

@media all and (max-width: 991px) {
    .contenido-principal .contenido-principal-texto .texto-5 p, .contenido-secundario-contenedor .texto-5 p{
        font-size: 18px!important;
        margin: 0;
        
    }
    .contenido-principal .contenido-principal-texto .texto-6, .contenido-secundario-contenedor .texto-6{
        margin-top: 2rem;
     }
}

.contenido-principal .contenido-principal-texto .texto-5 span, .contenido-secundario-contenedor .texto-5 span{
   color: #FF4B00!important;
   font-weight: 700;
}

.contenido-principal .contenido-principal-texto .texto-6, .contenido-secundario-contenedor .texto-6{
    font-size: 12px!important;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif!important;
    color: #2E2D2C!important;
 }

 #bases p {
    font-size: 16px;
 }

 #bases ul li {
    font-size: 16px;
 }

 #bases a {
    font-size: 16px;
 }

 #bases table td{
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif!important;
    font-weight: unset;
    font-size: 16px;
 }

 .contenido-principal .contenido-bases {
    margin-top: 1.5rem;
 }

 .contenido-principal .contenido-bases p {
    font-size: 14px !important;
    color: #2E2D2C;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif!important;
    margin-bottom: 1.25rem;
 }

 .contenido-principal .contenido-bases ul li {
    font-size: 14px !important;
    color: #2E2D2C;
    font-family: 'BryantPro-Regular', Helvetica, Arial, sans-serif!important;
    margin-bottom: 1.25rem;
 }

 .contenido-principal .contenido-bases p.small {
    font-size: 12px !important;
    margin-bottom: 3rem;
 }

 @media all and (max-width: 767px) {
    .contenido-principal .contenido-bases p {
        font-size: 15px !important;
        line-height: 20px;
     }

     .contenido-principal .contenido-bases ul li {
        font-size: 15px !important;
     }

     .contenido-principal .contenido-bases p.small {
        font-size: 13px !important;
        line-height: 1.5rem;
     }
 }

@media all and (max-width: 1200px) {

    #home .container p {
        font-size: 14px;
    }

    #index .container {
        margin-top: 20px;
        text-align: center;
    }

    .form {
        width: 100%;
    }


    #home .content .aceleradores {}

    #home .content .aceleradores:last-child {
        border-right: none;
    }

    .bg-pattern-1,
    .bg-pattern-2 {
        display: none;
        background-image: none;
        background-repeat: no-repeat;
        width: 25.5625rem;
        height: 25.5625rem;
        background-size: cover;
        position: absolute;
        bottom: 0;
        margin-bottom: 20%;
        margin-left: 0%;
        left: 0;
    }

}




@media all and (max-width: 991px) {

    #home .content .col-md-6 {
        width: 100%;
    }

    #home .content .aceleradores {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #home .simbolo {
        width: 50px;
    }


    #home .row {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }

    #home .row h1 {
        margin-top: 0px;
        font-size: 22px;
    }

    #home .container p {
        font-size: 14px;
    }

    #home .content .aceleradores {
        height: auto;
        border-right: none;
    }

    #home .content .aceleradores2 {

        width: 100%;
    }

    .col-md-4 {
        margin-bottom: 30px;
    }


    .title-simbol{
        display: flex;
        justify-content: center;
    }

    #noticias .container p {
        font-size: 14px;
        line-height: 17px;
    }

}



@media all and (max-width: 767px) {
    .navbar img.logo_so {
        width: auto;
    }

  
    .navbar-brand{
        float: inherit!important;
        max-width: 80%;
        display: block;
    }
    
    #home .container p.nota {
        margin-top: 30px;
    }
    .navbar-default .container{
        display: inherit!important;
        padding-top: 10px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 20px;
        border-color: transparent !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: black;
        width: 30px;
    }


    #home .content .aceleradores2 {
        width: 100%;
    }

    .nav>li {
        text-align: center;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav>li>a {
        height: auto;
    }

    #home .content .aceleradores h2 {
        left: -10px;
        margin-top: 25px;
    }

    .white_container_subtitulo p {
        font-size: 16px !important;
    }
    #bases .container table.tabla-imagen img{
        max-width: 100px;
      
     }
     .img-logos-responsive{
        margin-top: -121px;
    }
    .img-logos-responsive-top{
        margin-top: -270px;
    }

    /*
#home .jumbotron {
	background-image: url(../img/cab_sections/cab_home_min.jpg);
	}
#bases .jumbotron {
	background-image: url(../img/cab_sections/cab_bases_min.jpg);
	}
#videos .jumbotron {
	background-image: url(../img/cab_sections/cab_videos_min.jpg);
	}
#noticias .jumbotron {
	background-image: url(../img/cab_sections/cab_noticias_min.jpg);
	}
#videos .jumbotron {
	background-image: url(../img/cab_sections/cab_videos_min.jpg);
	}
#opiniones .jumbotron {
	background-image: url(../img/cab_sections/cab_opiniones_min.jpg);
	}

    */
  

    /* .navbar-default .navbar-nav>.active>a::before {
        content: '';
        background-color: #FF4B00;
        height: 2px;
        border-radius: 25px;
        width: 30%;
        position: absolute;
        top: 88%;
        left: 35%;
    } */

    
    .logo-header {
        position: absolute;
        left: 0px;
        top: 26%;
        width: 170px;
    }

    form {

        padding: 0px 15px;
        width: 465px;
    }

    #bases .derecha::before,
    #opiniones .derecha::after {
        z-index: -1;
    }
}

