/*
  Theme Name: ISPCH 
  Template Theme URI: https://www.ispch.cl/
  Author: Webmaster - JACG
  Description: Plantilla desarrollada para ISPCH 3.1
  Version: 1.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'gobCL';
  font-weight: 300;
  font-style: normal;
  src: url("/wp-content/themes/ispch/assets/fonts/gobcl_light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("/wp-content/themes/ispch/assets/fonts/gobcl_regular.ttf") format("truetype");
  font-display: swap;  
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src:  url("/wp-content/themes/ispch/assets/fonts/gobcl_bold.ttf") format('truetype');
  font-display: swap;  
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src:  url("/wp-content/themes/ispch/assets/fonts/gobcl_heavy.ttf") format('truetype');
  font-display: swap;  
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url("/wp-content/themes/ispch/assets/fonts/Helvetica-Condensed.otf") format('opentype');
    font-display: swap;   
}

@font-face {
    font-family: 'Helvetica Condensed';
    font-weight: 100;
    src: url("/wp-content/themes/ispch/assets/fonts/Helvetica-Condensed-Light.otf") format('opentype');
    font-display: swap;    
}

@font-face {
    font-family: 'Helvetica Condensed';
    font-weight: bold;
    src: url("/wp-content/themes/ispch/assets/fonts/Helvetica-Condensed-Bold.otf") format('opentype');
    font-display: swap;    
}


@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/ispch/assets/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/themes/ispch/assets/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/themes/ispch/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/themes/ispch/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/themes/ispch/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/themes/ispch/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');   font-display: swap;}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}


@media (min-width: 1200px){ /* container a maxima resolucion*/
    .container {
        max-width: 1200px;
    }
}

p{
    color: #484848;
}

a{
   color: #006cbc;
   text-decoration: none;
}

a:hover{
   color: #007bff;
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

table {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

@media (max-width: 427px){
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

img#logo{
    padding: 0px 10px 25px 10px;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

img#logo-100 {
    padding: 10px;
}

.logos {
    display: inline-flex;
}

@media (max-width: 767px) {
    .logos a img#logo-100 {
        width: 70px;
    }
}


nav{
    overflow: initial;
    background-color: whitesmoke;
    border-bottom: 3px solid #cedae4;
}


a.nav-link {
    text-decoration: underline;
    margin: 0 10px;
}

.main-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu > li{
    float: left;
}

.main-menu > li:hover {
    /*background-color: #acd9ef5c;*/
    transition: all 500ms linear;
}

.main-menu > li:last-child{
    border-right: 0px;
}

.main-menu > li > a{
    padding: 12px 0px;
    display: block;
    color: #615a5a;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 520px){
    .main-menu > li > a{
        font-size: 16px;
    }
}

.main-menu > .menu-item-has-children > a:after {
    content: ' ';
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #475156;
    top: -2px;
    position: relative;
}

.main-menu > li:hover > ul{
    display: block;
}

.sub-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    width: 250px;
    z-index: 20;
    box-shadow: 2px 3px 9px #0000009e;
}

.sub-menu > li{
    background-color: #0f69b4;
    border-bottom: 1px solid #2c8cda;
}

.sub-menu > li:hover{
    background-color: #001c41;
}

.sub-menu > li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 520px){
    .sub-menu > li a{
        padding: 10px 15px;
        font-size: 16px; 
    }
}

.sub-menu > li:last-child{
    border-bottom: 0px solid; 
}

.sub-menu > li:hover > ul{
    display: block;
}

.sub-menu > .menu-item-has-children > a:after {
    content: ' ';
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    top: -2px;
    position: relative;
}

.sub-menu > li > ul{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 250px;
    margin-top: -35px;
    position: absolute;
    width: 215px;
    z-index: 20;
    box-shadow: 2px 3px 9px #0000009e;
}

.sub-menu > li > ul > li{
    background-color: #003b6d;
    border-bottom: 1px solid #2c8cda;
}

.sub-menu > li > ul > li:last-child{
    border-bottom: 0px solid; 
}

.sub-menu > li > ul > li:hover{
    background-color: #001c41;
}

.sub-menu > li > ul > li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 13px;
        font-family: Arial;
}

