/*
Theme Name: Microgeo.
Theme URI: https://
Author: Patricio Calderon A.
Author URI: https://
Descripction: Sitio Web Microgeo
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: energias, herramientas, diseño
*/

/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*INICIO RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*FIN RESET*/




*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
body img{
    height:  auto;
}
html, body {
    height: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



/*MIS ESTILOS CSS*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    background: #E73923;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #191919;
}
#return-to-top img {
    width: 100%;
    /*padding: 16px;*/
    padding: 19px 13px;
}


/*CSS HEADER*/
.content-bar {
    border-bottom: solid 1px #ccc;
}

.icon-wp {
    height: 24px;
    width: 24px;
/* 	margin-bottom: 3px; */
	margin-left: 20px;
	margin-right: -10px;
}

div.content-bar .menu-bar ul.contacto {
    float: left;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    margin-bottom: 0;
	display: flex;
}
div.content-bar .menu-bar ul.contacto li:nth-of-type(1) {
    border-right: solid 0px #ccc;
}

div.content-bar .menu-bar ul.contacto li {
/*     display: inline-block; */
	display: flex;
    align-items: center;
}
div.content-bar .menu-bar ul.contacto li a {
    display: block;
    color: #53595F;
    padding: 20px;
    font-size: 0.8rem;
}
div.content-bar .menu-bar ul.contacto li.tel-mob, div.content-bar .menu-bar ul.contacto li.mail-mob {
    display: none;
}
div.content-bar .menu-bar ul.redes li:nth-of-type(2), div.content-bar .menu-bar ul.redes li:nth-of-type(3), div.content-bar .menu-bar ul.redes li:nth-of-type(4), div.content-bar .menu-bar ul.redes li:nth-of-type(5) {
    border-left: solid 1px #ccc;
}
div.content-bar .menu-bar ul.redes {
    float: right;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    margin-bottom: 0;
}
div.content-bar .menu-bar ul.redes li {
    display: inline-block;
}
div.content-bar ul.redes li a {
    display: block;
    padding: 15.5px;
    text-align: center;
}
div.content-bar ul.redes li a img {
    width: 60%;
}
body.home header.hd.header {
    position: absolute;
    z-index: 9;
    width: 100%;
}
header .logo {
    padding: 30px 0;
}
header .logo img {
    width: 100%;
}
header .menu-navegacion {
    text-align: right;
    display: block;
    padding: 60px 0 20px 0;
}
header .menu-navegacion ul#menu-miccrogeo>li {
    display: inline-flex;
    margin-left: 20px;
    position: relative;
}
header .menu-navegacion ul#menu-miccrogeo>li>a {
    font-size: 14px;
    font-weight: 700;
    display: table;
    padding: 5px 0;
    border-bottom: solid 2px transparent;
    color: #191919;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.home header .menu-navegacion ul#menu-miccrogeo>li>a {
    color: #fff;
}
header .menu-navegacion ul#menu-miccrogeo>li:first-child>a {
    background-color: #E73925;
    padding: 12px 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-bottom: none;
    color: #fff;
}
header .menu-navegacion ul#menu-miccrogeo>li>a:hover {
    text-decoration: none;
    border-bottom: solid 2px #E73923;
}
header .menu-navegacion ul#menu-miccrogeo>li:first-child>a:hover {
    border-bottom: none;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu {
    position: absolute;
    left: -17rem;
    top: 1.6rem;
    background-color: #fff;
    width: 40rem;
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    padding: 25px 0;
    z-index: 9;
    box-shadow: 0 4px 13px #00000061;
    display: none;
}
header .menu-navegacion ul#menu-miccrogeo>li:hover>ul.sub-menu {
    display: block;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li {
    display: inline-block;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li>a {
    font-weight: 700;
    color: #191919;
    border-bottom: solid 2px transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 50px 20px 0 20px;
    display: table;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
    border-bottom: solid 2px #E73923;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li:nth-of-type(1)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2022/06/icon-dos-AEC.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li:nth-of-type(2)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2022/06/icon-dos-GRAFICA.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li:nth-of-type(3)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2023/10/icon-gobierno_1.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li:nth-of-type(4)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2022/06/icon-dos-MANUFACTURA.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li:nth-of-type(5)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2022/06/icon-dos-MINERIA.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}


header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(5)>ul.sub-menu {
    width: 28rem;
    left: -12rem;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(5)>ul.sub-menu>li:nth-of-type(1)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2022/07/icon-menu-consult.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(5)>ul.sub-menu>li:nth-of-type(2)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2022/07/icon-menu-soporte.svg) no-repeat;
    background-size: 46px;
    background-position: top;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(5)>ul.sub-menu>li:nth-of-type(3)>a {
    background: url(https://microgeo.cl/wp-content/uploads/2023/02/icon_solucion.webp) no-repeat;
    background-size: 46px;
    background-position: top;
}


.menu-miccrogeo-container {
    float: left;
}
.bus {
    float: right;
}
.col-lg-2.col-md-3.col-sm-4.col-xs-6.mpb-shotcode-buttons {
    width: 100%!important;
    max-width: 100%!important;
}

/* MODAL BUSCADOR - MOBILE */
div#modal-13690 {
    width: 100% !important;
    padding-top: 40px;
}
.md-show.md-effect-1 .md-content_13690 {
    background-color: transparent !important;
}
.md-modal .asl_w_container {
    width: 80%;
}
/*  */

.md-trigger.md-setperspective.btn-bg-1537.btn.btn-lg.text-center, .md-trigger.md-setperspective.btn-bg-13690.btn.btn-lg.text-center {
    padding: 0;
    background: url(https://microgeo.cl/wp-content/uploads/2022/06/icon_buscador.svg) no-repeat !important;
    color: transparent;
    background-size: 24px !important;
    background-position: right !important;
}
.md-trigger.md-setperspective.btn-bg-1537.btn.btn-lg.text-center:hover, .md-trigger.md-setperspective.btn-bg-13690.btn.btn-lg.text-center:hover {
    color: transparent!important;
}

.md-modal {
    width: 100% !important;
    position: fixed !important;
    top: 50%;
    left: 50%;
    max-width: inherit!important;
    min-width: inherit!important;
    height: 100%!important;
    z-index: 1000 !important;
    visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
    background-color: #0000009c;
}
.md-content_1537 {
    height: 100% !important;
    background-color: transparent !important;
}
h3.mbox-title.text-center {
    opacity: 0;
}
.md-modal h3 {
    text-align: center;
}
.md-modal .asl_w_container {
    width: 60%;
    margin: 0 auto!important;
    padding: 2rem 0;
}
button.btn.btn-primary_1537.btn-lg.text-center.md-close, button.btn.btn-primary_13690.btn-lg.text-center.md-close {
    font-size: 0;
    background: url(https://microgeo.cl/wp-content/uploads/2022/06/cross_icon.svg) no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #E73923;
    padding: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
div.menu-res {
    display: none;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu {
    width: 40rem;
    left: -18rem;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li {
    display: inline-grid;
    width: 30%;
    margin-bottom: 10px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu li a {
    background: none;
    padding: 0px 20px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>a {
    text-transform: uppercase;
    background-color: #e73a31;
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 0;
    margin-bottom: 10px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>ul.sub-menu li {
    margin-bottom: 2px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>ul.sub-menu li a {
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #eee;
    color: #53595F;
    font-size: 0.7rem;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>ul.sub-menu li a:hover {
    text-decoration: none;
    color: #e73a31;
}



/*CSS INDEX*/
span.mas {
    color: #138CCC;
}
section#carousel-tipo-uno .slick-slide>div {
    margin: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    padding: 15px 22px;
    box-shadow: 0 4px 13px #00000061;
    background-color: #fff;
}
section#carousel-tipo-uno span.content-section p+br, section#carousel-tipo-uno span.content-section p+br+p {
    display: none;
}
section#carousel-tipo-uno span.content-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #191919;
    margin-top: 10px;
    margin-bottom: 20px;
}
section#carousel-tipo-uno span.content-section p {
    font-style: italic;
    color: #53595F;
    line-height: 1.2;
    margin-bottom: 20px;
}
section#carousel-tipo-uno span.content-section a, section#btn-servicios a {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    background-color: #191919;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 15px 40px;
    display: table;
    margin: 0 auto;
}
section#carousel-tipo-uno span.content-section a em, section#btn-servicios a em {
    color: #138CCC;
}
section#carousel-tipo-uno button.slick-prev.slick-arrow.fas.fa-chevron-left {
    left: -2rem!important;
    top: 8rem!important;
}
section#carousel-tipo-uno button.slick-next.slick-arrow.fas.fa-chevron-right {
    right: -2rem!important;
    top: 8rem!important;
}
section#carousel-tipo-uno .slick-prev:before, section#carousel-tipo-uno .slick-next:before {
    background-color: #E73925;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #fff!important;
    padding: 20px 25px!important;
    opacity: 1;
}


section#carousel-tipo-dos .slick-slide>div {
    margin: 0 1.5rem;
}
section#carousel-tipo-dos .slick-slide img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    margin-bottom: 20px;
}
section#carousel-tipo-dos .slick-slide span.content-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
section#carousel-tipo-dos .slick-slide span.content-section h3 a {
    color: #191919;
}
section#carousel-tipo-dos span.content-section p+br, section#carousel-tipo-dos span.content-section p+br+p {
    display: none;
}
section#carousel-tipo-dos .slick-slide span.content-section p {
    font-size: 0.8rem;
    color: #191919;
    font-style: italic;
    margin-top: 20px;
}
section#carousel-tipo-dos .slick-prev:before, section#carousel-tipo-dos .slick-next:before {
    background-color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #138DCD!important;
    padding: 20px 25px!important;
    opacity: 1;
}
section#carousel-tipo-dos button.slick-prev.slick-arrow.fas.fa-chevron-left {
    left: -0.7rem!important;
    top: 11rem!important;
}
section#carousel-tipo-dos button.slick-next.slick-arrow.fas.fa-chevron-right {
    right: -0.7rem!important;
    top: 11rem!important;
}



