/*
Theme Name: Creatiwos
Theme URI: https://creatiwos.es
Description: Wordpress Theme Creatiwos
Author: Jorge Santoveña Díaz
Author URI: http://snglr.es
Version: 1.0
*/


/*********************************/

body {
    font-family: 'Kumbh Sans', sans-serif;
	font-weight: 300;
	color: #3d3d3b;
}

header.masthead {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Kumbh Sans', sans-serif;
}

strong {
	font-weight: 700;
}

img.size-full {
	max-width: 100%;
	height: auto!important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.35;
    color: inherit;
}

h1 {
    font-size: 2.7rem;
}

h2, .h2 {
    font-size: 2.3rem;
}

h3, .h3 {
    font-size: 1.3rem;
	margin-top: 1.5em;
}

h4, .h4 {
    font-size: 1.1rem;
}

body:not(.home) .wrapper {
    padding-top: 110px;
}

hr.light-hr {
    max-width: 100%;
    border-width: 1px;
    border-color: #eee;
}

hr.light-hr:last-child {
	display: none;
}

p a {
    text-decoration: underline;
}

.primary-content li,
.primary-content p {
    margin-bottom: 1em;
}

.container {
	width: 100%;
	max-width: 1140px;
}

section {
    padding: 5em 0;
}

.img-16-9 {
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}

.img-16-9 a {
    width: 100%;
    height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.grecaptcha-badge {
    visibility: hidden!important;
}

.post-content {
    padding: 15px 25px;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

.post-content p {
	margin-bottom: 0;
}

.post-blog h4 {
    font-weight: bold;
}

.comment-wrapper {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.comment:last-child .comment-wrapper {
    border: 0;
}

.title-trabajador {
    font-weight: bold;
    font-size: 1.7em;
}

.title-trabajador a {
	color: #000;
}

/* slider */

.slide h1 {
    font-size: 7.5em;
    font-weight: 700;
    line-height: 1.1em;
}

.slide p {
    font-size: 1.8em;
}

.slide p a {
    background: #3d3d3b;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: .65em 2.5em;
    border-radius: 3em;
    margin-top: 0.5em;
    font-size: 0.8em;
}

.slide p a:hover {
    background: #662483;
}

/* paginador */

.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.page-numbers li {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.page-numbers > li {
    display: inline;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
    margin-left: 0;
}

span.page-numbers.current {
    background-color:#e31d72;
    border-color: #fff;
    color: #fff;
    border-radius: 0!important;
}

.page-numbers > li > a,
.page-numbers > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #e31d72;
    text-decoration: none;
}

.page-numbers > li > a:hover, .page-numbers > li > span:hover,
.page-numbers > li > a:focus, .page-numbers > li > span:focus {
    color: #e31d72;
    background-color: #eee;
    border-color: #fff;
    border-radius: 0!important;
    border: 0;
}

.page-numbers li:before {
	display: none!important;
}


blockquote {
    background: #f7f7f7;
    padding: 35px;
}

blockquote p {
    padding: 25px;
    margin: 0;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    border-left: 1px solid #e31d72;
}

.primary-content ul {
  list-style: none; /* Remove default bullets */
}

.primary-content ul li {
    margin-bottom: 1.5em;
}

.primary-content ul li:before {
    content: "";
    background-color: #e31d72;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: -15px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

span.meta-post {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

span.meta-post i {
    font-size: 12px;
    margin-right: 3px;
}


div#right-sidebar .widget {
    background: #f7f7f7;
    padding: 30px;
    margin-bottom: 30px;
}

h3.widget-title {
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 10px;
}

div#right-sidebar .widget ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

div#right-sidebar .widget ul li {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 10px 0;
}

nav#mainNav {
    background: #3d3d3b;
    color: #fff;
    padding: 0 0.75em;
    height: auto;
    position: fixed;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0;
    max-width: 1280px;
    margin: auto;
    font-family: 'Kumbh Sans', sans-serif;
    top: 1.5em;
}

.navbar .navbar-nav {
    width: 90%;
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

.navbar .navbar-nav li {
    text-align: center;
	position: relative;
}

body:not(.home) nav#mainNav {
    background: #fff;
}

#mainNav.nav-up {
    top: -160px;
}

.user-bar + nav#mainNav {
    top: 31px!important;
}

