

@import url('/css/landings/lopd-text.css');
/*solo para la landing obesidad*/
.landings .wrap.wrap-bg  .form_contacta .text-lopd-white{
    padding:0 0 10px;
    font-size:12px;
}
/* -------------------------------------------------- CSS RESET ---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/* vertical-align: baseline; */
}


/**
 * Fonts
 */

/* exo-regular - latin */
@font-face {
	font-family: 'Exo';
	font-style: normal;
	src: url('../fonts/exo/Exo-Medium.otf'),
		 url('../fonts/exo/Exo-Medium.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('../fonts/exo/Exo-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


body{
	font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1;
}
.wrap{
    max-width: 1380px;
    padding-left: 30px;
    padding-right: 20px;
    margin: auto;
}
img{
	max-width: 100%;
}

#franja_gracias{
	background: #00B3AB;
	color: white;
	text-align: center;
	padding: 30px 0;
}

/* cabecera */
#cabecera{
	display: block;
	/*  la imagen se referencia desde el jsp  */
	background-size: cover;
	background-position: center;
}
.wrap-bg{
	padding: 90px 20px 15px;
}
#cabecera .text,
#cabecera .form{
	display: inline-block;
	vertical-align: top;
}
#cabecera .text{
	width: calc(100% - 450px);
	color: #4B4F59;
	margin-top: -50px;
}
#cabecera .text .logo{
	margin: 20px 0 60px;
}
#cabecera .text .text-interior{
	display: block;
	padding-right: 39%;
	color: #FFF;
}
#cabecera .text .text-interior h1{
	max-width: 385px;
	font-size: 3.5em;
	font-weight: 600;
	line-height: 1.15em;
	margin-bottom: 30px;
	font-family: "Exo","Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#cabecera .text .text-interior span.bold{
	font-weight: bold;
}
#cabecera .text .text-interior h2{
	margin: 15px 0;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
}
#cabecera .text .text-interior h2 span{
	font-weight: bold;
}
#cabecera .text  .text-interior .content-tex{
	max-width: 330px;
	font-size: 22px;
	line-height: 1.1em;
}
#cabecera .text  .text-interior .content-tex ul {
	padding: 10px 0 1em 35px;
}
#cabecera .text  .text-interior .content-tex ul li {
	padding-bottom: 0.3em;
}


#cabecera .text .text-interior p.destacado{
	font-size: 24px;
	font-weight: 600;
}
#cabecera .content-consulta{
	position: relative;
	font-size: 12px;
	line-height: 1.2em;
	color: #FFF;
}
#cabecera .content-consulta .consulta-option-titulo{
	position: absolute;
	bottom: 0;
	font-size: 14px;
}
#cabecera .content-consulta .consulta-option-centros{
	float: right;
}
#cabecera .content-consulta p{
	padding: 0 0 10px;
}

#cabecera .asterisco{
	position: relative;
}

#cabecera .asterisco:before{
	content:"**";
	position: absolute;
	top:0;
	left: -5px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);

	font-size: 15px;

}
#cabecera .asterisco:first-child:before{
	content:"*";
}

#cabecera .consulta-option,
#cabecera .conditions-option{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}
#cabecera .conditions-option.consulta-option-centros{
	width: 440px;
	padding-left: 30px;
}
#cabecera .consulta-option.consulta-option-titulo{
	width: calc(100% - 450px);
}


/* FORMULARIO */
#cabecera .form{
	width: 440px;
	background: #00B3AB;
	border-radius: 25px;
	position: relative;
}

#cabecera .form p.title{
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	line-height: 38px;
	/* width: 65%; */
	margin: 0 auto;
	color: #FFF;
	line-height: 1;
	display: block;
	padding: 20px 30px 20px;
}



#cabecera .form .sello-new{
	position: absolute;
	left: -50px;
	top: -50px;
	width: 114px;
}

.cmXForm .panel {
	background: transparent;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 0 50px 15px;
	margin: 0;
}
.cmXForm .panel-body{
	padding: 0;
}

