/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 15:23:35 */
/* ==========================================================================
   general elements
   ========================================================================== */
body {
    line-height: 1.4 !important;
}

ol, ul {
    padding-left: 0rem;
}


*:focus-visible,
img:focus-visible {
  outline: 3px solid #007bff !important;
  outline-offset: 2px !important;
  border-radius:1px !important;	
}

a:focus-visible {
    outline: 3px solid #007bff !important;
    outline-offset: 2px !important;
	border-radius:1px !important;	
}

html {
  scroll-behavior: smooth;
}


/*para que en safari se vea bien las columnas de bootstrap*/
.row:before, .row:after {display: none !important;}

a {
    text-decoration: underline
}


td a:visited,
p a:visited{
	color: purple !important; 
}

td a.visited-custom,
  p a.visited-custom {
    color: purple !important;
  }

a.fasc-button:visited{
	color: #fff !important;
}

td a.fasc-button.visited-custom,
p a.fasc-button.visited-custom,
a.fasc-button.visited-custom {
  color: #ffffff !important;
}


hr {
    background-color: #a8b7c7;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
.entry-content h1 {
    color: #212529;
}
.entry-content h2 {
    color: #212529;
    border-bottom: 1px solid #a8b7c7;
    padding-bottom: 8px;
}

article.post .entry-header, article.page .entry-header {
    margin-bottom: 0;
}

.panel-row-style {
    margin: 0;
}
.entry-content li {
    margin-bottom: 10px;
    margin-left: 0;
}
.entry-content ul, ol {
    margin: 0;
}
.entry-content ul {
    list-style-type: disc;
}

@media (max-width: 480px) {
	
.entry-content h1 {
    font-size: 24px;
    margin-top: 0.5em;
}  
}

@media (max-width: 840px) {
.hidden-sm {
    display: none !important;
}
}

.border {
    border: 1px solid #A8B7C7 !important;
}

.border-padding {
    border: 1px solid #A8B7C7 !important;
    padding:20px;
}

.uppercase {
    text-transform: uppercase;
    color: #606060;
    margin: -10px 0 0 0 !important;
    text-align: left;
}

#masthead .hgroup .logo img {
    width: 130px;
	height:122px;
	object-fit: contain;
}


.banner-bottom img{
  margin-bottom:0 !important
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
}
	
#masthead .hgroup .logo img {
    margin-bottom:15px !important;

}	
}


.entry-content .gallery img {
    border: 1px solid #fff !important;
}

/* ==========================================================================
button centrado
   ========================================================================== */

.btn-centrado {
  display: flex;
  justify-content: center;
}

/*-------------------------------
galeria
-------------------------------*/
.tos-wrapper.tos-fixed {
    z-index: 900000000000 !important;
}
/*-------------------------------
 historia
-------------------------------*/
.testimonial-history{
  border:3px solid #a8b7c7;
  padding:30px 40px;
  color:#758494;
  margin:50px 0;
  position: relative;
}

.mark-left{
 width:90px;
 height:58px; 
 position: absolute;
 left: 40px;
 top: -35px;
  background: #fff;
}

.mark-right{
 position: absolute;
 width:90px;
 height:58px;
 right: 40px;
 bottom: -35px;
 background: #fff;
}



/*-------------------------------
 Escazu page
-------------------------------*/
.iconos80{
	width:80px;
	height:auto;
}

.iconos180{
	width:180px;
	height:auto;
}

.iconos150{
	width:150px;
	height:auto;
}

.escazu-title{
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 42px;
	line-height:1.2em;
	text-align: center;
	margin:20px 20px 0 20px !important;
}

.escazu-subtitle{
	color: #422a47;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 38px !important;
	line-height:1.2em;
	text-align: center;
	margin:20px 0 0 !important;
}

.escazu-subtitle2{
color: #fff;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 38px !important;
	line-height:1.2em;
	text-align: center;
	margin:0px 0 0 !important;	
}

.escazu-arrow{
	width:70px;
}

.bg-people{
    background-image: url(https://mma.gob.cl/wp-content/uploads/2023/03/bg-people-escazu-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-color: #867491;
}

@media (max-width: 768px) {
	.escazu-title,
	.escazu-subtitle,
	.escazu-subtitle2{
	font-size: 30px ;
}
	
	.bg-people{
    background-image: url(https://mma.gob.cl/wp-content/uploads/2023/03/bg-people-escazu-lg.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;

}

	.iconos150{
	width:100px;
	height:auto;
}
	
	.escazu-arrow{
	transform: rotate(90deg);
}
}

@media (max-width: 480px) {
		.bg-people{
    background-image: url(https://mma.gob.cl/wp-content/uploads/2023/03/bg-people-escazu-xs.png);
			background-repeat: no-repeat;
       background-size: contain;
    background-position: center bottom;
}
}

/*carrousel voces de escazu deshabilitar play de fotos segun clase */
.noplay .n2_ss_video_play_btn{
    display: none !important;
}

.content-menu-escazu{
	padding:0 !important;
	position:static;
}

.content-menu-escazu .ow-button-base a.ow-button-hover{
    background: #0f69b4 !important;
	color:#fff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ec451', endColorstr='#9ec451', GradientType=0);
	border-radius:0 !important;
    box-shadow: inherit; 
    text-shadow: inherit; 
	line-height: 1.05em;
    font-size:15px !important;
    padding: 0.5em 0.5em !important;
    font-weight:500;
	width: 100%;
    height: 80px;
	display:table;
}

.content-menu-escazu .ow-button-base a.ow-button-hover:hover{
 background:#0056b3 !important;
color:#fff !important;	
	text-decoration:none !important;
}

.content-menu-escazu .ow-button-base.ow-button-align-left {
    position: relative;
}

.content-menu-escazu span{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width: 768px) {
.content-menu-escazu .panel-grid-cell{
	margin-bottom:5px !important
}
	.panel-grid .content-menu-escazu{
		margin-bottom:-5px !important
	}
}

.ow-button-base a:hover{
	text-decoration:underline !important;
}

.ow-button-base a {
    padding: 1em 1em !important;
}

/*acordeon*/
.accordeon-escazu .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #53415E !important;
    color: #fff!important;
    padding: 10px 20px!important;
    border: 1px solid #a8b7c7!important;
}

.accordeon-escazu .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
    background-color: #3A2845 !important;
	color:#fff !important;
}


.accordeon-escazu .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header{
    background-color: #A08EAB !important;
	color:#fff !important;
}

/*table-escazu*/
.table-escazu thead{
	background:#CBC0B6;
}

.table-escazu tbody tr{
	background:transparent !important;
}

.table-escazu.dataTable.hover tbody tr:hover,
.table-escazu.dataTable.display tbody tr:hover {
    background-color: #E5DAD0!important;
}

/*box-contact*/
.box-contact-escazu{
	background:#04af9f;
	padding:20px;
	border-radius:6px;
	border: 3px dotted #fff;
	color:#fff;
	font-size:22px;
}

.box-contact-escazu a{
	color:#fff !important;
}

.box-contact-escazu a:hover{
	color: rgba(255,255,255,0.5)!important;
}

.box-contact-escazu ul{
margin-left:0;
}

.box-contact-escazu li{
	font-size:14px;
	line-height: 1.1em;
	list-style:none;
	margin-left:0 !important;
	padding-left:0;
	text-align:left;
}

.box-contact-escazu li:first-child{
	font-size:16px;
	font-weight:bold;
}

/*-------------------------------
  boletin
-------------------------------*/
.boletin iframe {
  -moz-transform: scale(0.65, 0.65);
  -webkit-transform: scale(0.65, 0.65);
  -o-transform: scale(0.65, 0.65);
  -ms-transform: scale(0.65, 0.65);
  transform: scale(0.65, 0.65);
   -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin:top left;
  transform-origin:top left;
}

.boletin iframe {
    position: relative;
    top: 0px;
    left: 0px;
    width: 700px;
    height: 1560px;

}

.boletin{
    width: 700px;
    height: 1040px;
}


@media (max-width: 1024px) {
.boletin {
    height: 1000px;
} 
  
.boletin iframe {
    height: 1560px;
}  
}


@media (max-width: 768px) {
.boletin {
    height: 1030px;
} 
  
.boletin iframe {
   -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin:top center;
  transform-origin:top center;
}  
}


@media (max-width: 480px) {
.boletin iframe {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
   height: 2280px;
  
}
  
.boletin {
    height: 2280px;
   width:100%;
}
  
}

/* ==========================================================================
   Actividades plugin Modern Events Calendar
   ========================================================================== */
#mec_skin_events_51617{
  font-family: "Roboto" !important;
}