/*CSS NOSOTROS*/
section#carousel-tipo-tres .slick-slide>div {
    margin: 10px;
    border-radius: 12px;
    padding: 15px;
    background-color: #fff;
}
section#carousel-tipo-tres span.content-section p+br, section#carousel-tipo-tres span.content-section p+br+p {
    display: none;
}
section#carousel-tipo-tres span.content-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #191919;
    margin-top: 10px;
    margin-bottom: 5px;
}
section#carousel-tipo-tres span.content-section p {
    color: #53595F;
    line-height: 1.2;
    margin-bottom: 20px;
}
section#carousel-tipo-tres span.ultimate-slide-img img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
}
section#carousel-tipo-tres span.content-section a img {
    max-width: 40px;
}
section#carousel-tipo-tres span.content-section a em {
    color: #138CCC;
}
section#carousel-tipo-tres button.slick-prev.slick-arrow.fas.fa-chevron-left {
    left: -1rem!important;
    top: 12rem!important;
}
section#carousel-tipo-tres button.slick-next.slick-arrow.fas.fa-chevron-right {
    right: -1rem!important;
    top: 12rem!important;
}
section#carousel-tipo-tres .slick-prev:before, section#carousel-tipo-tres .slick-next:before {
    background-color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #138DCD!important;
    padding: 20px 25px!important;
    opacity: 1;
}



