@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary: #FF6600;
    --gris: #49505a;
}

body {
    /*font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background: #fff;*/
    font-family: 'Montserrat', sans-serif; 
    font-weight: 300; /* 100 600 900*/
    font-style: normal; 
    overflow-x: hidden;
    line-height: 1.6;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

strong {
    font-weight: 700;
}

.blue {color: var(--primary);}

section {
    padding: 10px 0 10px;
}

section#brindamos {
    padding: 0px 0 80px!important;
}

.panel.panel-default.cuerpo,
.panel.panel-default.bajada {
    border: none!important;
}

button {
    display: block;
    background: #49505a;
    color: #fff;
    padding: 6px 15px 2px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 13px;
    bottom: 0;
}

.dropdown-menu>.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    color: var(--primary)!important;
    display: inline-block;
    padding: 5px 8px 2px;
    width: 100%;
}

@media (max-width: 991px) {
    .dropdown-menu>.active>a {
        padding: 3px 20px;
    }
}

footer .disable {opacity: 0.2;}

#container.container {
    padding-top: 80px;
}

@media (min-width: 768px) {
    .container-plus {
        width: 95%;
        max-width: 1400px;
    }
    .container-mid {
        width: 90%;
        max-width: 1400px;
    }
}

/*.container-contador {
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: 50px;
}*/

section#section-contador h1 {
    color: var(--gris)!important;
}

section#section-contador {
    background-image: url('../images/fondo-contador.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.breadcrumb {background-color: transparent;}

.btn-success {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 50px!important;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 24px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.title h2, .title p, .title h5 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: var(--gris);
}

.subtitle p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 73%;
    margin: 0 auto;
    line-height: 1.6;
}

.owl-carousel .owl-item {
    min-height: 0px;
}

.btn.btn-default {
    border: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 14px;
    background: #346382;
    border-radius: 50px;
}


.btn-group .btn.btn-default.active {
    border: 0; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);color: #fff;font-size: 14px;
    background: #9b43c3;
    background: -moz-linear-gradient(-45deg, #9b43c3 0%, #cf2476 100%);
    background: -webkit-linear-gradient(-45deg, #9b43c3 0%,#cf2476 100%);
    background: linear-gradient(135deg, #9b43c3 0%,#cf2476 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b43c3', endColorstr='#cf2476',GradientType=1 );
}

.btn-group .btn.btn-default {
    background: #bbbbbb;
}

#filtro .btn.btn-default {
    text-align: center;
    min-width: 40px;
    border: 0;
    padding: 10px;
    font-size: 14px;
    color: #AAB2BD;
    background: #fff;
    border-top: 1px solid #efefef;
}

#filtro .btn.btn-default.active {
    background: #AAB2BD;
    color: #FFF;
} 


/* Aside */
.panel-default>.panel-heading {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #ddd;
}
/* Aside */

aside.col-xs-12.col-sm-12.col-md-4.col-md-pull-8.hidden-print {
    margin-top: 40px;
}

.titulo-seccion {
    line-height: 20px;
    margin: 0 0 33px;
    color: #fff;
    border: none;
}
.titulo-seccion h1,
.page-header h2,
.texto .page-header h2 {
    line-height: 20px;
    color: #000;
    border: none;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    text-transform: none;
}
.titulo-seccion h1:after,
.page-header h2:after {
    content: "";
    width: 140px;
    height: 2px;
    position: relative;
    margin: 20px auto 0;
    background: var(--primary);
    display: block;
}

.titulo-seccion .subtitulo {
    top: 24px;
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 200;
    margin-top: 24px;
    padding: 0 110px;
}

.button,
.contactenos .btn.btn-default.btn-theme.btn-block  {
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    text-align: center;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    background: var(--primary);
    /*background: -moz-linear-gradient(-45deg, #9b43c3 0%, #cf2476 100%);
    background: -webkit-linear-gradient(-45deg, #9b43c3 0%,#cf2476 100%);
    background: linear-gradient(135deg, #9b43c3 0%,#cf2476 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b43c3', endColorstr='#cf2476',GradientType=1 );*/
}
#secciones {
    background: url(../images/bg_secciones.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 150px;
}
.wrapper_header {
    height: auto;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;

}
.wrapper_gral {
    padding: 80px 0;
}
/*.texto .page-header h2,
.page-header h2 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}*/
.texto .panel-body {
    padding: 40px 45px;
}
.irabajo {
    position: relative;
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
    z-index: 999;
    bottom: 100px;
}
.irabajo i {
    color: #ffffff;
    background: var(--primary);
    /* border: 1px solid #042f3c; */
    padding: 16px 16px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
/*********************************
Slideshow
*********************************/

#slideshow-ppal {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
#slideshow-ppal .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slideshow-ppal .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#slideshow-ppal .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#slideshow-ppal .slide.is-active {
    display: block;
}
#slideshow-ppal .slide.is-loaded {
    opacity: 1;
}
#slideshow-ppal .slide .caption {
    /*padding: 0 0 0px 3.2%; */
    /* margin-top: -10vh; */
    position: absolute;
    width: 100%;
    left: 5%;
    top: 40%;
}
#slideshow-ppal .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}
#slideshow-ppal .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}
#slideshow-ppal .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}
#slideshow-ppal .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
}
#slideshow-ppal .slide-content .caption.animated.fadeIn {
    animation-delay: 1.7s;
}
#slideshow-ppal .slide .title {
    margin: 0 auto -5px;
    max-width: 1000px;
    /* letter-spacing: 0.35em; */
    /* text-transform: uppercase; */
    font-size: 90px;
    text-shadow: 3px 3px 3px #051c25e6;
}
#slideshow-ppal .slide .text {
    margin: 0;
    max-width: 1000px;
    font-size: 23px;
    line-height: 1.4;
    /*text-transform: uppercase;*/
    /*text-shadow: 1px 2px 3px #051c25e6;*/
}
#slideshow-ppal .slide .btn {
    margin: 15px 0 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    padding: 5px 0 0 35px;
    text-shadow: 1px 1px 2px #051c25e6;
    background: url(../images/icon_more_circ.png) no-repeat center left;
    background-size: 27px;
}
#slideshow-ppal .slide .btn::before {
    background: #fff;
}
#slideshow-ppal .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}
#slideshow-ppal .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
#slideshow-ppal .pagination .item + .page {
    margin-left: -2px;
}
#slideshow-ppal .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
#slideshow-ppal .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
#slideshow-ppal .pagination .item:hover::before, #slideshow-ppal .pagination .item.is-active::before {
    background-color: #fff;
}
#slideshow-ppal .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}
#slideshow-ppal .arrows .prev {
    left: 30px;
}
#slideshow-ppal .arrows .prev:hover .svg {
    left: -10px;
}
#slideshow-ppal .arrows .next {
    right: 30px;
}
#slideshow-ppal .arrows .next:hover .svg {
    left: 10px;
}
#slideshow-ppal .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}

#slideshow-ppal h1 {
    position: relative;
    font-size: 38px;
    letter-spacing: 1px;
}

#slideshow-ppal h2 {
    font-size: 28px;
    letter-spacing: 1px;
}

#slideshow-ppal p.slide_logo_amadeus:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 139px;
    top: -3px;
    width: 110px;
    height: 64px;
    background: url(../images/slide_logo_amadeus.png) no-repeat;
    background-size: cover;
}

.highlight_text {
    display: inline;
    background: #00425d;
    color: #1cc7ff;
    padding: 4px 4px 2px;
}


.btn_login {
    width: auto;
    min-height: 10px;
    position: relative;
    float: right;
    clear: both;
    display: block;
    margin-top: 10px;
    margin-right: 12px;
    font-weight: 700;
}

.btn_login a {
    color: #1ab0ff;
}
.btn_login a:hover {
    color: #7ac1e6;
}


@media (max-width: 600px) {
    #slideshow-ppal .slide .caption {
        left: 0;
    }

    #slideshow-ppal h1 {
        font-size: 34px;
    }
    #slideshow-ppal h2 {
        font-size: 24px;
    }

    #slideshow-ppal .slide .caption {
        top: 15%!important;
    }
}






