/*

*/
html {
    --lh: 1rem;
}
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}
.hidden {
    display: none;
}
h1, h2, h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
strong {
    font-family: "Gotham Rounded Medium", sans-serif;
}
#hamburger {
    display: inline-block;
    background: #901b6a;
    color: white;
    border-radius: 15px;
    padding: 6px 14px;
}
#hamburger .icon {
    width: 24px;
    fill: white;
}
.flexbox-container {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
}
.full-width {
    position: relative; /* for the child pseudo-elements */
    /* negative offset = section padding */
}
.full-width:before, 
.full-width:after {
    content: "";
    position: absolute;
    /* fill vertically */
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
}
.full-width:after { 
    left: 100%;
}
#logo img {
    max-width: 210px;
}
.logos-evl img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
}
.slider-tns a {
    display: block;
    width: 100%;
}
.slider-tns img {
    display: block;
    width: 100%;
}
#sliderQueSon-container {
    margin-top: 20px;
    
}
#sliderQueSon img {
    width: 100%;
    margin: 0 auto;
}
.resaltar {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.resaltar span {
    position: relative;
    z-index: 1;
}
.resaltar::before {
    background-color: #FFB600;
    width: 100%;
    content: ' ';
    height: .5em;
    position: absolute;
    bottom: .1em;
    left: 0;
    z-index: 0;
}
.highlight { 
    background: linear-gradient(transparent 50%, #FFB600 50% 100%);
    padding: 2px 0;
    margin:0 5px;
  }
#header {
    padding: 1em 0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
}
.header-container {
    justify-content: space-between;
    align-items: center;
}
#menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: white;
    width: 50%;
    z-index: 1;
    border-left: 1px solid #999;
}
#menu li {
    display: block;
}
#menu li a {
    display: block;
    color: #3C3C3B;
    font-size: 13px;
    padding: 10px 10px;
    font-weight: bold;
}
#menu li a.redes {
    padding: 10px 2px;
    display: inline-block;
    margin-left: 10px;
}
#menu li a.redes img {
    width: 18px;
}
#menu-close {
    text-align: right;
    padding-top: .5em;
    padding-right: .5em;
}
.accesoClientes {
    border: 1px solid #3C3C3B;
    border-radius: 20px;
}
/* .slideshow {
    min-height: 90vh;
    color: white;
    position: relative;
    margin-bottom: 1rem;
    background: url('../assets/web/slider_bg.png') top left no-repeat;
    background-size: cover;
}
.slideshow .slider-container {
    min-height: 700px;

}
.slider-text {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.slider-text .leading {
    margin-top: 1.5em;
    font-size: 18px;
    margin-bottom: 1em;

}
.slider-text h1 {
    font-size: 78px;
    margin-bottom: 0.75em;
    color: white;
}
.slider-text .cta a {
    color: #3c5baa;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 0;
    display: inline-block;
    background: #f9e262;
    font-weight: bold;
}
.slider-text .cta a .chevron {
    margin-left: 6px;
    position: relative;
    top: -1px;
}
.slideshow .cta-bottom {
    position: fixed;
    bottom: 20px;
    right: 10vw;
    z-index: 999;
}
.slideshow .cta-bottom a {
    display: inline-block;
} */
.que_son_part {
    padding: 10px 30px;
    flex: 1;
}
.que-son_content h2 {
    color: #202c4b;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 1.5rem;
    min-height: 2.5em;
}
.que-son_content p {
    font-size: 14px;
    font-weight: 200;
}
.que-son_content ul {
    font-size: 14px;
    font-weight: 200;
    padding-left: 5px;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}