.sub-menu > li > ul > li > ul{
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 215px;
    margin-top: -35px;
    position: absolute;
    width: 215px;
    z-index: 20;
    box-shadow: 2px 3px 9px #0000009e;
}

.sub-menu > li > ul > li > ul > li{
    background-color: #0f69b4;
    border-bottom: 1px solid #2c8cda;
}

.sub-menu > li > ul > li > ul > li:last-child{
    border-bottom: 0px solid; 
}

.sub-menu > li > ul > li > ul > li:hover{
    background-color: #001c41;
}

.sub-menu > li > ul > li > ul > li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 13px;
        font-family: Arial;
}

.sub-menu > li > ul > li:hover > ul{
    display: block;
}

.sub-menu > li > ul >  .menu-item-has-children > a:after {
    content: ' ';
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    top: -2px;
    position: relative;
}


.btn-ini{
    display: none;
}

.btn-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn-menu > li{
    width: 100%;
}

.btn-menu > li:last-child{
    border-right: 0px;
}

.btn-menu > li > .nav-link{
    font-size: 32px;
    padding: 0px 10px;
    display: block;
    color: #615a5a;
}

.btn-menu > li > .nav-link .fa{
    float: left;
    font-size: 24px;
}

header .menu-menu-redes li a {
    margin: 8px;
    color: #6c757d;
    font-size: 22px;
}

header .menu-menu-redes li {
    margin-left: 1px;    
}

@media (max-width: 1020px) {

    header{
        margin-top: 45px;
    }

    .main-nav {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
    }

    .main-nav .container{
        padding: 0px;
        max-width: 100%;
    }

    .main-nav img {
        width: 120px;
    }

    .main-menu > li:hover ul{
        display: none;
    }

    .sub-menu > li:hover > ul{
        display: none;
    }

    .btn-ini{
        display: block;
    }

    .btn-menu{
        display: block;
    }

    .main-menu .fa-home{
        display: none;
    }

    .main-menu{
        display: none;
        height: 100vh;
        overflow-y: scroll;
    }

    .main-menu > li {
        border-right: 0px solid;
        border-bottom: 1px solid #c5c5c5;
        float: none;
    }

    .sub-menu{
        position: initial;
        width: auto;
        box-shadow: none;
    }    

     .sub-menu > li > ul{

        margin-left: 0px;
        margin-top: 0px;
        position: initial;
        width: auto;
        box-shadow: none;
    }

     .sub-menu > li > ul > li > ul{

        margin-left: 0px;
        margin-top: 0px;
        position: initial;
        width: auto;
        box-shadow: none;
    }


    .menu-transparencia li.menu-item {
        margin-left: 0px;
    }

    .title-enlaces h5 {
        margin-top: 0px !important;
    }

    .input-group.input-search.mt-1 {
        padding: 15px;
    }

}


@media (max-width: 520px) {

    header.page-header {
        margin-top: 70px;
    }

    header.home-header {
        margin-top: 45px;
    }

    .page-header h1{
        font-size: 20px !important;
    }

    .title-s{
        font-size: 20px !important;
    }

}

@media screen and (max-width: 782px) {
    html {
        margin-top: 30px !important;
    }
}

.title-s{
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}

/*** featured content ***/

.featured-content {
    position: relative;
}

.banner-featured {
  position: relative;
  width: 100%;
  height: 500px; /* Ajusta según lo que necesites */
  overflow: hidden;
}

.featured-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Controla la transición suave */
}

.featured-img.active {
  opacity: 1 !important;
}

.featured-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1250px;
}

.featured-title{
    color: #006fb3;
}


@media (max-width:520px){
    .banner-featured {
        height: 150px; /* Ajusta según lo que necesites */
    } 

    .featured-box {
        margin-top: -15%;
        margin-bottom: 0%;
        position: inherit;
        width: auto;
        top: 0;
        transform: inherit;
        left: 0;
    }

    .bi-house{
        display: none;
    }
}


/*** noticias ***/

.noticia{
    padding: 20px;
    border: 1px solid #dddddd;
    min-height: 320px;
}


.noticia img{
    width: 100%;
    opacity: 0;
    height: 220px;
}

