@charset "utf-8";

/* CSS Document */


html, body {
	height:100%;
}

body {
	margin:0;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#404040; 
}

.center {
	width:1200px;
	margin:0px auto;
}

.clear {
	clear:both;
}

a img, img a, a {
	border:none;
	text-decoration:none;
	color: #44A5C9;
}

ul, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	list-style:none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
}

h1 {
	color: #fff;
	background: #205296;
	padding: 20px 0 20px 0;
	font-size: 25px;
}

h2{
	color: #205296;
	border-bottom: 1px solid #205296;
	padding: 20px 0 10px 0;
	margin: 0 auto 20px auto;
	font-size: 22px;
	width: 80%;
	font-weight: 300;
}

h3 {
	color: #fff;
	font-size: 22px;
	margin: 5px 0 5px 0;
}

h4 {
	color: #fff;
	font-size: 30px;
	margin: 5px 0 5px 0;
	font-weight: lighter;
}

h5 {
	color: #205296;
	font-size: 22px;
	margin: 5px 0 5px 0;
}

h6 {
	color: #205296;
	margin: 30px 20%;
	font-weight: 300;
	font-size: 25px;
}

select option {
	padding:3px;
	margin: 0;
	  -webkit-appearance : none; /* To gain control over the appearance on WebKit/Chromium */
  -moz-appearance : none; /* To gain control over the appearance on Gecko */
}

.col-50 {
	width:50%;
	float:left;
}

.col-33 {
	width:33%;
	float:left;
}

/******** lista generica **********/

ul.lista li {
	background: url(img/li-item.png) left top no-repeat;
	padding: 5px 0 5px 25px;
	text-align: left;
}



ul.lista_3col li {
	background: url(img/li-item.png) left top no-repeat;
	padding: 5px 0 5px 25px;
	text-align: left;
	display:inline-table;
	width:30%; 
}

.lista_3col a, .lista a {
	color:inherit;
}

/******** botones genericos **********/

a.guardia:link, a.guardia:visited {
	background: #205296;
	color: #fff;
	margin: 0;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
}

a.boton-azul:link, a.boton-azul:visited {
	background: url(img/button-azul-bg.png) bottom repeat-x #153979;
	border-radius: 5px;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	border: 1px solid #20315E;
}

a.boton-azul:hover {
	background:#205296;
}

