/*@font-face {*/
/*    font-family: 'MetropolisRegular';*/
/*    src: url('./fonts/Metropolis-Regular.otf') format('truetype');*/
/*    font-weight: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'MetropolisMedium';*/
/*    src: url('./fonts/Metropolis-Medium.otf') format('truetype');*/
/*    font-weight: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'MetropolisBold';*/
/*    src: url('./fonts/Metropolis-Bold.otf') format('truetype');*/
/*    font-weight: bold;*/
/*}*/

@font-face {
    font-family: 'Gilroy';
    src: url('/static/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, p, a, small, input, label, button, span, #menu > ul > li > a, .action_button, #overlay-menu ul li a {
    font-family: 'Gilroy';
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Gilroy';
}

body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carousel ul li a .title {
    color: #828282;
}

#Top_bar .menu > li > a span:not(.description) {
    line-height: 25px;
    text-align: center;
}

#Top_bar.is-sticky {
    height: 80px;
}

#Top_bar.is-sticky #logo img {
    max-height: none;
    /*margin-top: 10px;*/
}

#Top_bar #logo img {
    max-height: none;
    vertical-align: inherit;
}

#Subheader {
    background-color: #0F9663;
    padding: 90px 0;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-30 {
    padding-bottom: 30px;
}

#Footer .footer_copy .one {
    margin-bottom: 10px;
    padding-top: 20px;
}

#Footer .widgets_wrapper {
    padding: 40px 0;
}

table.ta-left tr td, table.ta-left th {
    text-align: left;
}

table th {
    color: #f04c23;
}

.financiera table tr td:not(:first-child), .financiera table tr th:not(:first-child), .estados table tr td:not(:first-child), .estados table tr th:not(:first-child) {
    text-align: right !important;
}

.bg-head {
    background-color: #F04C23;
}

.bg-head tr th {
    color: white !important;
}

.th-left {
    text-align: left;
}

.th-right {
    text-align: right !important;
}

.fs-20 {
    font-size: 20px;
}

.td-border {
    border-bottom: 2px solid black;
}

.color_orange, .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    /*background-color: #F04C23 !important;*/
    background-color: #4D7E56 !important;
}

.tc-orange, .ta-left a, .table a, .ui-tabs .ui-tabs-nav li.ui-state-active a, .accordion .question.active .title > .acc-icon-plus, .accordion .question.active .title > .acc-icon-minus, .faq .question.active .title > .acc-icon-plus, .faq .question.active .title, .accordion .question.active .title {
    color: #3A3A3A !important;
}

.hr_color, .hr_color hr, .hr_dots span {
    color: #0F9663 !important;
    background-color: #0F9663 !important;
}

.color_black {
    background-color: #181818;
}

.bg_color {
    width: 100%;
}

.bg_color .bg_color_wrapper {
    text-align: center;
    padding: 50px 150px;
}

.bg_color .bg_color_wrapper h4 {
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}

.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper {
    width: 48%;
}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
    font-size: 65px;
    line-height: 62px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title {
    padding-right: 0;
    text-align: right;
}

.offer_thumb_ul .big {
    text-align: right;
}

.line-after:after {
    content: '';
    height: 2px;
    width: 70px;
    position: absolute;
    top: 130px;
    background-color: white;
    right: 294px;
}

.anno {
    /* border: 3px double white; */
    padding: 20px;
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
}

.counter .icon_wrapper i {
    color: #ef5f27;
}

a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #0F9663;
    color: #fff;
}

.jq-tabs h5 {
    margin-bottom: 0;
    margin-top: 20px;
}

/*==========================================
			  Owl Carousel
==========================================*/

.owl-full-screen {
    height: 80vh;
    width: 100%;
}

.owl-half-screen {
    height: 70vh;
    width: 100%;
}

.owl-wrap {
    height: 100%;
    width: 100%;
    background-color: #181818;
}

.owl-wrap .owl-stage-outer,
.owl-wrap .owl-stage,
.owl-wrap .owl-item,
.owl-wrap .owl-cover {
    height: 100%;
}

.owl-cover {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.owl-content {
    width: 100%;
    height: 100%;
    display: table;
    color: #ffffff;
}

.owl-content-des,
.owl-content-des-l,
.owl-content-des-r,
.owl-content-des-b-l {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding-bottom: 0;
    z-index: 1;
}

.owl-content-des {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.owl-content-des-l {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
}

.owl-content-des-r {
    text-align: right;
    padding-right: 90px;
    padding-left: 20px;
}

.owl-content-des-b-l {
    text-align: left;
    padding-right: 20px;
    padding-left: 90px;
    vertical-align: bottom;
    padding-bottom: 120px;
}

.slide-home .item.active,
.slide-home-2 .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

.slide-home .active .animated-item-1,
.slide-home-2 .active .animated-item-1,
.animated-txt-1 {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    -moz-animation: fadeInDown 300ms linear 300ms both;
    -o-animation: fadeInDown 300ms linear 300ms both;
    -ms-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
}

.slide-home .active .animated-item-2,
.slide-home-2 .active .animated-item-2,
.animated-txt-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
}

.slide-home .active .animated-item-3,
.slide-home-2 .active .animated-item-3,
.animated-txt-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
}