/*CSS INDUSTRIAS*/
div.btns-productos ul li {
    margin-bottom: 5px!important;
}
div.btns-productos ul li a {
    padding: 9px;
    border: solid 1px #7070705E;
    border-radius: 8px;
}



/*CSS PAGE RECURSOS*/
section#bloque-post-recursos .sp-pcp-post-thumb-area img, body.page-id-3518 .sp-pcp-post-thumb-area img, body.page-id-3627 .sp-pcp-post-thumb-area img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}
section#bloque-post-recursos h2.sp-pcp-title a, body.page-id-3518  h2.sp-pcp-title a, body.page-id-3627 h2.sp-pcp-title a {
    font-size: 1.5rem!important;
    font-weight: 700!important;
}
section#bloque-post-recursos .sp-pcp-post-meta ul li:first-child i, body.page-id-3518 .sp-pcp-post-meta ul li:first-child i, body.page-id-3627 .sp-pcp-post-meta ul li:first-child i {
    color: transparent;
    width: 16px;
    height: 16px;
    background: url(https://microgeo.cl/wp-content/uploads/2022/05/time.png) no-repeat #fff;
    background-size: 100%;
}
section#bloque-post-recursos .sp-pcp-post-meta ul li:nth-of-type(2) i, body.page-id-3518 .sp-pcp-post-meta ul li:nth-of-type(2) i, body.page-id-3627 .sp-pcp-post-meta ul li:nth-of-type(2) i {
    color: transparent;
    width: 16px;
    height: 16px;
    background: url(https://microgeo.cl/wp-content/uploads/2022/05/pencil.png) no-repeat #fff;
    background-size: 100%;
}
section#bloque-post-recursos .sp-pcp-post-meta ul li:nth-of-type(3) i, body.page-id-3518 .sp-pcp-post-meta ul li:nth-of-type(3) i, body.page-id-3627 .sp-pcp-post-meta ul li:nth-of-type(3) i {
    color: transparent;
    width: 16px;
    height: 16px;
    background: url(https://microgeo.cl/wp-content/uploads/2022/05/comment.png) no-repeat #fff;
    background-size: 100%;
}
section#bloque-post-recursos .sp-pcp-readmore a, body.page-id-3518 .sp-pcp-readmore a, body.page-id-3627 .sp-pcp-readmore a {
    font-weight: 600;
    font-size: 1rem!important;
    text-transform: initial!important;
    padding: 15px 65px 15px 50px!important;
    border-radius: 8px!important;
    background: url(https://microgeo.cl/wp-content/uploads/2022/05/icon-read-more.svg) no-repeat #191919!important;
    background-size: 12px!important;
    background-position-x: 8rem!important;
    background-position-y: 1rem!important;
}

 
/*CSS TEMPORAL*/
section#item-hard a, section#item-soft a, section#item-stream a, 
body.page-id-2554 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a, 
body.page-id-2576 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a, 
body.page-id-2593 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a, 
body.page-id-2610 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a, 
body.page-id-2628 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a, 
body.page-id-1483 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a, 
body.page-id-1825 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2055 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2076 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2098 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2109 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2284 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2303 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1136 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1008 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1196 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1246 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1268 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2676 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2759 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2712 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2699 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2730 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2743 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2809 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2776 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2646 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2821 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-2789 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1280 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1297 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a,
body.page-id-1312 section.elementor-section .elementor-widget-container ul.elementor-icon-list-items li a {
    display: none;
}
footer ul.elementor-icon-list-items li a {
    display: flex!important;
}



