/*
 grey: #dcdbdb (menu bg)
 med grey: #b7b7b7 (footer bg)
 dark grey: #4d4d4e (text)
 purple: #9256a3
 yellow: #fcce09
 blue: #309cca
 green: #61c7cb;

/* RESET STYLES*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: 0;
}
img{
    border: 0;
	max-width: 100%;
}
a{
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* GENERAL */

html, body {
    min-height: 100%;
    width: 100%;
    font: normal 16px 'futura-pt', sans-serif;
    background-color: #fff;
    line-height: 1;
}

html, body,
a, a:active, a:visited {
    color: #4d4d4e;
}

.relative,
.menu,
.menu > li,
.horizontal-list,
.menu-link,
.phone-list > li,
.header-logo,
.rel-center,
.news-videos-list {
    position: relative;
}

.absolute,
.hamburger,
.menu-link:after {
    position: absolute;
}

.float-l,
.header,
.section,
.nav,
.menu,
.footer,
.testimonial-text {
    float: left;
}

.float-r,
.testimonial-image {
    float: right;
}

.clearfix:after,
.testimonial-item:after {
    content: "";
    display: table;
    clear: both !important;
}

.footer,
.col-left,
.col-right {
    box-sizing: border-box;
}

.rel-center,
.news-videos-list {
    display: block;
    margin: 0 auto;
}

.full-w,
.header,
.nav,
.footer {
    width: 100%;
}

.horizontal-list > li,
.menu > li,
.phone-list > li,
.rounded-button {
    display: inline-block;
    vertical-align: top;
}

.section {
    width: 92.291666666666667%; /* 1772/1920 */
    padding-left: 3.854166666666667%; /* 74/1920 */
    padding-right: 3.854166666666667%; /* 74/1920 */
}

.rounded-button {
    padding: 1em 0.6em;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -khtml-border-radius: 25px; /* for old Konqueror browsers */
    cursor: pointer;
}

.rounded-button,
a.rounded-button,
a.rounded-button:active,
a.rounded-button:visited,
.galenus-list > li a,
.galenus-list > li a:active,
.galenus-list > li a:visited {
    color: #fff;
}

.horizontal-list,
.menu,
.phone-list {
    font-size: 0;
}

.futura-condensed {
    font-family: 'futura-pt-condensed', sans-serif;
}

strong{
    font-weight: 700;
}

em{
    font-style: italic;
}

.upper,
.galenus-list > li {
    text-transform: uppercase;
}

.align-center,
.news-videos-list,
.galenus-list > li {
    text-align: center;
}

.headline,
.body-text,
.body-list > li,
.galenus-list > li {
    line-height: 1.2;
}

.headline,
.subheadline,
.galenus-list > li {
    font-weight: 800;
}

.headline {
    margin-bottom: 2rem;
    font-size: 4.6875rem;
    color: #9256a3;
}

.headline.alt {
    font-size: 4rem;
}

.subheadline {
    font-size: 2rem;
}

.subheadline.alt {
    font-weight: 700;
}

.subheadline,
.body-text {
    margin-bottom: 2.625rem;
}

.body-text,
.body-list > li,
.services-list > li {
    font-size: 1.875rem;
    font-weight: 400;
}

.body-list.bullets {
    list-style-type: disc;
    margin-left: 25px;
}

.animate{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#loader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7) url(../img/ajax-loader.gif) no-repeat center center;
}

@media (max-width: 1600px){
    html, body {
        font-size: 14px;
    }
}

@media (max-width: 1300px){
    html, body {
        font-size: 12px;
    }
}

@media (max-width: 1200px){
    html, body {
        font-size: 11px;
    }
}

@media (max-width: 995px){
    html, body {
        font-size: 9px;
    }
}

/* HEADER */

.menu {
    width: 98%;
    padding-right: 2%;
    text-align: right;
    background-color: #dcdbdb;
}

