/*
Theme Name: Clinica Puerto Varas V3
Theme URI: http://www.clinicapv.cl/
Description: Tema optimizado no destructivo para Clinica Puerto Varas
Version: 3.0.0
Author: 2litros > design technologies
Author URI: http://www.2litros.cl/
*/

@import "reset.css";

html, body, textarea::-webkit-input-placeholder {
  margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
	color: #575756;
	font: 14px/150% "Nunito",sans-serif;
}

body {
	/* -webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none; */
	color: #575756;
	background-color: #fff;
	font: 14px/150% "Nunito",sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	color: #575756;
  font-family: 'Nunito', sans-serif;
}

h1,h2,h3,h4,h5 {
	color: #575756;
	line-height: 120%;
	font-weight: 300;
	font-style: normal;
  font-family: 'Nunito', sans-serif;
}

a {
	text-decoration: none;
	color: #575756;
}

input {
  -webkit-appearance: none;
}

*:focus {
    outline: none;
}

#doctor_info {
	float: right;
	background-color: #ebebec;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	width: 330px%;
	margin-bottom: 20px;
	margin-top: 30px;
  line-height: 0;
}

/* ------ cajas ------ */

.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	float: left;
	background-color: #fff;
	padding-top: 12px;
  /* padding-top: 0; */
	position: fixed;
	top: 0;
	z-index: 100;
	/* border-bottom: 1px solid #ececec; */
	/* padding-bottom: 6px; */
}
#aviso_desktop {
  float: left;
  width: 100%;
  padding: 16px 0;
  background-color: #FF6C00;
  /* margin-bottom: 20px; */
  margin-bottom: 0;
}
#aviso_desktop p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}
#aviso_desktop a {
  color: #fff;
  text-decoration: underline;
}
#header.cancer_mama {
  padding-top: 0;
}
#aviso_sistema_desktop {
  background-color: #dbdbdb;
  float: left;
  padding: 8px 0 8px 0;
  width: 100%;
  margin-bottom: 12px;
}
#call_menu {
  float: left;
  margin-top: 0;
  /* margin-top: 12px; */
}
#aviso_sistema_desktop p {
  margin-bottom: 0;
}
#header_nav_menu {
	width: 100%;
	float: left;
	background-color: #fff;
	padding-top: 12px;
	top: 0;
	border-bottom: 1px solid #ececec;
	padding-bottom: 6px;
}
#slider {
	float: left;
	width: 100%;
	height: 560px;
  /* margin-top: 182px; */
	margin-top: 122px;
	position: relative;
}
#info_header {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

#maternidad {
	float: left;
	width: 100%;
	height: 410px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-top: 190px;
}

#radio {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
#scanner {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 60px;
}


#newsletters {
	float: left;
	width: 100%;
	padding-top: 50px;
  padding-bottom: 30px;
}

#mailchimp {
	float: left;
	width: 100%;
  background-color: #058ab2;
	padding-top: 100px;
	padding-bottom: 100px;
	}

#footer {
	float: left;
	width: 100%;
	/* border-top: 1px solid #ececec; */
  margin-top: 40px;
}

/* ------ header ------ */

.nav-up {
	margin-top: -88px;
  /* margin-top: -146px; */
	transition: margin-top 0.1s ease-in-out;
}

.nav-down {
	margin-top: 0px;
	transition: margin-top 0.1s ease-in-out;
}

#logo {
	float: left;
	margin-right: 40px;
  margin-bottom: 16px;
}

#logo img  {
	width: 216px;
	height: auto;
}

#header_ambulancia {
	float: left;
	/* background-color: #c6002a; */
	padding: 8px 24px;
	margin-right: 36px;
	margin-top: 4px;
}
#header_acreditacion {
	float: left;
  width: 55px;
  height: 55px;
  padding-top: 8px;
}
#header_acreditacion img {
  height: 100%;
  width: auto;
}

#header_ambulancia h3, #header_ambulancia h4, #header_ambulancia h3 a, #header_ambulancia h4 a {
	color: #000;
}
#header_ambulancia h3 a {
  padding-left: 28px;
  background-image: url(images/whatsapp.png);
  background-position: left bottom;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
#header_central a {
  color: #000;
  margin: 0;
  padding: 0;
}
#header_central {
	float: left;
	padding: 8px 20px 8px 41px;
	background: url(images/central_header.png) no-repeat left center;
	margin-top: 4px;
  margin-right: 26px;
}

#header_nav_menu h3 {
	text-align: left;
	font-size: 20px;
}

#header_nav_menu h4 {
	text-align: left;
	font-size: 13px;
}

#header h3 {
	text-align: left;
	font-size: 20px;
}
/* #mini_search {
	float: left;
	width: 160px;
  background-color: #F7F7F7;
  padding: 13px 16px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px -2px rgba(0,0,0,0.75);
} */

#mini_search input {
	color: #000;
  border-radius: 0px;
	width: 120px;
	padding: 4px 10px 4px 40px;
	-webkit-appearance: none;
	font-size: 16px;
	background: url(images/buscar.svg) no-repeat left top;
  background-size: auto 100%;
	-moz-appearance: none;
	border-style: none;
}
#agenda-eniax {
    z-index: 10000 !important;
}
#main_menu {
  float: left;
  width: 100%;
  background-color: #058CB4;
  /* border-bottom: 1px solid rgba(5,140,180,0.2); */
}
#main_menu ul li.dropbtn {
  color: #fff;
  font-size: 16px;
  padding: 16px 20px 16px 0 ;
  margin-right: 40px;
  background-image: url(images/menu_normal.svg);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
#main_menu ul#menu-servicios-1 li.menu-item-has-children {
  float: left;
  margin-right: 22px;
  padding-right: 18px;
  border-right: 1px solid #DADADA;
}
#main_menu li.menu-item-has-children a {
  font-weight: bold;
  margin-bottom: 14px;
}
#main_menu ul.sub-menu li a {
  font-weight: normal;
  margin-bottom: 8px;
}
#main_menu ul#menu-servicios-1 li.menu-item-has-children:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#main_menu ul.sub-menu {
  margin-left: 24px;
  min-height: 110px;
}
#main_menu ul li.dropbtn.active {
  background-image: url(images/menu_active.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

/* Dropdown Button */
.dropbtn {
  color: #fff;
  padding: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.row {
  float: left;
  background-color: #058CB4;
  min-width: 300px;
  z-index: 1;
  margin-left: -16px;
  padding: 40px 20px 30px 20px;
  border-radius: 0px 0px 8px 8px;
  /* box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  /* box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.2); */
}
.row.especialidad_menu {
  width: 400px;
}
.row.servicios_menu {
  width: 1200px;
  margin-left: -251px;
}
.dropdown-content {
  display: none;
  position: absolute;
}
.dropdown-content a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.dropdown-content a:hover {}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {
  background-image: url(images/menu_active.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
#menu {
  display: none;
}
#nav {
	width: 100%;
	float: left;
	margin-top: 0;
}

#nav #menu a {
	font-size: 18px;
	color: #575756;
	line-height: 100%;
	padding-right: 30px;
	background: url(images/cerrar.png) no-repeat right center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0;
}

#overlay_menu {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#cat_menu {
	float: left;
	width: 760px;
}

#cat_menu .col_left {
	float: left;
}

#cat_menu .col_left ul {
	float: left;
}

#cat_menu .col_left ul li {
	margin-bottom: 20px;
}

#cat_menu .col_left ul li a {
	font-size: 26px;
	font-weight: 600;
	color: #575756;
	background: url(images/flecha.png) no-repeat left center;
	padding-left: 30px;
}

#cat_menu .col_right {
	float: right;
}

#cat_menu .col_right ul {
	float: left;
	list-style-type: disc;
}

#cat_menu .col_right ul li {
	margin-bottom: 6px;
	list-style-type: none;
}

#cat_menu .col_right ul li a {
	font-size: 18px;
	color: #575756;
	font-weight: 600;
}

#cat_menu .col_right ul li a:hover {
	text-decoration: underline;
}

#nav_search {
	width: 100%;
	float: left;
}

#nav_search input {
	color: #bebdbd;
   	border-radius: 0px;
	width: 633px;
	padding: 12px 16px 14px 51px;
	-webkit-appearance: none;
	font-size: 18px;
	background: #fff url(images/buscar_menu.png) no-repeat left center;
	-moz-appearance: none;
	font-weight: 600;
	border-style: none;
	border-bottom: 1px solid #000;
}

#nav_menu {
	float: right;
	width: 290px;
}

#nav_menu ul {
	float: right;
	width: 286px;
}

#nav_menu ul li {
	float: left;
	margin-bottom: 14px;
	width: 170px;
	padding: 12px 26px 12px 90px;
  border-radius: 6px;
}

#nav_menu ul li a {
	color: #fff;
}

#nav_menu ul li h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-left: 10px;
	padding-left: 10px;
	/* border-left: 2px solid rgba(255,255,255,0.5); */
	line-height: 100%;
}

#nav_menu ul li.encuentra {
	background: #21b397 url(images/centro_imagen.png) no-repeat 26px center;
}

#nav_menu ul li.agenda {
	background: #FF6C00 url(images/centrl_btn.png) no-repeat 26px center;
}

#nav_menu ul li.misreservas {
	background: #9d9d9d url(images/centro_imagen.png) no-repeat 26px center;
}

/* #nav_menu ul li.misreservas h3 {
  color: #fff;
  border-left: 2px solid #fff;
  padding-top: 10px;
  height: 36px;
} */

#nav_menu ul li.presupuesto {
	background: #348ecb url(images/presupuesto.png) no-repeat 26px center;
}

#nav_menu ul li.examenes {
	background: #284d72 url(images/resultado.png) no-repeat 26px center;
}
/* #nav_menu ul li.enfermeria {
	background: #d76f6e url(images/enfermeria_btn.png) no-repeat 26px center;
} */
#nav_menu ul li.pago {
	background: #fff url(images/pague-aqui.png) no-repeat 26px center;
}
#nav_menu ul li.pago h3 {
  color: #000;
  /* border-left: 2px solid rgba(0,0,0,0.5); */
  padding-top: 10px;
  height: 36px;
}
#nav_menu ul li.pago {
	width: 168px;
  border: 1px solid rgba(0,0,0,0.5);
}


/* ------ slider ------ */
#sombra_centros ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 40px auto 0 auto;
  padding: 0;
  list-style: none;
}
#sombra_centros ul li {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #FF6C00;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  margin: 12px 10px;
  box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
  text-align: center;
  display: inline-block;
}
#sombra_centros ul li h3 {
  color: #fff;
  font-weight: bold;
}
#sombra_centros ul li.agenda_2 {
}
#sombra_centros ul li.agenda_telemedicina {
  background: #FF6C00 url(images/telemedicina-icon.svg) no-repeat 18px center;
  background-size: 80px;
  width: 300px;
  padding: 18px 26px 18px 90px;
}
#sombra_centros ul li.agenda_telemedicina h3 {
  height: auto;
  padding-left: 10px;
  margin-left: 10px;
}
#sombra_centros ul li.agenda_telemedicina p {
  height: auto;
  margin-bottom: 0;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
}
#wp_mobile {
  float: left;
  width: 100%;
}
#call_menu h4, #home_new h4, #wp_mobile h4  {
  padding: 16px 24px;
  border-radius: 8px;
  float: left;
  background-color: #F7F7F7;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  box-shadow: 1px 1px 3px -2px rgba(0,0,0,0.75);
}
#call_menu h4.reserva_new {
  background-color: #FF6C00;
  color: #fff;
}
#call_menu h4.dr_new {
  background-color: #058CB4;
  color: #fff;
  font-weight: bold;
  background-image: url(images/busca_new.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: auto 28px;
}
#call_menu h4.tel_new {
  padding-left: 56px;
  /* background-image: url(images/call_icon.svg); */
  background-image: url(images/whats_icon.svg);
  background-position: 14px center;
  background-repeat: no-repeat;
	background-size: 32px;
	background-color: #33d851;
	color: #fff;
}
#header h4.contact_new {
  padding-left: 48px;
  background-image: url(images/call_icon.svg);
  background-position: 14px center;
  background-repeat: no-repeat;
}
#wp_mobile h4.wp_new {
  padding-left: 56px;
  background-image: url(images/whats_icon.svg);
  background-position: 14px center;
  background-repeat: no-repeat;
}
#call_menu h4.wp_new {
  padding: 5px 14px;
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: auto 31px;
}
#call_menu h4.wp_new img {
  width: 32px;
  height: auto;
  margin-top: 4px;
}
#header h4.search_new {
  padding-left: 58px;
  background-image: url(images/buscar.svg);
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding: 10px 24px 13px 24px;
}
#header h4.search_new #searchform input {
  background: none;
  border: none;
  font-size: 16px;
  width: 125px !important;
  padding-left: 25px !important;
  font-family: 'Nunito', sans-serif;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 2px!important;
  float: left;
  margin-bottom: 10px;
}
#call_menu h4.reserva_new a, #call_menu h4.dr_new a {
  color: #fff;
  font-weight: bold;
}
#home_new h4 {
  padding: 16px 18px 16px 70px;
  background-position: 18px center;
  background-repeat: no-repeat;
  margin-right: 22px;
  background-color: #058CB4;
  width: 190px;
}
#home_new a h4  {
  color: #fff;
}
#home_new.blancos a h4  {
  color: #1BB9DD;
}
#home_new h4.farmacia_new {
  background-image: url(images/dom_new.svg);
  background-size: 36px auto;
}
#home_new h4.resultados_new {
  background-image: url(images/res_new.svg);
  background-size: 36px auto;
}
#home_new h4.solicitud_new {
  background-image: url(images/solicitud_new.svg);
  background-size: auto 32px;
}
#home_new h4.tele_new {
  background-image: url(images/tel_new.svg);
  background-size: 36px auto;
}

#home_new h4.paga_new {
  background-image: url(images/web_new.svg);
  background-size: 40px auto;
}
#home_new h4.pcr_new {
  background-image: url(images/pcr_new.svg);
  background-size: auto 32px;
}
#home_new h4.anular_new {
  background-image: url(images/anular_new.svg);
  background-size: 32px auto;
}
#home_new h4.buscador_new {
  background-image: url(images/examenes-icon.svg);
  background-size: 29px auto;
}
#home_new.blancos h4 {
  padding: 16px 18px 16px 68px;
  background-color: #fff;
  width: 190px;
  border: 1px solid #1BB9DD;
}
#home_new h4.arancel_new {
  background-image: url(images/arancel_new.svg);
  background-size: auto 32px;
  width: 201px;
  padding-left: 60px;
  padding-right: 15px;
}
#servicios_domicilios ul li.dot_kine {
    margin-right: 0;
}
#home_new {
  width: 100%;
  float: left;
  margin: 20px 0 20px 0;
}
#home_new.blancos {
  margin-top: 0;
  margin-bottom: 40px;
}
.slider_text {
	float: left;
	margin-top: 140px;
	width: 770px;
}
.slider_sombra {
	width: 100%;
	height: 560px;
	float: left;
	background-color: rgba(0,0,0,0.4);
    text-align: left;
}

.slider_text h1 {
	color: #fff;
	font-size: 62px;
	font-weight: 900;
	line-height: 110%;
	margin-bottom: 0;
	text-align: left;
}
.slider_text h2, .slider_text h3 {
  text-align: left;
  margin-top: 30px;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
  font-size: 22px;
}
.slider_text h2 a, .slider_text h3 a  {
  color: #fff;
  text-decoration: underline;
}
.slider_text h3 a {
  margin-left: 20px;
}
.flexslider {
	position: relative;
}

.flexslider :focus {
	outline-color: rgb(101, 175, 255);
	outline-color: rgba(101, 175, 255, 0.55);
}

.flexslider {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 0;
	position: relative;
	zoom: 1;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.flexslider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides li {
	background-position: center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 560px;
}

.flexslider .slides > li:focus {
	outline-offset: -5px;
}

.flex-container {
	zoom: 1;
	position: relative;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
	display: block;
	visibility: visible;
	bottom: 10px;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
	border: 2px solid #fff;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #3E8AB0;
  cursor: default;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
}

.flex-direction-nav a.flex-prev {
	background: url(images/flecha_izq.png) no-repeat;
}

.flex-direction-nav a.flex-next {
	background: url(images/flecha_der.png) no-repeat;
}

.flex-direction-nav .flex-prev {
	left: 10px;
}

.flex-direction-nav .flex-next {
	right: 10px;
}

/* ------ centros ------ */

#post-1 {
	margin-right: 30px;
}

#post-2 {
	margin-right: 30px;
}