/*********************************
Main Navigation
*********************************/
/*.main_nav_container
{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}*/
.navbar {
    width: auto;
    min-height: 10px;
    position: relative;
    float: right;
    clear: both;
    display: block;
    margin: 0;
}
.navbar_menu li {
    display: inline-block;
}
.navbar_menu li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px 2px;
    /* background: red; */
    opacity: 1;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar_menu li a:hover {
    color: var(--primary);
    text-decoration: none;
}

.dropdown-menu {
    font-size: 14px;
    text-align: left;
    background-color: rgba(0,0,0,0.8)!important; 
    border: none!important;
    border-radius: 0px!important;
}

@media (max-width: 991px) {
    .dropdown-menu {
        background-color: rgba(0,0,0,0)!important; 
        width: 80%;
        position: relative;
        float: right;
        box-shadow: none!important;
    }
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px!important;
}

#partners div.tabs_sidebar div.visible-xs .dropdown-menu>li>a {
    color: #333!important;
}

.dropdown-menu>li>a:hover {
    color: var(--primary)!important;
    background: none!important;
}
/*/.navbar_menu li:nth-child(3) a:hover{
    color: var(--primary)
}*/
.navbar_user
{
    margin-left: 37px;
}
.navbar_user li
{
    display: inline-block;
    text-align: center;
}
.navbar_user li a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    color: #1e1e27;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar_user li a:hover
{
    color: #b5aec4;
}
.checkout a
{
    background: #eceff6;
    border-radius: 50%;
}
.checkout_items
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    left: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fe4c50;
    font-size: 12px;
    color: #FFFFFF;
}
.navbar_menu li {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    line-height: normal;
}
/* --- Clase que agregaremos cuando el usuario haga scroll --- */
/*.menu-fixed {
    position: fixed!important;
    z-index: 1000;
    top: 0;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.12);
    background: rgba(60, 60, 60, 0.9019607843137255);
    height: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; 
}
.menu-fixed .main_nav_container {
  min-height: 20px;
}
.menu-fixed .logo_container img {
    width: 90px;
    margin-top: 5px;
}

.menu-fixed .logo_container {
    width: 155px;
    height: 52px;
    margin-top: 6px;
    background: url(../images/logo_blanco.png) no-repeat;
    background-size: 153px;
}
.menu-fixed .navbar_menu {
    margin-top: 7px;
    margin-bottom: 7px;
}*/

.list-idiomas {
    position: relative;
    float: right;
    margin: 10px;
}

.list-idiomas li {
    float: left;
    padding: 0 5px;
}

.list-idiomas li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.wrapper_header .wrapper_redes {
    margin-top: 3px;
    margin-left: 8px;
    float: right;
    position: relative;
    z-index: 9999;
}

.wrapper_header .wrapper_redes .red img {
    width: 18px;
    margin-right: 4px;
}



/*********************************
Hamburger Menu
*********************************/
.hamburger_container {
    display: none;
    margin-bottom: 3px;
    margin-top: 8px;
}
.hamburger_container i {
    font-size: 25px;
    color: #FFF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-fixed .hamburger_container i {
    color: #fff;
    margin: 10px 0;
}
.hamburger_container:hover i
{
    color: #b5aec4;
}
.hamburger_menu
{
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    overflow: scroll;
    background: rgba(60, 60, 60, 0.97);
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_menu.active
{
    right: 0;
}
.fs_menu_overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: rgba(255,255,255,0);
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger_close
{
    position: absolute;
    top: 26px;
    right: 10px;
    padding: 10px;
    z-index: 9999;
}
.hamburger_close i
{
    font-size: 24px;
    color: #0091ff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_close:hover i
{
    color: #b5aec4;
}
.hamburger_menu_content
{
    padding-top: 100px;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    clear: both;
}
.hamburger_menu_content .titulo-seccion-menu,
.hamburger_menu_content .titulo-menu {
    text-align: right!important;
    padding: 0 20px;
}

.hamburger_menu_content li {list-style: none;}
.hamburger_menu_content li a {color: #fff; font-size: 24px; line-height: 1.5;}

.hamburger_menu_content .wrapper_redes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.hamburger_menu_content .red img {
    width: 25px;
}

/*********************************
Logo
*********************************/

header {
    position: absolute!important;
    z-index: 1000;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; 
}
header .main_nav_container {
    min-height: 60px;
}
header .logo_container img {
    /*width: 160px;*/
    /* width logo 20 años */
    width: 250px;
    margin-top: 5px;
}

header .logo_container {
    /*width: 155px;*/
    /* width logo 20 años */
    width: 250px;
    height: 52px;
    margin-top: 6px;
    background: url(../images/logo_blanco.png) no-repeat;
    background-size: 153px;
}
header .navbar_menu {
    margin-top: 15px;
    margin-bottom: 7px;
}

.nav-up {
    top: -90px;
}

.nav-down {position: relative;}


.logo_container {
    /*position: absolute;*/
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;*/
}
.logo_container a
{
    font-size: 24px;
    color: #1e1e27;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: block;
}
.logo_container a span {
    color: #fe4c50;
}
.navbar_menu {
    margin-top: 24px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.navbar_menu li a {
    height: 30px;
    border-radius: 4px 4px 0 0;
    /* padding: 3px 5px; */
}

.navbar_menu li a.btn-10:hover {
    background: #ffffff;
    position: relative;
}
.dropdown-menu li {
    display: block;
    width: 100%;
}

li.active a {padding: 5px 10px 3px;border-radius: 0;}

a.red.twitter {
    color: #ffffff;
}
.navbar_menu li a.btn-10:hover::after {
    content: "";
    width: 210px;
    height: 56px;
    top: 25px;
    left: -58px;
    position: absolute;
    border-radius: 4px;
    background: url(../images/logo_mkteyou_menu.png) no-repeat center #fff;
    background-size: 184px;
}

.main_nav_container {
    position: relative;
    z-index: 8;
    margin-bottom: 0px;
    min-height: 75px;
    padding-top: 10px;
    /*overflow: hidden;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out;
}

.navbar_menu li .dropdown-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.navbar_menu li .dropdown-menu li a:hover {
    color: var(--primary)!important;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0px;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 100%;
}
.hamburger_menu_content {
    position: relative;
}
.logo_container img {
    width: 165px;
    margin-top: 19px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
}

/*********************************
Nuestros Productos
*********************************/

.banner-productos {
    background-image: url('../images/bg-banner-productos.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}

.banner-productos .subtitle h2, .banner-productos .title h1 {
    text-align: left;
    width: 100%;
}

.banner-productos .title h1 {
    padding-left: 15px;
    font-size: 36px;
}

.banner-productos a {
    background-color: var(--primary);
    color: #ffffff!important;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 30px;
    display: block;
    font-size: 18px;
    text-align: center;
    width: 40%;
    margin-top: 40px;
}

.textoland.text-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.textoland.text-center img {
    width: 100px;
}

.textoland p {
    margin: 20px 0 10px;
    color: var(--gris);
    font-weight: 400;
    font-size: 21px;
}

.ver_mas {
    background-color: var(--primary);
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}


@media (max-width: 700px) {
    .banner-productos {
        background-image: url('../images/bg-banner-productos-small.jpg');
        /*background-position: -550px center;*/
    }
    .banner-productos .title h1 {
        font-size: 21px!important;
    }
    .banner-productos .subtitle h2 {
        font-size: 16px;
    }
    .banner-productos a {
        width: 90%;
        margin-top: 10px;
        padding: 7px 20px;
    }
}

/*#productos {
    background-color: #f1f1f1;
}*/
#wrapper_title_grey,
#wrapper_title_orange {
    margin: 0;
    padding: 0;
}
.title-grey {
    padding: 60px 0 30px 0;
    position: relative;
}
.title-grey h1 {
    font-size: 40px;
    color: var(--gris);
    margin: 0;
}
.title-grey span {
    color: var(--primary)
}
.title-grey #producto_exclusivo {
    position: absolute;
    top: 0px;
    right: 20px;
}

#productos .producto_texto {
    color: var(--gris);
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    font-weight: 300!important;
}
#plataforma .producto_texto {
    color: var(--gris);
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
#wrapper_title_orange {
    padding: 60px 0 30px 0;
    /*background-color: var(--primary);*/
}
#wrapper_title_orange h1 {
    color: var(--gris);
    margin: 0;
}

#wrapper_title_orange h1 span {
    color: var(--primary);
}

@media (max-width: 600px) {
    .title-grey #producto_exclusivo {
        position: absolute;
        top: -25px;
        right: 5px;
    }
    .title-grey #producto_exclusivo img {
        width: 180px;
    }
    .title-grey h1 {
        font-size: 28px;
        width: 70%;
    }
    .title h1, .box_opciones .item_opciones .title_item {
        font-size: 28px!important;
    }
    .title-grey h1 span {
        display: block;
    }
    .box_opciones .item_opciones ul {
        margin-bottom: 20px!important;
    }

    #productos .producto_texto {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .title-grey #producto_exclusivo img {
        width: 120px;
    }
}

