
/*
Theme Name: Custom Theme 2.0
Theme URI:
Description: HTML5 & CSS3
Author:
Author URI:
Tags:
Version: 2.1
License:
License URI:
*/


@charset "UTF-8";

/* ── FUENTES AUTO-HOSPEDADAS ─────────────────────────────────────────────── */

/* latin-ext — cubre á é í ó ú ñ ü y similares */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/work-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/work-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Baskervville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/baskervville-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Baskervville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/baskervville-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext italic */
@font-face {
  font-family: 'Baskervville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/baskervville-400i-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin italic */
@font-face {
  font-family: 'Baskervville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/baskervville-400i-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/************************************************************************************
RESET
*************************************************************************************
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width:100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block *
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/************************************************************************************
Bootstrap HACKS
*************************************************************************************/
a:focus{
	outline: none;outline: none;
}





/* ––––––––––––––––––––––––
2025 GENERAL STYLING
–––––––––––––––––––––––––*/
body {
	left: 0px;
	top: 0px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4em;
	background-color:#000000;
	color: #ffffff;
	overflow: scroll;
	@media screen and (min-width: 768px){
		font-size: 16px;
	}
	@media screen and (min-width: 992px){
		font-size: 16px;
	}
	@media screen and (min-width: 1200px){
		font-size: 17px;
	}
	@media screen and (min-width: 1440px){
		font-size: 18px;
	}
}
a {
	text-decoration: none;
	border: none;
	cursor:pointer;
	color:inherit;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; 

}
a:hover {
	color:inherit;
	cursor:pointer;
	text-decoration: none;
}
a img{
	border:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.visible {
	display: block;
}
section {
	width: 100%;
}



/* SECECTION */
::selection {
	color: #FFF;
	background-color: #D1B347;
}
::-moz-selection {
	color: #FFF;
	background-color: #D1B347;
}
::-webkit-selection {
	color: #FFF;
	background-color: #D1B347;
}
/************************************************************************************
END GENERAL STYLING
*************************************************************************************/






.hide-mobile,
.desktop-nav {
	display: none;
}
@media screen and (min-width: 768px){
	.hide-mobile {
		display: block;
	}
	.only-mobile,
	#navigation-header {
		display: none;
	}
	.desktop-nav {
		display: block;
	}
	.mobile-menu {
		display: none;
	}
}




/* ––––––––––––––––––––––––
2025 Fonts
–––––––––––––––––––––––––*/
.work-sans-<uniquifier> {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}
.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}


@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){}
@media screen and (min-width: 1200px){}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom:25px;
	margin-top: 0;
}
h1, .h1 {
	font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
	font-size:2.2em;
	text-transform: uppercase;
}
h2, .h2 {
	font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
	font-size:1.8em;
}
h3, .h3 {
  font-weight: 300;
	font-size:1.3em;
}
h4, .h4 {
	font-size:1.1em;
	font-weight: 600;
}



.quote {
	font-style: italic;
	width: 70%;
	max-width: 700px;
	margin: 25px auto;
	text-align: center;
	display: block;
}
p {
	margin-top:0;
	margin-bottom:25px;
}
p:last-child {
	margin-bottom:0px;
}
p strong, strong {
	font-weight: 600;
}
.rpwwt-post-title {
	font-size:1.5em;
} 
#aviso-legal ul {
	text-indent: 0px;
	list-style-position: outside;
	padding-left: 40px;
	margin-bottom:15px;
}











.text-center {
	text-align:center;
}
.image-center {
	text-align:center;
}
.page .entry-content table {
	width: 100%;
}
.page .entry-content table tr td {
	border: solid 1px #a8a8a8;
	padding: 5px;
}
.page .gallery-item {
	margin: 0!important;
  margin-top: 2px!important;
}
.page .gallery-item img {
	border: solid 2px #D1B347!important;
}
.text-fine {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing:0.02em;
}
.text-accent {
	color:#D1B347;
}


.entry-more a {
	text-decoration: underline;
}
.entry-more a:hover {
	color:#D1B347;
	text-decoration:none;
}