.mec-wrap.colorskin-custom .mec-color{
	color:#1F86DB !important;
}

.mec-container h1{
  font-size:34px;
  padding: 10px 0;
  line-height: 1.25!important;
  margin-top: 20px;
  color:#111;
}

.mec-wrap p {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto',sans-serif !important;
    font-weight: 400!important;
}

.mec-wrap :not(.elementor-widget-container)>p {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    bottom: 15px;
    top: inherit;
    margin-top: 0px;
    left: 60% !important;
    line-height: 13px !important;
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding:0;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    bottom: 15px;
    top: inherit;
    margin-top: 0px;
    left: 54% !important;
    line-height: 13px !important;
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding:0;
}


.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 20px !important;
    color: #fff;
}

.mec-wrap button:not(.owl-dot):not(.gm-control-active):hover {
    background: rgba(255,255,255,1) !important;
}

.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    border-radius: 0;
    text-decoration: underline;
}


/*Single Events*/

.mec-container [class*=col-] img {
    height: auto;
}

.mec-container a{
  text-decoration:none;
}

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-weight: normal;
}

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    border: 1px solid #a8b7c7;
}

.mec-single-event .mec-event-social h3 {
    border-bottom: none;
}

.mec-single-event .mec-event-more-info{
  display:none;
}

.mec-single-event .mec-events-event-image {
    border: 1px solid #a8b7c7 !important;
}

.mec-single-event .mec-booking-button {
    letter-spacing: 0;
    border-radius: 0;
    font-family: 'Roboto';
    text-decoration: underline !important;
}

.mec-single-event .mec-events-meta-group-countdown {
    color: #a8b7c7;
    border: 1px solid #a8b7c7;
}

.mec-single-event .mec-booking-button:hover {
background-color:#205FA4 !important
}

.colorskin-custom .mec-single-event .mec-frontbox-title:before{
  display:none;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
    font-size: 24px;
    border-radius: 4px;
}

.mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3 {
    text-transform: inherit;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto' !important;
}

.mec-wrap.colorskin-custom .mec-border-color{
  background: #1c76c1 !important;
  color:#fff !important;
}

.mec-wrap.colorskin-custom .mec-border-color:hover{
  background:#035DA8 !important;
  border-color: #035DA8 !important;
}

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    padding: 15px 15px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
    font-size: 9px !important;
    color: #767676;
}

.mec-single-event-category{
  display:none;
}

.mec-events-button {
    padding: 23px 33px;
    border-radius: 0;
    text-decoration: underline !important;
}

.mec-events-meta-group-countdown .countdown-w span {
    font-family: 'Roboto' !important;
}


@media (max-width: 768px) { 
.mec-events-meta-group-countdown .countdown-w {
    padding: 0px 0 0;
}

.mec-events-meta-group-countdown .countdown-w .label-w {
    font-size: 8px;
}
  
.mec-single-event .mec-events-meta-group-countdown {
    padding: 15px 2%;
}  
  
.mec-countdown-details .countdown-w .clockdiv li p {
    margin-top: 0px;
}  
  
.mec-events-meta-group-countdown .countdown-w span {
    padding: 24px 0 0px;
}  
  
}


/*Pagina calendario*/
.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    border: none;
    font-size: 16px;
}


.mec-calendar .mec-calendar-header h2 {
    text-align: center;
}

.mec-single-event .mec-event-social h3 {
    font-size: 13px;
    font-weight: normal;
    color: #8f8f8f;
    padding-bottom: 0;
    margin-bottom: -20px;
    font-family: 'Roboto' !important;
}

.mec-calendar .mec-event-article .mec-event-time {
    font-size: 13px;
    line-height: 0;
    font-family: 'Roboto';
}


.mec-calendar .mec-event-article .mec-event-image{
  margin-right:10px;
}

.mec-calendar .mec-event-article .mec-event-image img{
  width:100% !important;
  height:auto;
}

.mec-calendar .mec-event-article .mec-event-title {
    font-size: 16px;
    text-transform: inherit;
    font-family: 'Roboto' !important;
    font-weight:normal;

}

.mec-calendar .mec-event-article {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #a8b7c7;
	min-height: 85px;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 14px;
    font-family: 'Roboto' !important;
    font-weight: bold;
    color: #333;
}

.mec-calendar {
    border: none;
    box-shadow: none;
}

.mec-calendar .mec-event-footer,
.event-color {
    display: none;
}

@media (max-width: 768px) { 
.mec-calendar .mec-calendar-side {
    padding: 0;
}
  
.mec-calendar .mec-calendar-events-side {
    padding: 30px 0 0;
}  
}


/*Eventos carrousel home*/

.mec-wrap {
    font-size: 16px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    color: #333;
   padding: 30px 0 0 0 !important;
}

.lity-container, .mec-wrap, .mec-wrap div:not([class^=elementor-]) {
    font-family: inherit;
}

.mec-slider-t1 .mec-event-article, .mec-slider-t1 {
   height: 340px !important;
}

.mec-slider-t1-wrap{
 min-height: 340px !important; 
 padding: 0px 0px;
 background: transparent;
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
    font-family: 'Roboto' !important;
    font-size:20px !important;
	color:#fff !important;
}

.mec-wrap .mec-event-article .mec-color-hover {
    color: #fff;
    text-decoration: none;
}

.mec-wrap .mec-event-article .mec-color-hover:hover {
    color: rgba(255,255,255,0.5);
    text-decoration: none !important;
}

.mec-event-grid-modern .mec-event-content {
    background: transparent;
    padding:10px 15px 10px;
}

.mec-slider-t1 .mec-slider-t1-content {
  width: 75%;
  background: #0a152c;
  border-radius:0 !important;	
}

.mec-slider-t1 .mec-slider-t1-content {
    padding: 4% 2%;
}

.mec-slider-t1 .mec-slider-t1-img {
  width: 25%;
  border: 1px solid #a8b7c7;
  border-radius: 0 !important;	
}

.mec-slider-t1{
  box-shadow:none;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
    color: rgba(255,255,255,1);
  margin-top: -6px;
  font-size: 29px !important;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-month {
  color: rgba(255,255,255,1);
  padding-top: 0px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
    font-size: 80px !important;

}

.mec-event-footer .mec-booking-button {
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: inherit;
    background: #0f69b4;
    color: #fff !important;
    border: none;   
    text-decoration:underline;
    font-family:'Roboto';
    display: inline-block;
    position: relative;
	
}

.mec-event-footer .mec-booking-button:hover {
    background: #00509B;
    color: #fff;
    border-color: #00509B;
}

.mec-event-grid-modern .mec-event-footer {
    padding: 0;
}

.mec-event-footer {
    padding: 0px;
    min-height: auto;
}

@media (max-width: 960px) { 
  .mec-slider-t1 .mec-slider-t1-content {
    width: 100%;
}
  
  .mec-slider-t1 .mec-slider-t1-img {
    width: 100%;
}
  
  
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    bottom: 15px !important;
    left: inherit !important;
    right: 60px !important;
}  
    
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
    bottom: 15px !important;
    left: inherit !important;
    right: 15px !important;
}  
  
 .mec-slider-t1 .mec-event-article, .mec-slider-t1 {
   height: auto !important;
}

.mec-slider-t1-wrap{
 min-height: auto !important; 
}
}


@media only screen and (min-width: 961px){
.mec-slider-t1 {
    max-width: 1080px;
}
}


@media (max-width: 768px) {
 .mec-slider-t1 .mec-slider-t1-img {
    height: 890px;
}
}

@media (min-width: 376px) and (max-width: 767px)  {
 .mec-slider-t1 .mec-slider-t1-img {
    height: 440px;
}
}

