:root {
  --negro-oscuro: #111111;
  --gris-oscuro: #818181;
  --color-secundario: #ad9a6d; /* dorado */
  --color-secundario-r:173;
  --color-secundario-g:154;
  --color-secundario-b:109;
  --color-tres: #F6F2E6;
  --color-cuatro: #F1EDE1;
  --color-cinco: #ECE7D9;
  --color-seis: #647858;
  --white: #ffffff;
  --border-color: rgba(17, 17, 17, 0.1);
  --dark-border-color: rgba(255, 255, 255, 0.1);
  --light-color: #C3C0BB; /* gris */
  --medium-bck-color:#F9F5ED;
  --third-bck-color:#F8F8F8;
  --mAutor-icon:'-';
  --mPasaje-icon:'-';
  --size-sm:576px;
  --size-md:768px;
  --size-lg:992px;
  --size-xl:1200px;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@font-face {
  font-family: 'Lato';
  src:  url('fonts/Lato-Regular.ttf') format('woff');
}

@font-face {
  font-family: 'Montecarlo';
  src:  url('fonts/MonteCarlo-Regular.ttf') format('woff');
}

/* Generales */
body,h3,h4,h5,h6 {
	font-family: "Lato", sans-serif;
}

h1,h2 {
	font-family: "Montecarlo";
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}

p { 
	font-family: serif; 
	font-size: 18px; 
}

img {
    max-width: 100%;
} 
img.largeImg {
    max-width: unset;
}
.largeImgWrapper {
    overflow-x: auto;
}

.novisible {
    display:none;
}

a {
    background-color: transparent;
    color: black;
}

a.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    text-decoration: none;
}

a.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: white;
    color: var(--negro-oscuro);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-size: 15px;
    box-shadow: 4px 4px var(--light-color);
    z-index: 1;

    /* Position the tooltip */
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}
a.tooltip:hover .tooltiptext {
    visibility: visible;
}

h1 {font-size:3.2em}
h2 {font-size:3.1em;}
h3 {font-size:3em;}
h4 {font-size:2em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}
	
body, html {
  height: 100%;
  margin:0;
  box-sizing: border-box;
}

body {
    line-height: 1.5;
}

a {
	text-decoration: underline;
}

ul,ol  {
    list-style-position: inside;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* sm 576px */
@media only screen and (max-width:576px) {
    .col-sm-12 {width:100%;}
    .col-sm-4 {width:33%;}
    .hide-sm {display:none;}
    blockquote {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* md 768px */
@media only screen and (max-width:768px) {
    .col-md-12 {width:100%;}
    .hide-md {display:none;}
}

/* lg 992px */
@media only screen and (max-width:992px) {
    .col-lg-12 {width:100%;}
    .hide-lg {display:none;}
}

/* xl 1200px */
@media only screen and (max-width:1200px) {
    .col-xl-12 {width:100%;}
    .hide-xl {display:none;}
}

.sinSubrayado, .sinSubrayado a {
    text-decoration: none;
}

.dflex {
    display:flex;
}

.tododerecha {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.izquierda {float:left;}
.derecha {float:right;}
.margenabajo15 {margin-bottom:15px;padding-bottom:15px;}
.margenabajo4 {margin-bottom:4px;padding-bottom:4px;}
.margenarriba15 {margin-top:15px;padding-top:15px;}
.margenarriba10 {margin-top:10px;padding-top:10px;}
.margenderecha10 {margin-right:10px;padding-right:10px;}
.margenderecha5 {margin-right:5px;padding-right:5px;}
.margenizquierda10 {margin-left:10px;padding-left:10px;}
.margenizquierda5 {margin-left:5px;padding-left:5px;}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-container .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


figure:nth-of-type(odd) {
    float:left;
}

figure:nth-of-type(even) {
  float:right;
}

figure {
    clear: both;
    text-align: center;
}

/* Generales */

/* Logo */
.nombreSitio {
    font-weight: 400;
    margin: 10px 0;
    font-family: Montecarlo;
    font-size: 60px;
}

#logoprincipal {
	width:60px;
	margin: 10px;
}

.logoNombre {
    display: flex;
    align-items: center;
    width: 90%;
}

.logoNombre a {
   text-decoration: none;
}
.cabeceraMenu {
    width: 5%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
.cabeceraFunciones {
    width: 5%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
@media only screen and (max-width:992px) {
    .logoNombre {
        width:60%;
    }
    .cabeceraMenu { 
        width: 10%;
    }
    .cabeceraFunciones {
        width:10%;
    }
    .nombreSitio {
        font-size:30px;
    }
}

/* Menú */
#headerbar {
	position: fixed;
    width: 100%;
    z-index: 1000;
	top:0;
    background-color: white!important;
}

#navbar {
	display: flex;
	/*width: 100%;*/
	color: #000!important;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--dark-border-color);
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 100px 0px 100px;
}
@media only screen and (max-width:992px) {
    #navbar {
        padding:0;
    }
}
#headerbar.scrollactive {
	color: black!important;
	transition: background-color 0.5s ease;
	background-color: white!important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#menu {
	display: inline-flex;
	align-items: center;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  display: block;
  position: relative;
  float: left;
}

#menu li ul { display: none; padding-top: 30px;}

#menu ul li ul {padding-top:0px;}

#menu ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
}

