/**********************************************************************************************************************/
/** ESTILOS																											  */
/**********************************************************************************************************************/

/** Importación de Google Fonts ***************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

/**********************************************************************************************************************/
/** ELEMENTOS GENERALES ***********************************************************************************************/
/**********************************************************************************************************************/

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    background-color: #ffffff;
}

body.scrollOff {
    overflow: hidden;
}

iframe.oculto {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

p {
    margin: 0px;
    margin-bottom: 1em;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-align: justify;
}

ul {
	list-style: square;
}

li {
    margin: 0px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 300;
}


a {
    outline: none;
    color: #000000;

    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
}

h1 {
	font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #000000;
}

h2 {
	font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
}

h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 1em;
    color: #000000;
}

h4 {
	font-family: 'Oswald', sans-serif;
    font-size: 0.9em;
    color: #8baabf;
}

*:focus {
    outline: none;
}

input {
	width: 100%;
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

input[name="txtNombre"] {
	text-transform: capitalize;
}

input[type="email"] {
	text-transform: lowercase;
}

textarea {
	resize: none;
	width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

select {
	width: 100%;
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
}

td, th {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    line-height: 2em;
    text-align: justify;
}

/**********************************************************************************************************************/
/** VIDEO *************************************************************************************************************/
/**********************************************************************************************************************/

.videoResponsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoResponsive iframe, .videoResponsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bloqueVideo {
    margin: 50px 0px;
}

/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/

.boton {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    background-color: #eb8316;
    display: table;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}
.boton:hover {
    background-color: #bdbec6;
    color: #000000;
}

.botonOff {
    box-sizing: border-box;
    height: 32px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
    background-color: #cccccc;
    display: table;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

/**********************************************************/

.bv {
    float: right;
    margin-left: 10px;
}

.bMas {
	float: right;
}

.bBuscar {
	float: left;
	margin: 10px;
}

.bVolver {
    float: right;
}

.bEnviar {
	margin-top: 0px;
    width: 100%;
    float: none;
	padding-left: 9px;
}

.bAlta {
	width: 100%;
	float: none;
	padding-left: 9px;
}

/**********************************************************************************************************************/
/** AVISO DE COOKIES **************************************************************************************************/
/**********************************************************************************************************************/

#avisoCookie {
    display: none;
    box-sizing: border-box;
    position: fixed;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000000;
    overflow: hidden;
}

#avisoCookie p {
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9em;
    text-align: center;
    color: #ffffff;
}

#avisoCookie a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}

#avisoCookie a:hover {
    text-decoration: none;
}

.botonCookies {
    display: table;
    margin: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff0000;
    cursor: pointer;
}

.botonCookies p {
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: .8em;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}

.botonCookies:hover {
    background-color: #000000;
}


/**********************************************************************************************************************/
/** AVISO LEGAL *******************************************************************************************************/
/**********************************************************************************************************************/

.titulo {
	margin: 0px;
	padding-top: 10px;
	font-size: 1.8em;
	letter-spacing: 10px;
	text-align: center;
}

.avisoLegal {
	margin-top: 50px;
	margin-bottom: 50px;
}

.avisoLegal h2 {
	font-size: 1.3em;
	margin-top: 50px;
	border-bottom: 1px solid #000000;
}

.avisoLegal h3 {
	margin-top: 30px;
}

.avisoLegal p {
	font-size: 0.9em;
}

.avisoLegal li {
	font-size: 0.8em;
	margin-bottom: 20px;
}

.avisoLegal table {
	border: 1px solid #000000;
	margin-top: 30px;
	margin-bottom: 40px;
}

.avisoLegal th {
	font-size: 0.8em;
	background-color: #000000;
	color: #ffffff;
}

.avisoLegal td {
	font-size: 0.8em;
	border: 1px solid #000000;
}

.avisoLegal img {
	margin-left: auto;
	margin-right: auto;
}

.avisoLegal blockquote {
    padding-left: 20px !important;
    border-left: 3px solid #cccccc;
}

.avisoLegal blockquote p {
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.5;
}


/**********************************************************************************************************************/
/** MENU PRINCIPAL ****************************************************************************************************/
/**********************************************************************************************************************/