.slide-home.owl-theme .owl-dots .owl-dot span,
.slide-home-2.owl-theme .owl-dots .owl-dot span,
.box-slide-1.owl-theme .owl-dots .owl-dot span,
.box-slide-2.owl-theme .owl-dots .owl-dot span,
.creative.owl-theme .owl-nav [class*='owl-'],
.portfolio-single.owl-theme .owl-nav [class*='owl-'],
.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span,
.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span,
.blog-slide.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slide-home.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 90px;
}

.slide-home-2.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 40px;
}

.slide-home.owl-theme .owl-dots .owl-dot span,
.slide-home-2.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px 7px;
    background-color: #D9D9D9;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slide-home.owl-theme .owl-dots .owl-dot.active span,
.slide-home.owl-theme .owl-dots .owl-dot:hover span,
.slide-home-2.owl-theme .owl-dots .owl-dot.active span,
.slide-home-2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5C5C5C;
}

.box-slide-1.owl-theme .owl-dots {
    text-align: right;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 50px;
    right: 40px;
}

.box-slide-1.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.box-slide-1.owl-theme .owl-dots .owl-dot.active span,
.box-slide-1.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.box-slide-2.owl-theme .owl-dots {
    text-align: right;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 10px;
    right: 10px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot.active span,
.box-slide-2.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.creative.owl-theme .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.portfolio-single.owl-theme .owl-nav {
    text-align: center;
    margin-top: 60px;
    position: absolute;
    top: -72px;
    right: 0;
}

.creative.owl-theme .owl-nav [class*='owl-'],
.portfolio-single.owl-theme .owl-nav [class*='owl-'] {
    margin: 3px;
    padding: 4px 5px;
    background: transparent;
    opacity: 0.2;
}

.creative.owl-theme .owl-nav [class*='owl-']:hover,
.portfolio-single.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    opacity: 1;
}

.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: #B6B6B6;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
}

.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial-1 .testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E1E1E1;
    border: 1px solid #B4B4B4;
}

.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: #C8C8C8;
    width: 8px;
    height: 8px;
}

.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #EBEBEB;
}

.blog-slide .owl-prev,
.blog-slide .owl-next {
    position: absolute;
    top: calc(50% - 25px);
}

.blog-slide .owl-prev {
    left: 20px;
}

.blog-slide .owl-next {
    right: 20px;
}

.blog-slide.owl-theme .owl-nav [class*='owl-'] {
    padding: 8px;
    background: transparent;
    opacity: 0.6;
    border: 1px solid #000;
    border-radius: 1px;
}

.blog-slide.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    opacity: 1;
}

.blog-slide.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.theme-fitness h1, .txt-red {
    color: #ffffff;
    line-height: 3.5rem;
}

.theme-fitness .btn-red, .btn-red:focus {
    background-color: transparent;
    color: #0F9663 !important;
    border: 2px solid #0F9663 !important;
}

.theme-fitness .btn-red:hover {
    background: #0F9663 !important;
    color: #fff !important;
    border: 2px solid #0F9663 !important;
}

body.home #Top_bar {
    padding-top: 15px;
}

.header-transparent #Top_bar.is-sticky .menu > li > a span:not(.description) {
    line-height: 25px;
}

#Top_bar.is-sticky .logo {
    float: left;
    margin: 0 30px 0 20px;
}

body.home #Top_bar.is-sticky #logo {
    padding: 0;
}

body.home .menu_wrapper {
    padding-top: 5px;
}

#Top_bar.is-sticky #logo, #Top_bar #logo {
    padding-top: 10px;
}

.header-transparent #Top_bar.is-sticky {
    background-color: #0c141d;
}

.table {
    border: 1px solid #bcbcbc70;
}

.table tr > td, .table th {
    border: 0 !important;
}

.pricing-box-box.pricing-box-featured {
    background: #f15a26 !important;
}

.productos {
    min-height: 635px;
}

.height-100 {
    height: 100% !important;
}

.theme-fitness .btn-red {
    background: #4D7E56 !important;
    color: #fff !important;
    border: 2px solid #4D7E56 !important;
}

.historia {
    padding-left: 200px;
    padding-right: 200px;
}

ul.list3 li::marker, ul.list4 li::marker {
    content: '';
}

ul.list3 {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 14px !important;
}

