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

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

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

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

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

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


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

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

header {
    background-color: #fff;
    background-image: url(assets/images/bg-header.jpg); 
    background-position: center;
}

.header2 {
    background-image: url(assets/images/bg-header2.jpg) !important; 
}


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

p{
    color: #484848;
}

a{
   color: #006cbc;
}

a:hover{
   color: #007bff;
}

h1, h2, h3, h4{
    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;
    }
}

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

.title{
    color: #0d6ab5 !important;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.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://www.ispch.cl/wp-content/uploads/2023/04/BocetoLogo01-06.png); 
background-repeat: no-repeat; 
background-size: 51px; 
BACKGROUND-POSITION: 123PX; 
}

.menu-menu-redes {
    list-style: none;
    float: right;
    margin-top: 20px;
    padding: 0;
}

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

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

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

.menu-transparencia {
    padding: 0;
    bottom: 0;
    position: absolute;
    right: 15px;
    list-style: none;

}

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

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

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

.main-menu > li{
    border-right: 1px solid #c5c5c5;
    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{
    font-size: 13px;
    /*padding: 12px 8px;*/
    padding: 12px 16px;
    display: block;
    color: #615a5a;
    text-decoration: none;
    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{
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn-menu > li{
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
}

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

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

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

/***/


.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;
}

.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;
}


.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: background-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;
}


/***/

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

.list-sidebar li{
    margin-bottom: 10px;
}



/***/

footer{
    font-size: 0.8em;
    color: gray;
    clear: both;
}

footer a{
    text-decoration: none;
    color: gray;
}

footer .border-footer {
    border-right: 1px solid #dee2e6;
}

footer .bicolor {
    height: 15px;
    width: 160px;
}



.bicolor span {
    display: block;
    float: left;
    height: 100%;
}

.bicolor span.azul {
    background: #0f69b4;
    width: 46%;
}

.bicolor span.rojo {
    background: #eb3646;
    width: 54%;
}

footer .bicolor2 {
    height: 2px;
    width: 100%;
}

.bicolor2 span {
    display: block;
    float: left;
    height: 100%;
}

.bicolor2 span.azul {
    background: #0f69b4;
    width: 46%;
}

.bicolor2 span.rojo {
    background: #eb3646;
    width: 54%;
}


.main-banner{
    position: relative;
    padding-bottom: 0px;
}

.banner {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-color: #efefef;
    background-image: url(assets/images/logobottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    min-height: 85px;
}

.banner-blue {
    display: block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 3px;
    background-color: #0167b7;
}


.banner.border-banner-blue {
    border: 1px solid #006fb3;
}

.banner.border-banner-grey {
    border: 1px solid #aaa;
}

.banner.border-banner-shadow {
    box-shadow: 0 1px 2px 0 rgba(133,133,133,.8);
}

.banner:hover {
    text-decoration: none;
}

.banner .img_frj {
    position: absolute;
    bottom: 0;
    width: 100px;
}

.banner .banner_content {
    margin-top: 10px;
    margin-bottom: 10px
}

.banner .banner_content .img_mrg {
    font-size: 30px;
    color: #9c9c9c;
    margin-top: 10px;
    margin-left: 2px;
}

/*.banner .banner_content .d_row span {
    font-size: 16px;
}*/


.banner .banner_content{
    font-family: 'gobCl';
}

.banner.banner-white h3, .banner.banner-white span {
    color: #006fb3;
}

.banner.banner-blue h3, .banner.banner-blue span {
    color: #fff;
}

.banner.banner-blue .img_frj {
    border:1px solid #fff;
}

.banner .banner_content .d_row h3 {
    margin:0;
}

.banner .banner_content .d_row .font_ligth {
    font-size: 16px;
        margin-left: 4px;
}

.banner .banner_content .d_row .font_bold {
    font-size: 17px;
    font-weight: 600;
        margin-left: 4px;
}

.banner .banner_content .d_row .font_small{
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding-top: 5px;
        margin-left: 4px;
}

.banner .banner_content .d_col h3 {
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
}


.main-banner .border-top {
    border-top: 2px solid #0a5ba024 !important;
}



/*** carousel fade effect ***/

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
 transition-duration: .6s;  
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
 transition-duration: .6s; 
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
 transition-duration: .6s; 
}

.carousel-fade .carousel-control-next, .carousel-fade .carousel-control-prev{
    z-index: 999;
}

.carousel-indicators {
    /*top: 290px;*/
    top: 270px;
    height: 30px;
}
.carousel-indicators li {
    height: 10px;
}


/**** banner de alerta ****/

a.banner-alerta {

    display: block;
    color: white;
    text-decoration: none;
}

/*a.banner-alerta section{

    height: 87px;
}*/

a.banner-alerta section {
    height: 40px;
}

/*a.banner-alerta h3.icono {
    width: 85px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
    height: 100%;
    padding-top: 30px;
}*/

