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

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, section, summary, 
time, mark, audio, video {  
    margin: 0;  
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;   
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, textarea, select, a {
    outline: none;
}

textarea {
    resize: none;
}

a, a:hover, a:focus {
    text-decoration: none;
}

img, embed, object, video {
    width: 100%;
    height: auto;
    vertical-align: middle;
} 

video,
.slick-slide {
    outline: none !important;
}

.slick-next, 
.slick-arrow {
    left: 0 !important;
    right: 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
/* END RESET */


/* FONTS */
@font-face {
    font-family: 'avenir-light';
    src: url('../fonts/Avenir-Light.ttf');
}

@font-face {
    font-family: 'avenir-regular';
    src: url('../fonts/Avenir-Regular.ttf');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('../fonts/Avenir-Medium.ttf');
}

@font-face {
    font-family: 'avenir-heavy';
    src: url('../fonts/Avenir-Heavy.ttf');
}

@font-face {
    font-family: 'avenir-book';
    src: url('../fonts/Avenir-Book.ttf');
}

@font-face {
    font-family: 'avenir-black';
    src: url('../fonts/Avenir-Black.ttf');
}

@font-face {
    font-family: 'avenir';
    src: url('../fonts/Avenir.ttf');
}

@font-face {
    font-family: 'encode-sans-semi-condensed-thin';
    src: url('../fonts/EncodeSansSemiCondensed-Thin.ttf');
}

@font-face {
    font-family: 'fira-sans-extra-condensed-thin-italic';
    src: url('../fonts/FiraSansExtraCondensed-ThinItalic.ttf');
}
/* END FONTS */


/* CONTENT */
body {
    font-family: 'avenir-regular';
    overflow-x: hidden;
    color: #646469;
    line-height: 1.8;
}

html {
    font-size: 15px;
} 

::-moz-selection {
    background-color: #00bbb3;
    color: #ffffff;
} 

::selection {
    background-color: #00bbb3;
    color: #ffffff;
}

.container {
    padding-left: 6rem;
    padding-right: 6rem; 
}

.container-left {
    padding-left: 6rem;
}

.container-right {
    padding-right: 6rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.space {
    padding-top: 8rem;
}

.prev, 
.next {
    position: absolute;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.prev img, 
.next img {
    width: 3rem;
}

.absoluter {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.menu {
    background-color: #f6f6f6;
    width: 25%;
}

.content {
    width: 75%;
}

.paragraph p {
    font-family: 'avenir-book';
    font-size: 1.4rem;
}

.title h1,
.title h2 {
    color: #00bbb3;
    font-family: 'avenir-heavy';
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1;
}

.testimonials {
    padding: 6rem 4.5rem;
}

.testimonials .flex > div {
    width: 50%;
} 

.testimonials .wrapper {
    padding: 2rem; 
}

.testimonials .square {
    border: 0.4rem double #00bbb3;
    text-align: center;
    padding: 4rem 2rem 2rem 2rem;
}

.testimonials .quote {
    color: #00bbb3;
    font-family: 'avenir-black';
    font-size: 8rem;
    font-style: italic;
    line-height: 0.5;
}

.testimonials .paragraph p {
    height: 22rem;
}

.testimonials .name {
    font-family: 'avenir-heavy';
    font-size: 2rem;
    color: #00bbb3;
    padding-top: 2rem;
}
/* END CONTENT */


/* LOADING */
.loading {    
    width: 100%; 
    height: 100vh; 
    background-color: #00bbb3;    
    position: relative;
}        

.loading .image {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}  

.loading .image img {
    width: 50rem;
}
/* END LOADING */


/* HEADER */
header {
    position: fixed;
    height: 100vh;
    padding: 3rem 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .logo img {
    width: 16rem;
}

header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

header ul li {
    font-size: 1.2rem;
    list-style: none;
    display: block;
    padding: 1rem 0;
    text-transform: uppercase;
    font-family: 'avenir-light';
}    

header ul li a {
    color: #646469;
}

header li a.active {
    font-family: 'avenir-heavy';
}

header li a.active::before {
    content: '— ';
}

header li .line {
    padding-right: 0.5rem;
    display: none;
}

header .social {
    padding-top: 2rem;
}

header ul .social a {
    font-size: 1.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    padding-top: 0.3rem;
    background-color: #9fd4c9;
    border: 0.1rem solid #9fd4c9;
    color: #ffffff;
}

header ul .social a:hover {
    color: #9fd4c9;
    background-color: #ffffff;
}

header .fa-facebook-f {
    padding-left: 0.8rem;
    padding-right: 0.5rem;
}

header .fa-instagram {
    padding-left: 0.7rem;
    padding-right: 0.2rem;
}

header .fa-linkedin-in {
    padding-left: 0.7rem;
    padding-right: 0.6rem;
}

header .schedule a  > div {
    color: #00bbb3;
    text-transform: uppercase;
    font-family: 'avenir-heavy';
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem;
    width: 18rem;
    border: 0.4rem double #00bbb3;
}

header .animation {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

header .bar {
    width: 3.5rem;
    height: 0.3rem;
    background-color: #00bbb3;
    margin: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .toggle {
    display: none;
}

header .toggle.active .bar:nth-child(2) {
    opacity: 0;
}

header .toggle.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

header .toggle.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
/* END HEADER */


/* FOOTER */
footer {
    background-color: #00bbb3;
}

footer .flex-main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer .flex-main > div {
    padding: 2rem 0;
}

footer .logotipo img {
    width: 15rem;
}

footer ul li {
    list-style: none;
    display: block;
    font-family: 'avenir-book';
    font-size: 1.4rem;
}    

footer ul li a {  
    color: #ffffff;
    text-decoration: underline;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .flex-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer .email img {
    width: 2.5rem;
}

footer .email a {
    font-family: 'avenir-book';
    font-size: 1.4rem;
    color: #ffffff;
}

footer .media {
    text-align: right;
}

footer .media a {
    font-size: 1.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    padding-top: 0.3rem;
    background-color: #ffffff;
    border: 0.1rem solid #ffffff;
    color: #00bbb3;
}

footer .media a:hover {
    color: #ffffff;
    background-color: #00bbb3;
}

footer .fa-facebook-f {
    padding-left: 0.8rem;
    padding-right: 0.5rem;
}

footer .fa-instagram {
    padding-left: 0.7rem;
    padding-right: 0.2rem;
}

footer .fa-linkedin-in {
    padding-left: 0.7rem;
    padding-right: 0.6rem;
}

footer .author {
    padding: 1rem 0;
    border-top: 0.1rem solid #ffffff;
    text-align: center;
} 

footer .author p,
footer .author a {
    color: #ffffff;
    font-size: 1.2rem;
}
/* END FOOTER */


/* HOME */
#home .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative; 
}

/* #home .banner {
    background-image: url("../images/home/dra-carolina-banner.jpg");  
    height: 100vh; 
} */

#home .slogan {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #00bbb3;
    height: 45vh;
}

#home .begin {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

#home h1 {
    color: #ffffff;
    font-size: 4rem;
    font-family: 'fira-sans-extra-condensed-thin-italic';
    line-height: 1.3;
}

#home .down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    text-align: center;
}

#home .down img {
    -webkit-animation: .7s down infinite alternate;
    animation: .7s down infinite alternate;
    cursor: pointer;
    width: 4.5rem;
}

@-webkit-keyframes down { 
    0%{-webkit-transform:translateY(0px);transform:translateY(0px)} 
    100%{-webkit-transform:translateY(10px);transform:translateY(10px)} 
} 

@keyframes down { 
    0%{-webkit-transform:translateY(0px);transform:translateY(0px)} 
    100%{-webkit-transform:translateY(10px);transform:translateY(10px)} 
} 

#home .about .flex-main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

#home .about .flex-main > div {
    width: 50%;
}

#home .about .flex-other {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#home .about h3 {
    font-size: 1.8rem;
    color: #00bbb3;
    font-family: 'avenir-heavy';
}

#home .about .paragraph p {
    padding: 2.5rem 2rem 0 0;
}

#home .about .cv-content {
    margin-top: 6rem;
    position: relative;
}

