#header {
	position: relative;
}

body {
	font-family: 'Nunito', sans-serif !important;
}

body.single-guia #header {
	z-index: 999;
}

a {
	color: #21252A;
}

footer {
	width: 100%;
}

footer a  {
    color: #212529;
}

.mt-no-bh {
    margin-top: 5rem;
	margin-bottom: 2rem;
}

.mt-no-bh-pub {
    margin-top: 60px;
}

.mt-si-bh {
    margin-top: 2rem;
	margin-bottom: 2rem;
}

.mt-si-bh-pub {
    margin-top: 2rem;
}

/* FUENTES */

.domine {
	font-family: 'Domine', serif;
}

.nunito {
	font-family: 'Nunito', sans-serif;
}

.kalam {
	font-family: 'Kalam', cursive;
}

/* NAVBAR */

.menuhead {
    font-size: 1.25em;
}

.header {
	padding: 10px 16px;
	background: #555;
	color: #f1f1f1;
}	

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1024;
}

.sticky + .content {
	padding-top: 102px;
}

.sombra {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
}

.nav-link {
	color: #fff !important;
}

.mini-punto {
	font-size: 0.5rem;
	display: inline-block;
    vertical-align: middle;
}

.naranja {
	color: #ff6700;
}

.petro {
	color: #647883;
}

.rojo {
	color: #ff0200;
}

.agua {
	color: #1eb2b0;
}

.amarillo {
	color: #ffd300;
}

.violeta {
	color: #9800CB;
}

.verde {
	color: #008000;
}

.punto-activo {
    font-size: 1.75em;
}

.drop-custom { 
	color: #fff;
}

.drop-custom:hover { 
	color: #fff;
	text-decoration: none;
}

.drop-custom-caret { 
	cursor: pointer;
}

/* MASCARAS */

.mascara-2 {
	position: relative;
	margin-bottom: 2em;
}

.mascara-2:after {   	
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('https://res.cloudinary.com/idcdn/image/upload/v1542241689/oap/globo.png');	
	background-repeat: round;
    background-size: 100% auto;
    height: auto;
}

/* BOTONES */

.btn-verde { 
  color: #ffffff; 
  background-color: #8BC53F; 
  border-color: #8BC53F; 
} 
 
.btn-verde:hover, 
.btn-verde:focus, 
.btn-verde:active, 
.btn-verde.active, 
.open .dropdown-toggle.btn-verde { 
  color: #ffffff; 
  background-color: #769D61; 
  border-color: #769D61; 
} 
 
.btn-verde:active, 
.btn-verde.active, 
.open .dropdown-toggle.btn-verde { 
  background-image: none; 
} 
 
.btn-verde.disabled, 
.btn-verde[disabled], 
fieldset[disabled] .btn-verde, 
.btn-verde.disabled:hover, 
.btn-verde[disabled]:hover, 
fieldset[disabled] .btn-verde:hover, 
.btn-verde.disabled:focus, 
.btn-verde[disabled]:focus, 
fieldset[disabled] .btn-verde:focus, 
.btn-verde.disabled:active, 
.btn-verde[disabled]:active, 
fieldset[disabled] .btn-verde:active, 
.btn-verde.disabled.active, 
.btn-verde[disabled].active, 
fieldset[disabled] .btn-verde.active { 
  background-color: #8BC53F; 
  border-color: #8BC53F; 
} 
 
.btn-verde .badge { 
  color: #8BC53F; 
  background-color: #ffffff; 
}

.btn-naranja { 
  color: #ffffff; 
  background-color: #FF6700; 
  border-color: #FF6700; 
} 
 
.btn-naranja:hover, 
.btn-naranja:focus, 
.btn-naranja:active, 
.btn-naranja.active, 
.open .dropdown-toggle.btn-naranja { 
  color: #ffffff; 
  background-color: #FF753A; 
  border-color: #FF753A; 
} 
 
.btn-naranja:active, 
.btn-naranja.active, 
.open .dropdown-toggle.btn-naranja { 
  background-image: none; 
} 
 
.btn-naranja.disabled, 
.btn-naranja[disabled], 
fieldset[disabled] .btn-naranja, 
.btn-naranja.disabled:hover, 
.btn-naranja[disabled]:hover, 
fieldset[disabled] .btn-naranja:hover, 
.btn-naranja.disabled:focus, 
.btn-naranja[disabled]:focus, 
fieldset[disabled] .btn-naranja:focus, 
.btn-naranja.disabled:active, 
.btn-naranja[disabled]:active, 
fieldset[disabled] .btn-naranja:active, 
.btn-naranja.disabled.active, 
.btn-naranja[disabled].active, 
fieldset[disabled] .btn-naranja.active { 
  background-color: #FF6700; 
  border-color: #FF6700; 
} 
 
