/* === Fonts  */



/* Source Sans */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/TTFirsNeue/ttfirsneue-light-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/TTFirsNeue/ttfirsneue-extralight-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/TTFirsNeue/ttfirsneue-demibold-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-demibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('.ttf') format('ttf');
    src: url('/fonts/TTFirsNeue/ttfirsneue-light-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-light-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/TTFirsNeue/ttfirsneue-lightitalic-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


/* TTFirs */

@font-face {
    font-family: 'TTFirs Neue';
    src: url('/fonts/TTFirsNeue/ttfirsneue-lightitalic-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-lightitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTFirs';
    src: url('/fonts/TTFirsNeue/ttfirsneue-thinitalic-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-thinitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTFirs';
    src: url('/fonts/TTFirsNeue/ttfirsneue-italic-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTFirs';
    src: url('/fonts/TTFirsNeue/ttfirsneue-regular-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTFirs Extra1';
    src: url('/fonts/TTFirsNeue/ttfirsneue-extrabold-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTFirs Neue Bold';
    src: url('/fonts/TTFirsNeue/ttfirsneue-bold-webfont.woff2') format('woff2'), url('/fonts/TTFirsNeue/ttfirsneue-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Bemio */
@font-face {
    font-family: 'Bemio-Italic';
    src: url('/fonts/Bemio/bemio-italic-webfont.woff2') format('woff2'), url('/fonts/Bemio/bemio-italic-webfont.woff') format('woff'), url('/fonts/Bemio/bemio-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bemio';
    src: url('/fonts/Bemio/Bemio.woff2') format('woff2'), url('/fonts/Bemio/Bemio.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bemio';
    src: url('/fonts/Bemio/Bemio.ttf') format('ttf'), url('/fonts/Bemio/Bemio.otf') format('otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*= seccion descarga===*/

.section-descarga {
    display: none;
}


/*====== cookies =====*/

.aviso-cookies {
    display: none;
    background: #fff;
    padding: 4%;
    width: calc(100% - 40px);
    max-width: 80%;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 80px;
    left: 10%;
    z-index: 100;
    padding-top: 60px;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
    text-align: center;
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .galleta {
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .boton {
    width: auto;
    background: #595959;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    font-size: 14px;
    margin: auto 15px;
}

.parrafo {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    text-align: center;
    width: 80%;
    margin: auto;
}

.aviso-cookies .boton:hover {
    background: #000;
}

.aviso-cookies .enlace {
    color: #4DBFFF;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0, 0, 0, .80);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}


/*==popup======*/

.modal {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 1;
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(6px);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.icon-modal {
    width: 174px;
    margin: auto;
    position: fixed;
    top: -20%;
    left: 39.5%;
    height: auto;
}

.title-modal {
    margin: 50px 15px 20px;
    font-family: 'TTFirs Neue Bold';
    font-size: 32px;
    line-height: 60px;
}

.modal-text {
    font-size: 15px;
    margin: 15px auto;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.select-modal {
    font-size: 16px;
    color: #000000;
    background-color: rgb(255, 255, 255);
    font-family: 'Source Sans Pro';
    font-weight: 700;
    width: 390px;
    height: 40px;
}

.select-modal-idioma {
    font-size: 16px;
    color: #000000;
    background-color: rgb(255, 255, 255);
    font-family: 'Source Sans Pro';
    font-weight: 700;
    width: auto;
    height: 40px;
}

.modal-dialog {
    width: 800px;
    margin: 10% auto;
    height: 500px;
}

.boton-modal {
    background: #E73137;
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    width: 248px;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    color: #143453;
    font-size: 40px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    border: 2px solid #fff;
    height: 100%;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #143453;
    text-shadow: 0 0px 0 #143453;
    filter: alpha(opacity=20);
    opacity: .7;
}

----------------------------------*/ #popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.content-popup {
    /* margin: 0px auto; */
    /* margin-top: 100px; */
    position: relative;
    padding: 5px;
    width: 8%;
    background: rgba(197, 197, 197, 0.8);
    border-radius: 10px;
}

#container {
    margin: auto;
    width: 1300px;
}

.grid-item {
    display: inline-block;
    height: 570px;
    overflow: hidden;
    width: 400px;
    padding: 0 15px;
}

.grid-item img {
    width: 100%;
    height: auto;
}

.grid-item img:hover {
    filter: none;
}

.nav-tabs {
    width: 50%;
    margin: auto;
    border-bottom: 3px solid #222848;
    cursor: pointer;
}

.isotope-pager .pager {
    display: inline-block;
}

.filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 20px;
}

.isotope-pager a {
    margin: 6px 5px;
    display: inline-block;
    width: 50px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.isotope-pager {
    padding: 30px 0;
}

.isotope-pager a:hover {
    color: #fff;
}

.isotope-pager .active {
    color: #fff !important;
    background-color: #e73137;
}

.isotope-pager .prev {
    border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
    border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
    border-right: 20px solid #2c3e50;
    right: 100%;
}

.isotope-pager .num:after,
.prev:after {
    border-right: 20px solid #f1f1f1;
    right: 0;
}

.responsive-iframe {
    width: 100%;
    height: 600px;
}

.isotope-page .pager {
    display: inline-block;
}

.filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 20px;
}

.isotope-page a {
    margin: 6px 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 31px;
    color: #fff0;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    background-color: #ffffff52;
    border-radius: 50px;
}

.isotope-page {
    padding: 30px 0;
    margin: auto;
    width: 13%;
}

.isotope-page a:hover {
    color: #fff0;
}

.isotope-page .active {
    color: #fff0 !important;
    background-color: #e73137;
}

.isotope-page .prev {
    border-radius: 30px 0 0 30px;
}

.isotope-page .next {
    border-radius: 0 30px 30px 0;
}

.isotope-page a::before,
.isotope-page a:after {
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.isotope-page .num::before,
.next::before {
    border-right: 20px solid #2c3e50;
    right: 100%;
}

.isotope-page .num:after,
.prev:after {
    border-right: 20px solid #f1f1f1;
    right: 0;
}


/*---------------------------------*/

/*Register modal==*/
#modal label {
    font-size: 20px;
    margin: 14px auto;
    color: #143453 !important;
}
#modal input#myCheck {
    /* width: 18px; */
    float: initial;
    /* margin: 0 15px 0 0; */
}
#modal select#colaboid {
    width: 50%;
    border-radius: 5px;
    height: 47px;
    border: 1px solid #00A3E0;
    background: rgb(255 255 255 / 10%);
}
#modal .modal-dialog {
    width: 780px;
    margin: 15% auto;
    height: 550px;
}
#modal .title-modal {
    margin: 28px 15px 0px;
    font-family: 'TTFirs Neue Bold';
    font-size: 28px;
    /* line-height: 60px; */
}
#modal .icon-modal {
    width: 160px;
    margin: auto;
    position: fixed;
    top: -12%;
    left: 39.5%;
    height: auto;
}
#modal ul {
    margin-top: 0;
    margin-bottom: -8px;
}
#modal ul#parsley-id-3 {
    display: none !important;
}
#modal li.parsley-required {
    display: none !important;
    /*font-size: 13px;*/
}
.registerform-modal {
    padding: 0px 15px;
    width: 100%;
    text-align: left;
    color: #000;
    font-family: 'TTFirs Neue Bold';
    font-size: 16px;
    font-weight: 400;
    margin: auto;
}
#modal .select-modal input {
    width: 75%;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #00A3E0;
    background: rgb(255 255 255 / 10%);
}
#modal .select-modal {
    font-size: 16px;
    color: #000000;
    background-color: rgb(255, 255, 255);
    font-family: 'Source Sans Pro';
    font-weight: 700;
    width: 60%;
    height: 40px;
    border-radius: 6px !important;
}
#modal .modal-body {
    position: relative;
    padding: 10px;
    margin-top: 25px;
}
#modal .bs-searchbox .form-control {
    width: 100% !important;
}
/*---------------------------------*/

.txt-exo {
    color: #fff;
    font-size: 19px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    line-height: 20px;
}

.txt-pais {
    color: #fff;
    font-size: 20px;
    padding: 35px 0;
    list-style: none;
    line-height: 35px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
}

svg:not(:root) {
    overflow: hidden;
    margin: auto;
    top: 7px;
    position: relative;
}

h1.info-noticias {
    color: #fff;
    font-size: 28px;
    width: 100%;
    font-family: 'Bemio-Italic';
    font-weight: 600;
    line-height: 30px;
}

.info-noticias-cont {
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Source Sans Pro';
}

.info-noticias-leer {
    font-size: 20px;
    width: max-content;
    color: #fff;
    line-height: 37px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}

h1.blog {
    margin: 0px 35px !important;
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    max-width: 640px;
    text-align: left !important;
    padding-bottom: 50px;
}


/*{
    margin: 0px 35px;
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    max-width: 640px;
    text-align: left;
}*/


/* === Header  */

.header-web {
    padding: 0px 50px;
    width: 100%;
    z-index: 10;
}
header.navbar-fixed-top.header-web.visible-lg.animated.slideInDown {
    /*position: relative;*/
    height: 100px;
    width: 100%;
}
header.navbar-fixed-top.header-web.visible-lg.animated.slideInDown::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #88233c, #0c234a);
    z-index: -1;
}
.menu-txt {
    color: white;
    font-size: 12px;
    font-weight: 600;
    float: left;
    margin: 5px;
    font-family: 'Source Sans Pro';
}

header .logo {
    cursor: pointer;
    height: 110px;
    position: relative;
    z-index: 999;
}

header .dropdown-header {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 71px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 100 !important;
    background: rgb(40 52 81 / 80%);
    height: 60px;
    padding: 15px 19px 15px 19px;
    width: 145px;
    border: 2px solid #f02531;
}

header .dropdown span {
    color: #f02531;
}

a {
    color: #fff;
    text-decoration: none;
}

header .dropdown img:hover {
    opacity: .6;
}

header .dropdown .dropdown-menu {
    padding: 0px 0px 0px 10px !important;
    background: rgb(40 52 81 / 80%);
    width: 50px !important;
    margin-top: -32px;
    border: 2px solid rgb(36 79 112);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 73px;
    left: -22%;
}

header .dropdown .dropdown-menu li {
    width: 50px !important;
}

header .dropdown .dropdown-menu li a {
    background-color: transparent;
    margin: 0px;
    width: 50px !important;
    color: #fff;
    padding: 10px;
}

header .menu {
    display: flex;
    float: right;
    color: #ffffff;
    padding-top: 20px;
    text-transform: uppercase;
}

header .menu a {
    color: #ffffff;
    margin: 0px 6px 0px 6px;
    font-size: 16px;
    font-family: 'Bemio';
    font-weight: 700;
    padding: 10px 15px;
}

.dropdown-menu {
    position: absolute;
    top: 160%;
    left: 2px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 430px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 8px;
}

table {
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 5px;
    line-height: 22px;
    min-inline-size: -webkit-fill-available;
    font-family: 'Source Sans Pro';
}

header .menu .active {
    border-bottom: 3px solid #E73137;
}

header .menu a:hover {
    text-decoration: none;
    /*opacity: .6;*/
    color: #f02531;
}

td,
th {
    padding: 10px;
}

header .sec-buttons {
    padding-top: 10px;
}

header .sec-buttons button {
    margin: 0px 0px 0px 20px;
}

header .sec-buttons button img {
    margin: 0px 10px 0px 0px;
}

header .menu-mobil {
    padding: 15px 0px 0px 0px;
}

header .sec-buttons {
    display: none;
}

header .menu-mobil.sec-buttons {
    display: none;
}

.header-mobil {
    padding: 20px 20px 20px 0px;
}

.header-mobil .logo-mobil {
    height: 60px;
}

header .registerform.d-none {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

header .registerform input {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ededed;
    color: #333333;
}

header .registerform input[type='checkbox'],
header .registerform label {
    display: inline-block;
    width: auto;
}

header .registerform button {
    display: block;
    width: 100%;
}

header .registerform .parsley-errors-list {
    padding: 10px;
    margin-top: -10px;
    list-style: none;
    color: red;
    font-weight: bold;
}

header .registerform a {
    width: 100%;
}

.header-mobil .dropdown {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 80px;
    cursor: pointer;
    background: none;
    border-radius: 10px;
    padding: 0px 0px;
    z-index: 100 !important;
}
.section-home a img {
    display: none !important;
}

.text-center {
    text-align: center;
    margin-top: 35px;
}


/* === Buttons  */

.btn-blue {
    height: 47px;
    padding: 10px 20px;
    background-color: #00A3E0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

.btn-blue:hover {
    background-color: #008DC1;
    color: #ffffff;
}

.btn-line-blue {
    height: 47px;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #00A3E0;
    color: #00A3E0;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    border-radius: 100px;
}

.btn-line-blue:hover {
    height: 47px;
    padding: 10px 20px;
    background-color: #00A3E0;
    border: 1px solid #00A3E0;
    color: #ffffff;
}

.btn-red {
    height: 47px;
    padding: 10px 20px;
    background-color: #E73137;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    margin: 0 auto;
}

.btn-red:hover {
    background-color: #C61E24;
    color: #ffffff;
}

.btn-red-rounded {
    height: 47px;
    padding: 10px 40px;
    background-color: #E73137;
    color: #ffffff;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

.btn-red-rounded:hover {
    background-color: #C61E24;
    color: #ffffff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0.9);
}

.refe {
    width: 72px;
    display: inline-block;
    height: 77px
}
button.btn.btn-red.openModalBtn.showhide {
    display: none;
}

a button.btn.btn-red {
    display: none;
}
div#form {
    display: none;
}
button.btn.btn-red.openModalBtn {
    display: none;
}
.testimonio-hide {
    display: none !important;
}



/* = Section Home ====== */

.section-home {
    padding: 120px 0px 180px 40px;
    /*background-image: linear-gradient(80deg, rgba(2, 24, 55, 0.8) 32.93%, rgba(2, 24, 55, 0) 110.98%), url(/images/home-1.jpg);*/
    background-color: #0c234a;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-home.bgr-eng {
   padding: 40px 0px 180px 40px;
}

.section-home.bgr {
    padding: 48px 0px 180px 40px;
}

.section-home-legal {
    padding: 130px 0px 180px 40px;
    background-image: linear-gradient(80deg, rgba(2, 24, 55, 0.8) 32.93%, rgba(2, 24, 55, 0) 110.98%), url(/images/legales-2.JPG);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-home-bgr {
    background-image: linear-gradient(90deg, rgb(0 48 87 / 70%) 0%, rgb(105 49 77 / 70%) 99.99%, rgb(239 51 64 / 70%) 100%), url(/images/home-2.jpeg);
    padding: 230px 100px 200px 100px;
    background-position: center;
    background-size: cover;
}

.section-home h1 {
    margin: 0px 0px 0px 0px;
    font-family: 'Bemio-Italic' !important;
    font-size: 48px;
    color: #ffffff;
    line-height: 35px;
    text-transform: uppercase;
}
.section-home h2.hero{
    margin: 10% 0px 0px 0px;
    font-family: 'Bemio-Italic' !important;
    font-size: 1.8vw;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
}
span.little {
    font-size: 2.2vw;
    font-family: 'Bemio-Italic' !important;
    color: #ffffff;
}
span.azul {
    font-family: 'Bemio' !important;
    /*font-size: 48px;*/
    color: #1875f4;
}
span.rojo {
    font-family: 'Bemio-Italic';
    color: #f02531;
}
.section-home-bgr h1 {
    margin: 60px 0px 60px 0px;
    font-family: 'TTFirs Neue Bold';
    text-transform: uppercase;
    font-size: 48px;
    color: #ffffff;
}

.section-home h1 strong {
    color: #f02531;
    font-weight: 400;
}
.section-home h2 strong {
    color: #f02531;
    font-weight: 400;
}

.section-home p {
    margin: 10px 0px 0px 0px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 1.3vw;
    color: #ffffff;
}

.section-home-bgr p {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
}

.mensaje {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.mensaje.d-block {
    display: block!important;
    text-align: center;
    opacity: 1;
}

.padin {
    margin-top: 55px;
}

.mensaje.mensaje-view {
    display: block;
    opacity: 1;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    font-family: 'Source Sans Pro';
}

#sendForm-mobil.d-none,
#sendForm.d-none {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

div#noticias {
    padding: 0px 0 0 0;
    background-color: #0c234a;
}

div.section-ranking#noticias {
    padding: 20px 0 0 0;
}
div#testimonio.tab-pane{
    display: none !important;
}
@media screen and (max-width:1340px) and (min-width:1200px) {
    .section-home h2.hero {
        margin: 35px 0px 0px 0px;
    }

    div#noticias {
        padding: 120px 0 0 0;
        background-color: #0c234a;
    }

/*@media (max-width: 1120px) {
    .section-home h2.hero {
        margin: 110px 0px 20px 0px;
        font-size: 44px;
    }
}*/

    header .menu a {
        font-size: 13px !important;
    }
    .section-home h1 {
        font-size: 35px !important;
    }
    .gracias-bimbo {
        font-size: 43px !important;
    }
    .sec-counter .card-counter h1 span.azul {
        font-size: 43px !important;
    }
    .section-bgr h1 {
        font-size: 43px !important;
    }
    .section-bgr p {
        font-size: 16px !important;
    }
    .section-timer h1 {
        font-size: 43px !important;
    }
    .section-timer .sec-div span {
        font-size: 43px !important;
    }
    .section-ranking h1 {
        font-size: 62px !important;
    }
    .title-ranking {
        font-size: 18px !important;
    }
    .col-ran {
        font-size: 22px !important;
    }
    .section-bgrr h1 {
        font-size: 43px !important;
    }
    footer .menu a {
            font-size: 1.0em !important;
    }
    .title-modal {
        font-size: 30px !important;
    }
    .modal-text {
        font-size: 14px !important;
    }
    .modal-dialog {
        height: 430px !important;
    }
    .section-home-legal h1 {
        font-size: 62px !important;
    }
    .section-faq h1{
        font-size: 62px !important;
    }
    .section-faq .panel-heading {
        font-size: 20px !important;
    }
    #modal .icon-modal {
        width: 145px !important;
    }
    #modal .modal-dialog {
        width: 780px;
        margin: 15% auto !important;
        height: 460px !important;
    }
}