@media (min-width: 992px){
	.cmXForm .col-md-8{
	    width: 100%;
	}
}
.cmXForm .form-control{
	padding: 9px;
	height: 33px;
}
.cmXForm .form-control{
	  border: none;
	  font-size: 13px;
	  line-height: 1;
}
.cmXForm .input-type-boolean{
	color:#FFF;
}

.cmXForm .btn{
    font-size: 28px;
    margin-bottom:15px;
    padding: 13px;
	border-radius: 13px; 
	font-weight: 600;
	width: 100%;
}

.cmXForm .btn.btn-lg{
    color: #fff;
    background-color: #00756f;
    border:2px solid rgba(255, 255, 255, 69%);
}
.cmXForm .btn.btn-lg a{
     color: #fff;
}

.cmXForm .btn.btn-lg:active,
.cmXForm .btn.btn-lg:focus,
.cmXForm .btn.btn-lg:hover {
    background-color: #034e4a;
}
.cmXForm .btn.btn-lg:active a,
.cmXForm .btn.btn-lg:focus a,
.cmXForm .btn.btn-lg:hover a {
    text-decoration:none;
}

.cmXForm .btn-submit{
    background: #DF3D52;
    border:2px solid #BD2939;
}
.cmXForm .btn-submit:after {
    content: ">";
    font-family: monospace;
    font-size: 1.2em;
    padding-left: 5px;
    line-height: 20px;
    font-weight: 300;
    position: relative;
    top: 0.04em;
}
.cmXForm .btn-submit:active,
.cmXForm .btn-submit:focus,
.cmXForm .btn-submit:hover {
    background-color: #c11836;
    border:2px solid rgba(255, 255, 255, 69%);
}
.cmXForm .input-group {
 	display: block;
}

.cmXForm .icon-left{
	display: block;
	position: 	relative;
}
.cmXForm .icon-left .form-control{
	display: block;
}
.cmXForm .icon-left  .input-group-btn {
	float: left;
	position: static;
	white-space: normal;
	display: block;
	height: 100%;
}
.cmXForm .form-group{
	position:relative;
}
.cmXForm  .form-name:before,
.cmXForm  .form-mail:before,
.cmXForm  .form-movil:before,
.cmXForm  .form-phone:before,
.cmXForm  .form-centro:before,
.cmXForm  .form-tratamiento:before{
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	height: 34px;
	width: 50px;
	padding: 10px 18px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.cmXForm .form-name:before{
	background-image:  url('/imagenes/landing_obesidad/nombre-icon.png');	
}
.cmXForm .form-mail:before{
	background-image:  url('/imagenes/landing_obesidad/email-icon.png');	
}
.cmXForm .form-movil:before{
	background-image:  url('/imagenes/landing_obesidad/mobile-icon.png');	
}
.cmXForm .form-phone:before{
	background-image:  url('/imagenes/landing_obesidad/telefono-icon.png');	
}
.cmXForm .form-centro:before,
.cmXForm  .form-tratamiento:before{
	background-image:  url('/imagenes/landing_obesidad/select-icon.png');
}


.cmXForm .input-group-btn:last-child>.btn-default{
	background-color: transparent;
	color: #fff;
	border: none;
	padding: 10px 0;
	height: 34px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 50px;
	box-shadow: none!important;
}
.cmXForm  .bootstrap-datetimepicker-widget.bottom{
 	top:42px !important;
 }
.cmXForm .bootstrap-datetimepicker-widget table td span.active,
.cmXForm .bootstrap-datetimepicker-widget table td.active,
.cmXForm  .bootstrap-datetimepicker-widget table td.active:hover{
	background-color: #00B3AB
}
.cmXForm .bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #00B3AB
}
.cmXForm .datetimepickerbutton.active,
.cmXForm .btn-active,
.cmXForm .btn:active{
	-webkit-box-shadow:none!important;
    box-shadow: none!important;
}