/* NEW VIDEO HOME (VIMEO) */
.js-video {
height: 0;
padding-top: 25px;
/* ¡TAMAÑO ORIGINAL! padding-bottom: 67.5%;*/
padding-bottom: 54%; /* ¡TAMAÑO MODICIFADO MÁS ESTRECHO! */
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.js-video.widescreen {
padding-bottom: 57.25%;
}
.js-video.vimeo {
padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
/* END NEW VIDEO HOME (VIMEO) */








/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
2020 SECCIONS
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
.section {
	padding: 25px 15px;
	@media screen and (min-width: 768px){
		padding: 40px 0px;
	}
	@media screen and (min-width: 992px){
		padding: 50px 0px;
	}
	@media screen and (min-width: 1200px){
		padding: 60px 0px;
	}
}


}
.dark {
	color: #ffffff;
	background-color: #000000;
}
.dark a {
	color:#ffffff;
	text-decoration: underline;
}
.dark a:hover {
	color:#D1B347;
	text-decoration:none;
}
.texture {
	background-color:#000000;
	color: #ffffff;
	background-image: url(images/texture.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-size:auto;
}
.fucsia {
	background-color:#D1B347;
	color: white;
}
.rainbow {
	color: #ffffff;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); 
}
.main {
	background-color:#e29676;
	background-color: #121212;
	color: #ffffff;
}












.page-title {
	padding: 20px 0;
	border-top: solid 1px #D1B347;
	border-bottom: solid 1px #D1B347;
}
.page-title .h1 {
	text-align: center;
	margin: 0;
}
@media screen and (min-width: 768px){
	.page-title .h1 {
		font-size: 40px;
	}
}
@media screen and (min-width: 992px){
	.page-title .h1 {
		font-size: 44px;
	}
}





/*
.bg-body {
	background-image: url(images/bg-2018.jpg);
	background-position: center center top;
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-size:cover;
}

section.black {
	background-color: black;
	color: white;
}
section.purple {
	background-color: black;
	color: white;
	background-image: url(images/purple-bg.jpg);
	background-position: center center top;
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-size:cover;
}
section.elegant {
	background-color: black;
	color: white;
	background-image: url(images/elegant-bg.jpg);
	background-position: center;
	background-repeat:repeat;
}
*/
















/*-------------------------------------------------
---------------------------------------------------
2020 NAVIGATION HEADER
---------------------------------------------------
-------------------------------------------------*/
#navigation-header {
	background-color:#000000;
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 900;
	color: #FFF;
	color: #c6c6c6;
	padding: 5px 0;
}
.header-col.header-col-1 {
	display: none;
}
.header-col.header-col-2 {
	float: left;
}
.header-col.header-col-3 {
	float:right;
}
@media screen and (min-width: 768px){
	.header-col.header-col-1 {
		display: block;
		float: left;
		width: 33.33%;
	}
	.header-col.header-col-2 {
		float: left;
		width: 33.33%;
	}
	.header-col.header-col-3 {
		float: left;
		width: 33.33%;
	}
}
.logo {
	position: relative;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
.logo img {
	width: 220px;
	margin: 0 auto;
}
#header-idioma {
	margin-top: 18px;
}
#header-idioma ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#header-idioma ul li {
	display: inline;
	margin-right: 5px;
}
/* --- Bonton menú --- */
#showRight {
	float: right;
	background: none;
	border: none;
	margin-top: 20px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -0.01em;
	font-size: 16px;
	line-height: 18px;
}
#menu-icon {
	float: left;
	width: 25px;
	height: 18px;
	margin-right: 8px;
	background-image: url(images/menu.png);
	background-size: cover;
	background-position: center center;
}
#showRight:hover  #menu-icon {
	background-image: url(images/menu_hover.png);
}
/*#showRight span {
	padding-left: 7px;
}*/
#showRight:hover {
	color: #D1B347
;
}