#mainNav .navbar-brand {
    padding: 0;
    margin: 0;
	z-index: 15;
}

nav#mainNav.navbar-shrink .navbar-brand {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-brand img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: auto;
    max-width: 230px;
}

.navbar-shrink .navbar-brand img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    text-transform: none;
    color: #fff!important;
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px  1.5rem 0;
    line-height: 60px;
    border-bottom: 4px solid transparent;
}

#mainNav .navbar-nav > li.nav-item.btn-alt > a.nav-link {
    background: #e31d72!important;
    line-height: 24px;
    border-radius: 21px;
    padding: 8px 35px 0;
}

#mainNav .navbar-nav > li.nav-item.btn-alt > a.nav-link:hover {
    background: #999!important;
}

#mainNav .navbar-nav > li.nav-item.current-menu-item > a.nav-link, 
#mainNav .navbar-nav > li.nav-item.current-menu-item > a.nav-link:hover {
    border-bottom: 4px solid #e31d72;
}

#mainNav .navbar-nav > li.nav-item.btn-alt > a.nav-link.active, 
#mainNav .navbar-nav > li.nav-item.btn-alt > a.nav-link:focus.active {
	border-color: transparent;
	background: #662483!important;
}

#mainNav .navbar-nav li.user-link a {
    background: #fff;
    color: #fff!important;
    border-radius: 10px;
}

ul.sub-menu {
	position: absolute;
	background: #ef168b;
	border-radius: 5px;
	list-style: none;
	padding: 5px 20px;
	opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

li.menu-item-has-children:hover a + ul.sub-menu {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

li.menu-item-has-children:after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-top-color: #ef168b;
	width: 6px;
}

ul.sub-menu:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-bottom-color: #ef168b;
	position: absolute;
	top: -18px;
	left: 25px;
}

ul.sub-menu li a {
    color: #fff!important;
    font-weight: 500;
}

ul.sub-menu li a:hover {
    color: #eee!important;
}

li.menu-item-has-children:after {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-top-color: #ef168b;
    width: 5px;
    position: absolute;
    right: -2px;
    top: 18px;
}


@media (min-width: 992px) {
	#mainNav.navbar-shrink {
		border-bottom: 0;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, 
	#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
	#mainNav .navbar-nav > li.nav-item.current_page_item > a.nav-link {
		color: #ef168b;
	}
}

@media (max-width: 768px) {

	body:not(.home) .wrapper {
		padding-top: 60px;
	}
}

nav#mainNav.navbar-shrink {
    z-index: 50;
    top: 0;
    max-width: 100%;
    background: #3d3d3b;
}

a.search-btn {
    color: #fff!important;
    display: block;
    background: #ef168b;
    width: 32px;
    text-align: center;
    line-height: 32px;
	border-radius: 50%;
	float: right;
	cursor: pointer;
}

div#search-wrapper {
    position: absolute;
    top: 42px;
    background: #ef168b;
    padding: 5px;
    width: auto;
    right: -5px;
    border-radius: 3px;
    overflow: hidden;
	opacity: 0;
    height: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	width: 300px;
}

div#search-wrapper.show {
    overflow: visible;
    height: 44px;
	opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div#search-wrapper:before {
    content: "";
    display: block;
    width: 14px;
    border-bottom: 7px solid #ef168b;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -14px;
    position: absolute;
    right: 13px;
}

div#search-wrapper form {
    display: flex;
    justify-content: space-between;
}

#search-wrapper input {
    border: 0;
    border-radius: 2px;
    padding-right: 26px;
    background: #fff;
    margin: 0;
}