.cmXForm  select.form-control option{
	padding: 5px;
	line-height: 1.5em;
}
.cmXForm .form-boolean-full{
	font-size: 13px;

}
.cmXForm .form-group.input-type-boolean .control-field{
	left: -30px;
}
.cmXForm .form-boolean-full a{
	color:#FFF;
	text-decoration: underline;
}
.cmXForm .form-boolean-full a:active,
.cmXForm .form-boolean-full a:hover,
.cmXForm .form-boolean-full a:focus{
	color: #ececec;
}
.cmXForm .form-boolean-full .control-label {
	padding-left: 17px;
	line-height: 1.3;
	padding-top: 2px;
	width: 100%!important;
	padding-left: 18px;
	padding-right: 5px;
}
.cmXForm .form-group.input-type-boolean input {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    border: 1px solid #b3b3b3;
    -webkit-appearance: none;
    min-height: 0;
    color: #000;
    top: 2px;
    left: 0;
}

.cmXForm .form-group.input-type-boolean input[type="checkbox"]:checked:after {
    color: #000;
    display: block;
    position: relative;
    top: -5px;
    left: 1px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}
.cmXForm .form-mandatory {
    color: #fff;
    vertical-align: top;
}



/* franja */
#franja{
	background: #484E54;
	color: white;
	text-align: center;
	padding: 30px 0
}
.feature{
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	text-align: left;
}
.feature img,
.feature p{
	display: inline-block;
	vertical-align: middle;
}
.feature img{
	width: 82px;
}
.feature p{
	width: calc( 100% - 150px);
	font-weight: 600;
	text-align: left;
	margin: 0 0 0 15px;
	line-height: 25px;
	display: inline-block;

	font-size: 22px;
	line-height: 23px;
}

/* info */
#info{
	padding-top: 80px;
	color: #4B4F54;
}

#info span.bold{
	font-weight: bold;
}
#info .other-text,
#info .text{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
#info .text{
	width: 410px 
}
#info .other-text{
	width: calc( 100% - 420px );
}
#info .text-column-1{
	display: block;
	width: 90%;
	margin: auto;
}
#info .image{
	position: relative;
}
#info .asterisco{
	font-size: 0.8em;
	color: #4B4F59;
	margin-top: 40px;
	position: relative;
}


#info .image .circle{
	background-color: #00B3AB;
	color: white;
	position: absolute;
	top: -37px;
	right: -54px;
	width: 130px;
	height: 130px;
	border-radius: 999em;
	padding: 30px;
	text-align: center;
	line-height: 1.4em;
	font-size: 0.9em;
}

#info li{
	font-size: 1em;
	margin: 15px 0;
	list-style-type: disc;
	color: #DF3E52;
	margin-left: 20px
}
#info li span{
	color: #4B4F54;
	vertical-align: middle;
}
#info .image .circle .bold{
	font-weight: bold;
}
#info .image .circle p{
	margin-top: 10px
}


#info .text p.title{
	font-size: 1.4em;
	font-weight:bold;
	line-height: 23px;
	color: #4B4F54;
	text-align: left;
	padding: 18px 0;
	margin-bottom: 0;
	line-height: 1;
}

#info .text p.bold{
	font-weight: bold;
	margin-bottom: 0
}
#info p.subtitle{
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 40px;
}
#info .title{
	font-size: 2.5em;
	font-weight: bold;
	color: #008488;
	text-align: center;
	margin-bottom: 80px;
	padding: 0 20px;
}
#info .cta{
	display: inline-block;
	background-color: #DF3D52;
	color: white;
	padding: 8px 23px;
	font-weight: bold;
	font-size: 1.2em !important;
	border-radius: 10px;
	margin-top: 11px;
	text-align: center;
}