/*CSS DETAIL PRODUCTOS*/
.cabecera-single {
    background-image: url(https://microgeo.cl/wp-content/uploads/2022/04/back_temp_recursos-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cabecera-single h2 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.cabecera-single .cabecera-content {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 7rem;
}
.cabecera-single .cabecera-content ul {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cabecera-single .cabecera-content ul li {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
}
.cabecera-single .cabecera-content ul li:nth-of-type(even) {
    border-left: solid 1px;
}
.cabecera-single .cabecera-content ul li:nth-of-type(2) {
    border-right: solid 1px;
}
.cabecera-single .cabecera-content a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.cabecera-single .cabecera-content a+img {
    position: absolute;
    width: 15%;
    right: 0;
    bottom: 0;
}
.cabecera-single .cabecera-content a img {
    width: 48px;
}
div.block-site .single-blog .blog-bread {
    margin-top: 40px;
    margin-bottom: 20px;
}
div.block-site .single-blog .blog-bread ol.fbc-items {
    background-color: #fff;
}
div.block-site .single-blog .blog-bread ol.fbc-items li:first-child {
    padding-left: 0;
}
div.block-site .single-blog .blog-bread ol.fbc-items li:last-child, div.block-site .single-blog .blog-bread ol.fbc-items li:nth-of-type(4) {
    display: none;
}
div.block-site .single-blog .blog-bread ol.fbc-items li a {
    color: #191919;
    font-weight: 500;
    text-decoration: underline;
}
div.block-site .single-blog h2 {
    font-size: 1.7rem;
    color: #191919;
    font-weight: 700;
    margin-bottom: 20px;
}
div.block-site .single-blog h2+ul {
    margin-bottom: 30px;
}
div.block-site .single-blog h2+ul li {
    display: inline-flex;
    margin-right: 10px;
}
div.block-site .single-blog h2+ul li:nth-of-type(4) {
    display: none;
}
div.block-site .single-blog h2+ul li img {
    width: 16px;
    margin-right: 5px;
}
div.block-site .single-blog h2+ul li em, div.block-site .single-blog h2+ul li a {
    font-size: 0.9rem;
    color: #727983;
}
div.block-site .comentarios h2 {
    font-size: 1.7rem;
    color: #191919;
    font-weight: 700;
    margin-bottom: 10px;
}
div.block-site .comentarios h3 {
    color: #138DCD;
    font-weight: 500;
    margin-bottom: 40px;
}
div.block-site .comentarios ol.commentlist li {
    margin-bottom: 20px;
    padding: 4rem 4rem 4rem 12rem;
    box-shadow: 0 0 5px #00000038;
    border-radius: 20px;
    position: relative;
}
div.block-site .comentarios ol.commentlist li .comment-author {
    margin-bottom: 10px;
}
div.block-site .comentarios ol.commentlist li img {
    width: 60px;
    position: absolute;
    left: 5rem;
}
div.block-site .comentarios ol.commentlist li .comment-author cite.fn a {
    font-weight: 700;
    color: #191919;
}
div.block-site .comentarios ol.commentlist li .comment-author span.says {
    font-weight: 700;
    color: #191919;
}
div.block-site .comentarios ol.commentlist li .comment-meta a {
    color: #727983;
    font-style: italic;
    display: table;
    margin-bottom: 15px;
}
div.block-site .comentarios ol.commentlist li p {
    color: #727983;
    line-height: 1.4;
    margin-bottom: 20px;
}
div.block-site .comentarios ol.commentlist li div.reply a {
    color: #138DCD;
    font-weight: 700;
}
div.block-site div#respond h3 {
    font-size: 1.7rem;
    color: #191919;
    font-weight: 700;
    margin-top: 40px;
}
div.block-site div#respond form p.comment-notes, div.block-site div#respond form label, div.block-site div#respond form p.comment-form-url, div.block-site div#respond form p.comment-form-cookies-consent {
    display: none;
}
div.block-site div#respond form p.comment-form-comment {
    margin-bottom: 30px;
}
div.block-site div#respond form p.comment-form-comment textarea {
    background-color: #F5F6FE;
    border: none;
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    font-style: italic;
}
div.block-site div#respond form p.comment-form-author {
    width: 45%;
    float: left;
}
div.block-site div#respond form p.comment-form-email {
    width: 45%;
    float: right;
}
div.block-site div#respond form p.comment-form-author input, div.block-site div#respond form p.comment-form-email input {
    background-color: #F5F6FE;
    border: none;
    border-radius: 15px;
    width: 100%;
    padding: 20px 30px;
    font-style: italic;
}
div.block-site div#respond form p.form-submit input {
    border: none;
    background-color: #E83824;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 20px 30px;
}
p.logged-in-as {
    margin-bottom: 20px;
}
span.required-field-message {
    display: none;
}