#menu ul li a:hover { background-color: var(--negro-oscuro); color:var(--color-secundario);}

#menu li:hover > ul {
  display: block;
  position: absolute;

}

#menu li:hover li { float: none; }

#menu li:hover a { background-color: var(--negro-oscuro); color:white; }

#menu li:hover li a:hover { color:var(--color-secundario); }

#menu.main-navigation li ul li { border-top: 0; }

#menu ul ul ul {
  left: 100%;
  top: 0;
}

#menu ul:before,
#menu ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#menu ul:after { clear: both; }

@media (max-width: 600px) {
	#menu {
		display: none!important;
	}
}
/* Menú */

/* Menú big y menú normal */
/* Breadcrumb */
#breadcrumb {
    padding: 110px 100px 0px 100px;
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
}
#bigMenu,#menuHijo {
    /*text-align: center;*/
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 100px 0px 100px;
}
@media (max-width: 1199px) {
    #breadcrumb,#bigMenu,#menuHijo {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 992px) {
    #bigMenu,#menuHijo {
        display:none;
    }
    #breadcrumb,#bigMenu,#menuHijo {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#breadcrumb ul {
    padding: 5px 16px 5px 16px;
    margin-bottom: 0px;
    list-style: none;
    /* border: 1px solid var(--light-color); */
    /*background:rgb(var(--color-secundario-r),var(--color-secundario-g),var(--color-secundario-b),0.2);*/
}
#bigMenu ul, #menuHijo ul {
    padding: 10px 16px;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 1px;
    list-style: none;
    /* border:1px solid var(--color-secundario); */
}
#bigMenu ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 2px outset var(--light-color);
    -moz-column-rule: 2px outset var(--light-color);
    column-rule: 2px outset  var(--light-color);
}
#breadcrumb ul li,#menuHijo ul li {
    display: inline-block;
    font-size: 18px;
}
@media (max-width: 992px) {
    #breadcrumb ul li {
        display: inline-table;
    }
}
#breadcrumb ul li+li:before {
    padding: 8px;
    color: var(--light-color);
    content: "/\00a0";
}
#menuHijo ul li+li:before {
    padding: 8px;
    color: var(--light-color);
    content: "|";
}
#breadcrumb ul li a,#bigMenu ul li a,#menuHijo ul li a {
    color: var(--color-secundario);
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#breadcrumb ul li a:hover,#bigMenu ul li a:hover,#menuHijo ul li a:hover {
    color: var(--color-secundario);
    text-decoration: underline;
}
#breadcrumb ul li.seleccionado a, #bigMenu ul li.seleccionado a, #menuHijo ul li.seleccionado a {
    color:var(--negro-oscuro);
}
/* Breadcrumb */
/* Menú big y menú normal */