.desktop-menu .logo {
	text-align: left;
	float: left;
	width: auto;
	margin-top: 5px;
}
.desktop-menu .main-menu {
	text-align: right;
	float: right;
}
.desktop-menu .main-menu ul {
	list-style: none;
}
.desktop-menu .main-menu ul li {
	display: inline-block;
}
.desktop-menu .main-menu ul li a {
	color: white;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding: 5px 10px;
}
.desktop-menu .main-menu ul li a:hover {
	color: #D1B347
;
}







/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
MENÚ LATERAL
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
.cbp-spmenu {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	position: fixed;
}
.cbp-spmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	background-color: ;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
}
.cbp-spmenu a img {
	margin-top: -3px;
	margin-right: 5px;
}
.cbp-spmenu a:hover {
	border-bottom: 1px solid #000000;
	background-color:#D1B347
;
}
.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 70px;
	z-index: 1000;
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid #000000;
	padding: 1em;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left: -240px;
}
.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/* Horizontal menu that slides from the top or bottom 
.cbp-spmenu-top {
	top: -150px;
}
.cbp-spmenu-bottom {
	bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}
*/
/* Push classes applied to the body
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
*/


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}









/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
HOME SLIDER
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
header {
	padding-top: 70px;
}
header.landing {
	padding-top: 0px;
}
header#home-slider {
	background-color:#142c45;
	color:#fff;
	width: 100%;
	height: auto;
}






.front-page-header {
	width: 100%;
	background-color: #000000;
	text-align: center;
}
.front-page-header .middle-header,
.front-page-header .desktop-header {
		display:none;
		text-align: center;
}
.front-page-header img {
	min-width: 100%;
	height: auto;
}
@media screen and (min-width: 768px){
	.front-page-header .mobile-header {
		display: none;
	}
	.front-page-header .middle-header {
		display:inline-block;
	}
}
@media screen and (min-width: 1200px){
	.front-page-header .middle-header {
		display:none;
	}
	.front-page-header .desktop-header {
			display:inline-block;
	}	
}






.page-header {
	width: 100%;
	padding:25px;
	height: 300px;
	background-image: url(images/page-header-mobile.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #000000;
	.logo {
		width: 300px;
		margin: 0px auto;
		margin-top: 65px;
		img {
			min-width: 100%;
			max-width: 80%;
			height: auto;
		}
	}
}
@media screen and (min-width: 768px){
	.page-header {
		padding:40px 25px;
		height: auto;
		background-image: url(images/page-header.jpg);
		.logo {
			margin-top: 0px;
		}
	}
}
@media screen and (min-width: 1200px){
	.page-header {
		padding:60px 25px;
	}
}
@media screen and (min-width: 1400px){}


.desktop-nav {
	background-color:#8A6E2F;
	ul {
		list-style: none;
		text-align: center;
		margin:0;
		li {
			display: inline;
			margin:0 10px;
			a {
				display:inline-block;
				padding: 10px;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-weight: 300;
				&:hover {
					color: #000000;
				}

			}
		}
	}
}










/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
HOMEPAGE
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
section#home-presentacion {
	width:100%;
	padding-top: 40px;
	padding-bottom: 40px;	
}

#logo-presentacion  {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-bottom:25px;
}
#logo-presentación img {
	min-width: 100%;
}
@media screen and (min-width: 768px){}

@media screen and (min-width: 992px){
#logo-presentacion  {
	width: 400px;
	padding-top:50px;
}
}
@media screen and (min-width: 1200px){
#logo-presentacion  {
	padding-top:10px;
}
}








#home-cuadros .so-panel.widget_sow-image {
	margin-bottom: 15px
}	







/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
DESTACADOS
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/


section#destacados {
	width:100%;
	padding-top: 60px;
	padding-bottom: 40px;
}
#destacados .col {
	margin-bottom: 40px;
}
@media screen and (min-width: 992px){
	#destacados .col {
	margin-bottom: 0px;
}
}
.cuadro-cont img {
	min-width: 100%;
	margin-bottom: 15px;
	opacity: .9;
}
.cuadro-cont a:hover img {
	opacity:1;
	color:#002b3f;
}
.cuadro-cont a:hover {
	color:#002b3f;
}
.cuadro-link {
	width:100%;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}


