/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Grupo Desarrollo Multimedia
Author URI: http://www.gdm.cl
Template: enfold
*/
 /*height: 30%;*/
/*


.html_header_top.html_header_transparency #header:after {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    bottom: auto;
   
    height: 160%;
    -webkit-transition: all .35s;
    transition: all .35s;
}
*/
a[rel="external"]:after {
    font-family: "entypo-fontello";
    content: "\e835";
    font-size: 0.9em;
    line-height: 1;
    padding-left: 1px;
}

.social-icons a[rel="external"]:after {
    content: none !important;
}

#top div .avia-gallery img {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 7px;
    margin: 15px 17px 19px 14px;
    width: 90%;
}

#top div .avia-gallery img :hover {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 7px;
    margin: 15px 17px 19px 14px;
    width: 90%;
}


/*GDM  FIG GRID CSS*/

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    clear: both;
}


/*Add your own styles here:*/

.container {
    margin-right: auto;
    margin-left: auto;
    /* padding-left: 15px;
  padding-right: 15px;
*/
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}


/*CFT */


/* --- formulario de contacto --- */

.one-half,
.one-third {
    position: relative;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.one-half {
    width: 48%;
}

.one-third {
    width: 30.66%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

@media only screen and (max-width: 767px) {
    .one-half,
    .one-third {
        width: 100%;
        margin-right: 0;
    }
}


/*LISTA ICONOS*/

.descarga-ico ul {
    list-style-image: url(https://www.penalolen.cl/social/file-ico-descarga-20.png);
    padding-left: 5px;
    margin-bottom: 5px;
}

.widget_pages,
.widget_categories,
.widget_archive {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.widget_categories a {
    text-decoration: none;
}

.widget_pages ul>li,
.widget_categories ul>li,
.widget_archive ul>li {
    padding: 13px 20px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}


/*
.widget_pages, .widget_categories, .widget_archive   {
  background: #fff;
}
*/

.widget_pages ul>li:hover,
.widget_categories ul>li:hover,
.widget_archive ul>li:hover {
    background: #419ef0;
    color: #fff;
}

.widget_pages ul>li>i,
.widget_categories ul>li>i,
.widget_archive ul>li>i {
    display: inline-block;
    width: 20px;
}

.social_bookmarks_whatsapp a::before,
.av-social-link-whatsapp a::before {
    font-family: 'entypo-fontello';
    content: '';
}

.tt-principal .av-magazine-thumbnail img {
    width: 780px;
}

.text-sep-date {
    display: none;
}

.av-magazine-hero .av-magazine-content-wrap {
    padding-bottom: 10px;
    /*padding-left: 40px;
    padding-right: 30px;*/
}

#top #wrap_all .main_color h3,
#top #wrap_all .alternate_color h3 {
    line-height: 1em;
}

.av-magazine .av-magazine-cats-wrap,
.av-magazine .av-magazine-tags-wrap {
    width: 100%;
    float: left;
    margin-top: -10px;
    display: none;
}

.av-magazine-author {
    display: none;
}


/*FIX   TODO TERRENO 2020 v2 */

#pcp_wrapper-59006 .pcp-section-title {
    text-align: left;
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #444;
    margin: 0 0 30px 0;
    display: none;
}

.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 60px;
    padding-top: 10px;
}

#top #wrap_all .av-social-link-whatsapp a {
    color: #fff;
    background-color: #3bb528;
}

#top #wrap_all .av-social-link-whatsapp:hover a {
    color: #fff;
    background-color: #056065;
}


/*DESDE PORTAL */


/* FIX SUB MENU */

.main_color .header_bg,
.main_color .main_menu ul ul,
.main_color .main_menu .menu ul li a,
.main_color .pointer_arrow_wrap .pointer_arrow,
.main_color .avia_mega_div,
.main_color .av-subnav-menu>li ul,
.main_color .av-subnav-menu a {
    background-color: transparent !important;
    color: #ffffff;
}

#top .av-submenu-container {
    min-height: 52px;
    position: relative;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    font-size: 13px;
    line-height: 1.65em;
    background-color: #00A2A8;
    /*  background: transparent; */
}


/*FIX ESCUELAS ABIERTAS*/

.cultura .avia-button,
.deporte .avia-button,
.oficios .avia-button {
    font-size: 15px;
    border-radius: 50px !important;
}

.cultura:hover .avia-button,
.deporte:hover .avia-button,
.oficios:hover .avia-button {
    border-radius: 50px;
    background-color: #fff;
    border: solid 1px #fff !important;
    color: #fff;
}

.cultura,
.deporte,
.oficios {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cultura:hover p,
.cultura:hover h3,
.cultura:hover strong,
.cultura:hover span,
.deporte:hover p,
.deporte:hover h3,
.deporte:hover strong,
.deporte:hover span,
.oficios:hover p,
.oficios:hover h3,
.oficios:hover strong,
.oficios:hover span {
    color: #fff !important;
}

.cultura:hover {
    background-color: #B2CB21;
}

.deporte:hover {
    background-color: #6D618F;
}

.oficios:hover {
    background-color: #88BEDD;
}

.cultura:hover,
.deporte:hover,
.oficios:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    transition: all 0.10s ease-in-out;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
}

#box-mapa .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 34px rgba(0, 0, 0, 0.08), 0 -1px 1px rgba(0, 0, 0, 0.125);
    opacity: 1;
    padding: 8px;
    z-index: 1;
}

.gm-style .gm-style-iw {
    font-weight: 500 !important;
    font-size: 13px;
    overflow: hidden;
}

#nazka2 .flex_column .av-special-heading {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}


/*FIX MOBILE HIDDEN*/

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

@media screen and (max-width: 767px) {
    #permiso {
        display: block;
    }
}


/*NEUVOS */

.single-content p,
.single-content ul,
.single-content ol,
.single-content blockquote,
.comment-text blockquote {
    font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
    .single-content p,
    .single-content ul,
    .single-content ol,
    .single-content blockquote,
    .comment-text blockquote {
        font-size: 16px !important;
    }
    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0;
        font-size: 19px;
    }
    .av-inner-masonry-content-pos-content .av-masonry-entry-content .entry-content {
        font-size: 17px;
        line-height: 1.3em;
    }
    .title_container {
        display: none;
    }
}


/*

.title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
 
    margin-top: -7px;
}
*/


/*NUEVOS 2020 */

.av-special-heading {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 30px;
    position: relative;
}



.av-thin-font .av-special-heading-tag,
.modern-quote .av-special-heading-tag {
    font-weight: 600 !important;
    /*text-transform: uppercase;*/
}

#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1em;
}

