@font-face {
    font-family: bariol_regular-webfont;
    src: url(fuentes/bariol_regular-webfont.ttf);
}

@font-face {
    font-family: Gotham-Medium;
    src: url(fuentes/gm.otf);
}

@font-face {
    font-family:Gotham-Book-Regular;
    src: url(fuentes/gm-regular.otf);
}

@font-face {
    font-family:GothamNarrowThinItalic;
    src: url(fuentes/GothamNarrowThinItalic.otf);
}

body{
	padding-top: 100px;
}

.np{
	display: inline-block;
	word-break: break-all;
}

i.fa{
	width: 20px;
}

.noticia img{
	width: 100%;
	height: auto;
}

.titulazo{
	width: 100%;
	padding: 45px 0px;
	color: white;
	background: #E05568;
	text-align: center;
	font-size: calc(18px + 1.5vw);
}

.fondoEspuma{
	background-position: 100% 50% !important;
}

.mrWhite{
	color: white;
}

b{
	color: black;
}

footer a{
	color: white;
	font-family: Gotham-Medium;
}

.pd-10{
	padding-top: 10px;
}

.separador{
	width: 20px;
	display: inline-block;
}

.contactus{
	width: 100%;
	padding:5px 0px;
	color:#FF5165;
	font-family: Gotham-Medium;
	padding-left: 10px;
}

footer a:hover{
	color: #04B7B7;
	text-decoration: none;
}

.fixeado{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}

#map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.noticia{
	width: 100%;
	background: white;
	padding: 25px;
	-webkit-box-shadow: 7px 4px 9px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 7px 4px 9px 1px rgba(0,0,0,0.15);
box-shadow: 7px 4px 9px 1px rgba(0,0,0,0.15);
margin-bottom: 25px;
}

.noticia h3{
	padding-top: 15px;
	color: #FF5165;
	font-family: Gotham-Medium;
	font-size: calc(12px + 0.4vw);
	width: 100%;
	text-align: center;
	
}

h3.mt10{
	margin-top: 10px;
	margin-bottom: 10px;
}

.noticia.mini h3{
font-size: calc(14px);	
}

#map {
    background:white;
}

.vamoAbsoluto{
display: none;
}

.fom .form-group{
	padding: 0px 15px;
}

.mensaje{
	display: none;
	width: 100%;
}

.bien{
		width: 100%;
	background: green;
	color: white;
	font-size: calc(12px + 0.5vw);
	padding: 10px 5px;
	text-align: center;
	margin-bottom: 15px;
}

.error{
	width: 100%;
	background: red;
	color: white;
	font-size: calc(12px + 0.5vw);
	padding: 10px 5px;
	text-align: center;
	margin-bottom: 15px;
}

p, h5{
	font-family:Gotham-Book-Regular;
	color: #5D5D5D;
}

.enviando{
	width: 100%;
	color: white;
	background: #FF5165;
	text-align: center;
	font-size: calc(18px + 0.5vw);
	padding: 15px 10px;
	margin-bottom: 15px;	
	 font-family: Gotham-Medium;
	 animation-name: fondo;
    animation-duration: 1s;
     animation-iteration-count:infinite;
     animation-timing-function: ease-in-out;
     display: none;
}

@keyframes fondo {
    0%{background-color: #FF5165;}
    50%{
    background-color: #04B7B7;	
    }
    100% {background-color: #FF5165;}
}

.obra{
	height: 200px !important;
	width: auto !important;
	display: block !important;
	margin: 0 auto !important;
}

.obras-sociales{
	padding: 35px 0px;
}

footer{
	background-color:#FF5165;
	float: left;
	width: 100%;
	padding: 15px 0px; 
}

.mini-logo{
	height: 40px;
}

.derecho{
	float: right;
}


.textonav{
	width: 100%;
	float: left;
	background: #E05568;
	color: white;
	text-align: center;
	font-family: bariol_regular-webfont;
	padding: 5px 0px;
	font-size: calc(9px + 0.7vw);
}

h1{
	color: #FF5165;
	font-family: Gotham-Medium;
	line-height: 36px;
	font-size: calc(24px + 1.2vw);
}

.estoyAzulado{
color: #04B7B7;	
}

.bg-light{
background-color: white !important;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.17);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.17);
z-index: 999;
}

