/*
Theme Name:     Circulo Verde Theme 2023
Theme URI:      http://www.circuloverde.cl
Description:    WP theme for Circulo Verde
Author:         Kaleida Interactive Agency
Author URI:     http://www.kaleidadigital.com
Template:       Divi
Version:        2.5
*/

/*
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
*/

:root {
    --body-bg: #F8F9FC;
    --black-text: #4D4D4F;
    --celeste: #70A0AF;
    --verde-oscuro: #609336;
    --verde-claro: #DBDE1A;
    --bordes-claros: #DDD;
    --azul: #234352;
}

.tablepress {
	font-size: 15px;
	line-height: 150%;
	border: solid 1px var(--bordes-claros) !important;
}

.tablepress td {
	border-right: solid 1px var(--bordes-claros) !important;
	padding: 12px 16px !important;
}

.tablepress .row-1 .column-2 {
	border-bottom: solid 1px var(--bordes-claros);
}

.tablepress .row-1 td,
#tablepress-1 .row-2 td,
#tablepress-2 .row-2 td {
	font-weight: bold;
	color: #FFF;
	background-color: var(--celeste);
	text-align: center;
	vertical-align: middle;
}

.tablepress .row-1,
#tablepress-1 .row-2,
#tablepress-2 .row-2 {
    border: solid 2px var(--celeste);
}

body {
    background: var(--body-bg);
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    color: var(--black-text);
}

body:before {
    position: absolute;
    content: "";
    display: block;
    width: 75%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: linear-gradient(135deg,  #D6E2E8 0%, #F8F9FC 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 60%;
    height: 100vh;
    max-height: 900px;
    background: linear-gradient(135deg,#F8F9FC 65%, #D6E2E8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body.home:after {
    max-height: 500px;
    background: linear-gradient(135deg,#F8F9FC 65%, #D6E2E8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

a {
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
    color: var(--black-text);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 120%;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

.search-no-results .et_pb_blog_grid h2,
h3 {
    font-size: 32px;
}

h3#comments {
    font-size: 36px;
    margin-bottom: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

blockquote {
    border-color: var(--celeste) !important;
}

.et_pb_text_inner a,
.single .entry-content a,
.et_pb_blurb a,
.comment a:not(.comment-reply-link),
.tablepress a {
    font-weight: 700;
    border-bottom: dotted 1px var(--verde-oscuro);
}

.et_pb_blurb p {
    padding-bottom: 0px;
}

.et_pb_text_inner a:hover,
.single .entry-content a:hover,
.comment a:not(.comment-reply-link):hover,
.tablepress a:hover {
    color: var(--celeste);
    border-bottom: dotted 1px var(--celeste);
}

.stage_contacto h1,
.stage h1 {
    font-size: 72px;
    line-height: 88px;
}

.page-acerca-de-circulo-verde .stage h1 {
    width: 200%;
}

#clientes h2 em,
.page-contacto h2 em,
.stage h1 em {
    font-style: normal;
    color: var(--body-bg);
    background: url(images/pix_celeste.svg);
    background-size: 78px 100%;
    background-repeat: repeat-x;
    padding: 0px 12px;
    margin: 0 -10px;
    background-position: left 6px;
}

#clientes h2,
.page-contacto h2 {
    padding-top: 16px;
}

.page-contacto h2 em,
#clientes h2 em {
    background-size: 48px 100%;
    margin: 0 -6px;
    background-position: left 2px;
}

.stage h2 {
    color: var(--black-text);
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    margin-bottom: 10px;
}

.page div:not(.stage) p,
.page .stage p {
    font-size: 24px;
    line-height: 40px;
    margin-top: 18px;
}

.page .stage p {
    font-size: 24px !important;
    line-height: 40px !important;
}

.stage_operacion_renta p {
    padding-bottom: 0 !important;
}

.content_tip_header p {
    font-size: 24px !important;
}

.single .entry-content ul,
.single .entry-content ol,
.entry-content #detalle ul {
    font-size: 20px;
    line-height: 32px;
    list-style: none;
    padding: 0px;
    color: var(--black-text);
}

.single .entry-content ol {
    list-style: normal;
    list-style-position: inside;
    padding-left: 0 !important;
}

.single .entry-content ul li,
.single .entry-content ol li,
.entry-content #detalle ul li {
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
}

.single .entry-content ol li {
    padding-left: 0px;
}

.single .entry-content ul li:before,
.entry-content #detalle ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--celeste);
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 16px;
}

#detalle h3 {
    padding-bottom: 24px;
}

.et_pb_blurb h3 {
    padding-bottom: 0px !important;
}

#altura_disponible {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    font-size: 13px;
}

#main-header {
    background: transparent;
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0);
    box-shadow: 0 0px 0 rgba(0,0,0,0);
}

#main-header .container {
    border-bottom: solid 1px var(--bordes-claros);
    height: 112px;
}

#main-content {
    background: transparent !important;
}

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

.et_pb_svg_logo #logo {
    height: 72px !important;
    max-height: 72px !important;
}

#top-menu li {
    padding-right: 48px;
}

#top-menu > li > a {
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--black-text);
    letter-spacing: 2px;
    font-size: 16px;
}

#et-top-navigation {
    padding-top: 72px !important;
}

#et-top-navigation nav > ul > li > a {
    padding-top: 1px !important;
    padding-bottom: 14px !important;
    position: relative;
}

#top-menu a:hover {
    color: var(--verde-oscuro);
    opacity: 1 !important;
}

#top-menu > .current-menu-parent > a,
#top-menu .current-menu-item > a {
    color: var(--verde-oscuro) !important;
}

#top-menu > .current-menu-parent > a:before,
#top-menu > .current-menu-item > a:before {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px var(--verde-oscuro);
    margin-top: 3px;
    margin-left: -1px;
    position: absolute;
    left: 0px;
    top: 16px;
}

/* SUBMENU */
.nav li ul {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.15);
    border-top: none;
    padding: 16px 0px !important;
}

#top-menu li li {
    padding: 2px 8px !important;
    line-height: 160%;
    width: 100%;
}

#top-menu > li.con_sub > a {
    font-weight: bold;
}

#top-menu li.sub_sub {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-left: 21px;
}

#top-menu li.sub_sub a {
    border-left: solid 1px #CCC;
    padding-left: 15px;
    font-style: italic;
    font-weight: normal;
}

.et_mobile_menu li a, .nav li li a {
    font-size: 16px;
    font-weight: 500 !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background: #FFF !important;
}

/* END SUB */
#main-content {
    overflow: hidden;
}
.stage {
    height: calc(100vh - 112px);
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important; 
}

.page .stage .main_row {
    height: 100%;
}

.page.home .stage .main_row {
    height: calc(100% - 96px);
}

.stage .main_row .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.stage_text {
    width: 45%; 
    margin-right: 0%;
    margin-bottom: 0 !important;
}

.stage_morph {
    width: 53%;
    position: static;
}

.stage_morph .et_pb_text_inner {
    position: static;
}

.blog_container {
    position: relative;
}

.blog_container:after,
.stage:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 50%;
    height: 60%;
    max-width: 820px;
    background: url(images/pattern.png);
    background-size: 400px;
    z-index: 1;
}

.stage_contacto {
    position: relative;
}

.error404 .et_pb_section:before,
.blog_container:before,
.page #detalle:before,
.stage_contacto .et_pb_column_0:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 200px;
    width: 45%;
    
    background: url(images/pattern.png);
    background-size: 400px;
    z-index: 1;
}
.stage_contacto .et_pb_column_0:before {
    bottom: -100%;
    width: 150%;
    left: -50%;
    height: 180px;

    display: none;
}

.error404 .et_pb_section:before {
    bottom: auto;
    top: 480px;
}

.blog_container:before {
    top: 280px;
    height: 40vh;
    width: 45%;
    max-width: 240px;
}

.single #main-content {
    position: relative;
}

.single #main-content:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 72px;
    height: 75vh;
    width: calc((100% - 1180px) / 2);
    max-height: 800px;
    
    background: url(images/pattern.png);
    background-size: 400px;
    z-index: 1;
}

