
@charset "utf-8";

:root {
   --azul: #00C4E3;
   --verde: #C7D300;
   --rojo1: #D31919;
   --rojo2: #EF102E;
   --amarillo1: #FFB000;
   --amarillo2: #FFD500;
   --gris1: #575756;
   --gris2: #9C9B9B;

   --txt: #1F1F1F;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Lato', sans-serif;
    color: var(--txt);
}
body, td, th, input, select, textarea{
    font-size:14px;
}

h1{color: var(--rojo1)}
h2{color: var(--rojo1)}
h3{color: var(--rojo2)}
h4{color: var(--txt)}
h5{color: var(--txt)}
h6{color: var(--azul)}
/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {      background: #f7f7f7;}
.zebra tr.over td { background: #EACCCA;}
.zebra tr.title td { background-color: #EACCCA; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: var(--rojo1); color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: var(--rojo1); background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #575756; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #D31919; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #D31919!important;
}
.btn-default {
    color: #fff;
    background-color: #EF102E;
    border-color: #EF102E;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #D31919;
    transition: all .3s ease;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: var(--gris1);
    border-color: var(--gris1);
    transition: all .3s ease;
}
.btn-primary:hover{
    background-color: var(--gris1);
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #ffd50059 );
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.flex-header {
    display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
    transition: all 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: var(--rojo1);
}
a:visited,a:active,a:focus{
    text-decoration: none !important;
}
*:focus{
    outline: none !important;
}
/*------------*/
section.home-section {
    padding-top: 56px;
}
.site-content {
    padding-top: 70px;
}
.site-content, .my-container{
    max-width: 1200px;
    margin: 0 auto;
}
/*------------*/

.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
/* Fonts */
.text-upper{
    text-transform: uppercase;
}

.w-100{
    width: 100%;
}

/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease;
    padding: 0 1rem;
    background: #fff;
    box-shadow: 0 2px 5px #00000038;
    border-radius: 0px 0px 35px 0px;
    border-bottom: 10px solid var(--rojo1);
}

.header-content {
    justify-content: space-around;
    align-items: center;
}

.nav-brand {
    max-width: 160px !important;
    padding: 10px 5px;
}

.nav-brand.main {
    max-width: 110px;
    padding: 22px 10px 22px;
    margin-bottom: -11px;
    background: #ffffffc4;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 5px #00000038;
}

.nav-brand img{
    transition: all .3s ease;
    max-width: 100%;
    height: auto;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
    display: none;
}

a.toogle-menu, .toogle-search { /*boton del menu responsive*/
    color: var(--oscuro);
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: var(--txt);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: var(--txt);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color:var(--txt);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: var(--txt);
}
.mm-menu .mm-listview a:not(.mm-btn_next){
   color: var(--txt)!important;
}
.navbar-header{
    display: none;
}
.datos-menu .fa-mobile {
    font-size: 24px;
}
.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0;
    height: 45px;
}
.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn), .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){
    background: var(--rosa1);
}
.mm-panel_has-navbar .mm-navbar {
    display: block;
    background: var(--gris);
}
.mm-navbars_bottom {
    height: 70px;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 100px;
    border-top: 1px solid var(--oscuro);
}
.mm-navbars_top{border: none!important;}
.datos-menu {
    display: block;
    height: 100px;
    padding: 1rem;
}
.datos-menu >h3 {
    color: var(--txt);
    text-align: left;
    margin: 0;
    font-size: 12px;
    padding: 1rem 0;
}
.datos-menu > p {
    color: var(--txt);
    text-align: left;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.mm-navbars_bottom {
    height: 46px;
}
m-menu .mm-listview a:not(.mm-btn_next){
    color: var(--txt)!important;
    font-weight: 600;
}

.bg-icon {
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--txt);
    border: 1px solid var(--txt);
}

.searcher {
    position: fixed;
    width: 100%;
    background: var(--rosa1);
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
}
.search-content form {
    display: flex;
    border-bottom:1px solid var(--txt);
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: var(--txt);
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: var(--txt);
    font-size: 22px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: var(--txt) !important;
}

