/* Top bar */

#hdr-social {
    font-size: 16px !important;
    padding-top: 1px;
}

.hdr-top-block {
    padding: 0 0;
}

/* Margen superior del logo */
.hdr-center {
    padding: 10px 15px;
}

/* Certificaciones */
.certif {
	display:inline;
	float: left;
}

/* Logo */

.hdr-center-logo img {
	max-height:70px;
	min-height:70px;
}


/* Color de fondo del menú principal */
.hdr-center-menu {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #EEE;
  border-top: 0px solid #EEE;
  top: 125px;
}

/* Padding de opciones del menu */
.menu > li > a {
    padding: 0px 20px;
	text-transform:uppercase;
	font-size: 18px;
	color: #000 !important;
}

#menu-bar .fa {
    color: #000;
}

/* Subrayado de opciones del menu */

.menu > li > a::after {
    background: #18F7CB;
}

.menu li a:hover {
    background-color: #fff;
}

/*  Redes sociales en el menú  */
.menu-social {
	float:left;
}

.menu-social .footer-social {
    padding: 0 0 0 0;
}

.menu-social .social-list-colored li a {
    color: #000 !important;
}

/* Posición de fondo debajo del menú principal */
.page-ttl {
  background-position: top center;
}

/* Color y gradiente de fondo debajo del menú principal */
.page-ttl::before, .parallax-background::before {
  background: rgba(0, 0, 0, 0.0);
/*  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
}

/* Color en efecto hover de las imagenes */
.theme-img:hover::before {
  background: linear-gradient(-90deg, rgba(2, 167, 182, 0.0), rgba(1, 82, 89, 0.0));
}

/* Color de letra */
.paragraph-black {
    color: #333;
}

/* Separador de la top bar */
#hdr-top-wrapper {
    border-bottom: 1px solid #ccc;
}

/* Ancho de los sub-menu */
.menu-dropdown {
    width: 200px;
}

/* Color y gradiente de fondo el rotador del home */
.slider-wrapper .slides li::after {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)); 
}

/* ACTVAR SI SE DESEA QUE LAS FOTOS DE LOS TESTIMONIOS SEAN REDONDAS */

.testimonial-block img {
	border-radius:50% !important;
}

/* Fondo de testimonios */

#testimonial {
	background-position: top; 
	background-attachment: fixed; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

/* Color de título y texto de testimonios */

#testimonial {
	color:#ffffff;
}

/* Color de título y texto de testimonios */

.testimonial-block p {
    color: #ffffff;
}

/* Tamaño de las flechas en el selector de fechas en las reservas */

.reservArrow {
	max-width: 40px;
}

/*TABLAS EN LA PÁGINA DE RESERVAS */

.sameDay {
	width:90%;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	border:#999 1px solid;
	border-radius:7px;
	border-collapse: separate;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	margin:auto;
}


.reserveStatus {
/*	display:block; */
	font-size:13px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
}

.reserveAction {
/*	display:block; */
	font-size:12px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
}

.noWork {
	background-color:#CCC;
	border-collapse:collapse;
}

.reserved {
	background-color:#F2A69D;
	border-collapse:collapse;
}

.free {
	background-color:#B0ECA8;
	border-collapse:collapse;
}

.reserveLeft{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-top:1px solid #EEE;
	width:50%;
	padding:3px 0px 3px 0px;
}

.reserveRight{
	border-left:1px solid #EEE;
	border-bottom:1px solid #999;
	border-top:1px solid #EEE;
	width:50%;
}

.otherDay {
	width:90%;
	text-align:center;
	font-size:10px;
	border:#999 1px solid;
	border-radius:5px;
	border-collapse: separate;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	margin:auto;
}

.noWork_Other {
	background-color:#CCC;
}

.reserved_Other {
	background-color:#F2A69D;
}

.free_Other {
	background-color:#B0ECA8;
}

.reserveOther{
	width:100%;
}

.reserveRight{
	border-left:1px solid #EEE;
	border-bottom:1px solid #999;
	border-top:1px solid #EEE;
	width:30%;
}

.button-primary {
    background-color: #000 !important;
}

#msgText {
	font-size: 1.4em !important;
}

/* FORMULARIOS */

.obligatory{
	color:#ff0000;
}

/* FOOTER */

#footer {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.footer-block:nth-child(2) {
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
}

#copyright {
    background: #000;
}

.footer-b a {
    color: #000;
}

.footer-b a::before {
    display: none;
}

.fa-map-marker::before {
    font-size: 25px;
    color: #999;
}