#search-wrapper button {
    color: #ccc;
    background: transparent;
    border: 0;
    font-size: 1em;
    position: absolute;
    right: 5px;
    top: 10px;
}

.wrapper {
    overflow-x: hidden;
    position: relative;
}


/* mobile - menu */

#toggle {
	display: block;
	width: 28px;
	height: 30px;
	margin: 23px 0 0px 15px;
	float: right;
	position: relative;
    transition: 0.5s;
	left: 0;
    z-index: 99999;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 4px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 1px;
}
#toggle + #menu { display:none;}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

.sidenav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: #e31d72;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    z-index: 9999;
}

.sidenav.show {
	left: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    opacity: 1;
    font-size: 36px;
}

.sidenav .closebtn:hover,
.sidenav .closebtn:focus {
    opacity:0.7;
    text-decoration:none;
}

.sidenav ul.navbar-nav {
    padding: 0;
    list-style: none;
    border-top: 0;
	width: 100%;
}

.sidenav ul.navbar-nav li {
    text-align: center;
    margin-bottom: 0;
    line-height: 48px;
    margin: 0;
    padding: 0;
	width: 100%;
}

.sidenav ul.navbar-nav li a {
    display: block;
    width: 100%;
    border: 0;
    line-height: 1.5rem;
    padding: 15px!important;
}

.sidenav ul.navbar-nav li.current_page_item > a {
    background: #e31d72;
}


.sidenav ul.navbar-nav li.menu-item-has-children > a:after {
	border-style: solid;
	border-width: 0.11em 0.11em 0 0;
	content: '';
	display: inline-block;
	height: 0.55em;
	position: relative;
	margin-top: 7px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.55em;
	margin-left: 8px;
	display: none;
}

.sidenav ul.navbar-nav ul.sub-menu {
    opacity: 1;
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
}

.sidenav ul.sub-menu:before {
	display: none;
}

.sidenav li.menu-item-has-children:after {display: none;}

.sidenav ul.sub-menu li a { color: #e31d72!important;}


#mainNav .sidenav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff!important;
    background: #3d3d3b!important;
}
#mainNav .sidenav ul.navbar-nav li a:hover,
#mainNav .sidenav ul.navbar-nav li a:focus {
	text-decoration:none;
    background: #e31d72;
	color: #fff!important;
}

#mainNav .sidenav ul.navbar-nav li > a {
	border-bottom: 0!important;
	line-height: inherit!important;
}

#mainNav .sidenav ul.navbar-nav li.current-menu-item > a {
	background: #e31d72;
	color: #fff!important;
}

.sidenav ul.navbar-nav li.menu-item-has-children:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 6px;
    content: "\f107";
}

.sidenav .navbar-nav > li:before {
	display: none!important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #fff!important;
    background-color: transparent;
    border-color: #e31d72;
}

@media (max-width: 1280px) {
	nav#mainNav {
		top: 0;
	}
	
	.slide .section-content {
		padding: 0 3em;
	}
	
	.slide h1 {
		font-size: 6em;
	}
}

@media (max-width: 991px) {
	nav#mainNav {
		padding: .5em .75em;
	}
}


@media (max-width: 768px) {
	.slide h1 {
		font-size: 3em;
	}

	.slide p {
		font-size: 1.5em;
	}
}


/* SECCIONES */

.section-slider {
    height: auto;
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-flow: column wrap;
}

body:not(.home) section#header {
    max-height: 35vh;
    min-height: auto;
}

h1.title-page {
    color: #000;
    font-size: 3.2em;
    font-weight: bold;
}


h3.subtitle-section {
    font-size: 18px;
    font-weight: 300;
}

.slide {
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

body:not(.home) section#header .slider,
body:not(.home) section#header .slide {
    height: 100%;
    min-height: auto;
}

/*
body.home .slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
*/
/*
.slide:before {
    position: absolute;
    display: block;
    content: "";
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
}
*/
.slide.video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 5;
    position: absolute;
}