/* grupo lider */
#grupo-lider{
	background: #E1E1E1;
	color: #333333;
	text-align: center;
	padding: 55px 0;
}
#grupo-lider img{
	margin-bottom: 10px
}
#grupo-lider p.lider{
	font-size: 1.4em;
	font-weight: bold;
	margin: 8px 0
}
#grupo-lider p.normal{
	font-size: 1.4em;
}
/* footer */
#main-footer{
	background: #4D5055;
	color: white;
	text-align: center;
	padding: 40px 0;
	font-size: 17px;
}
#main-footer a{
	color: white;
	text-decoration: none;
}
#main-footer .rights{
	/* position: absolute; */
	margin-top: 5px;
	float: left;
}
#main-footer p.copy strong{
    font-weight:500;
}
#main-footer .menu{
	display: block;
	vertical-align: middle;
	text-align: center;
	float: right;
}
#main-footer .menu li{
	display: inline-block;
	vertical-align: middle;
}
#main-footer .menu li + li > a:before{
	content: " ";
	border-left: 1px solid white;
	text-align: right;
	font-size: 0.7em;
	vertical-align: middle;
	left: 0;
	padding-right: 10px;
	margin-left: -12px;
}


#main-footer .menu li a{
	display: block;
	padding: 5px 10px;
	position: relative;
	font-size: 18px;
}

#main-footer .menu li a:active,
#main-footer .menu li a:focus,
#main-footer .menu li a a:hover{
	text-decoration: underline;
}

#main-footer .menu{
	margin: 0 40px
}
#main-footer .informacion{
	color: #7A798A;
	text-align: left;
	margin-top: 15px;
	line-height: 20px
}
.tabla-contacto{
	width:97%
}


#info .text .container{
	max-width: 420px;
	margin:  auto;
	position: relative;
	background: #E1E1E1;
	height: 390px;
	padding: 0;
}

#info .text .container .imagen{
	position: absolute;
	top:0;
	bottom: 0;
	width: 49.9%;
	background-image: url('/imagenes/landing_obesidad/cirugia-metabolica.jpg');
	background-size: cover;
	background-position: center;
}
#info .text .container .imagen-2{
	background-image: url(../imagenes/landing_obesidad/otros-servicios.jpg);
	background-position: 37% center;
}
#info .text .container .text{
	background: #E1E1E1;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 20px;
	width: 50%;
}
#info .text .container .text li{
	list-style-type: disc;
	margin-left: 10px;
	line-height: 21px;
	margin: 25px 0 15px 15px;
}
#info .text .container .text li:hover{
	cursor: pointer;
}
#info .text p{
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 1.1em;
}
#info .text p.bold{
	font-weight: bold;
	margin-bottom: 0
}
#info p.subtitle{
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 40px;
}
#info .title{
	font-size: 2.5em;
	font-weight: bold;
	color: #008488;
	text-align: center;
	margin-bottom: 80px;
	padding: 0 20px;
}
#info .title-2{
	font-size: 2.2em;
	font-weight: bold;
	color: #008488;
	text-align: center;
	margin-top: 80px;
	padding: 0 20px;
}
#info .cta{
	display: inline-block;
	background-color: #DF3D52;
	color: white;
	padding: 8px 23px;
	font-weight: bold;
	font-size: 1.2em !important;
	border-radius: 10px;
	margin-top: 11px;
	text-align: center;
}
#info .text > .title-text{
	text-transform: uppercase;
	font-size: 2em;
	color: #008488;
	font-weight: bold;
	margin-bottom: 45px;
	line-height: inherit !important;
}
.controlar-check-up {
    color: #DF3E52;
    display: inline-block;
    padding: 3px;
    border: 1px solid #DF3E52;
    border-radius: 7px;
    transition: 0.3s ease;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 0.6em;
    line-height: 0.6em;
    width: 15px;
    height: 15px;
    text-align: center;
}



.controlar-check-up i{
	color: #DF3E52
}
.other-text-container{
	padding-left: 50px
}
.other-text-container > p.title-text{
	text-transform: uppercase;
	font-size: 2em;
	color: #008488;
	font-weight: bold;
	margin-bottom: 45px;
}
.other-text-container .service-info,
.other-text-container .service-list{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 33px;
}

.other-text-container .service-list{
	margin-bottom: 41px
}
.other-text-container .service-list.mt,
.other-text-container .service-info.mt{
	margin-top: 7px;
}