.fa-phone::before {
    font-size: 25px;
    color: #999;
}

.fa-envelope::before {
    font-size: 20px;
    color: #999;
}

.footer-b a {
    margin: 0px 0px;
    padding: 0 0 0 0px;
}

.social-list-colored li a {
    color: #999 !important;
}

.social-list-colored li a:hover {
    color: #32C1CE !important;
}

.footer-container a {
    font-size: 16px;
    color: #000;
}

.footer-container a:hover {
    color: #32C1CE;
}

.footer-container .tbl-cell li {
	list-style:none !important;
}

/* SECCIONES */

.page-ttl-container h1 {
	font-size:4em;
	line-height: 55px;
	letter-spacing: 4.5px;
	text-align:left;
	text-transform:uppercase;
}

.page-ttl-container p {
	font-size:1.5em;
	line-height: 28px;
	color:#ffffff;
}

.layer-stretch .layer-wrapper p {
	font-size:1.5em !important;
	line-height: 28px;
}

.gallery-container ul li img {
    border-radius: 0px;
}

.gallery-layer {
    border-radius: 0px;
}

.layer-stretch .layer-wrapper ol, .layer-stretch .layer-wrapper ul {
	font-size:1.5em;
	line-height: 28px;
}

.gallery-layer {
    background: rgba(242, 242, 242, 0.0);
}

.gallery-container ul li img {
    -webkit-filter: none;
    filter: none;
}


/* FORMULARIO DE CONTACTO */

.contact-info-inner .fa-map-marker::before {
    font-size: 36px;
    color: #fff;
}

.contact-info-inner .fa-phone::before {
    font-size: 36px;
    color: #fff;
}

.contact-info-inner .fa-envelope::before {
    font-size: 36px;
    color: #fff;
}

.contact-info-inner:hover {
	border: 1px solid #000000;
	border-top: 4px solid #000000;
}

.contact-info-inner .fa:hover {
	background-color: #000000;
}

.contact-info-inner:hover .fa {
    background-color: #000;
}

.form-input-icon .fa {
    background-color: #000;
}

.form-input-icon .fa-phone::before {
    color: #fff;
}

/* HOME */

#slider {
	margin-top: 40px;
}


.slider-info {
    text-align: left;
}

.slider-info h1, .slider-info h2 {
    font-size: 3.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3em;
}

.slider-button {
    text-align: left;
    padding: 0 10%;
}

.slider-button a {
    text-transform: uppercase;
    border-radius: 5px;
    animation-delay: 1.4s;
}

#testimonial {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(/images/fondo-titulares.jpg);
}

.testimonial-block {
    max-width: 100%;
}

.testimonial-block img {
    border-radius: 0% !important;
    width: unset;
    height: unset;
    margin: 0 auto !important;
    border: 0px solid #FFF !important;
}

.owl-carousel .owl-item img {
    display: unset;
}

.theme-owl-dot .owl-dots .owl-dot.active span {
    background: #fff;
}

.theme-owl-dot .owl-dots .owl-dot span {
    border: 2px solid #fff;
}

.theme-owl-dot .owl-dots .owl-dot span:hover {
    background: #fff;
}

/* ESQUELAS */

.div-esquelas-tit-seccion h2{
    font-weight: bold;
    text-transform: uppercase;
    color: #442c7f;
}

.esq-type-btn {
	min-width: 166px;
}

.div-esquela {
	background-color:#F0F0F0;
	border: 1px solid #E0E0E0;
	border-radius:3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	min-height: 445px;
	margin-top: 20px;
}