@media (max-width: 500px) {
    .title-grey #producto_exclusivo {
        position: absolute;
        top: 15px;
        right: 0px;
    }
}

section#clientes-home {
    padding: 100px 0!important;
}


#nuestros_productos {
    /*background: #dfe8ec;*/
    padding-top: 0!important;
}

#productos .header_title .title .productos_logo_mkteyou {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    width: 350px;
}

.prod_mkte {
    width: 19.5%;
    position: relative;
    float: left;
    margin: 0.25%;
    padding: 0;
    border: 2px solid #fbfbfb;
}

.prod_mkte a {
    background: none;
    display: block;
}

.prod_mkte img {
    filter: grayscale(1);
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: all 0.6 ease-in-out;
    -webkit-transition: all 0.6 ease-in-out;
    -moz-transition: all 0.6 ease-in-out;
    -ms-transition: all 0.6 ease-in-out;
}

.prod_mkte img:hover {
    /*opacity: 0.7;*/
    filter: grayscale(0);
}

.prod_mkte .proximamente {

}
.prod_mkte .proximamente .overlay {
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 51, 72, 0.93);
    width: 100%;
    height: 100%;
    color: #fff;
}

.prod_mkte:hover .proximamente .overlay {
    display: flex;
}

.prod_mkte:hover .proximamente .overlay h4 {
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
}

.prod_mkte .proximamente .overlay h4:after {
    content: "";
    position: relative;
    margin: 8px auto;
    width: 35px;
    height: 2px;
    background: #0891e8;
    display: block;
}


/*********************************
Productos Sugeridos
*********************************/

#productos_sugeridos h1 {
    color: #333333;
}

.grey {
    background-color: #f1f1f1!important;
}

#productos_sugeridos {
    /*background: url(../images/sugeridos_bg.jpg) no-repeat top center #333333;*/
    /* min-height: 920px; */
    width: 100%;
    color: #fff;
    padding: 0px!important;
}

.check {
    width: 33.33%;
    color: #fff;
    font-size: 22px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon_check{width: 35px;}

@media (min-width: 992px) {

  #productos_sugeridos .box_opciones {
    display: flex;
    flex-wrap: wrap;
  }

  #productos_sugeridos .box_opciones > [class*="col-"] {
    display: flex;
  }

  #productos_sugeridos .item_opciones {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #productos_sugeridos .box-btn {
    margin-top: auto;
  }

}

.box_opciones {
    background: #fff;
    color: #49505a;
    display: inline-block;
    min-height: 612px;
}

.box_opciones .wrapper_title {
    background: #edf1f5;
    width: 100%;
    height: auto;
    font-size: 24px;
    display: inline-table;
}

.box_opciones .wrapper_title>.txt {
    padding-top: 15px;
    padding-left: 40px;
}

.box_opciones .todo_incluido {
    background: var(--primary);
    color: #fff;
    height: 100%;
    text-align: center;
    padding: 12px 12px 5px;
}

.box_opciones .todo_incluido img {
    margin-top: -8px;
}

.box_opciones .item_opciones {position: relative;float: left; padding: 20px 40px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08); border-radius: 40px;}
.box_opciones .item_opciones ul {margin-left: -20px; margin-bottom: 20px;}

.box_opciones .item_opciones .title_item {
    font-size: 36px;
    line-height: 1.6;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 17px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 100px;
}

.box_opciones .item_opciones .title_item small {
    font-size: 20px;
}

/*.box_opciones .title_item img {
    position: absolute;
    padding-top: 10px;
    right: 0;
    width: 60px;
}*/

.box_opciones .title_item span {
    font-size: 48px;
    color: var(--primary);
}

.box_opciones .item_opciones .description, .box_opciones {
    font-size: 18px;
}

.box_opciones .item_opciones .description {
    min-height: 100px;
}

.item_opciones.item-alto li {
    font-size: 18px;
}

.box_opciones .ver_mas {
    display: block;
    background: #49505a;
    color: #fff;
    padding: 6px 15px 2px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 13px;
    margin-top: 32px;
    position: absolute;
    bottom: 0;
}

.box_opciones .ver_mas:hover {
    background: var(--primary);
} 

.box_opciones .box-btn {
    width: calc(100% - 80px);
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_opciones .destacado-spider {
    font-size: 18px;
    font-weight: 700;
    bottom: 0px;
    background-color: var(--primary);
    padding: 10px 25px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
}


.btn_consultar {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.btn_consultar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}
.btn_consultar:hover::after {
  left: 125%;
}
.btn_consultar:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}


@media (max-width: 1024px) {
    .box_opciones .item_opciones {
        margin: 30px 25px 60px;
    }
    
}

@media (max-width: 991px) {
    .box_opciones .item_opciones {
        margin: 0px auto 20px;
    }
    
}

@media (max-width: 768px) {
    .box_opciones .box-btn {
        position: relative;
        width: auto;
        bottom: 0;
    }
    .box_opciones .destacado-spider {
        position: relative;
    }
}

#productos_sugeridos .consultanos {
    display: block;
    background: var(--primary);
    color: #fff;
    padding: 6px 15px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: -16px;
    position: relative;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
#productos_sugeridos .consultanos:hover {
    background: var(--primary);
}

@media (max-width: 600px) {
    #productos_sugeridos .consultanos {
        margin-top: 20px!important;
    }
}


/*********************************
Banner Home
*********************************/

.banner-home {
    background-image: url('https://consult-ar.info/images/banner-home-02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #7b7b7b;
    background-blend-mode: multiply;
    color: #ffffff;
    text-align: center;
}

.banner-home h1 {
    font-size: 28px;
    font-weight: 700;
}

.banner-home p {
    font-size: 20px;
    font-weight: 300;
}

.banner-home a {
    display: block;
    color: #ffffff!important;
    font-weight: 700;
    font-size: 20px;
    background: var(--primary);
    margin: 14px auto;
    height: 50px;
    width: 220px;
    padding: 7px 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** STATS ***/

.consultar-stats{
    background: var(--gris);
    border-radius: 20px;
    padding: 50px 40px;
    color: #fff;
    width: 95%;
    margin: auto;
}

.consultar-info{
    padding-right: 30px;
}

.consultar-tag{
    color: var(--primary);
    font-weight: 700;
    display:block;
    margin-bottom:15px;
}

.consultar-info h2{
    margin-top:0;
    margin-bottom:20px;
    line-height:1.2;
}

.consultar-info p{
    margin-bottom:25px;
    line-height:1.7;
}

.btn-consultar{
    display:inline-block;
    background:var(--primary);
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
}

.stats-grid{
    display:flex;
    flex-wrap:wrap;
}

.stat-item{
    width:50%;
    padding:35px;
    display:flex;
    align-items:center;
    gap:20px;
    border-left:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
}

.stat-item:nth-child(3),
.stat-item:nth-child(4){
    border-bottom:none;
}

.stat-item span{
    font-size:42px;
    color:var(--primary);
    flex-shrink:0;
}

.wrapper-numero{
    display:flex;
    align-items:center;
    gap:4px;
}

.wrapper-numero span,
#numero,
#numero2,
#numero3{
    font-size:42px;
    font-weight:bold;
    color:#fff;
    line-height:1;
}

.stat-title{
    font-size:28px;
    font-weight:bold;
    margin-bottom:5px;
}

.stat-label{
    font-size:15px;
    line-height:1.5;
}

@media (max-width:991px){

    .consultar-info{
        padding-right:0;
        margin-bottom:40px;
    }

    .stat-item{
        width:100%;
        border-left:none;
    }

    .stat-item:last-child{
        border-bottom:none;
    }

}


/*********************************
Por que elegirnos
*********************************/

.porque_item {
    font-size: 16px;
    padding: 0px 20px 30px 20px;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    border-radius: 40px;
    padding: 40px;
}

.porque_item .porque_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}



