/*
Theme Name: INDEN
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--lightblue: #f2f7fd;
	--blue: #28afd7;
	--darkblue: #284391;
	--green: #0f8781;
	--black: #333;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.lightblue {
	color: var(--lightblue);
}
.darkblue {
	color: var(--darkblue);
}
.green {
	color: var(--green);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-lightblue {
	background: var(--lightblue);
}
.bg-darkblue {
	background: var(--darkblue);
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--darkblue);
	border: none;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #1076a7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1, h2 {
	margin-bottom: 20px;
}
@media(min-width: 767px) {
	.floatright {
		float: right;
	}
	.intro {
		padding-top: 60px;
	}
}

/**** HEADER ****/
.top {
	background: var(--lightblue);
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 500;
	font-size: 15px;
}
.top .location, .top .email {
	padding-top: 6px;
}
.top .location {
	display: inline-block;
	margin-right: 10px;
}
.top .location img, .top .email img {
	position: relative;
	top: -1px;
	margin-right:2px;
}
.busquedatop {
	text-align: right;
}
.busquedatop .buscador {
	display: inline-block;
	margin-right: 15px;
}
.busquedatop form {
	text-align: left;
	position: relative;
	width: 250px;
	max-width: 100%;
}
.busquedatop form input {
	width: 100%;
	background:#fff;
	border: 1px solid #e0e7f0;
	outline: none;
	padding: 8px 50px 8px 10px;
}
.busquedatop form button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background:#fff;
	position: absolute;
	right: 10px;
	top: 7px;
	color:var(--darkblue);
}
.toplogo {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#logo img {
	height: 90px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 16px;
	border: none;
	text-transform: none;
	font-weight: 500;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	border: none;
	padding: 5px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--darkblue);
	border: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: var(--darkblue);
	border: none;
}
.navbar-default .navbar-nav li {
	padding-right: 8px;
	padding-left: 8px;
}





.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--blue);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: 500;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--darkblue);
}