.bg-light a, .nav-link{
	font-family: bariol_regular-webfont;
	color: #E05568 !important;
}

.logo{
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

section{
	width: 100%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;

}

.forte{
	padding-bottom: 25px;
}

.inicio{
	width: 100%;
	position: relative;
}

.cuadro{
	width: 50%;
	height: 100%;
	position: absolute;
	
	top: 0px;
	left: 0px;
	display:inline-block;
}

.tabla{
	width: 100%;
	height: 100%;
	display: table;
	
}

.celda{
	display: table-cell;
	
	vertical-align:top;
	text-align: left;
}



.bloque{
	width: 300px;
	background: white;
	display: block;
	float: left;
	position: relative;
	top: 5vw;
	left: 5vw;

}

.bloque small{
	font-size: 26px;
	color: #FF5165;
	clear: both;
	line-height: 24px;
	left: 0px;position: absolute;
	top: 0px;
	font-family: Gotham-Medium;

}

.bloque big{
	color: #FF5165;
    font-size: 50px;
    float: left;
    clear: both;
    top: 12px;
    left: -4px;
    position: absolute;
    font-family: Gotham-Medium;
}

.mostrar{
	display: none !important;
}

.bloque span{
	color: #9BC9C9;
	position: absolute;
	top: 69px;
	font-size: 26px;
	left: 0px;
	font-family:Gotham-Book-Regular;
}

.gris{
	background: #F7F5F5;
}

.noticia.mini .ver-mas{
	padding: 7px 15px;
	font-size: 12px;
}

.ver-mas{
	color: #FFA8B2;
	font-family:Gotham-Book-Regular;
	border-radius: 100px;
	border: solid 1.5px #9BC9C9;
	padding: 5px 25px;

}

#serviciosSlider.fix .owl-dots{
	
}

#altura{
	position: relative;
	min-height: 200px;
}






#serviciosSlider{
	width: 100%;
	display: inline-block;
}

#serviciosSlider .owl-dots{
	padding-top: 7px;
	width: 100%;
	margin-top: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#novedades.fixp p{
	font-family: Gotham-Book-Regular;
	min-height: 153px;
}

.noticias.mini p{
	min-height: auto !important;

}

#novedades li{
		font-family: Gotham-Book-Regular !important;
		color: #5D5D5D;
}

.col-md-6{
	padding: 0px;
}

.ver-mas.rosa{
	color: white;
	background: #FF5165;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ver-mas.turquesa{
color: white;
	background: #04B7B7;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.ver-mas.turquesa:hover{
	background: #3dd7d7;
}

.modal h5{
	color: #167474;
	font-weight: bolder;
}

.modal{
	z-index: 9999;
}

.modal > .row{
    flex: 1;
}

.contenido{
	padding: 4.9vw 3vw 4.9vw 3vw;
}

.contenido p{
	padding: 25px 0px;
}

.contenido ul{
	font-family: Gotham-Book-Regular;
    color: #5D5D5D;
    padding-left: 21px;
    padding-top: 25px;
}

h4{
	color: #FF5165;
}

.contenido ul li{
	font-family: Gotham-Book-Regular;
    color: #5D5D5D;
}