/*  */
/* #que-son-continuacion {
    background: #91bd95 url(../assets/web/grafico.png) center 120px no-repeat;
    min-height: 90vh;
    padding-top: 4em;
    position: relative;
}
.que-son-continuacion_content {
    min-height: 800px;
}
.que_son_list {
    width: 240px;
    padding-top: 1.5rem;
}
.que_son_list h3 {
    text-transform: uppercase;
    text-align: center;
}
.que_son_list ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: white;
}
.que_son_list li {
    padding-left: 32px;
    margin-bottom: 1.5em;
    position: relative;
}
.que_son_list li:before {
    width: 28px;
    height: 28px;
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
} */
.ambiente_list h3 {
    color: #315bb0;
}
.ambiente_list li:before {
    background: url(../assets/web/ambiente_bullet.png) center center no-repeat;
}
.sociedad_list {
    position: absolute;
    right: 0;
    top: 0;
}
.sociedad_list h3 {
    color: #fee242;
}
.sociedad_list li:before {
    background: url(../assets/web/sociedad_bullet.png) center center no-repeat;
}
.economia_list {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.economia_list h3 {
    color: #d35859;
}
.economia_list li:before {
    background: url(../assets/web/economia_bullet.png) center center no-repeat;
}
.map-header {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: white;
    color: #315bb0;color: #011939; color: #862065; color: #fee242; color: #148C73;
    color: #9bbc98;

}
.map-title {
    padding: 1em;
    color: #862065;
}
.map-header > div {
    flex: 1;
}
.map-emprendedores {
    background: #011939;
    color: white;
    position: relative;
}
.map-municipios {
    background: #862065;
    color: white;
    position: relative;
}
.map-categorias {
    background: #d35859;
    color: white;
    position: relative;
}
.flex-column-wrapper {
    padding: 1em;
    display: flex;
    flex-direction: column;
}
.flex-wrapper,
.map-emprendedores .flex-wrapper ,
.map-municipios .flex-wrapper {
    padding: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.map-categorias h5,
.map-emprendedores h5,
.map-municipios h5 {
    font-size: 18px;
    font-weight: bold;
}
.categoria-filter,
.startup-filter,
.muni-filter {
    display: inline-block;
    background: transparent;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    padding: .65em 3%;
}
.categoria-filter img,
.startup-filter img,
.muni-filter img {
    margin-right: 3px;
}
.close-filter {
    float: right;
    background: transparent;
    border-color: transparent;
    position: absolute;
    right: 12px;
    bottom: 0;
}
.category-list-filter,
.startup-list-filter,
.muni-list-filter {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #862065;
    bottom: 0;
    transform: translateY(100%);
}
.startup-list-filter {
    background: #011939;
}
.category-list-filter {
    background: #d35859;
}
.category-list-filter input,
.startup-list-filter input ,
.muni-list-filter input {
    width: 95%;
    margin: .5em auto;
    border: 1px solid #CCC;
    display: block;
}
.category-list-filter div,
.startup-list-filter div ,
.muni-list-filter div {
    max-height: 400px;
    overflow-y: auto;
}
.category-list-filter .category-filter,
.startup-list-filter .startup-filter,
.muni-list-filter .muni-filter {
    border-bottom: 1px solid white;
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
.category-list-filter .categoria-filter {
    background-color: transparent;
    color: white;
    min-width: 90%;
    text-align: left;
}
#map_container {
    position: relative;
    z-index: 2;
}
.map-wrapper {
    display: flex;
    flex-direction: row;    
    justify-content: space-evenly;
    position: relative;
}
.emprendedor-detail {
    flex: 1;
    flex-wrap: wrap;
    padding: 1em;
    background: #862065;
    color: white;
    z-index: 1;
}
.emprendedor-logo {
    margin-right: 1em;
    width: 150px;
    height: max-content;
}
.emprendedor-name {
    font-size: 20px;
    font-weight: bold;
}
.emprendedor-address {
    font-size: 16px;
}
.emprendedor-nivel {
    margin-top: 1em;
}
.emprendedor-category {
    text-transform: uppercase;
    font-size: 12px;
}
.emprededor-redes {
    padding: .3em 1em;
}
.emprededor-redes img {
    width: 18px;
}
.emprededor-redes a {
    display: inline-block;
    padding: .2em;
}
.gallery-title {
    padding: .5em;
    background: white;
    text-transform: uppercase;
    font-size: 13px;
    color: #9bbc98;
    border-top-right-radius: 15px;
    margin-top: 1.5em;
}
.galery-emprendedor-item {
    width: 32.5%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
    background: transparent;
    border: 0;
}
.galery-emprendedor-item:nth-child(3n) {
    margin-right: 0;
}
.galery-emprendedor-item:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
  }
.galery-emprendedor-item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.btn-close-detail {
    float: right;
    border: 0;
    background: 0;
}
.img-modal {    
    background: white;
    position: fixed;
    width: 80vw;
    max-width: 768px;
    padding: 2em;
    z-index: 999;
    top: 10vh;
    left: 0;
    transform: translateX(50%);
}
.img-modal img {
    width: 100%;
}
.btn-close-image {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    border: 0;
    background: 0;
    color: #BBB;
}
.map-wrapper-wrapper {
    flex: 4;
}
.number-entities {
    font-size: 53px;
    min-width: 100px;
    text-align: center;
    font-weight: bold;
}
#suma-tu-municipio {
    position: relative;
    z-index: 1;
    background: #021939 url(../assets/rebranding/faq_bg.png) bottom right no-repeat;
    background-size: 700px;
    padding: 5em 0;
    min-height: 90vh;
    color: white;
}
#suma-tu-municipio h2 {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#suma-tu-municipio .leading {
    font-size: 18px;
    margin-bottom: 1rem;
}
.suma-tu-municipio_content {
    width: 50%;
    margin: 0 0;
    font-size: 14px;
}
.suma-tu-municipio_content .cta-sumate a {
    display: inline-block;
}

