/*  
Client: Dr. Saldivar
Client URL: http://drrobertosaldivar.com
Description: Tu mejor opción en cirugía pediátrica de vanguardia.
Version: 1.0
Autor: deparojo
Autor URL: http://deparojo.com
*/


/* GENERALES		  ///////////////////////////////////////////////////*/
body {
    font-family: "Lato-Light", Arial, Helvetica, sans-serif;
    font-size: 1.125em; /* 18px */
    color: #555;
    background: #fff url("../images/fondo.gif");
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
}

a,
header.fijo,
header nav .menu a figure,
header nav .menu a p,
.contacto input[type="submit"] {
    -webkit-transition: all ease-out .3s;
            transition: all ease-out .3s;
}

a {
    text-decoration: none;
    color: #26abe0;
    cursor: pointer;
}

img {
    vertical-align: top;
}

.sombra {
    text-align: center;
}


/* HEADER   		  ///////////////////////////////////////////////////*/
header,
section,
.inicio .bloque,
.noticia-detalle {
    width: 1000px;
    margin: 0 auto;
}

header {
    position: absolute;
    left: 50%;
    overflow: hidden;
    margin: 25px 0 0 -500px;
    z-index: 10;
}

header .logo {
    float: left;
}

header nav {
    float: right;
}

header nav ul,
header nav li {
    display: inline-block;
    vertical-align: top;
}

header nav ul + ul {
    margin: 5px 0 0 50px;
}

header nav .menu a p,
header nav .menu-movil a p {
    display: block;
    padding: 10px 35px;
    font-size: 1.33em;
    color: #fff;
    background: transparent;
}

header nav .menu a:hover p,
header nav .menu-movil a:hover p {
    background: #39d3ee;
}

header nav .menu a figure {
    filter: opacity(0);
    opacity: 0;
}

header nav .menu a:hover figure {
    filter: opacity(100);
    opacity: 1;
}

header nav .social a {
    width: 30px;
    height: 30px;
    display: block;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #6a6a6a;
}

header nav .social a:hover {
    color: #6a6a6a;
    background: #fff;
}

header nav.menu-movil,
header nav.menu-movil ul {
    display: none;
}

header.fijo {
    position: fixed;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    filter: opacity(0);
    opacity: 0;
    background: #26abe0;
    z-index: 1;
}

.show {
    filter: opacity(100) !important;
    opacity: 1 !important;
    z-index: 11 !important;
}


/* INICIO   		  ///////////////////////////////////////////////////*/
.inicio {
    background: url("../images/slide/fondo.jpg") no-repeat;
    background-size: cover;
}

.inicio .bloque {
    overflow: hidden;
    margin-top: 250px;
    text-transform: uppercase;
    color: #fff;
}

.inicio .bloque h1 {
    width: 475px;
    font-family: "Geo-Sans", Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    text-shadow: 2px 2px 4px #26abe0;
    letter-spacing: 1px;
}

.inicio .bloque h2 {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.5em;
    background: #1ccdeb;
}

.inicio .bloque h2.tel {
    padding: 8px 15px 8px 0;
}

.inicio .bloque h2 a {
    padding: 9px 15px 8px 0;
    display: block;
    color: #fff;    
}

.inicio .bloque h2 a:hover,
.inicio .bloque h2 span,
.noticias div a:hover,
.contacto h2 span,
.contacto input[type="submit"]:hover {
    background: #000;
}

.inicio .bloque h2 span {
    margin-right: 10px;
    padding: 7px 10px;
}

.inicio .bloque div {
    float: left;
}

.inicio .bloque figure {
    float: right;
}