.error {border:1.5px solid #CC0000 !important;}

.boton-azul-submit {
	width:auto !important;
	background: url(img/button-azul-bg.png) bottom repeat-x #153979;
	border-radius: 5px;
	color: #fff !important;
	padding: 10px 15px !important;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size:15px !important;
	font-weight: 700 !important;
	border: 1px solid #20315E;
	cursor:pointer;
}

.boton-azul-submit:hover {
	background:#205296;
}



a.boton-blanco:link, a.boton-blanco:visited {
	background: url(img/button-blanco-bg.png) bottom repeat-x;
	border-radius: 5px;
	color: #205296;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	border: 1px solid #fff;
	font-size: 20px;
}

a.boton-blanco:hover {
	background:#fff;
}

/******** menu desktop**********/

.menu-desktop {
	padding: 10px 0;
}

.menu-desktop-izq {
	float: left;
}

.menu-desktop-centro{
	float: left;
	padding-top: 25px;
}

.menu-desktop-centro ul{
	padding-left:50px;
}

.menu-desktop-centro ul li{
	display: inline;
	padding:20px 10px;
}

.menu-desktop-centro a:link, .menu-desktop-centro a:visited {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #808080;
	text-decoration: none;
	padding: 20px 20px;
	width: 25%;
}

.menu-desktop-centro a:hover {
	color: #000;
	background: #EEEEEE;
}

.menu-top-active {
	font-weight: bold;
	color: #000;
}

.menu-desktop-der {
	float: right;
	padding: 20px 0 0 0;
}

.menu-desktop .guardia{
	display: inline-block;
	padding: 10px 15px;
	font-size: 19px;
}

.menu-desktop .guardia i{
	margin-right: 10px;
}

/******** menu mobile **********/

.menu-mobile {
	background:#fff;
	border-bottom: 1px solid #ccc;
	text-align:left;
	padding:6px 0 8px 0;
    position: fixed;
    top: 0;
	width:100%;
	z-index:1000;
	display: none;
}

.menu-mobile .menu-desktop-der {
    padding: 0 10px;
}

.menu-mobile .guardia{
	display: inline-block;
	padding: 10px 15px;
}

.menu-mobile .guardia i{
	margin-right: 10px;
}

.menu-top {
	position: relative;
    display: inline-block;
	/*position:fixed;*/
}

.menu a:link, .menu a:visited {
	color:#fff;
	text-decoration:none;
	font-size:20px;
	font-weight:600;
	padding:6px 10px 8px 42px;
}

.menu .menu-top-redes-mobile a:link, .menu .menu-top-redes-mobile a:visited {
	color:#036BA0;
	padding: 10px 0 0 0 ;
}

.menu .menu-top-redes-mobile a:hover {
	color:#2FC2C9
}

a.dropbtn{
	display: inline-block;
    line-height: 30px;
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: top;
    font-size: 24px;
    padding: 0;
}

a.dropbtn i{
	line-height: inherit;
}

a.dropbtn:hover {
	background-color: #9ECCDB;
	color:#036BA0;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 120%;
    z-index: 110;
    background-color: #fff;
	border-bottom:4px solid #036BA0;
	margin-top:9px;
	padding-top:10px;
}

.menu-mobile .dropdown-content a:link, .menu-mobile .dropdown-content a:visited {
    display: block;
	padding:10px 20px;
}

.menu-mobile .dropdown-content a:hover {
	background-color: #036BA0;
	color: #fff;
}

.show {display:block;}


/******** HEADER **********/

.slider {
	border-bottom: 5px solid #205296;
	border-top:1px solid #B6B8BA;
}

/******** HOME **********/

.home-intro{
	color: #404040;
	padding: 20px 0;
	text-align: left;
	margin: 30px 20% 20px 20%;
	display: table;
}

.home-intro > div{
	display: table-cell;
	vertical-align: bottom;
	position: relative;
}

.home-intro .leyenda{
	padding-left: 40px;
}

.home-intro .leyenda p{
	margin-bottom: 0;
	font-size: 17px;
}

.home-intro .anios div {
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 20%;
    z-index: 10;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
}

.home-intro .anios span{
	display: block;
    font-size: 60px;
    font-weight: 600;
}

.home-intro .anios img{
	display: inline-block;
	height: 170px;
}

.home-tarjetas {
	background: url(img/home-tarjeta-bg.png) bottom center no-repeat #2496af;
}

.home-tarjetas-in {
	background: url(img/tarjeta-chica1.png) bottom left no-repeat;
	background-position: 50px bottom;
	min-height: 450px;
	margin: 0;
}

.home-tarjetas-texto {
	float: right;
	width:55%;
	color: #fff;
	margin: 70px 30px 0 0;
}

.home-tarjetas-texto p{
	margin: 0 10px;
}

.home-planes{
	border: 1px solid #fff;
	margin: 20px 0 0 0;
}

.fondo-celeste {
	background: url(img/home-tarjeta-bg-celeste.png) left bottom;
	padding: 20px 0 30px 0;
}

.fondo-azul {
	background: url(img/home-tarjeta-bg-azul.png) left bottom;
	padding: 20px 0 30px 0;
}

/******** mapa **********/

.mapa h1{
	padding-top: 30px;
}

.mapa p {
	background: #205296;
	color: #fff;
	padding: 0 25% 40px 25%;
	margin: 0;
}

/******** novedades **********/

.novedades-home {
	background:#eee;
	text-align: center;
}

.novedad {
	width: 80%;
	margin: 5% auto;
	box-shadow: 0 0 6px 2px #ccc;
	text-align: left;
}

.novedad-texto {
	padding: 20px;
	background: #fff;
	min-height:200px;
}

.novedad img {
	border-bottom:5px solid #4CA5C9;
	width: 100%;
	height: auto;
	overflow:hidden;
}

/******** coberturas **********/

.coberturas {
	background:#eee;
	padding: 30px 0 30px 0;
}

.coberturas-tarjetas-in {
	background: url(img/tarjeta-chica1.png) top left no-repeat;
	background-position: 100px bottom;
	background-size: 300px auto;
	min-height: 300px;
}

.coberturas-tarjetas-texto {
	float: right;
	width:50%;
	color: #404041;
	margin: 30px 80px 30px 0;
	padding: 20px;
	background: #fff;
	text-align: left;
}

.coberturas-tarjetas-texto h4 {
	color: #205296;
}

.coberturas-tarjetas-texto em {
	color: #205296;
	font-weight: bold;
	font-style: normal;
}

.coberturas-tarjetas-texto-boton {
	float: right;
	margin-top: -50px;
}

.pre-pagas {
	margin: 0 auto;
}

.pre-pagas ul {
	margin: 0 10%;
}

.pre-pagas ul li {
	width:30%;
	padding: 10px;
	display: inline;
}

.obras-sociales {
	margin: 0 15%;
	padding: 0 0 20px 0;
}

/******** especialidades **********/
.odontologia {
	padding: 30px 0;
}
.odontologia1 {
	padding-top: 30px;
}

.odontologia1 p, .odontologia1 ul{
	padding: 0 40px;
}
.odontologia1 a:link, .odontologia1 a:visited {
	text-decoration: underline;
	color: #44A5C9;
}

.odontologia1 ul li {
	display: inline;
	margin: 5px 10px;
}

.odontologia2 {
	background: url(img/odontologia-sillon.png) left center no-repeat;
}

.odontologia2 ul {
	padding: 20px 0 20px 60%;
}

/******** institucional **********/

.institucional {
	padding: 20px 40px 40px 40px;
	border-top: 5px solid #205296;
}

.institucional h3 {
	color: #205296;
}

.institucional p {
	width: 80%;
	margin:0 auto;
}

.institucional h2 {
	border-top: 1px solid #205296;
	padding-top:10px;
	margin-top:30px;
}

.institucional .col-33 {
	background: url(img/home-tarjeta-bg-celeste.png) top center no-repeat;
	color:#fff;
	font-size: 13px;
	padding: 20px 0 30px 0;
}

.institucional .col-33 p{
	padding:0 5px;
}

.institucional .col-33 h3 {
	color:#fff;
}

/******** novedad **********/

.novedad-full {
	text-align: left;
	padding-bottom:30px;
}

.novedad-full .col-50 h3, .novedad-full .col-50 p, .novedad-full .col-50 img {
	padding-left:30px;
	padding-right:30px;
	width: 90%;
	height: auto;
}

.novedad-full h2 {
	border-top: 5px solid #205296;
	width: 100%;
}

.novedad-full h3 {
	color: #205296;
}

/******** landing **********/

.landing {
	text-align: left;
	background: #44A5C9;
}

.landing2 {
	text-align: left;
}

.landing2 h3, .landing2 p{
	width: 75%;
	margin:5px auto;
	padding: 5px 0;
}

.landing2 h3 {
	padding-top:40px;
}

.landing-texto {
	background: #fff;
	padding: 30px 0;
	text-align: left;
	min-height: 413px;
}

.landing2 .landing-texto {background:none;}

.landing-texto ul {
	margin-left:50px;
}

.landing .col-50 h3, .landing .col-50 p {
	padding-left:30px;
	padding-right:30px;
}

.landing-texto h3 {
	color:#205296;
}

ul.lista-clinicas {
	padding-left:30px;
}

ul.lista-clinicas li{
	background: url(img/icono-lugar.png) left center no-repeat;
	padding: 10px 0 10px 40px;
}

ul.lista-clinicas li strong {
	color:#205296;
}

/******** FOOTER **********/

.contacto {
	background: #44A5C9;
}

.contacto .col-50 img {
	width: 100%;
	height: auto;
}

.footer-contacto {
    padding: 30px 0;
    text-align: center;
}

.footer-contacto p {
	color: #fff;
	width: 65%;
	margin:5px auto;
}

form {
	margin: 20px 0 0 0;
}

.footer-contacto input, .footer-contacto textarea, .footer-contacto select, .footer-contacto option,
.landing input, .landing textarea, .landing select {
	width: 90% !important;
	max-width: 400px;
    font-family: 'Open Sans', sans-serif;
    color: #6D6E70;
    padding: 5px;
    margin: 0 0 10px 0;
    border: none;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0px;
    height: 40px;
    box-sizing: border-box;
    font-size: 13px;
    outline: none;
}

.footer-contacto textarea{
	height: 90px;
	resize: none;
}

select#clinica {
	width: 62%;
}