.section-galeria .slick-slider {
	padding-bottom: 30px;
}

.slider,
.slick-list,
.slick-track,
.slick-slide > div {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

body:not(.home) .section-slider .section-content {
    padding: 120px 15px;
}


.btn {
    padding: 0.375em 1.5em;
}

input[type=submit], 
.btn-default {
    display: table;
    margin: 45px auto;
    border: 0;
    color: #fff;
    width: auto;
    text-transform: none;
    background: #e31d72;
    padding: 10px 60px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
}

input[type=submit] {
    margin: 25px auto 15px;
}

#advanced-searchform input[type=submit]  {
    margin: 45px auto 15px;
}

.btn-default:hover,
.btn-default:focus,
input[type=submit]:hover,
input[type=submit]:focus {
	background: #999;
	color: #fff;
}

.section-slider .btn-default,
.section-imagen-titulo .btn-default {
    border: 1px solid #fff;
    color: #fff;
}

.section-imagen-titulo .btn-default {
    border: 1px solid #e31d72;
}

h1.title-section {
    font-weight: 600;
    font-size: 2.8em;
    margin-bottom: 0.5em;
} 

.img-block {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	min-height: 210px;
}

.text-block {
    padding: 50px 100px;
    min-height: 20vw;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
    line-height: 1.3em;
    font-size: 1em;
    font-weight: 500;
    color: #727272;
}

.text-block ul {
	padding: 0;
	list-style: none;
}

.text-block ul li {
	margin-bottom: 1em;
}

ul.columns-2 {
	column-count: 2;
	column-gap: 1em;
}

h2.tarifa {
    font-weight: bold;
    font-size: 2.5em;
}

/* slider*/


ul.slick-dots {
    display: table;
    margin: 5px auto;
    padding: 0;
    list-style: none;
    bottom: 50px;
    position: relative;
}

ul.slick-dots li {
    float: left;
    margin: 0 5px;
}

ul.slick-dots li button {
    border: 0;
    width: 9px;
    height: 12px;
    font-size: 0px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
}

ul.slick-dots li button:hover {
    background: #e31d72;
}

ul.slick-dots li.slick-active button{
    background: transparent;
	border: 2px solid #fff;
    height: 16px;
}

button.slick-prev {
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 70px;
    top: 50%;
    position: absolute;
    z-index: 10;
    left: 0;
    margin-top: -25px;
	opacity: 0.1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin-top: -35px;
}

button.slick-next {
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 70px;
    top: 50%;
    position: absolute;
    z-index: 10;
    right: 0;
    margin-top: -21px;
	opacity: 0.1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin-top: -35px;
}

#galeria .galeria:hover button.slick-prev,
#galeria .galeria:hover button.slick-next {
	cursor:pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-prev:focus,
button.slick-next:focus {
	outline: none;
}

section.section-imagen-titulo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 25vw;
	display: flex;
	align-items: center;
}

section#galeria {
	padding-top: 30px;
}

.text-block .btn-default {
    margin-bottom: 0;
}



.col-left > div > div:first-child,
.col-right > div > div:first-child {
    margin-bottom: 30px;
}

.col-left > div > div:first-child:last-child,
.col-right > div > div:first-child:last-child {
    margin-bottom: 0;
}

.col-left, 
.col-right {
	height: calc(50vw - 120px);
    overflow: hidden;
}

.galeria ul.slick-dots li.slick-active button {
	background: transparent;
	border: 2px solid #e31d72;
}

.galeria ul.slick-dots li button {
	background: #e31d72;
}

.bloque-logo-grupo {border-right: 1px solid #fff;}

.bloque-logo-grupo:last-child {
    border: 0;
}

/** HOME **/

#agenda {
	background: #f7f7f7;
	padding: 50px 0;
}

h2.title-section.title-agenda {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
}

h2.title-section.title-agenda:before {
    margin: 15px 0;
}

section.section-imagen-titulo h2 {
    font-size: 3.5em;
}