@media (max-width: 992px) {

    header .dropdown .dropdown-menu {
        padding: 0px 0px 0px 5px !important;
    }

    span.little {
        font-size: 5.9vw;
    }

    .section-home {
        padding: 110px 0px 30px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-home h2.hero {
        margin: 0px 0px 15px 0px;
        font-size: 23px;
        line-height: 30px;
    }
    .modal-dialog {
        width: auto;
        margin: 30% auto;
    }
    .icon-modal {
        width: 40%;
        margin: auto;
        position: fixed;
        top: -20%;
        left: 31.5%;
        height: auto;
    }
    .panel-group-leg {
        margin-bottom: 20px;
        padding-left: 65px;
    }
    .bgr-h1 {
        font-size: 28px !important;
    }
    .section-legales .panel-heading {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .section-home p {
        margin: 0px 0px 0px 0px;
        font-size: 17px;
    }
    .isotope-page a {
        width: 10px;
        height: 10px;
    }
    .sec-counter-bg .card-counter {
        width: -webkit-fill-available !important;
    }
    .legi {
        width: auto;
        padding-bottom: 0px;
    }
    .padin {
        margin-top: 55px !important;
    }
    .isotope-page {
        width: 100%;
        margin: auto 16%;
    }
    h1.testimonio-prin-bog {
        padding: 0px 15px !important;
    }
    div#testimonio {
        padding-bottom: 20px;
        display: none !important;
    }
    .section-tab .card-testimonio-prin-bog {
        height: auto !important;
    }
    .blog-img {
        border-radius: 15px;
        width: auto;
        margin: auto;
        display: block;
    }
    .panel-heading-le {
        font-size: 22px !important;
        height: 73px !important;
    }
    .section-home button {
        margin-bottom: 30px !important;
        width: 45%;
    }
    header .registerform {
        width: 100%;
        right: auto;
    }
    .select-modal {
        width: 100%;
    }
    .section-formulario input {
        width: 100% !important;
    }
    input#myCheck {
        width: 25px !important;
    }
    .section-formulario h1 {
        font-size: 36px !important;
    }
    .registerform {
        width: 100% !important;
    }
    select#countryid {
        width: 100% !important;
    }
    select#colaboid {
        width: 100% !important;
    }