.div-esquela:hover {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

.div-esquela-tipo {
	background-color: #442C7F;
	color:#ffffff;
	font-size:1.5rem;
	text-align:center;
	text-transform:uppercase;
	padding:8px 0px;
	border-radius:3px 3px 0px 0px;
}

.div-esquela-nombre {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.7rem;
	min-height: 77px;
}

.div-esquela-foto {
	text-align:center;
	margin:10px 0px;
}

.esquela-foto{
	max-width:40%;
	max-height:127px;
	border:2px solid #333;
	border-radius:2px;
	cursor:pointer;
}

.div-esquela-poblacion {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    padding: 5px 0px;
    line-height: 1.7rem;
	min-height:41px;
}

.div-esquela-fecha-def {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    padding: 5px 0px;
    line-height: 1.7rem;
}

.div-esquela-edad {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    padding: 5px 0px 20px 0px;
    line-height: 1.7rem;
	min-height:56px;
}

.div-esquela-enlace {
	text-align:right;
	padding: 0px 10px 5px 0px;
	font-size:1.1rem;
}

.div-esquela-enlace a {
	text-decoration:underline !important;
	font-weight:bold;
}

.div-esquela-mensaje {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: justify;
    padding: 5px 20px 5px 20px;
    line-height: 1.7rem;
}

.div-esquela-autor {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: right;
    padding: 5px 20px 5px 20px;
    line-height: 1.7rem;
}
	
.div-esquela-fecha-men {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: right;
    padding: 0px 20px;
}

.div-esquelas-mas {
    text-align: right;
    padding: 30px 15px;
}

.modal-footer {
	padding:5px 15px;
}

/* ESQUELAS */

.search_label {
	font-size:2rem;
}

.esq-no-result {
	text-align:center;
	font-size:1.5rem;
}

/* PAGINADOR DE ESQUELAS */

.gridnavbar{
	height: 40px; 
	vertical-align: middle; 
	text-align:center; 
	padding-top:8px; 
	text-align:right;
}
.gridnavbar a {
    color: #442C7F;
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
	margin-right:5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #442C7F;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
	text-decoration:none;
}
.gridnavbar a:hover {
	box-shadow:0px 0px 2px 1px rgba(102,102,102,0.67)
}
.gridnavbar a.current {
	background:#442C7F; 
	color:#ffffff;
}

#MsgModalEsq .modal-dialog  {
	max-width:70%;
}

.div-esq-arrow {
	padding-top:300px;
}

.esq-nav {
	max-width:30px;
	cursor:pointer;
}

.toolbar {
	display:none !important;
}


/* ADAPTACIONES PARA RESOLUCIONES */


@media only screen and (max-width: 768px) {
	.layer-wrapper {
    	padding: 10px 0 50px 0;
	}
	
	.page-ttl-container h1 {
		font-size: 2.7em !important;
		line-height: 32px !important;
		letter-spacing: 2.5px;
		text-align:center !important;
		text-transform:uppercase;
	}

	.page-ttl-container {
		padding-top: 5px;
	}
	
	.page-ttl-container p {
    	line-height: 23px;
		padding: 8px 0 0 0;
	}

	.footer-block:nth-child(2) {
    	padding: none;
	}
	
	.footer-block:nth-child(2) {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.footer-block {
		padding: 20px 0;
		text-align: center;
	}
	
	.footer-container .tbl-cell {
		padding-left:0px;
	}

	.my-top-col {
		min-width:100%
	}
	
	.slider-info h1, .slider-info h2 {
		font-size: 1.5em;
	}
	
	.slider-button {
    	bottom: 5%;
	}

	.slider-appointment {
		display: block;
	}
	
	.slider-button a {
		font-size: 14px;
		padding: 10px 20px;
	}
	
	.certif {
		display:none;
	}
	
	.hdr-center-logo img {
		max-height:50px;
		min-height:50px;
    	margin-top: 10px;
    	margin-bottom: 10px;
	}

	.hdr-center-menu {
	  top: 135px;
	}
	
	#slider {
		margin-top: 50px;
	}
	
	.search-buttom {
		margin-top: 15px;
	}
	
	.div-esq-arrow {
		padding-top:150px;
	}

	.esq-type-btn {
		margin-bottom: 15px;
	}

	.esq-type-btn {
		min-width: 150px;
	}
	
	.button {
    	padding: 12px 10px;
	}

}

@media only screen and (min-width: 896px) {
	#MsgModalEsq .modal-dialog {
		max-width:70%;
	}

}

@media only screen and (max-width: 896px) {
	.my-footer-logo {
		max-width:100%
	}
	
	.menu-social {
		display: none;
	}

	#MsgModalEsq .modal-dialog {
		max-width:95%;
	}

}

@media only screen and (max-width: 992px) {
	.menu {
		background: linear-gradient(-90deg, #fff, #fff);
	}
	
	.menu > li {
    	border-bottom: solid 1px #aaa;
	}
	
	.menu .mobile-menu-close .fa {
	    padding-top: 5px;
	}
}

@media only screen and (min-width: 768px) {
	.footer-block:nth-child(2) {
		border-top: 0px solid #ddd;
		border-bottom: 0px solid #ddd;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.slider-info h1, .slider-info h2 {
		font-size: 1.5em;
	}
	
	.slider-button {
    	bottom: 15%;
	}

	.slider-appointment {
		display: block;
	}
	
	.slider-button a {
		font-size: 14px;
		padding: 10px 20px;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.slider-button {
    	bottom: 10%;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {



}