#home .about .cv-link {
    color: #ffffff;
    background-color: #9fd4c9;
    text-transform: uppercase;
    font-family: 'avenir-heavy';
    font-size: 2.1rem;
    text-align: center;
    border: 0.1rem solid #9fd4c9;
    padding: 1.8rem 4rem;
    margin: auto;
}

#home .about .cv-border {
    position: absolute;
    right: 0.5rem;
    bottom: -1.3rem;
    height: 7.2rem;
    width: 26.2rem;
    border: 0.1rem solid #00bbb3; 
}

#home .slider {
    padding: 10rem;
}

#home .slider .box {
    padding: 0 1.5rem;
}

#home .prev, 
#home .next {
    top: 50%;
}

#home .prev {
    left: -4.5rem !important;
}

#home .next {
    right: -4.5rem !important;
}

/* #home .separator {  
    background-image: url(../images/home/dra-carolina-testemunhos.jpg);
    height: 32rem;
} */

#home .separator h2 {
    position: absolute;
    right: 6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* END HOME */


/* CV */
#cv .text {
    width: 60%;    
} 

#cv .image {
    width: 40%;
}

#cv h1,
#cv h2 {
    color: #00bbb3;    
} 

#cv h1 {
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'avenir-heavy';
}

#cv h2 {
    font-size: 1.7rem;
}