#post-3 {
	margin-right: 0;
}

.centros {
	width: 350px;
	float: left;
	background: #ebebec no-repeat left top;
	padding-top: 242px;
	background-size: 350px 242px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	padding-bottom: 28px;
}

.centros h2 {
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 2px solid #575756;
	padding-left: 30px;
	margin-top: 20px;
	display: inline-block;
}

.centros p {
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 30px;
	height: 60px;
}

.link_centros {
	float: left;
	width: 100%;
}

.link_centros p {
	height: inherit;
  font-weight: 600;
}

.link_centros p a {
	font-weight: 600;
	color: #575756;
}

/* ------ maternidad ------ */

#maternidad h3 {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 12px;
}

#maternidad h2 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 72px;
	margin-bottom: 40px;
}

#maternidad p {
	margin-bottom: 0;
	text-align: center;
}

#maternidad p a {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 18px 50px 18px 50px;
  background-color: #3690cd;
	/* background: #3690cd url(images/flecha_blanca.png) no-repeat 140px center; */
}

/* ------ radiografia ------ */

#radio_image {
	width: 700px;
	height: 500px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#radio_data {
	width: 360px;
	height: 500px;
	float: right;
	background-color: #ebebec;
	padding-right: 50px;
}

#radio_data h2 {
	padding-left: 50px;
	border-bottom: 2px solid #575756;
	font-weight: bold;
	font-size: 52px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 60px;
	display: inline-block;
}

#radio_data h3 {
	margin-left: 50px;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 10px;
}

#radio_data p {
	margin-left: 50px;
	font-size: 16px;
}

#radio_data p.mas_radio a {
	font-weight: bold;
	color: #fff;
	background-color: #575756;
	padding: 4px 10px;
}

#radio ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 60px;
}

#radio ul li {
	float: left;
	width: 310px;
	padding-left: 30px;
	padding-right: 29px;
	border-right: 1px solid #ccc;
}

#radio ul li.dato-3 {
	border-right-style: none;
	border-right-width: 0;
	padding-right: 30px;
}

#radio ul li h2 {
	text-align: center;
	color: #3498db;
	font-size: 72px;
	margin-bottom: 8px;
	line-height: 100%;
	font-weight: bold;
}

#radio ul li h3 {
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 18px;
}

#radio ul li p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
}

#content_encuentra.result {
	margin-top: 0;
	padding-top: 40px;
}

/* ------ urgencias ------ */

#urgencia {
	float: left;
	width: 100%;
	height: 410px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-top: 190px;
}

#urgencia h3 {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 72px;
	margin-bottom: 12px;
	line-height: 100%;
}

#urgencia h2 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 26px;
	line-height: 100%;
}

#urgencia .urgencias_span {
	background-color: #c6002a;
	display: inline-block;
	padding: 18px 50px 20px;
}
content_cv
#urgencia p {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

/* ------ busca doctor ------ */

/* cambio de logo */
#content_encuentra {
	width: 100%;
	/* margin-top: 204px; */
  margin-top: 124px;
	float: left;
	background-color: #037ca0;
	padding-top: 50px;
	padding-bottom: 60px;
}

#content_resultado {
	width: 100%;
	margin-top: 85px;
	float: left;
	background-color: #037ca0;
	padding-top: 50px;
	padding-bottom: 60px;
}
/* cambio de logo */
#content_resultado_new {
	width: 100%;
  /* margin-top: 182px; */
	margin-top: 122px;
	float: left;
	background-color: #037ca0;
	padding-top: 90px;
	padding-bottom: 60px;
}
#content_resultado_new p.aviso_resultados {
  color: #fff;
  text-align: center;
  padding: 0 30%;
}
#content_resultado_new.bexamenes {
	background-color: #037ca0;
}
#content_tele {
	width: 100%;
	margin-top: 85px;
  /* margin-top: 143px; */
	float: left;
	background-color: ##037ca0;
	padding-top: 50px;
	padding-bottom: 60px;
}
#content_resultado_new p a {
  color: #fff;
}
#content_resultado h5 {
	font-size: 17px;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#content_resultado h5 a {
	color: #fff;
}

#titulo_buscar {
	width: 210px;
	padding: 16px 26px 16px 90px;
	background: url(images/busca_new.svg) no-repeat 26px center;
	margin-bottom: 40px;
	margin-left: 35%;
  background-size: 47px auto;
}
#titulo_resultado {
	width: 170px;
	padding: 16px 26px 16px 90px;
	background: url(images/resultado.png) no-repeat 26px center;
	margin-bottom: 40px;
	margin-left: 457px;
}
#buscador_lab {
  float: left;
  background-color: #75b0c6;
  padding: 20px;
  width: 310px;
}
#buscador_lab #titulo_resultado {
	margin-left: 5%;
  background: url(images/jeringa_home.svg) no-repeat 26px center;
  background-size: auto 60px;
  margin-bottom: 0;
}
#lab_text {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
#lab_text p {
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
#buscador_lab h5 {
  margin-top: 20px;
  float: left;
  background-color: #fff;
  padding: 14px;
  font-size: 18px;
  margin-left: 40px;
  margin-right: 40px;
  width: 202px;
  color: #75b0c6;
  background-image: url(images/lupa.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  text-align: center;
  font-weight: bold;
  color: #75b0c6
}
#content_resultado_new.bexamenes #titulo_resultado {
	background: url(images/jeringa_home.svg) no-repeat 26px center;
  background-size: auto 60px;
}
#titulo_tele {
	width: 170px;
	padding: 16px 26px 16px 90px;
	background: url(images/telemedicina-habil.png) no-repeat 26px center;
	margin-bottom: 40px;
	margin-left: 38%;
}
#titulo_buscar h1, #titulo_resultado h1, #titulo_tele h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-left: 10px;
	/* border-left: 2px solid rgba(255,255,255,0.5); */
	line-height: 100%;
	text-align: left;
	padding-left: 10px;
}
#titulo_resultado.imagen_ex {
	background: url(images/centro_imagen.png) no-repeat 26px center;
}
#content_encuentra p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

#resultados_txt {
	border: 0px;
	width: 500px;
	padding: 40px 80px;
	margin-right: auto;
	margin-left: auto;
}

#resultados_txt p{
	color: #fff;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}
#buscar_general {
	border: 1px solid #fff;
	width: 500px;
	padding: 40px 80px;
	margin-right: auto;
	margin-left: auto;
}
#exmanes_listado {
  padding: 40px 0;
  width: 100%;
  float: left;
}
#resultados .nombre_examen {
  display: none;
}
#resultados .show {
  display: block;
}
#resutado .nombre_examen {
  float: left;
  width: 100%;
}
#resultados {
  width: 100%;
  float: left;
}
.result_ex {
  float: left;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #bbb9b9;
}
.mar_up {
	margin-top: 30px;
	background-color: #7e419c;
}

#buscar_area {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

#buscar_area select, select.gfield_select, select#input_5_15, select#input_4_1, select#input_4_19, select#input_16_10, select#input_16_9, select#input_17_13, select#input_23_9, select#input_4_29 {
	color: #575756;
  border-radius: 8px;
	width: 500px;
	padding: 16px 16px;
	font-size: 18px;
  background-color: #fff;
  background-position: 95% center;
  background-image: url(images/triangulo.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
	-moz-appearance: none;
  -webkit-appearance: none;
	font-weight: 600;
	border-style: none;
}
select#input_5_15, select#input_4_1, select#input_4_19, select#input_16_10, select#input_16_9, select#input_17_13, select#input_23_9, select#input_4_29 {
  border: 1px solid #b7b7b7;
  width: 95%;
  padding: 2%;
  font-size: 14px;
}
#buscar_doc {
	width: 100%;
	float: left;
}

#buscar_doc input {
	color: #575756;
  border-radius: 8px;
	width: 468px;
	padding: 14px 16px;
	-webkit-appearance: none;
	font-size: 18px;
  background-position: 93% center;
  background-image: url(images/buscar_input.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
	-moz-appearance: none;
	font-weight: 600;
	border-style: none;
}

/* ------ busqueda doctor ------ */
/* cambio logo */
#content_cat {
	width: 100%;
  margin-top: 143px;
  /* margin-top: 203px; */
	float: left;
	padding-top: 50px;
	padding-bottom: 60px;
}

#resultado_area {
	float: left;
	width: 680px;
}

#search_interno {
	width: 360px;
	float: right;
	margin-top: 45px;
}

#search_interno input {
	color: #bebdbd;
   	border-radius: 0px;
	width: 293px;
	padding: 12px 16px 14px 51px;
	-webkit-appearance: none;
	font-size: 18px;
	background: #fff url(images/buscar.svg) no-repeat left center;
	-moz-appearance: none;
	font-weight: 600;
	border-style: none;
	border-bottom: 5px solid #000;
}

#resultado_area h1 {
	font-size: 48px;
	font-weight: 900;
	padding-bottom: 14px;
	margin-bottom: 24px;
	line-height: 100%;
}

#resultado_area h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

#resultado_doc_area {
	float: left;
	width: 640px;
}

#resultado_doc_area ul {
	width: 100%;
	float: left;
}

#resultado_doc_area ul li {
	width: 100%;
	float: left;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ececec;
}

.foto_doc_area {
	float: left;
	margin-right: 24px;
}

.foto_doc_area img {
 border-radius: 40px;
	width: 80px;
	height: 80px;
}

.data_doc_area {
	float: left;
  width: 80%;
}

.data_doc_area h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 8px;
}

.data_doc_area p {
	margin-bottom: 0;
}

.data_doc_area a {
	color: #575756;
}

.data_doc_area p.nombre_doc {
	font-size: 20px;
	margin-bottom: 2px;
}
/* ------ reservas ------ */
/* cambio logo */
#reserva_new {
  margin-top: 200px;
	/* margin-top: 260px; */
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
#reserva_new ul {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
#reserva_new ul li {
  /* width: 330px; */
  width: 227px;
  padding: 120px 24px 25px 24px ;
  border-radius: 8px;
  border: 1px solid #058CB4;
  float: left;
}
#reserva_new ul li.links_1, #reserva_new ul li.links_2, #reserva_new ul li.links_3, #reserva_new ul li.links_4, #reserva_new ul li.links_5, #reserva_new ul li.links_6, #reserva_new ul li.links_7 {
  background-repeat: no-repeat;
  background-image: url(images/consulta_icon.svg);
  background-position: center 30px;
  background-size: 72px;
  background-color: #058CB4;
}
#reserva_new ul li.links_1, #reserva_new ul li.links_5 {
  background-image: url(images/consulta_icon_b.svg);
  background-color: #FF6C00;
  border: 1px solid #FF6C00;
}
#reserva_new ul li.links_4 {
  background-image: url(images/telemedicina.svg);
  background-color: #058CB4;
  background-size: 88px;
}
#reserva_new ul li.links_3, #reserva_new ul li.links_2 {
  background-repeat: no-repeat;
  background-image: url(images/consulta_icon.svg);
  background-position: center 30px;
}
#reserva_new ul li.links_2 {
  margin: 0 30px;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
}
#reserva_new ul li.links_3 {
  margin: 0 30px 0 0;
 background-color: #E2E2E2;
 border: 1px solid #E2E2E2;
}
#reserva_new ul li.links_5, #reserva_new ul li.links_6, #reserva_new ul li.links_7 {
  margin-top: 30px;
  background-image: url(images/examenes_icon_b.svg);
  width: 336px;
}
#reserva_new ul li.links_6 {
	margin-left: 20px;
	margin-right: 20px;
	  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
}
#reserva_new ul li.links_7 {
	  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
}
#reserva_new ul li.links_6, #reserva_new ul li.links_7 {
	background-image: url(images/examenes_icon.svg);
}
#reserva_new ul li.links_1 h3, #reserva_new ul li.links_4 h3, #reserva_new ul li.links_5 h3 {
  color: #fff;
}
#reserva_new ul li.links_3 h3, #reserva_new ul li.links_2 h3 {
  color: #058CB4;
}
#reserva_new ul li h3, #reserva_new ul li p {
  color: #058CB4;
  font-size: 18px;
  text-align: center;
}
 #reserva_new ul li h3 {
   margin-bottom: 0;
 }
#reserva_new ul li h3 {
  font-weight: 900;
  margin-bottom: 12px;
}
#reserva_new ul li p {
  margin-bottom: 0;
}
#reserva_new .resultados_examenes h2, #reserva_new .confirmar_anular h2 {
  color: #575756;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}
#reserva_new .resultados_examenes {
  width: 46%;
  float: left;
}
#reserva_new .confirmar_anular {
  width: 46%;
  float: right;
}
#reserva_new .resultados_examenes ul li, #reserva_new .confirmar_anular ul li {
  width: 130px;
  padding: 90px 16px 16px 16px;
  background-repeat: no-repeat;
  background-position: center 20px;
}
#reserva_new .resultados_examenes ul li.examenes_2, #reserva_new .confirmar_anular ul li.agenda_2 {
  margin: 0 30px;
}
#reserva_new .resultados_examenes ul li h3, #reserva_new .confirmar_anular ul li h3 {
  font-size: 16px;
}
#reserva_new .resultados_examenes ul li.examenes_1 {
  background-image: url(images/procedimientos_icon.svg);
  background-size: auto 50px;
}
#reserva_new .resultados_examenes ul li.examenes_2 {
  background-image: url(images/examenes_icon.svg);
  background-size: auto 50px;
}
#reserva_new .resultados_examenes ul li.examenes_3 {
  background-image: url(images/lab_icon.svg);
  background-size: auto 46px;
}
#reserva_new .confirmar_anular ul li.agenda_1 {
  background-image: url(images/consulta_doc_icon.svg);
  background-size: auto 46px;
}
#reserva_new .confirmar_anular ul li.agenda_2 {
  background-image: url(images/confirmar_icon.svg);
  background-size: auto 46px;
}
#reserva_new .confirmar_anular ul li.agenda_3 {
  background-image: url(images/anular_icon.svg);
  background-size: auto 46px;
}
/* ------ doctores ------ */

/* cambio de logo */
#single_doctor {
	margin-top: 180px;
  /* margin-top: 260px; */
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
#doctor_bio ul {
  list-style: none; /* quitamos el punto por defecto */
  padding: 0;
  margin: 0;
}
#doctor_bio ul li {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #666;
  margin-bottom: 16px;
}
#doctor_bio li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#doctor_bio li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em; /* ajusta fino según la fuente */
  width: 8px;
  height: 8px;
  background-color: #575756;
  border-radius: 50%;
}
#doctor_bio {
	float: left;
	width: 720px;
}

#doctor_bio h1 {
	font-size: 48px;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 24px;
	border-bottom: 5px solid #464646;
	line-height: 100%;
}

#data_doc {
	float: left;
	margin-left: 40px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b7b7b7;
	width: 640px;
}

#data_doc p {
	font-size: 16px;
	line-height: 160%;
}

#data_completa {
	float: left;
	width: 640px;
}

#data_completa h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	font-style: normal;
	margin-bottom: 26px;
}

#data_completa h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 6px;
}
#doctor_bio #data_completa h2 {
  margin-bottom: 16px;
}
#agendas_new {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#agenda_btn_doc {
  padding: 16px 20px;
  border-radius: 8px;
  float: left;
  background-color: #FF6C00;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  width: 315px;
  margin-top: 12px;
  box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
  margin-bottom: 12px;
}
#lugar_atencion {
  padding: 16px 20px;
  border-radius: 8px;
  float: left;
  background-color: #66BCD5;
  text-transform: none;
  font-weight: bold;
  box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
  width: 93%
}
#lugar_atencion h2, #lugar_atencion h3 {
  color: #fff;
}
#lugar_atencion h3 {
  margin-bottom: 0;
}
#telemedicina_btn_doc {
  padding: 16px 20px;
  border-radius: 8px;
  float: left;
  background-color: #66BCD5;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
}

#agenda_btn_doc h3, #telemedicina_btn_doc h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	line-height: 100%;
}

#agenda_btn_doc h3 a, #telemedicina_btn_doc h3 a {
	color: #fff;
  text-decoration: none;
}

#doc_pics {
	width: 100%;
	height: 228px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    border-radius: 8px 8px 0px 0px;
}

#doctor_info ul
 {
	width: 290px;
	padding: 20px 20px 10px;
	line-height: 120%;
}

#doctor_info ul li {
	margin-bottom: 20px;
}

#doctor_info ul li.centro_doc {
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}

#doctor_info h3 {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	line-height: 100%;
	margin-bottom: 6px;
}

#doctor_info h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
}