.porque_title span {
    color: var(--primary);
    font-size: 48px;
}

.porque_item .porque_title .title small {
    font-size: 20px;
    color: #9a9a9a;
}

/*********************************
News  -- Contact 
*********************************/

.wrapper_suscripcion {
    background-color: #f1f1f1!important;
    padding: 50px 3%!important;
}

.wrapper_suscripcion .top {
    font-size: 42px;
    color: #333;
    line-height: 1.6;
    font-weight: 300;
}

.wrapper_suscripcion .top span {
    font-size: 20px;
    color: #fff;
}

.wrapper_suscripcion  label.h4 {margin-bottom: 0;}

.wrapper_suscripcion button.btn_suscribirme {
    background: var(--primary);
    border: 1px solid var(--primary);
    margin: 14px auto 0;
    font-weight: 700;
    display: block;
    color: #ffffff!important;
    font-size: 20px;
    height: 50px;
    width: 220px;
    padding: 7px 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none!important;
}

.wrapper_suscripcion  button.btn_suscribirme:hover {
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
}

.wrapper_suscripcion .form-group {
    margin-bottom: 0;
    text-align: center;
}

/*.wrapper_suscripcion  .content_contactanos .title {
    font-size: 38px;
    margin-bottom: 33px;
}

.wrapper_suscripcion  .content_contactanos .mail,
.wrapper_suscripcion  .content_contactanos .phone {
    position: relative;
    float: left;
    margin-right: 18px;
} 

.wrapper_suscripcion .content_contactanos .mail {
    border-right: 1px solid #d4d4d4;
    padding-right: 17px;
}

.wrapper_suscripcion .content_contactanos .phone img {}

.wrapper_suscripcion  .content_contactanos .phone {
    font-size: 23px;
}
*/


/*********************************
mkte Ideas
*********************************/

section.wrapper_ideas {
    background: url(../images/mkteideas_bg.jpg) no-repeat center #246696;
    background-size: cover;
    font-size: 18px;
    height: auto;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wrapper_ideas .ideas_logo {
    width: 200px;
    margin-bottom: 9px;
}

.wrapper_ideas .wrapper_btns {
    width: 264px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
}

.wrapper_ideas button.btn_acceder, .wrapper_ideas button.btn_solicitar {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    margin: 14px auto 0;
    height: 35px;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

.wrapper_ideas  button.btn_acceder:hover, .wrapper_ideas  button.btn_solicitar:hover {
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
}

.wrapper_ideas button.btn_solicitar {
    background: rgba(73, 80, 90, 0.72);
    margin-right: 20px;
    border: none;
}



/*********************************
Footer
*********************************/


footer {
    padding: 40px 0 0 0;
    background: #1b1b1b;
    border-bottom: 6px solid var(--primary);
    color: #fff;
    min-height: 800px;
    width: 100%;
}

footer .wrapper_redes {
    min-width: 310px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
a.contacto {
    color: #fff;
    margin-left: 30px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
}



footer .wrapper_redes a img {
    margin-left: 30px;
    width: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

footer .wrapper_redes a.facebook img {
    margin-left: 0;
}

footer .wrapper_redes a:hover img{
    transform: scale(1.2, 1.2);
}

footer .logo_footer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    /*background: url(../images/footer_line_logo.png) no-repeat center;*/
}

footer .wrapper_logo_footer {
    background: #3c3c3c;
    width: 210px;
    height: 50px;
    position: relative;
    margin: -25px auto;
}

footer .img_logo_footer {
    display: inline-block;
}

footer .menu_footer {
    font-size: 15px;
    margin-top: 50px;
}

footer .menu_footer .title{
    font-size: 17.5px;
    color: var(--primary);
}

footer .menu_footer .title.links_utiles {
    margin-top: 37px;
}

footer .menu_footer .info h2 {
    font-size: 18px;
    color: var(--primary);
    margin-top: 0!important;
}

footer .menu_footer .info p {
    font-size: 16px;
    line-height: 1.6;
}

footer .menu_footer .info a {
    color: var(--primary);
    margin-top: 10px;
    display: block;
}

footer .menu_footer p{
    line-height: 1.6;
}

footer .menu_footer a {
    color: #fff;
}

footer .menu_footer a:hover {
    color: var(--primary);
}

footer .menu_footer .phone {
    font-size: 24px!important;
    margin-top: 10px;
    font-weight: 400;
}
footer .menu_footer .phone small {
    font-size: 75%!important;
}

footer .wrapper_logos {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .wrapper_logos .logo {
    margin: 0 20px;
}

footer .wrapper_logos .logo img {
    width: 120px;
}

.wrapper_copy {
    font-size: 12px;
    color: #cbcbcb;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}


/*********************************
Secciones
*********************************/

/* -- Tabs ------------------------------- */

.tabs,
.wrapper_content {
    box-shadow: 1px 2px 10px #00000061;
    background: url(../images/tabs_sidebar_bg.jpg) repeat-y;
    background-size: 24%;
}

.wrapper_content,
.wrapper_content_tabs {
    background: #fff; 
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.partners .nav-tabs{
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
}

.tabs .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    background: none;
    padding: 0 20px;
}

.tabs .nav.nav-tabs li a {
    background: transparent;
    color: #49505a;
    font-size: 17px;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    border: none;
    border-bottom: solid 1px #f1f1f1;
}

.tabs .nav.nav-tabs li a:hover {

}

.tabs .nav.nav-tabs li.active a {
    border: none;
    background: #fff;
    color: var(--primary);
    font-weight: 800;
    display: inline-block;
    border-bottom: solid 1px #f1f1f1;
}

.tabs .nav.nav-tabs li a:after {
    content: "+";
    float: right;
    margin-right: 16px;
    font-size: 19px;
    margin-top: -4px;
} 

.tabs .nav.nav-tabs li.active a:after {
    content: "-";
    margin-right: 18px;
    font-size: 20px;
} 

.tabs .tabs_sidebar {
    width: 24%;
    position: relative;
    float: left;
    padding-bottom: 90px;
}

.tabs .tabs_content {
    width: 76%;
    position: relative;
    float: left;
    padding-bottom: 50px;
    min-height: 1200px;
}

.tabs .tab-pane {display: none;}

.tabs .tab-pane.active {
    display: block;
    visibility: initial;
    display: block;
    visibility: visible;
} 

/* -- End Tabs ------------------------------*/

.seccion {
    background: url(../images/bg_nodos.jpg) no-repeat bottom right #f8f9f8;
    /*margin-top: -95px;*/
}

.seccion .header_title {
    width: 100%;
    height: 350px;
    background-size: cover;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
}

.seccion .header_title .title {
    font-size: 18px;
    /*margin-top: 192px;
    width: 630px;*/
    position: relative;
}

.seccion .header_title .il1 h2 {
    color: #ffffff!important;
    text-align: left!important;
}

.seccion .header_title .title p {
    text-transform: uppercase;
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5607843137254902);
    color: #ffffff!important;
    font-size: 18px!important;
    font-weight: 300!important;
    text-align: left!important;
}


.seccion .header_title h1 {
    font-size: 42px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    float: left;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5607843137254902);
}

#productos.seccion .header_title {
    width: 100%;
    /*height: 400px;*/
    background: url(../images/productos_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

#seccion-mkte-air {
    background: url(../images/header_aereos_bg.jpg)!important;
}
#seccion-mkte-booking {
    background: url(../images/header_booking_bg.jpg)!important;
}
#seccion-mkte-spider-online {
    background: url(../images/header_mkte_spider_online_bg.jpg)!important;
    background-position: top center!important;
}
#seccion-mkte-tours {
    background: url(../images/header_mktetours_bg.jpg)!important;
    background-position: center!important;
}
#seccion-mkte-car {
    background: url(../images/header_car_bg.jpg)!important;
    background-position: center!important;
}
#seccion-mkte-assistance {
    background: url(../images/header_mkte_assitance_bg.jpg)!important;
    background-position: top center!important;
}
#seccion-mkte-eventos {
    background: url(../images/header_mkte_eventos_bg.jpg)!important;
    background-position: center!important;
}
#seccion-mkte-rules {
    background: url(../images/header_rules_bg.jpg)!important;
    background-position: right!important;
}
#seccion-mkte-business {
    background: url(../images/header_business_bg.jpg)!important;
    background-size: cover;
}