/*Register modal==*/
    #modal .icon-modal {
        width: 40%;
        margin: auto;
        position: fixed;
        top: -18%;
        left: 31.5%;
        height: auto;
    }
    #modal .modal-dialog {
        width: auto;
        margin: 60% auto !important;
        padding: 0px 5px;
    }
    #modal .title-modal {
        margin: 0px 15px 0px;
        line-height: 30px;
    }
    input#correoid {
        width: 100% !important;
    }
    button.btn.btn-red.sendid {
        width: 100%;
    }
    .registerform-modal {
        padding: 20px 5px;
    }
    #modal label {
        font-size: 18px;
    }
    header .menu-mobil {
        padding: 6px 0px 0px 0px;
    }
    .btn-red {
        font-size: 15px !important;
    }
    .section-home h1 {
        line-height: 20px;
    }
    .img-full {
        width: 107%;
    }
    .section-faq h1 {
        margin: 0px 0px 0px 0px !important;
        font-size: 48px !important;
    }
    button#agregarFamiliar {
        width: 100%;
    }
    button.btn.btn-red.sendit {
        width: 100%;
    }
}


/* = Section counter ====== */

.gracias-bimbo {
    font-family: 'Bemio-Italic' !important;
    text-transform: uppercase;
    text-align: center;
    color: #f02531;
    font-weight: 600;
    font-size: 2.8vw;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}
.gracias-bimbo-2 {
    font-family: 'Source Sans Pro';
    text-align: center;
    color: #ffff;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gracias-bimbo-bgr {
    font-family: 'TTFirs Neue';
    text-align: center;
    color: #ffff;
    font-weight: 600;
    font-size: 54px;
    margin-top: 95px;
    margin-bottom: 30px;
}

.sec-counter {
    padding: 0px 40px 80px 40px;
    /*background-image: url("../images/bg2.png");*/
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #0c234a;
}

.sec-counter-bg {
    text-align: center;
    background-image: linear-gradient(90deg, rgb(0 48 87 / 70%) 0%, rgb(105 49 77 / 70%) 99.99%, rgb(239 51 64 / 70%) 100%);
    padding: 70px 15px 100px 15px;
    background-position: center;
    background-size: cover;
}

