
/*
#####################################################
##	Estilos Generales
#####################################################
*/


/**** FUENTES ****/

@font-face {
	font-family: fontRegular;
	src:url(../fonts/Jost-Regular.ttf) format("truetype");
	font-weight:300;
	font-style:normal
}
@font-face {
	font-family: font-bold;
	src:url(../fonts/SofiaSansCondensed-Bold.ttf) format("truetype");
	font-weight:400;
	font-style:normal
}
@font-face {
	font-family: font-black;
	src:url(../fonts/SofiaSansCondensed-Black.ttf) format("truetype");
	font-weight:400;
	font-style:normal
}



body {
	background: var(--white);
	color: var(--body);
	font-family: fontRegular;
}

button:focus {
	outline: none;
}


a {
	transition: all .6s ease;
	color: var(--body);
}

.font-bold {
	font-family: font-bold;
}

.font-black {
	font-family: font-black;
}


h1,h2,h3,h4,h5,h6 {
	font-family: font-bold;
}
h1 {
	font-size: 32px;
}

@media(min-width:742px){
	h1 {
		font-size: 52px;
	}
}

@media(min-width:992px){
	h1 {
		font-size: 62px;
	}
}

@media(min-width:1400px){
	h1 {
		font-size: 72px;
		line-height: 72px;
	}
}

h2 {
	font-size: 26px;
}

@media(min-width:742px){
	h2 {
		font-size: 36px;
	}
}

@media(min-width:992px){
	h2 {
		font-size: 46px;
	}
}

@media(min-width:1400px){
	h2 {
		font-size: 56px;
	}
}

h3,h4,h5,h6 {
	font-size: 20px;
}

@media(min-width:742px){
	h3,h4,h5,h6 {
		font-size: 26px;
		line-height: 26px;
	}
}

@media(min-width:1400px){
	h3,h4,h5,h6 {
		font-size: 36px;
		line-height: 36px;
	}
}

.contenedor-content-text a {
	color: var(--secondary);
	text-decoration: underline;
}
.contenedor-content-text h1,h2,h3,h4,h5,h6 {
	display: inline-block;
	width: 100%;
}
.contenedor-content-text ul {
	margin: .5rem 0;
}

.contenedor-content-text ul li {
	list-style: disc;
	list-style-position: inside;
}

.contenedor-content-text p {
	display: inline-block;
	width: 100%;
	margin-bottom: .5rem;
}

/*** Página predeterminada ***/

.contenedor-pagina--predeterminada p {
	display: block;
	width: 100%;
}


/* Botón principal */

.btn-primary {
	background-color: var(--primary);
	color: white;
	text-transform: uppercase;
	font-family: font-bold;
	padding: .5rem 2.5rem;
	box-sizing: border-box;
    display: inline-block;
	transition: .1s ease-in-out all;
	box-sizing: border-box;
	text-decoration: underline;
}

.btn-primary--revert {
	background-color: white;
	color: var(--body);
	text-transform: uppercase;
	font-family: font-bold;
	padding: .5rem 2.5rem;
	box-sizing: border-box;
    display: inline-block;
	transition: .1s ease-in-out all;
	box-sizing: border-box;
	text-decoration: underline;
}

.btn-primary--revert:hover {
	background-color: rgba(255,255,255, 0.8);
}

.btn-primary:hover {
	background-color: var(--primaryhover);
}

/*** Inputs Generales ***/

input:focus {
	outline: none;
}

input[type=submit] {
	cursor: pointer;
}

input[type=submit]:disabled {
	opacity: .8;
}

input[type=checkbox] {
	border: 1px solid #ACACB7;
    width: 15px;
    height: 15px;
	border-radius: 4px;
	position: relative;
}

input[type=checkbox]:checked:after {
	content: "";
    display: block;
    width: 7px;
    height: 14px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 8px;
	left: 6px;
	top: -4px;
}

input[type=radio] {
	border: 1px solid #A2A2A2;
    width: 15px;
    height: 15px;
	border-radius: 50%;
	position: relative;
}

input[type=radio]:checked:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--primary);
	position: absolute;
}

/*
#####################################################
##	FIN Estilos Generales
#####################################################
*/


/*
#####################################################
##	BANNER PRINCIPAL
#####################################################
*/

.contenedor-banner-principal {
	min-height: 90vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
} 