.single.has-featured-image.single-format-standard #main-content:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 200px;
    height: 360px;
    width: calc((100% - 1180px) / 2);
    
    width: 50%;
    background: url(images/pattern.png);
    background-size: 400px;
    z-index: 1;
}

/*
.single #main-content:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 700px;
    width: calc((100% - 1040px) / 2);
    max-height: 800px;
    
    background: url(images/pattern.png);
    background-size: 400px;
    z-index: 1;
}
*/

.search-no-results .blog_container:before {
    display: none;
}

.blog_container.charlas:before {
    top: 640px;
}

.blog_container:after {
    height: 60vh;
    width: 50%;
    max-width: 240px;
}

.search-no-results .blog_container:after {
    height: 50vh;
}

.page.page-asesoria-legal #detalle:before {
    left: auto;
    right: 0;
    width: 25%;
}


.page-acerca-de-circulo-verde .stage:after,
.page-recursos-humanos .stage:after,
.page-contabilidad .stage:after,
.page-asesoria-legal .stage:after,
.page-asesoria-tributaria .stage:after {
    height: 480px;
    bottom: calc(50% - 140px);
    transform: translateY(50%);
}

.page-contabilidad #detalle {
    padding-bottom: 180px;
}

.page-recursos-humanos #detalle {
    padding-bottom: 120px;
}

.page-contabilidad #detalle::before {
    height: 150px;
}

.stage a {
    display: inline-block;
    color: #FFF;
    background-color: var(--verde-oscuro);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 0px;
    padding: 10px 48px;
    border-radius: 200px;
    border: solid 2px var(--verde-oscuro);
}

.home .stage a {
    margin-top: 24px;
}

.stage a:hover {
    color: var(--verde-oscuro);
    background-color: var(--body-bg);
    border: solid 2px var(--verde-oscuro);
}

.zocalo {
    z-index: 2;
}

.zocalo,
.zocalo .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.zocalo .et_pb_module {
    margin-bottom: 0px !important;
}

.zocalo > .et_pb_row > .et_pb_column {
    display: flex;
    height: 96px;
    align-items: center;
    justify-content: space-between;
}

.zocalo .res_indicadores {
    width: 50%;
}

header .res_indicadores {
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 10;
}

header .res_indicadores p,
.page .stage .zocalo .res_indicadores p {
    font-size: 19px !important;
    line-height: 24px !important;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    padding: 0;
}

header .res_indicadores p {
    color: var(--black-text);
    opacity: 0.75;
    display: inline-block;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 400;
    margin-top: 18px !important;
}

.zocalo .res_indicadores .separator {
    font-size: 26px;
    margin: 0 5px;
}

header .res_indicadores #data,
.zocalo .res_indicadores p#data {
    display: none;
}

header .res_indicadores p #data {
    font-weight: bold;
}

.stage .zocalo a {
    display: inline-block;
    color: var(--verde-claro);
    background-color: transparent;
    text-transform: none;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: dotted 1px var(--verde-claro);
}

.stage .zocalo a:hover {
    color: #FFF;
    border-color: #FFF;
}

.zocalo .shortcuts {
    border-left: dashed 1px rgba(255,255,255,0.5);
    max-width: 300px;
    width: 25%;
    padding-left: 2%;
    padding-top: 6px;
}

.zocalo .shortcut_1 {
    max-width: 250px;
}

.zocalo .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 24px;
}

.zocalo .et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    text-align: center;
}

.zocalo .et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap {
    width: auto;
    height: 100%;
}

.zocalo .et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle;
}

.zocalo h4 {
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

/* PUBICACIONES */
#publicaciones {
    background: #FFF !important;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 1610px;
    border-radius: 12px;
    margin-top: 0;
    position: relative;
    z-index: 999;
    margin-bottom: 36px;
    padding-top: 32px;
    padding-bottom: 48px;
    box-shadow: 0 0 32px rgba(0,0,0,0.1);
}

.home #publicaciones .fluid-width-video-wrapper {
    display: none;
}

#publicaciones .et_pb_row {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
}

.related .post-meta,
.et_pb_blog_grid article.et_pb_post .post-meta,
#publicaciones p.post-meta {
    display: none !important;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tip_operacion_renta,
.et_pb_blog_grid article,
.related article,
#publicaciones .posts_slider .et_pb_module {
    overflow: hidden;
    background-color: #FFF;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.12);
    border: none !important;
}

.related article .et_pb_image_container {
    position: relative;
}

.tip_operacion_renta .et_pb_main_blurb_image img,
.et_pb_blog_grid article img,
.owl-carousel .owl-item img,
.related article img {
    height: 248px !important;
    object-fit: cover;
    width: 100% !important;
}

.tip_operacion_renta .et_pb_blurb_container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
}

.owl-item .et_pb_video_overlay,
.owl-item .format-video .et_pb_image_container {
    height: 248px;
}

.owl-item .format-video .et_pb_image_container {
    margin-bottom: 14px !important;
    margin-top: 0px !important;
}

.owl-nav {
    width: 150px;
    text-align: left !important;
    margin-top: 32px !important;
}

.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagination .alignleft a,
.pagination .alignright a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 48px;
    height: 48px;
    margin: 0px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pagination .alignleft a,
.pagination .alignleft a:hover,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: url(images/left_arrow.svg);
    margin-right: 16px;
}

.pagination .alignright a,
.pagination .alignright a:hover,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    background: url(images/right_arrow.svg);
}

.pagination .alignright a:hover,
.pagination .alignleft a:hover,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    opacity: 0.8;
}

#publicaciones .posts_slider .et_pb_module h2,
.related article h2.entry-title {
    /* PARA ELLIPSIS */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /* STANDARD */
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 12px 24px 0px 24px;
    height: 140px;
}

.related article h2.entry-title,
.related article h2.entry-title a {
    color: var(--black-text) !important;
    border: none;
}

.et_pb_blog_grid article {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 32px !important;
    margin-bottom: 48px !important;
}

.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_pb_image_container {
    margin: -24px -24px 29px !important;
}

.et_pb_column_1_2 .et_pb_video_play, 
.et_pb_column_2_3 .et_pb_video_play, 
.et_pb_column_3_4 .et_pb_video_play, 
.et_pb_column_3_5 .et_pb_video_play, 
.et_pb_column_4_4 .et_pb_video_play {
    font-size: 4rem;
    line-height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
}

.et_pb_post .et_pb_video_overlay_hover {
    background: rgba(0,0,0,0.5);
}

.et_pb_blog_grid article h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 12px 0px 0px 0px;
}

.tip_operacion_renta p,
.et_pb_blog_grid article p {
    font-size: 18px !important;
    line-height: 28px !important;
}

body .et_pb_blurb.tip_operacion_renta {
    margin-bottom: 4px !important;
}

.tip_operacion_renta .et_pb_main_blurb_image {
    width: 100%;
}

.tip_operacion_renta .et_pb_blurb_content {
    max-width: none;
}

.et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2 {
    margin-top: 12px !important;
}

.tip_operacion_renta p {
    margin-top: 8px !important;
}

.content_tips p {
    font-size: 20px !important;
    line-height: 32px !important;
    margin-top: 0 !important;
}

.content_tip_header {
    border-bottom: solid 1px var(--bordes-claros);
    padding-bottom: 36px;
}

.et_pb_blog_grid article .mac_author,
.et_pb_blog_grid article .mac_date,
#publicaciones .posts_slider .mac_author,
#publicaciones .posts_slider .mac_date,
.related article .mac_author,
.related article .mac_date {
    font-size: 16px;
    margin: 0px 24px;
    padding: 0px;
    line-height: 24px;
}

.et_pb_blog_grid article .mac_author,
.et_pb_blog_grid article .mac_date {
    margin: 0;
}

.et_pb_blog_grid article .mac_date,
#publicaciones .posts_slider .mac_date,
.related article .mac_date {
    color: var(--celeste);
}

.et_pb_blog_grid article .mac_author,
#publicaciones .posts_slider .mac_author,
.related article .mac_author {
    color: var(--verde-oscuro);
}

