/*--------------------------------------------------------------
Basic
--------------------------------------------------------------*/
body, html {
    height:100%;
}

body, input, select, textarea {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

em, i {
    font-style: italic;
}

a{
    color: #333;
}

a:hover{
    color: #c00;
    transition: 0.3s;
    text-decoration: none;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    color: #cc0000;
    font-size: 2.8em;
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}

blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

svg{
  width: 100%;
}

.hr-set{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Accesibilidad */
#tools{
    cursor: pointer;
    color: #5D6267;
    margin: 0;
}

#tools li{
    margin-left: 5px;
}

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.page-loader {
    position: fixed;
    background: #c00;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9998;
}

.preloader {
    position: absolute;
    border-left: 4px solid #ffffff;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.preloader,
.preloader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

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

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

/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
.cabecera {
    position: relative;
    padding-top: 4.1rem;
}

.descripcion {
    font-size: 1.20rem;
    font-weight: 300;
    line-height: 1.3;
}

.buscador {
    width: 88%;
}

.rgba-black-light, .rgba-black-light:after {
    background-color: rgba(0,0,0,.5);
}

.parallax-window {
    min-height: 37.5vh;
    background: transparent;
}

.flecha {
    bottom: 2rem;
    color: white;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 999;
}

.whatsapp-ic {
    color: #25d366 !important;
}

.iconos .icono,
.iconos .icono-p {
    margin: .7rem;
    padding: .7rem;
    text-align: center;
    width: 165px;
}

.iconos .icono-p {
    border: 2px solid #f56a6a;
}

.iconos img {
    height: 50px;
    margin-bottom: .5rem;
    width: auto;
}

.iconos h5 {
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: 0;
 }

.seccion-top {
    padding-top: 7rem;
}

.iconos .modal {
    z-index: 999999;
}

#modalLRForm .nav-tabs {
    background-color: #f56a6a !important;
}

.formulario .md-pills .nav-link.active, .formulario .md-pills .show>.nav-link {
    color: #fff;
    background-color: #f56a6a !important;
}

.mdb-autocomplete-wrap {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mdb-autocomplete-clear {
    top: 0.3rem !important;
    right: 1rem !important;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
.custom-select:focus {
    border: 1px solid white !important;
    box-shadow: 0 0 5px #C00 !important;
}

.btn-mas-menos {
    margin-top: 2.35rem;
}

.btn-mas-menos2 {
    margin-top: 0.3rem;
}

.cronograma img {
    width: 100%;
}

.detalle-cronograma h3 {
    border-top: 1px solid #EEE;
    clear: both;
    padding-top: 1rem;
}

.detalle-cronograma .embed-responsive {
    width: 50%;
    float: left;
    margin-right: 1rem;
}

.detalle-cronograma h4 {
    border-top: 1px solid #EEE;
    padding-top: 1rem;
}

.compromiso .step p {
    font-size: 1.2rem;
}

.cabildos .herramientas .btn,
.boletines .herramientas .btn,
.noticias .herramientas .btn {
    margin: 0;
    padding: .8rem;
}

.cabildos .icono {
    margin: 0 .8rem;
    text-align: center;
    width: 249px;
}

#lista-grilla .oculta {
    display: none;
}

#lista-grilla .btn {
    padding: .84rem 1rem;
}

.elimina-sel {
    color: #999;
}

.text-truncate {
    width: 300px;
}

.boletines .card a {
    color: #C00;
}

.boletines .card .fas {
    color: #999;
    position: relative;
    bottom: 2px;

}

.boletines .icono,
.noticias .icono {
    margin: 0 .8rem;
    text-align: center;
    width: 386px;
}

.eventos .icono {
    margin: 0 .8rem;
    text-align: center;
    width: 343px;
}

.page-item {
    margin: 0 .2rem;
}

.list-filter .active a {
    color: #C00;
}

.modal {
    z-index: 999999999;
}

.boletines .badge-pill {
    box-shadow: none;
    padding: .5rem 1rem;
}

.datos .comuna {
    display: none;
}

.fa-asterisk {
    color: #f56a6a;
}

.video_seleccionado {
    opacity: .3;
}

.btn-o {
    display: none;
}

.btns-comunas {
    width: 16rem;
}

.esri-popup__footer {
    background-color: transparent !important;
    border: none !important;
}

.esri-popup__content {
    overflow: visible !important;
    overflow-x: visible !important;
}

.list-group .active {
    background-color: #E0E0E0 !important;
    border-color: #E0E0E0 !important;
    color: inherit !important;
}

.list-group-item {
    padding: 0.50rem !important;
    line-height: 1.3;
}


/* MEDIA QUERYS */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

    .parallax-window {
        min-height: 50vh;
    }

    .buscador {
        width: 83%;
    }

    .cabildos .icono {
        width: 319px;
    }

    .text-truncate {
        width: 190px;
    }

    .boletines .icono,
    .noticias .icono {
        width: 319px;
    }

    .eventos .icono {
        width: 284px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    .oculta {
        display: none;
    }

    .cabecera {
        padding-top: 3rem;
    }

    .seccion-top {
        padding-top: 5rem;
    }

    .cronograma img {
        width: 100%;
    }

    .detalle-cronograma .embed-responsive {
        width: 100%;
    }

    .cabildos .icono {
        width: 229px;
    }

    .boletines .herramientas .btn {
        display: none;
    }

    .noticias .icono {
        width: 229px;
    }

    .text-truncate {
        width: 300px;
    }

    .eventos .icono {
        width: 319px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    h1 {
        font-size: 2em;
        line-height: 1.1;
    }

    h2 {
        font-size: 1.5em;
    }

    .cabecera {
        padding-top: 0;
    }

    .descripcion {
        font-size: 1.1rem;
    }

    .buscador {
        width: 90%;
    }

    .parallax-window {
        min-height: 100vh;
    }

    .flecha {
        display: block;
    }
    .baner-plebiscito{
        width: 100%;
    }

    .cabildos .icono,
    .noticias .icono,
    .eventos .icono {
        margin: 0;
        width: 100%;
    }

    .text-truncate {
        width: 140px;
    }

    .oculta-sm {
        display: none;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .iconos .icono,
    .iconos .icono-p {
        width: 100%;
    }
}

.box-resultados {
    border: 1px solid transparent;
    background: none;
}

.box-resultados:hover {
    border: 1px solid #c90000 !important;
    background: #fffbfb;
    cursor: default;
}

.region-selected a{
    font-weight: bold;
    color: #C00 !important;
}

.comuna-selected a{
    font-weight: bold;
    color: #C00 !important;
}

.card-box{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border: 2px solid #c00;
    background: #fffbfb;
    text-align: center;
    padding: 30px 15px;

    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.card-box h5{
    /*font-weight: bold;*/
}

.icon-box{
    height: 100px;
    margin-bottom: .5rem;
    width: auto;
}

.baner-plebiscito{
    border-radius: .25rem;
}


.set-p p{
    margin: 0 !important;
}

/*--------------------------------------------------------------
Breadcrums
--------------------------------------------------------------*/
.breadcrumb {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
}

.breadcrumb a{
    color: #c00;
}

/* backTop */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/* Controls
---------------------------------------------------------------------- */

.controls-mix .btn {
    font-weight: bold !important;
    padding: .5rem 1rem;
    margin: 0;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background-color: #f56a6a !important;
    color: white !important;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

/* Container
---------------------------------------------------------------------- */

.container-mix {
    padding: 1rem 0;
    text-align: justify;
    font-size: 0.1px;
}

.container-mix:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    margin-bottom: 1rem;
}

/* 3 Columns */

@media screen and (min-width: 767px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}