/*CSS PAGE CONTACTO*/

div.content-bar .menu-bar ul.contacto li {
    border-left: solid 1px #ccc;
    border-right: 0;
}
div.content-bar .menu-bar ul.contacto li:nth-of-type(1) {
	border-left: 0;
}
@media screen and (max-width: 499px) {
	.md-trigger.md-setperspective.btn-bg-1537.btn.btn-lg.text-center{
		padding: 0px !important;
	}
	/*Menu*/
	div.content-bar .menu-bar ul.redes li:nth-of-type(2), div.content-bar .menu-bar ul.redes li:nth-of-type(3), div.content-bar .menu-bar ul.redes li:nth-of-type(4), div.content-bar .menu-bar ul.redes li:nth-of-type(5) {
		border-left: 0px;
	}	
	.search-mobile{
		display: inline-flex !important;
	}
	ul.redes{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	body.home header.hd.header {
    display:none;
}
	div#head-contacto {
		padding-right: 0px;
    	padding-left: 0px;
		margin-top: 20px;
	}
	div.content-bar .menu-bar ul.contacto {
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	
	div.content-bar .menu-bar ul.contacto, div.content-bar .menu-bar ul.redes {
		width: 100% !important;
	}
	div.content-bar .menu-bar ul.contacto li {
/*     	display: inline-block !important; */
		display: flex !important;
		justify-content: center;
	}
	
	div.content-bar .menu-bar ul.contacto li:nth-of-type(3) {
		border-left: 0px;
	}
	
	div.content-bar .menu-bar ul.contacto li a {
	    padding: 12px 10px;
	}
	
	div.content-bar .menu-bar ul.redes {
	    text-align: center;
	}
	
	div.content-bar .menu-bar ul.redes li a {
	    padding: 10px 0px;
	}
	
	.icon-wp {
		margin-left: 10px;
   		margin-right: -5px;
	}
	
	div.content-bar ul.redes li a img {
		width: 55%;
	}
	
	header .logo {
    	padding: 0px 0 20px 0px !important;
	}
	header .menu-navegacion {
    	padding: 15px 0 0 !important;
	}

	body div.content-bar .menu-bar ul.contacto li.tel-mob, body div.content-bar .menu-bar ul.contacto li.mail-mob {
    	display: none !important;
	}
}

/*New custom styles*/
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li>a {
	min-width: 92px;
    background-size: 42px !important;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(5)>ul.sub-menu>li:nth-of-type(2)>a {
    background-image: url(https://microgeo.cl/wp-content/uploads/2023/02/icon_solucion.webp);
    background-repeat: no-repeat;
	background-position: top center;
    background-size: 44px;
}
header .menu-navegacion ul#menu-miccrogeo>li>ul.sub-menu>li:nth-of-type(3)>a {
    background-image: url(https://microgeo.cl/wp-content/uploads/2023/02/icon_graficos.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 44px;
}

section.elementor-section#carousel-tipo-uno .slick-slider img {
	height: auto !important;
	width: auto !important;
	max-height: 82px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li {
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom: 20px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>a {
    text-transform: uppercase;
    background: #E73A3F;
    color: #ffffff;
    font-size: .8rem;
    padding: 8px 8px 4px 8px;
    border-radius: 8px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>a:after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #ffffff transparent transparent;
    position: absolute;
    right: 6px;
    top: 10px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>ul.sub-menu {
    background: #ffffff;
    border: 1px solid #ececec;
    border-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
header .menu-navegacion ul#menu-miccrogeo>li:nth-of-type(6)>ul.sub-menu>li>ul.sub-menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
	padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    color: #53595f;
    font-size: .75rem;
}
@media (max-width: 499px) {
	section.elementor-section#carousel-tipo-uno button.slick-prev.slick-arrow.fas.fa-chevron-left {
		display: block !important;
		font-size: 0!important;
		left: -1.5rem!important;
		top: 4rem!important;
		padding: 40px 15px!important;		
	}
	section.elementor-section#carousel-tipo-uno button.slick-next.slick-arrow.fas.fa-chevron-right {
		display: block !important;
		font-size: 0!important;
		right: -1.5rem!important;
		top: 4rem!important;
		padding: 40px 15px!important;
	}
	section.elementor-section#carousel-tipo-uno .slick-next:before, 
	section.elementor-section#carousel-tipo-uno .slick-prev:before {
	    padding: 10px 15px!important;
		font-size: 24px !important;
		position: relative !important;
	}
	
	section.elementor-section#carousel-tipo-uno span.content-section a, section#btn-servicios a {
    	font-size: 1rem;
		padding: 12px 30px;
	}
	section.elementor-section#carousel-tipo-uno .slick-slider img {
    	height: auto !important;
    	width: auto !important;
    	max-height: 72px;
	}
}