#cv .paragraph p {
    padding: 4rem 4rem 6rem 0;
}

#cv .bullet {
    color: #00bbb3;
} 
/* END CV */


/* CIRURGIA PLASTICA */
#surgery h2,
#surgery h3,
#surgery h4 {
    text-transform: uppercase;
    font-family: 'avenir-heavy'; 
}

#surgery h2,
#surgery h3 {
    text-align: center;
    padding-top: 1rem;    
}

#surgery h3,
#surgery h4 {
    font-size: 1.9rem;
    color: #00bbb3;
}

#surgery h2 {
    color: #9fd4c9;  
    font-size: 2.8rem;  
}

#surgery h5 {
    font-size: 1.3rem; 
    font-family: 'avenir-black';
    text-transform: uppercase;
    padding-bottom: 2rem; 
}

#surgery .person {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 2rem 0;
}

#surgery .person > div {
    padding: 3rem 1rem;
}

#surgery .person img {
    width: 18rem;
    cursor: pointer;
    padding-bottom: 3rem;
}

#surgery .lines {
    width: 1.3rem;
    height: 0.3rem;
    background-color: #9fd4c9;
    margin: auto;
}

#surgery .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    height: 23rem;
}

/* #surgery .homem {
    background-image: url(../images/cirurgia-plastica/homem/dra-carolina-cirurgia-plastica-homem.jpg);    
} */

/* #surgery .mulher {
    background-image: url(../images/cirurgia-plastica/mulher/dra-carolina-cirurgia-plastica-mulher.jpg);    
} */

#surgery .type {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 2rem 0;
}

#surgery .type > div {
    padding: 2rem;
}

#surgery .type img {
    width: 13rem;
    cursor: pointer;
}

#surgery .topics {
    padding-bottom: 4rem;
}

#surgery .topics > div {
    padding: 1rem 0;
}

#surgery .topic-click {
    border: 0.4rem double #00bbb3;
    padding: 0.5rem 2rem;
    width: 45rem;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

#surgery .topic-click.active {
    background-color: #9fd4c9;
}

#surgery .designation {
    margin: auto;
}

#surgery .topic-click p {
    color: #00bbb3;
    font-family: 'avenir-heavy';
    font-size: 1.4rem;
}