.noticia .caption-img{
    width: 100%;
    height: 220px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.noticia a{
    text-decoration: none;
}

.noticia .title{
    margin: 20px 0px;
}

.noticia p{
    font-size: 14px;
}


/************ destacado ************/


.destacado {
    display: inline-block;
    margin-bottom: 2rem;
    text-align: center;
}


.destacado img {
    width: 50px;
    margin-bottom: 15px;
}

.destacado h6 {
    font-size: 20px;
    color: #006fb3;
}

.destacado a {
    text-decoration: none;
}

@media (max-width: 520px){
    .destacado h6 {
        font-size: 16px;
    }
}

/************ servicios ************/

.servicio {
    margin-bottom: 3rem;
}


.servicio img {
    width: 100%;
    border: 1px solid #ececec;
}


.servicio a {
    text-decoration: none;
}

@media (max-width: 520px){
    .servicio {
        margin-bottom: 0.5rem;
    }
}

/*******    areas     ******/

.area {
    margin-bottom: 3rem;
    width: 100%;
    height: 250px;
    display: grid;
    text-align: center;
    border: 1px solid #dddddd;
    align-items: center;
    padding: 20px;
}

.area img{
    width: 68px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.area h4 {
    color: #006fb3;
}

.area a {
    text-decoration: none;
}

@media (max-width: 520px){

    .area {
            margin-bottom: 1.3rem;
        height: 170px;
    }

    .area h4 {
        font-size: 18px;
    }

    .area img {
        width: 50px;
    }

}


/*****  alertas *******/

.alertas {
    background-color: #f5f5f5;
}

.alerta{
    text-align: center;
}

.alerta h6{
    text-align: center;
    color: #006fb3;
    text-decoration: none;
    margin-bottom: 15px;
}

.alerta a{
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.alerta p{
    font-size: 14px;
}


.alerta .date{
    font-size: 14px;
    margin-bottom: 15px;
}


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

.recurso {
    margin-bottom: 2rem;
}

@media (max-width:520px){
    .recurso h6 {
        font-size: 15px;
    }
}

.recursos {
    background-color: #f5f5f5;
}

.recursos img {
    width: 100%;
    border: 1px solid #ececec;
}


footer {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #002541;
}


.link-footer {
    text-align: center;
    margin-bottom: 2rem;
}


.link-footer a{
    text-decoration: none;
     color: #ffffff;
     font-size: 15px;
}     

.link-footer a h6{
     font-family: 'Roboto', sans-serif;
}

@media (max-width:520px){
    .link-footer a h6 {
        font-size: 14px;
    }
}

footer p{
     color: #ffffff;
     font-size: 12px;
}

a.acceso-func{
     color: #ffffff;
     font-size: 15px;
}     


.menu-menu-redes {
    list-style: none;
    display: inline-flex;
    margin-top: 20px;
    padding: 0;
}

.menu-menu-redes li {
    margin: 0;
    float: left;
    border-radius: 50px;
    margin-left: 5px;    
}

.menu-menu-redes li a {
    margin: 8px;
    color: #fff;
    font-size: 24px;
}

@media (max-width: 768px){
    .menu-menu-redes li a {
        font-size: 21px;
    }
}

.breadcrumb {
    margin-top: 20px;
    font-size: 13px;
}

.breadcrumb-item a {
    color: #565656;
}

.breadcrumb li.separator {
    margin: 0 10px;
}

/***  Page Style  ***/ 

.page-header h1{
    font-size: 26px;
    position: relative;
}

.page-header h1:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(to right, #006fb3 0%, #006fb3 40%, #fe6565 0%, #fe6565 100%);
}


.page-content {
    text-align: justify;
    padding: 10px 0px;
    overflow: hidden;
}

.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{
    color: #0d6ab5;
    margin-bottom: 20px;
}


.box-a {
    margin-bottom: 3rem;
    width: 100%;
    min-height: 180px;
    display: grid;
    text-align: center;
    border: 1px solid #dddddd;
    align-items: center;
    padding: 20px;
}

.box-b {
    margin-bottom: 3rem;
    width: 100%;
    min-height: 180px;
    display: grid;
    border: 1px solid #dddddd;
    align-items: center;
}

.button-isp-educa {
    padding-bottom: 20px;
}

.btn-isp-educa {
    display: block;
    text-align: left;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 16px;
    color: #707070;
}

.btn-isp-educa:hover {
    color: #212121;
    border-color: #212121;;
}

.btn-isp-educa .bi {
    margin-right: 10px;
}



.carousel-item .caption a {
    text-decoration: none;
}


.link-search {
    text-decoration: none !important;
}

.page img {
    border: 1px solid #ececec;
}


.badge-danger {
    color: #fff;
    background-color: #dc3545;
}


/*********/

.bg-anamed{
    background-image: url(/wp-content/themes/ispch/assets/images/main-anamed01A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-andid{
    background-image: url(/wp-content/themes/ispch/assets/images/main-andid03B.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-salud-trabajadores{
    background-image: url(/wp-content/themes/ispch/assets/images/BannerImagenCon02A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-ambientes{
    background-image: url(/wp-content/themes/ispch/assets/images/BannerImagenCon03A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-biomedico{
    background-image: url(/wp-content/themes/ispch/assets/images/main-biomedico01C.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-dm{
    background-image: url(/wp-content/themes/ispch/assets/images/main-dm01A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-ac{
    background-image: url(/wp-content/themes/ispch/assets/images/main-ac01A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-ciudadano{
    background-image: url(/wp-content/themes/ispch/assets/images/main-ciudadano01A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}

.bg-productos-servicios{
    background-image: url(/wp-content/themes/ispch/assets/images/main-productos01A.jpg) !important; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;    
}


/***/


.info-main{
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-main li{
    margin: 5px 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
}


.info-main li a{
    text-decoration: none;
    color: gray;
    display: block;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Helvetica Condensed';
    transition: 0.3s ease-in-out;
    color: #484848;
    display: inline-flex;
    align-items: center;
}

.info-main li a h6{
    font-family: 'Helvetica Condensed';
}


.info-main li a:hover {
    color: #0f69b4;

}

.info-main .actividad a:before {
    font-family: "FontAwesome";
    content: "\f247";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
}

.info-main .isp-te-informa a:before {
    font-family: "FontAwesome";
    content: "\f008";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
}


.info-main .alertas-sanitarias a:before {
    font-family: "FontAwesome";
    content: "\f071";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
    color: #fb8913;
}

.info-main .documentos-tecnicos a:before {
    font-family: "FontAwesome";
    content: "\f016";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
    color: #d90808;
}

.info-main .retiro-de-medicamentos a:before {
    font-family: "FontAwesome";
    content: "\f071";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
    color: #fb8913;
}


.info-main .boletines a:before {
    font-family: "FontAwesome";
    content: "\f05a";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
    color: #1386d6;
}

.info-main .boletin a:before {
    font-family: "FontAwesome";
    content: "\f05a";
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding: 7px 0 10px 0px;
    font-size: 23px;
    color: #1386d6;
}

/***/


.enlaces-main{
    list-style: none;
    padding: 0;
    margin: 0;
}

.enlaces-main li{
    margin: 12px 15px;
}


.enlaces-main li a{
    text-decoration: none;
    color: gray;
    display: block;
    font-weight: 100;
    font-family: 'Helvetica Condensed';
    transition: 0.3s ease-in-out;
    color: #484848;
}

.enlaces-main li a h5{
    font-size: 15px;
    font-family: 'Helvetica Condensed';
}


.enlaces-main li a h6{
    font-size: 15px;
    font-family: 'Helvetica Condensed';
}



.enlaces-main li a:hover {
    color: #0f69b4;

}

.enlaces-main .enlace a:before {
    font-family: "FontAwesome";
    content: "\f054";
    display: inline-block;
    margin-right: 5px;
    float:left;
    font-size: 13px;
}

.title-enlaces{
    background-color: #0f69b4;
    border-color:#0f69b4;
}

.title-enlaces h5 {

    text-align: right;
    background-color: #0f69b4 !important;
    color: #fff !important;
    padding: 8px 0px;
    font-family: 'Helvetica Condensed';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 0;
    margin-top: 28px;
}

.title-banner{
    background-color: #0f69b4 !important;
    color: #fff !important;
    padding: 8px 10px;
    font-family: 'Helvetica Condensed';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.title-banner-2{
    background-color: #ff7513 !important;
    color: #fff !important;
    padding: 8px 10px;
    font-family: 'Helvetica Condensed';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;background-image: url(https://web.archive.org/wp-content/uploads/2023/04/BocetoLogo01-06.png); 
background-repeat: no-repeat; 
background-size: 51px; 
BACKGROUND-POSITION: 123PX; 
}



#accordion .card {
    margin-bottom: 5px;
}

#accordion .card-header {
    padding: 5px;
    border-radius: 0px !important;
}

#accordion .card .btn {
    width: 100%;
    text-align: left;
    text-decoration: none;
}

#accordion .card .btn {
    position: relative;
}



#accordion .card .btn:before {
    position: absolute;
    content: "+";
    right: 10px;
    top: 5px;
}

#accordion .card .btn[aria-expanded="true"]:before {
    content: "-"; 
}

#accordion .card .btn[aria-expanded="false"]:before {
    content: "+"; 
}

#accordion-2 .card {
    margin-bottom: 5px;
}

#accordion-2 .card-header {
    padding: 5px;
    border-radius: 0px !important;
}

#accordion-2 .card .btn {
    width: 100%;
    text-align: left;
}

#accordion-2 .card .btn {
    position: relative;
}


#accordion-2 .card .btn:before {
    position: absolute;
    content: "+";
    right: 10px;
    top: 5px;
}

#accordion-2 .card .btn[aria-expanded="true"]:before {
    content: "-"; 
}

#accordion-2 .card .btn[aria-expanded="false"]:before {
    content: "+"; 
}



.pointer{
    cursor: pointer;
}

.tooltips{
    position: absolute;
    top: 577px;
    left: 639px;
    font-size: 13px;
    width: 230px;
    font-family: Verdana;
    background-color: rgba(0, 0, 0, 0.89);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 7px;
    text-align: center;
    display:none;
}



.page-content ul.pagination {
    padding-left: 0px;
}


a.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #006cbc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-numbers.current {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #006cbc;
    border: 1px solid #dee2e6;
}

span.page-numbers.dots {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #006cbc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.modal-body button.close {
    opacity: 0.8;
    border: 0px;
}


.gallery img {
    border: 0px;
    width: 95%;
    height: auto;
}

.bootstrap-select {
    border: 1px solid #ced4da !important;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
    text-align: center;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
float: left;
text-align: left;
margin-right: 20px;
}

.alignright {
float: right;
text-align: right;
margin-left: 20px;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image {
  margin: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.wp-block-quote {
    font-style: italic;
    margin: 1.25em 0.25em;
    padding: 20px 25px;
    text-align: justify;
    background: #e5f1ff;
    border-left: 5px solid #cedae4;
}


.widgettitle{
    display: none;
}


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

.title-block {
    padding: 5px 7px;
    color: #fff !important;
    background-color: #006cbc;
    font-size: 17px;
    font-weight: 600;
}

#sidebar ul{
    margin: 0;
    padding: 0;
}

.form-row {
    display: inline-flex;
}


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


.input-search .form-control{
    width: 280px;
}

ul#sugerencias {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cedae4;
    border-radius: 5px;
    list-style: none;
    padding: 5px 12px;
    z-index: 20;
    display: none;
}

li.sugerencia-item {
    cursor: pointer;
}


li.sugerencia-item a{
  color: #212529;
}

@media (max-width:450px){

    .input-search .form-control {
    width: 260px !important;
    }

    li.sugerencia-item a{
        margin-bottom: 10px;
      display: block;
      font-size: 18px;
    }
}

.prox {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}

.prox::before {
  content: "Próximamente";
  position: absolute;
  top: 20px;
  left: -30px;
  background-color: #2a9d5c;
  color: white;
  font-size: 10px;
  padding: 3px 30px;
  transform: rotate(-45deg);
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  pointer-events: none;
}


/**
* Owl Carousel v2.3.4
*/
.owl-carousel .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-nav {
    margin-top: 10px
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom:1
}

.owl-carousel .owl-dots .owl-dot span {
    width: 39px;
    height: 8px;
    margin: 20px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #036ebd;
}