/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
PAGES
--------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------


section.page {
	padding: 40px 0 40px 0;
}
section.page.homepage {
	padding: 40px 0 0px 0;
}
@media screen and (min-width: 768px){
	section.page {
		padding: 60px 0 60px 0;
	}
	section.page.homepage {
		padding: 60px 0 0px 0;
	}	
}
@media screen and (min-width: 992px){
	section.page {
		padding: 80px 0 80px 0;
	}	
	section.page.homepage {
		padding: 80px 0 0px 0;
	}
}

*/


/*section.archive {
	padding: 80px 0 80px 0;
}*/
section.archive .item {
	margin-bottom: 20px;
}
section.archive .item img {
	min-width: 100%;
	height: auto;
}

section.home-blog .entry-thumbnail {
	margin-bottom: 15px;
}





/*.page .entry-content {
	background-color: rgba(0, 196, 255, 0.45);
	padding: 40px;
}*/


/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
SUB HEADER PAGES
--------------------------------------------------------------------------------------------------------
#sub-header {
	background-color:#D1B347
;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
#sub-header .h1 {
	line-height: 1.1em;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 542px){
#sub-header h1 {font-size:25px;}
}
@media screen and (min-width: 1200px){
#sub-header h1 {font-size:30px;}
}
-------------------------------------------------------------------------------------------------------*/



















/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
LISTA TRAVESTIS
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
.travesti-item-image {
	display: block;
  	width: 100%;
  	height: auto;
  	position: relative;
  	overflow-x: hidden;
  	overflow-y: hidden;
  	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
 }
.travesti-item-image img {
  transition: transform .8s ease;
 }
.travesti-item-image:hover img {
	  transform: scale(1.05);
}




#travestis .travesti-item-info {
    background-color: rgba(248, 16, 50, 0.77);
    padding: 10px 0 1px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: -70px;
}
.travesti-item-info a:hover {
	color: black !important;
}
/*.travesti-item-video {
	width:200px;
	height:200px;	
	position: absolute;
	top: 50%;
	left:50%;
	z-index: 99;
	margin-top: -100px;
	margin-left:-100px;
	text-align: center;
}*/

.travesti-item-data {
	background-color:#D1B347;
	opacity: .8;
	padding: 10px;
	z-index: 9999;
	margin-top: -80px;
	height: 80px;
}
.travesti-item-name {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	z-index: 100;
	position: relative;
	margin-bottom: 5px;
}
.travesti-item-seo-title {
	color: #ffffff;
	font-size: 16px;
	margin:  5px 0;
	text-transform: uppercase;
}
.travesti-item-text {
	font-size: .88em;
}
.blanco .travesti-item-name {
	color: #505050;
}
.travesti-item-attributes, .travesti-item-attributes-proximamente, .travesti-item-attributes-novedad, .travesti-item-attributes-ultimos, .travesti-item-attributes-vacaciones, .travesti-item-attributes {
	width:auto;
	float: right;
	font-size: 21px;
	text-align:  left;
	padding-left: 15px;
	padding-right: 15px;
	height: 42px;
	line-height: 42px;
	margin-bottom: -43px;
	color: #fff;
	z-index: 10;
	position: absolute;
	text-transform: uppercase;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	text-align:left;
	top:44px;
	left:-30px;
}
.travesti-item-attributes-proximamente, .travesti-item-attributes-vacaciones {
	top:77px;
	left:-62px;
}
.travesti-item-attributes-ultimos {
	top:66px;
	left:-51px;
}
.travesti-item-attributes-novedad {
	text-transform: uppercase;
	background-color: rgba(245, 28, 101, 0.8);
	top: 45px;
	left: -30px;
}
.travesti-item-attributes-proximamente, .travesti-item-attributes-vacaciones, .travesti-item-attributes-ultimos {
	text-transform: uppercase;
	background-color:rgba(2, 31, 57, 0.5);
}










/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
FICHA TRAVESTI
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/