/* Menú móvil */
.menuHamburguesa {
    background-color: var(--medium-bck-color);
    transition: transform .3s ease-in-out;
    will-change: transform;
    position: fixed;/* Stay in place */
    width: 320px;
    max-width: 100%;
    height: 100vh; /* Specify a height */
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(-100%);
    overflow-y: auto;
    z-index: 1001; /* Stay on top */
}
.menuHamburguesa .controles {
    background-color: var(--color-secundario);
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.menuHamburguesa .controles a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.menuHamburguesa .controles .closebtn {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.menuHamburguesa .controles .backbtn {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}

.sidepanel {
    width: 100%;
    transform: translateX(0);
    transition: transform .3s ease-in-out;
    will-change: transform;
  }

  .sidepanel ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    transition: transform .3s ease-in-out;
  }

  .sidepanel ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .9rem 1.5rem;
}

  .sidepanel ul a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
  }

  .sidepanel ul li .irASubmenu {
    cursor: pointer;
  }

  .sidepanel ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
  }

  .sidepanel ul.muestra_menu {
    display: block;
  }

  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
/* Menú móvil */

/* Search */
#show-search:hover {
	cursor:pointer;
}

#search-container {
    align-items: center;
	display:none;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0px 12px 14px -1px var(--light-color);
    -webkit-box-shadow: 0px 12px 14px -1px var(--light-color);
    -moz-box-shadow: 0px 12px 14px -1px var(--light-color);
}
#search-container.active {
	width: 100%;
    position: absolute;
    min-height: 450px;
    background-color: white;
    top: 0;
    display: flex;
    padding: 3rem;
}

#search-container form {
	width: 90%;
}

#search-container .busqueda_simple {
    display: flex;
}

#search-container .busqueda_avanzada {
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 50px;
}
@media (max-width: 768px) {
    #search-container .busqueda_avanzada {
        flex-direction: column;
    }
}

#search-container .filtro_avanzado {
    display: flex;
    flex-direction: column;
}

#closeIcon {
  color: #000;
  font-weight: 300;
  font-family: Arial, sans-serif;
  position: absolute;
	right: 10px;
	top: 5px;
	font-size: 40px;
}
#closeIcon:hover,#closeMovilMenu:hover {
	cursor:pointer;
}

#buscarbutton {
    color: var(--negro-oscuro);
	border: 0;
	background-color: transparent;
}

#buscarbutton:hover {
	cursor:pointer;
}

#query {
   font-size: 3rem;
    font-weight: 600;
    border: 0;
    padding: 0;
	outline: none;
	width:100%;
}
/* Search */

/* Layout */
.container {
	padding:128px 100px;
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
}
main .container:first-child {
    padding: 0px 100px 128px 100px;
}
@media (max-width: 1199px) {
    main .container:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    .container {
        padding: 50px 30px;
    }
}
.container.lessPadding {
    padding: 50px 100px;
}
@media (max-width: 768px) {
    .container,.container.lessPadding {
        padding: 20px 20px;
    }
}


.container-fluid {
    max-width: 100%;
}

.center_container {
	display:inline-flex;
	justify-content:center;
}

.titulos {
	font-weight: 400;
	margin-top: 25px;
	margin-bottom:25px;
	font-size: 4rem;
    font-weight: 400;
    color: var(--negro-oscuro);
	font-family: serif;
	display: block;
	width: 70%;
    line-height: 1.2;
}

@media screen and (max-width:768px) {
    .titulos {
        width: 100%;
    }
}

