/*!
 Estilos personalizados
 SENDA
 Proyecto Bibliodroga
 desarrollado por Hilo binario
 www.hilobinario.com
 */

 @font-face {
  font-family: gobCL_Regular;
  src: url(fonts/gobCL_Regular.otf);
 }

 @font-face {
  font-family: gobCL_Light;
  src: url(fonts/gobCL_Light.otf);
 }

  @font-face {
  font-family: gobCL_Bold;
  src: url(fonts/gobCL_Bold.otf);
 }

  @font-face {
  font-family: gobCL_Heavy;
  src: url(fonts/gobCL_Heavy.otf);
 }


body {
   font-family: 'Montserrat', sans-serif;
   color: #777777;
}


header {
    font-family: gobCL_Regular;
}

img {
    max-width: 100%;
}

a {
    color: #283448;
}

a:hover {
    text-decoration: none;
    color: #4a90e3!important;
    
}

h1 {
    font-size: 1.6rem;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    color: #283448;
}

h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
    color: #283448;
}

 div#head {
    background-color: #283448;
    min-height: 185px;
}

a.logo img {
    max-width: 180px;
}

 .bg-celeste {
    background-color: #4A90E3!important;
}

#resultb{
	width:95%;
	height:auto;
	min-height:400px;
	
}

#pestana1{
	border-bottom: 1px solid #d6d0d0f7;

    margin-bottom: 25px;
	position:relative;
	margin-top:35px;
}
.negrita{
	font-weight:bold !important;
}

#descrip-texto{
margin-top:20px;border: 1px solid #d6d0d0f7; border-radius:5px; padding:10px; text-align:center; margin:10px; width:95%;	
}
#til-buca{
       border: 1px solid #d6d0d0f7;
    border-radius: 3px;
    float: left;
    margin: 0px;
    z-index: 9999999;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #4A90E3!important;
    font-weight: bold;
    text-decoration: underline;
    position: absolute;
    bottom: -2px;
    background: #ffffff;	
}
.espacio1{
	margin-bottom:5px;
	margin-top:5px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}

div#redes {
    text-align: right;
}

div#redes .fa {
    background-color: #1978b9;
    width: 33px;
    height: 33px;
    color: #fff;
    padding-top: 7px;
    padding-right: 7px;
    border-radius: 100%;
    font-size: 1.3em;
}

div#redes i.fa.fa-facebook {
    padding-right: 11px!important;
}

div#redes .fa:hover {
    background-color: #4a90e3;
}

small {
    color: #91a5af;
}

.navbar {
	padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
    font-family: 'gobCL_Regular', sans-serif;
    padding: 10px 33px!important;
    font-size: 1.3em;
    font-weight: 800;
}

a.nav-link:hover {
    color: #ffffff!important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active  {
    color: rgb(255 255 255);
    background: #0064ae;
}

#redes li {
    list-style: none;
    display: inline;
}

#redes ul {
    margin: 5px 0;
    padding: 0;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

div#home .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

div#home .carousel-caption {
    top: 40%;
}

div#home .carousel-item {
    background-color: #283548;
}

div#home .carousel-item img {
    opacity: .7;
}

div#home .carousel-item img:hover {
    opacity: .9;
}


div#home .carousel-caption h1 {
    font-family: gobCL_Bold;
    color: #ffffff;
    text-transform: none;
    font-size: 2.5rem;
    border: none;
}

.banner {
    padding: 30px 40px;
    text-align: center;
    background-position: center top;
}


.banner h1 {
    font-family: Montserrat;
    font-size: 1.7rem;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    border: none;
    margin-bottom: 8px;
}


.banner:hover {
    opacity: .8;
    cursor: pointer;
    text-decoration: none;
}

div#contacto {
    background-color: #00b5a4;
    text-align: center;
    padding: 20px 30px;
    color: #fff;
}

div#contacto h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

div#contacto h3{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
    padding-bottom: 0;
    color: #fff;
}

div#contacto p {
    letter-spacing: 4px;
    margin: 0;
}

a.tel {
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    border-right: 1px solid #fff;
    padding-right: 30px;
    line-height: 1;
}

.tel img {
    vertical-align: initial;
}