/*
.travesti-header {
	text-align: center;
	position: absolute;
	left: 0;
	bottom:0px;
	width: 100%;
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.5802521692270659) 0%, rgba(0,0,0,0) 88%);
	padding: 100px 0 40px;
}


.travesti-header h1 {
	color: white;
	font-size: 60px;
	margin:0;
	margin-bottom: 10px;
}
.travesti-header h3 {
	color: white;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #D1B347
;
}
.travesti-header h2  {
	font-size: 24px;
	color: white;
	margin: 0;
}
.travesti-header h4 a {
	text-decoration: none !important;
}
.travesti-header h4 a:hover {
	cursor: default;
}
.category {
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #D1B347
;
}*/


#travestis-description .seo-subtitle {
		font-size: 20px;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		padding: 10px 0;
		margin: -10px 0;
}



.description-presentacion {
	font-size: 20px;
}
.description-presentacion, .description-datos {
	margin-bottom: 25px;
}
.banner-llamada {
	padding: 25px;
	color: #000000;
	text-align: center;
	border-radius: 30px;
	border: solid 2px #D1B347;
}

ul.telefonos {
	font-size: 36px;
	line-height: 40px;
	list-style-type: none;
	letter-spacing: 3px;
	padding: 0;
	color: white !important;
	margin: -15px 0 0px;
}
ul.telefonos li {
	display:block;
}
ul.telefonos li i {
	margin-right: 5px;
}





/* --- TRAVESTI VIDEO --- */


.ventana-video {
	width:100%;
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height:0;
	background-color:black;
}
.ventana-video iframe {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* (VIMEO) */
.js-video {
height: 0;
padding-top: 25px;
/* ¡TAMAÑO ORIGINAL! padding-bottom: 67.5%;*/
padding-bottom: 54%; /* ¡TAMAÑO MODICIFADO MÁS ESTRECHO! */
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.js-video.widescreen {
padding-bottom: 57.25%;
}
.js-video.vimeo {
padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
/* END NEW VIDEO HOME (VIMEO) */










/* --- TRAVESTI FOTOS --- */



.photo-gallery {
	ul {
		list-style: none;
		width:100%;
		li {
			display: inline;
			margin: 0;
			width: 50%;
			float: left;
			img {
				min-width: 100%;
				max-width: 100%;
			}
		}
	}
}
#travesti-fotos {
	width:100%;
}
.travesti-photo-item {
	margin-bottom:30px;
}
.travesti-photo-item img {
	min-width:100%;
}
/* --- TRAVESTIS NAVIGATION --- */





ul.description-datos {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #D1B347
;
	margin-bottom: 25px;
}
ul.description-datos li {
	display: block;
	padding: 7px 0;
	border-top: solid 1px #D1B347
; 
}










.pide-cita {
	background-color: #000000;
	padding: 25px;
	color: #e29676;
	color: #D1B347
;
	text-align: center;
	border-radius: 25px;
	margin-bottom: 30px;
}
.pide-cita h3 {
	font-weight: 600;
}
.pide-cita ul {
	list-style: none;
	margin: 0;
	padding:0;
	font-size: 1.2em;
}
.pide-cita ul li {
	margin-bottom: 7px;
}
.pide-cita ul li i {
	width: 30px;
}
.pide-cita ul li a:hover {
	color:white;
}


#travestis-nav {
	width: 100%;
	padding-top: 50px;
}
#travestis-nav a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 10px 24px;
	border: 1px solid #D1B347;
	border-radius: 100px;
	color: #D1B347;
	text-decoration: none !important;
	transition: background 0.25s, color 0.25s, border-color 0.25s;
}
#travestis-nav a:hover,
#travestis-nav a:focus {
	border: 1px solid #D1B347;
	background-color: #D1B347;
	color: #fff;
}
.travesti-boton-prev {
	margin-right:10px;
}
.travesti-boton-prev {
	float: left;
}
#travestis-nav a[rel="next"] {
	float: right;
}



/* @media screen and (min-width: 992px){
	.travesti-boton-prev {
		float: none;
	}
	.travesti-boton-next {
		float: none;
	}
} */




