.inicio .sombra {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* FRASE       		  ///////////////////////////////////////////////////*/
.frase {
    margin: 60px 10px 35px 10px;
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    font-size: 2em;
    text-align: center;
    color: #26abe0;
}

.frase span {
    height: 40px;
    display: inline-block;
    font-size: 2.5em;
    vertical-align: bottom;
}


/* NOSOTROS   		  ///////////////////////////////////////////////////*/
.nosotros {
    overflow: hidden;
}

.nosotros h1,
.nosotros h2 {
    padding: 20px 0;
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    background: #26abe0;
}

.nosotros h2 {
    padding-left: 20px;
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #0c7198;
    background: #ecfaff;
}

.nosotros h3 {
    margin-bottom: 5px;
    font-size: 1.22em;
    color: #0c7198;
}

.nosotros p + h3 {
    margin-top: 18px;
}

.nosotros section,
.nosotros section + section {
    width: 50%;
    float: left;
}

.nosotros section figure {
    text-align: right;
}

.nosotros section figure + figure {
    margin-top: 40px;
    text-align: center;
}

.nosotros section + section {
    float: right;
}

.nosotros section + section div {
    margin-top: 25px;
    padding: 20px;
    font-family: "Geo-Sans", Arial, Helvetica, sans-serif;
    line-height: 1.25;
    background: #ecfaff;
}


/* SERVICIOS   		  ///////////////////////////////////////////////////*/
.servicios {
    position: relative;
    margin: 75px 0 50px 0;
}

.servicios .servicio {
    position: absolute;
    margin-top: -54px;
}

.servicios section {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 60px 40%;
    color: #fff;
    background: #b2b2b2;
    background: -webkit-linear-gradient(left, #c8c8c8, #a8a8a8);
    background:         linear-gradient(left, #c8c8c8, #a8a8a8);
}

.servicios section ul {
    display: inline-block;
    margin-right: 80px;
    font-size: 1.33em;
    text-align: left;
    line-height: 1.25;
    list-style: disc;
}

.servicios section ul + ul {
    margin-right: 0;
}


/* NOTICIAS   		  ///////////////////////////////////////////////////*/
.noticias {
    margin-bottom: 50px;
}

.noticias h1,
.noticia-detalle h1 {
    margin-bottom: 20px;
    padding: 10px 0 7px 0;
    font-family: "Lato-Bold", Arial, Helvetica, sans-serif;
    font-size: 2.66em;
    color: #fff;
    background: #26abe0;
}

.noticias li div {
    position: relative;
    min-height: 525px;
    padding: 15px;
    margin-bottom: 20px;
    background: #ededed;
}

.noticias div .foto img {
    width: 100%;
}

.noticias div h2 {
    margin: 20px 0 15px 0;
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    font-size: 1.38em;
    color: #26abe0;
}

.noticias div p {
    margin-bottom: 20px;
}

.noticias div a {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 -15px;
    padding: 10px 0;
    font-family: "Geo-Sans", Arial, Helvetica, sans-serif;
    font-size: 1.38em;
    text-align: center;
    color: #fff;
    background: #26abe0;
}


/* NOTICIAS DETALLE   ///////////////////////////////////////////////////*/
#noticia1,
#noticia2,
#noticia3,
#noticia4,
#noticia5,
#noticia6,
#noticia7,
#noticia8,
#noticia9 {
    display: none;
}

.noticia-detalle h1 {
    padding: 10px 20px;
    font-size: 1.66em;
}

.noticia-detalle h2 {
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    color: #26abe0;
}

.noticia-detalle h2,
.noticia-detalle p,
.noticia-detalle ul {
    margin-bottom: 20px;
    font-size: .88em;
}

.noticia-detalle li:before {
    margin-right: 5px;
    line-height: 1.25;
    content: "• ";
    color: #26abe0;
}

.noticia-detalle figure img {
    width: 100%;
    margin-bottom: 20px;
    border: 5px solid #fff;
    box-shadow: 1px 1px 2px rgba(105,105,105,.22);
}

.noticia-detalle section {
    width: 50%;
    float: left;
    padding: 20px 4%;
}


/* CONTACTO   		  ///////////////////////////////////////////////////*/
.contacto {
    overflow: hidden;
    padding: 30px 0;
    font-family: "Geo-Sans", Arial, Helvetica, sans-serif;
    background: #ededed;
}

.contacto h1 {
    margin-bottom: 30px;
    font-family: "Lato-Bold", Arial, Helvetica, sans-serif;
    font-size: 2.22em;
    color: #26abe0;
}

.contacto h2,
.contacto .horario {
    margin-top: 20px;
}

.contacto h2 {
    display: inline-block;
    padding: 8px 12px;
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    font-size: 1.22em;
    color: #fff;
    background: #cecece;
}

.contacto h2 a {
    color: #fff;
}

.contacto h2 span {
    display: inline-block;
    margin: -8px 8px -8px -12px;
    padding: 10px 12px;
    font-size: .81em;
    vertical-align: top;
}

.contacto p {
    line-height: 1.15;
}

.contacto div {
    float: left;
}

.contacto form {
    width: 465px;
    float: right;
    overflow: hidden;
    margin-top: 70px;
}

.contacto form p {
    margin-bottom: 20px;
}

.contacto input[type="text"],
.contacto textarea {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-family: "Geo-Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #6e6e6e;
    outline: none;
    border: 0;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,.15);
    background: #fff;
}

.contacto textarea {
    height: 105px;
    padding: 10px;
    resize: none;
}

.contacto input[type="submit"] {
    float: right;
    padding: 5px 20px;
    font-family: "Geo-Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #26abe0;
}

.contacto input[type="text"],
.contacto input[type="submit"],
.contacto textarea {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none;
			appearance: none;
}

.contacto input[type="text"].error,
.contacto textarea.error {
    background: #26abe0;
}

::-webkit-input-placeholder {
    color: #6e6e6e;
}

.error::-webkit-input-placeholder {
    color: #fff;
}


/* FOOTER   		  ///////////////////////////////////////////////////*/
footer {
    padding: 15px 0;
    color: #fff;
    background: #26abe0;
}

footer span,
footer figure,
footer p {
    display: inline-block;
    vertical-align: middle;
}

footer figure {
    margin: 0 10px;
}