#surgery .topic-click p.active {
    color: #ffffff;
}

#surgery .topic-open {
    width: 2.5rem;
}

#surgery .topic-closed {
    width: 2rem;
    display: none; 
}

#surgery .topic-closed.active {
    display: block; 
}

#surgery .topic-open.active {
    display: none; 
}

#surgery .topic-content {
    display: none;
    margin-bottom: 3rem;
}

#surgery .topic-content .text {
    padding: 4rem 0;
}

#surgery .topic-content .block {
    background-color: #ededed;
    padding: 3rem 0;
    margin-bottom: 1rem;
}

#surgery .topic-content .block .flex > div {
    width: 50%;
}

#surgery .topic-content .block .flex > div:first-child {
    padding-right: 2rem;
}

#surgery .topic-content .block .flex > div:last-child {
    padding-left: 2rem;
}

#surgery .topic-content .block h4 {
    padding-bottom: 3rem;
}

#surgery .topic-content .block .paragraph p {
    padding-bottom: 4rem; 
}

#surgery .topic-content .block img {
    width: 3rem;
    padding-bottom: 1rem;
}

#surgery .topic-content .slider {
    background-color: #9fd4c9;
    padding: 3rem 12rem 5rem 12rem;
}

#surgery .topic-content .slider h4 {
    color: #ffffff !important;
    padding-bottom: 2rem;
    text-align: center;
}

#surgery .topic-content .slider .box {
    padding: 0 1rem;
}

#surgery .prev, 
#surgery .next {
    top: 55%;
}

#surgery .prev {
    left: -6.5rem !important;
}

#surgery .next {
    right: -6.5rem !important;
}
/* END CIRURGIA PLASTICA */


/* RESULTADOS E TESTEMUNHOS */
#results h1 {
    line-height: 1.3 !important;
}

#results .columns {
    padding-top: 4rem;
}

#results .columns > div {
    width: 25%;
    padding-top: 4rem;    
}

#results .columns .image {
    text-align: center;
}

#results .columns img {
    border-radius: 50%;
    width: 13rem;
}

#results .columns .links {
    padding: 1rem 2rem;
    border-right: 0.2rem solid #9fd4c9;
    height: 31rem;
    margin-top: 3rem;
}

#results .columns .four {
    border-right: none;
}

#results h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'avenir-black'; 
    text-align: center;
    padding-bottom: 2rem;
}

#results .columns p {
    font-family: 'avenir-book';
    font-size: 1.3rem;
    padding: 0.5rem 0;
}

#results .columns a {
    color: #646469;
}

#results .columns a:hover {
    color: #00bbb3;
}
/* END RESULTADOS E TESTEMUNHOS */


/* RESULTADOS E TESTEMUNHOS PÁGINA INDIVIDUAL */
#resultsPage h1 {
    line-height: 1.3 !important;
}

#resultsPage .pictures {
    min-height: calc(100vh - 28rem);
    padding: 3rem 4rem 4rem 4rem;
}

#resultsPage .pictures > div {
    width: 50%;
    padding: 2.5rem;
}

#resultsPage .shadow {
    box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(0, 0, 0, 0.2)
} 

#resultsPage .flex-photos > div {
    width: 50%;
}

#resultsPage .texting {
    padding: 1.5rem;
    text-align: center;
} 

#resultsPage .texting p:first-child {
    color: #00bbb3;
    font-family: 'avenir-black';
    font-size: 1.4rem;      
}

#resultsPage .texting p:last-child {
    font-family: 'avenir-book';
    font-size: 1.3rem;  
    padding-top: 1rem;
}

#resultsPage .return {
    padding-bottom: 8rem;
}

#resultsPage .return a {
    color: #00bbb3;
    font-family: 'avenir-heavy';
    font-size: 2rem;
    text-transform: uppercase;
}
/* END RESULTADOS E TESTEMUNHOS PÁGINA INDIVIDUAL */