#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos,
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    display: table-cell;
    vertical-align: bottom;
    /*   text-align: center; */
    text-align: left;
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#121213));
    background: -webkit-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
}


/*
#top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 {
    font-size: 48px;
    font-weight: 900;
}
*/


/*MARCIA

   background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
 
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 20px;
    z-index: 1;
	
	*/

.botones .av-flex-placeholder {
    display: table-cell;
    width: 2% !important;
}

.botones .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 100%;
}

.bg-noticia {
    padding: 20px;
    background: #fafafa;
}

.negro #pcp_wrapper-59002 .pcp-section-title {
    text-align: left;
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #444;
    margin: 0 0 30px 0;
    display: none;
}

#top .av_inherit_color a {
    text-decoration: none !important;
}

.gris {
    padding: 20px;
}

.gris .av-magazine-hero {
    background-color: transparent !important;
}

.cesar .blog-categories {
    display: none !important;
}

.cesar .html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title {
    text-align: left;
    font-size: 17px;
    text-transform: initial;
    padding: 20px 0 15px;
    letter-spacing: 2px;
    line-height: 0.9em;
    margin-bottom: 10px;
}

.cesar .html_elegant-blog #top .post-entry .minor-meta {
    text-transform: uppercase;
    display: none;
}

.cesar h3 {
    text-align: left;
    font-size: 17px !important;
    text-transform: initial;
    padding: 20px 0 15px;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
}


/*SLIDERS 
.pcp-wrapper-59006 .sp-pcp-title a, .pcp-modal-59006 .sp-pcp-title, .pcp-wrapper-59006 .pcp-collapse-header a {
    text-align: left;
    display: inherit;
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}
*/

.av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 24px;
}

#pcp_wrapper-59006 .sp-pcp-post {
    min-height: 380px;
}

.tt-historico .slide-entry-title {
    font-size: 17px;
}

.tt-historico .avia-content-slider .slide-image {
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: 3px;
    display: none;
}

.opinion .av-magazine-title {
    color: #fff;
}

.opinion .av-magazine-time {
    color: #fff;
    display: none;
}

.opinion .opinion .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    color: #fff;
}

.opinion p {
    color: #fff !important;
}

.opinion {
    padding: 20px;
    background: #43c6ac;
    background: -webkit-linear-gradient(225deg, #43c6ac 0, #191654 100%);
    background: linear-gradient(225deg, #43c6ac 0, #191654 100%);
    color: #fff;
}

.opinion .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.opinion .av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    width: 131px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}

.negro {
    background: #43c6ac;
    background: -webkit-linear-gradient(225deg, #43c6ac 0, #191654 100%);
    background: linear-gradient(225deg, #43c6ac 0, #191654 100%);
}

.negro p {
    color: #fff !important;
}

.rojo {
    box-shadow: 0 20px 0 -10px #f5f5f5, 0 38px 0 -20px #fafafa;
}


/*COLUMNA*/

.alicia .avia-content-slider .slide-image,
.avia-content-slider .slide-image img {
    border-radius: 3px;
    /* display: block; */
    position: relative;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    float: left;
    margin-right: 30px;
    background-color: transparent !important;
    max-width: 412px;
}

.html_elegant-blog #top .post-entry .minor-meta {
    text-transform: uppercase;
    display: none;
}

.alicia .entry-footer {
    display: none;
}

.tt-title {}

.columna-alcaldesa {
    padding: 20px;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
}

.columna-alcaldesa .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.columna-alcaldesa .av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    width: 231px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}


/*COLUMNA*/

.micro-noticia {
    /*padding: 20px; */
    /*   background: #fafafa; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
}

.micro-noticia .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.micro-noticia .av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    /*width: 80px; */
    width: 105px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}

.micro-noticia .av-magazine-thumbnail img {
    width: 180px;
}

.micro-noticia2 {
    padding: 20px;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
}

.micro-noticia2 .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.micro-noticia2 .av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    width: 131px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}

.micro-noticia3 {
    padding: 20px;
    background: #fafafa;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
}

.micro-noticia3 .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.micro-noticia3 .av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    width: 131px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}

.micro-noticia4 {
    padding: 20px;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
}

.micro-noticia4 .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 17px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.micro-noticia4 .av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    width: 131px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}

.micro-noticia4 .post-entry .blog-categories {
    display: none;
}

.ocultar .entry-content-header {
    display: none;
}

.av-magazine .av-magazine-content-wrap .av-magazine-title {
    /*font-size: 33px; */
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}


/*END  FIX   TODO TERRENO 2020 */

.av-main-nav>li>a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}

.header_color .sub_menu>ul>li>a,
.header_color .sub_menu>div>ul>li>a,
.header_color .main_menu ul:first-child>li>a,
#top .header_color .main_menu .menu ul .current_page_item>a,
#top .header_color .main_menu .menu ul .current-menu-item>a,
#top .header_color .sub_menu li ul a {
    color: #000 !important;
}

.wpel-icon {
    margin-left: 5px;
}

@media print {
    header nav,
    footer {
        display: none;
    }
    .acces-bar {
        display: none;
    }
    #h-home {
        display: none;
    }
    #h5-col {
        display: none;
    }
    #ximena-col1 {
        width: 92%;
    }
    #top .no_margin.av_one_half {
        width: 100%;
    }
    #ximena {
        display: none;
    }
    #micro-banner {
        display: none
    }
}


/* FIX MENU 
 
ul .sub-menu{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0 4px 4px;
    border-style: solid none none;
    border-width: 5px 0 0;
     
    
}
 */


/* Small devices (tablets, 768px and up) 
@media (min-width: @screen-sm-min) {

.hide {
  display: block !important;
}
.hide {
  display: none !important;
}

	
}*/


/* DPORTAL */

#box .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.125);
    opacity: 1;
    padding: 30px;
    z-index: 1;
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .hide {
        display: block !important;
    }
    #encuesta {
        display: none !important;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .hide {
        display: none !important;
    }
    .show {
        display: block !important;
    }
    #encuesta {
        display: none !important;
    }
}

.show {
    display: none;
}

.ver {
    display: none !important;
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    .hide {
        display: none !important;
    }
    .show {
        display: block !important;
    }
    .ver {
        display: block !important;
    }
    .list-site ul {
        column-count: 1 !important;
        padding-left: 5px;
        margin-bottom: 5px;
        margin-left: -5px !important;
    }
    .tab_content ul {
        column-count: 1 !important;
    }
    .search-form {
        padding-top: 35px !important;
        padding-right: 4px;
        padding-bottom: 20px;
        padding-left: 4px;
    }
}

#h-home p {
    /*
	 background-color:#000; */
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
}


/*FIX FORMULARIOS */