@media (min-width: 321px) and (max-width: 375px)  {
 .mec-slider-t1 .mec-slider-t1-img {
    height: 400px;
}
}

@media (max-width: 320px) {
  .mec-slider-t1 .mec-slider-t1-img {
    height: 325px;
} 
  
.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
    font-size: 60px !important;
}  
}

/*eventos MMA en casa*/
.events-mmacasa .mec-event-grid-classic .mec-event-content,
.events-mmacasa .mec-event-grid-classic .mec-event-footer {
    display: none;
}

/* ==========================================================================
 display faq contact
   ========================================================================== */

#faqaire{
 display:none; 
}

.bg-faq{
  border:1px solid #a8b7c7;
}

.btn-faq{
  display: inline-block;
  border:1px solid #a8b7c7;
  padding: 15px 10px;
  text-align: left;
  font-family: 'Roboto Slab';
  font-weight: 700;
  cursor:pointer;
  text-decoration:none !important;
  margin-bottom:-1px;
}

.btn-faq:hover,
.btn-faq:focus,
.btn-faq.focus,
.btn-faq:active,
.btn-faq.active{
  color: #0f69b4 !important;
}

@media (max-width: 480px) {
  .btn-faq{
    width:100%;
  }
}


/* ==========================================================================
   comments hide (for old post)
   ========================================================================== */
.comments-area{
  display:none;
}

/* ==========================================================================
   pagina teletrabajo
   ========================================================================== */
.teletrabajo {
  width:250px!important;
  top: 55px;
  right: 0;
  text-align: center;
  width: 310px;
  position: absolute;
}
@media (max-width: 480px) {
  .teletrabajo {
    width:auto;
    position:relative;
  }
}
.shadow-light {
  border-radius: 4px;
  box-shadow: 0 0 15px 5px rgb(234, 234, 234);
}

/* ==========================================================================
   overlay
   ========================================================================== */
figure{
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

figcaption{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100% ;
  display: flex;
  align-items: center;
}

figcaption div{
  flex: 1;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  color: #fff;
-webkit-transition:  all 0.3s ease-in-out;
-moz-transition:  all 0.3s ease-in-out;
-ms-transition:  all 0.3s ease-in-out;
-o-transition:  all 0.3s ease-in-out;
transition:  all 0.3s ease-in-out;
}

figcaption div:after{
   content:'\f360';
  font-family: "Font Awesome 5 Free";
  font-size:1.6em;
}

figure img{
-webkit-transition:  all 0.3s ease-in-out !important;
-moz-transition:  all 0.3s ease-in-out !important;
-ms-transition:  all 0.3s ease-in-out !important;
-o-transition:  all 0.3s ease-in-out !important;
transition:  all 0.3s ease-in-out !important;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform:  scale3d(1, 1, 1);
-ms-transform:  scale3d(1, 1, 1);
-o-transform:  scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
 background: rgba(10, 20, 44,0.8);
-webkit-transition:  all 0.3s ease-in-out;
-moz-transition:  all 0.3s ease-in-out;
-ms-transition:  all 0.3s ease-in-out;
-o-transition:  all 0.3s ease-in-out;
transition:  all 0.3s ease-in-out;
}

figcaption:hover div{
  opacity: 1;
  top: 0;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1);
-ms-transform: scale3d(1.1, 1.1, 1);
-o-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}


/* ==========================================================================
  tabs
   ========================================================================== */
.sow-tabs .sow-tabs-tab-container {
    background-color: transparent !important;
}

.sow-tabs .sow-tabs-panel-container {
   background:#fff !important;
   margin-top: -1px;
}

.sow-tabs .sow-tabs-tab-container {
   padding: 0 !important;
   margin-left: -1px !important;	
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    text-align: left;
    font-weight: bold;
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
    background-color: #fff!important;
    color: #006fb3!important;
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    color: #333 !important;
    background: #fff;
    font-size: 16px !important;
    margin-bottom: -1px !important;
	border:1px solid #a8b7c7;
	margin: 0 1px !important;
}

.sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    min-height: 200px;
	border: 1px solid #a8b7c7;
	padding: 20px !important;
}

.sow-tabs .sow-tabs-panel-container .sow-tabs-panel  h2{
    border:none;
}

@media (max-width: 768px) {
	.sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    min-height: auto;
}
	
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    width: 100%;
}		
}

/*tab vertical*/
.tab-vertical  .sow-tabs .sow-tabs-tab-container{
  width:20%;
  float:left;
  padding:0 !important;
  	margin-top: -2px !important;	
}

.tab-vertical .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    width: 100%;
    margin: 1px 0 !important;
}

.tab-vertical  .sow-tabs .sow-tabs-panel-container{
  width:79%;
  float:right;
}


@media (max-width: 768px) {
  .tab-vertical .sow-tabs .sow-tabs-tab-container{
    width:100%;
    margin-bottom: 20px;
  }
  
  .tab-vertical  .sow-tabs .sow-tabs-panel-container{
  width:100%;
}
}

/* ==========================================================================
   tab vertical
   ========================================================================== */
.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    padding: 15px 10px;
    text-align: left;
    font-family: 'Roboto Slab';
    font-weight: bold;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav {
    margin-right: -1px;
    width: 23%;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content {
    width: 76.9%;
    margin-left: 0px;
    border: 1px solid #a8b7c7;
    margin-top:0;
}

.iw-so-tabs .iw-so-tabs-content {
    border: 1px solid #a8b7c7;
    margin-top: -1px;
}

.iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
    /*background: #fff !important;*/
    color: #006fb3 !important;
}

.iw-so-tabs .iw-so-tab-title a {
    color: #333 !important;
    border: 1px solid #a8b7c7 !important;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content .iw-so-tabs-panel {
    padding: 0 20px;
}

.iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    padding: 0 20px;
}

@media (max-width: 768px) {
  
.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content{
    width: 100% !important;
}
	
.tab-vertical .sow-tabs .sow-tabs-tab-container {
	margin-bottom: 0px;}
  
.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
    width: 100%;
  margin-bottom: -1px;
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav{
    width: 100% !important;
}
  
.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title {
    width: 100%;
}  
}


/* ==========================================================================
 slider
   ========================================================================== */
@media (max-width: 480px) {
div#n2-ss-6 .nextend-bullet-bar .n2-bullet {
	padding:20px;
	margin:10px !important;
}
}

/* ==========================================================================
   acordeon
   ========================================================================== */
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    font-weight: bold !important;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
    background-color: #ededed !important;
    color: #333 !important;
    border-color: #a8b7c7!important;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #fff !important;
    color: #333 !important;
    padding: 10px 20px !important;
    border: 1px solid #a8b7c7 !important;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    background: #fff !important;
    border: 1px solid #a8b7c7 !important;
    padding: 20px !important;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    padding-right: 20px;
}

/* ==========================================================================
   image default - Publicaciones destacadas
   ========================================================================== */
.featured-post{
  padding:15px 0 !important;
}


.featured-post .sow-image-container .so-widget-image {
    border: 1px solid #a8b7c7;
}

.featured-post .so-widget-sow-image h3{
  font-family:'Roboto';
  font-size:1em !important;
  margin-top:10px !important;
}


/* ==========================================================================
   audio
   ========================================================================== */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #0F3863 !important; 
}

/* ==========================================================================
   featured-card-signature
   ========================================================================== */
.featured-card-signature {
    position: relative;
    display: block;
    margin: 25px 0 0;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #F4F8FA;
    text-align: left;
    background: #E7EBED url(https://mma.gob.cl/wp-content/uploads/2019/01/arrow.png)no-repeat bottom right;
    background-size: 26px 26px;
    margin-bottom: -20px;
} 


.featured-card-signature a{
  text-decoration:none !important;
}

a.featured-card-signature {
    color: #333 !important;
}
.featured-card-signature:hover {
    text-decoration: none !important;
    background-color: #fff;
    border: 1px solid #A8B7C7;
}
.featured-card-signature h4  {
    margin: 0px !important;
    color: #333 !important;
    border: transparent !important;
    padding: 0;
    text-align: center;
}