.et_pb_blog_grid article .mac_author a,
#publicaciones .posts_slider .mac_author a,
.related article .mac_author a {
    font-weight: 600;
    border: none;
}

.related article .entry-featured-image-url,
#publicaciones .posts_slider .et_pb_post .entry-featured-image-url {
    margin-bottom: 14px;
}

.related article,
#publicaciones .posts_slider .et_pb_post {
    margin-bottom: 36px;
}

.single .related article.et_pb_post {
    width: 25%;
    margin-right: 36px;
    padding-bottom: 32px !important;
}

.related article:last-child {
    margin-right: 0 !important;
}

.related h2 {
    padding: 0px !important;
}

#publicaciones .posts_heading_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_header .et_pb_search,
.posts_heading_search .et_pb_search {
    float: right;
    width: 100%;
    max-width: 360px;
}

.blog_header.charlas .et_pb_search {
    float: none;
    margin: 0 auto 20px auto !important;
}

.blog_header.search_results .et_pb_row_0_tb_body .et_pb_text_inner {
    color: var(--verde-oscuro);
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
}

.et_pb_search {
    background-color: #FFF;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border: 0px;
    margin-top: -2px;
    border: solid 1.5px var(--verde-oscuro);
}

.et_pb_search input.et_pb_searchsubmit {
    background-color: #FFF;
    overflow: hidden;
    text-indent: -9999px;
    width: 68px;
    background-image: url(images/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}

body .et_pb_search_0 input.et_pb_s,
body .et_pb_search input.et_pb_s {
    font-size: 18px;
    color: var(--black-text);
    padding: 10.5px 24px !important;
    border-radius: 200px !important;
}

#publicaciones .et_pb_button_module_wrapper {
    width: 300px;
    margin-top: -49px !important;
    float: right;
}

#publicaciones .et_pb_button {
    font-weight: 600;
    padding: 8px 36px !important;
}

.mac_author a,
.author a {
    cursor: text !important;
}

.related .et_pb_ajax_pagination_container {
    display: flex;
    justify-content: space-between;
}
/* END PUBLICACIONES */


/*** BLOG START HERE ***/
.blog_header .et_pb_row_0_tb_body {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0;
}

.blog_header h1 {
    padding-bottom: 0;
}



.et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { 
    content: '2 .column.size-1of2' !important;
}
.column.size-1of2 {
    width:100% !important;
    margin-right:0% !important;
}

/*** BLOG ENDS HERE ***/
@media screen and (min-width:640px) and (max-width: 1079px) {
    .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { 
		content: '2 .column.size-1of2' !important;
	}
	.column.size-1of2 {
		width:48% !important;
		margin-right:4% !important;
	}
    .column.size-1of2:last-child {
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1679px) {
    .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { 
		content: '3 .column.size-1of3' !important;
	}
	.column.size-1of3 {
		width:31.5% !important;
		margin-right:2.75% !important;
	}
    .column.size-1of3:last-child {
        margin-right: 0 !important;
    }
}
@media (min-width: 1680px) {
    .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { 
        content: '4 .column.size-1of4' !important;
    }
    .column.size-1of4 {
        width: 23% !important;
        margin-right: 2.666% !important;
    }
    
    .column.size-1of4:last-child {
        margin-right: 0 !important;
    }
}


/* BANNER BLUE START */
.banner_blue {
    position: relative;
    z-index: 1;

}

.banner_blue:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    background: url(images/border_top_4x.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 2;
    transform: rotate(-1deg);
}

.banner_blue:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    background: url(images/border_bottom_4x.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 2;
    transform: rotate(-1deg);
}

.banner_blue .et_pb_row {
    display: flex;
    align-items: center;
}

.banner_blue h2 {
    color: #FFF;
    font-size: 48px;
    line-height: 68px;
    padding-bottom: 40px;
}

.banner_blue h2 em {
    font-style: normal;
    color: var(--azul);
    background: url(images/pix_verde_claro.svg);
    background-size: 68px 100%;
    background-repeat: repeat-x;
    padding: 0px 12px;
    margin: 0 -8px;
    background-position: left 4px;
}

.page-acerca-de-circulo-verde .banner_blue h2 {
    padding-bottom: 0px;
}

.banner_blue h4 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    margin-top: 32px;
}

.banner_blue ul {
    list-style: none;
    padding: 0px;
    line-height: 40px;
}

.banner_blue p {
    color: #FFF;    
    margin-top: 0 !important;
}

.banner_blue p a {
    color: var(--verde-claro);
    font-weight: 600;
    border-bottom: dotted 1px var(--verde-claro);
}

.banner_blue article p a {
    color: var(--verde-oscuro);
    border-bottom: none;
}

.banner_blue p a:hover {
    color: #FFF;
    border-bottom: dotted 1px #FFF;
}

.banner_blue article p a:hover {
    color: var(--verde-oscuro);
    border-bottom: none;
}

.banner_blue ul a {
    color: var(--verde-claro);
    border-bottom: dotted 1px var(--verde-claro);
}

.banner_blue ul a:hover {
    color: #FFF;
}

.banner_blue ul li:last-child {
    background-image: url(images/email_icon_green.svg);
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: 21px 15px;
    padding-left: 36px;
}

.banner_blue ul li:first-child {
    background-image: url(images/phone_icon_green.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: left 10px;
    padding-left: 36px;
}
/* END BANNER BLUE */


.et_pb_main_blurb_image {
    margin-bottom: 12px;
}

.et_pb_main_blurb_image img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
}

.et_pb_blurb h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

/* FOOTER START */
#main-footer {
    position: relative;
    z-index: 2;
    margin-top: 120px;
}

footer .container {
    border-top: 1px solid #DDD;
}

#footer-widgets {
    padding-top: 70px;
}

#footer-widgets .footer-widget:first-child p {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0px;
}

#footer-widgets .footer-widget:first-child a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    background: var(--verde-oscuro);
    padding: 12px 40px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    border: solid 2px var(--verde-oscuro);
}

#footer-widgets .footer-widget:first-child a:hover {
    color: var(--verde-oscuro);
    background-color: var(--body-bg);
}

#footer-widgets .footer-widget:last-child {
    font-size: 18px;
    line-height: 28px;
}

#footer-widgets .footer-widget:last-child ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#footer-widgets .footer-widget:last-child ul li {
    background-image: url(images/email_icon.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 21px 15px;
    padding-left: 36px;
    list-style: none;
}

#footer-widgets .footer-widget:last-child ul li:first-child {
    background-image: url(images/phone_icon.svg);
    background-size: 22px 22px;
    background-position: left 4px;
}

#footer-widgets .footer-widget:last-child ul li:last-child {
    background-image: url(images/map_icon.svg);
    background-size: 15px 22px;
    background-position: 3px 2px;
    margin-top: 32px;
}

#footer-widgets .footer-widget:last-child ul li:before {
    content: "";
    display: none;
}

#footer-bottom p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    margin-top: 0;
}

#footer-bottom .container {
    padding-top: 16px;
}

/* FOOTER END */

.working .et_pb_row {
    display: flex;
    align-items: center;
}

/**************/
/*** SINGLE ***/
/**************/

.single .post_body {
    position: relative;
    z-index: 2;
}

#main-content .container::before {
    display: none !important;
}

.copete {
    color: var(--celeste);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.post_headers,
.single .entry-content,
#comment-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.single .entry-content,
#comment-wrap {
    max-width: 860px;
}

.post_cover img {
    max-height: 610px;
    max-width: 1350px;
    margin: 0 auto;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
}

.single .et_main_video_container {
    margin-top: 48px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.single .related .et_main_video_container {
    margin-top: 0;
}

.author_sign img {
    width: 83px;
    height: auto;
    border-radius: 0px;
    margin-right: 16px;
}

.comment_avatar {
    width: 64px;
    height: 64px;
    top: 0px;
}

.comment_avatar img {
    border-radius: 0px;
    max-width: 100% !important;
}

.author_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0px 36px 0;
}

