*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Oxygen', sans-serif;
}
.bambi{
  color: #136ABD;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif
}
.bambi2{
  color: #136ABD;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif;
  font-size: 20px
}
.nuevoTres{
  border-top: 13px solid #E5EFF5;
  width: 50%;
  border-bottom:13px solid #E5EFF5;
  padding: 15px 0
}
.textoUno{
  font-size: 16px;
  color: #001F64;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  line-height: 200%
}
.textoDos{
  font-size: 16px;
  color: #001F64;
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  line-height: 200%
}
.clear{
  clear: both;
}
.container{
  background: rgba(255,255,255,0.50);
}
header{
  background: url(../imagenes/lunares1.png) no-repeat 65% 0;
  min-height: 20px
}
.headerDer{
  margin-top: 10px
}
.navbar a{
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  color: #002064 !important
}
.turnoIndex{
  display: inline-block;
  border-top: 10px solid #e5eff5;
  border-bottom: 10px solid #e5eff5;
  padding: 10px 25px 10px;
  position: relative;
  right: -80%;
  color: #136abd;
  font-size: 16px;
  margin-top: 20px
}
.unslider-arrow{
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: -50px;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: rgba(0,0,0,0) no-repeat 50% 50%;
  background-size: 7px 11px;
  border-radius: 32px;
  text-indent: -999em;
  opacity: .6;
  transition: opacity .120s;
}
.unslider-arrow:hover {
  opacity: 1;
}
.unslider-arrow.prev {
  left: 30px;
  right: auto;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.unslider-nav {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  padding: 3px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: .4;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
  opacity: 1;
}
.tituloSlider{
  background: rgba(174, 186, 211, 0.5);
  color: #fff;
  font-size: 50px;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0;
  padding: 20px 300px;
  font-weight: 300
}
.bloqueUno{
  background: url(../imagenes/lunares2.png) no-repeat 0 80px;
  min-height: 397px
}
.bloqueUno h2, .bloqueTres h2{
  font-weight: 300;
  font-size: 60px;
  color: #146ABD
}
.bloqueUno h3, .bloqueTres h3{
  color: #002064;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 70px
}
.bloqueUno p{
  font-size: 16px;
  font-weight: 400;
  color: #001F64;
  line-height: 38px
}
.nuestraAtencion{
  background: #166ABD;
  color: #fff;
  padding: 30px 0
}
.nuestraAtencion h3{
  font-size: 60px;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif;
}
.nuestraAtencion h4{
  font-size: 20px;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif;
}
.nuestraAtencionIzq{
  /*float: left;
  width: 30%;*/
  background: #002064;
  color: #fff;
  min-height: 792px !important
}
.nuestraAtencionIzq h4{
  font-family: 'Oxygen', sans-serif;
  font-weight: 300 !important;
  font-size: 23px !important;
  line-height: 200%
}
.nuestraAtencionDer{
  /*float: right;
  width: 70%*/
}
/* HOVER*/
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid .flecha{
  display: inline-block;
  width: 12px;
  height: 22px;
  text-indent: -9999px;
  background: url(../imagenes/flecha.png) no-repeat;
  line-height: 14px
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
.grid {
  position: relative;
  margin: 0 auto;
  /*padding: 1em 0 4em;
	max-width: 1000px;*/
	list-style: none;
  text-align: center;
}
figure.effect-bubba {
	background: rgba(5, 53, 101, 0.85)
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h3 {
	padding: 1px 0;
  margin-top: 80%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
  background: rgba(0,32,100,.5)
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
  position: relative;
  top: -300px;
  z-index: 500
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.bloqueTres{
  background: url(../imagenes/lunares3.png) no-repeat 0 30px;
  min-height: 252px
}
.contactateIzq{
  /*float: left;
  width: 50%;*/
  vertical-align: top;
}
.contactateDer{
  /*float: right;
  width: 50%;*/
  margin-top: 15px
}
.contactateIzq p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #001F64
}
.google{
  margin-top: 50px
}
.contactateDer .form-group {
  margin-bottom: 38px;
}
.datos{
  display: inline-block;
  /*max-width: 30%;*/
  line-height: 62px;
  margin-top: 50px !important
}
.datos p{
  color: #001F64;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
#logos{
  border-top: solid rgba(174,186,211,0.50) 10px;
  border-bottom: solid rgba(174,186,211,0.50) 10px;
  margin: 70px 0
}
#logos a{
  display: inline-block;
  margin: 1% 5%
}
.valeria{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../imagenes/sprite-footer.png) no-repeat 0 0;
  text-indent: -9999px;
  margin: 0 10px
}
.tania{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../imagenes/sprite-footer.png) no-repeat -35px 0;
  text-indent: -9999px;
  margin: 0 10px
}
footer .facebook{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../imagenes/sprite-footer.png) no-repeat -70px 0;
  text-indent: -9999px;
  margin: 0 10px
}
footer .twitter{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../imagenes/sprite-footer.png) no-repeat -105px 0;
  text-indent: -9999px;
  margin: 0 10px
}
.ubicacion, .what{
  /*margin-left: 200%*/
}
.titulos{
  font-size: 50px;
  color: #156ABD;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  border-bottom: 10px solid #E5EFF5;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.subtitulos{
  font-size: 20px;
  color: #001F64;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 20px auto 100px;
  width: 50%
}
.vineta100{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url(../imagenes/vineta.png) no-repeat 0 0;
  text-indent: -9999px;
  vertical-align: middle;
}
.vineta50{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url(../imagenes/vineta.png) no-repeat -5px 0;
  text-indent: -9999px;
  vertical-align: middle;
}
.destacados{
  color: #146ABD;
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
}
.subdestacado{
  color: #001F64;
  font-size: 18px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  margin-top: 20px
}
.destacado2{
  color: #166ABD;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif;
}
.subdestacado2{
  color: #3F548A;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Oxygen', sans-serif;
}
.destacado3{
  color: #3F548A;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif;
  margin-bottom: 20px
}
.destacado4{
  color: #1D2E5D;
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 200%
}
.destacado5{
  color: #136ABD;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Oxygen', sans-serif;
}
.sacarTurno{
  display: block;
  background: #0C3556;
  border: 1px solid #AEBAD3;
  padding: 30px 0;
  color: #fff;
  width: 50%;
  margin-left: 25%
}
.seccionIzq{
  float: left;
  width: 50%
}
.seccionDer{
  float: right;
  width: 50%
}
.seccionIzq ul{
  margin-left: 25%
}
.seccion{
  background: url(../imagenes/lunares4.png) no-repeat 150% 22%
}
.borde{
  border: 1px solid #e5e6e8;
  padding: 50px 0
}
.cajaBordes{
  border-top: #E5EFF5 solid 10px;
  border-bottom: #E5EFF5 solid 10px;
  padding: 20px 10px;
  max-width: 70%;
  margin: 0 auto;
}
.seccionIzq2{
  float: left;
  width: 48%;
  margin-right: 2%
}
.seccionDer2{
  float: right;
  width: 48%;
  margin-left: 2%
}
.interlineadoAmplio{
  line-height: 240%
}
#profesionales{
  margin: 0 auto;
  width: 70%
}
#especialidades{
  margin: 0 auto;
  width: 70%
}
.especialidad{
  height: 90px !important
}
.staff1{
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-top: 50px
}
.staff2{
  display: inline-block;
  width: 31%;
  margin: 0 2%;
  vertical-align: top;
  margin-top: 50px
}
.staff3{
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-top: 50px
}
#formContacto{
  width: 60%;
  margin: 50px auto 0;
}
#formContacto textarea{
  width: 100%;
  height: 200px
}
.ubicacionContacto{
  background: url(../imagenes/ubicacion.png) no-repeat;
  width: 41px;
  height: 51px;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 50px
}
.dataFiscal{
  display: inline-block;
  width: 45px
}
.googleContacto{
  max-width: 100%;
  overflow: hidden;
}