.box-background{
color: #212529;
font-weight:bold;
font-size: 17px;
background: #E7EBED;
padding:15px;
  }

/*-------------------------------
     banner home responsive  
-------------------------------*/
.banner-responsive-1 {
    display:block;
}

.banner-responsive-2 {
    display:none
}

@media (max-width: 768px) {
.banner-responsive-1 {
    display:none;
}

.banner-responsive-2 {
    display:block;
} 
}

/*-------------------------------
     Modal    
-------------------------------*/
.modal-title {
    margin: 0 !important;
}

.modal button{
background: transparent !important;}


/*-------------------------------
      Colors      
-------------------------------*/
.bg-bueno {
	background: #2E9100;
}
.bg-regular {
	background: #E4B50C;
}
.bg-alerta {
	background: #EC713D;
}
.bg-preemergencia {
	background: #DE3C3A;
}
.bg-emergencia {
	background: #794F92;
}

.bg-proximamente {
	background: #A4A5A7;
}

.city-container{
  background: #fff;
  float: left;
  width: 100%;
}

.city-container.bg-bueno:hover{
  background: #157800;
  color:#fff;
  transition: background .25s ease-out;
}

.city-container.bg-regular:hover{
  background: #CB9C00;
  color:#fff;
  transition: background .25s ease-out;
}

.city-container.bg-alerta:hover{
  background: #D35824;
  color:#fff;
  transition: background .25s ease-out;
}

.city-container.bg-preemergencia:hover{
  background: #C52321;
  color:#fff;
  transition: background .25s ease-out;
}

.city-container.bg-emergencia:hover{
  background: #603679;
  color:#fff;
  transition: background .25s ease-out;
}

.city-container.bg-proximamente:hover{
  background: #8A8B8D;
  color:#fff;
  transition: background .25s ease-out;
}

.city-name{
  width: 55%;
  float:left;
  padding:2% 4%;
  display: table;
  height: 50px;
}

.city-name span{
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  line-height: 1.2em !important;
  border-bottom: none !important;
  margin: 0;
  padding: 0;
  font-family: Roboto !important;
  text-align: left;
}

.city-info{
  width: 44%;
  float:right;
  display: table;
  height: 50px;
  
}

.city-info span{
  font-size: 13px;
  line-height: 1.2em !important;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  padding:2% 6%;
  text-align: center;
}


.row-margin{
  margin-bottom: 10px;
}

@media (max-width: 996px) {
.row-margin{
  margin-bottom: 0px;
}
 
.city-container{
  border-bottom: 1px solid #E8E9EB;
}  
 
.city-info {
    width: 38%;
} 
  
}

@media (max-width: 480px) {
.title-pronostico small{
  display: block;
 margin-top: 5px;
}  
}


/* ==========================================================================
publicaciones destacadas seccion EAE
   ========================================================================== */
.titledoc{
  font-size:11px;
  line-height: 1.1em;
  text-align:left;
}


/* ==========================================================================
header
   ========================================================================== */
@media (max-width: 680px){
body.responsive #masthead .hgroup .support-text, body.responsive #masthead .hgroup #header-sidebar {
    margin-top: -20px;
}
}
/* ==========================================================================
slider
   ========================================================================== */
.sow-slider-base {
    z-index: 0;
}

#n2-ss-2,
#n2-ss-3,
#n2-ss-4{
    border: 1px solid #a8b7c7;
}

div#n2-ss-6 .n2-style-864ea8591c4970a26d6348786c677690-dot {
    margin: 6px 10px;
    width: 3px;
    height: 3px;
}

.n2-ss-slider .n2-ss-layer-player  {
    width: 99.7%;
}

div#n2-ss-3 .n2-ss-slide-backgrounds {
    width: 99.7% !important;
}

@media (max-width: 480px) {
 .n2-ss-slider .n2-ss-layer-player  {
    width: 99.75%;
}
  
div#n2-ss-3 .n2-ss-slide-backgrounds{
  width: 99.45% !important;
}
}
/* ==========================================================================
moficacion para el theme
   ========================================================================== */

.center-content {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
.center-content {
    width: 100%;
    margin: 0 auto;
}
}
.entry-excerpt {
    color: rgba(17,17,17,0.6);
    font-size: 18px;
}
/* ==========================================================================
buttons
   ========================================================================== */

a.fasc-button {
  padding: 20px 15px !important;
  font-size: 1em;
  text-decoration:underline;
  display:inline-block;	
  line-height: 1.2em;
}

.fasc-button:hover {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.1));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.1));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.1));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.1));
}

button {
  background: inherit !important;
}


.btn{
	font-size:1em;
	padding:0.8em 1em;
	border-radius:0;
}

.btn-primary{
	background-color: #0f69b4 !important;
	border:1px solid #0f69b4 !important;
    color: #ffffff !important;
	text-decoration:underline !important;
}

.btn-primary:hover{
	background-color: #0056b3 !important;
	border:1px solid #0056b3 !important;
}

.btn-primary:visited {
    color: #ffffff !important;
}

a.btn.btn-primary,
a.btn.btn-primary:visited,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
  color: #ffffff !important;
}


.ow-button-base a {
    background: #0f69b4 !important;
	padding:1.3em 1em !important;
    border: 1px solid #0f69b4 !important;
    border-radius:0 !important;
	text-decoration:underline !important;
}

.ow-button-base a:hover {
    background: #0056b3 !important;
    border: 1px solid #0056b3 !important;
}


/* ==========================================================================
icon footer
   ========================================================================== */
.icon-footer{
  text-align: right;
  font-size:2.3em;	
}

.icon-footer a {
    color: #A8B7C7 !important;
	margin-right: 10px;
}
.icon-footer a:hover {
    color: #fff !important;
}
footer .fab {
    font-size: 32px;
    padding-left: 10px;
}

@media (max-width: 768px) {
.icon-footer{
  text-align: left;
}
	
.icon-footer a {
	margin-right: 15px;
}	
	

footer .fab {
    padding-right: 10px;
    padding-left: 0;
}  
}
/* ==========================================================================
 pagina noticias
   ========================================================================== */
.blog h1{
margin-top:30px;
font-size: 34px;}


.vantage-grid-loop article .grid-thumbnail {
    border: 1px solid #A8B7C7;
    padding: 0;
    box-shadow: none;
    /*max-height: 215px;
    overflow: hidden;*/
}

@media (min-width: 1024px) and (max-width: 2565px)  {
.vantage-grid-loop article .grid-thumbnail {
   max-height: 215px;
    overflow: hidden;
}	
}


.vantage-grid-loop article .grid-thumbnail:hover {
    border-color: #0a142c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.vantage-grid-loop article .excerpt p {
    font-size: 16px;
    line-height: 1.2em;
    color: #333;
	display:none;
}

.vantage-grid-loop article h2 a {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    text-decoration:none;
	color:#212529;
}

.vantage-grid-loop article h2 a:hover {
	color:#666;
}


.vantage-grid-loop article h3 a {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal
}
article.post {
    border-bottom: none !important;
    margin-bottom: 35px;
}

article.post .entry-header .entry-meta {
    text-transform: uppercase;
}


article.post .entry-header .entry-meta a,
article.page .entry-header .entry-meta a {
    color: rgba(17,17,17,.5);
    text-transform: uppercase;
}

.vantage-grid-loop .date {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(17,17,17,.8);
    text-transform: uppercase;
}

.single-nav-wrapper {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #a8b7c7;
    padding-top: 30px;
}

.grid-post h2{
	border-bottom:none;
	margin:0;
	line-height: 0.8em;
}



/* ==========================================================================
 share rrss
   ========================================================================== */
.addtoany_header {
    margin: 30px 0px 8px;
    text-transform: uppercase;
    font-size: 13px;
    color: #8f8f8f;
}

/* ==========================================================================
 colummns
   ========================================================================== */
.ffs-icon-box {
    display: none;
}

/* ==========================================================================
 accordion FAQ
   ========================================================================== */
.panel{
  border:1px solid #a8b7c7 !important
}

.panel-title a{
  text-decoration:none !important;
  font-weight: bold;
}

.panel-title .pull-right {
    margin-left: 20px;
}



/* ==========================================================================
 mega menu
   ========================================================================== */