.author_sign {
    width: 60%;
    display: flex;
    align-items: center;
}

.author_date {
    font-size: 18px;
    line-height: 24px;
    color: var(--verde-oscuro);
    font-weight: 500;
}

.author_sign .published {
    display: block;
    color: var(--celeste);
}

.author_sign a {
    font-weight: 600;
}


.comments_btn,
.download-button a {
    background: url(images/pdf_icon_white.png) no-repeat 32px center;
    background-size: 31.5px 28px;
    background-color: var(--verde-oscuro);
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    padding: 15px 32px 17px 78px;
    border-radius: 200px;
}

.comments_btn {
    background: url(images/msg_icon.svg) no-repeat 32px center;
    background-color: var(--verde-oscuro);
    background-size: 22.5px;
    padding: 8px 32px 10px 69px;
    display: inline-block;
    margin: 32px auto 0px auto;
}

.comments_btn:hover,
.download-button a:hover {
    opacity: 0.8;
}

.single .entry-content {
    border-bottom: solid 1px var(--bordes-claros);
    padding-bottom: 40px;
}

.single .post {
    padding-bottom: 0px !important;
}

#comment-wrap {
    padding-top: 32px;
}

.comment-body {
    padding-left: 88px;
    padding-right: 0;
    padding-bottom: 48px;
    border-bottom: solid 1px var(--bordes-claros);
}

.comment_postinfo {
    font-size: 16px;
    line-height: 28px;
    color: var(--black-text);
}

.comment_postinfo .fn {
    text-transform: capitalize;
    color: var(--black-text);
    font-weight: 600;
    margin-top: 6px;
}

.comment_postinfo .comment_date {
    color: var(--celeste);
    font-size: 14px;
    display: block;
    margin-top: -6px;
}

.comment_area {
    padding-top: 6px;
}

.comment_area .comment-reply-link {
    position: relative;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-top: 18px;
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    float: none;
}

.comment_area .comment-reply-link:hover {
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 4px !important;
    padding-bottom: 5px !important;
}

#reply-title small {
    font-size: 16px;
}

#reply-title small a {
    color: var(--verde-oscuro);
    border-bottom-color: var(--verde-oscuro);
}

#reply-title small a:hover {
    color: var(--celeste);
    border-color: var(--celeste);
}

.et_pb_contact p input,
input[type=text],
input[type=text]:focus,
textarea,
#commentform textarea,
#commentform input[type=text],
.et_pb_contact p textarea {
    color: var(--black-text);
    background-color: #FFF;
    border-radius: 200px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border: solid 1px rgba(0,0,0,0.1);
    padding: 12px 24px;
    font-size: 18px;
}

input[type=text].et_pb_s {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

input[type=text].et_pb_s:focus {
    border: none;
}

textarea,
.et_pb_contact p textarea,
#commentform textarea {
    border-radius: 24px;
    padding: 24px;
}

#commentform input[type=checkbox] {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    border: solid 1px rgba(0,0,0,0.1);
    vertical-align: text-bottom;
}

#commentform input[type=checkbox]:checked {
    background: url(images/check.svg) no-repeat center #FFF;
    background-size: 11px 8px;
}

body .et_pb_button,
#commentform .form-submit .et_pb_button {
    font: 16px !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    padding: 6px 60px 8px 60px !important;
    font-weight: 600 !important;
}

.et_pb_contact p textarea {
    padding-top: 20px !important;
}

.et_pb_contact_field textarea.et_pb_contact_message {
    min-height: 200px;
}

body .et_pb_contact .et_pb_button {
    height: 50px;
    margin-top: 20px;
    min-width: 175px;
}

.max_height {
    max-height: 640px;
}

.todo_semaforo {
    position: relative;
    z-index: 3;
}

.todo_semaforo *, 
.et_pb_row.todo_semaforo {
    font-size: 18px !important;
    line-height: 28px !important;
}

.sem_tools,
.sem_content,
.references {
    position: relative;
    z-index: 3;
}

.sem_tools {
	border-bottom: solid 1px #DDD;
	padding-bottom: 20px;
	margin-bottom: 32px;
	overflow: hidden;
	clear: both;
    margin-top: 48px;
}

.filters {
	float: left;
}

.filters select,
.auh select,
.igc select {
    /*
	background: #FFF;
	border: solid 1px #DDD;
	font-size: 14px !important; 
	color: #555;
	margin-left: 20px;
	width: 150px;
    */
    font-size: 14px !important; 
    width: 150px;
    margin-left: 10px;
    color: var(--black-text);
    background-color: #FFF;
    border-radius: 200px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border: solid 1px rgba(0,0,0,0.1);
    padding: 6px 12px;
}

.igc select {
    width: 120px !important;
    font-size: 16px !important;
}

.filters select#vencimiento {
	width: 190px;
}

.filters select:focus,
.auh select:focus,
.igc select:focus {
	outline: none;
}

.references {
	float: right;
    margin-top: 2px;
}

.references p {
	margin: 0 !important;
}

.light {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 30px;
	vertical-align: bottom;
}

.light.gray {
	background: #DDD;
}

.light.green {
	background: var(--verde-oscuro);
}

.light.red {
	background: #b10018;
}

.light.yellow {
	background: #e79b08;
}

.sem_form_wrap {
	border-radius: 5px;
	width: 100%;
	margin: 0px auto 24px auto;
	width: 100%;
	clear: both;
	overflow: hidden;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sem_form_wrap:hover {
	-webkit-box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.2);
}

.sem_table {
	display: table;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: #FFF;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
}

.cell.red {
	background: #b10018;
	color: #FFF !important;
}

.cell.green {
	background: var(--verde-oscuro);
	color: #FFF !important;
}

.cell.yellow {
	background: #e79b08;
	color: #FFF !important;
}

.cell.gray {
	background: #DDD;
}

.cell span {
	font-size: 21px;
	font-weight: 500;
	display: inline-block;
	clear: both;
}

.cell_form {
	border-right: solid 1px #dfdfdf;
	width: 85px;
}

.cell_desc {
	margin-top: 3px;
	margin-bottom: 3px;
}

.cell_light {
	width: 140px;
}

/* Scrollable table styling */
.scrollable.has-scroll {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
}

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
    overflow-x:auto;
}

/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
.scrollable > div::-webkit-scrollbar {
    height:12px;
}
.scrollable > div::-webkit-scrollbar-track {
    box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
    background:#f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#ccc;
}

/*** IIFF ***/
.iiff {
    position: relative;
    z-index: 3;
}

.iiff .stage_iiff {
    padding-bottom: 40px;
}

.iiff .stage_iiff h1 {
    font-size: 60px;
    line-height: 72px;
}

.iiff .stage_iiff h3 {
    color: var(--celeste);
}

.indicadores {
	position: relative;
}

.indicadores.igc,
.indicadores.correccion,
.indicadores.uf,
.indicadores.utm-ipc {
	padding-top: 57px;
}

.indicadores table {
	width: 100%;
}

.indicadores .selector {
	position: absolute;
	right: 0;
	top: 0;
    z-index: 3;
}

.indicadores label.indicadores_label {
	float: right;
	font-size: 18px;
	margin: 3px 10px 0 0;
}

.indicadores.igc label.indicadores_label {
    float: left;
    font-size: 16px;
}

.indicadores ul.change-year {
	list-style: none;
	background: url(images/arrow_years_close@2x.png) no-repeat right 10px top 15px #FFF;
	margin: 0px 0 0 0 !important;
	padding: 2px 72px 2px 15px !important;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-size: 16px !important;
	margin-bottom: 16px !important;
	-webkit-background-size: 18px 9px;
	-moz-background-size: 18px 9px;
	background-size: 18px 9px;
	margin-left: 0 !important;
	min-width: 95px;

    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border: solid 1px rgba(0,0,0,0.1);
}

.indicadores ul.change-year.open {
	background: url(images/arrow_years_open@2x.png) no-repeat right 10px top 15px #FFF;
	-webkit-background-size: 18px 9px;
	-moz-background-size: 18px 9px;
	background-size: 18px 9px;

	margin-left: 0 !important
}