ul.list3 li {
    padding-left: 1.3em;
    text-indent: -0.1em;
    margin-bottom: 10px;
}

ul.list3 li::before {
    content: url('../images/arrow-green2.png');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 30px;
    height: 30px;
    margin-right: -8px;
}

.consejo b {
    color: #ff4141 !important;
}

.text-verde, .text-azul, .text-amarillo, .text-azul2 {
    position: relative;
}

.text-verde {
    color: #51BD93 !important;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 15px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.text-verde:before {
    content: '';
    width: 5px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 3px;
}

.text-azul {
    color: #3C538A !important;
    font-weight: bold;
}

.text-azul:before {
    content: '';
    width: 16px;
    height: 5px;
    background-color: #3F9AC8;
    position: absolute;
    left: 0;
    top: 30px;
}

.text-amarillo {
    color: #616061;
    font-style: italic;
}

.text-azul2 {
    color: #3C538A !important;
    font-weight: bold;
}

.text-azul2:before {
    content: '';
    width: 16px;
    height: 5px;
    background-color: #3F9AC8;
    position: absolute;
    left: 0;
    top: 70px;
}

.text-white {
    color: #ffffff;
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 10px;
}

#Top_bar .logo, #Top_bar.is-sticky .logo {
    margin: 0 20px;
}

/*Table arrow-green*/
table.arrow-green {
    border: none;
}

table.arrow-green tr th {
    color: darkblue;
    text-align: left;
    font-size: 17px;
}

table.arrow-green tbody tr:after {
    content: url("../images/arrow-green.jpg");
    position: absolute;
    left: -10px;
    padding-top: 9px;
}

table.arrow-green tr td, table.arrow-green tr:hover td {
    color: gray;
    text-align: left;
}

table.arrow-green.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #b4b4b494;
}

/*Table arrow-green*/

/*Table blue*/
table.blue {
    border: none;
    background-color: #efefed;
    color: gray;
}

table.blue tr th:first-child {
    text-align: left !important;
}

table.blue tr th, table.blue thead tr th {
    border-bottom: 1px solid #3C5090 !important;
}

table.blue tr th:not(:first-child) {
    vertical-align: middle !important;
    color: #3C5090;
}

table.blue tr th {
    padding: 0;
    position: relative;
}

table.blue tr th:first-child p {
    width: max-content;
    padding: 5px 0;
    color: white;
    background-color: #3C5090;
    padding-right: 35px;
    padding-left: 55px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    margin-bottom: 0;
}

table.blue tbody tr td {
    padding: 12px;
}

table.blue tbody tr td:first-child {
    padding-left: 55px;
}

table.blue .img-div {
    width: 70px;
    height: 70px;
    border-radius: 40%;
    background-color: #fafafa;
    position: absolute;
    top: -13px;
    left: -35px;
    box-shadow: 2px 2px 4px #00000082;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.blue .img-div img {
    width: 50px !important;
    height: 50px !important;
}

.blue-top {
    background-color: #139a63;
    width: max-content;
    padding: 5px 20px;
    color: white;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: 32px;
    margin-bottom: 25px;
    position: relative;
    line-height: 14px;
}

.blue-top:after {
    content: '';
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-top: 10px solid #139a63;
    position: absolute;
    bottom: -10px;
    left: 3px;
}

/*Table blue*/

/*abi intento*/
.abi-v {
    color: #0F9663;
}

.abi-a {
    color: #3C5090;
}

div.div-green .abi-a {
    color: #3C5090;
}

/*div green*/
div.div-green {
    padding: 15px;
    border: 2px dotted #139a63;
}

div.div-green h4 {
    color: #139a63;
}

ul.list4 {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 14px !important;
}

ul.list4 li {
    padding-left: 1.3em;
    text-indent: -0.1em;
    margin-bottom: 10px;
}

ul.list4 li::before {
    content: '';
    width: 20px;
    position: absolute;
    left: 35px;
    height: 20px;
    margin-right: 8px;
    color: #139a63;
    font-size: 20px;
}

ul.list4 .text-azul {
    font-weight: bold;
}

ul.list4 .text-azul:before {
    display: none;
}

/*div green*/

.chartdiv-short {
    width: 100%;
    height: 250px;
}

.post-gallery.slider.valores {
    position: relative;
}