#doctor_info h2 a {
	color: #058CB4;
  display: inherit;
  margin-bottom: 10px;
}

#doctor_info h4 {
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 0;
}

/* ------ centros ------ */

#header_centros {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 520px;
	float: left;
	margin-top: 120px;
  /* margin-top: 163px; */
}

#sombra_centros {
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	height: 520px;
	float: left;
}
#sombra_centros.frutillar h2 {
  margin-top: 86px;
}
#header_centros h1 {
	color: #fff;
	font-size: 90px;
	font-weight: 900;
	text-align: center;
}
body.page-id-15017 #header_centros h1, body.page-id-15153 #header_centros h1, body.page-id-15081 #header_centros h1, body.page-id-15044 #header_centros h1 {
  text-align: right
}
#header_centros h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
	margin-top: 160px;
}
body.page-id-15017 #header_centros h2, body.page-id-15153 #header_centros h2, body.page-id-15081 #header_centros h2, body.page-id-15044 #header_centros h2  {
  margin-top: 360px;
}
#content_centros {
	margin-top: 60px;
	width: 100%;
	float: left;
	padding-bottom: 100px;
	margin-bottom: 60px;
}
/* cambio logo */
#content_centros.urgencias_header {
  /* margin-top: 250px; */
  margin-top: 190px;
}
#data_centros {
	float: left;
	width: 680px;
}
#data_centros.data_centros_full {
  width: 100%;
  float: left;
}
#data_centros.data_centros_full h1 {
  color: #1BB9DD;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
#data_centros.data_centros_full h1 span.fullcolor {
  background-color: #1BB9DD;
  color: #fff;
  padding: 0 10px;
}
#data_centros.data_centros_full h2.chequeo {
  margin-top: 50px;
}
#data_centros .columnas_chequeo {
  float: left;
  margin-top: 20px;
}
#data_centros .columnas_chequeo.plan_light {
  width: 440px;
  margin-right: 140px;
  float: left;
}
#data_centros .columnas_chequeo.plan_full {
  width: 600px;
  float: left;
}
#data_centros h2.gform_submission_error.hide_summary {
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.separador_farmacia, .farma_form {
  width: 100%;
  float: left;
  clear: both;
}
.farma_form {
  margin-bottom: 50px;
}

#data_centros img {
	width: 100%;
	height: auto;
}

#data_centros h2 {
	font-size: 48px;
	font-weight: 900;
	padding-bottom: 14px;
	margin-bottom: 14px;
	line-height: 110%;
}

#data_centros p, #content_centros.maternidad_lp p {
	font-size: 16px;
	line-height: 160%;
}

#gform_wrapper_11 {
  margin-top: 40px;
}
#field_11_2.gsection {
  border-bottom: none
}
#data_centros #gform_5 p {
	font-size: 16px;
	line-height: 160%;
	padding-left: 0px;
}

#data_centros #gform_5 blockquote {
	font-size: 14px;
	line-height: 160%;
	padding-left: 0px;
	font-style: italic;
}
#form_cv .gsection_description {
  padding-top: 4px;
}
#form_cv #gform_wrapper_29 .gform_title {
  display: none;
}
#form_cv .gsection {
  margin-top: 30px;
}
#data_centros h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 100%;
}
#data_centros h3.gsection_title {
	font-size: 26px;
}

#procedimientos {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #b7b7b7;
	float: left;
	margin-top: 10px;
}

#procedimientos p {
	font-size: 18px;
	font-weight: normal;
	line-height: 140%;
	font-style: normal;
	margin-bottom: 26px;
	padding-left: 0;
}

#procedimientos h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 6px;
	padding-left: 0;
}
#doctores_maternidad {
  float: left;
  width: 100%;
}
#doctores_maternidad #doctores_centros_lista ul li {
  width: 253px;
}
#doctores_centros_lista {
	width: 100%;
	float: left;
	margin-top: 50px;
}
#doctores_centros_lista h3 {
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 20px;
  color: #0289b1;
}
#doctores_centros_lista.page_doctor {
  margin-top: 70px;
  margin-bottom: 70px;
}
#doctores_centros_lista ul {
	width: 100%;
	margin-top: 20px;
  float: left;
}
#doctores_centros_lista.page_doctor ul {
  width: 100%;
}
#doctores_centros_lista.page_doctor ul li {
  width: 200px;
  height: 300px
}
body.page-template-page_centros-trauma #doctores_centros_lista ul li {
  height: 310px;
}
#doctores_centros_lista ul li {
	margin-right: 20px;
	margin-left: 20px;
	width: 153px;
	float: left;
	margin-bottom: 20px;
	height: 264px;
}
.page-id-108 #doctores_centros_lista ul li {
  height: 324px;
}
#doctores_centros_lista ul li a {
	color: #575756;
}

#doctores_centros_lista ul li p {
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	line-height: 110%;
}
#doctores_centros_lista ul li p.lower {
  font-size: 14px;
}
#doctores_centros_lista ul li p.especialidad {
  font-size: 14px;
}

#doctores_centros_lista img {
  border-radius: 65px;
  width: 130px;
	height: 130px;
  margin-bottom: 10px;
}

#promociones_centros {
	width: 350px;
	float: right;
}
#banner_forms {
  width: 100%;
}
#banner_forms img {
  width: 100%;
}
.promocion {
	background: #ebebec no-repeat center top;
	background-size: 350px 242px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.promocion h4 {
	display: inline-block;
	color: #fff;
	background-color: #1BB9DD;
	margin-bottom: 200px;
	margin-top: 20px;
	padding: 10px 16px;
	font-weight: bold;
	font-size: 14px;
}

.data_promo h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.legal h3 {
	font-size: 16px;
	margin-bottom: 8px;
	font-style: italic;
	font-weight: 600;
	padding-top: 8px;
	border-top: 1px solid #000;
}

.promocion h2 {
	color: #1db39a;
	font-size: 60px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 14px;
}

.promocion p {
	font-size: 16px;
	margin-bottom: 10px;
}

.data_promo {
	width: 290px;
	padding: 0 30px 10px;
	float: left;
}

.legal {
	width: 290px;
	padding: 0 30px 20px;
	float: left;
}

.legal p {
	font-size: 14px;
	margin-bottom: 0;
}

.urgencia_lateral_container {
	width: 350px;
	float: right;
}

.urgencia_lateral {
	background: #ebebec no-repeat center top;
	background-size: 350px 242px;
	width: 100%;
	float: left;
	padding-top: 260px;
	margin-bottom: 40px;
}

.urgencia_lateral h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.urgencia_lateral p {
	font-size: 16px;
	margin-bottom: 10px;
}

#header_video {
	float: left;
	margin-top: 66px;
	width: 100%;
	margin-bottom: 40px;
}
#video_internos {
  width: 100%;
  height: 624px;
}
#video_internos video {
  width: 100%;
  height: 624px;
  border: 1px solid #999;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content_maternidad_bloque {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

#segundo_bloque {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 100px;
	float: left;
}

#vacunas {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

#vacunas ul {
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
	margin-left: 40px;
	width: 90%;
}

#vacunas ul li {
	float: left;
	width: 50%;
}

#vacunas ul li h4 {
	font-size: 20px;
	font-weight: bold;
}

#vacunas ul li.nombre_vac {
	font-weight: bold;
}

/* ------ galeria ------ */

#content_galeria {
	margin-top: 142px;
	width: 100%;
	float: left;
	padding-bottom: 100px;
	margin-bottom: 60px;
	padding-top: 50px;
}

#content_galeria h2 {
	font-size: 48px;
	font-weight: 900;
	padding-bottom: 14px;
	margin-bottom: 30px;
	line-height: 100%;
	display: inline-block;
}

#galeria_imagenes {
	float: left;
	width: 100%;
	height: 560px;
}

#galeria_video {
	float: left;
	width: 100%;
	margin-top: 32px;
}

/* ------ acreditación ------ */
#acreditacion_home {
  float: left;
  width: 94%;
  padding: 3%;
  background-color: #ececee
}
#acredita_left {
  float: left;
  width: 200px;
}
#acredita_left img {
  width: 100%;
  height: auto;
}
#acredita_right {
  float: left;
  margin-left: 130px;
  margin-top: 55px;
  width: 630px;
}
#acredita_right h1 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}

/* ------ newsletters ------ */

.sombra_newsletter {
	/* background-color: rgba(0,0,0,0.4); */
	width: 100%;
	height: 500px;
	float: left;
}
#next_newsletter .sombra_newsletter {
	width: 100%;
	float: left;
}

/* menu noticias */
.custom-menu {
    text-align: center;
    padding: 0;
    margin: 10px 0 30px 0;
    list-style: none;
}
.custom-menu li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}
.custom-menu li a {
    display: inline-block;
    background-color: #058CB4;
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
#home_new h4, .main_newsletter h5, .next_newsletter h5, #newsletters h5.articulos, #call_menu h4.dr_new {
  transition: background-color 0.3s ease;
}
.custom-menu li a:hover, #home_new h4:hover, .main_newsletter h5:hover, .next_newsletter h5:hover, #newsletters h5.articulos:hover, #call_menu h4.dr_new:hover {
    background-color: #046E90;
}
#home_new.blancos h4:hover {
  background-color: #fff;
}
.custom-menu li.active a {
    background-color: #3DB2D1;
    font-weight: bold;
}

.main_newsletter {
	float: left;
	width: 100%;
	height: 434px;
	margin-bottom: 50px;
  border-radius: 8px;
  border: 1px solid #AEAEAE
}
.main_newsletter .main_img_bkg {
  width: 50%;
  height: 434px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  border-radius: 8px 0px 0px 8px;
}
.main_text_data {
  float: right;
  margin-right: 30px;
  width: 45%;
}
.main_newsletter h2 {
	font-weight: 900;
	margin-bottom: 8px;
	font-size: 40px;
	line-height: 100%;
  margin-bottom: 20px;
}

.main_newsletter h3 {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 18px;
  margin-bottom: 12px;
}
.main_newsletter h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding-bottom: 4px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.main_newsletter h5, .next_newsletter h5, #newsletters h5.articulos {
  padding: 16px 30px;
  border-radius: 8px;
  float: left;
  background-color: #058CB4;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
}
.btn_art {
  width: 100%;
  float: left;
  text-align: center;
}
#newsletters h5.articulos {
  text-align: center; /* Centrar el texto dentro del botón */
  float: none; /* Quitar float */
  display: inline-block; /* Ajustar el ancho al contenido */
  margin: 0 auto; /* Centrar el botón horizontalmente */
  background-color: #058CB4; /* Mantener el color de fondo */
  padding: 16px 30px; /* Espaciado interno */
  border-radius: 8px; /* Bordes redondeados */
}
.main_newsletter h5 a, .next_newsletter h5 a, #newsletters h5.articulos a {
  color: #fff;
}
#next_newsletter {
	float: left;
	width: 100%;
  margin-bottom: 20px;
}
.next_img_bkg {
  width: 100%;
  height: 288px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 8px 8px 0px 0px;
}
.next_text_data {
  width: 503px;
  float: left;
  padding: 36px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.next_newsletter {
	float: left;
	width: 575px;
	height: 600px;
	margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #AEAEAE
}
.next_newsletter:nth-child(2) {
  float: right;
}
#newsletters.chequeos {
  background-image: url(images/chequeo_bkg.png);
  margin-top: 50px;
  padding-top: 0;
}
#newsletters.chequeos .next_newsletter:nth-child(even) {
  float: right;

}
#newsletters.chequeos .next_newsletter {
  margin-bottom: 25px;
  margin-top: 25px;
  height: 486px;
  background-color: #fff;
}
.next_newsletter h2 {
	font-weight: 900;
	margin-bottom: 8px;
	font-size: 26px;
	line-height: 100%;
}
.next_newsletter h3 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	font-size: 16px;
}

.next_newsletter h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 20px;x;
}

.noticias {
	width: 1030px;
	padding: 40px;
	background-color: #ebebec;
	float: left;
	margin-bottom: 40px;
}

.noticias h4 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

.noticias h3 {
	margin-bottom: 14px;
	line-height: 100%;
	font-size: 22px;
	font-weight: bold;
}

.noticias h2 {
	font-size: 44px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 8px;
	margin-top: 24px;
}

.noticias p {
	font-size: 16px;
	line-height: 140%;
}

.noticias_left {
	float: left;
	width: 530px;
}

.noticias_right {
	float: right;
	width: 450px;
	height: 282px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.noticias p.seguir {

}

.noticias p.seguir a {
	font-weight: bold;
	color: #575756;
}

/* ------ single newsletter ------ */

#content_newsletter {
	margin-top: 144px;
  /* margin-top: 214px; */
	width: 100%;
	float: left;
	padding-bottom: 100px;
	margin-bottom: 60px;
	padding-top: 50px;
}

#news_content {
	width: 660px;
	float: left;
	margin-left: 40px;
}
#news_content a {
  color: #058CB4;
  text-decoration: underline;
}
#news_content h1 {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 110%;
}

#news_content h2 {
	margin-bottom: 14px;
	line-height: 100%;
	font-size: 28px;
	font-weight: bold;
}

#news_content h3 {
	margin-bottom: 16px;
	line-height: 150%;
	font-size: 20px;
	font-weight: 600;
}

#news_content h4 {
	margin-bottom: 16px;
	line-height: 150%;
	font-size: 18px;
	font-weight: 600;
}

#news_content p {
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
}

#news_content img {
	width: 100%;
	height: auto;
}
#news_content img.alignnews {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#news_content img.alignnews_right {
    float: right;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#fecha_newsletter {
	border-top: 1px solid #575756;
	margin-top: 0;
	padding-top: 20px;
	width: 100%;
	float: left;
	margin-bottom: 22px;
}

#news_content #fecha_newsletter h3 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#fecha_newsletter ul {
	width: 143px;
	float: right;
}

#fecha_newsletter ul li {
	display: inline;
	margin-left: 15px;
}

#news_content #fecha_newsletter ul li img {
	width: 30px;
	height: 30px;
}

#news_content blockquote {
	padding: 30px 50px 10px;
	margin-bottom: 20px;
	float: left;
	background: #ebebec url(images/quote.png) no-repeat 14px 14px;
}

#sidebar {
	float: right;
	width: 350px;
}

#sidebar_news {
	float: left;
	width: 100%;
}

#sidebar_news h2 {
	margin-bottom: 14px;
	line-height: 100%;
	font-size: 26px;
	font-weight: bold;
}

#sidebar_news ul {
	font-style: italic;
	font-size: 16px;
	width: 100%;
	padding-top: 24px;
	border-top: 3px solid #000;
}

#sidebar_news ul li {
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-left: 70px;
}

#related {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#related.news_content {
  width: 660px;
  float: left;
  margin-top: 40px;
  margin-left: 40px;
}
#related h1 {
	margin-bottom: 20px;
	line-height: 100%;
	font-size: 32px;
	font-weight: 900;
	padding-bottom: 10px;
	display: inline-block;
}

#related h2 {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 100%;
}

#related a {
	color: #575756;
}

#related h3 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	border-bottom-color: #464646;
	border-bottom-width: 5px;
}

#related h4 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #464646;
	line-height: 100%;
	display: inline-block;
	font-style: normal;
	padding-left: 20px;
}

#related.news_content h4 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0;
	line-height: 100%;
	padding-left: 0;
  border-bottom: none;
  color: #575756;
}

#related ul {
	width: 100%;
	float: left;
}

#related ul li {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background: #ebebec no-repeat center top;
	background-size: 350px 242px;
	padding-top: 260px;
	display: inline-block;
	cursor: pointer;
}
#related.news_content ul li {
	float: left;
	width: 200px;
	margin-bottom: 30px;
	background: #fff no-repeat center top;
	background-size: 200px 130px;
	padding-top: 160px;
	display: inline-block;
	cursor: pointer;
  margin-right: 30px
}
#related.news_content ul li:last-child {
  margin-right: 0;
}
.related_posts {
	width: 310px;
	padding: 0 20px 20px;
	float: left;
}
#related.news_content .related_posts {
  width: 100%;
  padding: 0;
}
/* ------ trabaje ------ */

/* cambio de logo */
#content_cv {
	margin-top: 190px;
  /* margin-top: 280px; */
	width: 100%;
	float: left;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

#form_cv {
	width: 100%;
}
#form_cv input {
  -webkit-appearance: auto !important;
}
#gform_2 {
	width: 100%;
	float: left;
}

#gform_2 label, #gform_7 label {
	display: none;
	visibility: hidden;
}

#gform_2 .ginput_container_text, #gform_7 .ginput_container_text {
	margin: 0;
}