#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}


/* FIX HOVER SUB MENU */

#top .header_color .main_menu .menu ul li>a:hover {
    padding: 11px 0 12px 18px;
    background-color: #056065;
    color: #ffffff;
}

#top .header_color a:hover .avia-bullet {
    border-color: #fff;
}


/*/ FIN */

#top #header .av-main-nav>li>a:focus.avia-menu-text,
#top #header .av-main-nav>li>a:focus .avia-menu-subtext {
    padding: 11px 0 12px 18px;
    background-color: #056065;
    color: #ffffff;
}


/*
a:focus {
	padding:0px; 
	background-color: #d7011d;
    color: #ffffff;
}
*/

.sub-menu ul li a:focus {
    background-color: #d7011d;
    color: #ffffff;
}

img:focus {
    border-radius: 5px;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); 
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);*/
    padding: 2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

:focus a img {
    border-radius: 5px;
    /*padding: -41px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.textwidget a:focus {
    padding: 5px;
    background-color: #d7011d;
    color: #ffffff;
}

#socket a:focus {
    padding: 5px;
    background-color: #d7011d;
    color: #ffffff;
}


/*
.acces1   li{

	background-color: #37589b;
	color: #fff;
	border-radius: 100px;	
	padding:5px;
}
*/

.acces1 li a {
    /*
height: 100%;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    outline: medium none;
    overflow: visible;
 
    position: relative;
    text-align: center;
    width: 30px;
	background-color: #37589b;
    color: #fff;
	border-radius: 100px;
	padding:5px;
	
    15301234
	*/
    display: inline;
}

.txt-link-white p {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.txt-link-white a {
    text-decoration: none;
    color: white;
}

#top .mini-banner-home .av-flex-placeholder {
    display: table-cell;
    width: 1%;
}

#top .mini-banner-home .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 20px;
}

#top .mini-banner-home .avia-image-container-inner:hover {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.acces1 {
    width: auto;
    border-color: #ff0000;
    border-radius: 0;
    border-style: solid;
    border-width: 0px;
    float: right;
    margin-left: 5px;
    height: 30px;
}

.acces1 ul li :hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#top .avia-button.avia-color-dark {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}

.avia-button.avia-size-small {
    font-size: 13px;
    min-width: 22px;
    padding: 2px 2px 2px 9px;
}

.acces-bar {
    /*  background: rgba(175, 175, 175, 0.1) none repeat scroll 0 0;*/
    box-sizing: border-box !important;
    padding: 15px;
    width: 100%;
    z-index: 9;
    /* height:20px;*/
    height: 57px;
}

.acces-bar ul,
ol {
    margin-bottom: 0px;
    list-style: outside none none;
}

.widgettitle {
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 1.4em !important;
}

.content,
.sidebar {
    box-sizing: content-box;
    min-height: 1px;
    padding-bottom: 10px;
    padding-top: 5px;
    z-index: 1;
}


/* FIN ACCESS KEY //*/


/* INICIO HOME 5 ICONS */

#top #h5-col .avia-button.avia-color-light {
    background: transparent none repeat scroll 0 0;
    border: 0px solid #fff;
    color: #fff;
}

#h5-col div .av_one_fifth {
    margin-left: 1%;
    width: 19.2%;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
}

body #h5-col .column-top-margin {
    margin-top: 12px;
}

body #h5-col div .first,
body div .no_margin {
    margin-left: 0;
}


/* FIN HOME 5 ICONS */


/* 3 
div .av_one_third {
    margin-left: 1%;
    width: 32.666%;
}
*/


/* fix 2 - 3 */


/*width: 57.6%;*/


/*
div .av_three_fifth {
    margin-left: 1%;
    
    width: 59.555%;
}
*/


/* PENDIENTE 
body .column-top-margin {
    margin-top: 50px;
}
*/


/* PENDIENTE */


/* ROTACIÓN  TEXTO*/

#top .avia-smallarrow-slider .avia-slideshow-dots a {
    background-color: #F1F1F1;
    border-color: #f7f7f7;
}

#top .av-rotator-container-inner {
    color: inherit;
    font-size: inherit;
    line-height: 1.1em;
    margin: 0;
    position: relative;
    text-transform: none;
    font-size: 2.2em;
    font-weight: 300;
    margin: 0 0 32px;
    color: #1d2127;
}

.av-rotator-text {
    background-color: #d5080f;
    color: #fff;
    font-weight: 700;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    margin-right: 4px;
}


/* ROTACIÓN  TEXTO*/

#top .avia-logo-element-container img {
    box-shadow: none;
}

.nazka {
    border: 2px solid #ff00ff !important;
    height: 50px;
    width: 520px;
}

#top .av-main-nav ul a {
    float: left;
    font-family: inherit;
    font-size: 13px;
    height: auto;
    line-height: 23px;
    max-width: none;
    min-height: 23px;
    padding: 8px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}


/* FIX MENU */


/* FIX PORTALDA*/

#nazka2,
#nazka3 .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 20px;
    z-index: 1;
}


/* FIX PORTALDA*/

#ximena .entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}

#ximena .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*left: -30px; */
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 20px;
    z-index: 1;
}

#ximena .flex_column ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

#ximena .flex_column li a {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}

#ximena .flex_column li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}

#ximena .flex_column li a:hover {
    /* background-color: #eee; */
    background-color: #056065;
    color: #fff;
    text-decoration: none;
    padding: 11px 0 12px 18px;
}

#ximena a:hover .avia-bullet {
    border-color: #fff;
}

#ximena .flex_column li a:focus {
    /* background-color: #eee;
    text-decoration: none;
	*/
    padding: 11px 0 12px 18px;
    background-color: #056065;
    color: #fff;
}

#ximena .flex_column li {
    margin-left: 0px;
}

#ximena .flex_column .av-special-heading {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}


/* CLON XIMENA   */


/* FIx  1 COL */

#ximena-col1 .entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}

#ximena-col1 .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*left: -30px; */
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
    margin-left: 20%;
}

#ximena-col1 .flex_column ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

#ximena-col1 .flex_column li a {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}

#ximena-col1 .flex_column li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}

#ximena-col1 .flex_column li a:hover {
    background-color: #d7011d;
    color: #ffffff;
    text-decoration: none;
    padding: 11px 0 12px 18px;
}

#ximena-col1 .flex_column li a:focus {
    padding: 11px 0 12px 18px;
    background-color: #d7011d;
    color: #ffffff;
}

#ximena-col1 .flex_column li {
    margin-left: 0px;
}

#ximena-col1 .flex_column .av-special-heading {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}


/* FIN COL 1 XIMENA   */


/* CLON XIMENA   */