.footer textarea {
	height: 50px;
}

.footer-menu {
	/*padding: 30px 0 30px 350px;*/
	/*background:#B0B2B4 url(img/footer-logo.png) left center no-repeat;*/
	padding: 30px;
	background: #B0B2B4;
	background-position:40px center ;	
	font-family: 'Lato', sans-serif;
	color: #454545;
}

.footer-menu ul li {
	float: left;
	/*width: 20%;*/
	width:17%;
	padding: 0 15px;
	text-align: center;
	color: #fff;
}

.footer-menu li.footer-dir strong {
	font-size: 20px;
}

.footer-menu a.guardia {
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
}

.footer-menu a.guardia span {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 19px;
}

.footer-menu a.guardia span i{
	line-height: inherit;
}

.copy {
	background:#58595B;
	color: #B0B2B4;
	font-size: 10px;
	padding:15px 0;
}

.wa-btn {
   	display: block;
    font-size: 32px;
    margin-top: 10px;
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    transition: all .35s ease;
}

.wa-btn:hover{
	transform: scale(1.1);
}

.wa-btn i{
	line-height: inherit;
}

.shadow{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  bottom: 10%;
  z-index: 100;
  overflow: hidden;
}

/* Style the icon bar links */
.icon-bar a {
	display: block;
	position: relative;
	left: -10px;
    text-align: center;
    padding: 15px 15px 15px 25px;
    transition: left 0.3s ease;
    color: white;
    font-size: 27px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover{
  left: 0;
}

.facebook{
  background: #3B5998;
  color: white;
}

.instagram{
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  	color: white;
}

/******** responsive **********/

@media screen and (max-width: 1200px) {

	.center, .slider {width: 100%;}

	.slider img, .mapa img, .landing img, .landing2 img {
		width: 100%;
		height: auto;
	}

	.menu-desktop{display:none;}

	.menu-mobile {display:block;}

	.header {margin-top:48px;}

	.coberturas-tarjetas-in {background-position: left bottom;}

}

@media screen and (max-width: 1000px) {

	.home-intro .anios img{
		height: 190px;
	}

	.home-intro .leyenda p {
	    font-size: 16px;
	}

	.home-tarjetas-in {background:none;padding:40px 30px;min-height:200px;}

	.home-tarjetas-texto {width:100%;margin:0;float:none;}

	.footer img {width: 100%; height: auto;}

	.fondo-celeste {background:#2994C3;}

	.fondo-azul{background:#20427B;}

	.mapa p{padding:0 20px 20px 20px;}

	.footer-contacto {padding:25px 0;}

	.footer input, .footer textarea, .footer select, .landing input, .landing textarea, .landing select{ width:80%;}

	.footer-menu {background-image:none;padding:0;}

	.footer-menu ul li {width:18%;margin: 20px auto;}

	.coberturas-tarjetas-in {background-image:none; padding: 20px;}

	.coberturas-tarjetas-texto {float:none; width: 90%; margin: 0 auto;}

	.icon-bar a {
		left: -5px;
	    padding: 15px 15px 15px 20px;
	    font-size: 24px;
	}
}

@media screen and (max-width: 700px) {

	.home-intro{margin:30px;}

	.home-intro .anios{
		display: none;
	}

	.col-50 {width: 100%;}

	.col-33 {width: 50%;}

	.footer-contacto {padding:0 0 20px 0;}

	.footer-menu ul {padding: 0 20px;}

	.footer-menu ul li {width: 50%; padding: 0;}

	ul.lista_3col li {
		background: url(img/li-item.png) left center no-repeat;
		padding: 5px 0 5px 25px;
		text-align: left;
		display:inline-block;
		width:100%; 
	}

	.icon-bar a {
	    padding: 15px 15px 15px 20px;
	    font-size: 21px;
	}
}

@media screen and (max-width: 550px) {

	.menu-mobile .menu-desktop-der {display:none;}

	.coberturas-tarjetas-texto img {display:none;}

	.coberturas-tarjetas-texto-boton {float:none; margin-top:25px;}

	.col-33 {width: 100%;}

	.odontologia2 {background-image:none;}

	.odontologia2 ul {padding:0 10% 20px 10%;}

	.odontologia1 ul li {display:block}

	.odontologia1 p {background: url(img/odontologia-sillon.png) bottom center no-repeat; padding: 0 40px 300px 40px;}

}

@media screen and (max-width: 350px) {

	.home-intro img {width:80%; height: auto;}

}

/* slide pagination */

.pagination-area {position:absolute; bottom:6px;	right:14px; width:100%; 	z-index:25;	text-align:right;z-index:999; padding-right:10px; height:30px; padding-top:6px; }

.pagination-area span {     font-family: arial; font-size: 50px; width: 16px; height: 16px;     display: inline-block; color: #ddd; cursor: pointer; 	background:url(img/bg-pagination.png) no-repeat;	width:16px;	height:16px;	overflow:hidden;	margin:0 4px;	text-indent:-9999px;}

.pagination-area span.cycle-pager-active, .pagination-area span:hover{ background:url(img/bg-pagination.png) no-repeat -16px 0;}

.pagination-area > * { cursor: pointer;}



/* OTROS */

#sending, #success {color:#fff;}