.carousel-home .item {
	height: 680px;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	text-align: center;
	color:#fff;
	padding-top: 240px;
}
.width-carousel .bgw {
	background:rgba(255,255,255,0.7);
	width: 820px;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	max-width: 100%;
	color:var(--blue);
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 50px;
}
.bgton {
	background:#fff;
	padding: 15px;
	margin-top: -150px;
}
.owl1 {
	padding-top: 30px;
}
.owl1 .item {
	position: relative;
	padding-left: 76px;
	padding-top: 8px;
	border-right: 1px solid var(--darkblue);
	padding-right: 15px;
}
.owl1 .item img {
	position: absolute;
	left: 5px;
	top: 0;
	display: block;
	width: 56px;
}
.owl1 h4 a {
	color:var(--green);
}
.owl1 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav  {
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
}
.owl1 .owl-nav button span {
	display: none;
}
.owl1 .owl-nav button.owl-next {
    background: url(images/right2.jpg) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
   	
}
.owl1 .owl-nav button.owl-prev {
    background: url(images/left2.jpg) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
h4.sup {
	color: var(--blue);
	margin-bottom: 0;
}
.bg {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
}
.serv-home {
	background: #fff;
	position: relative;
	height: 50px;
	padding-left: 50px;
	text-align: center;
	display: inline-block;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-top: 14px;
	border: 2px solid #e9e9e9;
	overflow: hidden;
	vertical-align: top;
	float: left;
	line-height: 18px;
}
.serv-home.line2 {
	padding-top: 6px;
}
.serv-home img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
}
.ficha {
	display: block;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	color:var(--black) !important;
}
.ficha .imgficha {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	border-radius: 8px;
}
.ficha .cont {
	padding-left: 10px;
	padding-right: 10px;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav  {
	display: block !important;
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.owl2 .owl-nav button span {
	display: none;
}
.owl2 .owl-nav button.owl-next {
    background: url(images/right.jpg) no-repeat center center;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 2px;   	
}
.owl2 .owl-nav button.owl-prev {
    background: url(images/left.jpg) no-repeat center center;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 2px;
}
.relative {
	position: relative;
}
.parallax {
	background: url(images/parallax2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
}
.ninas {
	position: absolute;
	left: 0;
	top: -60px;
	width: 500px;
	max-width: 100%;
}
.evento {
	display: -webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 60px;
	color:#fff !important;
	background: var(--darkblue);
	padding-left: 72px;
	font-weight:500;
	padding-right: 12px;
	margin-bottom: 20px;
}
.evento .fecha {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	text-align: center;
	font-weight: bold;
	height: 60px;
	border-right: 2px solid #fff;
	font-size: 17px;
	line-height: 20px;
	padding-top: 8px;
}
.evento .fecha .dia {
	font-size: 28px;
}
.noticia {
	margin-bottom: 30px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 250px;
}
footer {
	background: #006599;
	color:#fff;
	padding-top: 30px;
	padding-bottom: 20px;
}
footer a {
	color:#fff !important;
}
.menupoliticas {
	margin-bottom: 20px;
}
.menupoliticas a {
	text-decoration: underline;
	margin: 5px;
}
.menufooter span {
	margin: 0 4px;
	font-size: 12px;
}
.redesfooter {
	margin: 20px 0;
}
.cab {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cab h1 {
	color:#fff;
	margin: 0;
	padding: 0;
	text-shadow: -1px -2px 2px rgba(0,0,0,0.4);
}
small {
	font-size: 14px;
	line-height: 18px;
}
.contenidos ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.contenidos ul li {
	position: relative;
	padding-left: 20px;
}
.contenidos ul li::before {
	content: '';
	display: block;
	width:7px;
	height:7px;
	border-radius:50%;
	background: var(--green);
	position: absolute;
	left: 4px;
	top: 7px;
}
.contenidos h4 {
	font-weight:500;
	color:var(--green);
	margin: 20px 0 20px 0;
}
.formulario input, .formulario select, .formulario textarea {
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin-bottom: 15px;
	width: 100%;
	padding: 14px;
}
.formulario textarea {
	min-height: 100px;
}
.mapa iframe {
	width: 100%;
	height: 390px;
}
.contenidoespecialidades {
	border-left: 2px solid var(--green);
	padding-left: 30px;
}
.menuespecialidades a {
	display: block;
	padding: 10px;
	color:var(--green);
	font-weight:500;
	margin-bottom: 2px;
}
.menuespecialidades a.active {
	background:var(--green);
	color:#fff;
}
.paginacion a {
	margin: 0 3px;
	font-weight: 500;
}
.equipo {
	margin-bottom: 42px;
	text-align: center;
}
.imgequipo {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid #d0d0d0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.whatsappfix {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(66, 68, 90, 0.4);
	-moz-box-shadow: 0px 0px 19px 0px rgba(66, 68, 90, 0.4);
	box-shadow: 0px 0px 19px 0px rgba(66, 68, 90, 0.4);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.whatsappfix img {
	width: 254px;
}


@media(max-width:767px) {
	#logo img {
 		height: 75px;
	}
	.navbar-toggle {
  		margin-right: 0;
  		font-size: 22px;
  		color: var(--blue);
  		background:#fff !important;
	}
	.navbar {
  		min-height: 0;
  	}
  	.top .location, .top .phone {
  		display: none;
  	}
  	.width-carousel .bgw {
  		font-size: 30px;
  		line-height: 36px;
	}
	.h1, h1 {
 		font-size: 30px;
	}
	.h2, h2 {
 		font-size: 26px;
	}
	.ninas {
	  display: none;
	}
	.evento, .noticia {
		width: 400px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;
	}
	.navbar-default .navbar-nav li a {
		padding: 10px 0;
	}
	.contenidoespecialidades {
 		border-left: none;
  		padding-left: 15px;
	}
}

@media(max-width:498px) {
	.busquedatop .buscador {
 		display: block;
  		margin-right: 0;
  		margin-bottom: 10px;
	}
	.busquedatop form {
  		width: 100%;
  	}
  	.width-carousel .bgw {
   		font-size: 24px;
    	line-height: 30px;
  	}
  	.h1, h1 {
   		font-size: 26px;
  	}	
  	.h2, h2 {
    	font-size: 24px;
  	}
  	.serv-home {
		float: none;
  		width: 300px;
	}
}