/* FIX PORTALDA*/

#romina .entry-content-wrapper li {
    margin-left: 1em;
    padding: 0;
}

#romina .flex_column {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    /*left: -30px; */
    left: 3px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px;
    z-index: 1;
}

#romina .flex_column ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

#romina .flex_column li a {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}

#romina .flex_column li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}

#romina .flex_column li a:hover {
    background-color: #eee;
    text-decoration: none;
    padding: 11px 0 12px 18px;
}

#romina .flex_column li {
    margin-left: 0px;
}

#romina .flex_column .av-special-heading {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}


/* CLON XIMENA   */

#icons .flex_column {
    /*
	margin-left: 2%;
    width: 23.5%;
*/
    margin-left: 3%;
    width: 21.5%;
}

.services_box {
    font-size: 55px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.services_box {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 30px;
}

#services_box .flex_column ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

#services_box .flex_column li a {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}

#services_box .flex_column li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}

#services_box .flex_column li a:hover {
    background-color: #eee;
    text-decoration: none;
    padding: 11px 0 12px 18px;
}

#services_box .flex_column li {
    margin-left: 0px;
}

#services_box .flex_column .av-special-heading {
    clear: both;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}


/*--------------*/

.toggle_icon {
    border-style: solid;
    border-width: 1px;
    height: 15px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 15px;
    border-color: transparent !important;
}

.toggle_icon .vert_icon {
    border-left-style: solid;
    border-left-width: 3px;
    height: 11px;
    left: 5px;
    position: absolute;
    top: 1px;
    border-color: #CF3635 !important;
}

.toggle_icon .hor_icon {
    border-top-style: solid;
    border-top-width: 3px;
    left: 1px;
    position: absolute;
    top: 5px;
    width: 11px;
    border-color: #CF3635 !important;
}

.togglecontainer {
    margin-top: 8px;
}


/*FIX BORDES */

.container_wrap {
    border-top-style: solid;
    border-top-width: 0px;
    clear: both;
    position: relative;
}

b,
strong {
    font-weight: 700;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
    background-color: #F1F1F1;
    border-color: #f7f7f7;
}


/*--------------*/

.breadcrumb,
.breadcrumb a,
.main-title,
.main-title a {
    color: #fff !important;
}

.title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    left: 50px;
    top: 60%;
    margin-top: 14px;
}


/* FIX PORTALDA*/

.hr-invisible .hr-inner {
    background-image: none;
}

.hr-inner {
    height: 1px;
    background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
    /* eliminando shortcode*/
    border-top-style: none;
    margin: 4px 0 35px;
}

.hr {
    clear: both;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    /*margin: 0px 0px 40px 70px; */
    position: relative;
    width: 100%;
}


/*FIX NOTICIAS title-post */

.wpmegapack .wpmepack-element-0 h2,
.wpmegapack .wpmepack-element-1 h2,
.wpmegapack .wpmepack-element-2 h2,
.wpmegapack .wpmepack-element-3 h2,
.wpmegapack .wpmepack-element-1 h4,
.wpmegapack .wpmepack-element-2 h4,
.wpmegapack .wpmepack-element-3 h4 {
    color: #fff;
}

#h-home h1 {
    font-size: 1.2em;
    line-height: 44px;
    margin: 0 0 8px;
}


/****************** NUEVOS ******************/

body {
    color: #555;
}

body #head-banner .column-top-margin {
    margin-top: 5px;
}

#head-banner div .av_one_half {
    margin-left: 0;
    width: 50%;
}

body #center-banner .column-top-margin {
    margin-top: 13px;
}

a:focus {
    /* ORIGINAL 
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

	*/
    box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
    border-color: #eb5d68 !important;
    border: 1px solid transparent;
}

li a:focus {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*  border: 1px solid #cd1d1f;*/
}

.acces1 ul a .fontResizer_minus {
    height: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #1d2127;*/
    /*font-weight: 200; */
    letter-spacing: -1px;
    margin: 0;
}

h1 {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 32px;
}

h2 {
    /*font-size: 4.3em;*/
    font-size: 3.3em;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 32px;
}


h3 {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 33px;
    /**/
    margin-bottom: 13px;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}

h5 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote {
    font-size: 1em;
}
/*
p {
    color: #555;
  
    line-height: 24px;
    margin: 0 0 20px;
}
*/


/*FIX WIDGET NOTICIAS*/

.inner_sidebar .widgettitle {
    /*border: 1px solid #313131;  text-transform: uppercase;*/
    color: #22254a;
    position: relative;
    display: block;
    padding: 8px 12px 7px;
    z-index: 3;
    font-size: 14px;
    background-color: #F4F2EF;
    padding: 35px 40px 40px;
    border-radius: 15px;
}

.inner_sidebar {
    margin-left: 50px;
    margin-top: 10px;
}


/* START: FOOTER */

.widget {
    clear: both;
    position: relative;
    padding: 0px 0 30px 0;
    float: none;
}

#footer {
    font-size: 0.9em;
}

#footer ol,
ul li {
    margin-bottom: 0px;
    margin-top: 0;
}

#footer .phone {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: -5px;
    padding-bottom: 15px;
}

hr.light {
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
    border-top-style: none;
}


/* END: FOOTER */

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    letter-spacing: 1px;
    text-transform: none;
}

.stretch_full .container_wrap .alternate_color .light_bg_color .title_container {
    background-color: #056065;
    border-bottom: 5px solid #666;
    border-top: 5px solid #00a2a8;
    color: #fff;
    margin: 0 0 35px;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

.alternate_color {
    margin-top: 10px;
    border-bottom: 5px solid #fff;
    /*border-top: 5px solid #00a2a8; */
    /*
border-bottom-color:#f4f4f4; 
width:406px;
*/
}


/****************** NUEVOS ******************/

.image-overlay {
    position: absolute;
    background: none;
    z-index: 300;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.avia_transform a .image-overlay {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.avia-form-success {
    border-radius: 2px;
    border-style: solid;
    border-width: 7px;
    line-height: 1.4em;
    padding: 20px 15px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}


/* FIX MENU  */

.av-main-nav>li>a,
div #menu-item-shop.cart_dropdown {
    transition: none;
}

#avia-menu {
    font-weight: normal;
    letter-spacing: 1px;
}


/* FONDO MENU 
#header_main_alternate {
    background-color: #E20A47;
    height: 55px;
   padding-top:10px;
}
*/

#top #header .av-main-nav>li>a .avia-menu-text,
#top #header .av-main-nav>li>a .avia-menu-subtext {
    /*color: #ffffff; font-weight: 500;*/
    border-radius: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 10px;
    text-transform: uppercase;
}


