/*
Theme Name: Enttrenador Personal Alicante
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*--Indice--------------------------------
Las clases estás situadas en cascada, por ejemplo, el padre se podria llamar pd (padre),
y el hijo pd_h (padre_hijo), la caja de texto dentro del hijo seria pd_h_txt (padre_hijo_texto)

	Terminos:
		tg = textos general
		cb = cabecera
		sp = separador
		bc = caja de contenido (box content)
		is = introducción servicios
		tp = tarjeta personal
		fc = formulario de contacto

-----------------------------------------*/

/*Global---------------------------------*/

body {
	line-height: initial;
}

#page {
	width: 100% !important;
}

#page {
	margin-left: none;
	margin-right: none;
}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {
	display:block !important;
}

.title {
	height: auto !important;
    text-align: center !important;
 }

 .footer-mid > div,
 .footer-bottom > div {
 	height: auto !important;
 }

 .ndcpwatheme-footer-newsletter-container {
 	margin-top: 0px !important;
 }

 .fotter-bottom {
 	color: #1897FB;
    text-decoration: none;
    background-color: transparent;
 }

.ndcpwa_mobile_new_menu_option_holder {
    height: auto !important;
}

.ndcpwatheme-footer-newsletter-section_text p {
    color: white !important;
}

#page .wp div,
#page .wp article,
#page .wp section,
#page .wp h1,
#page .wp p {
  	margin-right: auto !important;
  	margin-left: auto !important;
    text-align: left !important;
}

.title_outer {
	display: none;
}

#header-discounts {
	padding: 5px !important;
}

body:not([class*=bridge-core]) .h1, body:not([class*=bridge-core]) .h2, body:not([class*=bridge-core]) .h3, body:not([class*=bridge-core]) .h4, body:not([class*=bridge-core]) .h5, body:not([class*=bridge-core]) .h6, body:not([class*=bridge-core]) h1, body:not([class*=bridge-core]) h2, body:not([class*=bridge-core]) h3, body:not([class*=bridge-core]) h4, body:not([class*=bridge-core]) h5, body:not([class*=bridge-core]) h6 {
    margin: 0 !important;
}

.cb .vc_column_container>.vc_column-inner,
.sp .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/*--tg-----------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #333333;
}

.wp h1 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 2.8em !important;
	font-style: oblique !important;
	font-weight: 800 !important;
}


.wp h2 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 1.6em !important;
	font-style: oblique !important;
	font-weight: 700 !important;
}

.wp h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em !important;
	font-style: normal !important;
	font-weight: 600 !important;
}

.wp h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em !important;
	font-style: normal !important;
	font-weight: 600 !important;
}

.wp p {
	font-family: 'Raleway', sans-serif;
	font-size: 1em !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.5em;
}

.wp strong,
.wp b {
	font-weight: 700 !important;
}


/*--cb-----------------------------------*/
.cb {
	min-height: 800px;
	overflow: hidden;
	padding: 0px !important;
	z-index: 10;
}

.cb_box,
#cb_box {
	background-position: left !important;
	min-height: 1000px;
}

.cb_box_text {
	position: relative;
	top: 150px;
	padding-right: 100px;
	background-color: rgba(0,0,0,0.6);
	border-left: 2px white solid;
	padding-bottom: 200px;
	padding-top: 25px;
	padding-left: 15px;
}

.cb .cb_box_text h1,
.cb .cb_box_text h2,
.cb .cb_box_text p {
	color: white !important;
}

.cb .cb_box_text h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 600 !important;
}


@media (max-width: 1100px) {

	.cb .cb_box_text {
		padding-bottom: 25px;
		padding-right: 50px;
	}
	
	.cb_box {
		background-position-x: -2cm !important;
	}
}

@media (max-width: 767px) {

	.cb,
	.cb_box {
		min-height: 0px;
	}

	.cb .cb_box_text {
		top: 0px;
		padding-bottom: 25px;
		padding-right: 50px;
		margin-bottom: 200px !important;
	}
	.cb_box {
		padding: 0px 20px;
		background-position-x: 0cm !important;
		background-position: top left !important;
		background-size: cover !important;
	}
}

/*--sp-----------------------------------*/

.sp {
	display: relative;
	min-height: 350px;
    margin-top: -200px;
	z-index: 20;
}

.sp_end,
.sp_first {
	min-height: 187px;
	margin-top: -100px;
	z-index: 20;
}

.sp_right,
.sp_left {
	overflow: hidden;
}

.sp_left {
	bottom: 50px;
}

.sp_background {
	position: absolute;
    top: 50px;
    bottom: 50px;
    width: 110vw;
    transform: rotate(-2deg);
    background-color: red;
    z-index: -999;
}

.sp_left .sp_background {
    left: -200px;
}

.sp_right .sp_background {
    right: -200px;
}