#gform_2 .gfield_label {
	display: none;
	visibility: hidden;
}

#gform_2 .button, #gform_7 .button {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 24px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #058CB4;
  float: left;
  border-style: none;
  margin-right: 37px;
  border-radius: 8px;
  width: auto !important;
}

#gform_2 input, #gform_7 input {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
  border-radius: 8px;
}

#gform_2 textarea, #form_cv textarea {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
	margin-bottom: 0;
	height: 90px;
  border-radius: 8px;
}
#form_cv textarea {
  height: 120px;
}
#gform_2 .top_label, #gform_7 .top_label {
	padding-top: 0;
	padding-bottom: 0;
}

#gform_2 #field_2_7 label {
	display: inline;
	visibility: visible;
}

#gform_2 #field_2_7 input {
	width: 95%;
	padding: 2%;
	margin-bottom: 6px;
}
#gform_7 #field_7_6 input {
	width: 50%;
	padding: 2%;
	margin-bottom: 6px;
}

#gform_2 .instruction  {
	display: none;
	visibility: hidden;
}
.gform_legacy_markup_wrapper textarea {
  border-radius: 8px;
}
/* ------ enfermera domicilio ------ */

#form_cv blockquote {
	font-size: 10px;
	font-style: italic;
}

#gform_5, #gform_10 {
	float: left;
	width: 680px;
}

#gform_5 img, #gform_10 img {
	width: auto;
	height: auto;
}

#gform_5 h2.gsection_title, #gform_10 h2.gsection_title, #gform_15 h2.gsection_title {
	border-bottom-style: none;
	font-size: 30px;
}

#gform_5 label, #gform_10 label, #gform_15 label {
	display: none;
	visibility: hidden;
}

#gform_5 .ginput_container_text, #gform_10 .ginput_container_text, #gform_15 .ginput_container_text {
	margin: 0;
}

#gform_5 .gfield_label, #gform_10 .gfield_label, #gform_15 .gfield_label {
	display: none;
	visibility: hidden;
}

.destacado {
	font-weight: bold;
	font-size: 22px;
}

#gf_5 {
	padding-left: 40px;
}
.gform_legacy_markup_wrapper {
  width: 100%;
  float: left !important;
  margin-top: 0px !important;
}
form#gform_15 {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
#gform_5 .button, #gform_10 .button {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 24px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #058CB4;
  float: left;
  border-style: none;
  margin-right: 37px;
  border-radius: 8px;
  width: auto !important;
}

#gform_5 input, #gform_10 input  {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
  border-radius: 8px;
}

#gform_5 textarea, #gform_10 textarea  {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
	margin-bottom: 0;
	height: 90px;
  border-radius: 8px;
}

#gform_5 .top_label, #gform_10 .top_label, #gform_15 .top_label {
	padding-top: 0;
	padding-bottom: 0;
}

#gform_5 #field_5_14 label, #gform_10 #field_10_14 label,  #gform_15 #field_15_14 label   {
	display: inline;
	visibility: visible;
}

#gform_5 #field_5_8 input, #gform_10 #field_10_8 input {
	width: 65%;
	padding: 2%;
	margin-bottom: 6px;
  border-radius: 8px;
}
#gform_fields_10 p {
  padding: 0;
}

#gform_5 .instruction  {
	display: none;
	visibility: hidden;
}

#gform_5 .curacion_text p {
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
}

/* ------ nuestra clinica ------ */

#content_nuestra {
	margin-top: 60px;
	width: 100%;
	float: left;
	padding-bottom: 100px;
	margin-bottom: 60px;
}

#nuestra_data {
	width: 700px;
	float: left;
}

#nuestra_data p {
	font-size: 16px;
	line-height: 150%;
}

#nuestra_data h2 {
	font-size: 48px;
	font-weight: 900;
	padding-bottom: 14px;
	margin-bottom: 24px;
	line-height: 110%;
}

#nuestra_data h3 {
	font-weight: bold;
	font-size: 18px;

	margin-bottom: 10px;
}

#data_clinica {
	width: 700px;
	float: left;
}

#data_clinica img {
	width: 100%;
	height: auto;
}

#nuestra_data .separador {
	width: 100%;
	height: 1px;
	border-top: 1px solid #b7b7b7;
	margin-top: 26px;
	margin-bottom: 26px;
}

#equipo_adm {
	border-top: 1px solid #b7b7b7;
	margin-top: 26px;
	padding-top: 26px;
	float: left;
	width: 100%;
}

#equipo_adm h3 {
	margin-bottom: 30px;
}

#equipo_adm ul {

}

#equipo_adm ul li {
	width: 30%;
	float: left;
  margin-right: 3%;
	margin-bottom: 30px;
  height: 35px;
}

#equipo_adm ul li p {
	margin-bottom: 2px;
	line-height: 120%;
  font-size: 14px
}

#directorio {
	border-top: 1px solid #b7b7b7;
	margin-top: 26px;
	padding-top: 26px;
	float: left;
	width: 100%;
}

#directorio h3 {
	margin-bottom: 30px;
}

#directorio ul li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
}

#directorio ul li p {
	margin-bottom: 2px;
	line-height: 120%;
}

#nuestra_sidebar {
	float: right;
	width: 350px;
}

#nuestra_sidebar img {
	width: 100%;
	height: auto;
}

#nuestra_sidebar h2 {
	margin-bottom: 20px;
	line-height: 100%;
	font-size: 26px;
	font-weight: 900;
	padding-bottom: 10px;
}

#nuestra_sidebar h3 {
	margin-bottom: 6px;
	line-height: 100%;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #000;
	padding-bottom: 6px;
	padding-left: 20px;
	display: inline-block;
}

#nuestra_sidebar p {
	padding-left: 20px;
}

.historia {
	width: 100%;
	background-color: #ebebec;
	margin-bottom: 20px;
	float: left;
}

.historia_data {
	width: 310px;
	padding: 10px 20px 20px 0;
	float: left;
}

/* ------ presupuesto ------ */


#gform_3, #gform_6, #gform_8, #gform_13, #gform_14 {
	width: 100%;
	float: left;
}
#gform_wrapper_14 {
  display: block !important;
}

#gform_3 label, #gform_6 label, #gform_8 label, #gform_13 label, #gform_14 label {
	display: none;
	visibility: hidden;
}

#gform_3 .ginput_container_text, #gform_6 .ginput_container_text, #gform_8 .ginput_container_text, #gform_13 .ginput_container_text, #gform_14 .ginput_container_text, #gform_15 .ginput_container_text{
	margin: 0;
}

#gform_3 .gfield_label, #gform_6 .gfield_label, #gform_8 .gfield_label, #gform_13 .gfield_label, #gform_14 .gfield_label, #gform_15 .gfield_label, {
	display: none;
	visibility: hidden;
}
#gf_15 {
  float: left;
  width: 100%;
}
#gform_3 .button, #gform_6 .button, #gform_8 .button, #gform_11 .button, #gform_13 .button, #gform_14 .button, #gform_15 .button {
  font-size: 16px;
	font-weight: bold;
	padding: 16px 24px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	background-color: #058CB4;
	float: left;
	border-style: none;
	margin-right: 37px;
  border-radius: 8px;
  width: auto !important;
}

#arancel_bt h5 {
}

#arancel_bt .btn_arancel {
	color: #fff;
}

#arancel_bt .btn_arancel a {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 24px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #1bb9dd;
  float: left;
  border-style: none;
  margin-right: 37px;
  border-radius: 8px;
  width: auto !important;
}

#gform_3 input, #gform_6 input, #gform_8 input, #gform_11 input, #gform_13 input, #gform_14 input, #gform_15 input {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
  border-radius: 8px;
}

#gform_3 textarea, #gform_6 textarea, #gform_8 textarea, #gform_11 textarea, #gform_13 textarea, #gform_14 textarea, #gform_15 textarea  {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
	margin-bottom: 0;
	height: 90px;
  border-radius: 8px;
}

#gform_3 .top_label, #gform_6 .top_label, #gform_8 .top_label,  #gform_11 .top_label, #gform_13 .top_label, #gform_14 .top_label, #gform_15 .top_label {
	padding-top: 0;
	padding-bottom: 0;
}

#gform_3 #field_3_3 input, #gform_6 #field_6_3 input, #gform_8 #field_8_3 input, #gform_13 #field_13_8 input, #gform_14 #field_14_8 input, #field_15_8 input {
	width: 50%;
	padding: 2%;
	margin-bottom: 6px;
}

#gform_3 #field_3_17 label, #gform_11 #field_11_14 label, #field_15_14 label {
	display: inline;
	visibility: visible;
}
#gform_wrapper_29 input, #gform_wrapper_29 textarea {
  text-transform: uppercase;
}
/* ------ mailchimp ------ */

#mailchimp h2 {
	color: #fff;
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 16px;
	font-weight: 900;
  text-align: center;
}

#mailchimp p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 24px;
  text-align: center;
}

#mc_embed_signup {
	width: 100%;
	float: left;
}

#mc_embed_signup_scroll {
	float: left;
	width: 590px;
  margin-left: 305px;
}

#mc_embed_signup_scroll input {
	background-color: #fff;
	border-style: none;
	border-width: 0;
	padding: 14px;
	float: left;
	color: #000;
	font-size: 14px;
}

#mc_embed_signup_scroll input.email {
	width: 420px !important;
	float: left;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 14px !important;
}

#mc_embed_signup_scroll input.button {
	float: left;
	background-color: #1bb9dd;
	padding-right: 12px;
	padding-left: 12px;
	width: 140px;
	color: #fff;
	font-weight: bold;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* ------ sugerencias ------ */

#gform_4 {
	width: 100%;
	float: left;
}

#gform_4 label, #gform_11 label, #gform_16 label, #gform_17 label {
	display: none;
	visibility: hidden;
}
#gform_4 #input_4_31 label {
	display: block;
	visibility: visible;
}

#gform_4 .ginput_container_text {
	margin: 0;
}

#gform_4 .gfield_label, .gform-body .gfield_label, #gform_fields_29 .gfield_required {
	display: none !important;
	visibility: hidden !important;
}

#gform_fields_29 #field_29_20 .gfield_label, #gform_fields_29 #field_29_22 .gfield_label, #gform_fields_29 #field_29_13 .gfield_label {
  display: block !important;
  visibility: visible  !important;
}
#gform_4 .button, #gform_16 .button, #gform_17 .button, .gform_footer .gform_button {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 24px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #058CB4;
  float: left;
  border-style: none;
  margin-right: 37px;
  border-radius: 8px;
  width: auto !important;
}

#gform_4 input, #gform_16 input, #gform_17 input, input[type=text], input[type=email], input[type=tel] {
	width: 95% !important;
	padding: 2% !important;
	border: 1px solid #b7b7b7;
  border-radius: 8px;
}
 input[type=number] {
  width: 100px !important;
	padding: 7px !important;
	border: 1px solid #b7b7b7;
  border-radius: 8px;
 }
#gform_4 textarea, #gform_16 textarea, #gform_17 textarea, #gform_25 textarea, input[type=textarea] {
	width: 95%;
	padding: 2%;
	border: 1px solid #b7b7b7;
	margin-bottom: 0;
	height: 90px;
  border-radius: 8px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
#gform_4 input[type=radio] {
    width: 22px !important;
    float: left;
    margin-right: 10px;
}
#gform_4 .top_label, #gform_16 .top_label, #gform_17 .top_label, .gform-body .gfield_label {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#gform_4 #field_4_12 input {
	width: 50%;
	padding: 2%;
	margin-bottom: 6px;
  border-radius: 8px;
}

#gform_4 .gchoice_4_17_1 .gfield_label {
	display: block;
	visibility: visible;
}
/* #gform_4 .button.gform_button_select_files {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	background-color: #058CB4;
	float: left;
	border-style: none;
	margin-right: 0;
	width: 100%;
} */
.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 12px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0,0,0,.02);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 4px;
}
#gfield_upload_rules_4_25 {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.gform_confirmation_message {
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
	float: left;
}

/* ------ footer ------ */

#contacto {
	float: left;
	width: 36%;
	padding-top: 40px;
}

#contacto h2 {
	color: #575756;
	font-size: 36px;
	margin-bottom: 16px;
  font-weight: 900;
  text-align: center;
}

#gform_1 {
	width: 100%;
	float: left;
}

#gform_1 label, #gform_12 label {
	display: none;
	visibility: hidden;
}

#gform_1 .ginput_container_text, #gform_12 .ginput_container_text {
	margin: 0;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 12px !important;
}
#gform_1 .gfield_label, #gform_12 .gfield_label {
	display: none;
	visibility: hidden;
}

#gform_1 .button, #gform_12 .button {
	font-size: 16px;
	font-weight: bold;
	padding: 16px 24px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	background-color: #058CB4;
	float: left;
	border-style: none;
	margin-right: 37px;
  border-radius: 8px;
  width: auto !important;
}

#gform_1 input, #gform_12 input {
	width: 100%;
	padding: 2%;
	border: 1px solid #b7b7b7;
  border-radius: 8px;
}

#gform_1 textarea, #gform_12 textarea {
	width: 100%;
	padding: 2%;
	border: 1px solid #b7b7b7;
	margin-bottom: 0;
	height: 90px;
  border-radius: 8px;
}

#gform_1 .top_label, #gform_12 .top_label {
	padding-top: 0;
	padding-bottom: 0;
}

#gform_1 input#input_4_11 {
}

.gform_confirmation_message {
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
	float: left;
}

#mapa {
	width: 60%;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mapa iframe {
	width: 100%;
	height: 570px;
	float: left;
}

#footer_clinica {
	width: 100%;
	background-color: #058CB4;
	padding-top: 38px;
	padding-bottom: 38px;
	float: left;
  margin-top: 20px;
}

#footer_clinica img {
	margin-bottom: 20px;
	width: 230px;
	height: auto;
}

#footer_clinica p {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
}

#datos_clinica_footer {
	float: left;
}

#menu_corporativo {
	float: right;
	margin-top: 30px;
	width: 770px;
	margin-left: 30px;
}

#menu_corporativo ul {
	float: left;
	display: inline;
	padding-left: 8px;
	padding-bottom: 0;
	padding-top: 4px;
	margin-right: 30px;
	line-height: 100%;
}

#menu_corporativo ul li {
	display: block;
	padding-bottom: 4px;
  margin-bottom: 4px;
}

#menu_corporativo ul li a {
	color: #fff;
	font-size: 14px;
}
#menu_corporativo ul li.footer_destacado {
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  background-color: #66BCD5;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 10px;
}
#social_footer {
	float: left;
	margin-top: 30px;
	padding-left: 0;
	text-align: right;
}

#social_footer img {
	width: auto;
	display: block;
	margin-bottom: 6px;
}

/* ------ xtras ------ */

.reset {
	clear: both;
}

#tel_mobile {
	display: none;
	visibility: hidden;
}

#data_centros .ginput_preview img {
	width: 14px;
	height: 14px;
}

#footer_clinica p.firma {
	color: #66BCD5;
	margin-top: 10px;
}
#firma {
  float: right;
}

#footer_clinica p.firma a {
	color: #66BCD5;
	text-decoration: underline;
}

#mantencion {
	width: 100%;
	text-align: center;
	padding-top: 100px;
}

#mantencion h3 {
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
	font-weight: bold;
}

#mantencion h4 {
	text-align: center;
	font-size: 20px;
	margin-top: 14px;
}

#mantencion a {
	color: #000;
	text-decoration: underline;
}
#social_bar {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 500;
}
#social_bar ul {
  float: right;
  width: 40px;
}
#social_bar ul li {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-bottom: 10px;
}
#social_bar ul li img {
  width: 100%;
  height: auto;
}
#formulario_centro {
  width: 94%;
  padding-top: 30px;
  border-top: 1px solid #b7b7b7;
  float: left;
  margin-top: 10px;
}
#formulario_centro h3 {
    padding-left: 0;
}
#formulario_centro #gform_wrapper_6 img {
  width: 10px;
  height: auto;
}

/* //////////////////////////////
              Cyber
////////////////////////////// */

