/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	background:white;
	overflow-x:hidden;
	
	color:#444444;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
}

a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: none;
}
p, li{}
p{
	line-height:21px;
	display:block;
	margin: 0 0 15px 0;
}
p a{
    color: #2268ff;
}

hr{
	margin-bottom:30px;
	border-color:#ddd;
}

h1, h2, h3, h4, h5, h6,
.boton,
#footer nav a,
#cirugias figure span,
.navbar-expand-lg .navbar-brand,
nav#mobileactions a,
#firma p,
nav.navflecha a,
.link,
input.gform_button.button,
.wp-pagenavi a, 
.wp-pagenavi span,
#cirugias-texto a{
	font-family: 'Poppins', sans-serif;
}


figure{
	margin:0 !important;
}

input, select.custom-select{
	font-size: 14px !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control,
select.custom-select {
	color:#1c1c1c;
	text-shadow: 0;
	font-size: 13px;
}

button{
	border:none;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/


/**************************************************************************************
Custom Classes
***************************************************************************************/
.relativo{
	position: relative;
}

/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}
.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.espacio{
	padding:6rem 0;
}
.espacio-top{
	padding-top:6rem;
}
.espacio-bottom{
	padding-bottom:6rem;
}

.espaciomin{
	padding:4.5rem 0;
}

.full-height, .half-height{
	position: relative;
}
.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.half{
	width: 50%;
}
.imgbordershadow	{
	box-shadow:0px 0px 40px 0px rgba(50, 50, 50, 0.2);
}
.nobo{
	border:none !important;
}
.border-top{
    border-top: 1px solid #c1c6d2;	
}
.border-bottom{
    border-bottom: 1px solid #c1c6d2;	
}

.limit{
	display:block;
	width: 100%;
	overflow:hidden;
}
.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

a.skip-link.screen-reader-text{
	display:none;
}
/**************************************************************************************
Federico García
***************************************************************************************/
.azul{
	background:#2f78ff;
}
.azuloscuro{
	background:#172740;
}
.blanco{
	background:#ffffff;
}
.gris{
	background:#f0f3fa;
}

.boton{
	display:inline-block;
	padding:0 25px;
	height: 40px;
	
	background:#7ad06d;
	border:solid 1px #7ad06d;
	border-radius:30px;
	
	color:white;
	font-size: 13px;
	font-weight: 700;
	line-height:41px;
	text-transform:uppercase;
}
.boton:hover{
	background:#4cc43a;
	border:solid 1px #4cc43a;
	color:white;
}
.botonblanco{
	background:white;
	border:solid 1px #ddd;
	color:#444;
}
.botonazul{
	background:#192946;
	border:solid 1px #192946;
}
.botonazulflecha{
	background:#192946 url(../_img/flecha.png) no-repeat 93% 15px;
	background-size: 18px;
	border:solid 1px #192946;
}
.botonazulflecha:hover{
	background:#2f78ff url(../_img/flecha.png) no-repeat 93% 15px;
	background-size: 18px;
	border:solid 1px #2f78ff;
}

.titulo{
	color:#444444;
	font-size: 15px;
	font-weight: 400;
	letter-spacing:5px;
	text-transform:uppercase;
}

/**************************************************************************************
Nav
***************************************************************************************/
.top{
	padding:1.25rem 0;
	background:#f9f9f9;
}
.top h1{
	height: 40px;
	line-height:40px;
	font-size: 15px;
	font-weight: 600;
}

#nav{
	display:block;
	padding:0;
	width: 100%;
	background:white;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
#nav .navbar {
    padding:0;
}
#nav .bg-light{
	background:white !important;
}
#nav .navbar-brand {
    display: none;
}

#nav ul.navbar-nav{
	width: 100%;
}
#nav li.nav-item{
	padding:0;
	margin:0;
	width: 20%;
	border-right:solid 1px #eee;
}
#nav li.nav-item:last-child{
	border-right:none;
}

#nav a.nav-link{
	padding:20px !important;
	
	color:#444 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
}
#nav a.nav-link:hover{
	color:#007bff !important;
}
#nav a.nav-link span{
	display:block;
}

.dropdown-toggle::after {
    float: right;
    margin-top: -20px;
    margin-right: 0px;
}

#nav .show > .nav-link,
#nav .active > .nav-link,
#nav .nav-link.show,
#nav .nav-link.active {
	color: #0090ff !important;
}