.sec-counter-bgr {
    padding: 0px 40px 0px 40px;
    background-image: url(/images/bg2.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: -35px;
}

.bgr-h1 {
    font-size: 48px;
    color: #fff;
    line-height: 61.92px;
    font-family: 'TTFirs Neue Bold';
}

.sec-counter .card-counter {
    background: linear-gradient(126.74deg, rgba(0, 48, 87, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 0.5px solid #00A3E0;
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    width: 350px;
    height: 254px;
    text-align: center;
    padding: 60px 0px 0px 0px;
    display: inline-block;
    margin: -140px 30px 0px 30px;
}

.sec-counter-bg .card-counter {
    background: linear-gradient(126.74deg, rgba(0, 48, 87, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 0.5px solid #00A3E0;
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    width: 27%;
    height: 254px;
    text-align: center;
    padding: 60px 0px 0px 0px;
    display: inline-block;
    margin: 55px 30px 0px 30px;
}

.sec-counter-bg .card-counter h1 {
    font-size: 50px;
    margin: 0px 0px 0px 0px;
    display: inline;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'TTFirs Neue Bold';
    color: #ffffff;
}

.sec-counter-bg .card-counter h4 {
    font-size: 30px;
    margin: 15px 0px 15px 0px;
    font-family: 'Source Sans Pro';
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-counter .card-counter h1 span.azul {
    font-size: 50px;
    margin: 0px 0px 0px 0px;
    display: inline;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Bemio-Italic' !important;
    color: #1875f4;
}

.sec-counter .card-counter .bg-red {
    background: radial-gradient(ellipse at center, rgba(231, 49, 55, 0.9) 20%, rgba(0, 0, 0, 0) 70%);
}

.sec-counter .card-counter h4 {
    font-size: 1.8em;
    margin: 15px 0px 15px 0px;
    font-family: 'Bemio-Italic';
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1366px) {
    .sec-counter .card-counter {
        width: 28%;
        height: 254px;
        text-align: center;
        margin: -140px 10px 0px 10px;
    }
}

@media (max-width: 1246px) {
    .sec-counter .card-counter {
        width: 320px;
        height: 254px;
        text-align: center;
        margin: -140px 10px 0px 10px;
    }
}

@media (max-width: 1138px) {
    .sec-counter .card-counter {
        width: 300px;
        height: 230px;
        text-align: center;
        margin: -140px 10px 0px 10px;
    }
    .sec-counter .card-counter h1 {
        font-size: 50px;
        margin: 0px 0px 0px 0px;
        padding: 10px 20px;
    }
    .sec-counter .card-counter h4 {
        font-size: 26px;
        margin: 15px 0px 15px 0px;
    }
}

@media (max-width: 1078px) {
    .sec-counter .card-counter {
        width: 260px;
        height: 200px;
        text-align: center;
        padding: 50px 0px 0px 0px;
        margin: -140px 10px 0px 10px;
    }
    .sec-counter .card-counter h1 {
        font-size: 46px;
        margin: 0px 0px 0px 0px;
        padding: 10px 20px;
    }
    .sec-counter .card-counter h4 {
        font-size: 22px;
        margin: 15px 0px 15px 0px;
    }
}

@media (max-width: 992px) {
    .sec-counter .card-counter {
        width: 230px;
        height: 200px;
        text-align: center;
        padding: 50px 0px 0px 0px;
        margin: -140px 10px 0px 10px;
    }
    .video-responsive {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 30px; /* Esta línea ofrece compatibilidad para IE6 y puede eliminarse */
        position: relative;
    }
    .video-responsive iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 870px) {
    .sec-counter {
        padding: 0px 0px 20px 0px;
    }
    .sec-counter .card-counter {
        width: 150px;
        height: 120px;
        text-align: center;
        padding: 40px 0px 0px 0px;
        margin: -140px 10px 0px 10px;
    }
    .sec-counter .card-counter h1 {
        font-size: 24px;
        margin: 0px 0px 0px 0px;
        padding: 10px 20px;
    }
    .sec-counter .card-counter h4 {
        font-size: 14px;
        margin: 5px 0px 15px 0px;
    }

    img.section-app {
        width: 45% !important;
        /*padding-right: 10px;*/
    }

    img.section-goo {
        width: 52% !important;
        /*padding-left: 11px;*/
    }
}

@media (max-width: 600px) {
    .sec-counter {
        padding: 0px 0px 20px 0px;
    }
    .sec-counter .card-counter {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 0px;
        margin: 0 0 20px 0;
    }
    .sec-counter .card-counter h1 span.azul {
        font-size: 24px;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px;
    }
    .sec-counter .card-counter h4 {
        font-size: 24px;
        margin: 5px 0px 15px 0px;
    }
    .sec-counter .card-counter h4 strong {
        display: none;
    }
}

@media (max-width: 676px) {}


/* = Section BGR ====== */

.section-bgr {
    /*background-image: linear-gradient(90deg, rgb(0 48 87 / 70%) 0%, rgb(105 49 77 / 70%) 99.99%, rgb(239 51 64 / 70%) 100%), url(/images/home-2.jpeg);*/
    padding: 0px 110px 0px 100px;
    background-position: center;
    background-size: cover;
    background-color: #0b1b36;
}

.section-bgr.bgr {
    /* background-image: linear-gradient(90deg, rgb(0 48 87 / 70%) 0%, rgb(105 49 77 / 70%) 99.99%, rgb(239 51 64 / 70%) 100%), url(/images/home-2.jpeg); */
    background-image: linear-gradient(90deg, rgb(0 48 87 / 70%) 0%, rgb(105 49 77 / 0%) 99.99%, rgb(239 51 64 / 70%) 100%), url(/images/fondo-que-es-bgr.jpg);
    padding: 100px 110px 50px 100px !important;
    background-color: #0c234a;
}

.section-bgr.bgr img {
    /*margin-top: 60px;
    margin-bottom: 60px;*/
    opacity: 0.4;
    width: 160%;
}

.section-bgrr {
    /*background-image: linear-gradient(89deg, rgb(0 48 87 / 100%) 0%, rgb(105 49 77 / 100%) 100%, rgb(239 51 64 / 100%) 100%);*/
    padding: 40px 100px 40px 100px;
    background-position: center;
    background-size: cover;
    background-color: #0b1b36;
    text-align: center;
}
.section-bgrr p {
    text-align: center;
}

img.img-full.legi {
    width: 80%;
    padding-top: 30px;
}
img.img-full.legi-eng {
    width: 55%;
    padding-top: 35px;
}
img.img-full.legi-fr {
    width: 55% !important;
    padding-top: 65px;
}
img.img-full.legi-peru {
    padding-top: 90px !important;
}
img.img-full.legi-pt {
    width: 55% !important;
    padding-top: 70px;
}

.section-bgrr h1 {
    text-transform: uppercase;
    font-size: 50px;
}

.txt-bgr {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Source Sans Pro';
    margin: 5% auto;
    text-align: justify;
}

.section-bgr img {
    margin-top: 0;
    opacity: 0.4;
}

.section-bgr h1 {
    margin: 100px 0px 40px 25px;
    font-family: 'Bemio-Italic' !important;
    text-transform: uppercase;
    font-size: 2.8vw;
    color: #f02531;
    text-align: center;
}

.section-bgr h1 span {
    color: #f02531 !important;
}

.section-bgr.bgr h1 {
    margin: 60px 0px 40px 25px;
    font-family: 'Bemio-Italic' !important;
    text-transform: uppercase;
    font-size: 48px;
    color: #f02531;
}

.section-bgr p {
    margin: 0px 20px 10px 20px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.section-bgr .border {
    /*border-left: 1px solid #ffffff;*/
}

.section-bgr video {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

@media (max-width: 1130px) {
    .section-bgr {
        padding: 200px 50px;
    }
}

@media (max-width: 992px) {
    .section-bgr {
        height: 100%;
        padding: 20px 20px 40px 20px;
    }
    .section-bgr.bgr {
        padding: 65px 0px 0px 0px !important;
    }
    .section-bgr img {
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
        /*height: 113px;*/
    }
    .section-bgr .border {
        border-left: none;
        /*border-top: 1px solid #ffffff;*/
        padding-bottom: 20px;
    }
    .section-bgr h1 {
        margin: 20px 0px 20px 0px;
        font-size: 32px;
        text-align: center;
    }
    .section-bgr p {
        margin: 0px 0px 5px 0px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
    }
    .section-bgr.bgr img {
        display: none;
    }
    .section-home-bgr {
        background-image: linear-gradient(90deg, rgb(0 48 87 / 70%) 0%, rgb(105 49 77 / 70%) 99.99%, rgb(239 51 64 / 70%) 100%), url(/images/bg4.JPG);
        padding: 75px 15px 200px 15px;
        background-position: center;
        background-size: cover;
    }
    .gracias-bimbo {
        margin: 15px 10px 0px 10px;
        line-height: 40px;
        font-size: 30px;
    }
    .gracias-bimbo span.little {
        font-size: 6.2vw;
    }
    .gracias-bimbo-bgr {
        font-size: 28px;
    }
    .section-bgrr {
        padding: 15px 15px 20px 15px;
    }
    .section-bgrr h1 {
        font-size: 40px;
    }
    .section-home.bgr {
        padding: 20px 0px 20px 0px;
    }
    .gracias-bimbo-2 {
        font-size: 32px;
    }
    .mv {
        width: auto;
        margin-bottom: 50px;
    }
    .sec-counter-bg .card-counter {
        margin: 55px 0px 0px 0px;
    }
    .responsive-iframe {
        width: 100%;
        height: 300px;
    }
    img.img-full.legi {
        width: 80%;
        padding-top: 0px;
    }
    .section-home-legal h1 {
        margin: 0px 0px 0px 0px !important;
        font-size: 48px !important;
    }
    .section-home-legal {
        padding: 120px 10px 70px 10px;
    }
    .section-formulario {
        padding: 15px 5px 0px !important;
    }
    .cv {
        margin: 20px 0px 20px 0px !important;
    }
    .manifiesto-text {
        padding: 0px 20px 0px 20px;
    }
    .section-home.bgr-eng {
        padding: 20px 0px 20px 0px;
    }
}

/* = Images grid ====== */

.section-img-grid {
    /*background: linear-gradient(90deg, #003057 0%, #69314D 99.99%, #EF3340 100%);*/
    padding-bottom: 40px;
    background-color: #0b1b36;
}

.section-img-grid .slider {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0px 10px 0px 0px;
}

.slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

@media (max-width: 992px) {
    .slick-slide img {
        height: 120px;
        border-radius: 5px;
    }
    .section-img-grid .col-md-12 {
        padding: 0px;
    }
    /*.col-xs-6.visible-md.visible-sm.visible-xs.align-right.menu-mobil {
        display: none !important;
    }*/
}

@media (max-width: 600px) {
    .slick-slide img {
        height: 120px;
    }
}


/* = Images grid ====== */

.section-timer {
    /*background-image: url("../images/bg4.png");*/
    background-color: #0c234a;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;
    text-transform: uppercase;
    display: none !important;
}

.section-timer h1 {
    margin: 0px auto 60px auto;
    font-family: 'Bemio-Italic';
    font-size: 48px;
    color: #ffffff;
    max-width: 80%;
}

.section-timer .sec-div {
    display: inline-block;
    background-color: #E73137;
    border-radius: 10px;
    margin: 0px 20px 0px 20px;
    height: 100px;
    width: 112px;
    padding-top: 5px;
}

.section-timer .sec-div span {
    margin: 0px 0px 0px 0px;
    font-family: 'TTFirs Neue Bold';
    font-size: 48px;
    color: #ffffff;
    max-width: 600px;
}

.section-timer .sec-div p {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-top: -5px;
}

@media (max-width: 992px) {
    .section-timer button {
        margin: 30px 0px 0px 0px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-timer h1 {
        margin: -20px auto 20px auto;
        font-family: 'TTFirs Neue';
        font-weight: bold;
        font-size: 32px;
        line-height: 35px;
    }
    .section-timer .sec-div {
        display: inline-block;
        border-radius: 10px;
        margin: 0px 20px 0px 20px;
        height: 100px;
        width: 100px;
        padding-top: 5px;
    }
    .manifiesto-text h1 {
        font-size: 28px !important;
        line-height: 32px;
    }
    .manifiesto-text p {
        font-size: 15px;
        margin: 0px 15px 0px 15px;
    }
}

@media (max-width: 640px) {
    .section-timer .sec-div {
        display: inline-block;
        border-radius: 10px;
        margin: 10px 15px 0px 0px;
        height: 90px;
        width: 100px;
        padding-top: 5px;
    }
    .section-timer .sec-div span {
        margin: 0px 0px 0px 0px;
        font-size: 34px;
        color: #ffffff;
        max-width: 600px;
    }
    .section-timer button {
        width: 100%;
    }
    .section-timer .sec-div p {
        font-size: 15px;
    }
}

.section-tab .nav-tabs {
    margin-bottom: 15px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #222848;
    cursor: pointer;
}

.section-tab .nav .nav-item.active a {
    background: transparent;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

.section-tab .nav .nav-item.active a:hover {
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.nav-tabs>li>a {
    color: #fff;
    margin-right: 30px;
    line-height: 1.42857143;
    border-radius: 4px;
    text-align: center;
    font-size: 28px;
    background-color: transparent;
    cursor: pointer;
    font-family: 'TTFirs Neue';
}

.nav-tabs>li>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid red;
    border-top: 1px solid #021836;
    border-left: 1px solid #021836;
    border-right: 1px solid #021836;
    border-radius: 0px;
    cursor: pointer;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: transparent !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 4px solid #f02531;
    cursor: pointer;
    font-family: 'Bemio-Italic';
}

.scroll-hor {
    overflow: auto;
    white-space: nowrap;
    padding: 20px 0px;
}

.scroll-hor .item-testimonio-p {
    display: inline-block;
    margin-right: 20px;
    height: 376px;
    width: 309px;
}

.text-testimonio {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-top: 40px;
    font-weight: 700;
}

.section-tab .card-testimonio-prin {
    background-color: #003057;
    border: 1px solid #00A3E0;
    border-radius: 16px;
    align-content: center;
    padding: 80px 40px;
    margin: 0px 0px 0px 0px;
    height: 376px;
    position: relative;
}

h1.testimonio-prin-bog {
    color: #fff;
    font-size: 24px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    line-height: 30px;
    padding: 0px 25px;
    margin: 10px auto;
}

.info-noticias-cont-blog {
    color: #fff;
    font-size: 16px;
    width: 366px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Source Sans Pro';
    padding: 0 10px;
    margin: auto;
}

.section-tab .card-testimonio-prin-bog {
    background-color: #003057;
    border: 1px solid #00A3E0;
    border-radius: 16px;
    align-content: center;
    padding: 30px 15px;
    margin: 0px 0px 0px 0px;
    height: 380px;
    position: relative;
}

p.back {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    color: #fff;
}

.blog-img {
    border-radius: 15px;
    width: auto;
}

.section-tab .card-testimonio-noti {
    background-color: #003057;
    border-radius: 16px;
    align-content: center;
    padding: 80px 40px;
    margin: auto;
    height: 584px;
    width: auto;
    position: relative;
}

.section-tab .card-testimonio-noti h1 {
    font-family: 'Bemio-Italic';
    font-size: 50px;
    color: #ffffff;
    width: 200px !important;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 43px;
}

.section-tab .card-testimonio-prin h1 {
    font-family: 'TTFirs Neue Bold';
    font-size: 1.8em;
    color: #ffffff;
    width: 200px !important;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 80px;
}

.scroll-hor .item-testimonio {
    display: inline-block;
    margin-right: 20px;
    height: 376px;
    width: 646px;
}

.section-tab .card-testimonio-notic .testi-bimbo h1 {
    font-size: 25px;
    font-family: 'Bemio-Italic';
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
}

.section-tab .card-testimonio-blog .testi-bimbo h1 {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
}

.section-tab .card-testimonio {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 646px;
    height: 376px;
    border-radius: 16px;
    padding: 136px 30px;
    position: relative;
}

.section-tab .card-testimonio-notic {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 282px;
    border-radius: 16px;
    padding: 136px 30px;
    position: relative;
}

.section-tab .card-testimonio-blog h4 {
    padding: 5px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    background: #E73137;
}

.section-tab .card-testimonio-blog {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 282px;
    border-radius: 16px;
    padding: 136px 30px;
    position: relative;
}

.section-tab .card-testimonio .info {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.section-tab .card-testimonio h1 {
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 1.5em;
    color: #ffffff;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    position: relative;
    width: 600px;
    display: inline-block;
}

.section-tab .card-testimonio .testi-bimbo h1 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Source Sans Pro';
}

.section-tab .card-testimonio h4 {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

.section-tab .card-testimonio-notic h4 {
    padding: 5px;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    background: #E73137;
}

.section-tab .card-testimonio .user-test {
    display: flex;
}

.section-tab .card-testimonio .img-user {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.section-tab ::-webkit-scrollbar {
    height: 5px;
}

.section-tab ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 1px;
    height: 2px;
    border-radius: 100px;
}

.section-tab ::-webkit-scrollbar-thumb {
    background: #f02531;
    border-radius: 10px;
    height: 4px;
}

.section-tab ::-webkit-scrollbar-thumb:hover {
    background: #1875f4;
}

.section-manifiesto {
    background-color: #0c234a;
    padding: 50px 0px 50px 0px;
}
.manifiesto-text h1 {
    font-family: 'Bemio-Italic';
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
}
.manifiesto-text p {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.section-manifiesto h1 strong {
    color: #FBD42E;
    font-weight: 400;
}

.row.title-ranking {
    margin: 0px 0px 0px 60px !important;
    text-transform: uppercase;
}

/*#table-ranking-bgr .col-md-3.col-sm-3 {
    padding-left: 50px;
}*/

.col-md-3.col-sm-3 {
    width: 32%;
}
.col-md-4.col-sm-4 {
    width: 18%;
}
#table-container2 .col-md-3.col-sm-3 {
    /*padding-left: 50px !important;*/
}

@media (max-width: 992px) {
    .section-tab {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }
    .dropdown-menu {
        top: 167%;
        left: -80px;
    }
    .section-manifiesto {
        padding: 0px 0px 0px 0px;
    }
    .language_es .section-tab .nav-tabs {
        width: fit-content;
    }
    .section-tab .card-testimonio-noti {
        background-color: #003057;
        border-radius: 16px;
        align-content: center;
        padding: 30px 10px;
        margin: auto;
        height: 284px;
        width: auto;
        position: relative;
        margin-top: 110px;
    }
    .section-tab .card-testimonio-noti h1 {
        font-family: 'TTFirs Neue';
        font-weight: bold;
        font-size: 28px;
        color: #ffffff;
        width: 105px !important;
        line-height: 36px;
        display: block;
        position: absolute;
        top: 2px;
    }
    .section-tab .card-testimonio-prin2 {
        background-color: #003057;
        border: 1px solid #00A3E0;
        border-radius: 16px;
        align-content: center;
        padding: 30px 40px;
        margin: 0px 0px 0px 0px;
        height: 100%;
        position: relative;
    }
    .section-tab .card-testimonio-prin2 h1 {
        font-size: 24px;
        line-height: 34px;
        position: relative;
        top: 0px;
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .section-tab .card-testimonio-notic .testi-bimbo h1 {
        font-size: 15px;
        font-family: 'Source Sans Pro';
        color: #ffffff;
        font-weight: 600;
        line-height: 21px;
    }
    .nav-tabs {
        width: max-content;
        margin: auto;
        border-bottom: 3px solid #222848;
        cursor: pointer;
    }
    .section-tab .card-testimonio-notic {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        height: auto;
        border-radius: 16px;
        padding: 30px 15px;
        position: relative;
    }
    .section-tab .card-testimonio-notic h4 {
        padding: 5px;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        margin-top: 10px;
        font-weight: 600;
        background: #E73137;
        line-height: 27px;
    }
    .scroll-hor .item-testimonio-p {
        height: 450px;
        width: 330px;
    }
    .language_pt .scroll-hor .item-testimonio-p {
        height: 550px;
    }
    .scroll-hor .item-testimonio {
        height: 270px;
        width: 300px;
    }
    .scroll-hor .item-testimonio.movil-item-test {
        height: 450px;
        width: 330px;
    }
    .language_pt .scroll-hor .item-testimonio.movil-item-test {
        height: 550px;
    }
    .section-tab .card-testimonio {
        width: 300px;
        height: 250px;
    }
    .section-tab .card-testimonio.testi-card {
        width: 330px;
        height: 470px;
    }
    .language_pt .section-tab .card-testimonio.testi-card {
        height: 550px;
    }
    .section-tab .card-testimonio h1 {
        font-size: 14px;
        line-height: 23px;
        margin: 0px 0px 10px 0px;
        position: relative;
        white-space: normal;
        width: 280px;
    }
    .section-tab .card-testimonio h4 {
        font-size: 13px;
    }
    .section-tab .card-testimonio .img-user {
        width: 30px;
        height: 30px;
    }
    .scroll-hor {
        overflow: auto;
        white-space: nowrap;
        padding: 20px 0px 40px 0px;
    }
    .scroll-hor.testi {
        height: 530px;
    }
    .language_pt .scroll-hor.testi {
        height: 625px;
    }
    .nav-tabs>li>a {
        text-align: center;
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
    }
    .section-tab .nav-tabs {
        margin-bottom: 15px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        background-color: transparent;
        border-bottom: 3px solid #222848;
        cursor: pointer;
    }
    .section-tab .card-testimonio .info {
        width: 230px;
        display: block;
        bottom: 0px;
    }
    .section-tab .card-testimonio .testi-bimbo h1 {
        line-height: 22px;
    }
    .section-tab .card-testimonio-prin {
        height: 470px;
    }
    .language_pt .section-tab .card-testimonio-prin {
        height: 550px;
    }
    .section-tab .card-testimonio-prin h1 {
        font-size: 2.2em;
        line-height: 50px;
    }
    .info-noticias-cont-blog {
        width: auto;
    }
    #container {
        margin: auto;
        width: 90% !important;
    }
    h1.info-noticias {
        width: 100%;
    }
    .info-noticias-cont {
        width: 100%;
    }
    .grid-item {
        width: auto;
        padding: 15px;
    }
    td {
        padding: 5px !important;
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        text-decoration: none !important;
        outline: none;
    }
    .mvi {
        padding-bottom: 35px;
    }
    .col-md-4 .col-sm-4 {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
}


/* = Section Participantes ====== */

.section-participantes {
    padding: 60px 20px 60px 20px;
    background: linear-gradient(90deg, #003057 0%, #69314D 99.99%, #EF3340 100%);
    color: #ffffff;
}

.section-participantes h2 {
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.section-participantes h1 {
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 64px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.section-participantes h4 {
    font-family: 'Source Sans Pro';
    font-size: 24px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

/*== Section Ranking ======*/
.section-ranking h1 {
    font-family: 'TTFirs Neue Bold';
    font-weight: bold;
    font-size: 2.8vw;
    color: #ffffff;
    text-align: center;
}
.section-ranking .panel {
    margin-bottom: 20px;
    border: none;
}
.section-ranking .panel-group .panel-heading {
    background-color: #222848;
    border: 1px solid #00A3E0;
    padding: 26px 20px;
    color: #ffffff;
    width: 100%;
    display: block;
}
.section-ranking .panel-heading {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
    margin: 0px 0px 20px 0px;
    text-decoration: none;
    margin-bottom: 0;
}
.section-ranking .panel-group .panel-heading:after {
    content: '';
    background: url(/images/ic-chevron.svg);
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    position: absolute;
}
.section-ranking .panel-body {
    background-color: #222848;
    border: 1px solid #00A3E0;
    padding: 30px 20px;
    color: #ffffff;
}
.col-ran {
    font-family: 'Bemio-Italic';
    color: #fff;
    font-size: 24px;
    /*background-color: #222848;
    font-weight: 700;
    border: 1px solid #00A3E0;
    padding: 15px;
    border-radius: 5px;
    margin: 20px auto;*/
    display: flex;
    align-items: center;
    text-align: inherit;
    padding: 6px 0px 6px 0px;
    text-transform: uppercase;
}
.col-ran:nth-child(even) {
    background-color: #0b1b36;
}
/*.col-ran:nth-child(odd) {
    background-color: #0c234a;
}*/

.number{
    /*margin: -15px;
    padding: 20px;
    background: #e73137;
    border-radius: 5px;
    text-align: center;
    width: 60px;
    margin-right: 10px;*/
    font-family: 'Bemio-Italic';
    width: 28%;
    padding-left: 345px;
}
.flag{
    width: 12%;
    border-radius: 5px;
    margin-right: 3em;
}
.col-md-8.wow.fadeInRight {
    width: 100%;
    padding: 0px 30px 0px 30px;
}
.col-md-5.col-sm-5 {
    width: 25%;
}
.vm {
    font-family: 'TTFirs Neue Bold';
    color: #fff;
    text-align: center;
    margin: 40px auto;
    font-weight: 700;
    font-size: 20px;

}
.flecha{
    content: '';
    background: url(/images/ic-chevron.svg);
    background-size: contain;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}
.title-ranking{
    text-align: initial;
    border: 0px;
    background: transparent;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TTFirs Neue';
    display: flex;
    align-items: center;
    margin: 20px auto;
}
.title-ranking.col-md-4.col-sm-4 {
    width: 100%;
}

@media (max-width: 992px) {
    .col-ran {
        font-size: 11px !important;
    }
    .section-ranking h1 {
        font-size: 35px;
        margin: 0px 0px 20px 0px;
    }
    div#noticias {
        /*padding: 100px 0 0;*/
            padding: 0 0 0 0;
    }
    .number {
        /*background: #e73137;
        margin: -15px;
        padding: 20px;
        border-radius: 5px;
        margin-right: 5px;*/
        text-align: center;
        font-size: 15px;
        padding-left: 0px;
    }
    /*.title-ranking {
        font-size: 10px;
        margin: 0px 0px 0px 132px !important;   
    }*/
    .col-md-5.col-sm-5 {
        width: 100%;
    }
    .col-md-4.col-sm-4 {
        width: 30%;
    }

    .col-md-12.align-center video {
        width: 100% !important;
        height: auto !important;
    }
}


@media screen and (max-width: 420px) and (min-width: 339px) {
    .row.title-ranking {
        margin: 0px 0px 0px 152px !important;
        width: 85% !important;
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    #table-ranking-bgr .col-md-5, #table-container2 .col-md-5{
        text-align: justify;
    }
    .flag {
        width: 20% !important;
        border-radius: 5px !important;
        /*margin-bottom: 10px;*/
    }
}

/* = Section Mobil ====== */

.section-m-slide {
    background-color: transparent;
    padding: 30px 0px;
}

.section-m-slide h1 {
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    max-width: 600px;
    line-height: 46px;
    margin: 0px 0px 20px 0px;
}

.section-m-slide p {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
    margin: 0px 0px 20px 0px;
}

.section-m-slide button {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.section-m-slide .scroll-h {
    overflow: auto;
    white-space: nowrap;
    margin: 40px 0px 0px 0px;
    padding-bottom: 20px;
}

.section-m-slide .section-img {
    height: 330px;
    width: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0px 20px 0px 0px;
    border-radius: 15px;
}

.section-m-slide ::-webkit-scrollbar {
    height: 5px;
}

.section-m-slide ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 1px;
    height: 2px;
    border-radius: 100px;
}

.section-m-slide ::-webkit-scrollbar-thumb {
    background: #E73137;
    border-radius: 10px;
    height: 4px;
}

.section-m-slide ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.section-m-slide .card-descarga-movil {
    border: 1px solid #00A3E0;
    padding: 30px;
    border-radius: 20px;
}


/* ====== Section descarga ===== */

.section-descarga {
    padding: 50px 0px 50px 0px;
    background-image: url("../images/bg5.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-descarga h1 {
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 38px;
    color: #ffffff;
    max-width: 600px;
    line-height: 50px;
    margin: 100px 0px 20px 0px;
}

.section-descarga h1 strong {
    color: #E73137;
}

.section-descarga img {
    margin: 0px 0px 10px 0px;
}

.section-descarga .img-descarga {
    padding: 70px 0px 0px 0px;
}

.section-descarga .img-descarga img {
    margin: 0px 0px 15px 0px;
}

@media (max-width: 992px) {
    .section-descarga .img-lines {
        width: 134px;
        margin: 0px;
    }
    .section-descarga h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 20px 20px 20px 20px;
        text-align: center;
    }
    .section-descarga .img-descarga {
        padding: 20px 0px 0px 0px;
    }
    .section-descarga .img-descarga img {
        margin: 0px 2px 0px 2px;
        width: 150px;
        display: inline-block;
    }
}


/* ====== Section Form ===== */

.section-formulario {
    padding: 100px 15px 50px;
}

.section-formulario h1 {
    margin: 0px auto 40px auto;
    font-family: 'Bemio-Italic';
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    max-width: 640px;
    text-align: center;
}

.section-formulario h1 strong {
    color: #00A3E0;
    font-weight: 400;
}

.registerform {
    padding: 25px 15px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-family: 'TTFirs Neue Bold';
    font-size: 16px;
    font-weight: 400;
    margin: auto;
}

.section-formulario input {
    width: 75%;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #00A3E0;
    background: rgb(255 255 255 / 10%);
}

select#countryid {
    width: 75%;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #00A3E0;
    background: rgb(255 255 255 / 10%);
}

h2.fam {
    font-size: 23px;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 5px solid #E73137;
    width: 50%;
}

.section-formulario option {
    color: #000;
}

input#myCheck {
    width: 18px;
    float: left;
    margin: 0 15px 0 0;
}

.section-formulario label {
    margin: 14px auto;
}

select#colaboid {
    width: 70%;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #00A3E0;
    background: rgb(255 255 255 / 10%);
}

.cv {
    border-radius: 15px;
    margin: 30% auto;
}


/* ====== Section FAQS ===== */

.section-faq {
    padding: 50px 0px 0px 0px;
    /*background-image: url("../images/bg6.png");*/
    background-position: center;
    background-size: cover;
}

.section-faq h1 {
    font-family: 'TTFirs Neue Bold';
    font-size: 64px;
    color: #ffffff;
    margin: 20px 0px 20px 0px;
    text-align: center;
}
.col-md-12.align-center.wow.slideInLeft.faqs {
    background-color: #0c234a;
}
.section-faq h1 strong {
    color: #FBD42E;
}

.section-faq .panel {
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
}

.section-faq .panel-group .panel-heading {
    background-color: #0b1b36;
    /*border: 1px solid #00A3E0;*/
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    display: block;
}

.section-faq .panel-group-leg .panel-heading {
    background-color: #222848;
    border: 1px solid #00A3E0;
    padding: 26px 20px;
    color: #ffffff;
    width: 100%;
    display: block;
}

.section-faq .panel-heading {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
    margin: 0px 0px 20px 0px;
    text-decoration: none;
    margin-bottom: 0;
}

.section-faq .panel-heading a:hover {
    opacity: .7;
}

.section-faq .panel-heading img {
    float: right;
}

.section-faq .panel-group .panel-heading .panel-title a:hover {
    text-decoration: none;
    opacity: .5;
}

.section-faq .panel-group-leg .panel-heading .panel-title a:hover {
    text-decoration: none;
    opacity: .5;
}

.section-faq .panel-body {
    background-color: #0c234a;
    /*border: 1px solid #00A3E0;*/
    padding: 30px 20px;
    color: #ffffff;
}

.section-faq .panel-body p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Source Sans Pro';
}

.section-faq img {
    border-radius: 10px;
}

.section-faq .panel-group .panel-heading:after {
    content: '';
    background: url(/images/ic-chevron.svg);
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    position: absolute;
}

.section-faq .panel-group-leg .panel-heading:after {
    content: '';
    background: url(/images/ic-chevron.svg);
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    position: absolute;
}
.row.img-faq img.img-full {
    /*display: none;*/
    padding-top: 0% !important;
    width: 100% !important;
}
.row.img-faq {
    position: relative;
}
/*.col-md-6.visible-lg.visible-md.wow.fadeInLeft.home {
    background-image: url(https://bimboglobalrace-landing-com.plataformasegura.com/images/bimbo-foto01-111.png);
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}*/
@media (max-width: 992px) {
    .section-faq .panel {
        margin-bottom: 15px;
        border: none;
    }
    .section-faq {
        padding: 20px 0px 20px 0px;
    }
    .section-faq .panel-group .panel-heading {
        background-color: #222848;
        border: 1px solid #00A3E0;
        padding: 20px 40px 20px 20px;
        color: #ffffff;
    }
    .section-faq .panel-group .panel-heading {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 22px;
    }
    .section-faq .panel-group-leg .panel-heading {
        background-color: #222848;
        border: 1px solid #00A3E0;
        padding: 20px 40px 20px 20px;
        color: #ffffff;
    }
    .section-faq .panel-group-leg .panel-heading {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 22px;
    }
    .title-ranking {
        font-size: 10px;  
    }
    .tab-pane.fade.in.active.container-fluid {
        padding-top: 110px;
    }
    .section-bgr.bgr h1 {
        margin: 60px 0px 40px 0px;
    }
    #form h1 span.azul {
        font-size: 32px;
    }
}


/* legales ===*/

.section-legales {
    padding: 80px 0px 80px 0px;
    background-image: url(/images/bg6.png);
    background-position: center;
    background-size: cover;
}

.section-legales .panel {
    margin-bottom: 20px;
    border: none;
}

.section-legales .panel-group .panel-heading {
    background-color: #222848;
    border: 1px solid #00A3E0;
    padding: 26px 20px;
    color: #ffffff;
    width: 100%;
    display: block;
}

.section-legales .panel-group-leg .panel-heading {
    background-color: #222848;
    border: 1px solid #00A3E0;
    padding: 26px 20px;
    color: #ffffff;
    width: 100%;
    display: block;
}

.section-legales .panel-heading {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
    margin: 0px 0px 20px 0px;
    text-decoration: none;
    margin-bottom: 0;
}

.section-legales .panel-heading a:hover {
    opacity: .7;
}

.section-legales .panel-heading img {
    float: right;
}

.section-legales .panel-group .panel-heading .panel-title a:hover {
    text-decoration: none;
    opacity: .5;
}

.section-legales .panel-body {
    background-color: #222848;
    border: 1px solid #00A3E0;
    padding: 30px 20px;
    color: #ffffff;
}

.section-legales .panel-body p {
    font-size: 16px;
    line-height: 26px;
}

.section-legales img {
    border-radius: 10px;
}

.section-legales .panel-group .panel-heading:after {
    content: '';
    background: url(/images/ic-chevron.svg);
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    position: absolute;
}

.section-legales h1 {
    font-family: 'TTFirs Neue';
    font-weight: bold;
    font-size: 64px;
    color: #ffffff;
    margin: 0px 0px 60px 0px;
    text-align: center;
}

.section-home-legal h1 {
    margin: 200px 0px 20px 0px;
    font-family: 'TTFirs Neue Bold';
    font-size: 64px;
    color: #ffffff;
}

.section-home-legal h1 strong {
    color: #E73137;
}

.panel-heading-le {
    background: #E73137;
    width: 70px;
    position: absolute;
    height: 81px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 20px 20px 20px;
    margin-left: -65px;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
}


/* ====== single ===== */

.content-single {
    padding-top: 10%;
}

.title-single {
    color: #ffff;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    font-size: 50px;
    font-family: 'TTFirs Neue';
    line-height: 55px;
    padding: 15px;
}

.single-content {
    padding-bottom: 40px;
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-family: 'Source Sans Pro';
    padding: 15px;
}

.blog-single {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    padding: 136px 30px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .title-single {
        font-size: 30px;
        line-height: 40px;
    }
    .blog-single {
        background-size: cover;
        height: 200px;
        padding: 0;
        margin-top: 90px;
    }
    .single .menu-mobil .btn-red {
        line-height: 22px;
    }

    .txt-bgr {
        text-align: inherit;
    }
}


/* ====== Footer ===== */

footer .menu a:first-child {
    margin-left: 1.2em;
}

footer .menu a:last-child {
    margin-right: 0;
}

footer {
    background: linear-gradient(90deg, #003057 0%, #69314D 99.99%, #EF3340 100%);
    padding: 20px 40px 20px 40px;
    font-family: 'Source Sans Pro';
}

footer a:hover {
    text-decoration: none;
    opacity: .6;
}

footer .menu {
    padding: 40px 0px 0px 0px;
}

footer .menu a {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0px 20px 0px 0px;
}

footer .redes {
    padding: 30px 0px 0px 0px;
}

footer .redes a {
    margin: 0px 0px 0px 20px;
}

footer p {
    margin: 0px 0px 0px 20px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    footer {
        padding: 40px 10px 40px 10px;
    }
    footer .menu a {
        display: block;
        font-size: 14px;
        color: #ffffff;
        margin: 0px 5px 10px 5px;
        margin-left: 0;
        text-align: center;
    }

    .menu a:first-child {
        margin-left: 0;
    }
    
    .menu a:last-child {
        margin-right: 0;
    }
    footer .menu a:first-child {
        margin-left: 0%;
    }
}

@media (max-width: 600px){
    .slick-slide img {
        height: auto;
    }
    .slick-slide img {
        height: auto;
    }
}


footer .col-md-3 img{
    /*height: 84px;*/
    width: 30%;
}

.text-yellow{
    color: #FBD42E !important;
}