nav.primary {

	background-color: #033863!important;
   /* background: -webkit-gradient(linear,left top,left bottom,from(#0f2154),to(#0f256f))!important;
    background: -webkit-linear-gradient(top,#0f2154,#0f256f)!important;*/
    z-index: 10000 !important;
    margin-left: -2000.5px !important;
    margin-right: -2000.5px !important;
    padding-left: 2000.5px !important;
    padding-right: 2000.5px !important;
}


#masthead {
    padding: 0;
}

@media (max-width: 960px) {
#masthead {
    padding: 0 35px 0 35px;
}
  
}

/* Menu full width */
.site-navigation .full-container{
    position:static!important;
}

.ubermenu-submenu[aria-hidden="true"] {
    display: none !important;
}


.ubermenu-skin-minimal.ubermenu-responsive-toggle:focus {
    border: none;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
    border-width: 0px;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    border-left: 0;/*1px solid #dbdcdd;*/
}


.ubermenu-skin-minimal.ubermenu-responsive-toggle {
    color: #fff !important;
    font-size: 16px;
	padding-right:10px;
}

.ubermenu-responsive-toggle {
    padding: 15px 0px;
}

.ubermenu .ubermenu-row {
  margin-bottom: 0px; 
}


.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-family: 'Roboto Slab';
}


@media (max-width: 1070px){
.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target, .ubermenu-main .ubermenu-tab > .ubermenu-target {
    font-size: 18px !important;
}
	
body.sticky-menu .site-navigation.sticky {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;
}
}

/*destacar nuevo sitio web en menu*/
.menu-new span:after {
    content: "Nuevo";
    background: #0F69B4;
    color: #fff;
    display: inline-block;
	padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin-left: 4px;
}

.featured-menu {
    font-weight: bold;
}


/*menu responsive*/
@media (max-width: 768px) {
  
.ubermenu-responsive-toggle .fas{
    width: auto !important;
}  
  
.ubermenu-skin-minimal.ubermenu-responsive-toggle,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    font-size: 18px !important;
}  

 
.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
    font-size: 16px !important;
}   
  
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
    padding-left: 0;
    padding-right: 0;
}  
  
.ubermenu-main .ubermenu-row {
    padding: 0 20px;
}  
}


/* ==========================================================================
   banner gob
   ========================================================================== */
.box-banner {
    background: url(https://mma.gob.cl/wp-content/uploads/2018/11/line.jpg) #fff no-repeat top left;
    background-size: 100% 3px;
    border: 1px solid #A8B7C7;
    height: 44px;
    display: table;
    width: 100%;
}
.box-banner > p {
    font-size: 14px;
    line-height: 1em !important;
    padding-bottom: 0px;
    transition: .4s;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.box-banner-container a {
    color: #333 !important;
    text-decoration: none !important;
	position:relative;
	z-index:1;
}

.box-banner-container a:hover {
    color: #666 !important;
    text-decoration: none !important;
}

.box-banner-container a:focus-visible .box-banner {
    outline: 3px solid #007bff !important; 
    outline-offset: 2px !important;
    border-radius: 1px !important; 
}


@media (max-width: 992px) {
.box-banner {
    height: 89px;
}
}

@media (max-width: 576px) {
.box-banner {
    height: 60px;
}
}

@media (max-width: 480px) {
.box-banner > p {
    font-size: 16px;
    line-height: 1.2em !important;
}	
}

/* ==========================================================================
   featured-card
   ========================================================================== */



.featured-card {
    position: relative;
    display: block;
    margin: 25px 0 0;
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    border: 1px solid #F4F8FA;
    text-align: left;
    background: #E7EBED url(https://mma.gob.cl/wp-content/uploads/2019/01/arrow.png)no-repeat bottom right;
    background-size: 26px 26px;
    margin-bottom: -20px;
    /*overflow: hidden;*/
} 

.featured-card img {
    background: #F4F8FA;
}


.featured-card a{
  text-decoration:none !important;
}

a.featured-card {
    color: #333 !important;
}
.featured-card:hover {
    /*text-decoration: none !important;*/
    background-color: #fff;
    border: 1px solid #A8B7C7;
}

.featured-card a:focus-visible .featured-card-figure,
.featured-card a:focus-visible .featured-card-body{
    outline: 3px solid #007bff !important; 
    border-radius: 1px !important; 
}

.featured-card h3  {
    margin: 0px !important;
    color: #111 !important;
    border: transparent !important;
    padding: 0;
	font-size: 20px !important;
}



.featured-card h4  {
    margin: 0px !important;
    color: #111 !important;
    border: transparent !important;
    padding: 0;
}


.featured-card-body {
    padding: 18px;
    background-color: transparent;
}

@media (max-width: 768px) {
.featured-card-body {
    min-height: auto;
} 
  
.featured-card h2 {
    font-size: 17px;
}  
}
adding-left: 0 !important;
}
/* ==========================================================================
   list main bg blue
   ========================================================================== */
.list-bgblue {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 20px !important;
}
.list-bgblue li {
    list-style: none;
    margin: 0 !important;
    padding: 0.4em;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.list-bgblue li a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: underline;
}
.list-bgblue li a:hover {
    color: #fff !important;
}
/* ==========================================================================
   icono en bg blu de paginas
   ========================================================================== */
.icon-bgblue {
    font-size: 20px;
    padding-right: 10px;
}
/* ==========================================================================
   contacto box
   ========================================================================== */
.box-blue {
    background: rgba(255,255,255,0.08);
    padding: 30px 20px 20px 20px;
}
.box-blue h2 {
    font-size: 22px;
    border-bottom: none !important;
    text-align: center;
}
.box-blue a {
    width: 100% !important;
    text-align: center !important;
}

.box-blue img{
  width:75px;
  height: 75px;
}

.box-blue .image-lg{
  width:95px !important;
  height: 95px !important;
}


/* ==========================================================================
   btn
   ========================================================================== */
.btn-outline-dark {
    color: #09142C !important;
    background-color: transparent;
    border-color: #a8b7c7;
   text-decoration:none !important
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #09142C; 
    border-color:#09142C;
    text-decoration:none !important
}

.btn-outline-dark:hover img,
.btn-outline-dark:focus img{
  -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1); 
}

/* ==========================================================================
   contacto box
   ========================================================================== */
.box-contact {
    padding: 30px 20px 20px 20px;
}
.box-contact h2 {
    font-size: 22px;
    border-bottom: none !important;
    text-align: center;
}
.box-contact a {
    width: 100% !important;
    text-align: center !important;
}

.box-contact img{
  width:75px;
  height: 75px;
}

.box-contact .image-lg{
  width:95px !important;
  height: 95px !important;
}

@media (max-width: 768px) {
	.box-contact h4{
		font-size:20px !important;
	}
}


/* ==========================================================================
  css contacto NUEVO 2024
   ========================================================================== */
.single-featured-green-dark,
.single-featured-green-light,
.single-featured-yellow,
.single-featured-red,
.single-featured-blue,
.single-featured-blue-light,
.single-featured-grey{
    margin-left: 0px;
    transition: .4s;
}

.box-featured a{
    position: relative;
   text-decoration: none!important;
} 

	.single-featured-green-dark {
	  color: #fff;
	  background: #044c2d;
			position:relative;
	}

	.single-featured-green-dark:hover {
	  color: #fff;
	  background: #003314;
	}

	.single-featured-green-light {
		color: #fff;
	   background: #02bc63;
			position:relative;
	}

.single-featured-green-light:hover {
    color: #fff;
   background: #008930;
}

.single-featured-yellow {
    color: #fff;
  background:#e5960a;
		position:relative;
}

.single-featured-yellow:hover {
    color: #fff;
  background:#CC7D00;
}

.single-featured-red {
    color: #fff;
   background:#e55933;
	position:relative;
}

.single-featured-red:hover {
    color: #fff;
   background:#B22600;
}

.single-featured-blue {
    color: #fff;
   background:#06748e;
	position:relative;
}

.single-featured-blue:hover {
    color: #fff;
   background:#00415B;
}

.single-featured-blue-light {
    color: #fff;
   background:#1ba0ea;
	position:relative;
}