/* FAQS */
#faqs .flexbox > div {
    width: 50%;
}

#faqs .structure {
    padding: 3rem 3rem 6rem 0;
}

#faqs .structure > div {
    padding: 0.5rem 0;
}

#faqs .structure .question {    
    cursor: pointer;
    border: 0.4rem double #00bbb3;
    padding: 0.5rem 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
}

#faqs .structure .question.active {
    background-color: #9fd4c9;
}

#faqs .structure .answer {
    display: none;
}

#faqs h2 {
    color: #00bbb3;
    font-family: 'avenir-heavy';
    font-size: 1.4rem;
    padding-right: 2rem;
}

#faqs h2.active {
    color: #ffffff;
}

#faqs .paragraph p {
    padding: 2rem 0;   
}

#faqs .faq-open {
    width: 2.5rem;
}

#faqs .faq-closed {
    width: 2rem;
    display: none;
}

#faqs .faq-name {
    margin-right: auto;
}
/* END FAQS */


/* CONTACTS */
#contacts .text {
    width: 45%;
    padding-right: 3rem;
}

#contacts .structure {
    padding: 3rem 0 6rem 0;
}

#contacts .structure > div {
    padding: 0.5rem 0;
}

#contacts .structure .place {    
    cursor: pointer;
    border: 0.4rem double #00bbb3;
    padding: 0.5rem 1.5rem;
}

#contacts .structure .place.active {
    background-color: #9fd4c9;
}

#contacts h2 {
    font-size: 1.4rem;
    color: #00bbb3;
    font-family: 'avenir-heavy';
}

#contacts h2.active {
    color: #ffffff;
}

#contacts form input,
#contacts form select,
#contacts form textarea {
    color: #646469;
    font-family: 'avenir-black';
    font-size: 1.2rem;
    width: 100%;
    border: none;
    border-bottom: 0.1rem solid #646469;
    padding-bottom: 0.5rem;
    background-color: transparent;
    margin-bottom: 2rem;
}

#contacts form option {
    border: 0.1rem solid #d9d9d9;
    font-family: 'avenir-light';
    color: #9d9d9c; 
    background-color: #ffffff;
    padding: 0.5rem 1.5rem;
}

#contacts::-webkit-input-placeholder { 
    color: #646469;
    font-family: 'avenir-black';
    font-size: 1.2rem;
}

#contacts:-moz-placeholder { 
    color: #646469;
    font-family: 'avenir-black';
    font-size: 1.2rem;
}

#contacts::-moz-placeholder { 
    color: #646469;
    font-family: 'avenir-black';
    font-size: 1.2rem;
}

#contacts:-ms-input-placeholder { 
    color: #646469;
    font-family: 'avenir-black';
    font-size: 1.2rem;
}

#contacts .send {
    padding-bottom: 2rem;
}

#contacts form button {
    background-color: transparent;
    border: 1px solid #00bbb3;
    color: #00bbb3;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-family: 'avenir-black';
    font-size: 1.4rem;
}

#contacts form button:hover {
    background-color: #00bbb3;
    color: #ffffff; 
}

#contacts .image {
    width: 55%;
    position: relative;
}

#contacts .popup {
    position: absolute;
    top: 14.2rem;
    display: none;
}

#contacts .popup-content {
    background-color: rgba(255, 255, 255, 0.8);
    width: 30rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
}

#contacts .popup-content .address {
    margin-right: auto;
}

#contacts .popup-content p {
    font-size: 1.4rem;       
}

#contacts .popup-content a {
    color: #646469;
}

#contacts .popup-content .principal {
    font-family: 'avenir-heavy';
}

#contacts .popup-content .spacing {
    padding-top: 3rem;
}

#contacts .popup-content img {
    width: 2rem;
    cursor: pointer;
} 
/* END CONTACTS */


/* POPUP FORM CONTACTS */
.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

.popup-form-content {
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    background-color: #ffffff;
}