.indicadores ul.change-year li {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	display: none;
}

.indicadores ul.change-year li:first-child {
	display: block !important;
}

.indicadores ul.change-year li:before {
	display: none;
	content: '';
}

.indicadores ul.change-year li a {
	display: block;
	margin-top: 0.5em;
	font-weight: 400;
}

.indicadores ul.change-year li:first-child a {
	margin-top: 0;
}

/*.indicadores ul.change-year li a:hover {}*/

.auh .selector {
	display: block;
	text-align: center;
	padding-bottom: 18px;
	font-size: 14px;
	position: static;
}

.auh select,
.igc select {
	width: auto;
	margin-left: 10px;
}

.auh select#herencia_year {
	margin-left: 3px;
	margin-right: 3px;
}

.auh #change_herencia_btn {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	top: auto;
	right: auto;
	padding: 6px 24px !important;
	color: #FFF;
	border: solid 2px var(--verde-oscuro);
    background-color: var(--verde-oscuro);
	font-family: 'Raleway', sans-serif;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	cursor: pointer;
    margin-top: 12px;
}

.auh #change_herencia_btn:hover {
	background: var(--body-bg);
	color: var(--verde-oscuro);
}

.details {
	margin-top: 48px;
	margin-bottom: 64px;
	padding: 2% 4%;
}

.details p {
	font-size: 16px;
	line-height: 150%;
}

.details table {
	margin-top: 32px;
}

.igc table,
.correccion table,
.uf table {
	margin-bottom: 64px;
}

.iu .table-responsive {
	width: 100% !important;
	clear: both;
}

.iu h3 {
	float: left;
	margin-top: -5px !important;
}

.link-sii {
    font-size: 18px !important;
}

.iu .link-sii {
	float: right;
}

.iu table h5 {
	color: #FFF;
}

.utm-ipc p {
	font-size: 16px !important;
	margin-bottom: 64px;
}

/*** NOMINAS ***/
.form_nomina label,
.form_nomina small {
	display: block;
	clear: both;
}

.form_nomina small {
	font-size: 14px;
	color: #777;
}

.form_nomina .input_rut_txt {
	width: 100%;
	max-width: 250px;
	margin-bottom: 4px;
	margin-top: 12px;
	margin-left: 0px;
}

.form_nomina .input_rut_btn {
	background: var(--verde-oscuro) !important;
	border-color: var(--verde-oscuro);
	border-radius: 200px;
	width: 150px !important;
	height: 50px !important;
	color: #FFFFFF !important;
	text-align: center;
	cursor: pointer;
	margin-left: 4px;
	line-height: 0px !important;
}

.form_nomina .input_rut_btn:hover {
    background-color: var(--body-bg) !important;
    color: var(--verde-oscuro) !important;
}

.res_nomina {
	border-top: solid 1px #DDD;
	max-width: 480px;
	margin-top: 36px;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

.res_nomina span {
	font-weight: 700;
	display: block;
}

.iiff table {
	font-size: 16px !important;
	overflow: hidden;	
	border-top: solid 1px var(--bordes-claros);
	border-collapse: collapse;
	margin-bottom: 32px;
}

.iiff table th,
.auh table td.datosEmpresa {
	background: var(--celeste) !important;
	color: #FFF !important;

	border-bottom: solid 1px var(--bordes-claros);
	border-left: solid 1px var(--bordes-claros);
	border-right: solid 1px var(--bordes-claros);
	font-weight: 700;
	padding: 6px 24px;
}

.iiff table td {
	border-bottom: solid 1px var(--bordes-claros);
	border-left: solid 1px var(--bordes-claros);
	border-right: solid 1px var(--bordes-claros);
	border-collapse: collapse;
	padding: 6px 10px;
}

.et_pb_post .et_pb_video_overlay .et_pb_video_play {
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .stage .zocalo .res_indicadores p#date {
    font-size: 16px !important;
    opacity: 0.55;
    font-weight: 500;
}

/*** OPERACION RENTA ***/
.operacion_renta .et_pb_blurb {
	-moz-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.12);
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.12);
    border-radius: 12px;
	background: #FFF !important;
	padding: 36px 36px 32px 36px;
}

.operacion_renta .et_pb_blurb .et_pb_image_wrap {
	background: var(--verde-oscuro);
	border-radius: 100%;
	width: 80px;
	height: 80px;
	padding: 18px;
}

.operacion_renta  .et_pb_main_blurb_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    overflow: visible;
    border-radius: 0;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 24px;
}

.operacion_renta .et_pb_blurb p {
    margin-top: 4px;
    line-height: 120%;
    font-size: inherit !important;
}


#huincha {
    margin-top: 14px;
}

#huincha .et_pb_row {
    padding: 0 !important;
}

#huincha .et_pb_column {
    background: var(--verde-oscuro);
    display: flex;
    max-width: 610px;
    float: right;
    justify-content: space-between;
    padding: 12px 10px 10px 16px;
    border-radius: 8px;
}

#huincha .et_pb_module,
#huincha p {
    margin: 0px !important;
}

#huincha p {
    display: inline-block;
    margin-top: -2px !important;
}

#huincha p,
#huincha a {
    color: #FFF !important
}

#huincha a {
    border-bottom-color: #FFF !important;
}

#close_huincha {
    cursor: pointer;
}

/**************************/
/******* RESPONSIVE *******/
/**************************/

