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-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:75%;scroll-behavior:smooth}body{font-family:"Roboto", sans-serif}@media screen and (min-width: 700px){html{font-size:100%}}.body-overflow-hidden{overflow:hidden}.header{min-height:78px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0c0c0c}.header__logo{background-image:url("../../../assets/images/logo2.svg");background-size:contain;background-repeat:no-repeat;width:50px;height:50px}.header__nav{width:100%;max-width:1800px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__ul{position:absolute;z-index:10;width:100%;max-width:450px;top:0;left:-100%;height:100vh;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__ul--active{left:0%}.header__li{display:block}.header__link{font-size:18px;display:block;color:white;text-decoration:none;padding:10px;margin-bottom:10px}.header__link:hover{background-color:#fff;color:black}.header__menu{z-index:11}.header__menu div{width:24px;height:3px;margin-bottom:3px;background-color:#fff}.banner{background-image:url("../../../assets/images/banner.jpg");background-size:cover;background-position-y:bottom;background-position-x:center;background-repeat:no-repeat;min-height:calc(80vh - 70px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:90%;max-width:1000px;margin:0 auto;padding:3rem 0}.banner__title{font-size:4rem;color:white;font-weight:lighter;position:relative;text-shadow:2px 2px 4px rgba(0,0,0,0.849);z-index:3}.banner__title::after{content:'DR. LEANDRO PINHO';display:block;position:absolute;top:-2rem;left:0;font-size:1.5rem}.banner__cta{display:block;background-color:#000;width:90%;max-width:270px;padding:20px 10px;color:white;border-radius:10px;text-decoration:none;text-align:center;font-weight:bold;font-size:1rem;margin-top:2rem;-webkit-transition:ease 0.4s;transition:ease 0.4s;-webkit-box-shadow:0 0 5px rgba(255,255,255,0.158);box-shadow:0 0 5px rgba(255,255,255,0.158)}.banner__cta:hover,.banner__cta:focus{-webkit-transform:scale(1.09);transform:scale(1.09)}.all-services__card{max-width:800px;width:90%;margin:2rem auto;border-bottom:2px solid #C7A54E;padding-bottom:1rem}.all-services__img{width:100%;-o-object-fit:cover;object-fit:cover}.all-services__title{font-size:2.5rem;font-weight:600;text-align:left;padding-left:1rem;margin:1rem 0}.all-services__description{font-size:1.125rem;line-height:1.5;padding:0.5rem 0;padding-left:1rem;font-weight:400}.fixed-icon{display:block;position:fixed;z-index:4;right:10px;top:30%;width:50px;height:50px;border-radius:50%}.fixed-icon img{width:100%;-o-object-fit:cover;object-fit:cover}.footer{background-color:#0c0c0c;padding-top:2rem;padding-bottom:0}.footer__wrapper{max-width:1000px;width:90%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:30px}.footer__li{margin-bottom:15px}.footer__link{display:block;color:white;font-size:1.125rem;text-decoration:none;font-weight:300}.footer__ul2{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__ul2:last-child .footer__icon{margin-right:0}.footer__connect{display:block;font-size:1.2rem;color:white;font-weight:400;padding-bottom:1rem}.footer__icon{display:block;padding-right:10px}.footer__copy{background-color:black;font-weight:300;font-size:1rem;padding:20px;text-align:center;margin-top:2rem}.footer__copy a{text-decoration:none;color:white}@media screen and (min-width: 700px){.fixed-icon{width:70px;height:70px}.header__menu{display:none}.header__logo{background-image:url("../../../assets/images/logo2.svg")}.header__ul{position:initial;height:initial;max-width:initial;width:initial;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:transparent;margin-left:auto}}@media screen and (min-width: 1000px){.header__logo{width:443px;background-image:url("../../../assets/images/logo.svg")}.footer__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-bottom:0}.footer__li{margin-left:10px}.footer__connect{text-align:right;margin-top:0}.footer__icon{padding-right:0}}
/*# sourceMappingURL=style.min.css.map */