.popup-form-close {
    padding-top: 2rem;
    padding-right: 2rem;
    text-align: right;    
}

.popup-form-close img {
    width: 2rem;
    cursor: pointer;
}    

.popup-form-text {
    padding: 8rem 4rem;    
}

.popup-form-text p {
    font-family: 'avenir-book';
    font-size: 1.6rem;
}
/* END POPUP FORM CONTACTS */


/* MEDIA QUERIES */
/* DESKTOP */
@media(max-width: 1699px) {  

    /* CONTENT */
    html {
        font-size: 10px;
    } 

}

/* PORTATIL */
@media (max-width: 1199px) {   

    /* CONTENT */
    .container {
        padding-left: 2rem;
        padding-right: 2rem; 
    }

    .container-left {
        padding-left: 2rem;
    }

    .container-right {
        padding-right: 2rem;
    }  

    .testimonials {
        padding: 6rem 0.5rem;
    }   

    .testimonials .paragraph p {
        height: 24rem;
    } 

    /* HEADER */
    header {
        padding: 3rem;
    }

    header .schedule-border {
        left: -3rem;
    }

    /* HOME */ 
    #home .about .flex-main .text {
        padding-top: 4rem;
    }

    #home .slider {
        padding: 10rem 6rem;
    }   

    /* CIRURGIA PLASTICA */
    #surgery .topic-content .slider {
        padding: 3rem 8rem 5rem 8rem;
    }

    /* RESULTADOS E TESTEMUNHOS */
    #results .columns > div {
        width: 33%;
    }

    #results .columns .three {
        border-right: none;
    }

    /* RESULTADOS E TESTEMUNHOS PÁGINA INDIVIDUAL */
    #resultsPage .pictures {
        padding: 3rem 1rem 4rem 1rem;
    }

    #resultsPage .pictures > div {
        padding: 2.5rem 1.5rem;
    }
 
}

/* TABLET */
@media(max-width: 991px) { 

    /* CONTENT */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    } 

    .container-left {
        padding-left: 1rem;
    }

    .container-right {
        padding-right: 1rem;
    }  

    .top {
        padding-top: 12rem;
    }

    .menu,
    .content {
        width: 100%;
    }

    .testimonials {
        padding: 3rem 0;
    }   

    .testimonials .wrapper {
        padding: 1rem;
    }

    /* LOADING */
    .loading .image img {
        width: 40rem;
    }

    /* HEADER */  
    header {
        padding: 2rem 0;
        background-color: #ffffff !important;
        position: fixed;
        width: 100%;
        height: unset;
        z-index: 100;
    }

    header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    header .logo {
        padding: 0 1rem;
    }

    header .logo img {
        width: 12rem;
    }

    header .itens {
        padding: 0;
    }

    header .navbar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: fixed;
        top: 12rem;
        background-color: #ffffff;
        width: 100%;
        height: calc(100vh - 12rem);
        -webkit-transform: translate(-101%);
            -ms-transform: translate(-101%);
                transform: translate(-101%);
        overflow-y: scroll;
        padding-top: 4rem;
    }

    header ul li {    
        padding: 2rem 1rem;
        font-size: 1.4rem;
    }

    header .schedule {
        padding: 0 1rem;
    }

    header .schedule a > div {
        width: 13rem;
    }
      
    header .toggle, 
    header .bar {
        display: block;
        cursor: pointer;
    }

    header .toggle {
        padding-top: 4rem;
    }
      
    header .mobile {
        -webkit-transform: translate(0%)!important;
            -ms-transform: translate(0%)!important;
                transform: translate(0%)!important;
    } 

    /* HOME */
    #home .banner {    
        height: calc(100vh - 15rem);
    }

    #home .slider {
        padding: 10rem 5rem;
    }

    /* CIRURGIA PLASTICA */
    #surgery .topic-content .slider {
        padding: 3rem 4rem 5rem 4rem;
    }

    #surgery .topic-content .slider .box {
        padding: 0 0.5rem;
    }

    #surgery .prev {
        left: -3.5rem !important;
    }

    #surgery .next {
        right: -3.5rem !important;
    }

    /* RESULTADOS E TESTEMUNHOS PÁGINA INDIVIDUAL */
    #resultsPage .pictures {
        padding: 3rem 0 4rem 0;
    }

    /* POPUP FORM CONTACTS */
    .popup-form-content {
    	width: 90%;
	}
    
}