/*************************************************
MEDIA QUERIES
**************************************************/

@media screen and (max-width:1200px){
  .nav > li > a{
    padding: 10px 10px !important
  }
  figure.effect-bubba p{
    padding: 80px 2.5em
  }
  .nuestraAtencionIzq{
    height: 645px !important;
    min-height: 0 !important
  }
  .nuevoTres{
    width: 100%
  }
}

@media screen and (max-width:992px){
  .turnoIndex{
    right: 0
  }
  .nuestraAtencionIzq{
    height: 480px !important
  }
  .tituloSlider{
    font-size: 18px
  }
  .grid figure figcaption{
    font-size: 1em
  }
  .nuevoTres{
    padding-left: 0 !important
  }
  figure.effect-bubba p{
    padding: 120px 2em
  }
  .datos p{
    font-size: 12px
  }
  #logos a{
    margin: 1% 3%
  }
  .subtitulos{
    width: 100%;
    margin: 20px auto 10px
  }
  .centrar2{
    text-align: center !important;
  }
}

@media screen and (max-width:768px){
  .turnoIndex{
    position: absolute;
    top: -300%;
    right: 0%
  }
  .headerDer{
    margin-top: 0
  }
  .tituloSlider{
    padding: 15px 150px;
    margin-left: 150px
  }
  figure.effect-bubba h3{
    font-size: 16px;
    line-height: 16px;
    margin-top: 10%;
    width: 50%;
    margin-left: 50%
  }
  figure.effect-bubba p{
    top: -30%;
    left: 50%;
    width: 50%
  }
  .centrar{
    text-align: center !important;
  }
  .staff .destacados{
    font-size: 14px
  }
}

@media screen and (max-width:659px){
  .tituloSlider{
    margin-left: 10%
  }
  .bloqueUno h2, .bloqueTres h2, .nuestraAtencion h3{
    font-size: 40px
  }
  .nuestraAtencionIzq h4{
    font-size: 12px !important
  }
  .nuestraAtencionIzq{
    height: 399px !important
  }
  .nuevoFooter{
    width: 100% !important
  }
  .staff1, .staff2, .staff3{
    width: 100%
  }
  .titulos{
    font-size: 3em
  }
}

@media screen and (max-width:586px){
  .grid{
    background: rgba(5, 53, 101, 1);
    height: 399px
  }
  .tituloSlider{
    padding: 15px 100px
  }
  figure.effect-bubba p{
    left: 0;
    width: 80%
  }
  #formContacto{
    width: 100%
  }
}
@media screen and (max-width:500px){
  .titulos{
    width: 100%;
  }
}

@media screen and (max-width:400px){
  .turnoIndex{
    position: relative;
    top: -20%;
    left: 10%
  }
  h1{
    text-align: center;
  }
  .bambi2{
    font-size: 18px
  }
}
@media screen and (max-width:368px){
  figure.effect-bubba h3{
    width: 100%;
    margin-left: 0
  }
  figure.effect-bubba p{
    top: -50%;
    width: 100%
  }
  .titulos{
    width: 100%
  }
  .subdestacado2, .bambi2{
    font-size: 16px
  }
}
@media screen and (max-width:315px){
  figure.effect-bubba p{
    top: -70%;
  }
}