.btn-naranja .badge { 
  color: #FF6700; 
  background-color: #ffffff; 
}

.btn-esp-blanco {
	white-space: normal !important;
}

.botonescats a {
	color: #fff !important;
}

.page-item.active .page-link {
    background-color: #8BC53F !important;
    border-color: #8BC53F !important;
}

a.page-link  {
	color: #8BC53F !important;
}

/* BOTON SUBIR */

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 85px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

/* BOTÓN WHATSAPP */

.whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}

.whatsapp a {
    background: #1ea952;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.whatsapp a:hover {
	text-decoration: none;
}

.whatsapp a i.fab.fa-whatsapp {
    font-size: 2em;
    color: #fff;
}

/* BOTÓN DESCARGAR */

.descargar {
    position: fixed;
    left: 20px;
    bottom: 80px;
    z-index: 10;
}

.descargar a {
    background: #FF0200;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.descargar a:hover {
	text-decoration: none;
}

.descargar a i.far.fa-file-pdf {
    font-size: 2em;
    color: #fff;
}

.qrmercado {
    position: fixed;
    left: 20px;
    bottom: 140px;
    z-index: 10;
}

.qrmercado a {
    background: #339AF0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.qrmercado a:hover {
	text-decoration: none;
}

.qrmercado a i.fas.fa-qrcode {
    font-size: 2em;
    color: #fff;
}

/* IMAGEN PRINCIPAL */

.imagen-principal {
    height: 70vh !important;
}

.imagen-principal-guia {
    height: 36vh !important;
}

/* FONDOS */