.contenedor-banner-secundario {
	min-height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

/*
#####################################################
##	FIN BANNER PRINCIPAL
#####################################################
*/


.contenedor-image-playstay {
	min-height:400px;
	background-size:cover;
	background-position: 45% 55%;
}


@media screen and (min-width:1200px) {
	.contenedor-image-playstay {
		box-sizing:content-box;
		min-height:450px;
	}
}


/*
#####################################################
##	PAGINA TENIS Y PADEL
#####################################################
*/

.col-iconos {
	border-radius: 16px;
	border: 1px solid #B1B1B1;
	padding: 1.5rem;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

@media(min-width:992px){
	.col-iconos {
		min-height: 220px;
	}
}

.col-iconos p {
	width: 100%;
	display: inline-block;
}

.row-iconos--imagen {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.row-iconos--imagen img {
	opacity: .7;
}

.row-iconos--imagen h3 {
	position: absolute;
}


.contenedor-modalidades-precios {
	border: 1px solid #B1B1B1;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 300px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: rgba(249, 220, 74 , .8);
}

@media(min-width:992px){
	.contenedor-modalidades-precios {
		min-height: 400px;
	}
}

/*
#####################################################
##	FIN PAGINA TENIS Y PADEL
#####################################################
*/


/*
#####################################################
##	CONTACTO
#####################################################
*/

.linea-titulo-contacto {
    height: 3px;
    width: 130px;
    background-color: var(--primary);
    display: block;
}


.contenedor-form-contacto form p input[type="text"],
.contenedor-form-contacto form p input[type="tel"],
.contenedor-form-contacto form p input[type="email"] {
    padding: .5rem 1.5rem;
    border: 1px solid var(--light);
    border-radius: 6px;
    color: var(--body);
    font-size: 16px;
    width: 100%;
}

.contenedor-form-contacto form p input::placeholder {
    font-size: 16px;
    color: var(--light);
}

.contenedor-form-contacto form p textarea {
    padding: .5rem 1.5rem;
    border: 1px solid var(--light);
    border-radius: 6px;
    color: var(--body);
    font-size: 16px;
    height: 150px;
    max-height: 200px;
    width: 100%;
}

.contenedor-form-contacto form p textarea::placeholder {
    font-size: 16px;
    color: var(--light);
}

.contenedor-form-contacto .contenedor-input-politica .wpcf7-list-item {
    margin: 0 !important;
}

.contenedor-form-contacto .contenedor-input-politica .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contenedor-form-contacto .contenedor-input-politica {
    font-size: 14px;
}

.contenedor-form-contacto .contenedor-input-politica input {
    margin-right: .5rem;
}

.contenedor-form-contacto .contenedor-input-politica a {
    color: var(--primary);
    text-decoration: underline;
}

.contenedor-form-contacto form p input[type="submit"] {
    background-color: var(--primary);
    color: #ffffff;
    padding: .5rem 2.5rem;
    border: 1px solid var(--primary);
    border-radius: 6px;
}

.contenedor-form-contacto form p input[type="submit"]:hover {
    background-color: transparent;
    color: var(--body);
}

/*
#####################################################
##	FIN CONTACTO
#####################################################
*/

/*
#####################################################
##	SQUARE GALLERY
#####################################################
*/


.contenedor-square-gallery .col-square-gallery {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	border: 3px solid #ffffff;
}

@media(min-width:992px){
	.contenedor-square-gallery .col-square-gallery {
		min-height: 400px;
		border: 5px solid #ffffff;
	}
}

.contenedor-square-gallery .col-square-gallery .row {
	background-color: rgb(18, 72, 89, .6);
	height: 100%;
}

.contenedor-square-gallery .col-square-gallery:first-child {
	background-color: var(--primary);
}

/*
#####################################################
##	END SQUARE GALLERY
#####################################################
*/


/*
#####################################################
##	TARIFAS
#####################################################
*/

.contenedor-tarifas .col-tarifas {
	border-radius: 16px;
	border: 1px solid #B1B1B1;
	padding: 1.5rem;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.contenedor-tarifas .col-tarifas .title-tarifas {
	text-align: center;
    font-size: 80px;
    font-family: 'font-black';
    display: inline-block;
    width: 100%;
    color: white;
}

.contenedor-tarifas .col-tarifas {
	background-color: var(--primary);
}

.contenedor-tarifas .col-tarifas .semana-tarifa {
	text-align: center;
    font-size: 30px;
    font-family: 'font-black';
    display: block;
    width: 100%;
    margin-top: -3.8rem;
}

.contenedor-tarifas .col-tarifas .precio-tarifa {
	text-align: center;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

@media(min-width:400px){
	.contenedor-tarifas .col-tarifas .precio-tarifa {
		font-size: 30px;
	}

	.contenedor-tarifas .col-tarifas .semana-tarifa {
		font-size: 40px;
		margin-top: -4.8rem;
	}

	.contenedor-tarifas .col-tarifas .title-tarifas  {
		font-size: 100px;
	}
}

@media(min-width:1600px){
	.contenedor-tarifas .col-tarifas .precio-tarifa {
		font-size: 80px;
		line-height: 110px;
	}

	.contenedor-tarifas .col-tarifas .semana-tarifa {
		font-size: 120px;
		line-height: 100px;
		margin-top: -6.8rem;
	}

	.contenedor-tarifas .col-tarifas .title-tarifas  {
		font-size: 170px;
	}
}


/*
#####################################################
##	END TARIFAS
#####################################################
*/


@media(min-width:1200px){
	.row-actividades {
		height: 80vh;
	}
}

.col-image--actividades {
	height: 50vh;
	min-height: 50vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


@media(min-width:1200px){
	.col-image--actividades {
		height: 100%;
		min-height: auto;
	}
}