.colapse-text {
    width: 70%;
}
.noticias-seccion .container:after {
    content: " ";
    clear: both;
    display: table;
}
.noticias-seccion .noticia {
    width: 32%;
    border: 0 solid transparent;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-left: 0;
    margin-right: 1%;
    background: #011939;
    margin-bottom: 2%;
}
.noticias-seccion .noticia img {    
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.noticias-seccion .noticia .info {
    padding: 10px;
}
.noticias-seccion .noticia a {
    color: #fd8977;
}
.noticias-seccion .noticia h3 {
    font-size: 12px;
}
.noticias-seccion .noticia h3 a {
    color: white;
}
.line-clampin-2 {
    --max-lines: 2;
    position: relative;
    max-height: calc(14px * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}
.line-clampin-2::before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
}
.line-clampin-2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: #011939;
}
.evento .line-clampin-2::after {
    background: #fd8977;
}
#noticias {
    background: #FFFFFF;
    padding: 3em 0;
}
#noticias h2 {
    color: #011939;
    text-align: center;
    margin: 1.5em 0;
}
.ver-mas-noticias {
    text-align: center;
    clear: both;
}
.ver-todos-home {
    display: inline-block;
    margin: 1.5em auto;
    background-color: #011939;
    border: 1px solid #011939;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #fd8977;
    font-weight: bold;
}
#eventos {
    background: #fee242;
    padding: 3em 0;
}
#eventos h2 {
    color: #fd8977;
    text-align: center;
}
.eventos-seccion .container:after {
    content: " ";
    clear: both;
    display: table;
}
.eventos-seccion .evento {
    width: 31%;
    border: 0 solid transparent;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    background: #fd8977;
    margin-bottom: 2%;
}
.eventos-seccion .evento img {    
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.eventos-seccion .evento .info {
    padding: 10px;
}
.eventos-seccion .evento a {
    color: #315bb0;
}
.eventos-seccion .evento h3 {
    font-size: 12px;
}
.eventos-seccion .evento h3 a {
    color: white;
}
#faq {
    min-height: 90vh;
    background: white url(../assets/web/faq_bg.png) bottom left no-repeat;
}
.faq_content {
    min-height: 700px;
    width: 65%;
    margin-left: 35%;
    margin-top: 4em;
}
.faq_content h2 {
    color: #91bd95;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}
.faq_content h3 {
    color: #91bd95;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}
.faq_content dd {
    margin-bottom: 1.5em;
    color: #011939;
}
.faq-more {
    display: none;
}
.faq_content dt {
    color: #011939;
}
.faq_content dd {
    font-size: 14px;
}
.cta-faq {
    display: inline-block;
    margin: 1.5em auto;
    background-color: #9bbc98;
    border: 1px solid #9bbc98;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #011939;
    font-weight: bold;
}
/*
1ro - Blanco
2do - Azul oscuro - #011939
3ro - Violeta - #862065
4to - Naranja - #862065
*/
.contacto-form {
    background: #d35859;
    padding: 1.5em 0;
}
.contacto-form h2 {
    color: white;
    text-align: center;
}
.contacto-form.full-width:before {
    background-color: #d35859;
}
.contacto-form.full-width:after {
    background-color: #d35859;
}
.contacto-form textarea,
.contacto-form select,
.contacto-form input {
    background: transparent;
    border: 1px solid #011939;
    padding: 10px 4px;
    line-height: 20px;
    display: inline-block;
    width: 49%;
    margin-top: 8px;
    resize: vertical;
    min-height: 2.8em;
    vertical-align: top;
}
.contacto-form input::placeholder {
    color: #011939;
}
.form-group-actions {
    text-align: right;
}
.form-group-actions button {
    color: white;
    border: 1px solid #011939;
    background-color: #011939;
    padding: 10px 20px;
    line-height: 20px;
    display: inline-block;
    margin-top: 8px;
    min-width: 150px;
    font-weight: bold;
}
.form-group-actions button[type=reset] {
    background: transparent;
    color: #011939;
}
#footer {
    margin-top: 3em;
    padding-bottom: 12em;
    background: url(../assets/rebranding/guarda.png) bottom center no-repeat;
}
.footer_logo {
    text-align: center;
}
.footer_logo img {
    max-width: 500px;
    width: 100%;
}
.footer_data {
    font-size: 12px;
    text-align: center;
    color: #999;
    margin-top: 1.5rem;
}

@media (max-width: 1024px) {
    .slider-text {
        padding-left: 5em;
        justify-content: flex-start;
        padding-top: 1.5em;
    }
}
@media (min-width: 768px) {
    .header-container {
        margin: 0 1.5em;
    }
    .visible-xs {
        display: none;
    }
}

@media (min-width: 1024px) {
    .header-container {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .hidden-xs {
        display: none;
    }
    .header-container {
        display: flex;
        position: relative;
    }
    #hamburger {
        position: absolute;
        right: 1em;
    }
    #logo {
        padding-left: 1.5em;
    }
    .slideshow {
        background: url('../assets/web/slider_bg_mobile.png') top left no-repeat;
        background-size: cover;
        min-height: auto;
    }
    .slideshow .slider-container {
        min-height: auto;
        background: none;
    }
    .slider-text {
        padding-left: 2.5em;
        justify-content: flex-start;
        padding-top: 1.5em;
        padding-bottom: 3em;

        min-height: 450px;
        max-width: 68%;
    }
    .slider-text h1 {
        font-size: 36px;
    }
    #que-son-continuacion {
        background-size: contain;
        padding-top: 450px;
    }
    .economia_list {
        bottom: 4em;
    }
    #suma-tu-municipio {
        background-size: 70%;
        padding-bottom: 440px;
    }
    .suma-tu-municipio_content {
        width: 100%;
    }
    .noticias-seccion .noticia {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .noticias-seccion .noticia img {
        max-height: 160px;
    }
    .eventos-seccion .evento {
        width: 100%;
    }
    #faq {
        background-size: 50%;
        padding-bottom: 330px;
    }
    .faq_content {
        width: 100%;
        margin-left: 0;
    }
    .contacto-form textarea,
    .contacto-form select,
    .contacto-form input {
        width: 99%;
    }
    .colapse-text {
        width: 100%;
    }
}
@media (max-width: 680px) {
    .slider-text .cta a {
        padding: 7px 20px;
        font-size: 14px;
    }
    .flexbox-container.que-son_content {
        flex-direction: column;
    }
    .map-header {
        flex-direction: column;
    }
    .emprendedor-detail {
        min-width: 100%;
        padding: 1.8em;
    }
    .que-son_content h2:empty {
        display: none;
    }
    #suma-tu-municipio {
        background-size: 80%;
        padding-bottom: 440px;
    }
    #logo {
        padding-left: 5px;
    }
    #hamburger {
        right: 3px;
    }
    #hamburger .label {
        display: none;
    }
}

@media (max-width: 450px) {
    #logo img {
        max-width: 200px;
    }
    #hamburger {
        padding: 6px 8px;
    }
    .que_son_list {
        width: 200px;
    }
    .que_son_list ul {
        font-size: 13px;
    }
    #suma-tu-municipio {
        background-size: 95%;
        padding-bottom: 440px;
    }
}
.map-header small {
    font-size: 70%;
}