.sp_first > div { 
	position: absolute;
	display: flex;
	align-items: center;
	right: 150px;
	top: 0;
	bottom: 30px;
}

.sp_right > div { 
	position: absolute;
	display: flex;
	align-items: center;
	right: 150px;
	top: 0;
	bottom: 100px;
}

.sp_left > div { 
	position: absolute;
	display: flex;
	align-items: center;
	left: 150px;
	top: 100px;
	bottom: 0;
}

.sp h2 {
	font-size: 2em !important;
	color: white !important;
	padding: 0px 10px !important;
}

.sp_first h2 {
	font-size: 2em !important;
	color: white !important;
	padding: 0px 10px !important;
}

.sp_left .sp_text {
	margin-top: 40px;
}

.sp_right .sp_text {
	margin-bottom: 50px !important;
}

@media (max-width: 1100px) {
	.sp_right > div { 
		right: 150px;
		top: 50px;
		bottom: 0;
	}
	.sp_left > div { 
		left: 150px;
		top: 0;
		bottom: 50px;
	}
}

@media (max-width: 760px) {
	.sp {
		min-height: 250px;
		bottom: 60px;
	}

	.sp_right .sp_text {
	    margin-top: 40px;
	}

	.sp_left .sp_text {
		margin-top: 0px;
	}

	.sp_left .sp_background,
	.sp_right .sp_background {
    	left: -20px;
    	right: -20px;
	}

	.sp_right > div,
	.sp_left > div,
	.sp_first > div {
		justify-content: center;
		right: 0;
		left: 0;
	}

	.sp_right > div,
	.sp_left > div {
		top: 0;
		bottom: 0;
	}

	.sp_first > div {
		top: 0;
		bottom: 0;
	}

	.sp_text {
		   top: 30px;
    	position: relative;
	}
}

/*--bc-----------------------------------*/

.bc {
	margin-top: -200px;
    padding: 200px;
    padding-bottom: 350px;
}

.bc ul {
	list-style: circle;
	padding-left: 25px;
}


.bc_box_text {
	background-color: rgba(255,255,255,0.8);
	padding: 35px 25px;
}

.bc_tp {
	background-position: top left !important;
	margin-top: -100px;
    padding: 200px 0px;
    padding-bottom: 200px;
}

.bc > div {
	width: auto !important;
}

@media (max-width: 1224px) {
	.bc,
	.bc_tp {
		padding: 200px 50px;
		padding-bottom: 350px;
	}

	.bc_tp {
		padding-bottom: 200px;
	}

	.bc_box_text_left,
	.bc_box_text_right {
		top: 0px;
	}
}

@media (max-width: 767px) {
	.bc,
	.bc_tp {
		padding: 200px 20px;
		padding-bottom: 350px;
	}

	.bc_tp {
		padding-bottom: 200px;
	}
}

/*--is-----------------------------------*/

.is {
	min-height: 850px;
	padding: 200px 50px;
	display: flex;
	justify-content: center;
}

.is_box {
	max-width: 500px;
	padding: 100px 15px;
	background-position: top !important;
}

.is_box p,
.is_box h3,
.is_box li {
	color: white !important;
}

.is_box h3 {
	font-size: 1.5em !important;
	font-weight: 700 !important;
}

.is_box > div {
	min-height: 700px;
	padding: 75px 50px !important;
	padding-right: 100px !important;
	border-radius: 75px;
	background-color: black;
	background-position: top !important;
	-webkit-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
}

.is_boton {
	position: absolute;
	bottom: 145px;
	right: 100px;
}

.is_boton p {
	color: white !important;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 2.4em !important;
	font-style: oblique !important;
	font-weight: 700 !important;
}

.is_boton .is_img {
	position: absolute;
	right: -60px;
	top: 15px;
    bottom: 12px;
	width: 50px;
	transition: 0.2s;
}

.is_boton .is_img img {
	height: 100%;
}

.is_boton:hover .is_img {
	right: -70px;
}

@media (max-width: 1124px) {
	.is_box {
		padding: 50px 15px;
	}

	.is_box > div {
		min-height: 600px;
		padding: 55px 25px !important;
		padding-right: 50px !important;
	}
	
	.is {
		min-height: 0px;
		padding-right: 25px;
		padding-left: 25px;
		padding-top: 250px;
		padding-bottom: 300px
	}
}

@media (max-width: 1024px) {

	.is {
		min-height: 0px;
	}

	.is_box {
		max-width: 100%;
		padding: 15px 15px;
	}

	.is_box > div {
		min-height: 100%;

	}

	.is_box_text {
		padding-bottom: 100px;
	}

	.is_boton {
		position: absolute;
		bottom: 70px;
		right: 100px;
	}
}

/*--tp-----------------------------------*/

.tp,
#tp {
	background-color: #0e0f14;
	border-radius: 75px;
	overflow: hidden;
	max-width: 1100px;
	min-height: 600px;
	background-position: top left !important;
	margin: 0 15px;
	-webkit-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
}