.bloqueMenu {
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.bloqueMenu img.logo {
	float: left;
	margin-top: 10px;
	height: 75px;
}

.bloqueMenu ul {
	float: right;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}

.bloqueMenu li {
    cursor: pointer;
    float: left;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
    list-style: none;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: color 0.2s, background-image 0.2s;
    -moz-transition: color 0.2s, background-image 0.2s;
    -o-transition: color 0.2s, background-image 0.2s;
    -ms-transition: color 0.2s, background-image 0.2s;
    transition: color 0.2s, background-image 0.2s;
}

.bloqueMenu li:hover, .bloqueMenu li.activo {
    color: #999999;
}

/**********************************************************/

.menuMovil {
    z-index: 3000;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #7c7f8f;
}

.menuMovil img.logo {
	cursor: pointer;
	float: right;
	height: 30px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
}

#botonMenuMovil {
    cursor: pointer;
    float: left;
    margin: 7px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 5px;
    width: 25px;
    height: 5px;
    display: block;
    background-color: #ffffff;
    border-radius: 1px;
}

#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: -240px;
    width: 240px;
    height: 100%;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #000000;
    background-color: rgba(0,0,0,0.9);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil img.iconoVolver {
    cursor: pointer;
    float: right;
    width: 24px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#menuLateralMovil ul li {
    cursor: pointer;
    margin: 0;
    padding: 1em;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#menuLateralMovil ul li.botonSolicitudEnviada {
    padding-left: 30px;
    cursor: default;
    background-image: url(../imagenes/iconoCheck@2x.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 3px 20px;
}

#menuLateralMovil ul li:last-child {
    border-bottom: 0px;
}

#menuLateralMovil ul li.submenuM {
    margin-left: 20px;
    margin-right: 20px;
    padding: 1em;
    font-size: 0.7em;
}

#menuLateralMovil ul li a {
    color: #ffffff;
    text-decoration: none;
}

#menuLateralMovil div.rs {
    float: none !important;
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px;
}

#menuLateralMovil div.rs img {
    cursor: pointer;
    display: inline;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: 8px;
}

.subMenuMovil {
    padding: .5em;
    background-color: #888888;
}
.subMenuMovil p {
    margin: 0px;
    font-size: .8em;
    line-height: 1em;
}


/**********************************************************************************************************************/
/** ESTRUCTURA ********************************************************************************************************/
/**********************************************************************************************************************/

.pie {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi3LvvGAO5gImBAjCqeVTzqOZRzZRrBggwAB3yAmmfhNWIAAAAAElFTkSuQmCC');
    margin-top: 50px;
}

.pie > .row {
	background-color: #ffffff;
}

.fondoPie {
	background-color: #84858c;
}

.pie h2 {
    color: #ffffff;
}

.pie p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
}

.pie p a {
	text-decoration: none;
	color: #ffffff;
}

.pie p a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.datos p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.7em !important;
	text-align: left !important;
	color: #000000 !important;
}

.aviso p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.7em !important;
	text-align: right !important;
	color: #000000 !important;
}

.aviso p a {
	text-decoration: none;
	color: #000000;
}

.aviso p a:hover {
	text-decoration: underline;
	color: #000000;
}


/**********************************************************/

.bloqueSlide {
}

.bloqueSlide div.row {
	background-color: #ffffff;
}

.estiloFlexslider {
	margin-bottom: 0px;
}

/**********************************************************/

.fotosPortada {
	margin-top: 20px;
}

.fotosPortada img {
	width: 100%;
}

/**********************************************************/

.bloquesSecciones {
	background-color: #ffffff;
}

.bloquesSecciones div.grid_4 {
	margin-top: 20px;
}



.bloquesSecciones img.icono {
	float: left;
	width: 48px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.bloquesSecciones h2 {
	color: #eb8316;
	margin: 0px;
	padding-top: 10px;
}

.bloquesSecciones p {
	margin: 0px;
}


/**********************************************************/

.bloquesBlog {
	margin-top: 30px;
}

.bloquesBlog .grid_12 {
	background-color: #bdbec6;
}

.bloquesBlog h2 {
	display: table;
	margin: 0px;
	color: #eb8316;
	padding-right: 10px;
	background-color: #ffffff;
}

#entradasBlog {
    background-color: #FFFFFF;
}

.contenidoBlog {
    margin-top: 2em;
}

.entradaBlog {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
    width: 23%;
}

.imagenEntradaBlog {
    margin: 0;
    width: 100%;
    margin-bottom: 3px;
}
.imagenEntradaBlog img {
    width: 100%;
}