.subtitulos {
	justify-content: flex-start;
	font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--negro-oscuro);
}
.subtitulos span {
	opacity: .5;
}
.subtitulos:before {
	content: '';
    width: 30px;
    height: 1px;
    left: 0;
    background-color: var(--negro-oscuro);
    margin-right: 20px;
}

.tituloSecundario {
    font-size: 20px;
    font-weight: 500;
    font-family: serif;
    text-decoration: none;
}

.detallesSecundario {
	color: var(--negro-oscuro);
	opacity: .7;
	margin-top:10px;
}

.detalles {
	font-size: 1rem;
}
.fondoMedio {
	background-color: var(--medium-bck-color);
}
.fondoTerciario {
    background-color: var(--third-bck-color);
}
.fondoSecundario {
	background-color:  var(--negro-oscuro);
}
.fondoSecundario .subtitulos {
	color:white;
	opacity: .5;
}
.fondoSecundario .subtitulos:before {
	background-color:white;
}
.fondoSecundario .tituloprincipal {
	color:white;
}
.fondoSecundario .subtitulo {
	color:var(--color-secundario);
}
.fondoSecundario .titulo a {
	color:white;
	font-size: 1.5rem;
    line-height: 1.4;
	text-decoration: none;
}
.fondoSecundario .titulo {
    padding-bottom: 25px;
}
.fondoSecundario .detalles {
	color:white;
	opacity: .6;
    font-size: 1rem;
}
.fondoOscuro {
    background-color: var(--negro-oscuro); ;
}

.img_fit {
	width: 220px;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width:992px) {
    .contenido figure {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom:25px;
    }
    .contenido img {
        width: 100%;
        height: auto;
    }
    .img_fit {
        width: 100%;
        height: auto;
    }
}

.iconogrande {
	color: var(--light-color);
	font-size: 80px;
    opacity: .5;
	display: block;
    padding-bottom: 25px;
    width: 100px;
}
@media screen and (max-width:768px) {
    .iconogrande {
        text-align: center;
    }
}

.masDerecha {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.masDerecha:after {
    content: '→';
	font-family: 'slick';
    font-size: 20px;
    line-height: 0.8;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
}
/* Layout */

/* Footer */
footer {
	color: white;
	padding: 0px 0 50px 0;
}
footer #footer-arrow {
	position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
	opacity: 0.6;
    color: white;
    background-color: var(--negro-oscuro);
    height: 50px;
    width: 50px;
	text-align: center;
}
footer #footer-arrow i {
    color: white;
}
footer #footer-arrow:hover {
	opacity:1;
}
footer .footer-menu {
	padding-bottom: 30px;
}
footer .footer-menu ul {
    list-style: none;
    display: inline-flex;
}
@media screen and (max-width:900px) {
    footer .footer-menu ul {
        display: block;
    }
}
footer .footer-menu ul li {
   border-right: 1px solid var(--dark-border-color);
   padding-right: 10px;
    padding-left: 10px;
}
footer .footer-menu ul li:last-child {
	border-right:0;
}
footer .footer-menu ul li a {
	text-decoration: none;
	color: white;
	text-transform:uppercase;
	font-size: 12px;
}
footer .footer-menu ul li a:hover {
	opacity: .6;
}
footer .footer-menu ul li span[class*='icon-'] {
	display:none;
}
footer .footer-text {
	text-align: center;
	border-top: 1px solid var(--dark-border-color);
	padding-top: 50px;
	opacity: .6;
	font-size:14px;
	font-style: italic;
}

footer .footerImages [class*='col-'] {
    padding:0;
}
footer .footerImages img {
    display: inline-block;
    float: left;
    vertical-align: top;
    zoom: 1;
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: auto;
}
/* Footer */
	
/* Páginas concretas */
/* Index */
#home {
	background-image:  url('../img/image_header.png');
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
}

#home .titulos-iniciales h1 {
	font-size:5em;
	text-shadow: 1px 1px #aaa;
    font-weight: 400;
    margin: 10px 0;
}