.post-gallery.slider.valores .owl-nav div {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.post-gallery.slider.valores .owl-nav .owl-prev {
    left: -90px;
}

.post-gallery.slider.valores .owl-nav .owl-next {
    right: -90px;
}

table.nuestro_equipo {
    border: none;
}

table.nuestro_equipo thead tr th {
    color: #a1a9af;
    text-transform: uppercase;
    font-weight: normal;
}

table.nuestro_equipo tbody tr td:first-child {
    text-transform: uppercase;
    font-weight: normal;
}

table.nuestro_equipo tbody tr td:not(:first-child) {
    border: 1px solid black !important;
    vertical-align: middle;
}

table.nuestro_equipo_azul {
    border: none;
    border-collapse: separate;
    border-spacing: 3px;
}

table.nuestro_equipo_azul thead tr th {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #3C5090 !important;
    border-radius: 4px;
}

table.nuestro_equipo_azul tfoot tr td, table.nuestro_equipo_azul tfoot tr:hover {
    color: #ffffff;
    font-weight: normal;
    background-color: #3C5090 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

table.nuestro_equipo_verde {
    border: none;
    border-collapse: separate;
    border-spacing: 3px;
}

table.nuestro_equipo_verde thead tr th {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #0F9663 !important;
    border-radius: 4px;
}

table.nuestro_equipo_verde tfoot tr td, table.nuestro_equipo_verde tfoot tr:hover {
    color: #ffffff;
    font-weight: normal;
    background-color: #0F9663 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

h4.comites {
    width: max-content;
    color: #ffffff;
    padding: 15px 35px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

h4.comites:before {
    content: '';
    position: absolute;
    border-left: 24px solid transparent;
    border-right: 0 solid transparent;
    bottom: -15px;
    left: 0;
}

h4.comites.h4-blue {
    background-color: #3C5090;
}

h4.comites.h4-blue:before {
    border-top: 15px solid #3C5090;
}

h4.comites.h4-green {
    background-color: #0F9663;
}

h4.comites.h4-green:before {
    border-top: 15px solid #0F9663;
}

table.informe {
    border: 1px solid #1F916B !important;
    border-left: 1px solid #1F916B !important;
    border-right: 1px solid #1F916B !important;
    table-layout: fixed;
}

table.informe tr td:not(:last-child) {
    border-right: 1px solid #B6B6B6 !important;
    border-top: 1px solid #B6B6B6 !important;
}

table.informe tr:not(:first-child) td {
    border-top: 1px solid #B6B6B6 !important;
}

table.informe tr th {
    background-color: #0F9663 !important;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

table.informe tr strong {
    color: #1F916B;
}

/* #Subheader {
    background-size: cover;
} */

#Top_bar #lenguaje {
    position: absolute;
    top: 12px;
}

#Top_bar.interior #lenguaje {
    position: absolute;
    top: 28px;
}

#Top_bar #lenguaje a {
    color: #8b989b;
    font-size: 17px;
    font-family: "Exo", Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-decoration: none;
}

#menu > ul > li > a, .action_button {
    font-size: 16px;
}

.menu-arrow-bottom #Top_bar .menu > li > a:after {
    border-bottom-color: #0F9663;
}

.responsive-menu-toggle i {
    color: #0F9663;
}

.title-boll {
    position: relative;
}

.title-boll:before {
    content: '';
    width: 55px;
    height: 55px;
    background-color: #51BD93;
    position: absolute;
    left: -25px;
    bottom: -85px;
    border-radius: 50%;
}

.green-boll {
    width: 60px;
    height: 60px;
    background-color: #51BD93;
    border-radius: 50%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.a-green {
    font-size: 22px;
    color: rgb(128, 128, 128);
}

.a-green:hover {
    color: #51BD93 !important;
}

.mb-2 {
    margin-bottom: 20px;
}

@media (min-width: 993px) and (max-width: 1290px) {
    .productos {
        min-height: 765px;
    }

    #Top_bar #lenguaje {
        position: absolute;
        top: 15px;
    }

    #Top_bar.interior #lenguaje {
        position: absolute;
        top: 35px;
    }

}

@media (max-width: 992px) {
    #Services .one-third {
        width: 100% !important;
    }

    .productos {
        min-height: 400px;
    }

    /*#Services img.scale-with-grid, #Content img {*/
    /*height: 250px;*/
    /*}*/
    .number {
        font-size: 40px;
    }

    .historia {
        padding-left: 100px;
        padding-right: 100px;
    }

    #Top_bar #lenguaje {
        position: absolute;
        top: 17px;
    }

    #Top_bar.interior #lenguaje {
        position: absolute;
        top: 37px;
    }
}

@media screen and (max-width: 1289px) {
    #Top_bar #menu {
        top: 130%;
    }

    #Top_bar {
        padding-bottom: 10px;
    }

    .visible-lg-more {
        display: none;
    }

}

@media (max-width: 768px) {
    .historia {
        padding-left: 0;
        padding-right: 0;
    }

    .theme-fitness h1, .txt-red {
        color: #ffffff ;
        line-height: 9vw;
        font-size: 10vw;
    }

    #Top_bar #lenguaje {
        position: absolute;
        top: 38px;
    }

    #Top_bar, #Action_bar {
        background: rgb(58, 58, 58) !important;
    }
}