#seccion-mkte-budget {
    background: url(../images/header_budget_bg.jpg)!important;
    background-size: cover!important;
    background-position: right!important;
}

#seccion-mkte-gateways {
    background: url(../images/header_gateways_bg.jpg)!important;
    background-size: cover!important;
    background-position: right!important;
}
#seccion-mkte-inventory {
    background: url(../images/header_inventory_bg.jpg)!important;
    background-size: cover!important;
}
#seccion-mkte-inventory-paquetes {
    background: url(../images/header_inventory_paquetes_bg.jpg)!important;
    background-size: cover!important;
}
#seccion-mkte-inventory-circuitos {
    background: url(../images/header_inventory_circuitos_bg.jpg)!important;
    background-size: cover!important;
}
#seccion-mkte-inventory-hoteles {
    background: url(../images/header_inventory_hoteles_bg.jpg)!important;
    background-size: cover!important;
}
#seccion-mkte-formulario-seguro {
    background: url(../images/header_formulario_seguro_bg.jpg)!important;
    background-size: cover!important;
}
#seccion-mkte-mail {
    background: url(../images/header_mkte_mail_bg.jpg)!important;
    background-size: cover!important;
}
#seccion-mkte-envios {
    background: url(../images/header_mkte_enviador_bg.jpg)!important;
    background-size: cover!important;
}
#productos .wrapper_grafico_mkteyou {
    background: url(../images/productos_grafico_bg.jpg) no-repeat;
    background-size: cover;
}

#productos .grafico_mkteyou {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#productos #nuestros_productos {
    background: #fff; 
}

#nuestros_servicios.seccion .header_title {
    width: 100%;
    /*height: 400px;*/
    background: url(../images/nuestros_servicios_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

.tabs_sidebar .select_area {
    background: url(../images/icon_filtrar_area.png) no-repeat #49505a 17px 20px;
    color: #dadada;
    height: 60px;
    padding: 22px 0 0 56px;
    font-size: 14px;
    text-transform: uppercase;
}

.tabs_content .header_tab {
    width: 100%;
    height: 238px;
    padding: 30px;
}

.tabs_content #web_hosting .header_tab {
    background: url(../images/nuestros_servicios_webhosting_header.jpg) no-repeat;
    background-size: cover;
}

.tabs_content #desarrollo_web .header_tab, .tabs_content #soft .header_tab, .tabs_content #analisis .header_tab {
    background: url(../images/nuestros_servicios_desarrollo_header.jpg) no-repeat;
    background-size: cover;
}

.tabs_content #diseno_web_y_usabilidad .header_tab {
    background: url(../images/nuestros_servicios_usabilidad_header.jpg) no-repeat;
    background-size: cover;
}

.tabs_content .wrapper_content,
.tabs_content .wrapper_content_tab {
    margin: 50px 63px;
    font-size: 16px;
}

.tabs_content li {
    list-style: none;
}

.tabs_content .wrapper_content .row_content,
.wrapper_content .row_content,
.wrapper_content_tab .row_content  {
    margin-bottom: 30px;
}

.tabs_content .wrapper_content .title,
.wrapper_content .title, 
.wrapper_content_tab .title {
    font-size: 17px;
}

.tabs_content .bullet,
.wrapper_content  .bullet,
.wrapper_content_tab  .bullet   {
    margin-left: 34px;
}

.tabs_content .bullet:before,
.wrapper_content .bullet:before,
.wrapper_content_tab .bullet:before {
    content: '';
    position: absolute;
    float: left;
    background: url(../images/bullet_cian.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-left: -34px;
    margin-top: 2px;
}

.header_tab .header_txt {
    width: 400px;
    margin: 30px;
    font-size: 17px;
}

.header_tab .header_txt>.title {
    font-size: 29px;
    font-weight: 600;
}

.we {
    text-align: center;
    padding: 30px 0;
}
.we img {
    max-width: 250px;
}

#partners.seccion .header_title {
    width: 100%;
    /*height: 350px;*/
    background: url(../images/partners_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

.wrapper_content {
    padding: 40px;
}

.partners .tabs_content {
    padding: 40px 0 40px 40px;
}

.tabs_content .thumbnail,
.wrapper_content .thumbnail,
.wrapper_content_tab .thumbnail,
.relacionados .thumbnail {
    position: relative;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    /* border-radius: 4px; */
    min-height: 190px;
    background-size: cover;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.tabs_content .thumbnail .caption,
.wrapper_content .thumbnail .caption,
.wrapper_content_tab .thumbnail .caption,
.relacionados .thumbnail .caption {
    opacity: 0;
    align-items: center;
    width: 100%;
    text-align: center;
    align-self: center;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.relacionados .thumbnail .caption {
    opacity: 1;
}

.tabs_content .thumbnail .caption h4:after,
.wrapper_content .thumbnail .caption h4:after,
.wrapper_content_tab .thumbnail .caption h4:after,
.relacionados .thumbnail .caption h4:after {
    content: "";
    position: relative;
    margin: 8px auto;
    width: 35px;
    height: 2px;
    background: var(--primary);
    display: block;
}

.tabs_content .thumbnail:hover .caption,
.wrapper_content .thumbnail:hover .caption,
.wrapper_content_tab .thumbnail:hover .caption {
    opacity: 1;
}

.tabs_content .thumbnail .overlay,
.wrapper_content .thumbnail .overlay,
.wrapper_content_tab .thumbnail .overlay, 
.relacionados .thumbnail .overlay {
    background: rgba(43, 51, 72, 0);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.relacionados .thumbnail .overlay {
    background: rgba(28, 28, 28, 0.4);
}
.relacionados .thumbnail:hover .overlay  {
   background: rgba(43, 51, 72, 0.7);
}

.tabs_content .thumbnail:hover .overlay,
.wrapper_content .thumbnail:hover .overlay,
.wrapper_content_tab .thumbnail:hover .overlay{
    background: rgba(43, 51, 72, 0.93);
}

.tabs #paginado {
    text-align: center;
}

#blog .thumbnail {
    padding: 0;
    border-radius: 0;
}

#blog .thumbnail .caption {
    color: #fffdfd;
    text-align: left;
    padding: 25px;
    height: 210px;
    width: 100%;
    margin: 0;
    background: rgba(28, 28, 28, 0.4);
    text-shadow: 1px 1px 2px #444950;
}

#blog .thumbnail .caption h3 {
    margin: 0;
}

#blog .select_area {
    background: url(../images/icon_filtrar_area.png) no-repeat #49505a 17px 20px;
    color: #dadada;
    height: 60px;
    padding: 22px 0 0 56px;
    font-size: 14px;
    text-transform: uppercase;
}

#blog .img_wemkteyou {
    margin-left: -15px;
}

#blog .tabs_content .thumbnail:hover .caption {
    background: rgba(43, 51, 72, 0.7);
}

#blog .tabs_content .thumbnail .caption {opacity: 1;display: flex;flex-direction: column;justify-content: space-between;}

#blog .tabs_content .thumbnail .caption > .blog-nombre {margin: 0 0 10px;min-height: 95px;} 
#blog .tabs_content .thumbnail .caption > .novedad-fecha {font-size: 13px;text-align: center;} 
#blog .tabs_content .thumbnail .caption > .novedad-fecha > span {} 

#blog .tabs_content .thumbnail .caption > ul.novedad-categorias {margin-bottom: 0; margin-top: 10px; text-align: center;}
#blog .tabs_content .thumbnail .caption > ul.novedad-categorias > li {}
#blog .tabs_content .thumbnail .caption > ul.novedad-categorias > li > .label {font-size: 11px; font-weight: 100;padding: 3px 8px;background: rgba(204, 204, 204, 0.5);text-shadow: 1px 1px 0 #49505a;}

#blog .nav-pills>li>a i.fa.fa-minus,
#blog .nav-pills>li>a i.fa.fa-plus {
    float: right;
    font-size: 9px;
    color: #000;
}

#blog .blog_items {
    box-shadow: 1px 2px 10px #00000061;
    background: url(../images/tabs_sidebar_bg.jpg) repeat-y;
    background-size: 24%;
}