.fondo-buscar-guia,.fondo-landing {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.fondo-buscar-guia {
	height: 100vh;
}

.fondo-landing {
	height: 70vh;
}

.fondo-caja-agenda {
	background-image: url('../img/cajaagenda.jpg');
}

.fondo-caja-guia,.fondo-buscar-guia {
	background-image: url('../img/cajaguia.jpg');
}

.fondo-anunciar {
	background-image: url('../img/anunciar.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*width: 100vw;*/
	height: 70vh;
	position: relative;
}

.fondo-especial-1 {
    background-image: url(../img/especial1.jpg);
}

.fondo-especial-2 {
    background-image: url(../img/especial2.jpg);
}

.fondo-especial-3 {
    background-image: url(../img/especial3.jpg);
}

.fondolink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

body.home,.page,.archive,.category,.single { 
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
}	

body.home { 
	/* background-image: url('../img/fondo-violeta.svg') !important; */
}

body.page-template-tpl-especial {
	background-image: unset;
}

body.page-guiadeservicios,.page-busqueda-guia,.single-guia,.tax-aviso_categoria { 
	background-image: url('../img/fondo-amarillo.svg') !important;
}		

body.page.page-agenda {
	background-image: url('../img/fondo-agenda.svg');
}

body.single,.page,.archive,.category  {
	background-image: url('../img/fondo-revista.svg');
}

body.page.page-institucional {
	background-image: url('../img/fondo-institucional.svg');
}

body.page.page-publicidad {
	background-image: url('../img/fondo-publicidad.svg');
}

.quienleeoap-fondo {
	background-image: url('../img/quiennoslee.jpg')
}

.porqueanunciar-fondo {
	background-image: url('../img/porqueanunciar.jpg')
}

.distribucion-fondo {
	background-image: url('../img/mapa.jpg')
}

.bg-violeta {
    background: #7c0d90;
}

.bg-verde {
	background: #8bc53f;
}

.bg-naranja {
    background: #ff6700;
}

.bg-opacidad {
	background: rgba(100,120,132,.3);
}

.bg-opacidad-single {
	background: rgba(255,255,255,.9);
}

.bg-size {
    background-size: cover;
    background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}

.item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.fondo-anunciar-opacidad {
	background: rgba(0,0,0,.4);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}

.card-op {
	background: rgba(0,0,0,.2) !important;
}

/* SINGLE Y TEXTOS */ 

body.single .sticky-top { 
	top: 80px;
	z-index: 998;
}

.texto-verde {
	color: #8bc53f;
}

.underline {
	text-decoration: underline;
}

/* MIGAS DE PAN */

.seobreadcrumbsingle {
    text-transform: lowercase;
}

.seobreadcrumbsingle a {
	color: #212529;
}

/* BUSCADOR WP*/

 #custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    color:#8E8E8E;
}
 
.search-query:focus {
    z-index: 0 !important;   
}

/* FACETS */

.facetwp-facet {
    margin-bottom: 4px !important;
}

.facetwp-facet-buscar, .facetwp-facet-rubros, .facetwp-facet-lugares, .fwp-submit {
    margin-bottom: 4px !important;
}

.facetwp-radio {
	margin-right: 5px;
	color: orange;
    background-color: transparent;
    background-image: none;
	background: none !important;
    border-color: orange;		
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem !important;
    font-size: 1rem;
	text-transform: lowercase;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.facetwp-monthly { 
	padding-top: 1px; 
	padding-bottom: 2px; 
	margin-right: 1rem; 
	margin-bottom: 4px; 
	border-radius: unset !important;
}

.facetwp-search {
    padding-right: 42px !important;
}

.facetwp-date, .facetwp-dropdown, .facetwp-search {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
	text-transform: lowercase;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body.home .buscador-campos {
    width: 100%;
}

body.home .facetwp-facet-lugares {
	width: 50%;
}

body.home .facetwp-facet-rubros {
	width: 80%;
}

.facetwp-search-wrap {
    display: block;
}

.facetwp-btn {
    padding: 8px;
}

/* ARCHIVO */

.aos-all { 
	width: 1140px; 
	max-width: 100%; 
	overflow: hidden 
}

.aos-item { 
	display: inline-block; 
	float: left;
}

.aos-item__inner {
	position: relative; 
	float: left; 
}

.aos-item-guia { 
	display: inline-block; 
	float: left;
}

.aos-item-guia__inner { 
	position: relative; 
	float: left; 
}

.archivo-libro {
	background: #fff;
    display: block;
}

.espacioblanco {
	height:100px
}

.revista-nro { 
	height:50px
}

.busqueda-titulos { 
	height: 190px;
}

/* HOME */

div.one {
	/*height: 70vh;*/
	/*width: 100vw;*/
	marginTop: 0vh;
	marginLeft: 0vw;
}

div.two {  
	/*width: 100vw;*/
	marginTop: 0vh;
	marginLeft: 0vw;
}

div.three {
	/*width: 100vw;*/
	height: 70vh;
	marginTop: 0vh;
	marginLeft: 0vw;
	margin-bottom: 1em;
}

div.fourth{
	/*width: 100vw;*/
	marginTop: 0vh;
	marginLeft: 0vw;
}

.margen-cajas-home, .margen-caja-agenda-home {
	margin: 30px 0;
}

.overlay {
	background: rgba(0,0,0,.4);	
	height: 100%;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}

.square {
    float:left;
    position: relative;
    width: 100%;
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.square:hover .overlay {
  opacity: 1;
}

.centro-texto-caja {				
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;	
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.buscador-campos {
	padding: 10px;
}

body.home .buscador-campos {
    padding: 5px 10px;
}

.clima {
	position: absolute;
    top: 0;
    right: 0;
}

/* GUÍA */

body.page-busqueda-guia .facetwp-template {
	width: 100%;
}

body.page-busqueda-guia .rwp-rating-stars-count, body.tax-aviso_categoria .rwp-rating-stars-count, body.tax-tags_guia .rwp-rating-stars-count, body.search-results .rwp-rating-stars-count {
	display:none;
}

.lp-home-categorias {
    text-align: center;
    list-style: none;
}

.lp-home-categorias li {
    display: inline-block;
    width: 120px;
    margin-right: 13px;
	margin-bottom: 13px;
}

.lp-home-categorias li a {
    width: 100%;
    height: 110px;
    text-align: center;
    float: left;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.42);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lp-home-categorias li a:hover {
	background-color: darkorange;
}

.lp-home-categorias li a span {
    font-size: 15px;
    width: 100%;
    font-weight: 400;
	line-height: 15px;
    margin-bottom: 0px;
	padding: 1em;
    position: absolute;
    top: 75%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.busqueda-nr {
	text-align: center;
    font-size: 2rem;
}

.imagen-categoria {
	height: 216px;
	position: relative;
}

.sin-imagen-categoria {
	height: 150px;
	position: relative;
}

.imagen-categoria-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.icono-cat-fondo {
	background: #ff6700;
    float: left;
    position: relative;
    text-align: center;
    width: 45px;
    margin-right: .75em;
}

.cat-titulo-fondo {
    background-color: rgba(0,0,0,.45);
}

.filtro-blanco {
    filter: invert(100%) sepia(1%) saturate(48%) hue-rotate(29deg) brightness(111%) contrast(98%);
}

.migas .seobreadcrumbsingle a {
	color: #fff;
}

/* PÁGINAS */

.page-institucional a {
	color: #212529;
}

body.page-publicidad .section {
	padding: 1em 0;
}

.bg-menu-publicidad {
	background: rgba(255,193,7,.7);
}

.bg-menu-institucional {
    background: rgba(30,178,176,.7);
}

.bg-menu-categorias {
    background: rgba(255,2,0,.7);
}

.anunciar {
    text-align: left;
}

.anunciar li {
	list-style: none;
	display: flex;
}

.anunciar li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .25rem;
}

.subtituloVerde {
    font-weight: bold;
    color: #66B821;
}

.destacado {
    font-weight: bold;
}

.destacadoVerde {
    font-weight: bold;
    color: #66B821;
}

/* FADE CSS */

body.page-institucional .flickity-slider {
	transform: none !important;
}

.gallery-cell {
	width: 100%;
	left: 0 !important;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

/* BANNERS */

.top-container {
	padding: 1em;
	text-align: center;
}

.popup-cerrar {
	position: absolute;
	right: 0;
}

/* WIDGETS REDES */

.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

.instawidget iframe {
   width: 100% !important;
}

/* COMPARTIR REDES */

ul.share-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.share-buttons li {
    display: inline;
    margin-right: 5px;
}

.fbshare a {
    color: #4267B2;
}

.twitter a {
	color: #007bff
}

.telegram a {
    color: #1F9CDB;
}

.whtsapp a {
    color: #5CBE4A;
}

.email a {
    color: #FF8C00;
}

/* SLIDER FLICKITY */

.carousel {
	width:100%;
	background: #F0F3F6;
}

.carousel-image {
   width: 100%;
   height: 70vh;
   background-position: center center !important;
   background-size: cover !important;
   transition: opacity 0.4s;
   opacity: 0.2;
}

.carousel-cell { 
	width: 100%;
}

.is-selected {
	opacity: 1;
}

body.single.artistas,.flickity-viewport {
	transition: height 0.2s;
}

.centro-texto-caja-int {	
	background: rgba(100,120,132,.3);	
	text-align: center;
}

/* SLIDER POSTS */

.carousel-cell {
    width: 66%;
    height: 400px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-cell-aviso {
    width: 66%;
    height: auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-cell-image {
    display: block;
    max-height: 100%;
}

.carousel-cell-image {
    max-width: 100%;
}

.flickity-viewport {	
    transition: height 0.2s;
}

.flickity-prev-next-button {
    width: 32px;
    height: 32px;
}

.flickity-button {
    background: #fff;
}

.flickity-button-icon {
    display: none;
}

.flickity-prev-next-button.previous {
    left: 0;
    border-radius: 0;
}

.flickity-prev-next-button.next {
    right: 0;
    border-radius: 0;
}

.previous:before {
    content: "\f104";
    /* left */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 2px;
}

.next:before {
    content: "\f105";
    /* right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 2px;
}

.slider-cover {
    height: 70vh;
    width: 100%;
}

.slider-box {
    width: 50%;
}

.slider-mx {
    margin-right: -15px;
    margin-left: -15px;
}

/* SLIDER HOME */

.single-post-galeria { 
	display:block;
	margin:0;
	position:relative;
	overflow:hidden; 
	height: 70vh;
}

.single-post-galeria img {
	width: 100%;
}

.carousel-cell-2 {
	width: 100%;
}

img.img-parallax  { 
	position: absolute; 
	top: 0; 
	left: 49.99%; 
	transform: translate(-50%, -10%);
}

img#single-post-image-height-auto { 
	-moz-user-select: none; 
	height: auto;
}
 
/* CF7 */

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	margin: .5rem;
}
.screen-reader-response {
	display: none;
}
.wpcf7-mail-sent-ok {
	font-weight: bold;
}

/* ESTILOS LOGIN */

body.login { 
	background-image: url('https://res.cloudinary.com/idcdn/image/upload/v1540479256/oap/fondos/fondo-login.svg');
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
}

#login {
    background: rgba(255,255,255,.7);
    border-radius: .25rem!important;
    padding: 3em 0;
    margin-top: 2em;
}

.login form {
	background: unset;
	box-shadow: unset;
}

.login #backtoblog, .login #nav {
    text-align: center;
}

.login input[type=text],.login input[type=password] {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ESTILOS WORDPRESS */

blockquote.left {
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}

blockquote.right {
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

.aligncenter {
	display:block;
	margin:0 auto;
}

.alignright {
	float:right; 
	margin:10px 0 10px 10px;
}

.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

.textleft {
	text-align:left;
}

.size-full,.size-large,.size-medium {
	margin-bottom:1em;
}

.wp-caption.alignleft {
	margin:20px 20px 15px 0;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;padding: 0;	margin: 0;
}

.wp-caption p.wp-caption-text {	
	border-bottom: 1px solid #E3E3E3; 
	font-size: 12px; 
	line-height: 1.5; 
	margin: 0; 
	padding-bottom: 1em; 
	padding-top: 1em; 
	text-align: left; 
}

div.wp-caption {
	max-width: 100%;
}

.widget_text {
	margin-bottom:2em;
	width:100%
}

#comments ol li {
    display: block;
}

.wp-playlist-current-item {
    height: unset !important;
}

.page-numbers {
    color: #FFFFFF;
    background-color: #93da46;
    border-color: #93da46;
    border-radius: 50%;
}

.page-numbers,
.page-numbers a,
.page-numbers a:hover,
.page-numbers li.active a,
.page-numbers.disabled {
    cursor: pointer;
    padding: .3rem .75rem;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
}

a.page-numbers:hover {
	color: #000;
	text-decoration: none;
}

.page-numbers.current {
    font-weight: bold;
	background-color: #FF6700;
}

/* MAPA GOOGLE */

.acf-map {
    width: 100%;
    height: 360px;
}

/* REVIEWS */

.comment-author img {
	margin-right: 1em;
}

.comment-meta {
	margin: 1em 0;
}

.fn {
	font-style: normal;
    font-weight: bold;
}

/* GALERÍA */

.img__wrap {
    position: relative;
    transition: 0.3s;
}

.img__wrap:hover {
    opacity: .8;
    transition: 0.3s;
}

.img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.square-general {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

/* TABLAS */

/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: .75rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
	display: block;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
	width: auto;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}

/* MEDIA QUERIES */

@media (max-width: 500px) {
	.fondo-buscar-guia,.fondo-landing {
		padding-bottom: 100%;
		height: unset;
	}
	.porqueanunciar-fondo {
		padding-bottom: 250%;
	}
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
	.porqueanunciar-fondo {
		padding-bottom: 90%;
	}
}

@media (max-width: 768px) {
	.facetwp-date {
		margin-bottom: 20px; 
	}
	.facetwp-radio {
		display: block;
		margin-right: 0;
	}
	.carousel-image {
		width: 100%;
	}
}

@media (min-width: 991px) { 
	.aos-item { 
		width:25% !important 
	} 
	.aos-item-guia { 
		width:25% !important 
	} 
	.float-right-top {
	  position: absolute;
	  right: 0;
	  top: 0;
	} 
}

@media (min-width: 576px) { 
	.aos-item { 
		width:50% 
	} 
	.aos-item-guia { 
		width:50% 
	}
}

@media (max-width: 820px) {
	div.two {
		height: unset;
	}
	div.three {
		height: unset;
	}
	div.fourth {
		height: unset;
		padding: unset;
	}
	.fondo-anunciar,.fondo-buscar {
		padding-bottom: 100%;
		height: unset;
  }
}

@media only screen and (max-width: 980px) { 
	.single-post-galeria  {
		display:block; 
		position:relative; 
		overflow:hidden; 
		margin:0; 
		height:unset
	}
	img#single-post-image-height-auto { 
		height: 60vw; 
	}
	img.img-parallax { 
		position: unset !important;
		transform: unset !important; 
		object-fit: cover; 
	}
}

@media (min-width: 992px) {
	.margen-caja-agenda-home {
		margin: 0;
	}
}

@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} } 

@media (max-width: 767.98px) {
	.card-deck .card {
	   -ms-flex: 0 0 94.5%;
	   flex: 0 0 94.5% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.card-deck .card {
	   -ms-flex: 0 0 45%;
	   flex: 0 0 45% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1360px) {
	.menuhead {
		font-size: 0.85em;
	}
}