/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 30px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #000000a6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
    background: var(--rojo1);
    color: #fff;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    background-color: var(--gris1);
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--rojo1);
}


/*MENU LATERAL*/

.menu-slideHome-fondo {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999998;
    opacity: .6!important;
}
.menu-slideHome {
    /*background-color: #f6f5f6;*/
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.4);
    height: 100%;
    right: -100%;
    position: fixed;
    top: 0;
    transition: all 0.2s ease;
    width: 100%;
    /*max-width: 550px;*/
    z-index: 9999999999999;
}
.menu-slideHome-flecha {
    right: 99%;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 70px;
    height: 70px;
    z-index: 999999999999;
    top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-slideHome.mostrar { right: 0; z-index: 99999999999999;}
.menu-slideHome.mostrar .menu-slideHome-flecha { 
    right: 100%; 
}

.menu-slideHome-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-slideHome .scroll{overflow-x: hidden; overflow-y: auto; }
.menu-slideHome .scroll::-webkit-scrollbar-track {background-color: #ccc; border-radius: 5px; }
.menu-slideHome .scroll::-webkit-scrollbar {width: 5px; border-radius: 5px; background-color: var(--azul1); }
.menu-slideHome .scroll::-webkit-scrollbar-thumb {background-color: var(--azul1); border-radius: 5px; }

.content-items-menu {
    padding: 1rem;
    height: inherit;
    background: #fff;
    position: relative;
}

.content-items-menu:before {
    content: "";
    display: block;
    width: 80%;
    height: 260px;
    background-image: url(figuras.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 20%;
}

.content-items-menu > div {
    width: 100%;
    position: relative;
    z-index: 2;
}

.menu-item {
    display: flex;
    width: 100%;
    max-width: 340px;
    height: 73px;
    align-items: center;
    justify-content: center;
    margin: 11px auto;
    box-shadow: 0px 2px 5px #00000038;
    border-radius: 10px;
    background: #00000080;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    letter-spacing: 0.08px;
}

.content-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 8px solid var(--rojo1);
    border-radius: 0 0 35px 0;
}

.content-enlaces {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .5em;
    background: var(--rojo1);
}
.content-enlaces > a > i{
    font-size: 1.7em;
}

.content-enlaces > a, .ban > div {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.09px;
    max-width: 77px;
    text-align: center;
    line-height: 16px;
}

.content-enlaces > a:hover{
    color: var(--rojo2);
}

.ban {
    display: flex;
}
.ban > a {
    width: 32px;
    height: 32px;
    margin: 0 1rem;
    border-radius: 100%;
    border: 1px solid #fff;
}
.ban > a:hover {
    transform: scale(1.04);
}

#closeMenu {
    font-size: 35px;
    color: var(--rojo1);
}

.interior-flecha{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
}
.interior-flecha > img{
    width: 39px;
    height: 34px;
}

.form-nav > form {
    display: flex;
    background: #fff;
    max-width: 195px;
    width: 100%;
    height: 39px;
    overflow: hidden;
    border-radius: 40px;
    padding: 0 20px;
    margin: 0;
    box-shadow: 0px 2px 5px #00000038;
}
.boton, .input {
    border: none;
    box-shadow: none;
    background: transparent;
    height: 100%;
    border-radius: 0;
    font-size: 15px;
    padding: 0 15px;
}

.boton {
    padding: 0;
    font-size: 21px;
    line-height: 0;
    color: #4E4E4E;
}


/*footer*/

.footer-portal{
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.footer-portal:after {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background-image: url(figuras_footer.svg);
    background-size: contain;
    top: -50px;
    right: -124px;
    position: absolute;
}

.footer {
    border-top: 13px solid var(--rojo2);
    padding: 2rem 0 1rem;
    border-radius: 0 140px 0 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-bottom {
    background: #fff;
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a {
    font-size: 12px;
    color: #565655;
    font-weight: 400;
    letter-spacing: 0.19px;
}
h3.footer-tittle {
    font-size: 17px;
    text-align: center;
    color: #565655;
    padding-bottom: 8px;
    font-weight: bold;
    letter-spacing: 0.29px;
}
.page-footer > div > div > p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    line-break: anywhere;
    color: #565655;
    font-weight: 400;
    letter-spacing: 0.19px;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 5px;
}

.footer-text{font-size: 12px;}
.footer-text > a {
    color: var(--txt);
    font-size: 13px;
}
.page-footer div {
    padding: 0;
}
ul#footer-menu > li:before {
    font-family: FontAwesome;
    content: "\f054";
    padding: 1px;
    color: #3C3C3C;
    margin-right: 5px;
}


/*titulos*/

h2.content-box-title, h2.mod-box-title {
    font-size: calc(1em + 1vw);
    width: fit-content;
    margin: 1em auto;
    position: relative;
    text-align: left;
    font-weight: bold;
    padding: 10px 50px 10px 60px;
    line-height: 1em;
    color: #575756;
    letter-spacing: -0.68px;
    background: #FCFCFC;
    box-shadow: 0px 2px 3px #00000029;
    border-radius: 0 0 50px 50px;
    max-width: 80%;
    text-align: center;
}
h2.content-box-title:before, h2.mod-box-title:before {
    content: "";
    display: block;
    max-width: 74px;
    max-height: 74px;
    background-image: url(titulos.png);
    position: absolute;
    bottom: 0;
    width: 16vw;
    left: -10px;
    height: 16vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}


/*SECTION LOGOS*/

.figuras {
    padding: 2rem 0 0;
    position: relative;
    overflow: hidden;
}

.figuras:before, .figuras:after {
    content: "";
    display: block;
    max-width: 302px;
    max-height: 302px;
    background-image: url(figura1.svg);
    background-size: contain;
    position: absolute;
    width: 40vw;
    height: 40vw;
    z-index: 2;
}

.figuras:before {
    top: -20vw;
    left: -14vw;
}
.figuras:after {
    top: -20vw;
    right: -14vw;
    transform: scaleX(-1);
}


.cotent-images {
    position: relative;
    z-index: 1;
}

.cotent-images .slick-arrow {
    color: var(--rojo1);
    font-size: 27px;
    background: #0000;
    border: 1px solid var(--rojo1);
    margin: 0 10px;
}



/*SECTION NOTICIAS*/

.gris {
    padding: 2rem 0;
    background: linear-gradient(#9c9b9b1c, #fff);
}

.content-negocios {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1450px;
    margin: auto;
}

.negocio {
    display: block;
    width: 100%;
    max-width: 747px;
    max-height: 303px;
    height: 40vw;
    margin: 5px auto 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.tt-negocio{
    background: #00000061;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.35px;
    font-size: calc(1em + 1vw);
    padding: 1rem 25%;
    transition: all .3s ease;
}

.overlay-negocio {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #FFB000, #0003);
    padding: 1rem 2rem;
    justify-content: center;
    align-items: flex-end;
    transition: all .5s ease;
    transform: translateX(100%);
    opacity: 0%;
}
.sub-negocio {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    line-height: 1.1em;
    max-width: 50%;
    text-shadow: 0px 1px 3px #000000b5;
}
.txt-negocio {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin: 0;
    max-width: 50%;
    text-shadow: 0px 1px 3px #000000b5;
}

.negocio:hover .overlay-negocio{
   transition: all .5s ease;
   transform: translateX(0%);
   opacity: 100%;
}
.negocio:hover .tt-negocio{
   opacity: 0%;
   transition: all .3s ease;
}





/*SECTION NOTICIAS*/

.noticias {
    display: block;
    width: 100%;
    max-width: 482px;
    max-height: 311px;
    height: 59vw;
    margin: auto;
}

.noticias > div {
    display: flex;
    background: #0009;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding: 1rem;
}
.tt-no {
    color: #fff;
    font-weight: bold;
    letter-spacing: -1.32px;
    font-size: calc(1.5em + 1vw);
    margin-bottom: 20px;
}
.tt-no:after{
    content: "";
    display: block;
    width: 140px;
    height: 4px;
    background: #FFB000; 
}

.noticias > div > p {
    margin: 0;
    font-size: calc(1em + 1vw);
    color: #fff;
    font-weight: 400;
    letter-spacing: -1.13px;
    line-height: 1.3em;
    text-align: left;
}

.circle{
    position: relative;
}
.circle:after {
    content: "";
    display: block;
    max-width: 776px;
    max-height: 761px;
    background-image: url(circulomain.svg);
    background-size: contain;
    position: absolute;
    top: -60px;
    left: -54px;
    width: 120px;
    height: 214px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.content-menu-ico{
    display: none;
}

.noticias:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 0px 4px var(--azul);
}

.nav-brand.main{
    display: none;
}




/* Media Queries */

@media (min-width: 400px) {
    
    h2.content-box-title:before, h2.mod-box-title:before {
        left: -22px;
    }

    .nav-brand {
        max-width: 60%;
        padding: 5px 10px;
    }
    .nav-brand.main {
        max-width: 154px;
        padding: 15px 10px 15px;
    }

}

@media (min-width: 500px) {

    .tt-no{
        font-size: 29px;
    }
    .noticias > div > p{
        font-size: 25px;
    }
    .circle:after {
       top: -69px;
       left: 0;
       width: 135px;
       height: 242px;
   }
    .footer {
        border-top: 13px solid var(--rojo2);
        border-right: 13px solid var(--rojo2);
        border-radius: 0 250px 0 0;
    }
    .footer-portal:after {
        width: 500px;
        height: 500px;
        top: -100px;
        right: -190px;
    }

}

@media (min-width: 600px) {
    .nav-brand {
        max-width: 60%;
        padding: 5px 10px;
        /*width: 100%;*/
    }
    .nav-brand.main {
        max-width: 212px;
        padding: 15px 10px 15px;
    }

    .figuras:after{
        top: -24vw;
        right: -19vw;
    }
    .figuras:before {
        top: -24vw;
        left: -19vw;
    }

    h2.content-box-title, h2.mod-box-title{
        font-size: 27px;
    }
    h2.content-box-title:before, h2.mod-box-title:before {
        left: -33px;
    }
    .negocio {
        width: 47vw;
    }

}

@media (min-width: 700px){

    .circle:after {
        top: -99px;
        left: 0;
        width: 180px;
        height: 324px;
    }

}

@media (min-width: 768px){
    #redes_laterales {
        display: none;
    }
}

@media (min-width: 900px){

    .figuras:after {
        top: -20vw;
        right: -17vw;
    }
    .figuras:before {
        top: -20vw;
        left: -17vw;
    }
    .figuras {
        padding: 3rem 0 0;
    }

}

@media (min-width: 992px){
    #redes_laterales{
        display: block;
        position: fixed;
        right: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.7);
        top: 50%;
        border-radius: 10px 0 0 10px;
    }
    #redes_laterales a{
        display: flex;
        position: relative;
        text-decoration: none;
        transition: all .3s ease;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
    }
    #redes_laterales a > i{
        color: #ffffff;
        font-size: 1.5em;
    }
    #redes_laterales a > span{
        position: absolute;
        top: 0px;
        width: 170px;
        height: 40px;
        color: #ffffff;
        left: 80px;
        transition: all 0.5s;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        display: flex;
        align-items: center;
        padding: 0 1em;
        border-radius: 20px 0 0 20px;
    }

    #redes_laterales a:hover .span{
        left: -130px;
    }

    .sect{
        padding-top: 3rem;
    }

    .primero {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 220px;
    }

    .menu-1 > ul > li, 
    .page-footer > div > div > p,
    h3.footer-tittle{
        text-align: left;
    }

    .footer-bottom {
        background: transparent;
        padding: 0;
    }

    section.home-section {
        padding-top: 97px;
    }
    .site-content {
        padding-top: 97px;
    }

    .nav-brand.main {
        max-width: 242px;
        padding: 18px;
    }

    .figuras:after {
        top: -190px;
        right: -150px;
    }
    .figuras:before {
        top: -190px;
        left: -150px;
    }

    .circle:after {
        top: -111px;
        left: 0;
        width: 200px;
        height: 360px;
    }

    .negocio > div{
        font-size: 31px;
    }

    /*section iconos */

    .content-iconos > div{
        display: flex;
        transition: all .3s ease;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #B11218;
        border-radius: 0 0 15px 0;
        box-shadow: 0 1px 8px #00000026;
    }


    .content-menu-ico{
        display: block;
        height: 50px;
        width: 100%;
    }

    .content-iconos > div > a {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.17px;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        padding: 5px 10px;
        margin: 0 5px;
        line-height: 1em;
        height: 50px;
        transition: all .3s ease;
    }
    .content-iconos > div > a:hover,
    .activar {
        transform: scale(1.1);
        box-shadow: 0px 4px 10px 0px #0000005e;
        background: #fff;
        color: #565655!important;
        border-top: 2px solid var(--azul);
    }

    .icons-sticky {
        padding-left: 69px;
        position: relative;
        max-width: 1400px;
        margin: auto;
    }

    .icons-sticky:before{
        content: "";
        display: block;
        width: 69px;
        height: 69px;
        background-image: url(menuInterna.png);
        background-size: cover;
        background-position: bottom right;
        position: absolute;
        left: 5px;
        bottom: -1px;
    }

    .baja{
        position: fixed;
        bottom: -50px;
        width: 100vw;
        z-index: 9999;
        display: flex;
        justify-content: center;
        right: 0;
        left: 0;
        max-width: 100%;
        background: linear-gradient(90deg, #fff, #b11218);
    }

    .translate{
        transform: translateY(-50px);
        transition: all .3s ease;
    }

    /*menu*/

    .content-slider-desk {
        position: relative;
    }
    .content-items-desk {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 1500px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 1rem 4rem;
        left: 0;
        right: 0;
        flex: 1 1 0;
        margin: auto;
    }
    .button span {
        color: #fff!important;
    }

    .button {
        position: relative;
        cursor: pointer;
        display: flex;
        width: 100%;
        max-width: 340px;
        background: #00000080;
        flex-grow: 1;
        flex-basis: 0;
        align-items: center;
        justify-content: center;
        margin: 5px;
        max-height: 73px;
        border-radius: 10px 0 10px 10px;
        box-shadow: 0px 2px 5px #00000038;
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.16px;
        text-shadow: 0px 1px 2px #000;
    }
    .button span {
        position: relative;
        pointer-events: none;
    }

    .slick-arrow {
        margin: 0 15px;
    }

    .content-enlaces{
        padding: 0;
        background: none;
    }

    .ban > a {
        min-width: 32px;
        margin: auto 0 auto 10px;
        border: none;
    }

    .content-enlaces > a, .ban > div {
        color: #1A1919;
        font-size: 14px;
        margin-left: 10px;
    }

    .form-nav > form{
        padding: 0 15px;
    }
    .input {
        padding: 0 0 0 10px;
        border-color: #fff!important;
        box-shadow: none!important;
    }

    .slide-ho{
        transition: all .3s ease;
    }
    .slide-ho:hover {
        transform: scale(1.1);
        box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
    }

    .negocio > div:hover {
        text-shadow: 0 1px 2px #00000080;
        background: linear-gradient(-45deg, var(--amarillo2) , #0000);
    }

    /*footer*/

    .footer {
        border: none;
        border-radius: 0;
        background-image: url(fondoFooter.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
        background-size: cover;
        background-color: #0000;
        padding-right: 160px;
        padding-top: 60px;
        margin-right: 40px!important;
    }
    .footer-portal:after {
        width: 640px;
        height: 640px;
        top: -125px;
        right: -76px;
    }

    /*MENU ESCRITORIO ****************+*/

    .nav-brand {
       max-width: 180px;
       min-width: 100px;
       width: 100%;
       padding: 10px 0;
    }

    .logos-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 320px;
    }

    .logos-nav > div:first-child {
        max-width: 162px;
        padding: 0;
    }

    .logos-nav > div:last-child{
        padding: 0;
        /*max-width: 100%;*/
    }

    .header-content{
        padding: 0;
        justify-content: space-between;
        position: relative;
        min-height: 87px;
    }

    .content-logos-nav {
        max-width: 50%;
        min-width: 50%;
        width: 100%;
        padding-right: calc(121px + 1rem);
    }

    .nav-right {
        max-width: 50%;
        width: 100%;
        min-width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-left: calc(121px + 1rem)
    }

    .nav-brand.main {
        min-width: 206px;
        min-height: 61px;
        max-width: 242px;
        padding: 18px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    header.home{
        border-radius: 0px 0px 71px 0px;
        border-bottom: 10px solid var(--rojo2);
    }

    .navbar-header{
        display: block;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .ct-header {
        max-width: 1600px;
        margin: auto;
    }
    .redes-top {
        display: flex;
        min-width: 102px;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
    }

    .redes-top > div > a {
        display: flex;
        width: 27px;
        height: 27px;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        border: 1px solid #000;
        border-radius: 100%;
        color: #000;
        margin-left: 10px;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav.main-nav ul li a {
       display: block;
       font-size: 13px;
       padding: 5px;
       font-weight: 500;
       color: #444444;
       min-width: 95px;
       margin: 0 2px;
       text-align: center;
       white-space: nowrap;
       transition: all .3s ease;
    }

    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        background: var(--azul2);
        color: #fff;
        border-radius: 35px;
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 51px!important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 12px !important;
        padding: 8px !important;
        text-align: left!important;
        background: #02020278;
        color: #fff!important;
        border-bottom: 1px solid;
    }

    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
        background: #02020278;
    }
}

@media(min-width: 1200px){

    .cotent-images {
        max-width: 1360px;
        margin: auto;
    }

    .noticias-items {
        max-width: 1499px;
        margin: auto;
    }

    .gris {
        padding: 3rem 0;
        margin-top: 3rem;
    }

}

@media(min-width: 1500px){

    .menu-item-desk{
        font-size: 26px;
    }

    .footer {
        border: none;
        border-radius: 0;
        background-image: url(fondoFooter.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
        background-size: cover;
        background-color: #0000;
        padding-right: 160px;
        padding-top: 60px;
        margin-right: 140px!important;
    }

    section.home-section {
        padding-top: 35px;
    }
    .content-items-desk {
        padding-top: calc(62px + 1rem);
        padding-left: 0;
        padding-right: 0;
    }

    header.home {
        padding: 0 3rem;
    }

    .footer{
        padding-right: 0;
    }

    .figuras:before {
        top: -116px;
        left: -84px;
        max-width: 250px;
        max-height: 250px;
    }
    .figuras:after {
        top: -116px;
        right: -84px;
        max-width: 250px;
        max-height: 250px;
    }
    .negocio {
        width: 705px;
    }

    .cotent-images .slick-arrow {
        font-size: 42px;
        margin: 0 -65px;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        top: 57%;
    }

    h2.content-box-title, h2.mod-box-title {
        margin: 1em auto 1.5em;
    }

}


@media(min-width: 1500px){

    .circle:after {
        top: -243px;
        left: 0;
        width: 300px;
        height: 550px;
    }
}

@media(min-width: 1800px){

    .figuras:before {
        top: -140px;
        left: -100px;
        max-width: 320px;
        max-height: 320px;
    }
    .figuras:after {
        top: -140px;
        right: -100px;
        max-width: 320px;
        max-height: 320px;
    }

    .circle:after {
        top: -364px;
        left: 0;
        width: 381px;
        height: 689px;
    }

    .content-slider-desk .slick-arrow {
        margin: 0 5%;
        width: 50px;
        height: 50px;
        font-size: 47px;
    }

}





