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

.site-header{background: #fff; padding: 0;
box-shadow: 1px 5px 12px 1px rgba(0,0,0,0.43);
-webkit-box-shadow: 1px 5px 12px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 1px 5px 12px 1px rgba(0,0,0,0.43);
}
.logo{max-width: 250px;}
.nav-link{color: #007d74; font-size: 1.05555rem;font-weight: 400;letter-spacing: 1px;}
.nav-link.active{color: #000;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right: 1rem;padding-left: 1rem;}

.site-content-secundario{color: #000;font-size: 1.6rem;padding: 2rem; background: #fff ;} /*url(../images/fondo-logo-punta.png) right bottom no-repeat*/

@media only screen and (max-width: 1000px) {
  .site-content-secundario{background:none;}
}

.desatacado-principal{font-size: 1rem;color: #fff;}
.desatacado-principal strong{color: #51C3F1;font-weight: normal;}


.site-content-destacado{background: #193250;display: block; padding: 3em 0;}
.site-content-texto{background: #1d70b7;padding: 3em 0;}
.desatacado-texto{font-size: 1.5rem;color: #fff;font-weight: 300;}

.noticias{}
.noticias h1{font-size: 1.7rem;font-weight: 400;margin-bottom: 1.5em;}
.noticias h1 a{color: #000;text-decoration: none;}
.noticias h1 a:hover{color: #03405b;}

.desatacado-noticias h3 {
    margin: 1em;
    font-size: 2.3rem;
    letter-spacing: 1px;
    font-weight: normal;
	text-align:center;
}
.desatacado-noticias h3::after {
    content: '';
    display: table;
    width: 50px;
    border-bottom: 4px solid #f29104;
    margin: 0 auto;
    padding-top: 10px;
	

}

.btn-theme {
  background: #007d74;
}
.btn-theme:hover {
  background: #a5880c;
}
.button-action a{border-radius:40px; 
	color: #fff;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 24px;
    position: relative;
    line-height: 40px;
    z-index: 1;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
    text-transform: uppercase;
    text-decoration: none;

}

.footer{background: #006985;display: block; padding: 3em 0;}
.widget-container1{text-align: center;}
.widget-container2, .widget-container3{color: #fff;}
.boton-naranjo{background:#e55110; border-color:#e55110;color: #fff;}
/*boton para subir*/

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(5, 76%, 62%, .8)
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
}


/*interiores*/

.entry-header{padding: 2em; background: #007d74 url(../images/fondo-logo-punta.png) left top no-repeat; color: #fff;}
.miga, .miga a{color: #f29104;}
.entry-title{border-left: 5px solid #f291078f; padding-left: 7px;}
.miga .current{color: #fff;}
.contenido-0, .contenido-1, .contenido-2, .contenido-3, .contenido-4, .contenido-5{padding: 2em;}
.contenidos-generales .co{font-size: 1.1rem;}
.contenidos-generales .co:nth-child(odd) {background: #ededed;}
.contenidos-generales .co h1{margin-bottom: 1.5em; font-size: 1.9rem;letter-spacing: 1px;font-weight:normal;}
.contenidos-generales .co h1::after {
    content: '';
    display: table;
    width: 50px;
    border-bottom: 4px solid #f29104;
    margin: 0;
    padding-top: 10px;

}
.archivos{padding: 7px; border-bottom: 1px dashed #ccc;}
.archivos a{text-decoration: none;font-weight: normal;color: #007d74;} 
.archivos svg{color: #f29107;} 
    
/*interiores galeria*/
.bg-carrusel{background: #4c4c4c; text-align: center;margin: 1em 0;}

.slide{background: #efefef;height: 100%;}
.slide h3{font-size: 1.3rem;margin-bottom: 1em;}
.buscador {background: #4aaf4f26;padding: 1em;border-bottom: 4px solid #a3b9a3;}
.buscador input{border: solid 1px #ccc; padding: 5px; }

.bloq h4{font-size: 0.9rem; border-left: 3px solid #1da198; padding-left: 7px;margin: 12px 0;}
.bloq {font-size: 0.85rem; border-bottom: 1px dashed #ccc;}
.bloq h4 a{color: #1da198;}

.no-results h1{font-size: 3.2rem;text-transform: uppercase;
    color: #30ac67;}
.no-results h4{font-size: 2rem;}

.img-doc{display:block;}
.img-doc:hover{opacity:0.8;}
.link_pdf{color:#000; text-decoration:none;display: block;}