.other-text-container .service-info .image,
.other-text-container .service-info .text-service{
	display: inline-block;
	vertical-align: top;
}
.other-text-container .service-info .image{
	background-image: url('/imagenes/landing_obesidad/tecnica-1.jpg');
	background-size: cover;
	background-position: center;
	width: 191px;
	height: 140px
}
.other-text-container .service-info .image-2{
	background-image: url('/imagenes/landing_obesidad/tecnica-2.jpg') !important;
	background-size: 216%;
	background-position: 68% 37%;
	min-height: 140px !important
}
.other-text-container .service-info .text-service{
	width: calc(100% - 195px);
}
.other-text-container .service-info .text-service .title-service{
	color: #008488;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	margin: 0 0 15px;
}
.other-text-container .service-info .text-service p{
	color: #4B4F54;
	line-height: 19px;
}
.other-text-container .service-info .text-service .contenedor{
	padding-left: 30px;
	font-size: 1.1em;
	padding-right: 10px;
}
.other-text-container .service-list li{
	margin-top: 8px !important;
	margin-bottom: 8px !important
}
.other-text-container .service-list li:hover{
	cursor: pointer
}
.other-text-container .service-list li span{
	font-weight: bold;
	color: #4B4F54
}
.other-text-container .service-list ul.margen-sup{
	padding: 0px 0 0 25px;
	border-left: 1px solid #008488;
	margin-left: 22px;
	margin-top: 34px;
}

.black-bg{
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background:black;
	opacity: 0.7;
	display: none;
}
.modal .modal-content{
	border:10px solid #008488;
	border-radius: 3px;
}
.modal-footer,
.modal .modal-header {
    padding: 0;
    border: none;
}
.modal .container-modal{
	padding: 50px;
	text-align: justify;
}
.modal .container-modal p.title{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	display: block;
}
.modal .container-modal p{
	line-height: 20px;
	margin-bottom: 15px
}
.modal .container-modal span.bold{
	font-weight: bold;
}
.modal .close-icon-modal{
	position: absolute;
	top: -17px;
	right: -18px;
	background: white;
	border: 4px solid #008488;
	border-radius: 999em;
	padding: 3px 5px;
	transition: 0.2s ease
}
.modal .close-icon-modal:hover{
	cursor: pointer;
	background-color: #008488;
	color: white
}

.nota-asterisco{
	margin-top:20px;
	font-size: 0.93em;
	position: relative;
	margin-left: 1em;
}
.nota-asterisco .asterisco{
	position: absolute;
    top: 0;
    left: -5px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 1300px) {
	.other-text-container .service-info .text-service .contenedor{
		padding-left: 15px;
	}
	.other-text-container .service-list ul.margen-sup {
	    margin: 34px 0 0 0px;
	}

}

@media (max-width: 1200px) {
	#cabecera .text .logo {
        margin: 20px 0 30px;
    }

	#cabecera .text .text-interior{
		padding-right: 12%;
		padding-left: 20px;
		max-height: 400px;
    	overflow: visible;
	}
    #cabecera .text .text-interior h2 {
       width:75%
    }
	#cabecera .text .text-interior .content-tex {
		max-width: 48%;
	}
	.feature{
		width: 300px;
	}
	
	#info .text p.title {
	    font-size: 1.6em;
	    font-weight: bold;
	    line-height: 26px;
	}
	#main-footer .rights{
		display: block;
		/* margin-bottom: 15px */
	}
	#cabecera .text .text-interior h1{
		font-size: 50px;
	}
	.other-text-container .service-info .text-service .title-service {
    margin: 0 0 15px;
	}
	.other-text-container .service-info .image,
	.other-text-container .service-info .text-service{
		display: block;
		width: 100% !important;
	}
	.other-text-container .service-info .image{
		margin-bottom: 20px
	}
	.other-text-container .service-info .text-service .contenedor{
		padding-left: 0
	}
	.other-text-container .service-info,
	.other-text-container .service-list{
		margin-bottom: 40px
	}
	.other-text-container .service-list ul.margen-sup {
	    margin: 0px;
	}
	.other-text-container .service-list li{
		line-height: 20px
	}
	#info .text .container{
		height: 420px;
	}
}
@media (max-width: 1200px) and  (min-width: 1000px){
	.other-text-container .service-list ul.margen-sup {
		border-left: none;
	}

}