#header.griscyber {
  background: #F0F1F3;
  padding: 20px 0;
  position: static;
}
#header_cuenta {
	float: left;
  padding-top: 8px;
  margin-right: 80px;
  margin-left: 332px;
}
#logo .esale {
  height: 60px;
  width: auto;
  margin-left: 20px;
}
#footer_cyber #header_cuenta {
  margin-left: 20px;
  width: 300px;
  margin-right: 20px;
}
#header_cuenta h2 {
  color: #8400ff;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
}
#timmer, #timmer2 {
  margin-top: 11px;
  font-size: 30px;
  font-weight: bold;
  float: left;
  width: 210px;
}
#content_landing, #content_single_landing {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 60px;
	padding-top: 50px;
}
.posts_cyber {
  width: 350px;
  float: left;
  margin: 0 10px 10px 10px;
}
.caja_grande_landing {
  /* display: none; */
}
#cyber_1, #cyber_4 {
  width: 720px;
}
#cyber_1 .imagen_cyber, #cyber_4 .imagen_cyber {
  width: 680px;
  text-align: left;
}
#cyber_2 .imagen_cyber {
  text-align: left;
}
#cyber_1 .caja_grande_landing, #cyber_2 .caja_grande_landing {
  display: block;
}
#cyber_1 .text_cyber, #cyber_1 .footer_landing_cyber, #cyber_2 .text_cyber, #cyber_2 .footer_landing_cyber, #cyber_3 .text_cyber, #cyber_3 .footer_landing_cyber, #cyber_4 .text_cyber, #cyber_4 .footer_landing_cyber {
  display: none;
}
#cyber_1.posts_cyber h2, #cyber_2.posts_cyber h2, #cyber_3.posts_cyber h2, #cyber_4.posts_cyber h2 {
  margin-top: 10px;
  text-align: left;
}
#cyber_1.posts_cyber h3, #cyber_2.posts_cyber h3,#cyber_4.posts_cyber h3 {
  color: #fff;

  margin-top: 152px;
  text-align: left;
  font-weight: bold;
  text-shadow: 1px 1px 7px rgba(0,0,0,0.3);
  font-size: 24px;
}
#cyber_3.posts_cyber h3 {
  color: #fff;

  margin-top: 132px;
  text-align: left;
  font-weight: bold;
  text-shadow: 1px 1px 7px rgba(0,0,0,0.3);
  font-size: 24px;
}
#cyber_2 .imagen_cyber, #cyber_3 .imagen_cyber {
  text-align: left;
}
#cyber_1.posts_cyber h5 a, #cyber_2.posts_cyber h5 a, #cyber_3.posts_cyber h5 a, #cyber_4.posts_cyber h5 a {
  text-align: left;
}
.imagen_cyber {
  width: 310px;
  padding: 20px;
  float: left;
  height: 310px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}
.posts_cyber h2 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 7px rgba(0,0,0,0.3);
  margin-top: 180px;
  margin-bottom: 10px;
}
.posts_cyber h5 a, #promo_cyber h5 a{
  background-color: #8400ff;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
.text_cyber {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  min-height: 80px;
}
.text_cyber h3 {
  text-align: center;

  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.text_cyber p {
  text-align: center;
  font-size: 14px;
  padding: 0 40px;
  margin-bottom: 0;
}
.footer_landing_cyber {
  border-top: 1px solid #B7B6B6;
  padding-top: 10px;
  float: left;
  width: 100%;
}
.footer_landing_cyber p {
  text-align: center;
  color: #8400ff;
  font-style: italic;
}
.antes {
  color: #575756;
  text-decoration: line-through;
  margin-right: 10px;
}
#footer_cyber {
  float: left;
  width: 100%;
  padding: 30px 0;
  background-color: #F0F1F3;
}
#footer_cyber #header_cuenta {
  padding-top: 0px;
}
#cyber_content {
  border: 1px #CBC9C9 solid;
  float: left;
  width: 650px;
}
#slider_cyber {
  height: 385px;
  width: 100%;
  float: left;
}
#slider_cyber .flexslider .slides li {
	background-position: center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 385px;
}
#cyber_related {
  margin-top: 100px;
  float: left;
  width: 100%;
  text-align: center;
}
#cyber_related h1 {
  text-align: center;

  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#cyber_related .caja_grande_landing h3 {
  display: none;
}
#bajada_cyber, #legal_cyber {
  float: left;
  padding: 25px;
  width: 600px;
}
#legal_cyber {
  border-top: 1px #CBC9C9 solid;
  padding: 10px 0 25px 0;
  margin: 0 25px;
}
#legal_cyber p {
  margin-bottom: 0;
}
#sidebar_cyber {
  float: right;
  width: 350px;
}
#sidebar_cyber h3 {

  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
#promo_cyber {
  width: 100%;
  float: left;
  padding-top: 16px;
  border-top: 1px #CBC9C9 solid;
}
#promo_cyber h4 {
  color: #8400ff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.verde_cyber_upper {
  color: #8400ff;
}
.verde_cyber {
  color: #8400ff;
}
#cyber_related h5 a {
  background-color: #8400ff;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
#bead_cyber {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#bead_cyber ul {
  float: left;
  width: 100%;
}
#bead_cyber ul li {
  float: left;
  margin-right: 14px;
}
#bead_cyber ul li:last-child {
  padding-left: 14px;
  border-left: 1px #575756 solid;
  margin-right: 0;
}
#bead_cyber ul li a {
  color: #8400ff;
  font-weight: bold;
}
.mobile_img {
  display: none;
}
#social_cyber {
  float: left;
  clear: both;
  margin-top: 20px;
}
#social_cyber.rep {
  float: left;
  margin-left: 50px;
  width: 480px;
  clear: inherit;
}
#social_cyber.rep ul {
  padding-left: 0;
  border-left: none;
}
#social_cyber.rep p, #social_cyber p {
  margin-bottom: 0;
  color: #999;
}
#social_cyber ul {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 1px solid #999;
  margin-bottom: 20px;
}
#social_cyber ul li a {

  color: #999
}
.cyber_2019_menu {
  display: none;
}
#resultados_nuevos, #tele_landing {
  width: 100%;
  float: left;
}
#resultados_nuevos.buscador {
  width: 500px;
  border: 1px #fff solid;
  margin: 0 300px;
  padding: 50px;
}
#search_buscador {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#search_buscador input {
  border: none;
  background-color: #fff;
  padding: 14px 14px 14px 44px !important;
  font-size: 18px;
  outline: none;
  color: #bab7b7;
  font-weight: bold;
  width: 415px !important;
  background-image: url(images/lupa.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: auto 30px;
}
#search_buscador input::placeholder {
  color: #bab7b7;
}
#search_buscador h3, #filtro_letra h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#filtro_letra {
  width: 100%;
  float: left;
}
#filtro_letra .btn {
  border: none;
  outline: none;
  padding: 5px 9px;
  background-color: #5b91a5;
  cursor: pointer;
  color: #fff;

  font-size: 21px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-right: 2px;
  margin-left: 0;
  line-height: 100%;
}
#resultados_nuevos ul {
  width: 460px;
  margin: 0 370px;
  float: left;
}
#exmanes_listado ul {
  width: 1160px;
  padding: 14px 20px;
  float: left;
  font-size: 16px;
}
#exmanes_listado h5 {
  font-size: 16px;
}
#exmanes_listado ul li {
  float: left;
}
#exmanes_listado ul li.nombre {
  width: 500px;
  margin-right: 18px;
}
#exmanes_listado ul li.prep {
  width: 254px;
  margin-right: 18px;
}
#exmanes_listado ul li.plazo {
  width: 110px;
  margin-right: 18px;
}
#exmanes_listado ul li.codigo {
  width: 110px;
}
#exmanes_listado ul li.codigo p {
  margin-bottom: 0;
}
#resultados ul li.nombre h5 {

  font-weight: bold;
}
#resultados ul li.nombre h5 a, .link-descarga {
  padding-left: 30px;
  background-image: url(images/download.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

#listado-examenes {
	margin-bottom: 50px;
}

#listado-examenes thead th {
	background-color: #e5e3e3;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#listado-examenes tbody td {
	padding: 10px 10px;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	vertical-align: top
}

.titulo-examen {
	font-weight: bold;
}

ul#titulo_lista_ex {
  background-color: #e5e3e3;
  font-weight: bold;
}
#tele_landing ul {
  width: 520px;
  margin: 0 295px;
  float: left;
}
#resultados_nuevos ul li {
  /* border: 1px #fff solid; */
  padding: 26px 60px 26px 100px;
}
#tele_landing ul li {
  border: 1px #fff solid;
  padding: 26px 60px 26px 140px;
}
#tele_landing h5 a {
  color: #fff;
}
#resultados_nuevos ul li.imagen {
  margin-bottom: 34px;
  background-color: #1BB9DD;
  background-image: url('images/centro_imagen.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#resultados_nuevos ul li.amb {
  margin-bottom: 34px;
  background-color: #1BB9DD;
  background-image: url('images/amb.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#tele_landing ul li.imagen {
  margin-bottom: 34px;
  background-color: #1BB9DD;
  background-image: url('images/telemedicina-habil.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#tele_landing ul li.lab {
  margin-bottom: 34px;
  background-color: #1BB9DD;
  background-image: url('images/telemedicina-inhabil.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#resultados_nuevos ul li.urg {
  margin-bottom: 34px;
  background-color: #1BB9DD;
  background-image: url('images/urg.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#resultados_nuevos ul li.hosp {
  background-color: #1BB9DD;
  background-image: url('images/hosp.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#resultados_nuevos ul li.lab {
  background-color: #1BB9DD;
  background-image: url('images/ex_laboratorio.png');
  background-position: 34px center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

#resultados_nuevos ul li.important_message {
  background-color: #de5c5c;
  border-radius: 8px;
  padding: 26px;
  margin-top: 40px;
}
#resultados_nuevos ul li.important_message p {
  margin-bottom: 0;
  color: #fff;
}
#tele_landing ul li h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 1px solid #fff;
  padding-bottom: 6px;
}
#tele_landing ul li p {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 4px;
}
#tele_landing h5 {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#resultados_nuevos ul li h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  border: none;
}
#doctores_centros_lista.esp {
  margin-bottom: 70px;
}

#pcr_home, #vacunas_home {
  width: 94%;
  float: left;
  padding: 3%;
  margin-bottom: 0px;
  border-radius: 6px;
  border-radius: 8px;
  border: 1px solid #3E8AB0;
}
#vacunas_home.influenza {
  background-color: #97cfba
}
#aviso_examen {
  width: 94%;
  float: left;
  padding: 3%;
  background-color: rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
#aviso_examen p {
  font-size: 18px;
  margin-bottom: 0;
}

#vacunas_home {
  background-color: #fcb300;
  margin-bottom: 30px;
}
#pcr_left {
  float: left;
  width: 220px;
  background-position: left center;
  height: 135px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-left: 160px;
}
#pcr_left h2 {
  color: #575756;
  font-size: 30px;
  text-align: left;
  font-weight: 900;
  line-height: 100%;
  border-left: 16px solid #058CB4;
  padding: 10px 0 10px 18px;
  margin-top: 38px;
}
#vacunas_home #pcr_left h2 {
  color: #575756;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 100%;
  margin-top: 0;
}
#pcr_right {
  float:right;
  width: 720px;
  margin-left: 20px;
  margin-top: 20px;
}
#pcr_right_2 {
  width: 274px;
  float: right;
}
#pcr_right_dis {
  float: right;
}
#pcr_right p {
  font-size: 16px;
  color: #575756;
}
#pcr_right_dis p.destacado {
  font-size: 12px;
  margin-bottom: 0;
  color: #dc3545;
  font-weight: normal;
  float: left;
}
#pcr_right_2 h6 {
  float: right;
  margin-bottom: 0;
  width: 154px;
  padding: 16px;
  position: relative;
  background: #023a4d;
  height: 20px;
}
#pcr_right_2 h6 a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  text-decoration: none;
}
#pcr_right_2 h5 {
  float: right;
  margin-bottom: 0;
  width: 154px;
  padding: 16px 16px 16px 90px;
  height: 40px;
  position: relative;
}
#vacunas_home.influenza #pcr_right_2 h5 {
  background: #2fbc6b url(images/jeringa_home.svg) no-repeat 18px center;
  background-size: auto 40px;
  padding: 16px 16px 16px 60px;
}
#pcr_right_2 h5 a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid rgba(255,255,255,0.5);
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-decoration: none;
}
#pcr_right a {
  color: #575756;
  text-decoration: underline;
}