/*
.avia-menu-tex {
	
}*/

#top .av_header_transparency #header_meta {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0 solid rgba(255, 255, 255, 0.25);
    box-shadow: none;
}

.header_color {
    background: #fff none repeat scroll 0 0;
}

#header_meta {
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-top: medium none;
    margin-bottom: -1px;
    /*min-height: 60px;*/
    min-height: 37px;
    z-index: 10;
}


/* fix menu mobile */

.av-main-nav-wrap {
    float: right;
    position: relative;
    z-index: 3;
}


/* REMPLAZAR EN PORTAL */

.title_container .main-title {
    margin: 0;
    font-size: 25px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 1.3em;
    top: 0;
    font-weight: 400;
}

.title_container {
    background-color: #056065;
    color: #ffffff;
    height: 110px;
}

.alternate_color {
    /* border-bottom: 5px solid #fff;
    border-top: 5px solid #00a2a8;
    margin-top: 30px; */
    margin-top: 0px;
}


/* FIX NOTICIAS */

#carrusel-noticias .title-post {
    font-weight: 700;
    line-height: 23px;
}

.wpmegapack.wpmp_post_display4 h2 {
    font-size: 20px;
    letter-spacing: 0;
}


/* FIX HOME 0*/

.new-special-heading h3 {
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: none;
    text-align: center;
}


/* FIX TEMPORA HEADER */

.alternate_color {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #00a2a8;
    /* margin-top: 50px !important; */
}


/*-------------------------------- */

.title_container {
    background-color: #056065;
    /*height: 110px; */
    height: 90px;
    color: #ffffff;
    /*top: 48px; */
}


/* ANIMA ARROW*/

#top .scroll-down-link {
    color: #E20A47;
}


/***************** FIN ******************/


/**************************************/

.html_header_top.html_bottom_nav_header .main_menu {
    clear: both;
    float: left;
    height: 100%;
    line-height: 40px;
    position: relative;
    width: 100%;
}

#promo {
    color: #ffffff;
}


/* Footer*/

#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
}

#footer .widget {
    margin: 0px 0;
    overflow: hidden;
    padding: 0;
}


/* NEW SHARE

#top #wrap_all .av-social-link-Whatsapp :a {
color: #fff;
background-color: #3bb528;

} */


/* Whatsapp button color */

#top #wrap_all .av-social-link-whatsapp:hover a {
    color: #fff;
    background-color: #3bb528;
}


/* FIX MOBILE  RASTRO Y H1  */

@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.6em;
    }
    .title_container .breadcrumb {
        display: none;
        font-size: 22px;
        line-height: 15px;
        margin-top: -7px;
        position: absolute;
        right: 50px;
        top: 50%;
        z-index: 10;
    }
    .acces-bar {
        display: none;
    }
}


/* FIN Nuesvos Xenon
----------------------------------------------------------------------------- */

#top .av-logo-container .social_bookmarks li a {
    border-radius: 100px;
}

#top #wrap_all .av-social-link-rss a {
    color: #fff;
    background-color: #ffa133;
}

#top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
}

#top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
}

#top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
}

#top #wrap_all .av-social-link-dribbble a {
    color: #fff;
    background-color: #e44885;
}

#top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
}

#top #wrap_all .av-social-link-search a {
    color: #fff;
    background-color: #222222;
}

#top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
}

#top #wrap_all .av-social-link-behance a {
    color: #fff;
    background-color: #008cfa;
}

#top #wrap_all .av-social-link-flickr a {
    color: #fff;
    background-color: #ff0086;
}

#top #wrap_all .av-social-link-forrst a {
    color: #fff;
    background-color: #234317;
}

#top #wrap_all .av-social-link-myspace a {
    color: #fff;
    background-color: #000000;
}

#top #wrap_all .av-social-link-tumblr a {
    color: #fff;
    background-color: #345574;
}

#top #wrap_all .av-social-link-vimeo a {
    color: #fff;
    background-color: #31baff;
}

#top #wrap_all .av-social-link-youtube a {
    color: #fff;
    background-color: #a72b1d;
}

#top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
}

#top #wrap_all .av-social-link-skype a {
    color: #fff;
    background-color: #12a5f4;
}

#top #wrap_all .av-social-link-instagram a {
    color: #fff;
    background-color: #a67658;
}

#top #wrap_all .av-social-link-five_100_px a {
    color: #fff;
    background-color: #222222;
}

#top #wrap_all .av-social-link-soundcloud a {
    color: #fff;
    background-color: #F76700;
}

#top #wrap_all .av-social-link-xing a {
    color: #fff;
    background-color: #006567;
}

#top #wrap_all .av-social-link-vk a {
    color: #fff;
    background-color: #597BA5;
}

#top #wrap_all .av-social-link-reddit a {
    color: #fff;
    background-color: #FF4500;
}

#top #wrap_all .av-social-link-rss:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-facebook:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-twitter:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-mail:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-dribbble:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-linkedin:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-search:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-gplus:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-behance:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-flickr:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-forrst:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-myspace:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-tumblr:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-vimeo:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-youtube:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-pinterest:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-skype:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-instagram:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-five_100_px:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-soundcloud:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-xing:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-vk:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top #wrap_all .av-social-link-reddit:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top .social_bookmarks li {
    margin-left: 5px;
}


/*fix saco wea fotografo*/

.social_bookmarks li a {
    border-radius: 100px;
}

.av-social-link-rss a {
    color: #fff;
    background-color: #ffa133;
}

.ver .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
}

.ver .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
}

.ver .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
}

.ver .av-social-link-dribbble a {
    color: #fff;
    background-color: #e44885;
}

.ver .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
}

.ver .av-social-link-search a {
    color: #fff;
    background-color: #222222;
}

.ver .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
}

.ver .av-social-link-behance a {
    color: #fff;
    background-color: #008cfa;
}

.ver .av-social-link-flickr a {
    color: #fff;
    background-color: #ff0086;
}

.ver .av-social-link-forrst a {
    color: #fff;
    background-color: #234317;
}

.ver .av-social-link-myspace a {
    color: #fff;
    background-color: #000000;
}

.ver .av-social-link-tumblr a {
    color: #fff;
    background-color: #345574;
}

.ver .av-social-link-vimeo a {
    color: #fff;
    background-color: #31baff;
}

.ver .av-social-link-youtube a {
    color: #fff;
    background-color: #a72b1d;
}

.ver .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
}

.ver .av-social-link-skype a {
    color: #fff;
    background-color: #12a5f4;
}

.ver .av-social-link-instagram a {
    color: #fff;
    background-color: #a67658;
}

.ver .av-social-link-five_100_px a {
    color: #fff;
    background-color: #222222;
}