.single-featured-blue-light:hover {
    color: #fff;
   background:#006DB7;
}

.single-featured-grey {
   color: #333;
   background:#f5f6f8;
   position:relative;
   width:100%;	
}

.single-featured-grey:hover {
    color: #fff;
   background:#0f69b4;
}


.single-featured-green-dark:hover h4,
.single-featured-green-light:hover h4,
.single-featured-yellow:hover h4,
.single-featured-red:hover h4,
.single-featured-blue:hover h4,
.single-featured-blue-light:hover h4{ 
	color: #fff;
}

.featured-icon {
    /*background: #fff none repeat scroll 0 0;*/
    float: left;
    left: 10px;
    position: absolute;
    text-align: center;
    width: 80px;
    z-index: 5;
	border-radius: 100%;
	margin-top:0px;
}

.icon{
    width: 65px;
}

.featured-icon img{
 margin-top:27px;
}

.single-featured-content{
	padding-left: 90px;
	height:114px;
	display: table;
	padding-right: 10px;
	}

.single-featured-content > h4 {
    font-size: 20px !important;
    padding-bottom: 0px;
    transition: .4s;
	display: table-cell;
    vertical-align: middle;
    color: #fff !important;
}

/*-------------------------------
 tramites
-------------------------------*/
.tramites-container{
	border:1px solid #a8b7c7;
	padding:20px 20px 60px 20px;
	position:relative;
}

.tramites-icono{
	position:absolute;
	left:15px;
	top:40px;
}

.tramites-icono img{
	width:55px;
	height:auto;
}

.tramites-txt{
	padding-left:60px;
}

.btn-tramites{
	position:absolute;
	bottom:0;
	width:100% !important;
	margin-left:-20px;
	
}

.btn-tramites .ow-button-base .sowb-button{
	background:rgb(15, 105, 180) !important;
	border:#F7F7F7 !important;
	color:#fff !important;
}

 
.btn-tramites .ow-button-base .sowb-button.ow-button-hover:hover{
	background:#003681 !important;
	color:#fff !important;
}

.btn-tramites  .sowb-button {
  padding-left: 20px !important;
  padding-right: 30px !important;
}

.btn-tramites .sowb-button > span {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}




.single-featured-grey .featured-icon {
    top: 28px;
    position: absolute;
    text-align: right;
    z-index: 5;
    width: 100%;
    display: block;
    float: right !important;
    padding-right: 31px;
}
.single-featured-grey .single-featured-content{
	padding-left: 20px;
	height:80px;
	display: table;
	padding-right: 60px;
}

.single-featured-grey .single-featured-content > p {
    font-size: 16px !important;
	line-height:1.2em;
	font-weight:bold;
    padding-bottom: 0px;
	display: table-cell;
    vertical-align: middle;
	text-align:left;
}

/*1024*/
@media (max-width: 1024px) { 
.icon {
    width: 50px;
}

.featured-icon {
    width: 60px;
    left: 10px
}

.single-featured-content {
    padding-left: 75px;
}

.single-featured-content > h4 {
    font-size: 18px !important;
}  
}


@media (max-width: 768px) {
.single-featured-content {
    height: 70px;
}

	.featured-icon img {
    margin-top: 10px;
}
}

@media (max-width: 780px){
.proyectos > .panel-grid-cell {
    margin-bottom: 0px !important;
}
}


/* ==========================================================================
   contacto box
   ========================================================================== */
.box-contact {
    padding: 30px 20px 20px 20px;
}
.box-contact h2 {
    font-size: 22px;
    border-bottom: none !important;
    text-align: center;
}
.box-contact a {
    width: 100% !important;
    text-align: center !important;
}

.box-contact img{
  width:75px;
  height: 75px;
}

.box-contact .image-lg{
  width:95px !important;
  height: 95px !important;
}

@media (max-width: 768px) {
	.box-contact h4{
		font-size:20px !important;
	}
}

/* ==========================================================================
  bg blue top
   ========================================================================== */
.bg-top a,
.bg-top a:visited{
	color:rgba(255,255,255,.8) !important;
}

.bg-top a:hover{
	color:rgba(255,255,255,0.6) !important
}

/* ==========================================================================
  contacto NUEVO
   ========================================================================== */
.box-contact-wrap-new{
	padding:20px 10px 20px 10px;
	min-height: 180px;
	display:block;
}

.box-contact-wrap-new img{
	width:70px;
	height:auto;
}
a.box-contact-wrap-new{
	text-decoration:none !important;
}

a.box-contact-wrap-new h2{
	font-size:18px;
	line-height:1.1em;
	border-bottom: none;
	padding-bottom:0;
}

.img-responsive{
	width:110px !important;
	margin-bottom: 0px;
	margin-top: -15px;
}

@media (max-width: 480px) {	
a.box-contact-wrap-new h2{
	font-size:17px;
}	
	
.box-contact-wrap-new img {
    width: 60px;
    height: auto;
}		
.img-responsive{
	margin-bottom: -10px;
}	
}