#corana_home {
  background-color: #41a2e7;
  background-image: url(images/plan-accion.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 60%;
  padding-left: 40%;
  float: left;
  margin-bottom: 20px;
  padding-top: 28px;
  padding-bottom: 20px;
}
#corana_home p {
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 30px;
}
#corana_home p a {
  color: #fff;
}
#videos_covid {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
#videos_covid .col-vid {
  width: 350px;
  float: left;
}
#videos_covid #sep_video_covid {
  margin: 0 30px;
}
#videos_covid iframe {
  width: 350px;
  height: 197px;
}
/* ------ servicios domicilio ------ */
#servicios_domicilios {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: block;
}
#servicios_domicilios h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  background-image: url(images/servicios.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 30px 0 0 120px;
}
#servicios_domicilios ul {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
#servicios_domicilios ul li {
	float: left;
	margin-bottom: 0;
  height: 26px;
  width: 120px;
  padding: 14px 40px 14px 30px;
  position: relative;
  border-radius: 6px;
  border: solid 1px #000;
  margin-right: 24px;
}
#servicios_domicilios ul li.dot_tele, #header_menu #domicilios_mobile li.dot_tele  {
  border-left: 10px solid #008993;
}
#servicios_domicilios ul li.dot_farmacia, #header_menu #domicilios_mobile li.dot_farmacia {
  border-left: 10px solid #C6316C;
  padding-right: 40px;
}
#servicios_domicilios ul li.dot_enfe, #header_menu #domicilios_mobile li.dot_enfe {
  border-left: 10px solid #D76F6E;
}
#servicios_domicilios ul li.dot_muestras, #header_menu #domicilios_mobile li.dot_muestras {
  border-left: 10px solid #F89C82;
}
#servicios_domicilios ul li.dot_kine, #header_menu #domicilios_mobile li.dot_kine {
  border-left: 10px solid #348ECC;
}
#servicios_domicilios ul li h3 {
	font-size: 16px;
	color: #575756;
	font-weight: 600;
	line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* #servicios_domicilios ul li h3::before {
  content: "•";
  color: red;
  display: inline-block; width: 1em;
  margin-left: -10px;
} */
#domicilios_mobile {
  display: none;
}
#aviso_sistema_mobile {
  display: none;
}
.nav_mobile {
  display: none;
}
.overlay {
  display: none;
}
.linktree {
  margin: 40px auto;
  width: 660px;
}
.logo_linktree {
  background-image: url(images/logo_new.svg);
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 72px;
  margin-bottom: 50px;
  padding-top: 20px;
}
.linktree ul {
  width: 100%;
  float: left;
}
.linktree ul li {
  padding: 20px 10%;
  width: 80%;
  border-radius: 8px;
  float: left;
  background-color: #058CB4;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
  text-align: center;
}
.linktree ul li.reserva_link {
  background-color: #FF6C00;
  color: #fff;
}
.linktree ul a li  {
  color: #fff;
}
/* ------ maternidad lp ------ */
#content_centros.maternidad_lp {

}
#content_centros.maternidad_lp h2 {
    font-size: 48px;
    font-weight: 900;
    padding-bottom: 14px;
    margin-bottom: 14px;
    line-height: 110%;
    text-align: center;
}
#content_centros.maternidad_lp h3 {
  font-size: 48px;
  color: #058CB4;
  font-weight: 900;
  padding-bottom: 14px;
  margin-bottom: 14px;
  line-height: 120%;
  text-align: center;
}
#content_centros.maternidad_lp h3.nobold {
    font-weight: bold;
}
#content_centros.maternidad_lp p {
  text-align: center;
  padding: 0 60px;
}
#content_centros .bloque_1 {
  width: 760px;
  margin: 0 220px 40px 220px;
  float: left;
}
#content_centros .bloque_1 img {
  border-radius: 8px;
}
#content_centros .separador {
  margin-top: 60px;
}
#content_centros .servicios_mat {
  width: 100%;
  float: left;
}
#content_centros .imagenes_maternidad {
  width: 100%;
  float: left;
}
#content_centros .imagenes_maternidad img {
  width: 30%;
  height: auto;
  margin: 0 1%;
  border-radius: 8px;
}
#content_centros .servicios_mat ul {
  width: 100%;
  float: left;
  text-align: center;
  color: #058CB4;
  display: inline-block;
}
#content_centros .servicios_mat ul li {
  padding: 10px 16px;
  border-radius: 5px;
  border: 1px solid #058CB4;
  border-top: 10px solid #058CB4;
  display: inline-block;
  font-weight: 900;
  margin: 0 10px;
  font-size: 22px;
}
#content_centros .detalles_mat {
  width: 100%;
  float: left;
  margin-top: 60px;
}
#content_centros .detalles_mat ul, #descargables ul {
  float: left;
  width: 100%;
}
#descargables ul {
  width: 500px;
  margin: 0 350px;
}
#content_centros .detalles_mat ul li {
  width: 358px;
  float: left;
  margin: 0 20px 40px 20px;
  border: 1px solid #058CB4;
}
#content_centros.maternidad_lp ul li h3 {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #058CB4;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
}
#content_centros.maternidad_lp ul li h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
#content_centros .detalles_mat ul li p {
  font-size: 13px;
  padding: 0 20px;
  text-align: left;
}
#content_centros .detalles_mat ul li p.center {
  text-align: center;
}
#content_centros .detalles_mat ul li p.rojo {
  font-weight: bold;
  background-color: #e2b5b4;
  padding: 20px;
}
#descargables {
  background-color: #DADADA;
  float: left;
  width: 100%;
  padding: 60px 0 50px 0;
  text-align: center;
}
#descargables ul li {
  font-size: 18px;
  color: #1082A9;
  font-weight: 900;
  padding: 16px 54px;
  border-radius: 8px;
  border: 1px solid #1082A9;
  display: inline-block;
  margin-bottom: 10px;
}
#descargables ul li a {
  color: #1082A9;
}
#call_center_foot {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
#call_center_foot a.call_center_footer h4 {
  color: #fff;
  padding: 18px 20px 18px 64px;
  border-radius: 8px;
  background-image: url(images/call-center.svg);
  background-color: #66BCD5;
  background-repeat: no-repeat;
  background-position: left 16px center;
  display: inline-block;
  background-size: 32px auto;
  font-weight: bold;
}
#whatsapp_mobile {
  display: none;
}
#pag {
  width: 100%;
  float: left;
}
#load-more {
  display: block;
  text-align: center;
  margin: 20px auto;
  border-radius: 8px;
}
.load-more-btn {
  display: inline-block;
  padding: 14px 20px;
  width: auto;
  max-width: 200px;
  background-color: #F7F7F7;
  color: #575756;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.load-more-btn:hover {
  background-color: #046E90;
  color: #fff;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.embed-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* Ajusta el ancho máximo para desktop */
  height: 2680px; /* Usa el 90% de la altura de la pantalla */
  margin: auto;
}
input[type="radio"] {
  appearance: auto; /* Restaura el estilo predeterminado del navegador */
  -webkit-appearance: radio; /* Asegura compatibilidad en Safari */
  -moz-appearance: radio; /* Asegura compatibilidad en Firefox */
  width: 16px;
  height: 16px;
  border-radius: 50%; /* Mantiene la forma circular */
}
@media only screen and (min-width: 0px) and (max-width: 767px){
  #form_cv.registro .embed-container iframe, .embed-container {
    max-width: 100%;
    height: 3100px; /* Usa el 90% de la altura de la pantalla */
  }
  .overlay {
    width: 100%;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.4s;
    background-color: #fff;
    height: 0;
    display: block;
  }
  .linktree {
    margin: 20px auto;
    width: 92%;
  }
  #header #aviso_desktop .wrap {
    width: 94%;
  }
  #banner_forms img {
    width: 80%;
  }
  #aviso_desktop p {
    font-size: 12px
  }
  #logo {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 8px;
  }
  #myNav {
    overflow-y: scroll;
  }
  #myNav #logo {
    margin-top: 12px;
    /* margin-top: 0; */
  }
  #header.cancer_mama, #myNav #logo.cancer_mama {
    padding-top: 0;
    margin-top: 0;
  }
  #header .wrap, #myNav .wrap.mobile {
    width: 100%;
  }
  #nav_mobile {
    display: block;
  }
  #buscar_mobile {
    background-color: #058CB4;
    width: 94%;
    float: left;
    padding: 20px 3%;
  }
  #buscar_mobile #searchform input {
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    padding: 16px 2% !important;
    background-position: 93% center;
    background-image: url(images/buscar_input.svg);
    background-repeat: no-repeat;
    background-size: 29px auto;
    font-size: 16px;
    box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
    margin-bottom: 16px;
  }
  #buscar_mobile #catheader {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    padding: 16px 14px;
    background-position: 91% center;
    background-image: url(images/triangulo.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-size: 16px;
    box-shadow: 1px 1px 3px -2px rgb(0 0 0 / 75%);
    color: #575756;
  }
  /* ------ menu ------  */

  ul.menu {
    list-style: none;
    width: 100%;
    clear: both;
    display: table;
    margin-top: 20px;
    float: left;
    padding-bottom: 40px;
  }
  #home_new {
    margin: 12px 0 20px 0;
  }
  #buscar_mobile select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #botones_mobile {
    background-color: #DADADA;
    width: 94%;
    float: left;
    padding: 20px 3%;
  }
  #logo a.nav_mobile.open {
    background-image: url(images/open_menu.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 32px;
  }
  #logo a.nav_mobile.close {
    background-image: url(images/open_close.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 32px;
  }
  #logo a.nav_mobile {
    color: #575756;
    font-size: 18px;
    font-weight: bold;
    float: right;
    /* margin-top: 14px; */
    margin-top: 24px;
    display: block;
  }
  #menu {
    display: none;
  }
  #header h4 {
    text-align: center;
  }
  #call_menu {
    width: 94%;
    float: left;
    padding: 0px 3% 10px 3%;
    background-color: #EBEBEB;
  }
  #header h4.dr_new, #header h4.wp_new, #header h4.search_new, #main_menu {
    display: none;
  }

  #call_menu h4.tel_new, #home_new h4.wp_new, #call_menu h4.contact_new {
    width: 48%;
    font-size: 14px;
    padding: 16px 8px;
    margin-right: 0;
	background-image: none;
	text-align: center
  }
  #home_new h4, #home_new.blancos h4, #wp_mobile h4.wp_new {
    width: 74%;
    padding: 16px 2% 16px 24%;
    margin-right: 0;
  }
  #home_new.blancos {
    margin-top: -18px;
    margin-bottom: 20px;
  }
  #newsletters.chequeos {
    margin-top: 40px;
    background-image: none;
  }
  #newsletters.chequeos .next_newsletter {
    margin-bottom: 30px;
    height: auto;
  }
  #call_menu h4.reserva_new {
    width: 44%;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
  }
  #home_new h4.tele_new {
    display: none;
  }
  #video_internos {
    margin-top: 100px;
  }
  #video_internos video, #video_internos {
    width: 100%;
    height: 280px;
    border: 1px solid #999;
  }
  #header_centros.mobile_agenda, #sombra_centros.mobile_agenda {
    height: 390px;
  }
 #sombra_centros.mobile_agenda.maternidad_new, #header_centros.mobile_agenda.maternidad_new {
    height: 260px;
  }
  #header_centros.mobile_agenda.maternidad_new h1 {
    margin-top: 140px;
  }
  #content_centros .bloque_1 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #data_centros p, #content_centros.maternidad_lp p {
    padding: 0;
  }
  #content_centros .servicios_mat ul li {
    width: 98%;
    padding: 20px 0;
    margin: 0 0 20px 0;
  }
  #content_centros .separador {
    margin-top: 40px;
  }
  #sombra_centros ul {
    width: 100%;
    margin: 0;
    margin-top: 30px;
    text-align: center;
  }
  #sombra_centros ul li.agenda_telemedicina {
    width: 66%;
    padding: 18px 26px 18px 90px;
  }
  #sombra_centros ul li:first-child {
    margin-left: 0;
  }
  #sombra_centros ul li.agenda_telemedicina h3 {
    font-size: 18px;
    text-align: left;
  }
  #sombra_centros ul li.agenda_1 {
    margin-bottom: 20px;
  }
  #sombra_centros ul li {
    float: left;
    margin: 0 0;
    width: 80%;
    padding: 12px 10% 12px 10%;
    display: inline-block;
  }
  #sombra_centros ul {
    display: block;
  }
  body.page-id-15017 #header_centros h1, body.page-id-15153 #header_centros h1, body.page-id-15081 #header_centros h1, body.page-id-15044 #header_centros h1 {
    text-align: center;
    margin-top: -210px;
  }
  #header_menu #domicilios_mobile  li {
    width: 77%;
    padding: 16px 10% 16px 10%;
    border: solid 1px #000;
  }
  #header_menu #domicilios_mobile li a {
    color: #000;
  }
  #header_menu #domicilios_mobile li h3 {
    color: #000;
  }
  #header_menu #domicilios_mobile li h3 br {
    display: none;
  }
  #servicios_domicilios ul li.dot_farmacia, #header_menu #domicilios_mobile li.dot_farmacia {
    padding: 16px 10% 16px 10%;
  }
  #radio_image {
    width: 100%;
    height: 250px;
  }
  #radio_data {
    width: 90%;
    float: left;
    padding-right: 10%;
  }
  #header {
  	width: 100%;
  	float: left;
  	background-color: #fff;
  	padding-top: 12px;
  	position: fixed;
  	top: 0;
  	z-index: 2;
  	border-bottom: 1px solid #ececec;
  	padding-bottom: 0;
  }
  #social_cyber.rep {
    width: 100%;
  }
  .wrap {
  	width: 90%;
  	margin-right: auto;
  	margin-left: auto;
  }
  .main_newsletter .main_img_bkg {
    width: 100%;
    height: 220px;
    border-radius: 8px 8px 0px 0px;
  }
  .main_text_data {
    float: left;
    width: 90%;
    padding: 5%;
  }
  #slider {
    height: auto;
  }
  #content_newsletter, #content_resultado_new {
    margin-top: 100px;
    /* margin-top: 210px; */
  }
  #slider .flexslider .slides li {
  	background-position: center center;
  	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
  	height: 285px;
  }
  .slider_text {
    float: left;
    margin-top: 80px;
    width: 100%;
  }
  .slider_text h1 {
    color: #fff;
    font-size: 28px;
  }
  .slider_text h2, .slider_text h3 {
    margin-top: 20px;
    padding: 8px;
    font-size: 16px;
  }
  #header_menu {
    position: relative;
    top:inherit;
    right: inherit;
    float: left;
    padding-top: 36px;
  }
  .slider_sombra {
    height: 285px;
  }
  #header_menu ul {
  	float: left;
  	width: 80%;
  	margin-right: 10%;
  	margin-left: 10%;
  }
  #header_menu ul li, #reserva_mobile ul li {
  	float: left;
  	margin-bottom: 10px;
  	padding: 16px 10% 16px 30%;
  	width: 60%;
  }
  #header_ambulancia {
  	display: none;
  	visibility: hidden;
  }
  #header_central {
  width: 80%;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 0;
  }
  #header_central.no_show {
  display: none;
  }

  #menu {
  	float: right;
  	margin-top: 18px;
  	line-height: 100%;
  	margin-right: 6px;
  }

  #menu_corporativo {
  	float: right;
  	margin-top: 0px;
  	width: 100%;
  	padding: 0;
  	margin-left: 0;
    margin-bottom: 40px;
  }

  #social_footer {
  	float: left;
  	margin-top: 16px;
  	padding-left: 0;
  	text-align: left;
  	width: 100%;
  }

  #social_footer img {
  	float: left;
  	width: 30px;
  	margin-left: 0;
  	margin-right: 10px;
  	height: 30px;
  }
  #social_footer a {
  	float: left;
  }
  #menu_corporativo ul {
  	float: left;
  	display: block;
    margin-right: 0;
  }
  #menu_corporativo ul li {
  	display: block;
  	float: left;
  	width: 100%;
  }
  #menu_corporativo ul li a {
  	margin-left: 0;
  	font-size: 13px;
  }
  #info_header {
  	display: none;
  	visibility: hidden;
  }
  #maternidad {
  	display: none;
  	visibility: hidden;
  }
  #radio {
  	display: none;
  	visibility: hidden;
  }
  #urgencia {
  	display: none;
  	visibility: hidden;
  }
  #newsletters {
  	margin-top: 0;
    padding-top: 0px;
  }
  #mailchimp {
  	display: none;
  	visibility: hidden;
  }
  #contacto {
  	float: left;
  	width: 100%;
  	padding-top: 40px;
  }
  #gform_1 .button, #gform_12 .button {
  	font-size: 14px;
  	font-weight: bold;
  	margin-top: 10px;
  	color: #fff;
  	text-align: center;
  	margin-right: 20px;
  }
  #nav_menu {
  	float: right;
  	width: 290px;
  	display: none;
  	overflow: hidden;
  }
  #mapa {
  	width: 100%;
  	float: right;
  	margin-bottom: 10px;
  }
  #mapa iframe {
  	width: 100%;
  	height: 300px;
  	float: left;
  }
  #slider {
  	float: left;
  	width: 100%;
  	margin-bottom: 0px;
  	margin-top: 120px;
    /* margin-top: 220px; */
  	position: relative;
    height: auto;
  }
  #overlay_menu {
  	width: 100%;
  	float: left;
  	margin-top: 20px;
  }
  #cat_menu {
  	float: left;
  	width: 100%;
  }
  #cat_menu .col_left {
  	float: left;
  	width: 100%;
  }

  #cat_menu .col_left ul li {
  	margin-bottom: 4px;
  	padding-bottom: 2px;
  	border-bottom: 1px solid #cacaca;
  	width: 100%;
  	float: left;
  }
  #urgencia_lateral_container {
    width: 100%;
    float: left;
  }
  #cat_menu .col_left ul li a {
  	font-size: 16px;
  	font-weight: 600;
  	color: #575756;
  	padding-left: 0;
  	background-image: none;
  }

  #cat_menu .col_right {
  	float: right;
  	width: 100%;
  }

  #cat_menu .col_right ul li {
  	margin-bottom: 6px;
  	list-style-type: none;
  	padding-bottom: 2px;
  	border-bottom: 1px solid #cacaca;
  	width: 100%;
  	float: left;
  }

  #cat_menu .col_right ul li a {
  	font-size: 14px;
  	color: #575756;
  	font-weight: 600;
  }

  #cat_menu .col_right ul li a:hover {
  	text-decoration: underline;
  }

  #tel_mobile {
  	display: inline-block;
  	visibility: visible;
  	float: left;
  	width: 100%;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	border-top: 1px solid #ececec;
  	/* background: url(images/mob_menu.jpg) no-repeat center center; */
  }

  #tel_mobile li.ambulancia_mob h4, #tel_mobile li.ambulancia_mob h3 {
  	color: #000;
  }
  #whatsapp_mobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
    /* display: block; */
    display: none;
  }
  #whatsapp_mobile h4 {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  #tel_mobile li.ambulancia_mob h3 a {
  	color: #000;
    padding-left: 24px;
    background-image: url(images/whatsapp.png);
    background-position: left bottom;
    background-size: auto 20px;
    background-repeat: no-repeat;
  }

  #tel_mobile ul {
  	width: 100%;
  	float: left;
  	margin-top: 0;
  	margin-bottom: 0;
    text-align: center;
  }

  #tel_mobile ul li {
  	width: 48%;
  	float: left;
  	padding-right: 1%;
  	padding-left: 1%;
  }
  #menu_corporativo ul li.footer_destacado {
    width: 80%
  }
  #tel_mobile h3 {
  	text-align: center;
  	font-size: 18px;

  }
  #tel_mobile h4 {
  	text-align: center;
  	font-size: 9px;

  }
  #tel_mobile li.cent_menu {
  	/* width: 100%; */
  	padding: 0;
  }

  #tel_mobile li.cent_menu h3 a {
  	color: #000;
  }
  #header_centros {
  	height: 260px;
  	float: left;
  	margin-top: 140px;
    /* margin-top: 230px; */
  }
  #sombra_centros {
  	width: 100%;
  	background-color: rgba(0,0,0,0.4);
  	float: left;
  	height: 260px;
  }
  #header_centros h1 {
  	font-size: 28px;
  }
  #form_cv.registro iframe {
  	width: 100%;
    height: 5000px;
  }
  #header_centros h2 {
  	color: #fff;
  	font-size: 16px;
  	font-weight: 600;
  	text-align: center;
  	margin-bottom: 10px;
  	margin-top: 100px;
  }
  #data_centros {
  	float: left;
  	margin-left: 0;
  	width: 100%;
    margin-top: 20px;
  }
  #data_centros h2, #content_centros.maternidad_lp h2 {
  	font-size: 32px;
  	font-weight: 900;
  }
  #content_centros.maternidad_lp h3.nobold, #content_centros.maternidad_lp h3 {
    font-size: 30px;
  }
  #content_centros.maternidad_lp iframe {
    width: 100%;
    height: 220px;
  }
  #content_centros .detalles_mat {
    margin-top: 0;
  }
  #content_centros .detalles_mat ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #data_centros p, #content_centros.maternidad_lp p {
  	font-size: 16px;
  	line-height: 160%;
  	padding-left: 0;
  }
  #data_centros h3 {
  	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 4px;
  	line-height: 100%;
  	padding-left: 0;
  }

  #doctores_centros_lista ul {
  	width: 100%;
  	padding-left: 0;
  	text-align: center;
  	margin-top: 20px;
  }

  #doctores_centros_lista ul li, #doctores_centros_lista.page_doctor ul li {
  	margin-right: 0;
  	margin-left: 0;
  	width: 100%;
  	float: left;
  	margin-bottom: 20px;
  	height: auto;
    text-align: left;
  }

  #doctores_centros_lista ul li a {
  	color: #575756;
  }

  #doctores_centros_lista ul li p {
  	margin-bottom: 10px;
  	padding-right: 0;
  	padding-left: 0;
  	line-height: 110%;
  }

  #content_cat {
  	width: 100%;
  	margin-top: 110px;
  	float: left;
  	padding-top: 50px;
  	padding-bottom: 10px;
  }

  #content_encuentra {
  	width: 100%;
  	margin-top: 108px;
  	float: left;
  	padding-top: 50px;
  	padding-bottom: 60px;
  }

  #content_centros {
  	margin-top: 20px;
  	width: 100%;
  	float: left;
  	padding-bottom: 20px;
  	margin-bottom: 20px;
  }
  #content_centros.urgencias_header {
    margin-top: 70px;
  }
  .urgencia_lateral_container {
    width: 100%;
  }
  .urgencia_lateral {
    width: 96%
  }
  #single_doctor {
    margin-top: 80px;
  }
  #titulo_buscar {
  	width: 60%;
  	background: url(images/central_btn.png) no-repeat 26px center;
  	margin-bottom: 20px;
  	margin-left: 0;
  	padding: 16px 15px 16px 25%;
  }
  #gform_3 .button, #gform_6 .button, #gform_8 .button, #gform_11 .button, #gform_13 .button, #gform_14 .button, #gform_15 .button, #gform_1 .button, #gform_12 .button {
    padding: 12px 24px;
  }
  #titulo_buscar h1, #titulo_resultado h1, #titulo_tele h1 {
  	font-size: 26px;
  	color: #fff;
  	font-weight: 600;
  	margin-left: 10px;
  	/* border-left: 2px solid rgba(255,255,255,0.5); */
  	line-height: 100%;
  	text-align: left;
  	padding-left: 10px;
  }
  #doctores_maternidad #doctores_centros_lista ul li {
    width: 100%;
  }
  #titulo_resultado, #titulo_tele {
  	width: 60%;
  	margin-bottom: 20px;
  	margin-left: 0;
  	padding: 16px 15px 16px 25%;
  }

  #buscar_general {
  	border: 1px solid #fff;
  	margin-right: auto;
  	margin-left: auto;
  	width: 80%;
  	padding: 40px 5%;
  }
  #resultados_txt {
  	border: 0px solid #fff;
  	margin-right: auto;
  	margin-left: auto;
  	width: 80%;
  	padding: 40px 5%;
  }

  #buscar_area select, select#input_5_15, select#input_4_1 {
  	width: 100%;
    background-position: 91% center;
    background-size: 14px auto;
    padding: 16px 5%;
  }

  #buscar_doc {
  	width: 100%;
  	float: left;
  }

  #related.news_content {
    width: 100%;
    margin-left: 0
  }
  #related.news_content ul li {
    width: 100%;
    background-size: 100% auto;
    padding-top: 240px;
  }
  #related.news_content .related_posts{
    margin-top: 30px;
  }
  #buscar_doc input {
  	color: #575756;
  	padding: 14px 5%;
  	width: 90%;
    color: #575756;
    border-radius: 8px;
    font-size: 16px;
    background-position: 93% center;
    background-image: url(images/buscar_input.svg);
    background-repeat: no-repeat;
    background-size: 29px auto;
  }

  #news_content {
  	width: 100%;
  	float: left;
  	margin-left: 0;
    margin-top: 30px;
  }
  #overlay_menu #nav_search {
    display: none;
  }
  #nav_search {
  	margin-top: 20px;
    /* display: none; */
  }

  #news_content h1 {
  	font-size: 36px;
  	margin-bottom: 10px;
  }

  #news_content h2 {
  	margin-bottom: 14px;
  	line-height: 100%;
  	font-size: 22px;
  	font-weight: bold;

  }

  #news_content h3 {
  	margin-bottom: 16px;
  	line-height: 150%;
  	font-size: 18px;
  	font-weight: 600;
  }

  #news_content h4 {
  	margin-bottom: 16px;
  	line-height: 150%;
  	font-size: 16px;
  	font-weight: 600;
  }

  #news_content p {
  	font-size: 16px;
  	line-height: 150%;
  	text-align: justify;
  }

  #news_content img {
  	width: 100%;
  	height: auto;
  }

  #news_content #fecha_newsletter h3 {
  	float: left;
  	font-size: 16px;
  	font-weight: normal;
  	font-style: normal;
  }

  #news_content #fecha_newsletter ul li img {
  	width: 30px;
  	height: 30px;
  }

  #news_content blockquote {
  	padding: 30px 50px 10px;
  	margin-bottom: 20px;
  	float: left;
  	background: #ebebec url(images/quote.png) no-repeat 14px 14px;
  }

  #sidebar {
  	float: right;
  	width: 100%;
  	margin-top: 10px;
  }
  #descargables ul {
    width: 100%;
    margin: 0;
  }
  #resultado_area {
  	float: left;
  	width: 100%;
  }

  #resultado_area h1 {
  	font-size: 36px;
  	font-weight: bold;
  	padding-bottom: 14px;
  	margin-bottom: 24px;
  	padding-left: 0;
  	line-height: 100%;
  }

  #resultado_area h2 {
  	font-size: 16px;
  	font-weight: bold;
  	margin-bottom: 8px;
  	padding-left: 0;
  }

  #resultado_doc_area {
  	float: left;
  	margin-left: 0;
  	width: 100%;
  }

  .foto_doc_area {
  	float: left;
  	margin-right: 0;
  	width: 100px;
  }

  .data_doc_area {
  	float: left;
  	width: 190px;
  }
  /* menu cats */
  .custom-menu {
    overflow-x: auto;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 26px;
    margin-bottom: 10px;
  }
  .custom-menu li a {
    padding: 8px 14px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

  #doctor_bio {
  	float: left;
  	width: 100%;
  }

  #doctor_bio h1 {
  	font-size: 36px;
  	font-weight: bold;
  	padding-bottom: 14px;
  	margin-bottom: 24px;
  	border-bottom: 5px solid #464646;
  	padding-left: 0;
  	line-height: 100%;
  }

  #doctor_info ul
   {
  	width: 290px;
  	padding: 20px 20px 10px;
  }

  #single_doctor a {
  	text-decoration: underline;
  	color: #000;
  }

  #doctor_info ul li {
  	margin-bottom: 20px;
  }

  #doctor_info ul li.centro_doc {
  	padding-bottom: 20px;
  	border-bottom: 1px solid #707070;
  }

  #doctor_info h3 {
  	font-size: 14px;
  	font-weight: 600;
  	font-style: italic;
  	line-height: 100%;
  	margin-bottom: 6px;
  }

  #doctor_info h2 {
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 100%;
  }

  #doctor_info h2 a {
  	color: #575756;
  }
  #doctor_info {
  	float: left;
  	background-color: #ebebec;
  		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  	width: 100%;
  	margin-top: 82px;
  	line-height: 0;
  }

  #doctor_info h4 {
  	font-size: 18px;
  	line-height: 100%;
  	margin-bottom: 0;
  }

  #data_completa {
  	float: left;
  	margin-left: 0;
  	width: 100%;
  }

  #data_completa h3 {
  	font-size: 16px;
  	margin-bottom: 22px;
  }

  #data_completa h2 {
  	font-size: 24px;
  	font-weight: bold;
  	margin-bottom: 6px;
  	line-height: 100%;
  }

  #nuestra_data {
  	width: 100%;
  	float: left;
  }
  #data_centros iframe {

  }
  #nuestra_data h2 {
  	font-size: 36px;
  	padding-bottom: 14px;
  	margin-bottom: 24px;
  	line-height: 100%;
  }

  #nuestra_data h3 {
  	font-weight: bold;
  	font-size: 16px;
  	margin-bottom: 10px;
  }

  #data_clinica {
  	width: 100%;
  	float: left;
  	margin-left: 0;
  }

  #equipo_adm ul li {
  	width: 50%;
  	float: left;
  	margin-bottom: 15px;
    margin-right: 0;
  }
  #nuestra_sidebar {
  	float: right;
  	width: 100%;
  }
  #nuestra_sidebar h2 {
  	font-size: 22px;
  	padding-bottom: 10px;
  }
  #nuestra_sidebar h3 {
  	margin-bottom: 6px;
  	line-height: 100%;
  	font-size: 18px;
  	font-weight: bold;
  	border-bottom: 3px solid #000;
  	padding-bottom: 6px;
  	padding-left: 20px;
  	display: inline-block;
  }
  #directorio ul li {
  	width: 50%;
  	float: left;
  	margin-bottom: 30px;
  }

  #content_galeria {
  	margin-top: 142px;
  	width: 100%;
  	float: left;
  	padding-bottom: 30px;
  	margin-bottom: 0;
  	padding-top: 120px;
  }

  #content_galeria h2 {
  	font-size: 36px;
  	font-weight: bold;
  	padding-bottom: 14px;
  	margin-bottom: 30px;
  	padding-left: 0;
  	line-height: 100%;
  	display: inline-block;
  }

  #galeria_imagenes {
  	float: left;
  	width: 100%;
  	height: 300px;
  }

  #galeria_imagenes .flexslider .slides li {
  	background-position: center center;
  	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
  	height: 300px;
  }

  .noticias {
  	width: 90%;
  	padding: 5%;
  	background-color: #ebebec;
  	float: left;
  	margin-bottom: 40px;
  }

  #nav_menu ul li h3 {
  	font-size: 18px;
  	color: #fff;
  	font-weight: 600;
  	margin-left: 10px;
  	padding-left: 10px;
  	border-left: 2px solid rgba(255,255,255,0.5);
  	line-height: 100%;
  }
  #header_menu ul li h3, #reserva_mobile ul li h3 {
  	font-size: 18px;
  	color: #fff;
  	font-weight: 600;
  	margin-left: 10px;
  	padding-left: 10px;
  	/* border-left: 2px solid rgba(255,255,255,0.5); */
  	line-height: 100%;
    height: auto;
  }
  #header_menu ul li.pago h3 {
      color: #000;
      border-left: 2px solid rgba(0,0,0,0.5);
      padding-top: 0;
      height: auto;
  }
  #header_menu ul li.misreservas {
  	background: #9d9d9d url(images/central_btn.png) no-repeat 10% center;
    background-size: 30px auto;
  }
  #header_menu ul li.misreservas h3 {
      padding-top: 0;
      height: auto;
  }
  #header_menu ul li.pago {
    border: 1px solid rgba(0,0,0,0.5);
    width: 59.5%
  }
  #vacunas_home.influenza {
    margin-top: 20px;
  }
  /* #header_menu ul li.encuentra {
  	background: #21b397 url(images/central_btn.png) no-repeat 10% center;
  	background-size: 30px auto;
  } */
  #header_menu ul li.encuentra {
  	background: #21b397 url(images/centro_imagen.png) no-repeat 10% center;
  	background-size: 30px auto;
  }
  #header_menu ul li.pago {
  	background: #fff url(images/pague-aqui.png) no-repeat 10% center;
  	background-size: 45px auto;
  }

  #header_menu ul li.cyber_2019_menu {
  	background: #a5a5a5;
  	background-size: 30px auto;
    display: block;
  }
  #header_menu ul li.cyber_2019_menu h3 {
  	margin-left: 0px;
  	padding-left: 0px;
  	border-left: none;
    text-align: center;
  }
  #header_menu ul li.cyber_2019_menu {
  	float: left;
  	margin-bottom: 10px;
  	padding: 16px 10% 16px 10%;
  	width: 80%;
  }
  #call_center_foot a.call_center_footer h4 {
    display: block;
  }
  #header_menu ul li.agenda, #reserva_mobile ul li.agenda {
  	background: #FF6C00 url(images/agenda.png) no-repeat 10% center;
  	background-size: 30px auto;
  }

  #header_menu ul li.presupuesto {
  	background: #348ecb url(images/presupuesto.png) no-repeat 10% center;
  	background-size: 30px auto;
  }

  #header_menu ul li.examenes {
  	background: #284d72 url(images/resultado.png) no-repeat 30px center;
  	background-size: 30px auto;
  }
  #domicilios_mobile {
    display: block;
  }
  #servicios_domicilios {
    display: none;
  }
  .noticias h4 {
  	font-size: 14px;
  	margin-bottom: 0;
  	font-weight: normal;
  	font-style: normal;
  	line-height: 100%;
  }

  .noticias h3 {
  	margin-bottom: 14px;
  	line-height: 100%;
  	font-size: 18px;
  	font-weight: bold;
  }

  .noticias h2 {
  	font-size: 36px;
  	font-weight: bold;
  	line-height: 100%;
  	margin-bottom: 8px;
  	margin-top: 16px;
  }

  .noticias p {
  	font-size: 14px;
  	line-height: 140%;
  }

  .noticias_left {
  	float: left;
  	width: 100%;
  }

  .noticias_right {
  	float: right;
  	width: 100%;
  	height: 282px;
  	background-repeat: no-repeat;
  	background-position: center center;
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .noticias p.seguir {

  }

  .noticias p.seguir a {
  	font-weight: bold;
  	color: #575756;
  }

  .nav-up {
  	margin-top: 0px;
  }

  #procedimientos, #formulario_centro {
  	width: 100%;
  	padding-top: 30px;
  	border-top: 1px solid #b7b7b7;
  	float: left;
  	margin-top: 10px;
  	margin-left: 0;
  }

  #logo img  {
  	width: 190px;
  	height: auto;
  }

  #agenda_btn_doc, #lugar_atencion {
  	float: left;
  	margin-left: 0;
  	padding: 14px 5% 14px 5%;
    width: 90%;
  	margin-top: 14px;
    margin-bottom: 0;
  }
  #telemedicina_btn_doc {
  	float: left;
  	margin-left: 0;
  	background: #128a92 url(images/telemedicina.png) no-repeat 20px center;
    padding: 14px 70px 14px 84px;
  	margin-top: 20px;
  }
  #agenda_btn_doc h3, #telemedicina_btn_doc h3 {
  	font-size: 20px;
  	color: #fff;
  	font-weight: 900;
  	line-height: 100%;
  }
  #agenda_btn_doc h3 a, #telemedicina_btn_doc h3 a  {
  	color: #fff;
  }
  #search_interno {
  	width: 100%;
  	float: right;
  	margin-top: 20px;
  }
  #search_interno input {
  	color: #bebdbd;
    border-radius: 0px;
  	width: 263px;
  	padding: 12px 16px 14px 51px;
  	-webkit-appearance: none;
  	font-size: 18px;
  	background: #fff url(images/buscar_menu.png) no-repeat left center;
  	-moz-appearance: none;
  	font-weight: 600;
  	border-style: none;
  	border-bottom: 1px solid #000;
  }
  #mini_search {
  	display: none;
  	visibility: hidden;
  }
  #gform_wrapper_14 h2 {
  	font-size: 16px ;
  	font-weight: bold;
  	padding-bottom: 14px;
  	margin-bottom: 24px;
  	border-bottom: none;;
  	padding-left: 0;
  	line-height: 100%;
  }

  #gform_5, #gform_10 {
  	float: left;
  	margin-left: 0;
  	width: 100%;
  }
      #social_bar {
      display: none;
          visibility: hidden;
  }
  #data_centros iframe #video {
    width: 100%;
    height: auto;
  }
  #data_centros #gform_6 iframe, #gform_14 iframe {
    width: 100%;
    height: auto;
  }
  /* ------ newsletters ------ */
  .sombra_newsletter {
  	width: 100%;
  	height: 300px;
  }

  #next_newsletter .sombra_newsletter {
  	width: 100%;
  	float: left;
  }

  .main_newsletter {
  	float: left;
  	width: 100%;
  	height: auto;
  	margin-bottom: 30px;
  }

  .main_newsletter h2 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 120%;
  }

  .main_newsletter h3 {
  	font-size: 16px;
  }

  .main_newsletter h4 {
  	font-weight: normal;
  	font-style: normal;
  	margin-bottom: 0;
  	font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #next_newsletter {
  	float: left;
  	width: 100%;
  }

  .next_newsletter {
  	float: left;
  	width: 100%;
  	height: auto;
  	margin-bottom: 30px;
  }
  .next_text_data {
      width: 90%;
      float: left;
      padding: 5%;
  }
  .next_newsletter h2 {
  	margin-bottom: 8px;
  	font-size: 26px;
  }
  .next_newsletter h3 {
  	font-weight: normal;
  	font-style: normal;
  	margin-bottom: 0;
  	font-size: 16px;
  }
  .next_newsletter h4 {
  	font-size: 14px;
  	margin-bottom: 20px;
  }
  #promociones_centros {
  	width: 100%;
  	float: left;
  }
  .promocion {
  	background: #ebebec no-repeat center top;
  	background-size: 100% auto;
  	width: 100%;
  	float: left;
  	margin-bottom: 30px;
    padding: 0 0 20px 0;
  }
  .promocion.buscador_lab {
    padding: 0;
  }
  #buscador_lab {
    width: 90%;
    padding: 20px 5%;
  }
  .data_promo {
  	width: 90%;
  	padding: 0 5%;
  	float: left;
  }

  .promocion h4 {
  	display: inline-block;
  	color: #fff;
  	background-color: #1BB9DD;
  	margin-bottom: 200px;
  	margin-top: 20px;
  	padding: 10px 16px;
  	font-weight: bold;
  	font-size: 14px;
  }

  .data_promo h3 {
  	font-size: 22px;
  	font-weight: 600;
  	margin-bottom: 8px;
  }

  .promocion .legal p {
  	font-size: 11px;
  }
  .legal {
    width: 90%;
    padding: 0 5%;
  }

  .promocion h2 {
  	font-size: 32px;
  }

  .promocion p {
  	font-size: 14px;
  }
  #nav_search input {
  	width: 78%;
  	padding: 12px 5% 14px 15%;
  }
  .posts_cyber {
    width: 90%;
    float: left;
    margin: 0 5% 30px 5%;
  }
  .imagen_cyber {
    width: 90%;
    padding: 5%;
    height: 240px;
  }
  #cyber_1, #cyber_4, #cyber_6, #cyber_7 {
    width:  90%;
  }
   #cyber_1 .imagen_cyber,  #cyber_4 .imagen_cyber {
    width: 90%;
    text-align: center;
  }
  #cyber_1.posts_cyber h5 a {
    text-align: center;
  }
  #cyber_6 .imagen_cyber, #cyber_7 .imagen_cyber {
    width: 90%;
  }
  #cyber_2 .imagen_cyber, #cyber_6 .imagen_cyber, #cyber_7 .imagen_cyber, #cyber_3 .image_cyber {
    text-align: center;
  }
  #cyber_1 .caja_grande_landing, #cyber_2 .caja_grande_landing, #cyber_6 .caja_grande_landing, #cyber_7 .caja_grande_landing, #cyber_3 .caja_grande_landing,  #cyber_4 .caja_grande_landing{
    display: none;
  }
  #cyber_1 .text_cyber, #cyber_1 .footer_landing_cyber, #cyber_2 .text_cyber, #cyber_2 .footer_landing_cyber, #cyber_3 .text_cyber, #cyber_3 .footer_landing_cyber, #cyber_4 .text_cyber, #cyber_4 .footer_landing_cyber, #cyber_6 .text_cyber, #cyber_6 .footer_landing_cyber, #cyber_7 .text_cyber, #cyber_7 .footer_landing_cyber  {
    display: block;
  }
  #cyber_1.posts_cyber h3, #cyber_2.posts_cyber h3, #cyber_3.posts_cyber h3, #cyber_4.posts_cyber h3{
    /* display: none; */
  }
  #cyber_1.posts_cyber h3, #cyber_2.posts_cyber h3, #cyber_3.posts_cyber h3, #cyber_4.posts_cyber h3,  #cyber_6.posts_cyber h3, #cyber_7.posts_cyber h3 {
    text-align: center;

    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    text-shadow: none;
    color: #000;
    margin-top: 0px;
  }
  #cyber_1.posts_cyber h5 a {
    text-align: center;
  }
  #cyber_1.posts_cyber h2, #cyber_2.posts_cyber h2, #cyber_3.posts_cyber h2, #cyber_4.posts_cyber h2, #cyber_6.posts_cyber h2, #cyber_7.posts_cyber h2 {
    margin-top: 120px;
    text-align: center;
  }
  .posts_cyber h2 {
    margin-top: 120px;
  }
  .text_cyber {
    min-height: inherit;
  }
  #cyber_content {
    border: 1px #CBC9C9 solid;
    float: left;
    width: 100%;
  }
  #slider_cyber {
    height: 385px;
    width: 100%;
    float: left;
  }
  #slider_cyber .flexslider .slides li {
  	background-position: center center;
  	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
  	height: 385px;
  }
  #cyber_related {
    margin-top: 100px;
    float: left;
    width: 100%;
    text-align: center;
  }
  #bajada_cyber, #legal_cyber {
    float: left;
    padding: 5%;
    width: 90%;
  }
  #legal_cyber p {
    margin-bottom: 0;
  }
  #sidebar_cyber {
    float: right;
    width: 100%;
    margin-bottom: 50px;
  }
  #legal_cyber {
    margin: 0 5%;
    padding: 10px 0 10px 0;
  }
  #acreditacion_home {
    float: left;
    width: 94%;
    padding: 3%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .desktop_img {
    display: none;
  }
  .mobile_img {
    display: block;
  }
  #acredita_left {
    float: left;
    width: 30%;
  }
  #acredita_left img {
    width: 100%;
    height: auto;
  }
  #acredita_right {
    float: right;
    width: 50%;
    margin-left: 0px;
    margin-top: 26px;
    padding-right: 36px;
    line-height: 100%;
  }
  #acredita_right h1 {
    font-size: 28px;
    font-weight: bold;
  }
  #header_acreditacion {
    display: none;
  }
  #header_cuenta {
    margin-right: 20px;
    padding-top: 0px;
    clear: both;
    margin-left: 0px;
  }

  #content_landing, #content_single_landing {
  	margin-bottom: 20px;
  }
  /* #menu_corporativo ul li.page-item-4674 {
    padding: 8px 0 8px 40px;
    border: none;
    font-weight: bold;
    width: 50%;
  } */
  #resultados_nuevos {
    width: 100%;
    float: left;
  }
  #resultados_nuevos ul, #tele_landing ul {
    width: 90%;
    margin: 0 5%;
  }
  #content_cv {
    margin-top: 150px;
    /* margin-top: 280px; */
  }
  #resultados_nuevos ul li, #tele_landing ul li {
    padding: 18px 60px 18px 100px;
  }
  #resultados_nuevos ul li.imagen {
    margin-bottom: 34px;
    background-image: url('images/centro_imagen.png');
    background-position: 34px center;
    background-repeat: no-repeat;
  }
  #resultados_nuevos ul li.lab {
    background-image: url('images/ex_laboratorio.png');
    background-position: 34px center;
    background-repeat: no-repeat;
  }
  #tele_landing ul li.imagen {
    background-position: 14px center;
  }
  #tele_landing ul li.lab {
    background-position: 14px center;
  }
  #resultados_nuevos ul li h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
  #data_centros #input_24_8 iframe {
    height: auto;
  }
  #data_centros iframe#video {
    width: 100%;
    height: 240px;
  }
  #corana_home {
    background-color: #41a2e7;
    background-image: url(images/plan-accion.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    float: left;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  #corana_home p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 0;
  }
  #videos_covid .col-vid {
    width: 100%;
    float: left;
  }
  #videos_covid #sep_video_covid {
    margin: 5px 0;
  }
  #videos_covid iframe {
    width: 100%;
    height: 197px;
  }
  #social_cyber {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  #social_cyber.rep {
    margin-left: 0;
    margin-top: 20px;
  }
  #pcr_left {
    width: 50%;
    margin-bottom: 10px;
  }
  #pcr_right {
    float:left;
    width: 100%;
    margin-left: 0;
  }
  #pcr_right p {}
  #pcr_left h2 {
    text-align: left;
  }
  #pcr_right_2 {
    float: left;
    margin-bottom: 10px;
  }
  #pcr_right_2 h5 {
    float: left;
  }
  #pcr_home {
    margin-top: 40px;;
    margin-bottom: 30px;
  }
  #aviso_sistema_desktop {
    display: none;
  }
  #aviso_sistema_mobile {
    display: block;
    width: 100%;
    float: left;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background-color: #dbdbdb;
    float: left;
    padding: 8px 0 12px 0;
  }
  #aviso_sistema_mobile .wrap {
    width: 90%;
  }
	#doctor_bio ul li {
		font-size: 16px
	}
  #aviso_sistema_mobile p {
    margin-bottom: 0;
    font-size: 13px;
  }
  #footer_clinica {
  	padding-bottom: 40px;
  }
  #resultados_nuevos.buscador {
    width: 90%;
    margin: 0;
    padding: 5%;
  }
  #search_buscador input {
    width: 84% !important;
    padding: 14px 2% 14px 14% !important;
  }
  #content_resultado_new.bexamenes {
    padding-bottom: 20px;
    padding-top: 90px;
  }
  #exmanes_listado ul {
    width: 94%;
    padding: 10px 3%;
    font-size: 16px;
  }
  #exmanes_listado ul#titulo_lista_ex li {
    border-bottom: 1px solid #cac6c6;
  }
  #exmanes_listado ul li.nombre, #exmanes_listado ul li.prep, #exmanes_listado ul li.plazo, #exmanes_listado ul li.codigo {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #e5e3e3;
    margin-bottom: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
  }
  #exmanes_listado #resultados ul li.codigo {
      border-bottom: 1px solid #999;
  }
  ul#titulo_lista_ex {
    margin-bottom: 20px;
    display: none;
  }
  .result_ex {
    padding-bottom: 0px;
    margin-bottom: 22px;
    border-bottom: none;
  }
  #firma {
    float: left;
  }
  #footer_clinica p.firma {
    margin-top: 10px;
  }
  .accordion {
    cursor: pointer;
    width: 94%;
    border: none;
    font-size: 20px;
    transition: 0.2s;
    background-image: url(images/mnav_close.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
  }
  .accordion.active {
    background-image: url(images/mnav_open.svg);
  }
  /* .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  } */
  .panel ul.sub-menu {
    padding-left: 10px;
  }
  .panel ul.sub-menu li {
    font-weight: normal;
  }
  .panel ul.items li {
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #707070;
  }
  .panel ul.items li.current-menu-parent {

  }
  .panel ul.items li.menu-item-has-children {
    font-weight: 900;
    border-bottom: none;
  }
  .panel ul.items li:last-child {
    margin-bottom: 20px;
  }
  /* .active:after {
    content: "\2212";
  } */
  .panel {
    padding-left: 24px;
    padding-right: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    padding-top: 8px;
    font-size: 16px
  }
  #reserva_new ul li, #reserva_new ul li.links_1, #reserva_new ul li.links_2, #reserva_new ul li.links_3, #reserva_new ul li.links_4, #reserva_new ul li.links_5, #reserva_new ul li.links_6, #reserva_new ul li.links_7 {
    width: 65%;
    padding: 24px 10% 10px 24%;
    margin-bottom: 16px;
    background-size: 12%;
    text-align: left;
    background-position: 20px center;
  }
  #reserva_new ul li.links_2 {
    margin: 0 0 16px 0;
  }
  #reserva_new ul li.links_3{
    background-size: 12%
  }
  #reserva_new ul li.links_5, #reserva_new ul li.links_6, #reserva_new ul li.links_7 {
    margin-top: 0;
  }
	#reserva_new ul li.links_6 {
		margin-left: 0;
		margin-right: 0;
	}
  #reserva_new ul {
    margin-bottom: 40px
  }
  #reserva_new ul li h3, #reserva_new ul li p {
    text-align: left
  }
  #reserva_new .resultados_examenes, #reserva_new .confirmar_anular  {
    width: 100%;
    float: left;
  }
  #reserva_new .resultados_examenes ul li, #reserva_new .confirmar_anular ul li {
    width: 65%;
    padding: 24px 10% 10px 24%;
    text-align: left;
    background-size: 11%;
    background-position: 20px center;
  }
  #reserva_new .resultados_examenes ul li.examenes_2, #reserva_new .confirmar_anular ul li.agenda_2 {
    margin: 0 0 16px 0;
    background-size: 13%;
  }
  #reserva_new {
    padding-bottom: 0;
  }
  #data_centros .columnas_chequeo.plan_light {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 40px;
  }
  #data_centros .columnas_chequeo.plan_light img {
    width: 80%;
    height: auto;
  }
  #data_centros .columnas_chequeo.plan_full {
    width: 100%;
    float: left;
  }
  #data_centros.data_centros_full h1 {
    font-size: 26px;
    margin-top: 20px;
  }
  #codigo-foto {
    width: 90% !important;
    padding: 5% 5% 0 5% !important;
  }
  .form-pv {
    width: 90% !important;
    margin-left: 0 !important;
  }
}