.ver .av-social-link-soundcloud a {
    color: #fff;
    background-color: #F76700;
}

.ver .av-social-link-xing a {
    color: #fff;
    background-color: #006567;
}

.ver .av-social-link-vk a {
    color: #fff;
    background-color: #597BA5;
}

.ver .av-social-link-reddit a {
    color: #fff;
    background-color: #FF4500;
}

.ver .av-social-link-rss:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-facebook:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-twitter:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-mail:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-dribbble:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-linkedin:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-search:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-gplus:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-behance:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-flickr:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-forrst:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-myspace:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-tumblr:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-vimeo:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-youtube:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-pinterest:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-skype:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-instagram:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-five_100_px:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-soundcloud:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-xing:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-vk:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

.ver .av-social-link-reddit:hover a {
    color: #fff;
    background-color: #d8d8d8;
}

#top .social_bookmarks li {
    margin-left: 5px;
}


/* FIN Nuesvos Xenon
----------------------------------------------------------------------------- */

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.nomargin {
    margin: 0;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

a[rel="external"]:after {
    font-family: "entypo-fontello";
    content: "\e835";
    font-size: 0.9em;
    line-height: 1;
    padding-left: 1px;
}

.social-icons a[rel="external"]:after {
    content: none !important;
}

#top div .avia-gallery img {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 7px;
    margin: 15px 17px 19px 14px;
    width: 90%;
}

#top div .avia-gallery img :hover {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 7px;
    margin: 15px 17px 19px 14px;
    width: 90%;
}


/*Add your own styles here:*/

.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title {
    text-align: left;
    /*font-size: 25px;*/
    font-size: 17px;
    text-transform: initial;
    padding: 20px 0 15px;
    letter-spacing: 0px;
    line-height: 0.9em;
    margin-bottom: 10px;
}

.bg-noticia-principal {
    /*margin: 6px; */
    padding: 15px 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0px;
    padding: 0px 1px 0px 1px !important;
    overflow: hidden;
}

.bg-noticia-principal .av-magazine-hero .av-magazine-content-wrap {
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
}

.bg-noticia-principal .av-magazine-thumbnail img {
    display: block;
    border: 0px solid !important;
    padding: 0px !important;
    margin-left: 0px;
    width: 1210px !important;
}

.bg-noticia-principal .av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 23px;
}

.bg-noticia-principal .av-magazine-entry {
    clear: both;
    position: relative;
    margin-bottom: 2px;
}

.bg-noticia-categoria .av-magazine-hero .av-magazine-content-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.bg-noticia-categoria {
    margin: 0px;
    /* 6px*/
    padding: 0px 1px 0px 1px !important;
    overflow: hidden;
}

.bg-noticia-categoria .av-magazine {
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
}

.bg-noticia-categoria-all {
    margin: 0px;
    /* 6px*/
    padding: 0px 1px 0px 1px !important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
}

.bg-noticia-categoria-all .sort_all {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
}

.bg-noticia-categoria-all .av-magazine-hero {
    background-color: transparent !important;
    box-shadow: 0 0 0px 0 #ff0000;
    min-height: auto;
}

.bg-noticia-categoria-all .av-magazine-hero .av-magazine-content-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.bg-noticia-categoria-all .av-magazine-sideshow {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.av-magazine-thumbnail {
    border: 0px solid !important;
    padding: 0px !important;
}

.bg-noticias-grilla article {
    margin: 4px;
    padding: 15px 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*
.bg-noticias-grilla div .av_one_third {
    margin-left: 1%;
    width: 30.666%;

}
*/

div .av_one_third {
    margin-left: 3%;
    width: 30.666%;
    /*  width: 31.666%; fix mio old*/
}

div .av_two_third {
    /*margin-left: 1%;*/
    margin-left: 3%;
    width: 64.66666666666666%;
}

div .av_three_fifth {
    margin-left: 1% !important;
    width: 57.599999999999994%;
}

.av-magazine-thumbnail {
    border: 0px solid !important;
    padding: 0px !important;
    ;
}

.box-category {
    padding: 5px 8px 3px;
    border: 1px solid var(--tc, #222);
    border-radius: 2px;
}

.acces-bar {
    margin-top: 33px;
}

.bg-noticias-grilla h3 a {
    font-size: 18px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.bg-noticia-lista {
    margin: 6px;
    padding: 15px 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
}

.bg-noticia-lista .av-sort-by-term {
    text-transform: uppercase;
}

.category-line {
    /*
	margin-left: 9px;
	margin-bottom:40px;
    padding: 5px 8px 3px 8px;
    font-weight: 400;
    color: #000;
    border: 1px solid ;
	border-color:#000 !important;
    border-radius: 2px;
	*/
    text-transform: uppercase;
}

.av-magazine-thumbnail-link {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}


/*
.av-magazine-hero {
	
	-webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-color:#fff;
	min-height: 330px;
	
}
*/

.av-magazine-content-wrap {
    overflow: hidden;
    border-bottom: 0px solid;
    min-height: 61px;
}


/*
.av-magazine-time {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #00a2a8;
    color: #000 !important;
    padding: 1px 8px;
}

 
 */

.n-sombra-color {
    padding: 15px 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.n-sombra-head {
    margin: 6px;
    padding: 15px 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #dddddd;
    -moz-box-shadow: 0 0 10px 0 #dddddd;
    box-shadow: 0 0 10px 0 #dddddd;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*.n-single .av-magazine .av-magazine-content-wrap .av-magazine-title{ */

.n-single h3 a {
    font-size: 20px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.titulo-destacado {
    border: 1px solid #313131;
    color: #fff !important;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 8px 12px 7px;
    z-index: 3;
    font-size: 14px;
    background-color: #111;
}

.titulo-destacado a {
    color: #fff !important;
}

.titulo-destacado .av-subheading {
    line-height: 1.3em;
    float: right !important;
    margin-top: -20px !important;
}

.titulo-destacado .av-subheading p {
    color: #ece4e4;
}

.main_color div {
    border-color: transparent;
}


/*PENALOLEN 2020 */


/*FORMULARIO BUSCADOR */

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-buscar {
    width: 100%;
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    margin-bottom: 0 !important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-search .typeahead {
    /*FIX ENFOLD*/
    width: 900px !important;
    height: 60px;
    margin-bottom: 0!important;
    padding: 10px 30px;
    border: 1;
}

.search-form .form-control,
.subscribe-form .form-control {
    width: 100%;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell !important;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-search .input-group-btn {
    vertical-align: bottom;
    margin-top: 0px !important;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

form.search-form {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}

.search-form {
    /*padding: 10px 40px;*/
    padding: 4px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);
}

.search-form:before {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 8px;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    border: 1px solid transparent;
    margin-bottom: 10px;
    outline: 0 none;
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 10rem;
    /*margin-top: 6px;*/
}

.fix-btn-gruop {
    padding: 11px 25px !important;
}

.btn-green {
    background-color: #00b2a6;
    color: #fff;
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 16px;
    line-height: 1.33;
    padding: 10px 16px;
}

.input-search button[type="submit"] {
    margin-bottom: 0!important;
    border-radius: 6px;
    line-height: 2.33;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}


/*FIN FORMULARIO BUSCADOR */


/*BUSCADOR JARYS  */

#buscador_div #tabla_wrapper>div:nth-child(1) {
    display: none !important;
}

#buscador_div .shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

#buscador_div .shadow {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

#buscador_div .outline {
    color: #fff !important;
    background-color: #017a80 !important;
    border: none !important;
    border-radius: 6px !important;
}

#buscador_div .lg-font {
    font-size: 18px;
}

#buscador_div .buscador-button {
    color: #fff !important;
    background-color: #017a80 !important;
    border: none !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    font-size: 18px;
}

#buscador_div .outline:hover {
    color: #fff !important;
    background-color: #049aa1 !important;
    border: none !important;
    border-radius: 6px !important;
}

@media (min-width: 1025px) and (max-width: 1920px) {
    #buscador_div .margen {
        margin-top: 30%;
    }
}

#buscador_div .recto {
    border-radius: 0 !important;
}

#buscador_div .modal-header {
    border-bottom: none !important;
}

#buscador_div .modal-footer {
    border-top: none !important;
}