#home .titulos-iniciales {
	position: absolute;
    top: 40%;
    width: 45%;
    line-height: 1;
}
@media screen and (max-width:768px) {
    
    #home .titulos-iniciales {
        top: 20%;
        width: 90%;
    }
}

#home .titulos-iniciales h2 {
	font-size:80px;
	text-shadow: 1px 1px var(--negro-oscuro);
	font-family: serif;
	color: white;
}
/* Index */


/* Citas */
#citahome {
	background: url('../img/home/castle.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
@media screen and (max-width:768px) {
    #citahome {
        background:none;
    }
}
.tituloprincipal {
	font-weight: 400;
    text-decoration: none;
	margin-top: 25px;
	font-size: 4rem;
    font-weight: 400;
    color: var(--negro-oscuro);
	font-family: serif;
	display: block;
	width: 70%;
    line-height: 1.2;
}
@media screen and (max-width:768px) {
    .tituloprincipal {
        width:100%;
    }
}
.masContenido a{
	justify-content: flex-start;
	font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
	text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--negro-oscuro);
	margin-top: 25px;
}
.masContenido a i {
	margin-left:25px;
	font-size: 18px;
	transition: margin 0.5s;
}
.masContenido a:hover i {
	margin-left:40px;
	transition: margin 0.5s;
}
/* Citas */

/* Slider */
.slick-track {
	display: flex !important;
}

.swiper-slide {
    padding: 0 27px;
    overflow: hidden;
	border: 1px solid rgba(17, 17, 17, 0.1);
	padding-top: 20px;
    padding-bottom: 20px;
	height: inherit !important
}
#artSlider .slick-slide,#galeriarelacionadas .slick-slide,#galeriaMasAutor .slick-slide {
    border:0;
}

.slider-image {
    max-width: 360px;
    max-height: 360px;
    overflow: hidden;
}
.slider-image img {
    max-width: unset;
}

.slider-image-rect img {
    width: 350px;
    height: 350px;
}

@media(max-width:768px) {
    .slider-image-rect img {
        width: 250px;
        height: 250px;
    }
}

.slider-title {
    margin-bottom: 20px;
	font-family: serif;
}
.slider-title a {
	font-size: 24px;
	text-decoration: none;
	
}
.slider-subtitle {
	margin-top: 25px;
	font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: var(--color-secundario);
}

.slider-subtitle-in {
    text-align: center;
    font-family: serif;
    font-size: 22px;
    margin-top: 10px;
}