#masajistas .button-wrap {
	padding-top: 35px;
}
.button-wrap.center {
	text-align: center;
	width: 100%;
}
a.button {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: inline-block;
	width: auto;
	border: 1px solid;
	border-radius: 100px;
	padding: 10px 24px;
	text-decoration: none !important;
	transition: background 0.25s, color 0.25s, border-color 0.25s;
}
a.button.light-button {
	border-color: white;
	color: white;
}
a.button.light-button:hover,
a.button:hover,
a.button:focus {
	border: 1px solid #D1B347;
	background-color: #D1B347;
	color: #fff;
	text-decoration: none;
}







/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
BLOG
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/

#blog article {
	margin-bottom: 60px;
}
#blog .entry-title {
	margin-bottom: 15px;
}
#blog .entry-info {
	margin-bottom: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515151;
}
#blog .entry-image {
	margin-bottom: 15px;
}
#blog .entry-image img {
	min-width: 100%;
	width: 100%;
}
#blog .entry-time {
	float:left;
	font-size: .8em;
	text-transform: uppercase;
}
#blog .entry-category {
	float:right;
	font-size: .8em;
	text-transform: uppercase;
}
#blog .entry-excerpt {
	margin-bottom:20px;
}
#blog .entry-content a {
	text-decoration: underline;
}
#blog .entry-content a:hover {
	text-decoration: none;
	color: #d1b347;
}
/* navigation pages */
#navigation-pages {
	padding-top: 10px;
	border-top: solid 1px #515151;
}
.navigation-pages-link {
	font-size: 1em;
	width: auto;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
	border: none;
	background-color: transparent;
	border-bottom: solid 2px #d1b347;
}
.navigation-pages-link:hover {
	color: #d1b347;
}









/*VIDEO*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:25px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
VIDEO
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*
.ventana-video {
	width:100%;
	float:none;
}
/*TRAVESTI VIDEO*
.youtube-video {
	width:100%;
	margin-bottom:20px;
	overflow: hidden;
	
	position: relative;
	padding-bottom: 56.25%; /* 16:9 *
	padding-top: 25px;
	height:0;
}
.youtube-video iframe {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/









/************************************************************************************
VIDEO
*************************************************************************************/
header.single-video {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:/*#EA0249*/#6C091B;
}
.ventana-video {
	width:100%;
	float:none;
	margin-bottom:20px;
}
/*TRAVESTI VIDEO*/
.youtube-video {
	width:100%;
	margin-bottom:20px;
	overflow: hidden;
	
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height:0;
}
.youtube-video iframe {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* NEW VIDEO HOME (VIMEO) */
.js-video {
	height: 0;
	padding-top: 25px;
	/* ¡TAMAÑO ORIGINAL! padding-bottom: 67.5%;*/
	padding-bottom: 54%; /* ¡TAMAÑO MODICIFADO MÁS ESTRECHO! */
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.js-video.widescreen {
	padding-bottom: 57.25%;
}
.js-video.vimeo {
	padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
/* END NEW VIDEO HOME (VIMEO) */



















/*-------------------------------------------------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
#main-content {
}
#sidebar {
}

#sidebar h3 {
	  font-family: "Work Sans", sans-serif;
	  text-transform: uppercase;
}

.sidebar-widget-area {
	margin: 0;
	padding: 0;
}
.widget-area-ul {
	margin: 0;
	padding: 0;
}
.widget-container {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.sidebar-widget-area ul {
	list-style: none;
}
ul.wp-block-latest-posts {
		border-top: solid 1px #515151;
	margin-top: -25px;
}
ul.wp-block-latest-posts li {
	border-bottom: solid 1px #515151;
	padding: 10px 0;
}

/* ------------------------------------------------------------------------------
WORDPRESS IMAGE GALLERIES / GALERÍAS DE IMAGENES WORDPRESS
-------------------------------------------------------------------------------*/

.entry-content .gallery {
	width: 100%;
	padding-bottom: 25px;
}
.entry-content .gallery .gallery-item {
     float: left;
     width: 25%;
	 padding:5px;
}
@media screen and (max-width: 768px){
.entry-content .gallery .gallery-item {
     width: 50%;
}
}
.gallery-icon {
}
.gallery-icon a {
	
}
.gallery-item a img {
	min-width: 100%;
	text-align: center;
	border:none;
}
.gallery-item a img:hover {
	border: 7px solid #fff;
}
.gallery dl, .gallery dt {
	margin:0;
}
























/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
CONTACTO
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/


#mapa {
	width:100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height:0;
}
#mapa iframe {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#form {
	padding-top: 50px;
}




/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
POP UP
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------*/
.pum-content img.wp-image-14688.size-full.aligncenter {
	display: block!important;
	float: none !important;
	text-align: center !important;
    width: 70%!important;
    margin: 0 auto!important;
}



@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){}
@media screen and (min-width: 1200px){}