#buscador_div .large {
    height: 50px !important;
}

#buscador_div .mt {
    height: 40px !important;
}

#buscador_div .box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #eee;
    float: left;
    margin: 20px
}

#buscador_div .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

#buscador_div .ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

#buscador_div .ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

#buscador_div .ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

#buscador_div .red span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

#buscador_div .red span::before {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

#buscador_div .red span::after {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

#buscador_div .blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

#buscador_div .blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

#buscador_div .blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

#buscador_div .toggle {
    width: 35px;
    height: 5px;
    background-color: rgb(46, 44, 44);
    margin: 6px 0;
}

#buscador_div .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

#buscador_div .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

#buscador_div .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #056065;
    margin: -3px 0 0 -3px;
}

#buscador_div .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

#buscador_div .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

#buscador_div .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

#buscador_div .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

#buscador_div .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

#buscador_div .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

#buscador_div .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

#buscador_div .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

#buscador_div .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

#buscador_div .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

#buscador_div .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

#buscador_div .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

#buscador_div .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

#buscador_div .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

#buscador_div .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

#buscador_div .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*BUSCADOR JARYS  */


/*PENALOLEN 2021 */

#header .mega_menu_title p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 300;
    display: block;
}

.header-home ul {
    column-count: 3;
    column-rule: dotted 1px #333;
    list-style-type: none;
}

.list-site li {
    list-style-type: none;
    /*padding: 18px 20px;*/
    padding: 13px 20px;
    background-color: #fff;
    /*box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 15%);*/
    color: #666;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-radius: 20px;
    width: 256px;
}

.list-site li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.list-site li a {
    text-decoration: none;
}

.list-site li {
    background-image: url(https://penaflor.cl/extra-file-gdm/rosado.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 13px;
    padding-left: 33px;
    margin-left: -5px;
}

.list-site ul {
    column-count: 2;
    padding-left: 0px;
    margin-bottom: 5px;
    /*margin-left: 40px;*/
}

.list-col2 ul {
    column-count: 2;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-left: 40px;
    list-style-type: none;
}

.bg-top-70 {
    padding: 70px 70px 70px 160px;
    margin-left: -120px;
    margin-top: -70px;
}


/*  
  list-style-image: url(https://penaflor.cl/extra-file-gdm/rosado.png);
url(https://penaflor.cl/extra-file-gdm/rosado.png)
flex: none;
    position: relative;
    touch-action: pan-y;
    */

.corporaciones .empleo a img {
    background-color: #FCF1DF;
    border-radius: 51px;
}

.corporaciones .educacion a img {
    background-color: #C8EAF2;
    border-radius: 51px;
}

.corporaciones .deporte a img {
    background-color: #d6fbd6;
    border-radius: 51px;
}

.corporaciones .cultura a img {
    background-color: #ffeee4;
    border-radius: 51px;
}

.corporaciones .av_textblock_section {
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
    width: 200px;
    /* height: 130px;*/
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    float: left !important;
    clear: none;
    margin-bottom: 50px;
    margin-right: 60px;
    border-radius: 15px;
}

.corporaciones .av_textblock_section:hover {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.corporaciones .avia_codeblock {
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
    width: 200px;
    /* height: 130px;*/
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    float: left !important;
    clear: none;
    margin-bottom: 50px;
    margin-right: 60px;
    border-radius: 15px;
}

.corporaciones .avia_codeblock:hover {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.corporaciones .av_textblock_section a,
.corporaciones .avia_codeblock a {
    text-decoration: none;
}

div .main_color .tabcontainer .active_tab_content,
div .main_color .tabcontainer .active_tab {
    background-color: transparent;
}


.noticias article{
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	padding:20px;
	    border-radius: 10px;
	
}
.box-shadow {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.box-shadow:hover {
    background-color: #fff;
    box-shadow: 0px 0px 25px 1px rgb(0 0 0 / 15%);
}

.box-shadow-simple {
    background-color: #fff;
    /*box-shadow: 0 0 20px rgb(0 0 0 / 8%); */
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.box-shadow-simple .img-centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.box-shadow-simple .img-centro img {
    margin-left: 10%;
}

.list-link ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.list-link li a {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    padding: 11px 0 12px 18px;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}

.list-link li a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}

.list-link li a:hover {
    background-color: #eee;
    text-decoration: none;
    padding: 11px 0 12px 18px;
}

.list-link li {
    margin-left: 0px;
}

.col-img .av-flex-placeholder {
    width: 1% !important;
}

.col-img .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 18px !important;
}

.av-special-heading {}


/*FIXFORMULARIO BUSQUEDA HOME */

#top select,
#top .avia_ajax_form .select,
#top .entry-content-wrapper select {
    -webkit-appearance: none;
    border-radius: 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;
    min-height: 3.3125rem;
    border-radius: 10px;
}


/*search-form */

#top .main_color select {
    border-color: #dddddd;
    background-color: #fcfcfc;
    color: #57787a;
    text-transform: uppercase;
    border-radius: 10px;
}

#top input[type="text"] {
    text-transform: uppercase;
    border-radius: 10px;
}