/* SMARTPHONE */
@media(max-width: 700px) {  

    /* CONTENT */
    .space {
        padding-top: 4rem;
    }

    .prev img, 
    .next img {
        width: 2rem;
    }    

    .testimonials .flex > div {
        width: 100%;
    }

    .testimonials .paragraph p {
        height: unset;
    }

    /* LOADING */
    .loading .image img {
        width: 25rem;
    }
    
    /* FOOTER */
    footer .flex-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    footer .media {
        text-align: left;
        padding-top: 4rem;
    }

    /* HOME */
    #home .slogan {   
        width: 100%;
        background-color: transparent;
        left: 0;
    }

    #home .about .flex-main > div {
        width: 100%;
    }    

    #home .about .flex-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    #home .about .flex-other {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }    

    #home .slider {
        padding: 10rem 5rem;
    }

    #home .slider .box {
        padding: 0 0.5rem;
    }

    #home .separator {
    	height: 20rem;
	}

    #home .separator h2 {
        right: 0;    
        left: 0;
        text-align: center;
    }

    #home .pellicle {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }

    /* CV */
    #cv .text,
    #cv .image {
        width: 100%;
    } 
    
    #cv .paragraph p {
        padding: 4rem 0 4rem 0;
    }

    #cv .container-left {
        padding-right: 1rem;
        padding-bottom: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    /* CIRURGIA PLASTICA */
    #surgery .background {
    	height: 14rem;
	}

    #surgery .person img {
    	width: 14rem;
	}

	#surgery h2 {
    	font-size: 2rem;
	}

	#surgery h3, 
	#surgery h4 {
    	font-size: 1.6rem;
	}

	#surgery .topic-content .slider h4 {
    	padding-bottom: 1rem;
	}

	#surgery .prev, 
	#surgery .next {
    	top: 65%;
	}

    #surgery .topic-click {
        width: 90%;
    }

    #surgery .topic-content .block .flex > div {
        width: 100%;
    }

    #surgery .topic-content .block .flex > div:first-child {
        padding-right: 0;
    }

    #surgery .topic-content .block .flex > div:last-child {
        padding-left: 0;
    }

    /* RESULTADOS E TESTEMUNHOS */
    #results .columns > div {
        width: 100%;
        padding: 2rem 0;
    }

    #results .columns .links {
        border-right: none; 
        height: unset;
        border-bottom: 0.2rem solid #9fd4c9;
        text-align: center;
        padding: 1rem 2rem 3rem 1rem;
    }

    /* RESULTADOS E TESTEMUNHOS PÁGINA INDIVIDUAL */
    #resultsPage .pictures > div {
        width: 100%;
        padding: 2.5rem 1rem;
    }
    

    /* FAQS */
    #faqs .container-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-right: 1rem;
    }

    #faqs .flexbox > div {
        width: 100%;
    }

    #faqs .structure {
        padding: 2rem 0 6rem 0;
    }

    /* CONTACTOS */
    #contacts .text,
    #contacts .image {
        width: 100%;
    }

    #contacts .popup,
    #contacts .popup-content {
        width: 100%;
    }

    #contacts .image {
        padding-top: 4rem;
    }
   
    #contacts .container-left {
        padding-right: 1rem;
    }

    #contacts .popup {
        position: fixed;
    }   

    #contacts .popup-content {
        background-color: rgba(255, 255, 255, 1);
    }
   
} 
/* END MEDIA QUERIES */  