#nav .dropdown-submenu {
	position: relative;
}
#nav .dropdown-menu {
	margin-top: -2px;
	width: 228px;
	
	border:0 !important;
	border-radius:0 !important;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
#nav .dropdown-submenu>a:after {
  content: "";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}
#nav .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
#nav .dropdown:hover>.dropdown-menu,
#nav .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

a.dropdown-item{
	color:#444 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
}
a.dropdown-item:hover{
	color:#007bff !important;
}
a.dropdown-item:active,
a.dropdown-item:focus{
	background:#007bff;
	color:white !important;
}


#footer nav a span{
	display:inline-block;
	margin:0 65px 0 15px;
	color:white;
}
#footer a:hover{
	opacity:0.5;
}

.mlfooter{
	display:block;
	padding-left:4rem;
}


.fin{
	margin-top: 3rem;
}
a.whatsapp{
	z-index: 2;
	position:fixed;
	right:30px;
	bottom:30px;
	
	padding:1rem;
	
	background:#7ad06d;
	border-radius:30px;
}
a.whatsapp:hover{
	background:#4cc43a;
}
#mobileactions{
	display:none;
}

#bio{
	color:white;
}
#bio h5{
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
}
#bio ul {
	padding:0;
}
#bio ul li{
	display:block;
	padding:0 0 15px 0px;
	/*background:url(../_img/flecha.png) no-repeat 0 9px;
	background-size: 18px;*/
	list-style:none;
}
#bio nav{
	margin-top: 4rem;
}
#bio nav a{
	display:block;
	margin-bottom: 1rem;
}

#cirugias figure{
	position: relative;
	display:block;
	margin-top: 3rem !important;
	
	overflow:hidden;
	cursor: pointer;
}
#cirugias figure span{
	position: absolute;
	top:0;
	left:0;
	
	display:none;
	padding:4rem 0 0 0;
	width: 100%;
	height: 100%;
	background:rgba(47,120,255,0.9);
	
	text-align: center;
}
#cirugias figure span.doslineas{
	padding:5.5rem 0 0 0;
}
#cirugias figure span.cuatrolineas{
	padding:3rem 0 0 0;
}
#cirugias figure:hover span{
	/*display:block;*/
}
#cirugias figure span a{
	display:block;
	color:white;
	font-size: 18px;
	line-height:36px;
}
#cirugias figure span a:hover{
	text-decoration:underline;
}
#cirugias h3 {
	font-size: 18px;
	font-weight: 600;
}

.noticia h3{
	font-size: 24px;
}
.noticia a{
	font-size: 13px;
}

#slides{
	background:url(../_img/slides.png) repeat-x center bottom;
}
.carousel-inner {
    overflow: visible;
}

.carousel-caption{
	position:static;
	background:white;
	text-align: left;
}
.carousel-caption h5{
	display:block;
	margin-top:4rem;
	
	color:#444;
	font-size: 75px;
}
.carousel-caption h5 span{
	display:block;
}

.carousel-indicators{
	bottom:10rem;
	left:0 !important;
	right: auto !important;
	margin:0 !important;
}
.carousel-indicators li{
	margin:0 1rem 0 0;
	padding:0;
	height: 15px;
	width: 15px;
	
	background:blue;
	border-radius:15px;
	border:0;
}

.carousel-item img{
	box-shadow: -20px 20px 0px 0px rgba(0,0,0,0.05);
}

/* servicio */
.header-imagen{
	position: relative;
	display:block;
	width: 100%;
	margin-top: -1px;
}
.header-inner{
	position: absolute;
	top:0;
	left:0;
	display:block;
	width: 100%;
}
.header-inner h6,
.header-inner h1{
	color:white;
}
.header-inner h6{
	margin:10rem 0 1.5rem 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing:2px;
	text-decoration:underline;
	text-transform:uppercase;
}
.header-inner h1{
	font-size: 55px;
}

body.page-id-118 .header-inner h1,
body.page-id-118 .header-inner h6,
body.page-id-123 .header-inner h1,
body.page-id-123 .header-inner h6{
	color:black;
}

.tituloverde{
	color:#46b335 !important;
	font-size: 10px;
	font-weight: 600;
	letter-spacing:2px;
	text-transform:uppercase;
}
.contenido h2,
.contenido h3,
.contenido h4,
.contenido h5{
	display:block;
	margin:45px 0 15px 0;
}
.contenido h2{
	margin-bottom: 30px;
}
.contenido img{
	margin-bottom: 30px !important;
}