::placeholder {
    color: #57787a !important;
}

#top #wrap_all .main_color h3,
#top #wrap_all .alternate_color h3 {
    line-height: 1.275em;
}

.p30 {
    padding: 30px;
}

.caja-open {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.fix-hr {
    /*padding-top: -20px !important;*/
    margin: 0px 0 !important;
}

#top .av-subnav-menu>li ul a {
    line-height: 23px;
    padding: 8px 5px;
    width: 100%;
    display: block;
    background-color: #fff !important;
    color: #808080;
}

#top .av-subnav-menu>li ul a :hover {
    line-height: 23px;
    display: block;
    color: #fff;
    background-color: #017a80;
}

#top .av-subnav-menu>li ul li a :hover {
    line-height: 23px;
    display: block;
    color: #fff;
    background-color: #017a80;
}

#avia-menu .wpel-icon-right i.wpel-icon {
    margin-left: 0.3em;
    color: #fff;
}

.sub-menu .wpel-icon-right i.wpel-icon {
    margin-left: 0.3em;
    color: #808080;
}

.sub-menu .wpel-icon-right i.wpel-icon a:hover {
    margin-left: 0.3em;
    color: #fff;
}


/*TAB*/

.alternate_color .tabcontainer .active_tab_content {
    background-color: transparent !important;
    color: #222222;
}

.js_active .active_tab_content {
    padding: 34px 1px;
    border-width: 0px;
    border-radius: 2px;
}

.js_active .tab {
    cursor: pointer;
    margin: 0 5px 0 0;
    display: block;
    float: left;
    z-index: 2;
    position: relative;
    padding: 12px 16px;
    top: 1px;
    font-size: 0.8em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    border-width: 0px;
}

.js_active .top_tab .tab {
    border-bottom: none;
    padding: 12px 16px 14px 16px;
    background-color: #ebf1f1;
    font-size: 1.222em;
    color: #000;
    font-weight: bold;
}

.js_active .active_tab {
    z-index: 4;
    position: relative;
    font-weight: bold;
    background-color: #09a223 !important;
    color: #fff !important;
    font-size: 1.222em;
    -webkit-box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
}

.js_active .active_tab:before {
    background-repeat: no-repeat;
    background-image: url(https://penalolen.dev-gdm.cl/portal2021/wp-content/uploads/2021/03/triangulo.png);
    background-position-x: center;
}

.tabcontainer .tab_icon {
    margin-right: 7px;
    font-size: 1.3em;
}


/* .av_textblock_section*/

.puntos-verdes2 ul {
    list-style-image: url(https://penaflor.cl/extra-file-gdm/verde2.png);
    padding-left: 5px;
    margin-bottom: 5px;
}

.tab_content ul {
    column-count: 2;
}

.tab_content li {
    list-style-type: none;
    margin-bottom: 4px;
}

.tab_content li::before {
    list-style-type: none;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f24d";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 11px;
}

.tab_content li a {
    font-weight: 600;
    color: #000;
}

.tab_content li a:hover {
    font-weight: 600;
    color: #09A223;
    /*color: #AE0624;*/
    text-decoration: none;
}

.corp-web-salud:hover,
.corp-web-deporte:hover,
.corp-web-cultura:hover,
.corp-web-empleo:hover,
.corp-web-salud:hover h4,
.corp-web-deporte:hover h4,
.corp-web-cultura:hover h4,
.corp-web-empleo:hover h4,
.corp-web-salud:hover p,
.corp-web-deporte:hover p,
.corp-web-cultura:hover p,
.corp-web-empleo:hover p {
    color: #fff !important;
}

.corp-web-salud,
.corp-web-deporte,
.corp-web-cultura,
.corp-web-empleo {
    background-color: #ebf1f1;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}

.corp-web-salud:hover {
    background-color: #ff1637;
    transition: 0.3s;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.corp-web-deporte:hover {
    background-color: #97AD10;
    transition: 0.3s;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.corp-web-cultura:hover {
    background-color: #17a2b8;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    /*
  background-repeat: no-repeat;
  background-image: url(https://penalolen.dev-gdm.cl/portal2021/social/ico-bg-corp-cultura.png);
  background-attachment: scroll;
  background-position: bottom right;
*/
    background-image: url(https://penalolen.dev-gdm.cl/portal2021/social/ico-bg-corp-cultura.png) bottom right no-repeat;
    background-attachment: scroll;
}

.corp-web-cultura {
    background-color: #ebf1f1;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.corp-web-empleo:hover {
    background-color: #6d3a7d;
    transition: 0.3s;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}


/*background-color: #f1c30f;*/

.sombra {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	/*padding:20px;*/
	border-radius:10px;
}

#header_main .inner-container {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
	padding:20px;
	border-radius:10px;
	padding: 2px 14px 18px 31px;
}

/*

BOTONES SOMBRA 

-webkit-box-shadow: 0 10px 16px rgba(9,162,35,.39)!important;
    -khtml-box-shadow: 0 10px 16px rgba(9,162,35,.39)!important;
    -moz-box-shadow: 0 10px 16px rgba(9,162,35,.39)!important;
    -ms-box-shadow: 0 10px 16px rgba(9,162,35,.39)!important;
    -o-box-shadow: 0 10px 16px rgba(9,162,35,.39)!important;
    box-shadow: 0 10px 16px rgba(9,162,35,.39)!important;

.responsive #top #main {
    padding-top: 30px !important;
}
*/


/*

.av-special-heading-tag {
    
}


.coporaciones :hover{
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    width: 200px;
    height: 130px;
  
    border-radius: 20px;

} 
*/


/*************************/


/******     OGP       ****/


/*************************/

.avia-content-slider .slide-entry-title {
    font-size: 2.1em;
    line-height: 1.4em;
    margin: 0;
}

.global-columnas {
    margin-top: -70px;
    margin-bottom: 0px;
    padding: 30px;
    border-radius: 0px;
    max-width: 1310px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    clear: both;
    position: relative;
    float: none !important;
}

#top .av_header_transparency #header_main #menu-item-search a {
    color: #fff !important;
}

.avia-section-large .content,
.avia-section-large .sidebar {
    padding-top: 50px;
    padding-bottom: 70px;
}


.av-tab-with-icon .av-outer-tab-title {
    margin-bottom: 10px;
    padding: 0 0;
    font-weight: 600;
}

.av-inner-tab-title {
    text-transform: uppercase;
    display: block;
    line-height: 1.2em;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 15px;
    text-align: center;
}

#top .fullsize .template-blog .blog-meta {
    float: none;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 81px;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
    display: none;
}