.slider-title-above {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    transform: translate(12px,-10px);
    font-weight: 600;
}
.slider-title-above span {
    background-color: white; 
    padding: 8px 18px;
    color: var(--color-secundario);
}
/* Paginación */
.swiper-pagination,.paginacion_contenedor {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-pagination {
    position: relative!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination-bullet, .paginacion_contenedor a.paginacion, .paginacion_contenedor span.paginacion {
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: black;
	opacity: .4;
    border: 0;
    outline: none;
    background: transparent;
    text-decoration: none;
    font-family: "Lato", sans-serif!important;
    font-size:15px;
}
.paginacion_contenedor span.paginacion,.paginacion_contenedor a.paginacion {
    line-height: 1;
}
.swiper-pagination-bullet, .paginacion_contenedor a.paginacion:hover,.paginacion_contenedor span.paginacion {
	opacity: 1;
}

.swiper-pagination-bullet {
    background: unset!important;
    padding-left: 10px!important;
}

.slider-paginacion {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper-button-prev {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    outline: none;
	background-color:transparent;
}
.swiper-button-prev:before {
    content: '←';
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-button-prev:after {
    content: ''!important;
}
.swiper-button-next {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
	background-color:transparent;
}
.swiper-button-next:before {
	content: '→';
	font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
}
.swiper-button-next:after {
    content: ''!important;
}
.swiper-button-prev, .swiper-button-next {
    top: unset!important;
}
/* Slider *//* Paginación */


/* Icon shortcuts */
 .shortcutcard {
	 padding: 15px;
	 background: linear-gradient(
		to bottom,
		#197278 0%,
		#197278 50%,
		white 50%,
		white 100%
	  );
	  margin: 15px;
	  text-align: center;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 }
 
 .shortcutcard img {
	 border-radius: 50%;
	 width: 50%;
 }
/* Icon shortcuts */

/* Biblia sección */
.imageText {
	position: relative;
	margin: 15px;
}
.imageText .textinimage {
	position: absolute;
	top:50%;
	padding: 15px;
}
/* Biblia sección */

.barraIconos {
    display: inline-flex;
}
.barraIconos div {
    padding-right: 10px;
}

input,select {
    box-shadow: none;
    border-radius: 1px;
    border: 1px solid var(--border-color);
    color: var(--gris-oscuro);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    height: auto;
    padding: 12px 20px;
    margin-top: 5px;
    max-width: 100%;
}
input[type=text] {
    width: 100%;
}

a.button {
    font-size: .688rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    background: var(--negro-oscuro);
    color: white;
    padding: 25px;
    min-height: 45px;
    cursor: pointer;
}

/* loader */
#loader {
  position: absolute;
  left: 45%;
  top: 48%;
  z-index: 1;
  width: 80px;
  height: 80px;
  border: 8px solid var(--light-color);
  border-radius: 50%;
  border-top: 8px solid var(--color-secundario);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* loader */

/* TABLAS */
.table_responsive {
    max-width: 100%;
    overflow-x: auto;
    clear: both;
}

table th, table td {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid var(--light-color);
}

table {
    width: 100%;
    margin-top:1em;
}
table caption {
    font-weight: 700;
    font-size: 2em;
}
table th {
    font-size: 1.3em;
}
table tr:hover {
    background-color: var(--medium-bck-color);
}

table td {
    vertical-align: top;
}
/* TABLAS */

/* HIMNOS */
.himno {
    display: flex;
    color: #6b1212;
}
.himno:after {
    content: url('../img/historia/musica.png');
}
@media(max-width:576px) {
    .himno:after {
        content: '';
    }
}
/* HIMNOS */
/* SERMON */
.sermon {
    color: #990000;
}
/* SERMON */

/* Geografía */
.geografia_container {
    display: flex;
    width: 100%;
}
.geografia_container .geografia_texto {
    text-align: center;
    background-color: var(--color-cinco);
    padding: 110px;
}
.geografia_container .geografia_texto  h2 {
    line-height: 1.2em;
    font-size: 3rem;
    font-family: serif;
}
.geografia_container .geografia_texto  h2, .geografia_container .geografia_texto  a {
    text-decoration: none;
}
.geografia_container .geografia_texto .tituloprincipal { 
    width: 100%;
}
.geografia_container .geografia_imagen {
    background: url('../img/home/geografia.jpg');
    background-size: cover;
}
@media only screen and (max-width:768px) {
    .geografia_container {
        flex-direction: column-reverse;
    }
    .geografia_container .geografia_imagen {
        height: 300px;
    }
    .geografia_container .geografia_texto {
        padding: 5%;
    }
}
/* Geografía */

/* Tabernáculo */
.tabernaculo_container {
    display: flex;
    width: 100%;
}
.tabernaculo_container .tabernaculo_texto {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 10%;
}

.tabernaculo_container .tabernaculo_imagen {
    background: url('../img/home/tabern.jpg');
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width:768px) {
    .tabernaculo_container {
        display: unset;
    }
    .tabernaculo_container .tabernaculo_imagen {
        height: 300px;
    }
    .tabernaculo_container .tabernaculo_texto {
        padding: 5%;
    }
}
/* Tabernáculo */