/* -------------------------------------------------------------------------

ARCHIVE / MASAJISTAS / BLOG / VIDEOS

-------------------------------------------------------------------------- */


	.v-middle{ position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}


#home-masajistas .entry-image {
	background-color: #000;
	position: relative;
}
#home-masajistas.color-1 .entry-image {
	background-color: #a2b1dc;
}
#home-masajistas .entry-image img {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#home-masajistas .entry-image:hover img {
	opacity: .2;
}
#home-masajistas .entry-image .hidde-info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#home-masajistas .entry-image:hover .hidde-info {
	display: block;
}
.hidde-info .hidde-info-tax {
	text-transform:  uppercase;
	color: #a2b1dc;
}
#home-masajistas.color-1 .hidde-info .hidde-info-tax {
	color: #000;
}
.hidde-info .hidde-info-title {
	font-size: 22px;
	color: #fff;
}
.hidde-info .hidde-info-tax:hover, .hidde-info .hidde-info-title:hover {
	color: #a2b1dc !important:
}





































/*-------------------------------------------------
---------------------------------------------------
FOOTER
---------------------------------------------------
-------------------------------------------------*/
#footer {
	background-color: #111;
	color: #ccc;
	padding: 60px 0 40px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #D1B347;
}

/* Logo column */
.footer-logo img {
	display: block;
	margin-bottom: 16px;
}
.footer-tagline {
	font-size: .9rem;
	color: #aaa;
	margin-bottom: 8px;
}
.footer-age {
	font-size: .75rem;
	color: #777;
	margin: 0;
}

/* Column titles */
.footer-col__title {
	color: #D1B347;
	font-size: .75rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 18px;
}

/* Navigation menu (Masajes column) */
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li {
	margin-bottom: 8px;
}
.footer-menu li a {
	font-size: .9rem;
	color: #ccc;
}
.footer-menu li a:hover {
	color: #D1B347;
}

/* Contact list */
.footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-contact li {
	font-size: .9rem;
	margin-bottom: 10px;
	color: #ccc;
}
.footer-phone a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 1rem;
	font-weight: 500;
}
.footer-phone .fa-whatsapp {
	font-size: 1.2rem;
	color: #25D366;
}

/* Bottom bar */
#footer-bottombar {
	background-color: #000;
	color: #555;
	padding: 14px 0;
	font-size: .75rem;
}
.footer-copyright {
	color: #555;
}
.footer-legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	justify-content: flex-end;
}
.footer-legal-menu li a {
	color: #555;
	text-decoration: underline;
}
.footer-legal-menu li a:hover {
	color: #aaa;
	text-decoration: none;
}