.wrap-hidden
{
	display: none;
}

.form-examenes
{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #FFF;
}

.form-examenes ul
{
	margin: 0 !important;
}

.form-pv
{
	color: #FFF;
	float: left;
	width: 80%;
	margin-left: 10%;
}

.form-group
{
	float: left;
	width: 100%;
	font-size: 18px;
	height: 40px;
	margin-bottom: 10px;
}

.form-pv label
{
	width: 50%;
	float: left;
}

.form-group input[type=radio]
{
	-webkit-appearance: radio;
}

.form-group
{
    position: relative;
}

.form-group input[type=text]
{
	background-color: transparent;
	border: 1px solid #FFF;
	height: 24px;
	color: #FFF;
	padding-left: 5px;
	width: calc(50% - 20px);
	float: right;
    width: 40% !important;
    margin-top: -10px;
}

.tipo_doc
{
	font-size: 14px;
}

.tipo_doc label
{
	font-size: 18px;
}

.pre-question
{
	width: calc(50% - 50px) !important;
}

.question
{
	width: 25px;
	margin-left: 3px;
	height: 24px;
	border: 1px solid #FFF;
	text-align: center;
	float: right;
	cursor: pointer;
    position: absolute;
    right: -35px;
    top: 0;
  display: none;
}

#codigo-foto {
	width: 338px;
	float: left;
	height: auto !important;
	margin-bottom: 25px;
	display: block;
  padding: 15px 15px 0 15px;
  border-radius: 8px;
  background-color: #fff;
}
#codigo-foto p {
  font-size: 14px;
  line-height: 120%;
  color: #037ca0;
}
#codigo-foto img {
	width: 100%;
	float: left;
}