.l-azul {
    border-top: 3px solid #0168b3;
    padding-top: 20px;
}

.l-roja {
    border-top: 3px solid #ee3a43;
    padding-top: 20px;
}

footer {
    background-color: #283448;
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}

footer p {
    font-size: 14px;
    margin-bottom: 20px;
}

footer a {
    color: #fff;
}

#enlaces h4 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

#enlaces a {
    color: #555;
}

#enlaces li {
    list-style: none;
}

ul.links {
    font-size: 14px;
    padding-left: 1px;
    line-height: 2;
}

#enlaces i.fa.fa-chevron-right {
    font-size: .8em;
    color: #4a90e3;
}

footer i.fa.fa-map-marker, i.fa.fa-phone {
    color: #fff;
    padding-right: 5px;
    font-size: 1.7em;
}


.navbar-dark .navbar-toggler-icon {
    background-image: url(img/menu.png);
}

.navbar-dark .navbar-toggler {
    border-color: #4a90e3;
    padding-top: 10px;
}

button.navbar-toggler.navbar-toggler-right:focus {
    outline: none;
}

a.rojo {
    color: #FF4258;
}


div#informes li {
    list-style: none;
    margin-bottom: 15px;
}


div#informes ul {
    padding-left: 15px;
    margin-bottom: 30px;
}

i.fa.fa-file-pdf-o {
    font-size: 1.3em;
    padding-right: 5px;
}


div#novedades img.img-fluid.rounded {
    padding-bottom: 30px;
}




@media only screen and (max-width: 1199px) {



    .banner {
    padding: 16px 40px;
    }

    div#contacto h3 {
    font-size: .9rem;
    }      
  
}


@media only screen and (max-width: 768px) {

     .banner {
    padding: 30px 40px;
    }      

     .carousel-caption h1 {
        font-size: 3rem;
    }

    .carousel-caption {
    top: 30%;
    }   
  
    .banner h1 {
    font-size: 2.5rem;
    }
  
}


@media only screen and (max-width: 500px) {

    div#galeria {
    padding: 0!important;
    }

    div#novedades p.pr-5.pl-5.text-justify {
    padding: 0 15px!important;
    padding-bottom: 20px!important;
    }

    .tel img {
    vertical-align: initial;
    width: 50px;
    margin-right: 30px;
    }

    .col-6.text-left.pt-sm-3 {
    padding-top: 3.5em;
    }

    img.logo-pie {
    max-width: 200px;
    margin-bottom: 20px;
    }   


    div#contacto p {
    font-size: .8em;
    }

    a.tel {
    font-size: 3em;
    }

    div#contacto h3 {
    font-size: .7rem;
    margin-bottom: .1rem;
    letter-spacing: 3px;
    color: #fff;
    }

    div#contacto h2 {
    font-size: 1.2rem;
    }
  
    .carousel-caption {
    top: 34%;
    }   

    .carousel-caption h1 {
    font-size: 1.6rem;
    }

    .banner {
    padding: 20px 30px;
    }

    .banner h1  {
    font-size: 1.4rem;
    }
  
}

@media only screen and (max-width: 320px) {
  
    .carousel-caption {
    top: 18%;
    }

    .carousel-caption h1 {
    font-size: 1.3rem;
    }  

    .banner h1  {
    font-size: 1.2rem;
    } 

  
}



 /*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/* medium - display 2  */
@media (min-width: 768px) {

    div#pie .carousel-inner .carousel-item-right.active,
    div#pie .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    div#pie .carousel-inner .carousel-item-left.active,
    div#pie .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    div#pie .carousel-inner .carousel-item-right.active,
    div#pie .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    div#pie .carousel-inner .carousel-item-left.active,
    div#pie .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    div#pie .carousel-inner .carousel-item>div {
        display: none;
    }

    div#pie .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

div#pie .carousel-inner .carousel-item.active,
div#pie .carousel-inner .carousel-item-next,
div#pie .carousel-inner .carousel-item-prev {
    display: flex;
}

div#pie .carousel-inner .carousel-item-right,
div#pie .carousel-inner .carousel-item-left {
    transform: translateX(0);
}