.content-noticia {
    width: 92%;
    margin: auto;
    background: #fff;
    padding: 15px;
    top: -55px;
    position: relative;
}

.imagen-noticia {
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

.imagen-noticia a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.content-noticia h3 {
    font-weight: 500;
    font-size: 1.4em;
	text-transform: uppercase;
}

.content-noticia h3 a {
	color: #4d4d4d;
}

.form-wrapper span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.form-wrapper input:not([type="submit"]),
.form-wrapper textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
}

.form-wrapper input[type="checkbox"] {
    margin-right: 5px;
}

.form-wrapper span.wpcf7-form-control-wrap.privacidad {
    width: auto;
    float: left;
	margin-right: 5px;
}

input[type="checkbox"] {
    width: auto!important;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #878787;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #878787;
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #878787;
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: #878787;
  font-weight: 300;
}

.nav-pills a {
    color: #706f6f;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    color: #3c3c3b;
    background: transparent;
}

.nav-pills .nav-link.active:after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #a2843c;
    display: table;
    margin: 10px auto;
}

.subtitulo-tabs p {
    margin-bottom: 7px;
}

h3.col-title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

h3.col-title strong {
    font-weight: bold;
}

img.alignleft {
    float: left;
    margin: 0 25px 15px 0;
}

img.alignright {
    margin: 0 0 25px 15px;
    float: right;
}

body:not(.home) .section-slider h1.title-page {
    color: #fff;
    margin-bottom: 0;
}

/** FOOTER **/

.footer-separador {
    width: 100%;
    height: 100px;
    background: #e31d72;
}

footer {
    color: #fff;
    background-color: #3d3d3b;
	background-image: url('img/bg-footer.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
    padding: 15px 0;
    font-size: 0.85em;
}

footer hr {
    border-top: 2px solid #f5f5f5;
}

.logo-footer {
    max-width: 300px;
}

footer a {
    color: #e31d72;
	text-decoration: none;
}

footer a:hover {text-decoration: none;color: #ccc;}

footer i {
    display: block;
    font-size: 20px;
    width: 22px;
    text-align: center;
}

input[type="checkbox"] {
    margin-top: 1px!important;
    margin-right: 5px!important;
}

ul.social-links {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.social-links li {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 500;
}

ul#menu-legal {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap row;
	margin-top: 10px;
}

ul#menu-legal li {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

ul#menu-legal li:after {
	content: "|";
	display: inline;
	margin: 0 10px;
}

ul#menu-legal li:last-child:after  {
	display: none;
}

ul#menu-legal li .nav-link {
	display: inline;
}

.logo-grupo-footer {
    max-width: 400px;
    margin-bottom: 30px;
}

/* MODAL */

.modal-backdrop {
	display: none;
}
.modal-open .modal {
    background: rgba(0,0,0,0.5);
}

.modal-dialog {
    max-width: 605px!important;
}

.modal-content {
    border-radius: 0;
	border: 0;
}

.modal-header {
	border: 0;
	background: #e31d72;
	border-radius: 0;
}

h5.modal-title {
	color: #fff;
}

.close {
    color: #fff;
    text-shadow: none;
}

.close:focus, .close:hover {
    color: #fff;
    text-shadow: none;
}


.breadcrumb {
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 50px;
}

label {
    width: auto;
    margin: 10px 0;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    margin-top: 32px;
    left: 25px;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
	height: 140px;
}

input:not([type="submit"]),
select ,
textarea{
    width: 100%;
    padding: 35px 10px 5px;
    background: rgba(255,255,255,0.2);
    border: 0;
    margin: 5px 0;
    color: #fff;
}

span.wpcf7-list-item input {
    width: auto;
}

span.wpcf7-list-item {
    margin-top: 10px;
    font-weight: 300;
}