.show-results {
	background-color: transparent;
	border: 1px solid #FFF;
	float: left;
	width: 50%;
	margin-left: 25%;
	color: #FFF;
	min-height: 24px;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.alert {
	width: 100%;
	text-align: center;
	background-color: #fff3cd;
	color: #856404;
	border-radius: 3px;
	margin-bottom: 15px;
	float: left;
	padding: 5px 0;
	display: none;
}

#form_hosp {
	margin-top: 30px;
}

.form-pv ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1; /* Firefox */
}

.form-pv :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCC;
}

.form-pv ::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCC;
}

#enlace-ins {
	width: 200px;
	position: absolute;
	top: 0; right: 0;
	border: 1px solid #FFF;
  border-radius: 8px;
	color: #037ca0;
	text-align: center;
	padding: 15px;
	padding-top: 60px;
	background-image: url('images/instructivo.svg');
	background-position: center 15px;
	background-repeat:  no-repeat;
	background-size: 30px;
  background-color: #fff;
}
#reserva_mobile {
  display: none;
}
@media only screen and (max-width: 480px){
  #content_nuestra {
    margin-top: 30px;
  }
  #reserva_mobile {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
	.form-examenes	{
		width: 100%;
		margin-left: 5%;
	}
	#resultados_nuevos ul{
		width: 90%;
	}
	#enlace-ins {
	    position: relative;
	    width: 90%;
	    float: left;
	    margin: 0 5%;
	    padding: 15px 0;
	    margin-bottom: 15px;
	}
  #data_centros iframe {
    width: 100%;
    height: 260px;
  }

}

.opciones p {
	color: #FFF;
}

.contenedor-tabla
{
	width: 100%;
}

@media (max-width: 480px){

	.contenedor-tabla
	{
		width: 100%;
		overflow-x: auto;
	}

	.contenedor-tabla table
	{
		width: 1200px;
	}

}