/* CSS MENU */
/* Desktop */
.search-mobile {
	display: none !important;
}
/* Tablet */
@media (min-width: 500px) and (max-width: 768px) {
	div.content-bar .menu-bar ul.redes li:nth-of-type(2), div.content-bar .menu-bar ul.redes li:nth-of-type(3), div.content-bar .menu-bar ul.redes li:nth-of-type(4), div.content-bar .menu-bar ul.redes li:nth-of-type(5) {
		border-left: 0px;
	}	
	div.content-bar .menu-bar ul.contacto, div.content-bar .menu-bar ul.redes {
		width: 100% !important;
	}
	.hd.header, #contacto {
		display: none;
	}
	.search-mobile{
		display: block !important;
		margin-left: -47px;
	}
	#wprmenu_bar .menu_title a {
		top: 0px !important;
		left: 10px !important;
	}
	#redes {
		display: flex;
		align-items:center;
		justify-content:center;
		border-left: none;
		border-right: none;
	}
	#wprmenu_bar {
		border-bottom: 1px solid #ccc;
	}
	div#head-contacto {
		padding-right: 0;
		padding-left: 0;
		margin-top: 20px;
	}
	div.content-bar .menu-bar ul.redes li a {
		padding: 10px 0;
	}
	#btn-tienda {
		right: 30px !important;
	}
	header.hd.header.cambialo, header.hd.header {
    display: none;
	}
	
}
/* Mobile */
@media (max-width: 500px) {
	#wprmenu_bar {
		border-bottom: 1px solid #ccc;
	}
	.search-mobile{
		display: block !important;
		margin-left: -47px !important;
	}
	#contacto {
		display: none !important;
	}
	#wprmenu_bar .menu_title a {
		top: 0px !important;
		left: 5px !important;
	}
	header.hd.header.cambialo, header.hd.header {
    display: none;
	}	
	
}