@media (max-width: 1000px) {
	#cabecera .text, #cabecera .form{
		display: block;
		width: 100%;
	}

	#cabecera .text .logo {
	    margin-bottom: 35px;
	}
	#cabecera .text .text-interior {
	    background: rgba(255, 255, 255, 0.68);
	    padding: 25px 25px 35px;
	    border-radius: 25px;
	    margin-bottom: 20px;
	    box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
	    max-height: 100%;
	    overflow: hidden;
	}

	#cabecera .text .text-interior h1{
		max-width: 100%;
	}
    #cabecera .text .text-interior h2 {
       width:auto;
    }
	.feature {
	     width: 250px; 
	}
	.feature p{
		font-size: 19px;
		line-height: 20px;
	}
	#info .image{
		text-align: center;
	}
	
	#info .text .container{
		max-width: 100%;
		height: auto;
		min-height: 300px;
	}
	#main-footer .menu{
		margin: 0 0 15px;
		display: block;
		float: none;
	}
	#cabecera .form td.campo {
	    width: 90%
	}
	#cabecera .form td.campo input[type="text"],
	#cabecera .form td.campo select,
	#cabecera .form td.campo label{
		width: 100%
	}
	#cabecera .form td.campo-fecha input[type="text"],
	#cabecera .form td.campo-fecha select{
		width: auto;
	}
	.tabla-contacto{
		width:92%
	}
	#cabecera .form td.campo input[type="submit"]{
		width: 100%
	}
	#info .image img{
		width: 100%
	}
	#info .image .circle{
		top: 5px;
		right: 5px
	}
	#cabecera .form{
		margin-top: 115px;
	}

	#cabecera .form .sello-new{
		left: 50%;
		margin-left: -57px;
		top: -80px;
	}
	#info .text .container{
		padding-right: 0
	}
	#info .image, #info .text{
		margin-bottom: 50px
	}

	#cabecera .content-consulta{
	    background: rgba(255, 255, 255, 0.68);
	    padding: 25px;
	    border-radius: 25px;
	    margin-bottom: 20px;
	    box-shadow: 0 0 2px rgba(0, 0, 0, 0.19);
	    margin-top: 20px;
	    font-size: 1.1em;
	}
	#cabecera .content-consulta .consulta-option-titulo{
		 font-size: 1.1em;
		 font-weight: 600;
	}
	#cabecera .conditions-option.consulta-option-centros {
	    width:100%;
	    padding-left: 15px;
	}

	#cabecera .content-consulta .consulta-option,
	#cabecera .content-consulta .conditions-option{
		margin-top: 0;
		display: block;
 		width: 100%;
		position: static;
	}
	#cabecera .form td.campo-fecha input[type="text"],
	#cabecera .form td.campo-fecha select{
		width: 31%
	}
	.other-text-container .service-info, .other-text-container .service-list{
		display: block;
		width: 100%
	}
	#info .image, #info .text {
	    margin-bottom: 18px;
	}
	.other-text-container {
	     padding-left: 0;
	}
	.other-text-container .service-info, .other-text-container .service-list {
	    margin-bottom: 25px;
	}
	.other-text-container .service-info .image{
		height: 170px
	}
	#main-footer .rights{
		float: none;
	}
	br{
		display: none;
	}

	
	#cabecera .form{
		padding: 30px 0 15px;
	}
	#info .other-text, #info .text{
		display: block;
		width: 100%
	}
	#info .text > .title-text{
		text-align: center;
	}
	.other-text-container > p.title-text{
		text-align: center;
	}
	#info > .text{
		margin-bottom: 40px
	}
	#info .text .container .text{
		width: 49%;
	}
	#info .text p.title{
		font-size: 1.3em
	}
	.other-text-container .service-info .image{
		height: 270px
	}
	.other-text-container .service-info .image-2{
		background-size: cover;
	}
	#cabecera .text .text-interior h1{
		font-size: 3.2em;
		margin-bottom: 20px;
	}
	#cabecera .text .text-interior h2{
		font-size: 30px;
	}
	#cabecera .text .text-interior .content-tex {
		max-width: 100%;
	}
	#cabecera .text .text-interior p{
		font-size: 1em
	}
	#cabecera .form p.title{
		font-size: 1.8em;
		line-height: .9em;
		width: 85%;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	.feature {
	    display: block;
	    width: 60%;
	    text-align: center;
	    margin: 20px auto;
	}
	#info .text p.title{
		font-size: 1.4em	
	}
	#info .title{
		font-size: 2em
	}
	#info .text p{
		font-size: 1.1em
	}
	#info p.subtitle{
		font-size: 1.8em
	}
	#info {
	    padding: 40px 20px;

	}
}
@media (max-width: 700px) {
	#cabecera .form td.campo-fecha input[type="text"],
	#cabecera .form td.campo-fecha select {
	    width: 30%;
	}

}
@media (max-width: 600px) {

	#cabecera .text .text-interior h1 {
	    font-size: 3em;
	    margin-bottom: 25px;
	}

	#cabecera .form td.campo-fecha input[type="text"],
	#cabecera .form td.campo-fecha select {
	    width:100%;
	    margin-right: 0px;
	    margin-bottom: 10px;
	}
	.feature{
		width: 100%
	}
	#info .text p.title{
		font-size: 1.3em
	}
	#grupo-lider p.normal{
		line-height: 24px;
	}
	#main-footer .menu li {
	    display: block;
	    vertical-align: middle;
	    border-right: 0;
	    margin: 5px 0;
	}
	#main-footer .rights{
		margin-bottom: 25px;
		line-height: 1.3em;
	}
	#main-footer .menu {
	    margin: 0 0 25px;
	}
	#main-footer .informacion{
		font-size: 0.9em
	}
	#grupo-lider{
		padding: 30px 10px;
	}
	#main-footer{
		padding:20px 10px 10px; 
	}
	#info .image .circle {
	    background-color: #00B3ABB3;
	    color: white;
	    position: absolute;
	    width: auto;
	    height: auto;
	    border-radius: 0;
	    padding: 10px;
	    text-align: center;
	    line-height: 1.4em;
	    font-size: 0.9em;
	    bottom: 0;
	    right: 0 !important;
	    top: auto !important;
	    left: 0 !important
    }
    #info .image .circle p{
    	margin-top: 0;
    	font-size: 0.9em
    }

    #info .text .container .imagen{
    	position: relative;
    	display: block;
    	top: 0;
    	bottom: auto;
    	width: 100%;
    	height: 200px
    }
    #info .text .container .text{
    	position: relative;
    	width: calc(100% - 35px );
    	padding-bottom: 10px;
    	padding-top: 10px
    }
    #info .text .container{
    	height: auto;
    }

    .modal .container-modal {
	    padding: 15px;
	}
	#main-footer .menu li + li > a:before{
		display: none!important;
	}
}



@media (max-width: 480px){
	#cabecera .form{
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
		width: auto;
	}
	.cmXForm .panel {
		padding-right: 25px;
	}
 	#cabecera .text .logo {
	    margin: 0 0 30px;
	}

}

@media (max-width: 400px){
	#cabecera .text .logo {
	    margin-left: -3%;
	    margin-right: 3%;
	}
	#cabecera .text .text-interior h1 {
	    font-size: 38px;
	}
}
@media (max-width: 320px){

	#cabecera .text .text-interior h1 {
	    font-size: 31px;
	}
	#cabecera .text .text-interior h2 {
    	font-size: 26px;
    	line-height: 1;
 	}
	#cabecera .text .text-interior p.destacado {
	    font-size: 22px;
	}
}