@media (max-width: 320px) {
a.box-contact-wrap-new h2{
	font-size:13px;
}	
}
/* bg contacto*/
.base-blue{background: #004577!important;}
a.base-blue:hover{background: #002C5E !important;}

.base-blue-medium{background:#007096!important;}
a.base-blue-medium:hover{background:#00577D!important;}

.base-blue-light{background:#6bccd6!important;}
a.base-blue-light:hover{background:#52B3BD !important;}

.base-lilac{background:#d3def2!important;}
a.base-lilac:hover{background:#BAC5D9!important;}

.base-yellow{background:#e4db89!important;}
a.base-yellow:hover{background:#CBC270!important;}

.base-purple{background:#51293c!important;}
a.base-purple:hover{background:#381023!important;}

/* ==========================================================================
  contacto OLD
   ========================================================================== */
.box-contact-wrap{
	padding:20px 20px 20px 20px;
	min-height: 210px;
	display:block;
}

@media (max-width: 480px) {
.box-contact-wrap{
    min-height: 75px;
    margin-bottom: -13px !important;
}	
}

.box-contact-wrap img{
	width:70px;
	height:auto;
}
a.box-contact-wrap{
	text-decoration:none !important;
}

a.box-contact-wrap h2{
	font-size:19px;
	line-height:1.1em;
	border-bottom: none;
	padding-bottom:0;
}

@media (max-width: 480px) {
.box-contact-wrap img {
    width: 35px;
    height: auto;
    float: left !important;
    display: inline-block;
	margin: 0;
}	
}

/* bg contacto*/
.bg-blue-light{
	background: #007DA3!important;
}

a.bg-blue-light:hover{
	background: #007096 !important;
}

.bg-green{
	background:#008528!important;
}

a.bg-green:hover{
	background:#00781B!important;
}

.bg-blue-2{
	background:#0F69B4!important;
}

a.bg-blue-2:hover{
	background:#00509B !important;
}

.bg-yellow{
	background:#996E00!important;
}

a.bg-yellow:hover{
	background:#8C6100!important;
}
.bg-orange{
	background:#C0572A!important;
}

a.bg-orange:hover{
	background:#B34A1D!important;
}

/*-----------------------------------------
Preguntas frecuentes nuevo
-------------------------------------------*/
.box-middle{

	background:#F5F6F7;
	position:relative;
	text-decoration:none !important;
	display: block;
	line-height:1.2em;

}


.box-middle:hover{
	background: #1169B3;
	color:#fff !important;
}



.box-icon{
    left: 10px;
    position: absolute;
    text-align: center;
    width: 55px;
    z-index: 5;
	border-radius: 100%;
	margin-top:15px;
}

.box-middle:hover img {
    filter: brightness(0) invert(1);
}

.box-txt{
	padding-left: 75px;
	height:90px;
	display: table;
	padding-right: 10px;
}

.box-txt p{
    padding-bottom: 0px;

	display: table-cell;
    vertical-align: middle;
}


/*-----------------------------------------
Preguntas frecuentes
-------------------------------------------*/
.widget-container {
    padding: 25px 15px;
	position:relative;
	background:#fff;
	border-radius: 0px;
	border:1px solid #a8b7c7;
	transition: 0.4s;
	min-height:210px;
}

.widget-container:before {
    /*background-color: #ccc;*/
}


.widget-container:hover:before {
    opacity: 1;
}
.widget-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
}

.widget-container .container-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.infobox{
	position:inherit;
}

.infobox_title {
    color: #232323;
	margin:0 !important;
	position:relative;
	text-align: left;
    line-height: 1.2em;
}

h2.infobox_title {
	border-bottom: none !important;
    font-size: 1.2em !important;
}


.bg-thj:before{ background: #6fccd5;}
.bg-asuntosinternacionales:before{ background: #61c2dc;}
.bg-implementacionlegislativa:before{ background: #0d6f96;}
.bg-evaluacionambiental:before{ background: #034477;}
.bg-cambioclimatico:before{ background: #2fae7d;}
.bg-biodiversidad:before{ background: #00a1a9;}
.bg-economiambiental:before{ background: #017c47;}
.bg-informacionambiental:before{ background: #f1d040;}
.bg-educacionambiental:before{ background: #e1b34a;}
.bg-juridica:before{ background: #db8d29;}
.bg-calidadaire:before{ background: #e63e60;}
.bg-ruidoluzolor:before{ background: #e82f48;}
.bg-temasgenerales:before{ background: #603774;}

.bg-thj:before,
.bg-asuntosinternacionales:before,
.bg-implementacionlegislativa:before,
.bg-evaluacionambiental:before,
.bg-cambioclimatico:before
.bg-biodiversidad:before
.bg-economiambiental:before
.bg-informacionambiental:before
.bg-educacionambiental:before
.bg-juridica:before
.bg-calidadaire:before
.bg-ruidoluzolor:before
.bg-temasgenerales:before{
	color:#fff;
}


.widget-container:hover .infobox_title{
    color: #fff !important;
}

.infobox-icon img{
	width:70px;
	height: auto;
	position:absolute;
	bottom:20px;
}

.infobox-arrow img{
	width:40px;
	height: auto;
	position:absolute;
	bottom:20px;
	right:20px;
}

/*iconos brillos hover*/
.widget-container:hover .infobox-icon img,
.widget-container.active .infobox-icon img,
.widget-container:hover .infobox-arrow img,
.widget-container.active .infobox-arrow img{
    filter: brightness(10);
}

.bg-economiambiental:hover .infobox-icon img,
.bg-economiambiental.active .infobox-icon img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(101deg) brightness(103%) contrast(170%);
}

.bg-biodiversidad:hover .infobox-icon img,
.bg-biodiversidad.active .infobox-icon img{
   filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(34deg) brightness(180%) contrast(101%);
}

.bg-implementacionlegislativa:hover .infobox-icon img,
.bg-implementacionlegislativa.active .infobox-icon img,
.bg-evaluacionambiental:hover .infobox-icon img,
.bg-evaluacionambiental.active .infobox-icon img{
   filter: invert(100%) sepia(16%) saturate(7%) hue-rotate(292deg) brightness(180%) contrast(99%);
}

@media screen and (max-width: 768px) {
.widget-container {
	min-height:175px;
}		
}


/* ==========================================================================
   contacto ubicaciones seremis
   ========================================================================== */
/*.dropdown {
    position: relative;
    display: block;
    margin-top: 0.5em;
    padding: 0;
}*/

.container-select{
	background:#e0e0e0;
	padding:10px;
}

.dropdown {
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
    width: 100%;
}

.dropdown label {
    margin-right: 10px; /* Espacio entre el label y el select */
    white-space: nowrap; /* Evita que el texto se envuelva */
	margin-bottom:0;
}

.dropdown select {
   flex-grow: 1;
    margin: 0;
    outline: none;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
	-webkit-appearance: none; /* Eliminar la flecha predeterminada en WebKit */
    -moz-appearance: none; /* Eliminar la flecha en Firefox */
     appearance: none; /* Eliminar la flecha en otros navegadores */
     padding: 15px;
     border-radius: 8px;
     cursor: pointer;
	padding-right: 30px;
	border-color: #a8b7c7;
	width: 100%;
}

.dropdown::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none; 
}
/*
.button {
    border: 1px solid #a8b7c7;
    border-radius: .3em;
    box-shadow: none;
    background: #F5F6F7;
}*/
.output {
    margin: -4px auto 0;
    padding: 0px 0;
}
.ubicacion {
    display: none;
	border:1px solid #a8b7c7;
}
.ubicacionok {
    display: show;
	border:1px solid #a8b7c7;
}
.ubicacion, .ubicacionok {
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
	margin-top:10px;
}

.info-ubicacion{
	background:#fff;
	padding:20px;
	margin-top:-3px;
}

/* ==========================================================================
   list main
   ========================================================================== */
.list {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 0px !important;
}
.list li {
    list-style: none;
    margin: 0 !important;
    padding: 0.6em 0;
    border-bottom: 1px solid #a8b7c7;
}

.list li:last-child {
    border-bottom: none;
}

/* ==========================================================================
   title article
   ========================================================================== */
#page-title, article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    padding: 10px 0;
    line-height: 1.25 !important;
    margin-top: 20px;
}

@media (max-width: 480px) {
#page-title, article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    font-size: 24px !important;
}

.entry-content h3 {
    font-size: 18px !important;
}  

.entry-content h4 {
    font-size: 16px;
}   
}
/* ==========================================================================
   Noticia articulo
   ========================================================================== */
article.post .entry-header .entry-meta, article.page .entry-header .entry-meta {
    margin-top: 20px;
   font-size:13px;
}

article.post .entry-categories{
	font-size:1.3em !important;
}
/* ==========================================================================
    pagination
   ========================================================================== */

.pagination span, .entry-content .pagination span, .pagination a, .entry-content .pagination a {
    border-top: solid 1px #a8b7c7;
    border-left: solid 1px #a8b7c7;
    border-right: solid 1px #a8b7c7;
    border-bottom: solid 1px #a8b7c7;
    background: #fff;
    color: #333;
    box-shadow: none;
    border-radius: 0;
    text-decoration: none !important;
}
.pagination a {
    padding: 6px 8px 5px 8px;
}

.pagination a:hover {
    color: #fff;
    background: #0a142c;
}
.pagination .current, .entry-content .pagination .current {
    border-top: solid 1px #a8b7c7;
    border-left: solid 1px #a8b7c7;
    border-right: solid 1px #a8b7c7;
    border-bottom: solid 1px #a8b7c7;
    background: #0a142c;
    background: #0a142c;
    background: -ms-linear-gradient(bottom, #505050, #333333);
    background: -moz-linear-gradient(center bottom, #505050 0%, #333333 100%);
    background: -o-linear-gradient(#333333, #505050);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
    box-shadow: none;
    color: #fff !important;
}

.pagination {
    padding: 50px 0 0 0;
}

/*no aparezca paginacion*/
.grid-loop .pagination{
	display:none;
}

/*no aparezca paginacion ni titulo principal*/
.grid-without-pagination-title .pagination,
.grid-without-pagination-title header{ 
	display:none;
}
.grid-without-pagination-title article.post{
	margin-bottom:0 !important;
}

@media (max-width: 480px) {
.grid-without-pagination-title article.post{
	margin-bottom:35px !important;
}	
}



/* ==========================================================================
    post navigation
   ========================================================================== */
.post-navigation a, #image-navigation a {
    text-decoration: none !important;
    border-top: solid 1px #a8b7c7;
    border-left: solid 1px #a8b7c7;
    border-right: solid 1px #a8b7c7;
    border-bottom: solid 1px #a8b7c7;
    background: #fff !important;
    color: #333 !important;
    padding: 15px 10px;
    border-radius: 0 !important;
}

.post-navigation a:hover, #image-navigation a:hover {
    border-top: solid 1px #0056b3;
    border-left: solid 1px #0056b3;
    border-right: solid 1px #0056b3;
    border-bottom: solid 1px #0056b3;
    background: #0056b3 !important;
  	color: #fff !important;
	opacity:1!important;
}


/* ==========================================================================
    navxt-breadcrumbs
   ========================================================================== */
#navxt-breadcrumbs {
    margin-top: -30px;
    margin-left: -2000.5px !important;
    margin-right: -2000.5px !important;
    padding-left: 2000.5px !important;
    padding-right: 2000.5px !important;
    margin-bottom: 0 !important;
}


#navxt-breadcrumbs a {
    color: #0056B3;
	text-decoration:underline;
}
#navxt-breadcrumbs a:hover {
    color: #002380;
	text-decoration:underline;
}
#navxt-breadcrumbs {
    background: #E8E9EA;
    text-align: left;
    font-size: 13px;
    padding: 10px;
	white-space: nowrap;
	font-family: "Roboto";
	font-weight:normal;
}

@media (max-width: 1024px) {
#navxt-breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@media (max-width: 768px) {
#navxt-breadcrumbs span[property="name"] {
    max-width: 350px;
}
}

@media (max-width: 480px) {
#navxt-breadcrumbs span[property="name"] {
    max-width: 145px;
}
}



/* ==========================================================================
   Data table
   ========================================================================== */
.dataTables_wrapper .dataTables_info {
    padding-top: 0;
    font-size: 12px;
    margin-bottom: 0px;
}
.dataTables_wrapper {
    padding: 0px 0;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #A8B7C7 !important;
}
.dataTables_wrapper .dataTables_filter input {
    padding: .5rem .75rem;
    font-size: 16px;
    line-height: 1.25;
    color: #464a4c;
    border: 1px solid #A8B7C7;
    border-radius: .25rem;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
    padding: 0px 10px !important;
    margin-left: 2px;
    color: #333 !important;
    border: 1px solid #a8b7c7;
    background: #fff;
    border-radius: 0px !important;
    font-size: 11px;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #a8b7c7 !important;
    background: #0a142c !important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #333 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    font-weight: normal;
}
table.dataTable tbody tr:hover {
    background-color: #EAEAEA;
}
table.dataTable {
    border-collapse: collapse !important;
}


/* ==========================================================================
   table
   ========================================================================== */
.entry-content table {
    border-bottom: 1px solid #a8b7c7 !important;
}
.table-hover > tbody > tr:hover {
    background-color: rgba(0,0,0,0.06) !important
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 16px !important;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #A8B7C7;
}
table > thead > tr > th {
    border-bottom: 2px solid #a8b7c7 !important;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 2px solid #A8B7C7;
}
table {
    background-color: transparent;
}
table {
    border: 1px solid #A8B7C7;
}
table > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 2px;
}

table > tbody > tr:hover {
    background-color: rgba(0,0,0,0,0.06);
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
table > thead > tr > td.active, table > tbody > tr > td.active, table > tfoot > tr > td.active, table > thead > tr > th.active, table > tbody > tr > th.active, table > tfoot > tr > th.active, table > thead > tr.active > td, table > tbody > tr.active > td, table > tfoot > tr.active > td, table > thead > tr.active > th, table > tbody > tr.active > th, table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
table > tbody > tr > td.active:hover, table > tbody > tr > th.active:hover, table> tbody > tr.active:hover > td, table > tbody > tr:hover > .active, table > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

@media screen and (max-width: 767px) {
table {
    overflow-x: auto;
    border: 1px solid #a8b7c7;
    min-height: .01%;
    display: block
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    white-space: nowrap;
}
table > thead > tr > th:first-child, table > tbody > tr > th:first-child, table > tfoot > tr > th:first-child, table > thead > tr > td:first-child, table > tbody > tr > td:first-child, table > tfoot > tr > td:first-child {
    border-left: 0;
}
table > thead > tr > th:last-child, table > tbody > tr > th:last-child, table > tfoot > tr > th:last-child, table > thead > tr > td:last-child, table > tbody > tr > td:last-child, table > tfoot > tr > td:last-child {
    border-right: 0;
}
table > tbody > tr:last-child > th, table > tfoot > tr:last-child > th, table > tbody > tr:last-child > td, table > tfoot > tr:last-child > td {
    border-bottom: 0;
}
}


/* ==========================================================================
   buscador
   ========================================================================== */
.search-float{
	margin-right:180px;
}

.search-box table tbody tr td,
.search-box table{
 border:none !important;
 padding:0;	
}

.search-box table tbody tr td .gsc-input-box table tbody tr td{
	 border:none !important;
}

.entry-content .search-box table{
 border-bottom:none !important;
}

.gsc-input-box table {
    border-bottom: none !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    background: #fff !important;
}

/* autocompletado*/
.gsc-completion-selected {
 background: #0B142C !important;
 color:#fff;
 border: 1px solid transparent !important;

}
.gsc-completion-container td{
	padding:2px 5px !important;
	border:1px solid transparent;
}

.gsc-completion-selected td{
	border:1px solid transparent;
	padding:2px 5px !important;
}


@media screen and (max-width: 767px) {
.search-float{
	margin-right:0px;
}	
	

.search-box table	{
   border:1px solid transparent !important;
	overflow-x: none !important;
}

	

.gsc-completion-container table{
	border:1px solid transparent !important;
	
}

.gsc-completion-selected table{
	border:1px solid transparent !important;
}	
}

.gsc-selected-option-container {
    font-size: 14px !important;
    max-width: 100% !important;
}

.gsc-input-box {
    height: 44px;
    min-width: 240px;
	border-radius: 4px 0 0 4px !important;
}

.gsc-search-button {
    margin-left: -1px !important;
}

.gsib_a {
    padding: 7px 9px 7px 9px !important;
}

.gsc-search-button {
    height: 44px;
}

.gsc-search-button-v2 {
	padding: 6px 16px !important;
	border-radius: 0px 4px 4px 0 !important;
	background-color: #0056b3 !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 19px !important;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gs-snippet {
 font-size:15px;
}

.gs-webResult div.gs-visibleUrl-breadcrumb {
    font-size: 14px;
}

@media (max-width: 480px) {
.gsc-input-box {
    min-width: 100%;
}
	
.gsc-search-button {
    margin-left: 0px !important;
}	

.gsc-input-box {
    height: 55px;
}

.gsc-search-button {
    height: 55px;
}	

input.gsc-input {
    height: 48px !important;
    margin-top: -11px !important;
}	

	.gsc-search-button-v2 {
	padding: 6px 24px !important;
}
	
.search-box table tbody tr td, .search-box table {
    white-space: normal;
    overflow: hidden;
}	
	
}

/* ==========================================================================
   print
   ========================================================================== */
@media print {
  /* Ocultar elementos innecesarios */
  nav, footer, .sidebar, .ads, .search-box, .toolbar-content  { 
    display: none !important; 
  }

  /* Ajustar anchos para aprovechar el espacio */
  body {
    font-size: 12pt; 
    color: black; 
    background: none; 
  }

  /* Evitar cortes en elementos importantes */
  h1, h2, h3, p, img {
    page-break-inside: avoid;
  }

  /* Asegurar que los enlaces sean visibles en impresión */
  a::after {
    content: " (" attr(href) ") ";
    font-size: 10pt;
    color: gray;
  }
	
	.addtoany_share_save_container,
	.entry-categories{
		display:none;
	}
	
}

@page {
  size: "letter"; 
  margin: 2cm; 
}

/* ==========================================================================
   footer
   ========================================================================== */
.layout-full #colophon {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
#colophon #theme-attribution, #colophon #site-info {
    display: none;
}
#footer-widgets .widget {
    font-size: 14px;
}
#footer-widgets li {
    margin-bottom: 3px;
}
#footer-widgets {
    text-align: left;
}
.footer-img {
    position: absolute;
    bottom: -3px;
    left: 0
}

#footer-widgets .widget {
    padding: 0 0px;
}

a.link-footer{
	text-decoration:underline !important;
}

a.link-footer:hover{
	color:rgba(255,255,255,0.7) !important;
}



@media screen and (max-width: 640px){
body.responsive #footer-widgets .widget, body.responsive #masthead-widgets .widget {
    padding-bottom: 0px;
}
}

/* ==========================================================================
   stiky footer
   ========================================================================== */
#page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
 
#main {
     -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

#main {
    padding: 30px;
}

/* fixes */
#main-search .input-group-append div{
    border-top-right-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
}