.tp_bernat {
	background-color: #060509 !important;
}

.tp p,
.tp h2,
.tp h3,
.tp h4 {
	color: white !important;
}

.tp_box {
	min-height: 600px;
}

.tp_boton {
	position: absolute;
	right: 125px;
	bottom: 50px;
}

.tp_boton p {
	color: white !important;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 2.4em !important;
	font-style: oblique !important;
	font-weight: 700 !important;
}

.tp_boton .tp_img {
	position: absolute;
	right: -60px;
	top: 15px;
    bottom: 12px;
	width: 50px;
	transition: 0.2s;
}

.tp_boton .tp_img img {
	height: 100%;
}

.tp_boton:hover .tp_img {
	right: -70px;
}

@media (max-width: 990px) {
	.tp {
		background-position-x: -2cm !important;
	}
	.tp_box {
		min-height: 650px;
		background-color: rgba(0,0,0,0.7);
	}
	.bc_tp {
		padding-top: 130px !important;
		padding-bottom: 70px !important;
	}
}

@media (max-width: 767px) {
	.tp {
		background-position-x: -2cm !important;
		background-size: cover !important;
	}
	.tp_box {
		min-height: 650px;
		background-color: rgba(0,0,0,0.7);
		padding: 20px 20px !important;
		padding-top: 0px !important;
	}

	.tp_box > div {
		padding: 35px 20px !important;
		padding-bottom: 100px !important;

	}
}

@media (max-width: 570px) {

	.tp_boton { 
		right: 65px;
	}
}

/*--fc-----------------------------------*/

.fc_title {
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    padding: 50px 50px 25px 50px;
}

.fc_title h3 {
	color: white !important;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 2em !important;
	font-style: oblique !important;
	font-weight: 700 !important;
}

.bc_fc {
	margin-top: -100px;
	text-align: left;
}

.fc {
padding: 200px 0px;
text-align: left;
}

.wpcf7-form {
	padding: 50px;
	background-color:rgba(0,0,0,0.7);
	color:white;
}

.fc_box_nc {
	column-count: 2;
}

.fc_box_a {
	margin-top: 25px;
}

.fc_box_m {
	margin-top: 25px;
}

.fc_box_ep {
	margin-top: 50px;
}

.wpcf7-list-item {
	margin: 0 !important;
	padding: 0 !important;
}

.fc_box_e {
	position: relative;
	display: inline-block;
}

.e_submit[disabled] {
    filter: brightness(50%);
    cursor: not-allowed;
}

.e_submit[disabled] + .e_img {
    filter: brightness(50%);
    cursor: not-allowed;
}

.e_submit:disabled {
    cursor: not-allowed;
}

.e_submit:not([disabled]) {
    border: none;
	border-top-color: none;
    border-right-color: none;
    border-bottom-color: none;
    border-left-color: none;
    color: white;
}

.e_submit:not([disabled]):hover {
    background-color:none;
	border-color: none;
	color: #fff;
    text-decoration: none;
}

.e_submit{
	color: white;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 2.4em;
	font-style: oblique;
	font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 36px;
    margin: 0;
	padding: 0;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-transform: none;
    letter-spacing: 1px;
    text-shadow: none;
    background-color: transparent;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	transition: padding 0.2s;
	padding-right: 25px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	border: none;
}

.e_img {
	position: absolute;
	right: -36px;
    top: 9px;
    bottom: 7px;
	width: 50px;
}

.e_img img{
	height: 100%;
}

.fc_box_e:hover .e_submit:not([disabled])  {
	padding-right: 35px;
}

.politicadeprivacidad {
	margin-right: 5px;
}

.wpcf7-acceptance > span{
	display: inline-flex;
	align-items: center;
}

.fc_text_p,
.fc_text_p a{
	color: white;
}

.fc_text_p {
	margin-left: 5px;
}

@media (max-width: 768px){
	.fc_title {
	    display: block;
	}
}

@media (max-width: 600px) {

	.fc_box_nc {
		column-count: 1;
	}

	.fc_box_c {
		margin-top: 25px;
	}
}

.ajax-loader {
	position:relative;
	bottom: 5px;
	left: 5px;
}

div.wpcf7 .is-active {
	background-image: url("https://www.nutricion24.com/entrenador-personal-alicante/wp-content/uploads/spinner-solid.png");
	animation: rotate_load 1s infinite linear;
}

@keyframes rotate_load {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.wp label {
    width: 100%;
    display: inline-block !important;
}

.wp input.e_submit:focus {
    background-color: rgba(0,0,0,0) !important;
    color: white !important;
}

.fc_p_a {
	text-decoration: underline;
}

.fc_p_a:hover {
	color: #1897FB;
	text-decoration: underline;
}
header {
    display: none !important;
}