#blog .blog_items .tabs_sidebar .select_area {
    background: url(../images/icon_filtrar_area.png) no-repeat #49505a 17px 20px;
    color: #dadada;
    height: 60px;
    padding: 22px 0 0 56px;
    font-size: 14px;
    text-transform: uppercase;
}

.ficha-novedad .list-inline {
    text-align: left;
    width: 100%;
}

.ficha-novedad .list-inline>li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.ficha-novedad .list-inline.categoria_titulo {
    text-align: center!important;
}

.ficha-novedad .page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
}

.ficha-novedad .page-header h2 {
    line-height: 1.6;
}

.ficha-novedad .fa.pull-left {
    margin-right: .3em;
    font-size: x-large;
}

.ficha-novedad a .at-icon-wrapper {
    width: 27px!important;
    height: 27px!important;
}

.ficha-novedad .at-icon {
    fill: #fff;
    border: 0;
    width: 26px!important;
    height: 26px!important;
}

.ficha-novedad .form_consulta {
    background: #ececec;
    padding: 10px 25px 30px;
}

.ficha-novedad .relacionados {
    margin-bottom: 30px;
}

.ficha-novedad .titulo_relacionados {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.ficha-novedad .lead.novedad#bajada p span {
    font-size: 22px!important;
}


#clientes.seccion .header_title {
    width: 100%;
    /*height: 350px;*/
    background: url(../images/clientes_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

/*********** IP **********/
.ip-navegacion {padding: 45px 0 60px;
    height: 400px;
    display: flex;
    /* flex-grow: 1; */
    justify-content: center;
    align-items: center;
}

.title-ip { text-align: center; font-size: 300%;}



#institucional.seccion .header_title {
    width: 100%;
    /*height: 450px;*/
    background: url(../images/institucional_header_bg.jpg) no-repeat center #0c6e99;
    background-size: cover;
}

#institucional section.institucional {
    background: url(../images/institucional_nosotros_bg.png) no-repeat;
    background-size: cover; 
    height: 300px;
    display: flex;
    align-items: center;
}

#institucional section.institucional .title {
    font-size: 21px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    /*font-weight: 700;*/
}

#institucional section.equipo {
    padding: 57px 0 60px;
    background: #fff;
}

#institucional section.equipo .title p {
    font-size: 18px;
    text-align: center;
}

#institucional .equipo_item {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

#institucional .equipo .equipo_title img {
    position: relative;
    margin-bottom: -18px;
    width: 80px;
}

#institucional .equipo .equipo_title .title {
    font-size: 24px;
    margin-bottom: 8px;
}

#institucional .equipo_item .txt {
    padding: 0 20px;
}

.btn_descargar_fact {
    width: 100%;
    min-height: 120px;
    background: var(--primary)/*#2b3348*/;
    text-align: center;
    font-size: 18px;
    padding: 25px;
    padding: 100px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background-image: url('../images/bg-masinfo.png');
    background-size: cover;
    background-repeat: no-repeat;
}
@media(min-width:992px){
    .btn_descargar_fact {
        padding: 100px!important;
    }
}

#port-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn_descargar_fact h3 {
    margin-bottom: -10px;
    /*color: #fff;*/
    margin: 0;
    margin-bottom: 20px;
}
/*.btn_descargar_fact h3 small {
    color: #fff!important;
}*/
.btn_descargar_fact .btn_suscribirme {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    margin: auto 0;
    height: 35px;
    width: 130px;
}
.btn_descargar_fact a {
    color: #fff;
}

.btn_descargar_fact a:hover {
    color:#1f7ccb;
}

.btn_descargar_fact img {
    width: 35px;
    margin-right: 8px;
}

/*--- BLOG ---*/

#blog.seccion .header_title {
    width: 100%;
    /*height: 350px;*/
    background: url(../images/blog_header_bg.jpg) no-repeat top right #0c6e99;
    background-size: cover;
}

.img_wemkteyou {
    width: 140px;
    float: left;
    margin-top: -8px;
}


/*-- CONTACTO --*/

#contacto.seccion .header_title {
    width: 100%;
    /*height: 350px;*/
    background: url(../images/contacto_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

#contacto .contacto {
    margin-top: 20px;
    padding-bottom: 200px;
}

#contacto .contacto_info {
    font-size: 16px;
    background: #e8e8e8;
    padding: 30px 50px 60px;
}

#contacto .contacto_info ul {
    margin: 30px 0 0 0;
    padding: 0;
}

#contacto .contacto_info ul li {
    margin-left: 30px;
}

#contacto .titulo {
    font-size: 20px;
}

#contacto #formConsulta label {
    margin-left: 11px;
}

#contacto .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    margin: 0;
    text-align: left;
}

#contacto .form-group {
    margin-bottom: 25px;
}

/*-- WEBINARS --*/

#webinars.seccion .header_title {
    width: 100%;
    /*height: 350px;*/
    background: url(../images/webinars_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

#webinars .proximos_webinars {
    background: #ffffff;
    padding: 12px 18px;
    display: inline-block;
    font-size: 16px;
    width: 100%;
}

#webinars .proximos_webinars .titulo {
    background: #f5f5f5;
    padding: 3px;
}

#webinars .proximos_webinars ul {
    margin: 0;
    padding-left: 18px;
}

#webinars .wrapper_calendar_webinars {
    width: 100%;
    height: 428px;
    background: #fff;
    padding: 13px;
    margin-bottom: 85px;
    margin-top: 25px;
}

#webinars .wrapper_destacados .titulo {
    font-size: 30px;
    font-weight: 800;
    width: 100%;
    text-align: center;
}


#webinars .wrapper_destacados .destacados_items {
    text-align: center;
    margin: 30px auto; 
}



/*-- TRABAJA CON NOSOTROS --*/

#trabaja.seccion .header_title {
    width: 100%;
    /*height: 350px;*/
    background: url(../images/trabaja_header_bg.jpg) no-repeat right #0c6e99;
    background-size: cover;
}

#trabaja .trabaja_form {
    background: #fff;
}

#trabaja .busquedas .titulo {
    font-weight: 800;
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

#trabaja .busquedas .box_busqueda {
    font-size: 14px;
    background: #fff;
    padding: 15px;
    display: inline-block;
}

#trabaja .busquedas .box_busqueda img {
    display: block;
    margin: 0 auto;
}

#trabaja .busquedas .box_busqueda .puesto {
    font-size: 20px;
    font-weight: 800;
}


/*********************************
Back To Top
*********************************/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    text-align: center;
    color: #ffffff;
    background: var(--primary);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 12px;
}
/* End Back To Top */

body.novedad {
    padding-top: 75px;
}



#agenda {
    padding-top: 10px;
}

.header_title.texto {
    background: url(../images/header_bg_general.jpg) no-repeat bottom right #0c6e99;
    background-size: cover;
    height: 350px;
}

.header_title.texto .title {
    text-align: left;
    color: #fff;
    margin-top: 122px;
    width: 100%;
    position: relative;
}

.header_title.texto h1 {
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 0px;
    position: relative;
    float: left;
    display: block;
    padding-left: 35px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5607843137254902);
    width: 649px;
}

.vacantes {
    background: var(--primary);
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    float: left;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}




/** Animacion aparicion **/

/* inDown -----------------------------------------------*/
.r1 {
    -webkit-animation: inDown 1s 0s 1 normal both;
    animation: inDown 1s 0s 1 normal both;
}

.r2 {
    -webkit-animation: inDown 1s .2s 1 normal both;
    animation: inDown 1s .2s 1 normal both;
}

.r3 {
    -webkit-animation: inDown 1s .4s 1 normal both;
    animation: inDown 1s .4s 1 normal both;
}

.r4 {
    -webkit-animation: inDown 1s .6s 1 normal both;
    animation: inDown 1s .6s 1 normal both;
}

.r5 {
    -webkit-animation: inDown 1s .8s 1 normal both;
    animation: inDown 1s .8s 1 normal both;
}

.r6 {
    -webkit-animation: inDown 1s 1s 1 normal both;
    animation: inDown 1s 1s 1 normal both;
}


/* inRight -----------------------------------------------*/

.ir1 {
    -webkit-animation: inRight 1s 0s 1 normal both;
    animation: inRight 1s 0s 1 normal both;
}

.ir2 {
    -webkit-animation: inRight 1s .2s 1 normal both;
    animation: inRight 1s .2s 1 normal both;
}