.bloqueTituloEntradaBlog {
    margin: 0px;
    padding: .5em;
    border: 1px solid #919197;
    min-height: 5em;
}
.bloqueTituloEntradaBlog h1 {
    margin: 0;
    margin-bottom: .3em;
    font-size: 1em;
    line-height: 1.1em;
}
.bloqueTituloEntradaBlog h1 a {
    text-decoration: none;
    color: #000000;
}
.bloqueTituloEntradaBlog h1 a:hover {
    text-decoration: underline;
}

.bloqueTituloEntradaBlog p {
    margin: 0px;
    color: #eb8316;
    font-size: .9em;
    font-weight: bold;
}

/**********************************************************/

.iconoRS {
	float: right;
	width: 32px;
	margin-left: 15px;
}

.contenedor {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi3LvvGAO5gImBAjCqeVTzqOZRzZRrBggwAB3yAmmfhNWIAAAAAElFTkSuQmCC');
	background-repeat: repeat-x;
	background-size: 100% 160px;
	background-position: top;
	background-attachment: fixed;
}

.contenido {
	padding-top: 0px;
	background-color: #FFFFFF;
}


/**********************************************************/

.controlesPaginacion {
    margin-top: 20px;
    margin-bottom: 20px;
}


/**********************************************************************************************************************/
/** PROFESIONALES *****************************************************************************************************/
/**********************************************************************************************************************/

.fichaProfesional {
	margin-bottom: 50px;
}

.fichaProfesional h2 {
	margin: 0px;
	padding-top: 0px;
	padding-left: 5px;
	font-weight: normal;
	background-color: #bdbec6;
	color: #ffffff;
}

.fichaProfesional h3 {
	margin: 0px;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #eb8316;
	color: #ffffff;
}

.fichaProfesional img.foto {
	width: 100%;
}


/**********************************************************************************************************************/
/** SERVICIOS *********************************************************************************************************/
/**********************************************************************************************************************/

.tituloServicio h1 {
	margin: 0px;
	margin-top: 50px;
}

.servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.serviciosFisioterapia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.servicioPrincipal h2, .servicio h2 {
	margin: 5px;
	font-weight: normal;
	color: #ffffff;
}

.servicio p {
	margin: 5px;
	margin-top: 0px;
}

.servicio {
    width: calc(33% - 23px);
    margin-top: 20px;
	background-color: #bdbec6;
    padding: 10px;
    border-radius: 10px;
}

.podologia {
    justify-content: flex-start;
}

.podologia .servicio {
    margin-right: 10px;
    
}


/**********************************************************************************************************************/
/** INSTALACIONES *****************************************************************************************************/
/**********************************************************************************************************************/

.instalaciones {
	margin-top: 30px !important;
}


.instalaciones img {
	width: 100%;
}


/**********************************************************************************************************************/
/** CONTACTO **********************************************************************************************************/
/**********************************************************************************************************************/

.citas  {
	margin: 20px;
}
.citas h2 {
	margin: 0px;
	margin-bottom: 20px;
	text-align: left;
	color: #ffffff;
}

.citas input {
	margin-bottom: 10px;
}

.citas input[name=txtDia] {
	width: 70%;
	float: left;
}

.citas input[name=txtHora] {
	width: 28%;
	float: left;
	margin-left: 2%;
}

.citas input[name=txtEmail] {
	width: 70%;
	float: left;
}

.citas input[name=txtTelefono] {
	width: 28%;
	float: left;
	margin-left: 2%;
}

.contenedorMensajes {
	position: relative;
	height: 20px;
}

.mC {
	width: 100%;
	padding: 3px;
	position: absolute;
	display: none;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #ff0000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	text-align: left;
	text-transform: uppercase;
}

/**********************************************************/

.datoContacto {
	margin: 20px;
}

.datoContacto p {
	margin: 0px;
	color: #ffffff;
	font-size: 0.8em;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}

/**********************************************************/

.fondoPie2 {
    border-top: 1px dashed #ffffff;
	background-color: #84858c;
}

.textoPie {
    margin: 20px 20px 20px 10px;
}

.logosPie {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 10px;
}

.logosPie img {
    width: 150px;
    margin: 10px;
}

.logosPie img.imgh {
    width: 70px;
}

.logosPie img.imgg {
    width: 90px;
}