@media (max-width: 767px) {
	#footer .footer-col {
		text-align: center;
	}
	.footer-logo img {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-menu {
		align-items: center;
	}
	.footer-contact {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-legal-menu {
		justify-content: center;
		margin-top: 6px;
	}
	.footer-copyright {
		text-align: center;
	}
}










/* age verification */
.age-verification-main {
	width: 600px !important;
    max-width: 80% !important;
    top: 25% !important;
    padding: 40px;
    border-radius: 10px;
}
.age-verification-main .age-title {
	color: #D1B347
;
    margin-bottom: 20px;
}
.age-verification-main .age-main-text {
	font-size: 15px;
	line-height: 1.5em;
}
.age-verification-main .age-button {
    border: none;
    display: inline-block;
    width:auto;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    line-height: 20px;
    background-color: #D1B347
;
    color: #ffffff;
    border-radius: 50px;
}
.age-verification-main .age-button.age-no {
	background-color: transparent !important;
}
.age-verification-main .age-button.age-yes:hover {
	background-color: #00d058;
}



.telegram-link {
	position: fixed;
	width: 54px;
	height: 54px;
	bottom: 80px;
	right: 20px;
	border: solid 3px #ffffff;
	border-radius:54px;
}
.whatsapp-link {
	position: fixed;
	width: 54px;
	height: 54px;
	bottom: 20px;
	right: 20px;
	border: solid 3px #ffffff;
	border-radius:54px;
}


@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){}
@media screen and (min-width: 1200px){}


/*-------------------------------------------------------------------------------------------------------
BOTONES UNIFICADOS — tema + Beaver Builder
border: 1px solid · border-radius: 100px
--------------------------------------------------------------------------------------------------------*/

a.button,
.fl-builder-content .fl-button,
.fl-module-button .fl-button,
.fl-button-wrap .fl-button,
.uabb-button,
.uabb-creative-button-wrap a {
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: 100px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
}

.fl-builder-content .fl-button:hover,
.fl-module-button .fl-button:hover,
.fl-button-wrap .fl-button:hover,
.uabb-button:hover,
.uabb-creative-button-wrap a:hover {
	background-color: #D1B347 !important;
	border-color: #D1B347 !important;
	color: #fff !important;
}


/*-------------------------------------------------------------------------------------------------------
HERO — portada
--------------------------------------------------------------------------------------------------------*/

.site-hero {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #111;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

.site-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.10);
	z-index: 0;
}

.site-hero__content {
	position: relative;
	z-index: 1;
	padding: 40px 24px;
	max-width: 820px;
	margin: 0 auto;
	width: 100%;
}

.site-hero__content h1 {
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
}

.site-hero__subtitle {
	font-family: "Work Sans", sans-serif;
	color: #fff;
	font-size: clamp(1.3rem, 3vw, 2rem);
	font-weight: 300;
	margin: 0 0 40px;
	letter-spacing: 0.02em;
}

.site-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.btn-hero {
	display: inline-block;
	padding: 14px 34px;
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	border-radius: 100px;
	border: 1px solid;
	transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.btn-hero--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.8);
	color: #fff;
}
.btn-hero--outline:hover,
.btn-hero--outline:focus {
	background: #D1B347;
	border: 1px solid #D1B347;
	color: #fff;
	text-decoration: none;
}

.btn-hero--gold {
	background: #D1B347;
	border: 1px solid #D1B347;
	color: #fff;
}
.btn-hero--gold:hover,
.btn-hero--gold:focus {
	background: #c4a43a;
	border: 1px solid #c4a43a;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.site-hero {
		min-height: 0;
		padding: 80px 0;
	}
	.site-hero__buttons {
		flex-direction: column;
		align-items: center;
	}
	.btn-hero {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
}




@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){}
@media screen and (min-width: 1200px){}

/* ── COMPENSACIÓ HEADER FIX (definitiu) ──────────────────────────────────────
   Al final del full per garantir que guanya qualsevol reset anterior.
   scroll-padding-top fa que els anchor links apareguin per sota del header.
   ─────────────────────────────────────────────────────────────────────────── */

html {
  scroll-padding-top: 76px;
}

body {
  padding-top: 76px !important;
}

/* Barra d'administració de WordPress (escriptori 32px, mòbil 46px) */
.admin-bar body {
  padding-top: calc(76px + 32px) !important;
}
html.admin-bar {
  scroll-padding-top: calc(76px + 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar body {
    padding-top: calc(76px + 46px) !important;
  }
  html.admin-bar {
    scroll-padding-top: calc(76px + 46px);
  }
}