@media (min-width: 768px) {
	.galeria .slick-dots {
		bottom: 60px;
	}
	
	.galeria .slick-slide {
		max-height: 43vw;
		position: relative;
		overflow: hidden;
	}
	
	.text-block {
		padding: 50px 60px;
	}
}

@media (max-width: 991px) {
	.col-left, 
	.col-right {
		height: calc(50vw - 70px);
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	.col-left, 
	.col-right {
		height: auto;
		overflow: hidden;
	}
	
	.col-left {
		margin-bottom: 30px;
	}
	
	video.video-slide {
		position: fixed;
		left: -100%;
		top: -30%;
	}
	ul#menu-legal li:after {
		display: none;
	}
	
	h1.title-page {
		font-size: 32px;
	}
	.text-block {
		padding: 30px;
	}
	
	.sidenav ul.navbar-nav li.user-link a {
		background: #999!Important;
		border-radius: 0!important;
	}
	h1 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.5rem;
	}

}

@media (max-width: 576px) {
	.bloque-logo-grupo {
		border: 0;
	}
}

.page-id-235  section.section-texto-full {
    background-image: url('/wp-content/uploads/2020/03/home-1.jpg');
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-235 section.section-texto-full:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
}

.page-id-235 section.section-texto-full .container {
    z-index: 10;
    position: relative;
}


/* POPUP */

div#pop {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

a#cerrar {
    color: #999;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 2px;
	cursor: pointer;
}

.popup-wrapper {
    position: relative;
    width: 90%;
    max-width: 650px;
    padding: 40px;
    background: #fff;
}

h2.title-popup.text-center {
    color: #e31d72;
    font-size: 1.5em;
}


.btn-popup {
    background: #e31d72;
    color: #fff!important;
    margin: 35px auto 0;
    display: table;
    border-radius: 7px!important;
    padding: 10px 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(184,184,184,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(184,184,184,0.5);
    box-shadow: 5px 5px 5px 0px rgba(184,184,184,0.5);
    text-decoration: none!important;
}

.btn-popup.btn-popup-alt {
    background: #666;
}

.btn-popup:focus,
.btn-popup:hover,
.btn-popup-alt:focus,
.btn-popup-alt:hover {
    background: #999;
    color: #fff;
}

.next-link {
    font-size: 14px!important;
}

/* USER PROFILE */

.user-bar {
    background: #e31d72;
    padding: 5px 0;
    position: fixed;
    font-size: 14px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.user-bar a {
    z-index: 999999;
    position: relative;
    z-index: 15;
}

body.admin-bar .user-bar {
    top: 32px;
}

body.admin-bar nav#mainNav {
    top: 32px;
}

body.admin-bar .user-bar + nav#mainNav {
    top: 63px!important;
}

.user-registration-Button,
.ur-submit-button,
.btn.btn-editar {
    background: #e31d72;
	color: #fff;
    top: 14px;
	font-size: 1rem;
    line-height: 1.5;
	border: 0;
	border-radius: 7px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(184,184,184,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(184,184,184,0.5);
    box-shadow: 5px 5px 5px 0px rgba(184,184,184,0.5);
    text-transform: uppercase;
    font-weight: 600;
}
}

.user-registration-Button:hover,
.user-registration-Button:focus,
.ur-submit-button:hover,
.ur-submit-button:focus,
.btn.btn-editar:hover,
.btn.btn-editar:focus {
	background: #999!important;
}

ul.acf-checkbox-list {
    display: flex;
    justify-content: start;
}

ul.acf-checkbox-list li {
    margin-right: 15px!important;
}

ul.acf-checkbox-list li input {
    top: 5px;
    position: relative;
}

span.status-label {
    background: #e31d72;
    color: #fff;
    padding: 5px 25px;
	margin-bottom: 25px;
}

.acf-field-checkbox label input,
.acf-field-radio label input {
    width: 0px;
	display: none;
}