@media screen and (min-width: 981px) {
    .single .category-articulos.has-post-thumbnail .et_post_meta_wrapper {
        position: relative;
    }

    .single .category-articulos.has-post-thumbnail .et_post_meta_wrapper .post_headers {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

    .single .category-articulos.has-post-thumbnail .post_cover {
        position: relative;
    }

    .single .category-articulos.has-post-thumbnail .post_cover:before {
        border-radius: 24px;
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        max-width: 1350px;
        max-height: 750px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+0,0.7+100 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .single .category-articulos.has-post-thumbnail h1,
    .single .category-articulos.has-post-thumbnail .author_sign .published,
    .single .category-articulos.has-post-thumbnail .author_date,
    .single .category-articulos.has-post-thumbnail .author a,
    .single .category-articulos.has-post-thumbnail .copete {
        color: #FFF;
    }
}

@media screen and (max-width: 1880px) { 
    .stage .et_pb_module:first-child {
        overflow: visible;
    }

    body:not(.home).page .stage h1,
    body:not(.home).page .stage h2 {
        width: 200%;
    }
}

@media screen and (max-width: 1750px) {
    .stage_contacto h1,
    .stage h1 {
        font-size: 64px;
        line-height: 72px;
    }
    
    .stage h1 em {
        background-size: 64px 100%;
        padding: 0px 8px;
        margin: 0 -10px;
        background-position: left 6px;
    }

    .iiff .stage_iiff h1 {
        font-size: 60px;
        line-height: 72px;
    }
    /*
    .page-acerca-de-circulo-verde .stage h1 {
        font-size: 64px;
        line-height: 72px;
    }
    
    .page-acerca-de-circulo-verde .stage h1 {
        width: 200%;
    }
    
    .page-acerca-de-circulo-verde .stage h1 em {
        background-size: 68px 100%;
        padding: 0px 8px;
        margin: 0 -10px;
        background-position: left 5px;
    }
    */
}

@media screen and (max-width: 1680px) { 
    .page div:not(.stage) p,
    .page .stage p {
        font-size: 20px;
        line-height: 32px;
        margin-top: 18px;
    }
    .page .stage p {
        font-size: 20px !important;
        line-height: 32px !important;
        margin-top: 18px !important;
    }

    .page .stage .zocalo .res_indicadores p {
        margin-top: 0 !important;
    }

    .page-acerca-de-circulo-verde .stage:after,
    .page-asesoria-tributaria .stage::after { 
        width: 45%;
    }

    .stage_contacto h1,
    .stage h1 {
        font-size: 54px;
        line-height: 60px;
    }
    
    .stage h1 em {
        background-size: 54px 100%;
        padding: 0px 8px;
        margin: 0 -10px;
        background-position: left 5px;
    }

    .iiff .stage_iiff h1 {
        font-size: 54px;
        line-height: 60px;
    }
}

@media screen and (min-width: 1620px) and (max-height: 768px) {
    .stage_contacto .et_pb_column_0::before {
        bottom: -160%;
    }
}

@media screen and (max-width: 1500px) {
    .page-acerca-de-circulo-verde .banner_blue .et_pb_row_1 {
        width: 80% !important;
    }

    .related article:nth-child(4) {
        display: none;
    }

    .related article:nth-child(3) {
        margin-right: 0px !important;
    }

    .single .related article.et_pb_post {
        width: 30%;
    }

    .page-contacto .banner_blue .et_pb_column_3_4 {
        width: 70%;
    }

    .page-contacto .banner_blue .et_pb_column_1_4 {
        width: 30%;
    }
}

@media (max-width: 1400px), (max-height: 768px) {
    .stage_contacto h1,
    .stage h1 {
        font-size: 54px;
        line-height: 60px;
    }
    
    .stage h1 em {
        background-size: 54px 100%;
        padding: 0px 8px;
        margin: 0 -10px;
        background-position: left 5px;
    }

    .iiff .stage_iiff h1 {
        font-size: 54px;
        line-height: 60px;
    }

    .stage h2 {
        font-size: 16px;
    }

    .home .stage a {
        margin-top: 0;
    }

    #top-menu li {
        padding-right: 32px;
    }

    .stage_text {
        width: 50%;
    }

    .zocalo .res_indicadores {
        width: 40%;
    }

    .zocalo .res_indicadores .separator:last-of-type {
        display: none;
    }

    .zocalo .shortcuts {
        width: 30%;
    }

    /*
    .page-acerca-de-circulo-verde .stage h1 { 
        margin-top: -140px;
    }
    */


    .et_pb_blog_grid article h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin: 12px 0px 0px 0px;
    }
    
    .et_pb_blog_grid article p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2 {
        margin-top: 12px !important;
    }

    h1 {
        font-size: 54px;
    }
    
    h2 {
        font-size: 40px;
    }
    
    .search-no-results .et_pb_blog_grid h2,
    h3 {
        font-size: 24px;
    }
    
    h4 {
        font-size: 21px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 16px;
    }

    .single h1 {
        font-size: 48px;
    }
    
    .et_pb_blog_grid article .mac_author,
    .et_pb_blog_grid article .mac_date,
    #publicaciones .posts_slider .mac_author,
    #publicaciones .posts_slider .mac_date,
    .related article .mac_author,
    .related article .mac_date {
        font-size: 15px;
        line-height: 24px;
    }

    .page .stage .zocalo .res_indicadores p {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 600;
        color: #FFF;
    }
    
    .page .stage .zocalo .res_indicadores .separator {
        font-size: 24px;
        margin: 0 3px;
    }
    
    .page .stage .zocalo a {
        font-size: 18px;
        line-height: 24px;
    }
    
    .zocalo .et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 20px;
    }
    
    .zocalo .et_pb_blurb_position_left .et_pb_main_blurb_image {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        text-align: center;
    }

    .zocalo h4 {
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
    }

    .zocalo > .et_pb_row > .et_pb_column {
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: space-between;
      }

    .zocalo {
        height: 80px !important;
        min-height: 80px !important;
        max-height: 80px !important;
    }
}

@media screen and (max-width: 1280px) {
    body:before {
        width: 100%;
        height: 100vh;
    }
    body:after {
        width: 100%;
        height: 100vh;
        max-height: 900px;
    }

    body.search-no-results:after {
        height: 50vh;
    }

    .container,
    .et_pb_row {
        width: 90%;
    }
    #top-menu li {
        padding-right: 24px;
    }
    #top-menu > li > a {
        letter-spacing: 1px;
        font-size: 15px;
    }
    #et-top-navigation {
        padding-top: 72px !important;
    }
    .et_pb_svg_logo #logo {
        height: 60px !important;
        max-height: 60px !important;
    }

    .banner_blue h2 {
        font-size: 44px;
        line-height: 60px;
        padding-bottom: 24px; 
    }
    
    .banner_blue h2 em {
        background-size: 64px 100%;
        padding: 0px 8px;
        margin: 0px -6px;
        background-position: left 4px;
    }  

    .single #main-content:before {
        right: 0px;
        top: calc(50vh + 50px);
        top: 200px;
        height: 240px;
        width: 100%;
        max-height: none;
    }
    
    
    .single.no-featured-image #main-content:before {
        display: none;
    }

    .single .post_cover {
        position: relative;
        overflow: visible;
    }

    /*
    .single .post_cover:before {
        content: "";
        display: block;
        position: absolute;
        left: -50%;
        top: calc(50% - 120px);
        height: 240px;
        width: 300%;

        background: url(images/pattern.png);
        background-size: 400px;
        z-index: 1;
    }

    .single .post_cover img {
        position: relative;
        z-index: 2;
    }
    */
    #footer-widgets .footer-widget:first-child p {
        font-size: 24px;
        line-height: 32px;
    }

    .references {
		float: none;
		clear: both;
		padding-top: 12px;
	}

    header .res_indicadores {
        top: 12px;
    }

    header .res_indicadores p {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1080px) {
    #top-menu li {
        padding-right: 16px;
    }
    .page-contacto h2 em,
    #clientes h2 em {
        background-size: 54px 100%;
        margin: 0 -2px;
        background-position: left 2px;
    }

    .et_pb_blurb h3 {
        font-size: 21px;
        line-height: 28px;
        padding-bottom: 6px;
    }

    .banner_blue h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 24px; 
    }
    
    .banner_blue h2 em {
        background-size: 54px 100%;
        background-position: left 4px;
    }
    
    body,
    .page div:not(.stage) p,
    .entry-content #detalle ul,
    .banner_blue p,
    .single .entry-content ul,
    .single .entry-content ol {
        font-size: 18px;
        line-height: 28px;
    }

    .banner_blue ul {
        font-size: 18px;
        line-height: 36px;
    }

    .banner_blue ul li:last-child {
        background-position: left 11px;
        background-size: 21px 15px;
        padding-left: 32px;
    }
    
    .banner_blue ul li:first-child {
        background-size: 22px 22px;
        background-position: left 6px;
        padding-left: 32px;
    }

    .banner_blue h4 {
        font-size: 21px;
    }

    .entry-content #detalle ul li,
    .single .entry-content ul li,
    .single .entry-content ol li {
        margin-bottom: 14px;
    }
    
    .entry-content #detalle ul li:before,
    .single .entry-content ul li:before {
        top: 14px;
    }

    .stage a {
        padding: 12px 36px;
      }

    .et_pb_gutters3 .posts_heading_search .et_pb_column_3_5 {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .et_pb_gutters3 .posts_heading_search .et_pb_column_2_5 {
        width: 50%;
    }

    .posts_heading_search .et_pb_search {
        margin-top: -8px;
    }
}