a.banner-alerta h3.icono {
    width: 55px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
    height: 100%;
    padding-top: 9px;
    font-size: 21px;
}

/*a.banner-alerta h3.title{
    padding-left: 20px;
    color: #fff !important;
    font-family: 'Helvetica Condensed';
    font-weight: 600;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    padding-right: 20px;
}*/

a.banner-alerta h3.title {
    padding-left: 20px;
    color: #fff !important;
    font-family: 'Helvetica Condensed';
    font-weight: 500;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    padding-right: 20px;
}

#banners a.covid{
    background-color: #007bff;
}

#banners a.farmaceutica{
    background-color: #ff7513;
}

#banners a.importacion{
    background-color: #f7941f;
}

#banners a.bioequivalente{
    background-color: #f1ce00;
}

#banners a.covid .icono {
    background-color: #005996;
}

#banners a.farmaceutica .icono{
    background-color: #e04800;
}

#banners a.importacion .icono{
    background-color: #f37511;
}

#banners a.bioequivalente .icono{
    background-color: #eaba00;
}


.footer-redes{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}    

.footer-redes li{
    margin-bottom: 5px;
}

.footer-redes li a{
    text-decoration: none;
}

.footer-redes li .fa{
    font-size: 20px;
    float: left;
    margin-top: 10px;
    margin-right:5px;
}

.footer-redes li .red{
    width: 200px;
    display: block;
    line-height: 12px;
}



.footer-redes li .fa-google{
    color: #db4a39;
}

.footer-redes li .fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-redes li .fa-twitter{
    color: #00acee
}

.footer-redes li .fa-linkedin{
    color: #0e76a8;
}


.border-bottom{
    border-bottom: 3px solid #cedae4 !important;
}


@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-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;
    }


}

/*@media (min-width: 980px) {

    .banners > div{
        padding-left: 5px;
        padding-right: 5px;
    }

    .banners > div:first-child{
        padding-right: 5px;
        padding-left: 15px;
    }

    .banners > div:last-child{
        padding-right: 15px;
        padding-left: 5px;
    }

}*/

.noticia .img{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    height: 350px;
}

.noticia a{
    text-decoration: none;
    cursor: pointer;
}



@media (max-width: 768px) {

    .title{
     padding-right: 40px;
    }

    .noticia p{
    padding-right: 40px;
    }

    .carousel-indicators {
        bottom: 0;
        top: 140px;
    }

    .noticia .img{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    height: 190px;
    }


    .menu-transparencia{
        display: none;
    }

    a.banner-alerta section {
        height: 75px;
    }

    a.banner-alerta h3.title{
        font-size: 18px;
        height: 75px;
    }

    a.banner-alerta h3.icono{
        width: 70px;
        padding-top: 22px;
    }


    .footer-redes li .fa{
        margin-top: 0px;
    }

    .footer-redes li .red{
        display: initial;
    }

}

/***  Page Style  ***/ 

.page-header h1{

    border-bottom: 1px solid #c5c5c5;
    font-size: 30px;

}

.page-content {
    text-align: justify;
}

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


/*** Search style ***/

.link-search{
    text-decoration: none !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;
}

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

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;
}



/*********/

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

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

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

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

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

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

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

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

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

.main-title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.bg-primary {
    background-color: #006cbc !important;
}

.btn-primary {
    color: #fff;
    background-color: #006cbc !important;
    border-color: #006cbc !important;
}

.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;
}


.owl-carousel-banners .owl-nav {
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 100%;
}

.owl-carousel-banners .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel-banners .owl-nav .owl-next {
    right: 0;
}

.owl-carousel-banners .owl-nav button {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255) !important;
    position: absolute;
    border: 1px solid #eee !important;
    font-size: 1.25em !important;
    opacity: 0.5;
}

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

.form-control {
    font-size: 0.9rem;
}    

.btn{
    border-radius: 0px;
    font-size: 0.9rem;
}

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




a.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    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: #007bff;
    border: 1px solid #dee2e6;
}

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

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

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

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

#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: "+"; 
}


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

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


.nav-tabs {
    padding-left: 0px !important;
}

.nav-tabs .nav-link {
   font-size: 14px;
   border-color: #e9ecef #e9ecef #dee2e6;
}

.tab-content {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 20px;
}

.tab-content > .tab-pane {
    padding: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0d6ab5;
    border-color: #dee2e6 #dee2e6 #fff;
}

.page-content.expertos-jornadas img {
    margin: 0px 15px 15px 0px;
}


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


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


legend{
    font-size: 20px !important;
    font-weight: 500 !important;
}

.alert hr{
    width: 100%;
}

.logos{
    display: inline-flex;
}

@media (min-width: 768px){
    .logos a img{
        width: 190px;
    }
}

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

@media (max-width: 767px){
    .logos a img{
        width: 90px;
    }
}