.acf-field-checkbox .acf-input label,
.acf-field-radio .acf-input label {
    font-size: 16px;
    color: #e31d72;
    border: 1px solid #e31d72;
    padding: 5px 10px;
    border-radius: 22px;
    width: 94px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.acf-field-checkbox .acf-input label {
    width: 130px;
}

.acf-field-5eb5303ea2747 .acf-field-checkbox .acf-input label {
    width: 90px;
}

ul.acf-checkbox-list {
    flex-flow: wrap row;
}

.acf-field-radio .acf-input label:hover, 
.acf-field-radio .acf-input label.selected,
.acf-field-checkbox .acf-input label:hover, 
.acf-field-checkbox .acf-input label.selected {
    background: #e31d72;
    color: #fff;
}

.horarios-wrapper {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.horarios-wrapper p:last-child {
    margin: 0;
}

/* REGISTRO */

.user-registration {
    max-width: 450px;
    margin: auto!important;
}

.ur-frontend-form {
    padding: 0!important;
	border: 0!important;
}

.user-registration label {
    margin-bottom: 0!important;
}

.user-registration input.input-text {
    width: 100%!important;
}

.user-registration span.password-input-group {
    width: 100%;
}

.ur-submit-button {
	display: table;
	margin: 15px auto!Important;
}

.user-registration-page.logged-in #user-registration {max-width: 100%;}

.user-registration-page.logged-in #user-registration ul li:before {
    display: none;
}


/* reservas */

#contratarForm .acf-fields {
    display: flex;
    justify-content: center;
    flex-flow: wrap row;
}

#contratarForm .acf-fields .acf-field--post-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
    border: 1px solid #ccc;
    padding: .5em 1em!important;
}

.acf-fields > .acf-field {border: 0!important;}

img.aligncenter {
    display: table;
    margin: auto;
    max-width: 100%;
    height: auto!important;
}



.search-home {
    background: #fff;
    padding: 35px;
    max-width: 600px;
    width: 100%;
    margin: 50px 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}

.search-home label {
    margin-bottom: 5px;
    font-weight: 400;
}

.search-home h3 {
    font-size: 2em;
    margin-bottom: .5em;
}

@media (min-width: 1200px) {
	.container {
		width: 83.333333%;
		max-width: 1280px;
	}
}

@media (max-width: 768px) {
	.search-home h3 {
		font-size: 1.5em;
    margin-bottom: .3em;
	}
	.search-home {
		background: #fff;
		margin: 20px 0;
		padding: 25px;
	}

}


@media (max-width: 576px) {
	.search-home label, .search-home input {
		font-size: 13px;
	}
	
	.search-home input[type=submit] {
		margin: 15px auto 0px;
	}
}

.btn-no-margin input[type=submit] {
    margin: 0;
}

.btn-no-margin span.ajax-loader {
    display: none;
}


ul.nav-tabs li.nav-item:before {
    display: none;
}

.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link, 
.nav-tabs .nav-link.active, 
.nav-tabs li a {
    font-size: 1.5em;
    font-weight: 700;
    color: #aaa;
}

.nav-tabs .nav-link.active {
	color: #e31d72;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs li a {
	border: 0;
	border-radius: 0;
}


.buscador-page {
    border-bottom: 1px solid #e31d72;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.buscador-page button.search-submit {
    border: 0;
    background: transparent;
    color: #ccc;
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 1.2em;
}

.buscador-page input#search {
    padding-right: 50px;
}

hr.hr-full {
    border-width: 1px;
    max-width: 100%;
    border-color: #ccc;
}

hr.hr-left {
    margin-left: 0;
}

hr {
    max-width: 90px;
    border-width: 4px;
    border-color: #e31d72;
}

.text-pink {
	color: #e31d72;
}

.img-wrapper {
    display: flex;
    height: 100%;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
}

.img-wrapper img {
    max-height: 50px;
    width: auto!important;
}

.form-bordered-wrapper {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	background: #fff;
	color: #212529!important;
}


.cn-button.bootstrap {
    background: #ef168b;
}

h3.titulo-1 {
    font-size: 1.6em;
}