.ir3 {
    -webkit-animation: inRight 1s .4s 1 normal both;
    animation: inRight 1s .4s 1 normal both;
}

.ir4 {
    -webkit-animation: inRight 1s .6s 1 normal both;
    animation: inRight 1s .6s 1 normal both;
}

.ir5 {
    -webkit-animation: inRight 1s .8s 1 normal both;
    animation: inRight 1s .8s 1 normal both;
}

.ir6 {
    -webkit-animation: inRight 1s 1s 1 normal both;
    animation: inRight 1s 1s 1 normal both;
}


/* inLeft -----------------------------------------------*/

.il1 {
    -webkit-animation: inLeft 1s 0s 1 normal both;
    animation: inLeft 1s 0s 1 normal both;
}

.il2 {
    -webkit-animation: inLeft 1s .5s 1 normal both;
    animation: inLeft 1s .5s 1 normal both;
}

.il3 {
    -webkit-animation: inLeft 1s 1s 1 normal both;
    animation: inLeft 1s 1s 1 normal both;
}

.il4 {
    -webkit-animation: inLeft 1s 1.5s 1 normal both;
    animation: inLeft 1s 1.5s 1 normal both;
}

.il5 {
    -webkit-animation: inLeft 1s 2s 1 normal both;
    animation: inLeft 1s 2s 1 normal both;
}

.il6 {
    -webkit-animation: inLeft 1s 2.5s 1 normal both;
    animation: inLeft 1s 2.5s 1 normal both;
}

/* GrowUp-----------------------------------------------*/

.gu1 {
    -webkit-animation: growUp 1s 0s 1 normal both;
    animation: growUp 1s 0s 1 normal both;
}

.gu2 {
    -webkit-animation: growUp 1s/*Duration*/ .2s/*Delay*/ 1/*Repetition*/ normal both;
    animation: growUp 1s .2s 1 normal both;
}

.gu3 {
    -webkit-animation: growUp 1s .4s 1 normal both;
    animation: growUp 1s .4s 1 normal both;
}

.gu4 {
    -webkit-animation: growUp 1s .6s 1 normal both;
    animation: growUp 1s .6s 1 normal both;
}

.gu5 {
    -webkit-animation: growUp 1s .8s 1 normal both;
    animation: growUp 1s .8s 1 normal both;
}

.gu6 {
    -webkit-animation: growUp 1s 1s 1 normal both;
    animation: growUp 1s 1s 1 normal both;
}