@media screen and (max-width: 980px) {
    .max_height {
        max-height: none;
    }
    .logo_container {
        display: block;
    }
    #et-top-navigation {
        padding-top: 44px !important;
    }
    .et_mobile_menu {
        border-top: 0px;
        padding: 2.5% 4% 4% 4%;
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.15);
        box-shadow: 0 6px 12px rgba(0,0,0,.15);
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .et_mobile_menu li a {
        color: var(--black-text);
    }

    .et_mobile_menu li a:hover {
        opacity: 1;
        color: var(--verde-oscuro);
    }
    .et_mobile_menu .menu-item-has-children > a,
    .et_mobile_menu .menu-item-has-children > a:hover {
        background-color: transparent;
        background: linear-gradient(135deg,  #D6E2E8 0%, #F8F9FC 50%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .stage {
        height: auto;
    }

    .stage .main_row .et_pb_column {
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        align-content: start;
    }
    
    .stage_text {
        width: 100%;
        margin-top: 36px;
        margin-bottom: 24px !important;
    }

    .stage_contacto h1,
    .stage h1 {
        font-size: 48px;
        line-height: 54px;
    }
    
    .stage h1 em {
        background-size: 50px auto;
        padding: 0px 8px;
        margin: 0 -10px;
        background-position: left 14px;
    }

    .iiff .stage_iiff h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .page .stage p {
        margin-top: 12px !important;
    }

    .stage a {
        padding: 8px 24px;
    }

    .zocalo,
    .zocalo > .et_pb_row > .et_pb_column {
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
    }

    .stage_morph {
        width: 100%;
        position: relative;
    }

    /*
    .stage_morph {
        margin-right: 10%;
        margin-top: -210px;
        min-width: 450px;
    }

    .page-acerca-de-circulo-verde .stage h1 {
        margin-top: 48px;
    }

    .page-acerca-de-circulo-verde .stage p {
        width: 45%;
    }

    .page-acerca-de-circulo-verde .stage_morph {
        margin-right: 32px;
        margin-top: -300px;
    }
    */
    .page-acerca-de-circulo-verde .stage:after,
    .page-recursos-humanos .stage:after,
    .page-contabilidad .stage:after,
    .page-asesoria-legal .stage:after,
    .page-asesoria-tributaria .stage:after { 
        width: 50%;
        height: 75%;
        bottom: 0px;
    }
    /*
    .page-acerca-de-circulo-verde .stage:after {
        width: 45%;
        height: 750px;
    }
    */
    .zocalo .iiff_usd,
    .zocalo .iiff_uf {
        display: block;
    }

    .zocalo .separator {
        display: none;
    }

    .et_pb_gutters3 .posts_heading_search .et_pb_column_3_5 {
        margin-bottom: 0 !important;
    }

    .banner_blue:not(.related) .et_pb_row {
        flex-wrap: wrap;
    }

    .banner_blue:not(.related) .et_pb_column:first-child {
        max-width: 540px;
        margin: 0 0 -80px auto;
    }

    .page-acerca-de-circulo-verde .banner_blue .et_pb_column:first-child {
        max-width: none;
        margin: 0 0 12px 0;
    }

    .page #detalle:before {
        content: "";
        display: block;
        position: absolute;
        left: auto;
        right: 0px;
        bottom: 8px;
        height: 220px;
        width: 45%;
        
        background: url(images/pattern.png);
        background-size: 400px;
        z-index: 1;
    }

    .page.page-asesoria-legal #detalle:before {
        width: 45%;
        height: 180px;
    }

    .page-contabilidad #detalle {
        padding-bottom: 180px;
    }
    
    .page-contabilidad #detalle::before {
        height: 150px;
    }

    .page-contabilidad #detalle .et_pb_column {
        margin-bottom: 0;
    }

    .page-recursos-humanos #detalle {
        padding-bottom: 240px;
    }

    .page-recursos-humanos #detalle:before {
        width: 65%;
    }

    #footer-info {
        line-height: 24px;
    }
    
    #footer-bottom p {
        float: none;
        text-align: center;
        padding-bottom: 12px;
    }

    .blog_header .et_pb_search {
        margin-top: -32px;
    }

    .related article:nth-child(3) {
        display: none;
    }

    .related article:nth-child(2) {
        margin-right: 0px !important;
    }

    .single .related article.et_pb_post {
        width: 48%;
    }

    .related .et_pb_row_0 {
        flex-wrap: wrap;
    }

    .related .et_pb_row_0 .et_pb_column {
        width: 100%;
    }

    .related .et_pb_row_0 .et_pb_column_0 {
        margin-bottom: 0;
    }

    .related .et_pb_row .et_pb_text p {
        text-align: left !important;
    }

    .page #shape {
        margin-top: -15px !important;
    }

    .page #shape, 
    .page #morph {
        width: 65% !important;
        transform: translateY(-10%) !important;
        height: auto !important;
        margin-right: -60px !important;
        top: 0 !important;
    }

    .page.home #shape,
    .page.home #morph {
        width: 60% !important;
        transform: translateY(-24%) !important;
    }

    #footer-widgets .footer-widget:first-child p {
        font-size: 18px;
        line-height: 28px;
    }

    .stage_contacto .et_pb_column_0:before {
        display: none;
    }

    .page-contacto .banner_blue .et_pb_column_3_4 {
        width: 100%;
        margin: 0px 0px 24px 0px !important;
        max-width: none !important;
    }

    .page-contacto .banner_blue .et_pb_column_1_4 {
        width: 100%;
    }

    .working .et_pb_row {
        display: block;
    }

    header .res_indicadores {
        display: none;
    }

    .single.has-featured-image.single-format-standard #main-content::before,
    .single #main-content::before {
        display: none;
    }

    .single .post_cover:before {
        content: "";
        display: block;
        position: absolute;
        left: -50%;
        top: calc(50% - 120px);
        height: 240px;
        width: 300%;

        background: url(images/pattern.png);
        background-size: 400px;
        z-index: 1;
    }

    .single .post_cover img {
        position: relative;
        z-index: 2;
    }
}


@media screen and (max-width: 880px) {
    /*
    .page-acerca-de-circulo-verde .stage,
    .page-acerca-de-circulo-verde .stage .main_row {
        height: auto !important;
        min-height: none;
    }

    .page-acerca-de-circulo-verde .stage_text {
        margin-top: 40px;
    }

    .page-acerca-de-circulo-verde .stage h1 {
        margin-top: 0px;
        font-size: 54px;
        line-height: 60px;
        width: 100%;
    }

    .page-acerca-de-circulo-verde .stage p {
        width: 100%;
    }

    .page-acerca-de-circulo-verde .stage_morph {
        width: 100%;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0;
    }

   .page-acerca-de-circulo-verde #shape, .page-acerca-de-circulo-verde #morph {
        margin-top: -40px !important;
        margin-left: 48px !important;
        margin-right: auto;
    }
    */

    .page-servicios .et_pb_column_1,
    .page-servicios .et_pb_column_3 {
        padding-bottom: 30px;
    }

    .blog_header .et_pb_row_0_tb_body {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog_header .et_pb_row_0_tb_body .et_pb_column,
    .blog_header h1,
    .blog_header .et_pb_row_0_tb_body p,
    .blog_header.search_results .et_pb_row_0_tb_body .et_pb_text_inner {
        text-align: center;
    }

    .blog_header .et_pb_search {
        float: none;
        margin-top: -16px;
        margin-bottom: 12px !important;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .zocalo  {
        margin-top: 48px;
    }
    .zocalo .res_indicadores {
        display: none;
    }

    .zocalo .shortcuts {
        width: 50%;
    }

    .zocalo .shortcut_1 {
        padding-left: 0;
        border: none;
    }

    .et_pb_gutters3 .posts_heading_search .et_pb_column_3_5 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 24px;
    }

    .et_pb_gutters3 .posts_heading_search .et_pb_column_2_5 {
        width: 100%;
    }

    .posts_heading_search .et_pb_search {
        margin-top: 0px;
    }

    #publicaciones .posts_heading_search {
        flex-wrap: wrap;
    }

    .posts_heading_search .et_pb_search {
        float: none;
        max-width: none;
    }

    .banner_blue .et_pb_column:first-child {
        margin: 0 0 0px auto;
    }

    #footer-widgets .footer-widget:first-child p {
        font-size: 24px;
        line-height: 32px;
    }

    .single #main-content:before {
        display: none;
    }
}

@media screen and (max-width: 730px) {
    .stage, 
    .stage .main_row {
        height: auto !important;
        min-height: none;
    }
    .stage::after {
        height: 40%;
    }
    .stage_text {
        margin-top: 40px;
    }
    .stage_morph {
        width: 100%;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0;
    }
    /*
    .page #shape, .page #morph {
        margin-top: -40px !important;
        margin-left: 48px !important;
        margin-right: auto;
    }
    .page #shape {
        margin-top: -45px !important;
        margin-left: 64px !important;
    }
    */
    .zocalo .res_indicadores {
        display: none;
    }

    .zocalo .shortcuts {
        width: 50%;
        padding-left: 4%;
    }

    .zocalo .shortcut_1 {
        padding-left: 0;
        border: none;
    }
    .banner_blue .et_pb_column:first-child {
        margin: 0 0 12px auto;
    }

    .author_down {
        flex-wrap: wrap;
        justify-content: left;
    }

    .author_sign {
        width: 100%;
    }

    .author_date {
        font-size: 16px;
        line-height: 20px;
    }

    .download-button a {
        display: block;
        margin-top: 16px;
    }
}