.menu > li {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.menu-link {
    display: block;
    padding: 16px 6px;
}

.menu-link,
.menu-link:active,
.menu-link:visited {
    color: #309cca;
}

.menu-link:hover,
.menu-link.active,
.menu-link:after {
    background-color: #fcce09;
}

.menu-link:after {
    content: "";
    z-index: 2;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 0;
}

.menu-link.active:after,
.menu-link:hover:after {
    height: 16px;
}

.hamburger {
    z-index: 2;
    top: 0;
    left: 0;
}

.header-logo {
    width: 406px;
    display: block;
    z-index: 3;
    margin: 16px 0 0 190px;
}

@media (max-width:1300px){
    .menu > li {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .menu {
        width: 99.75%;
        padding-right: 0.25%;
    }
}

@media (max-width: 995px){
    .menu {
        float: none;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        width: 0;
        height: 383px;
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu.open {
        width: 200px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu > li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 2% 0;
    }

    .menu-link {
        white-space: nowrap;
    }

    .menu-link:after {
        display: none;
    }

    .hamburger {
        cursor: pointer;
    }

    .header {
        padding-bottom: 25px;
    }

    .header-logo {
        float: right;
        margin-right: 3%;
    }

    .hamburger {
        width: 175px;
        left: 15px;
    }
}

@media (max-width: 768px){
    .header-logo{
        width: 55%;
    }
}

@media (max-width: 500px){
    .header-logo {
        width: 65%;
    }

    .hamburger {
        width: 110px;
        left: 5px;
    }
}

/* HOME */
.home-section .col-left {
    width: 38.713318284424379%; /* 686/1772 */
    padding-top: 19.114583333333333%; /* 367/1920 */   
}

.home-section .col-right {
    width: 67.494356659142212%; /* 1196/1772 */
    margin-left: -6.207674943566591%; /* 110/1772 - px by which this col goes over 1920 */
}

.home-section .section-image {
    margin-top: -5%;   
}

.home-profile {
    padding-top: 2%;
    padding-bottom: 5%;
}

.home-dr-guzman {
    padding: 15.708333333333333% 0 8.40625% 35.3%; /* 705/1920 */
    margin-left: 2.395833333333334%;
    background: transparent url(../img/home-humberto.jpg) no-repeat left center;
    background-size: contain;
    font-size: 2.75rem;
    font-weight: 700;
}

.phone-list {
    width: 35%;
    margin-top: 7.03125%;
    margin-right: 2.395833333333334%;
    text-align: right;
}

.phone-list > li {
    vertical-align: top;
    margin: 3.3125rem 0;
}

.yellow-phone,
.yellow-envelope,
.purple-phone {
    padding-left: 10.375rem;
}

.purple-phone:before,
.yellow-envelope:before,
.yellow-phone:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -1rem;
    top: -2.375rem;
    width: 10.375rem;
    height: 10.375rem;
    background: #fcce09 url(../img/icon-phone.png) no-repeat center center;
    background-size: 5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.yellow-envelope:before{
    background-image: url(../img/icon-envelope.png);
}

@media (max-width: 1790px) {
    .home-section .section-content .body-text br {
        display: none;
    }
}

@media (max-width: 1625px) {
    .home-dr-guzman {
        padding: 13% 0 7% 33%;
    }
}

@media (max-width: 1340px) {
    .phone-list {
        width: 30%;
    }

    .home-section .col-right {
        width: 59%;
        margin-left: 0;
    }
}

@media (max-width: 995px) {
    .home-section .col-right,
    .home-section .col-left {
        width: 100%;
        margin-left: 0;
        padding: 0;
        text-align: center;
    }    
    
    .home-section .section-image {
        display: inline-block;
        width: 85%;
        margin-top: 5%;
        margin-left: 0;
        margin-bottom: 10%;
    }

    .home-profile {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .home-dr-guzman {
        width: 100%;
        padding: 42% 0 0 0;
        margin-left: 0;
        background-position: top center;
        text-align: center;
        background-size: 50%;
    }
    
    .phone-list {
        width: 100%;
        margin-top: 5%;
        margin-right: 0%;
        text-align: center;
    }

    .phone-list > li {
        margin: 3.3125rem;
    }
}

@media (max-width: 600px) {
    .footer .body-text {
        text-align: center;
    }

    .purple-phone:before,
    .yellow-phone:before,
    .yellow-envelope:before {
        top: -1rem;
        width: 8.375rem;
        height: 8.375rem;
    }
}

/* HUMBERTO */
.humberto-section {
    padding-top: 8%;
    padding-bottom: 10%;
}

.humberto-section .col-right {
    width: 52.539503386004515%; /* 931/1772 */
    text-align: right;
}

.humberto-section .col-left {
    width: 47.460496613995485%; /* 841/1772 */
    padding-top: 7.392776523702032%; /* 131/1772 */
}

@media (max-width: 1850px){
    .humberto-section .body-text br {
        display: none;
    }
}

@media (max-width: 995px) {
    .humberto-section .col-right,
    .humberto-section .col-left {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .humberto-section .body-list > li br {
        display: none;
    }
}

/* PLANES MEDICOS */
.planes-section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.planes-section .col-left {
    width: 43.848758465011287%; /* 777/1772 */
    padding-top: 13%;
}

.planes-section .col-right {
    width: 56.151241534988713%; /* 995/1772 */
}

.planes-section .phone-list {
    width: 75%;
    margin-right: 5%;
}

.planes-section .phone-list > li {
    margin: 1.5rem 0;
}

@media (max-width: 1750px){
    .planes-section .body-text br {
        display: none;
    }
}

@media (max-width: 995px){
    .planes-section .col-left {
        padding-top: 5%;
    }
    
    .planes-section .col-left,
    .planes-section .col-right {
        width: 100%;
    }

    .planes-section .phone-list {
        width: 100%;
    }

    .planes-section .phone-list > li {
        margin: 1.5rem;
    }

    .planes-section .headline,
    .planes-section .body-text {
        text-align: center;
    }
}

@media (max-width: 600px){
    .yellow-phone, .purple-phone, .yellow-envelope{
        padding-left: 8.375rem;
    }

    .yellow-phone:before,
    .yellow-envelope:before,
    .purple-phone:before {
        top: -0.5rem;
        width: 7.375rem;
        height: 7.375rem;
        background-size: 3.8rem;
    }
}

@media (max-width: 450px){
    .planes-section .headline {
        font-size: 4rem;
    }
}

/* CONTACTO */
.contact-section {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
}

.contact-section .col-right {
    width: 56.772009029345372%; /* 1006/1772 */
}

.contact-section .col-left {
    padding-top: 13.431151241534989%; /* 238/1772 */
    width: 43.227990970654628%; /* 766/1772 */
}

.contact-section .phone-list {
    width: 100%;
    text-align: left;
}

.contact-section .phone-list > li {
    margin: 1.5rem;
}

.contact-section .purple-phone,
.contact-section .yellow-phone,
.contact-section .yellow-envelope{
    padding-left: 7.5rem;
}

.contact-section .purple-phone:before,
.contact-section .yellow-phone:before,
.contact-section .yellow-envelope:before {
    top: -0.5rem;
    width: 7.375rem;
    height: 7.375rem;
    background-size: 3.5rem;
}

@media (max-width: 995px){
    .contact-section .col-right,
    .contact-section .col-left {
        width: 100%;
        text-align: center;
    }
    
    .contact-section .col-left {
        padding-top: 5%;
    }

    .contact-section .phone-list {
        text-align: center;
    }
}

/* NEWS */
.noticias-section {
    padding-top: 8%;
    padding-bottom: 8%;
}

.news-videos-list {
    width: 1450px;
    margin-bottom: 10%;
}

.news-videos-list > li {
    width: 32%;
    margin: .5%;
    cursor: pointer;
}

.galenus-list {
    width: 100%;
    text-align: center;
}

.galenus-list > li {
    width: 29%;
    padding: 5% 1%;
    margin: 0.625%;
    background-color: #fcce09;
    font-size: 2.375rem;
}

@media (max-width: 1425px) {
    .galenus-list > li {
        font-size: 2rem;
    }
}

@media (max-width: 1465px) {
    .news-videos-list {
        width: 100%;
    }
}

@media (max-width: 995px) {
    .news-videos-list > li {
        width: 45%;
        margin: 2%;
    }
}

@media (max-width: 780px) {
    .galenus-list > li {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .news-videos-list > li,
    .galenus-list > li {
        width: 90%;
        margin: 5%;
    }

    .galenus-list > li {
        font-size: 2.375rem;
    }
}

/* TESTIMONIALES */
.testimoniales-section {
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: center;
    font-size: 0;
}

.testimonial-item {
    display: inline-block;
    vertical-align: top;
    width: 41.751412429378531%;
    padding-top: 3.5%;
    border-top: 3px solid #c6c6c5;
}

.testimonial-item.alt {
    display: block;
    width: 1480px;
}

.testimonial-item:not(.alt):nth-child(odd){
    border-right: 3px solid #c6c6c5;
}

.testimonial-text{
    width: 68%;
    margin-left: 16%;
    margin-right: 16%;
    padding-top: 2.5%;
}

.testimonial-item:first-of-type .testimonial-text {
    width: 64%;
    font-size: 2.25rem;
}

.testimonial-author,
.services-list > li > strong {
    color: #9256a3;
}

.humberto-pacientes{
    width: 79%;
}

@media (max-width: 1625px){
    .testimonial-item.alt {
        width: 100%;
    }
}

@media (max-width: 995px) {
    .testimonial-item {
        text-align: center;
        width: 100%;
    }

    .testimonial-item:not(.alt):nth-child(odd){
        border-right: none;
    }

    .testimonial-text,
    .testimonial-item:first-of-type .testimonial-text {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 600px) {
    .testimonial-image,
    .testimonial-item:first-of-type .testimonial-image {
        width: 75%;
    }
}

/* SERVICES */
.servicios-section {
    padding-bottom: 8%;
}

.servicios-section .col-right {
    width: 44.63882618510158%; /* 791/1772 */
}

.servicios-section .col-left {
    padding-top: 19%;
    width: 45.711060948081264%; /* 810/1772 */
}

.services-list {
    width: 45%;
    padding-right: 5%;
}

.services-list > li {
    margin: 1.3125rem 0;
}

.servicios-section .section-content-2 {
    padding-top: 8%;
}

@media (max-width: 995px) {
    .servicios-section .col-right,
    .servicios-section .col-left {
        width: 100%;
        padding-top: 8%;
        text-align: center;
    }
    
    .services-list {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .servicios-section .section-content .rounded-button {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* FOOTER */
.footer {
    padding: 2.395833333333333%;
    background-color: #b7b7b7;
}

.footer .body-text {
    margin-bottom: 0;
}

/* OVERRIDES */

.purple,
.purple:active,
.purple:visited {
    color: #9256a3;
}

.purple-back,
.purple-phone:before {
    background-color: #9256a3;
}

.green-back {
    background-color: #61c7cb;
}

.green,
.green:active,
.green:visited {
    color: #61c7cb;
}

.mobile {
    display: none;
}

@media (max-width: 995px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    a.mobile {
        display: inline-block;
    }
}

#width{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 50px;
    background: black;
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 99;
}