.fondazo{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.principal2{
	display: none;
}

.absoluto{
	top: 120px;
	position: absolute;
}

.italica{
	 font-family:GothamNarrowThinItalic;
	 line-height: 30px;
}

.ver-mas:hover{
	background: #FFA8B2;
	color: white;
	text-decoration: none;
}

.dropdown-item:focus{
	background: white;
}

.vertical{
	vertical-align: middle;
}

.tabloide{
	height: 100%;
	display: table;
}

.celudoide{
	display: table-cell;
	vertical-align: middle;
}

.autor{
	color: #04B7B7;
	 font-family: Gotham-Medium;line-height: 15px;
}

.posicion{
	color: #686767;
	font-family:Gotham-Book-Regular;
	font-size: 0.7rem;
}

footer{
	text-align: center;
	color: white !important;
}



footer img{
margin-right: 25px;
}

@media (max-width: 1034px){

.bloque{

	top: 5vw;
	left: 5vw;

}

.bloque small{
	font-size: 16.4px;


}

.bloque big {
    font-size: 38px;
    top: 11px;
}

.bloque span{
	
	font-size: 18px;
	top: 57px;
	
}

.absoluto{
	top: 88px;
	
}

}

#serviciosSlider.fix{
	position: absolute;top: 0px;
	left: 0px;
}

#serviciosSlider.fix .item{

		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
}

.menos7{

}

@media (max-width: 991px){

.nav-link{
	text-align: center;
}

.navbar-nav .dropdown-menu{
	border: none;
}

.dropdown-item{
	text-align: center;
}


}

@media (max-width: 850px){

.bloque {
    top: 3vw;
    left: 4vw;
}

}

@media (max-width: 767px){

.mini-logo{
	margin-right: 0px;
	margin-bottom:10px;
}

.np{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.separador{
	display: none;
}

	#serviciosSlider.fix{
	position: relative;top: 0px;
	left: 0px;
}

#serviciosSlider.fix .item{

	height: auto !important;

}

.nav-link{
	text-align: center;
}

.navbar-nav .dropdown-menu{
	border: none;
}

.dropdown-item{
	text-align: center;
}

.vamoAbsoluto{
	display: block;
}

section{
padding-bottom: 35px;
}

.contenido{
	text-align: center
}

.ver-mas.rosa{
	display:inline-block;
	margin: 0 auto;
}

.mostrar{
	display: block !important;
}

.fondazo{
	background: none !important;
}

.derecho{
	float: none;
	display: block;
	margin: 10px auto;
}

.text-justify{
	text-align: center !important;
}

.autor{
	text-align: center;
}

.posicion{
	text-align: center;
}

.cuadro{
	width: 100%;
	position: relative;
	top: -30px;
	left: auto;
	
}

.principal{
	display: none;
}

.principal2{
	display: block;
}


.bloque{
    top: -35px;
    left: 50px;
    background: none;
    float: left;
    display: inline-block;
    height: 0px;
}


.bloque big {
    font-size: 38px;
    top: 13px;
}

.bloque span {
    font-size: 18px;
    top: 59px;
}

.bloque small {
    font-size: 20.4px;
}


.absoluto {
    top: 100px;
    font-size: 20px;
    padding: 4px 17px;
}

}

@media (max-width: 600px){

.cuadro {
    width: 100%;
    position: relative;
    top: -6px;
    left: auto;
}

.bloque small {
    font-size: 14.4px;
}

.bloque big {
    font-size: 28px;
    top: 14px;
}

.bloque span {
    font-size: 14px;
    top: 49px;
}

.absoluto {
    top: 82px;
    font-size: 15px;
    padding: 4px 17px;
}


}

@media (max-width: 440px){

	.bloque {
    top: -45px;
    left: 24px;
    background: none;
    float: left;
    display: inline-block;
    height: 0px;
    width: 150px;
}

}


@media (max-width: 410px){

.logo {
    height: 37px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bloque {
    top: -35px;
    left: 30px;
    background: none;
    float: left;
    display: inline-block;
    height: 0px;
}

.bloque small {
    font-size: 11.4px;
}

.bloque big {
    font-size: 20px;
    top: 16px;
}

.bloque span {
    font-size: 14px;
    top: 41px;
}

.absoluto {
    top: 68px;
    font-size: 12px;
    padding: 4px 10px;
}

}