/*---------*/
@-webkit-keyframes inDown {
    0% {
        -webkit-transform: translate(0, 25px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes inDown {
    0% {
        transform: translate(0, 25px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

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

@-webkit-keyframes inRight {
    0% {
        -webkit-transform: translate(500px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes inRight {
    0% {
        transform: translate(500px, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes inLeft {
    0% {
        -webkit-transform: translate(-50px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes inLeft {
    0% {
        transform: translate(-50px, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}



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

@-webkit-keyframes growUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@keyframes growUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}


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

div#clientes .thumbnail, div#partners .thumbnail {
    background-size: 100%;
    background-repeat: no-repeat;
}


/* media queries ----------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width:1440px) {


}
/* -- (max-width:1199px) and (min-width:992px) --------------------------------------------------------------------------------------------------------------- */
@media (max-width:1199px) and (min-width:768px) {

}  
/* -- (max-width:991px) and (min-width:768px) --------------------------------------------------------------------------------------------------------------- */
@media (max-width:991px) and (min-width:768px) {  

}    
/* --(max-width: 768px) --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
    footer .menu_footer .info {
        font-size: 17.5px;
        margin-bottom: 30px;
        text-align: center;
    }
    footer .menu_footer p {
        line-height: 1.6;
        text-align: center;
    }

    .wrapper_copy {
        width: 80%;
        text-align: center;
        margin: 0 auto 20px;
    }
    .form-control {text-align: center;}

}    
/* --(max-width: 420px) --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 480px) {

        .vacantes {
        float: none;
        display: block;
        width:150px;
        margin:0 auto;
        }


}   
/*----------------blog fix jp-------------------------*/
#blog .header_title h5, #webinars .header_title h5 {
    display: block;
    background: #fff;
    padding: 10px;
    color: #2688b5;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media(max-width:992px){
 #blog .header_title h5{
    position: absolute;
 }
}
@media(max-width:480px){
  #blog .header_title h5, #webinars .header_title h5{
    width: 280px;
    position:relative;
    margin:auto;
    margin-bottom:20px
 }
 #blog .header_title p{
    margin-bottom:20px
 }
}
@media(min-width:993px){
 #blog .header_title h5, #webinars .header_title h5{
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 18px;
 }
}
.caption h5 {
    background: var(--primary);
    display: block;
    padding: 10px 15px;
    border-radius: 50px;
    color: #FFFFFF;
    text-shadow: unset!important;
    margin: 20px 0 0;
    /* font-weight: bold; */
    font-size: 36px;
    text-align: center;
    width: 300px;
    letter-spacing: 0;
}
.texto .panel-body {
    /*font-family: 'VAG Rounded Std'!important;*/
    font-size: 17px!important;
}
#texto-405 .title h1:after {
    content: '"Individualmente, somos una gota. Juntos, somos un oc\00E9 ano"';
    display: block;
    text-align: left;
    font-size:24px
    }

.header_title.texto h1 {
    text-align:left;
}
#texto-405 .header_title.texto {
    background: url(../images/bg-tomando.jpg) no-repeat center right!important;
    background-size: cover!important;
}
#texto-405 header {
    /*background: rgba(113, 166, 60, .8);*/
}
#texto-405 .main_nav_container {
    /*border-bottom: 1px solid rgb(135, 214, 55);*/
}
/*nueva typo*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');


h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif!important;
    /*letter-spacing:1px;*/
}
body{
    font-family: 'Montserrat', sans-serif!important;
}
/*
h1, strong {
    text-transform:uppercase
}*/
.content-fact {
    width: 100%;
    padding: 20px;
    color: #3e3e3e!important;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 4px #3e3e3e;
}
@media(min-width:992px){
    .content-fact {
    width: 40%!important;
    }
}
/*nuevos estilos*/
/*header .logo_container img,.wrapper_header .wrapper_redes .red img {
    filter: invert(1);
    opacity: .65;
}*/
/*.navbar_menu li a {
    color: #3e3e3e!important;
}*/
.navbar_menu li a.btn-19 {
    background-color: var(--primary);
    color: #ffffff!important;
    border-radius: 20px;
}
header .wrapper_redes i.fa.fa-envelope {
    margin: 4px 0 0;
}
header .wrapper_redes {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
header .wrapper_redes a {
    margin-left: 2px;
    margin-right: 3px;
}
/*header {
    background-color: #fff!important;
}*/
/*menu hamburguesa*/
.hamburger_menu_content .dropdown-menu li a {
    color: #ffffff!important;
    font-size: 32px;
}
.hamburger_menu_content .dropdown-menu {
    right:0;
    text-align:right
}
.hamburger_close i{
    color:#fff!important
}
.hamburger_container i {
    padding-top: 5px;
    color: #ffffff!important;}
/*header responsive*/
@media(min-width:700px)and (max-width:991px){
  .header_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media(max-width:991px){
  #texto-405 .header_title.texto {
      background-color: #71a63c!important;
      background-image: unset!important;
  }
}
/*deshabilitar clientes*/
.navbar_menu li a.btn-19:after {
    content: 'Proximamente';
    display: block;
    padding: 10px;
    font-family: VAG Rounded;
    position: absolute;
    background: #fff;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 1px 3px #3e3e3e;
    left: 410px;
    transition:all ease-in .2s;
    top:30px;
    opacity:0;
    color:black
}
.navbar_menu li a.btn-19:hover:after{
    opacity:1;
    top:40px;
    transition:all ease-in .4s;
    display: none;
}
@media(max-width_991px){
    .navbar_menu li a.btn-19{
        display:none
    }
}
/**/
/*novedades home*/
.caja-news {
    position: relative;
    border-radius: 20px;
    border:  0 solid rgb(62 62 62 / .5);
    overflow: hidden;
    min-height: 430px;
    box-shadow: 0 1px 3px #3e3e3e;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all ease .5s
}
.caja-news:hover{
    box-shadow: 0px 1px 5px #3e3e3e;
}

.contenido-novedad {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 255px;
}

.contenido-novedad h2 {
    margin: 0;
    margin-bottom: 8px;
    font-size: 19px;
    color: grey;
}

.contenido-novedad .btn-theme {
    background: var(--primary);
    width: 100px;
    color: #fff;
    border-radius: 50px;
    margin-top: auto;
}
section#novedades-home {
    padding: 0 0 40px;
}
@media(min-width:992px){
    h4.blog a {
        float: right;
        /* clear: right; */
        display: block;
    }

    div#owl-novedades {
        clear: both;
    }
    section#novedades-home .title h1 {float: left;margin: 0 0 20px;}
}
h4.blog{
    text-align:center
}
/**/
@media(max-width:991px){
  a i {
      color: #fff;
      padding-top: 10px;
  }

  a.red {
      font-size: 28px;
  }
}

/**********Estilos María Eugenia*********/ 
/*****ITEM*******/

section.producto-destacado {
    padding: 45px 0 0!important;
}
.item-alto {
    min-height: 400px;
    height: unset;
}

.item-destacado {
    height: unset!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0!important;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
}

.texto-destacado-centrado {
    text-align: center;
    border-color: #fff!important
}

.texto-destacado-centrado2 {
    text-align: center;
    font-size: 20px!important;
}
.dataitem {
    width: 50%;
    padding: 0 24px;
    color: #49505a;
}
.dataitem a {
    margin-top: 20px!important;
}

.title_item {
    font-size: 28px;
}
/*****boton****/
.consultanos2, .consultanos3, .consultanos4  {
    margin-top: auto!important;
}

@media(min-width:992px) {
    .item-alto {
    min-height: 950px;
    height: unset!important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    }
}

@media(max-width: 991px){
    .dataitem, .img-destacado {
        width: 100%;
    }
    .dataitem {
        margin-top: 20px;
    }
    .col-sm-12.coldestacada {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media(max-width: 600px) {
    .dataitem {
        padding: 0px;
    }
    .title_item {
        font-size: 24px;
    }
}

.img-destacado {
    width: 50%;
    overflow: hidden;
}

.img-destacado img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-sm-12.coldestacada {
    display: flex;
    align-items: center;
    padding: 50px 30px;
}

.item-destacado a.consultanos {
    background-color: #2774a0!important;
    margin-top:20px!important
}
section#descargafactbtn {
    background: #fff;
    padding: 0 0 30px;
}
.factbn h3 {
    font-size: 18px;
    margin: 0!important;
}
.factbn .btn_suscribirme {
    background: #fff;
    /*border: 1px solid var(--primary);*/
    margin: auto 0;
    height: 35px;
    display: block;
    width: 400px;
    margin-top: 10px;
    border-radius: 17px;
    padding: 7px 0 7px;
    color: #ffffff;
    background-color: var(--primary);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.factbn {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title-spider p {
    clear: both;
}

.display-1 {font-size: 28px!important;}

@media (max-width:786px) {
    #suscripcion input#email {
        margin: 10px 0!important;
    }
}

@media (max-width:991px) {
    .logo-travel-footer {
        max-width: 50%!important;
    }
}

.col-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

body.contactenos header {
    /*background-color: #3c3c3c;*/
    padding-bottom: 10px;
}

/*** LANDINGS NUEVAS ***/

.productos-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .productos-nav ul {
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .hidden-991 {
        display: none;
    }
}

.productos-nav ul li a {
    color: var(--gris);
}

.productos-nav ul li a:hover {
    color: var(--primary);
}

.productos-nav ul li a.active {
    color: var(--primary);
}

h1.mkte-title {
    font-size: 42px!important;
    font-weight: 700!important;
    text-align: center!important;
}

p.mkte-title {
    font-size: 42px!important;
    font-weight: 700!important;
    text-align: center!important;
}

@media (min-width: 769px) {
    .wrapper-mkte .col-md-6 {
        padding-left: 0!important;
        padding-right: 25px!important;
    }
}


.wrapper-mkte .mkte-title span {
    color: var(--primary)
}

.wrapper-mkte .producto_texto p {
    font-size: 20px;
    text-align: center;
    font-weight: 300!important;
}

.wrapper-mkte p, .wrapper-mkte li {
    font-size: 20px;
}

.bloque-mkte p {
    min-height: 160px;
}

.wrapper-mkte ul {
    list-style: none; /* Quita los bullets por defecto */
    padding-left: 0; /* Elimina el margen izquierdo */
}

.wrapper-mkte ul li {
    position: relative;
    padding-left: 20px; /* Espacio para el bullet personalizado */
    margin-bottom: 10px;
}

.wrapper-mkte ul li::before {
    content: '\f111'; /* Agrega el bullet */
    font-family: 'FontAwesome';
    color: var(--primary); /* Color del bullet */
    font-size: 12px; /* Tamaño del bullet */
    position: absolute;
    left: 0;
    top: 7px;
}

.wrapper-mkte ol {
    list-style: none; /* Quita la numeración por defecto */
    padding-left: 0; /* Elimina el margen izquierdo */
    counter-reset: item; /* Resetea el contador */
}

.wrapper-mkte ol li {
    position: relative;
    padding-left: 30px; /* Espacio para el número */
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif; /* Aplica la tipografía */
    font-size: 21px; /* Ajusta el tamaño */
}

.wrapper-mkte ol li::before {
    content: counter(item) "."; /* Genera el número */
    counter-increment: item; /* Incrementa el contador */
    color: var(--primary); /* Color del número */
    font-weight: bold;
    font-size: 21px; /* Ajusta el tamaño */
    position: absolute;
    left: 0;
}

.content-mkte .bloque {
    padding: 30px 0;
}

.content-mkte .bloque strong {
    font-size: 24px;
    line-height: 1.2;
    height: 70px;
    display: block;
    margin-top: 10px;
}
.content-mkte .bloque span {
    color: var(--primary);
    display: block;
    font-size: 48px;
}
.content-mkte .bloque a {
    color: var(--primary);
    border: solid 1px var(--primary);
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;            
    font-size: 14px;
    font-weight: 700;
}
.bloque-mkte {
    margin: 0 5px;
    padding: 30px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    min-height: 400px;
    border-radius: 40px;
}

@media(max-width:786px) {
    .bloque-mkte {
        margin-bottom: 10px;
    }
}
.wrapper-mkte .mensaje-final a {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    background-color: var(--primary);
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
    margin: 20px auto 0;
}

.loaders-row {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .loaders-row {
        flex-direction: column;
    }
}


.hero-vionix {
    position: relative;
    width: 100%;
    min-height: 620px;
    background-image: url("../images/fondo-vionix.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 5%;
    color: #1a1a1a;
    margin-top: -50px;
}

/* Logo */
.hero-logo {
    width: 350px;
    margin-bottom: 30px;
}

/* Título */
.hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #2f66d0;
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Lista */
.hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 20px;
}

.hero-list li {
    position: relative;
    font-size: 18px;
    list-style-type: disc;
}

.hero-list li::marker {
    color: #2f66d0;
    font-weight: bold;
}

/* Badge azul */
.hero-badge {
    display: inline-block;
    background-color: #2f66d0;
    color: white;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {

    .hero-vionix {
        padding: 80px 20px;
        min-height: auto;
    }

    .hero-content {
        padding-left: 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-list li {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .hero-logo {
        width: 170px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-badge {
        font-size: 14px;
        padding: 10px 18px;
    }
}

.home-banners {
    padding: 60px 0;
}

.banner-box {
    position: relative;
    display: block;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    text-decoration: none;
    color: #fff;
    transition: transform .3s ease;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}

.banner-box:hover {
    color: #ffffff!important;
}

.banner-box:hover {
    transform: translateY(-6px);
}

/* Overlay */
.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    transition: .3s ease;
}

.banner-box:hover .banner-overlay {
    background: rgba(0,0,0,0.2);
}

/* Content */
.banner-content {
    position: absolute;
    top: 20px;
    left: 20px;
}

.banner-content h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}

.banner-icon {
    font-size: 36px;
}

/* Botón hover */
.banner-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 8px 25px;
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease;
    border-radius: 50px;
}

.banner-box:hover .banner-button {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .banner-box {
        height: 220px;
    }

    /* En mobile lo dejamos visible siempre */
    .banner-button {
        opacity: 1;
        transform: none;
    }
}