@media screen and (max-width: 640px) {
    .page-contacto h2 em,
    #clientes h2 em {
        margin: 0px;
        padding: 0px;
        background: none;
        color: var(--celeste);
    }

    .stage_contacto h1,
    .stage h1 {
        font-size: 40px;
        line-height: 48px;
    }
    
    .stage h1 em {
        background-size: 44px auto;
        padding: 0px 8px;
        margin: 0 -8px;
        background-position: left 11px;
    }

    .iiff .stage_iiff h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .stage_text {
        margin-top: 24px;
    }

    .page #shape,
    .page #morph,
    .page.home #shape, 
    .page.home #morph {
        width: 100% !important;
        transform: translateY(-8%) !important;
    }

    .zocalo {
        margin-top: 64px;
    }

    .references .label_ref {
		display: block;
	}
	
	.light {
		width: 16px;
		height: 16px;
		margin-left: 10px;
		margin-right: 1px;
		vertical-align: text-top;
	}

	.light.green {
		margin-left: 0;
	}

	.filters select,
	.filters select#vencimiento {
		margin-left: 10px;
		width: 110px;
	}

	.cell {
		display: block;
		width: 100% !important;
		border: none !important;
	}

	.cell_form {
		padding-bottom: 0;
	}

    .single .post_cover:before {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    body:not(.home).page .stage h1,
    body:not(.home).page .stage h2 {
        width: 100%;
    }
    body:not(.home).page .stage h1 em {
        color: var(--celeste) !important;
        background: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .related article:nth-child(2) {
        display: none;
    }

    .single .related article.et_pb_post {
        width: 100%;
        margin-right: 0px !important;
    }

    .single h1 {
        font-size: 36px;
    }

    .operacion_renta .et_pb_blurb .et_pb_image_wrap {
        width: 64px;
        height: 64px;
    }
}

@media screen and (max-width: 480px) { 
    .zocalo .res_indicadores {
        display: block;
        width: 100%;
    }

    .zocalo .iiff_usd,
    .zocalo .iiff_uf {
        display: inline-block;
    }

    .zocalo .separator {
        display: inline-block;
    }

    .zocalo .shortcuts {
        display: none;
    }
    
    #publicaciones .et_pb_button_module_wrapper {
        float: none;
        margin: 24px auto 0 auto !important;
        width: 100%;
        text-align: center;
    }

    .owl-nav {
        width: 100%;
        text-align: center !important;
    }

    h1 {
        font-size: 48px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    .search-no-results .et_pb_blog_grid h2,
    h3 {
        font-size: 21px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    h6 {
        font-size: 14px;
    }

    .banner_blue h2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 24px; 
    }
    
    .banner_blue h2 em {
        background-size: 48px 100%;
        background-position: left 4px;
    }
    
    .et_pb_blurb h3 {
        font-size: 18px;
        line-height: 24px;
    }

    body,
    .entry-content #detalle ul,
    .banner_blue p,
    .page div:not(.stage) p,
    .single .entry-content ul,
    .single .entry-content ol {
        font-size: 16px;
        line-height: 24px;
    }

    .banner_blue ul {
        font-size: 16px;
        line-height: 32px;
    }

    .banner_blue ul li:last-child {
        background-position: left 10px;
        background-size: 21px 15px;
        padding-left: 32px;
    }
    
    .banner_blue ul li:first-child {
        background-size: 22px 22px;
        background-position: left 5px;
        padding-left: 32px;
    }

    .banner_blue h4 {
        font-size: 21px;
    }
    
    .entry-content #detalle ul li,
    .single .entry-content ul li,
    .single .entry-content ol li {
        margin-bottom: 12px;
    }
    
    .entry-content #detalle ul li:before,
    .single .entry-content ul li:before {
        top: 12px;
    }
    .operacion_renta .et_pb_blurb .et_pb_image_wrap {
        width: 48px;
        height: 48px;
        padding: 10px;
    }
}

@media screen and (max-width: 479px) {
    .page #detalle:before {
        display: none;
    }

    .page-recursos-humanos #detalle,
    .page-contabilidad #detalle {
        padding-bottom: 0;
    }

    .et_pb_post h2 {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 420px), (max-height: 650px) {
    
    .stage_contacto h1,
    .stage h1 {
        font-size: 48px;
        line-height: 54px;
    }
    
    .stage h1 em {
        background-size: 50px auto;
        padding: 0px 8px;
        margin: 0 -10px;
        background-position: left 14px;
    }

    .iiff .stage_iiff h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .stage_contacto h1,
    .stage h1 {
        font-size: 40px;
        line-height: 48px;
    }
    
    .stage h1 em {
        background-size: 44px auto;
        padding: 0px 8px;
        margin: 0 -8px;
        background-position: left 11px;
    }

    .page .stage p {
        margin-top: 12px !important;
    }

    .page .stage .zocalo .res_indicadores p {
        margin-top: 0 !important;
    }

    .stage a {
        padding: 8px 24px;
    }

    .zocalo,
    .zocalo > .et_pb_row > .et_pb_column {
        height: 90px !important;
        min-height: 90px !important;
        max-height: 90px !important;
    }
}

@media screen and (max-width: 420px) {
    #shape, #morph {
        margin-left: 32px !important;
    }
    #shape {
        margin-left: 48px !important;
    }

    .banner_blue h2 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 24px; 
    }
    
    .banner_blue h2 em {
        background-size: 36px 100%;
        background-position: left 2px;
    }

    .indicadores label.indicadores_label {
        font-size: 14px;
    }
}

@media (max-height: 650px) {
    .page #shape,
    .page #morph {
        width: 55% !important;
        height: 110% !important;
        transform: translateY(-50%) !important;
    }
    .page.home #shape, 
    .page.home #morph {
        height: 120% !important;
        transform: translateY(-46%) !important;
    }
    .page #shape {
        margin-top: -10px !important;
    }

    .et_pb_blog_grid article img, .owl-carousel .owl-item img, .related article img {
        height: 150px !important;
    }

    .owl-item .et_pb_video_overlay,
    .owl-item .format-video .et_pb_image_container {
        height: 150px !important;
    }

    .banner_blue h2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 24px; 
    }
    
    .banner_blue h2 em {
        background-size: 48px 100%;
        background-position: left 4px;
    }

    body.page:not(.home) .et_pb_section.stage {
        margin-bottom: -36px !important;
    }

    .stage_contacto .et_pb_column_0:before {
        bottom: calc(-100% - 80px);
        width: 150%;
        left: -50%;
        height: 180px;
    }
}

@media (max-height: 650px) and (max-width: 980px) {
    .page #shape {
        margin-top: -15px !important;
    }

    .page #shape, 
    .page #morph {
        width: 65% !important;
        transform: translateY(-10%) !important;
        height: auto !important;
        margin-right: -60px !important;
        top: 0 !important;
    }

    .page.home #shape,
    .page.home #morph {
        width: 60% !important;
        transform: translateY(-24%) !important;
        height: auto !important;
    }
}

@media (max-width: 640px) and (max-height: 650px) {
    .zocalo {
        margin-top: 100px;
    }

    .page #shape,
    .page #morph,
    .page.home #shape, 
    .page.home #morph {
        width: 100% !important;
        transform: translateY(-2%) !important;
    }
}

@media print {
    body { background:white;}
    body:before,
    body:after,
    header .res_indicadores,
    #et-top-navigation,
    .et_social_sidebar_networks,
    .single #main-content::before,
    .single.has-featured-image.single-format-standard #main-content::before,
    .download-button,
    #comment-wrap,
    .single .related,
    footer .container,
    .by,
    .mobile_menu_bar {
        display: none;
    }
}