.servicio .entry-header,
.servicio .featured-media,
.servicio ul.post-meta{
	display:none !important;
}

.testimonio strong{
	display:block;
	margin-top: 1rem;
}

/*form*/
.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label,
.ginput_complex.ginput_container label {
	color:white;
    font-weight: 400 !important;
    font-size: inherit;
}
.gform_wrapper .gfield_required {
    color: yellow !important;
    margin-left: 4px;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

div.ginput_container.ginput_container_text input,
div.ginput_container.ginput_container_email input,
div.ginput_container.ginput_container_phone input,
.ginput_complex.ginput_container input,
.gform_wrapper textarea.large	{
	padding:1em 15px 1em 15px !important;
	height: 40px;
	width: 100% !important;
	border:none;
	background:white;
	color:black;
}
.gform_wrapper textarea.large{
	height: 180px !important;
}

input.gform_button.button{
	display:block !important;
	width: 100% !important;
	height: 40px;
	
	background:#7ad06d;
	border:none;
	border-radius:30px;
	
	color:white;
	font-size: 13px;
	font-weight: 700;
	line-height:40px;
	text-align: center;
	text-transform:uppercase;
	cursor: pointer !important;
}
input.gform_button.button:hover{
	background:#4cc43a;
	color:white;
}


/*bio*/
.bio h2{
	color:black;
}
#firma h5{
	margin-bottom: 5px;
	color:black;
	font-size: 16px;
	font-weight: 800;
}
#firma p{
	color:#2f78ff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing:2px;
	text-transform:uppercase;
}
ul.navbio{
	padding:0;
	list-style:none;
}

/*contacto*/
.contacto h6{
	font-weight: 800;
}
.contacto p{
	line-height:26px;
}

/*info*/
nav.navflecha a{
	display:block;
	padding:0.75rem 0 0.75rem 0rem;
	
	/*background:url(../_img/flecha-azul.png) no-repeat 0 15px;
	background-size: 18px;*/
	
	font-size: 10px;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
}
.info h2{
	margin-top: 0;
}
.info h2 a{
	padding:3rem 0 0 0;
}
.infos .espacio:first-child{
	padding-top:0;
}
.infos hr{
	margin:3rem 0;
}
#select-info{
	z-index: 1;
	position:fixed;
	bottom:60px;
	left:0;
	
	display:block;
	padding:30px;
	width: 100%;
	
	background:blue;
}
#select-info select{
	border:0 !important;
}

/*novedades*/
.novedad h2{
	margin:30px 0 15px 0;
	line-height:1.5rem;
}
.novedad h2 a{
	color:black;
	font-size: 1.25rem;
	font-weight: 700;
}
.novedad h2 a:hover{
	color:#2f78ff;
}
.novedad time{
	display:block;
	margin-bottom: 1.25rem;
	font-size: 11px;
}
.novedad hr{
	margin:3rem 0;
}
.link{
	font-size: 10px;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
}

.wp-pagenavi{
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 0px !important;
    padding:0 20px 0 0;
	
    border: none !important;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform:uppercase;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: none !important;
    border-color: none;
}

#cirugias-texto a{
	display:block;
	height: 150px;
	width: 100%;
	margin-bottom: 30px;
	
	background:#f0f3fa;
	
	color:black;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:1px;
	line-height:150px;
	text-align: center;
	text-transform:uppercase;
}
#cirugias-texto a:hover{
	background:#2f78ff;
	color:white;
}

#noticias h6 a{
	font-size: 13px;
	font-weight: 500;
}

/*inicio*/
#inicio-header{
	display:block;
	width: 100%;
	height: 635px;
	margin-top: -1px;
	
	background:url(../_img/inicio-header.jpg) no-repeat center top;
	background-size: 1920px;
}
#inicio-header h1{
	margin-top: 7.5rem !important;
	font-size: 36px;
}
#inicio-header ul{
	padding:0;
	list-style:none;
}
#inicio-header ul li{
	display:block;
	padding:0 0 15px 0;
}
#inicio-header .botonblanco{
	border:0 !important;
}
#inicio-header .botonblanco:hover{
	background:rgba(255,255,255,0.5) !important;
}













