/* Clínica San Martín 2019*/
/* Version: 1.0*/
/* Build: 11 Septiembre 2019*/
/* Autor: http://www.houston.com.ar */


/*Estilos generales*/
body{
	font-family: "Raleway", sans-serif;
	color:#666;
	font-size:16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
}
h1, h2, h3, h4, h5, h6, h7{
	font-family: "Raleway", sans-serif;
	font-weight:normal;
	letter-spacing:normal;
}
.numbers{
	font-family: "Ubuntu", sans-serif;
	letter-spacing:-1px;
}
a{
	color:#2C4384;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
button {
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.mb-40{
	margin-bottom: 40px;
}
.btn-primary {
	color:#fff;
	background-color:#083087;
	border-radius:0;
	border:0;
	font-weight:700;
	padding:12px 30px;
	font-size:16px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	background-color:#1B305E;
}
.btn-text{
	background:transparent;
	color:#00A7D1;
	font-weight:bold;
}
p {
	color: #57585A;
	font-size: 14px;
	font-weight: 400;
}
.txt-color-lightblue{
	color:#56BEFB;
}

/*Header*/	
header .navbar-toggle {
    margin: 0;
    color: #fff;
    float: none;
	padding:10px;
	display:none;
	vertical-align: middle;
}
header .navbar-toggle i{
	font-size: 25px;
}
.topbar{
	background-color:#FFF;
	padding:25px 0;
}
.top-contact,
.bottom-contact{
	text-align: right;
}
.brand img{
	max-width:200px;
	display:inline-block;
	vertical-align: middle;
}
.brand span:before{
    content: "";
    height: 45px;
    width: 2px;
    background-color: #00A7D1;
    left: 10px;
    top: -13px;
    display: block;
    position: absolute;
}
.brand span{
	display:inline-block;
	vertical-align: middle;
	font-size:13px;
	position:relative;
	padding-left:20px;
}
.brand-mobile{
	display:none;
	max-height:40px;
	width: 157px;
}
.head-mail,
.head-phone{
	display:inline-block;
	vertical-align: middle;
	color:#4D4D4D;
	font-size: 16px;
	margin:13px 0 13px 10px;
}
.head-mail img,
.head-phone img{
	height:24px;
	margin-right: 4px;
}
.head-mail a,
.head-phone a{
	color:#666;
}
.navbar ul.social{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
.navbar ul.social li{
	margin:15px 4px;
	padding:0;
	list-style:none;
	text-align:left;
	display:inline-block;
}
.navbar ul.social li a{
	display:block;
	color:#FFF;
	font-size:16px;
	text-align:center;
}
.navbar ul.social li a:hover{
	background-color:#fff;
	color:#1C5EA8;
}

header {
	width: 100%;
	background-color:#083087;
}
header .navbar {
	margin:0;
	border:0;
	border-radius: 0;
}
header .navbar-container {
	 padding:5px 0;
	 position:relative;
}
header .nav a {
	font-weight:300;
	color:#fff;
	padding: 10px 13px; /*15px*/
	border-radius:0;
	opacity:0.8;
	font-size: 16px;
}
header .nav a:focus{
	background-color:transparent;
}

header .nav>li.active>a{
	
	background-color:transparent;
}


header .nav>li.active>a,
header .nav>li.active>a:hover,
header .nav>li>a:hover {		
	border-bottom: 5px solid #0181EC !important;
	background-color:transparent;
	color:#fff;
	opacity: 1;
}
header .nav .social a {
	color:#fff;
	width:auto;
	text-align:center;
	padding:0;
	position:relative;
}
header .nav .social a:hover {
	background-color:transparent;
}
header .nav .social a img {
	position:relative;
	top:-5px;
}
/*Portada*/	
.main-slider.owl-carousel{
	position:relative;
}
.main-slider.owl-carousel:after{
	display:block;
	content:"";
	position:absolute;
	bottom:0;
	margin:auto;
	left:auto;
	right:auto;
	background:url('../images/bg_top.png') no-repeat center top;
}
.main-slider.owl-carousel .item {
	text-align:center;
	padding:0;
}
.main-slider.owl-carousel .item  img{
	width:100%;
}
.main-slider.owl-carousel .owl-buttons .owl-next {
	right:10px;
}
.main-slider.owl-carousel .owl-buttons .owl-prev {
	left:10px;
}
.main-slider.owl-carousel .owl-buttons .owl-prev,
.main-slider.owl-carousel .owl-buttons .owl-next {
	width: 33px;
    height: 40px;
	opacity:0.8;
	text-indent:-5000px;
}
.main-slider.owl-carousel .owl-buttons .owl-prev:hover,
.main-slider.owl-carousel .owl-buttons .owl-next:hover {
	opacity:1;
}
.main-slider.owl-carousel .owl-buttons .owl-prev{
	background:url('../images/arrow-left.svg');
}
.main-slider.owl-carousel .owl-buttons .owl-next {
	background:url('../images/arrow-right.svg');
}
.main-slider.owl-carousel .owl-pagination {
	position: relative;
    bottom: 43px;
    width: 100%;
    text-align: left;
    max-width: 1140px;
	margin: auto;
	z-index: 2;
}
.owl-carousel .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span {
    background-color: #00A7D1;
}
.direct-access{
	position:relative;
	margin-top: -204px;
}
.direct-access ul{
	list-style: none;
	padding:0;
	margin:0;
	position: relative;
	width:500px;
	float: right;
	display: flex;
	justify-content: center;
	align-content: space-between;
	flex-flow: row wrap;
	z-index: 3;
}
.direct-access ul li{
	flex:0 1 auto;
	padding:5px;
}
.direct-access ul li a{
	padding:30px 15px;
	display:block;
	text-align:right;
	color:#fff;
	height:100%;
}
.direct-access ul li a img{
	height:35px;
}
.direct-access ul li a h1{
	font-size:32px;
	font-weight:300;
	line-height:1.1;
	color:#fff;
	margin:10px 0;
}
.direct-access ul li a h1 b{
	font-weight:900;
	display:block;
}
.direct-access ul li.os-da{
	width: 50%;
    display: inline-block;
	height: 180px;
}
.direct-access ul li.os-da a{
	background-color:#00A7D1;
}
.direct-access ul li.os-da a:hover{
	background-color:#008BAE;
}
.direct-access ul li.turnos-da{
	width: 50%;
    display: inline-block;
	height: 180px;
}
.direct-access ul li.turnos-da a{
	background-color:#083087;
}
.direct-access ul li.turnos-da a:hover{
	background-color:#1E2D59;
}
.direct-access ul li.esp-da{
	width: 100%;
    display: block;
	height: 180px;
	flex-grow:2;
}

.direct-access ul li.esp-da a{
	background-color:#00B8C6;
}
.direct-access ul li.esp-da a:hover{
	background-color:#0097A4;
}



.direct-access ul li.esp-da-2{	
	width: 100%;
    display: block;
	height: 180px;
	flex-grow:2;
}

.direct-access ul li.esp-da-2 a{
	background-color:#083087;
}
.direct-access ul li.esp-da-2 a:hover{
	background-color:#1E2D59;
}






h1.title {
	color:#083087;
	font-weight:900;
	font-size:36px;
	line-height:1;
}
h2.subtitle{
	color:#00A7D1;
	font-size:26px;
	font-weight:400;
	line-height:1;
}
.intro {
	text-align:left;
	padding:0 0 60px;
	color:#666;
}
.intro h1{
	margin-top:0;
	margin-bottom:40px;
}
.intro h2{
	margin-top:40px;
	margin-bottom:0;
}
.intro p {
	font-size:18px;
	font-weight:300;
	color:#666;
	line-height:1.4;
	margin-bottom:30px;
}
.intro img{
	width: 491px;
    float: right;
    margin:5px;
}
.intro-text{
	position:relative;
	margin-top:-290px;
}
.content {
	padding:60px 0;
	color:#666;
}
.content  h1.title{
	margin-top:0;
}
.content  h2.subtitle{
	margin-bottom:0;
}
.content p {
	font-size:16px;
	margin-bottom:30px;
	font-weight:400;
}
@media (max-width:576px){
	.content p {
		font-size:14px;
		margin-bottom:25px;
	}
}
.news {
	text-align:center;
	padding:60px 0;
	color:#666;
	background-color:#EBEBEB;
}
.news h1.title {
	font-size: 28px;
	margin-top:5px;
	margin-bottom:40px;
}

.novedades {
	text-align:left;
	padding:60px 0;
	color:#666;
	background-color:#fff;
}
.novedades h1.title {
	font-size: 28px;
	margin-top:5px;
	margin-bottom:40px;
}

.thumbnail {
	border:0;
	padding:0;
	text-align:center;
	background:transparent;
}
.thumbnail .thumb-img{
	position:relative;
}

.thumbnail .thumb-img a img {
	width: 345px; 
	height: 260px; 
	object-fit: cover;
}


.thumbnail .caption{
	margin-top:5px;
}
.thumbnail .caption span{
	font-weight:600;
}
.thumbnail .caption h3{
	color:#004594;
	margin:10px 0;
	font-weight: 700;
    font-size: 18px;
}
.thumbnail img:hover{
	opacity:0.9;
}
.thumbnail .caption h3 a{
	color:#083087;
}
.thumbnail .caption h3 a:hover{
	color:#062776;
}
.thumbnail .caption p{
	font-weight:500;
	font-size:16px;
}
.thumbnail .social-img{
	padding:10px;
	margin:0;
	position:absolute;
	list-style: none;
	bottom:0;
	left:0;
	padding: 10px;
    margin: 0;
    position: absolute;
    list-style: none;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    justify-content: space-between;
    align-items: center;
}
.thumbnail .social-img li{
	padding:0 8px;
}
.thumbnail .social-img li a{
	color:#fff;
}
.splash{
	padding:85px 0;
	color:#fff;
	background-image:url("../images/bg_splash.jpg");
	background-repeat:no-repeat;
	background-color:#00B8C6;
	background-size:cover;
	background-position:center right;
	text-align:left;
	height:300px;
}
.splash h2{
	color:#111;
	margin:0;
	font-size:24px;
}
.splash h1{
	margin:10px 0;
	color:#fff;
	font-weight:900;
}
.splash p{
	color:#fff;
	font-size:18px;
	font-weight:400;
}
.text-left{
	text-align:left!important;
}
.banner{
	background-size:cover;
	height: 250px;
	padding:30px 0;
	background-position:center top;
}
.mp-box{
	display:flex;
	flex-flow: row nowrap;
}
@media (max-width:767px){
	.mp-box{
		flex-wrap: wrap;
	}
}
.mp-item-1{
	flex:1 1 18%;
	background-image: url(../images/about1.jpg);
	background-position: center center;
	background-size:cover;
	height:405px;
}
@media (max-width:767px){
	.mp-item-1{
		flex:1 1 25%;
		margin-bottom:5px;
	}
}
.mp-item-2{
	flex:1 1 18%;
	background-image: url(../images/about2.jpg);
	background-position: center center;
	background-size:cover;
	height:405px;
	margin: 0 5px;
}
@media (max-width:767px){
	.mp-item-2{
		flex:1 1 25%;
		margin:0 0 5px 5px;
	}
}
.mp-item-group-1{
	flex: 2 1 50%;
    flex-flow: column wrap;
    margin-right: 5px;
}
.mp-item-group-2{
	flex:1 1 18%;
	flex-flow:column wrap;
}
.mp-item-group-3{
    flex: 1 1 auto;
    flex-flow: row nowrap;
    display: flex;
}
.mp-item-3{
    flex: 2 1 auto;
    background-image: url(../images/about3.jpg);
    background-position: center center;
    background-size: cover;
    height: 200px;
}
@media (max-width:767px){
	.mp-item-3{
		height: 260px;
	}
}
.mp-item-4{
    flex: 1 1 44%;
    background-image: url(../images/about4.jpg);
    background-position: center center;
    background-size: cover;
    height: 200px;
    margin-top: 5px;
}
.mp-item-5{
    flex: 1 1 44%;
    background-image: url(../images/about5.jpg);
    background-position: center center;
    background-size: cover;
    height: 200px;
    margin-top: 5px;
    margin-left: 5px;
}
.mp-item-6{
	flex:1 1 auto;
	background-image: url(../images/about6.jpg);
	background-position: center center;
	background-size:cover;
	height:200px;
}
@media (max-width:767px){
	.mp-item-6{
		height: 260px;
	}
}
.mp-item-7{
	flex:1 1 auto;
	background-image: url(../images/about7.jpg);
	background-position: center center;
	background-size:cover;
	height:200px;
	margin-top:5px;
}
.mp-box .caption{
	padding:10px;
	color:#fff;
}
.mp-box .caption h1{
	margin:0 0 5px;
}
.mp-box .caption h1 i{
	display:block;
	font-style: normal;
	font-weight:400;
	font-size:50px;
	line-height: 1;
	height: 37px;
}
.mp-box .caption h1 b{
	display:block;
	font-weight:900;
	font-size:30px;
	line-height: 1;
}
.mp-box .caption h1 span{
	display:block;
	font-weight:400;
	font-size:24px;
	line-height: 1;
	color:#fff;
}
.mp-box .caption p{
	color:#fff;
}
.mp-item-2 .caption{
	top:180px;
	position: relative;
}
@media (max-width:991px){
	.mp-item-2 .caption{
		top:120px;
	}
}
.mp-item-2 .caption h1 b{
	color:#2C4384;
}
.mp-item-3 .caption h1 b{
	color:#00B8C6;
}
.mp-item-3 .caption{
	top:30px;
	position: relative;
}
@media (max-width:991px){
	.mp-item-3 .caption{
		top:10px;
	}
}
.direct-access.pages{
	margin-top:-65px;
}
.direct-access.pages ul{
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	width:100%;
	max-width: 560px;
}
.direct-access.pages ul li.os-da{
	order:2;
	flex:1 1 auto;
	height: 120px;
}
.direct-access.pages ul li.turnos-da{
	order:3;
	flex:1 1 auto;
	height: 120px;
}
.direct-access.pages ul li.esp-da{
	order:1;
	flex:2 1 auto;
	height: 120px;
}
.direct-access.pages ul li.esp-da-2{
	order:1;
	flex:2 1 auto;
	height: 120px;
}
.direct-access.pages ul li a img {
	height: 28px;
}
.direct-access.pages ul li a h1 {
	font-size: 19px;
	margin: 5px 0;
}
.direct-access.pages ul li a {
	padding: 15px 15px;
}
@media (max-width:576px){
	.direct-access.pages ul li a h1 {
    	font-size: 14px;
	}
	.direct-access.pages ul li a {
		padding: 15px 0;
	}
}
.infraestructure{
	margin-top:10px;
	padding:80px 0;
	text-align: center;
	background-color:#f6f6f6;
}
.infraestructure p{
	border-left:5px solid #00A7D1;
	padding-left:15px;
	margin-bottom:25px;
	text-align:left;
	font-size:14px;
}
.testimonies {
	background-color:#00B8C6;
	position: relative;
}
@media (max-width:576px){
	.testimonies{
		padding:30px 0;
	}
}
.testimonies:before{
	background-image:url(../images/square-slide1.jpg);
	height:100%;
	content:"";
	right:0;
	top:0;
	width: 50%;
    position: absolute;
}
@media (max-width:767px){
	.testimonies:before{
		background-image:url(../images/square-slide1.jpg);
		height:400px;
		content:"";
		right:0;
		top:400px;
		width: 100%;
		position: absolute;
	}
}
@media (max-width: 767px){
	.testimonies:before {
    	height: 560px;
		top: 55%;
	}
}
.testimonies .quotes {
	color:#fff;
	padding:100px 30px 30px;
	max-width:400px;
	position: relative;
}
@media (max-width:767px){
	.testimonies .quotes {
		margin-top: 40px;
		max-width:100%;
	}
}
.testimonies .quotes:after{
	position: absolute;
	top: 65px;
	left: 28px;
	content: "";
	background-image: url(../images/icon-quote.svg);
	width: 31px;
	height: 22px;
}
.testimonies .quotes .item p{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.testimonies .quotes .owl-buttons{
	display:none;
}
.testimonies .quotes .owl-pagination{
	text-align:left;
}
.testimonies-text{
	padding:30px;
}

@media (max-width:767px){
	.testimonies-text{
		padding:0 20px;
	}		
}
@media (max-width:991px){
	.testimonies-text p{
		font-size:14px;
	}
}
.testimonies-text h2.subtitle{
	color:#fff;
}
.testimonies-text p{
	color:#fff;
}
.masonry-services .ms-box .ms-group{
	padding-right: 3px;
    padding-left: 3px;
}
.masonry-services .ms-box .ms-group .ms-item{
	margin: 6px 0;
	padding:20px;
	background-color:#00B8C6;
}
.masonry-services .ms-box .ms-group .ms-item h1{
	margin:0 0 20px;
}
.masonry-services .ms-box .ms-group .ms-item.color2{
	background-color:#00A7D1;
}
.masonry-services .ms-box .ms-group .ms-item.color3{
	background-color:#083087;
}
.masonry-services .ms-box .ms-group .ms-item h1 i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
	height: 37px;
	color:#fff;
}
.masonry-services .ms-box .ms-group .ms-item h1 span {
    display: block;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: #2C4384;
}
.masonry-services .ms-box .ms-group .ms-item p{
	color:#fff;
	font-size:14px;
	line-height:1.5;
}
.masonry-services .ms-box .ms-group .ms-item.color3 h1 span{
	color:#fff;
}
@media (max-width:440px){
	.masonry-services .col-xs-6{
		width:100%;
	}
}
.acv .row {
	align-items: stretch;
}
.acv .acv-1,
.acv .acv-2,
.acv .acv-3{
	padding:30px 30px;
	background-size:cover;
	min-height:650px;
}
@media (max-width:767px){
	.acv .acv-1,
	.acv .acv-2,
	.acv .acv-3{
		min-height:auto;
		margin-bottom:20px;
	}
}
.acv .acv-1{
	background-image: url(../images/bg-acv1.jpg);
}
.acv .acv-2{
	background-image: url(../images/bg-acv2.jpg);
	background-size:cover;
}
.acv .acv-3{
	background-image: url(../images/bg-acv3.jpg);
	background-size:cover;
}
.acv h1{
	margin:0 0 20px;
}
.acv p{
	font-size:14px;
	color:#fff;
	margin-bottom:20px;
}
.acv ul{
	list-style: none;
	margin:0;
	padding:0;
}
.acv ul li{
	font-size:14px;
	color:#fff;
	margin-bottom:20px;
}
.acv ul li b{
	display:block;
}
.acv h1 span{
	color:#fff;
	font-size:16px;
	display:block;
	font-weight:300;
}
.acv h1 i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
	height: 37px;
	color:#fff;
}
.acv h1 b {
    display: block;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #2C4384;
}
.acv-3 h1 b{
	color:#00B8C6;
}
@media (max-width:991px){
	.acv ul li,
	.acv p{
		font-size:13px;
	}
}
.contact-info {
    text-align: center;
}
.contact-details{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.contact-info img {
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.contact-info span {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-family: "Montserrat";
    letter-spacing: -1px;
}
.contact-form {
	margin-top:40px;
	margin-bottom:40px;
}
.contact-form h2 {
	margin-bottom:35px;
}
.form  input,
.form  select{
	height:42px;
	padding:10px;
	font-size:16px;
	font-weight:400;
}
.form  input,
.form  select,
.form  textarea{
	border-radius:0;
	box-shadow:none;
	background-color:#eee;
	color:#333;
}
.form  input:focus,
.form  select:focus,
.form  textarea:focus,
.form  input:active,
.form  select:active,
.form  textarea:active{
	box-shadow:none;
	border-color:#ddd;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
.form_hint {
	font-size: 11px;
}
.form input:required,
.form select:required,
.form textarea:required {
	background: #eee url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, 
.form select:required:valid,
.form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #eee;
}
.form input:focus:invalid,
.form select:required:valid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #eee;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
	margin-top:3px;
}
.form input.error, .form  textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}
#contact{
	text-align:center;
}
.section-map .map {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
}
footer {
	border-top:20px solid #fff;
	position:relative;
	background-color: #083087; /*#004594;*/
	color:#fff;
	padding: 40px 0 0;
}
footer .head-mail a,
footer .head-phone a{
	color:#fff;
}
footer p {
	color:#fff;
}
.subfooter{
	padding:40px 0;
	text-align:center;
	background-color:#083087;
}
.subfooter p {
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.subfooter p.copyright {
	font-size:13px;
	color:#fff;
}
.subfooter .agency{
	opacity:0.8;
	display:inline-block;
}
.subfooter .agency img{
	height:8px;
}
footer .social {
	margin-top:30px;
}
footer .social li a {
	width: 30px;
	font-size: 18px;
	height: 30px;
	line-height: 32px;
}

/*Directivas del Responsive*/
@media (max-width:1199px){
	.brand span:before{
		display:none;
	}
	.brand span{
		display:block;
		padding-left:0;
		margin-top:3px;
	}
	.head-mail, .head-phone{
		padding-top:25px;
	}
	.direct-access ul {
		width: 420px;
	}
	.intro img {
		width: 410px;
	}
	.intro-text {
		margin-top: -148px;
	}
}
@media (max-width: 991px) {
	header .nav a {
		padding: 7px 12px;
	}
	.head-mail, .head-phone {
		padding-top: 10px;
	}
	.brand span{
		font-size:11px;
	}
	.navbar {
		min-height: 42px;
	}
	.navbar ul.social li {
		margin: 10px 4px;
	}
	.main-slider.owl-carousel .owl-pagination{
		display:none;
	}
	.direct-access{
		margin-top:-65px;
	}
	.direct-access ul{
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-end;
		width:100%;
		max-width: 560px;
	}
	.direct-access ul li.os-da{
		order:2;
		flex:1 1 auto;
		height: 120px;
	}
	.direct-access ul li.turnos-da{
		order:3;
		flex:1 1 auto;
		height: 120px;
	}
	.direct-access ul li.esp-da{
		order:1;
		flex:2 1 auto;
		height: 120px;
	}
	.direct-access ul li.esp-da-2{
		order:1;
		flex:2 1 auto;
		height: 120px;
	}
	.intro{
		padding:60px 0;
	}
	h2.subtitle {
		font-size: 22px;
	}
	h1.title {
		font-size: 28px;
	}
	.intro p {
		font-size: 16px;
	}
	.intro img{
		/*display:none;*/ 
		/* se quito xq no se veia el banner de la app en el home */
		float: none;
		margin: 0px;
		/*display:block;*/
		max-width:100%;
		height:auto;
		width: auto;
	}
	
	.intro .quitarbordes{
		/*
		margin: 0px !important;
		padding: 0px !important;
		*/
	}
	
	.intro h2 {
		margin-top: 0;
	}
	.intro-text{
		margin-top:0;
	}
	.direct-access ul li a img {
		height: 28px;
	}
	.direct-access ul li a h1 {
		font-size: 19px;
		margin: 5px 0;
	}
	.direct-access ul li a {
		padding: 15px 15px;
	}
	.news {
		padding: 30px 0;
	}
	.splash{
		background-position: center;
	}
	.subfooter {
		padding: 20px 0;
	}
}		
@media screen and (max-width: 767px) {
	.brand-mobile{
		display:inline-block;
	}
	.topbar{
		display:none;
	}
	header .navbar-toggle{
		display:inline-block;
	}
	header .brand {
		margin:10px 0;
		padding:0;
	}
	.navbar ul.social li {
		margin: 18px 5px;
	}
	header .navbar-container{
		margin:0;
	}
	header .nav li {
		margin: 0 1px;
	}
	header .nav a {
		font-weight: 500;
		padding: 15px;
		padding:15px;
		font-size: 14px;
	}
	header .navbar-collapse .navbar-nav{
		margin:0;
	}
	header .nav li {
		margin:0;
	}
	header .nav li a {
		border-radius:0;
		color:#fff;
		font-size: 14px;
    	opacity: 1;
	}
	header .nav li a:hover,
	header .nav li.active a,
	header .nav li.active a:hover{
		background-color:#033065;
		color:#fff;	
	}
	header .navbar-collapse {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: 9;
		width: 100%;
		top: 59px;
		max-width: 200px;
		border: 0;
		background-color: #004594;
		text-align: left;
		overflow: hidden;
	}
	.direct-access {
		margin-top: 4px;
	}
	.intro h2 {
		margin-bottom: 5px;
	}
	.thumbnail .social-img{
		left:50%;
		margin-left:-53px;
	}
	.splash {
		background-position: right;
		text-align: center;
	}
	.splash h2 {
		color: #fff;
	}
	.splash h1 br{
		display:none;
	}
	.intro-text,
	.top-contact,
	.bottom-contact,
	.footer-brand {
		text-align: center;
	}
	.subfooter {
		padding: 20px 0;
	}
	.main-slider.owl-carousel .owl-buttons .owl-prev,
	.main-slider.owl-carousel .owl-buttons .owl-next {
		width: 20px;
		height: 25px;
	}
}
@media screen and (max-width: 576px) {
	.navbar ul.social li {
		margin: 18px 3px;
	}
	h1.title {
		font-size: 24px;
	}
	h2.subtitle {
		font-size: 20px;
	}
	.subfooter{
		padding-top:0;
	}
	.direct-access {
		margin-top:0;
	}
	.direct-access .container{
		padding-left:0;
		padding-right:0;
	}
	.direct-access ul li {
		padding: 0;
		height:95px!important;
		width:33%!important;
	}
	.direct-access ul li.esp-da{
		flex: 1 1 auto;
	}
	.direct-access ul li.esp-da-2{
		flex: 1 1 auto;
	}
	.direct-access ul li a{
		text-align:center;
		/*padding: 15px 0px;*/
	}
	.direct-access ul li a h1 {
		font-size: 14px;
	}
	.direct-access ul li a h1 b{
		font-weight:700;
	}
	.splash{
		background-position: -910px;
	}
	.head-mail, .head-phone {
		padding-top: 0;
		margin:0;
	}
	.head-mail img, .head-phone img{
		display:none;
	}
	.bottom-contact{
		margin-top:15px;
	}
	.subfooter p {
		font-size: 13px;
		margin-bottom: 6px;
	}
}

/* Obras Sociales*/

ul.obras{
	list-style:none;	
	margin: 0px;
    padding: 0px;
}

ul.obras li{
	border-left: 5px solid #00A7D1; 
	padding-left: 15px;
	margin-bottom: 10px;
}
 
/* redes sociales flotantes */



.social-aside{
	position:fixed;
	top:35%;
	right:0;
	width:50px;
	list-style: none;
    padding: 0;
	margin:0;
	z-index:9999;
}
.social-aside li{
	display:block;
	width:50px;
	height:50px;
}
.social-aside li a{
	display:block;
}
.social-aside li a img{
	width:100%;
}


