@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@font-face{font-family:"icomoon";src:url("../fonts/icomoon.eot?52nksg");src:url("../fonts/icomoon.eot?52nksg#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?52nksg") format("truetype"),url("../fonts/icomoon.woff?52nksg") format("woff"),url("../fonts/icomoon.svg?52nksg#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-envelope:before{content:""}.icon-whatsapp:before{content:""}.icon-brand:before{content:""}.icon-social:before{content:""}.icon-checkmark:before{content:""}.icon-instagram:before{content:""}.icon-twitter:before{content:""}.icon-brand1:before{content:""}.icon-tweet:before{content:""}.icon-social1:before{content:""}.icon-linkedin:before{content:""}.icon-brand11:before{content:""}.icon-social11:before{content:""}.icon-facebook:before{content:""}.icon-brand2:before{content:""}.icon-social2:before{content:""}.icon-youtube:before{content:""}.icon-brand3:before{content:""}.icon-social3:before{content:""}.icon-arrow-right:before{content:""}.icon-checkmark1:before{content:""}.icon-menu:before{content:""}.icon-close:before{content:""}.icon-world:before{content:""}.icon-globe:before{content:""}.icon-internet:before{content:""}.icon-network:before{content:""}.icon-phone:before{content:""}.footer-theme{padding:5rem 0;background-color:#00505f;border-top:1rem solid #18a7c2}.footer-theme .container{font-family:"Montserrat",sans-serif;display:flex;gap:4rem 0;flex-direction:column;align-items:center;text-align:center}@media(min-width: 992px){.footer-theme .container{flex-direction:row;justify-content:space-between;max-width:1075px;margin:auto;align-items:flex-start;text-align:initial}}.footer-theme .container .social a span{font-size:2.35rem}@media not all and (pointer: coarse){.footer-theme .container .social a:hover{color:#18a7c2}}@media(min-width: 992px){.footer-theme .container .menu{width:35rem;display:flex;flex-wrap:wrap;justify-content:space-between}}.footer-theme .container .menu li{padding-bottom:1rem}@media(min-width: 992px){.footer-theme .container .menu li{width:45%}}.footer-theme .container .menu li a{text-transform:uppercase;font-size:1.4rem}@media not all and (pointer: coarse){.footer-theme .container .menu li a:hover{color:#18a7c2}}.footer-theme .container p{color:#fff;font-size:1.4rem}.footer-theme .container a{color:#fff}.footer-theme .container .content div{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;justify-content:center}@media(min-width: 992px){.footer-theme .container .content div{justify-content:initial}}.footer-theme .container .content div span img{display:inline-block;top:4px;position:relative}.footer-theme .container .content div p{margin:0}.header{left:0;width:100%;height:auto;z-index:100;padding:4rem 0;background:rgba(0,0,0,0)}.header .container{padding:0}.header .wrapper{display:flex;justify-content:space-between;align-items:center;gap:2.5rem;max-width:100%;margin:0 auto}.header .wrapper .logo{width:initial}@media only screen and (min-width: 993px){.header .menu{display:flex;align-items:center;margin-top:1.25rem}@media not all and (pointer: coarse){.header .menu a:hover{color:#18a7c2 !important}}.header .menu li a.active-menu{border-top:1px solid #18a7c2 !important}.header .menu>li:last-of-type{position:absolute;top:-2rem;right:0}.header .menu>li:last-of-type a{font-size:2rem}@media not all and (pointer: coarse){.header .menu:hover>a{color:#00505f}.header .menu:hover>a .expand::before,.header .menu:hover>a .expand::after{background:#00505f}}}.header .menu>.menu-item{position:relative;display:inline-block;margin:0 1.25rem}@media(min-width: 1400px){.header .menu>.menu-item{margin:0 2rem}}.header .menu>.menu-item>a{display:block;font-family:"Montserrat",sans-serif;font-size:1.4rem;line-height:inherit;padding:1rem 0;border:none;outline:none;color:#fff;text-transform:uppercase;transition:all .35s ease}.header .menu>.menu-item>a .expand{position:relative;display:inline-block;width:.75rem;height:.75rem;margin-left:.35rem;pointer-events:none;border:none;outline:none}.header .menu>.menu-item>a .expand:before,.header .menu>.menu-item>a .expand:after{position:absolute;box-sizing:inherit;content:"";top:50%;left:50%;width:100%;height:2px;background:var(--color-black);transform:translate(-50%, -50%);transition:all .35s ease}.header .menu>.menu-item>a .expand::after{transform:translate(-50%, -50%) rotate(-90deg)}.header .menu>.menu-item>.sub-menu>.menu-item>a:hover{color:#00505f}.header .menu>.menu-item>.sub-menu{position:absolute;top:100%;left:0;width:100%;min-width:220px;height:auto;padding:.75rem 0;border:none;outline:none;opacity:0;visibility:hidden;border-bottom:2px solid #18a7c2;box-shadow:var(--shadow-medium);transition:all .35s ease;z-index:1000}.header .menu>.menu-item>.sub-menu>.menu-item{display:block}.header .menu>.menu-item>.sub-menu>.menu-item>a{text-transform:uppercase;display:block;font-family:inherit;font-size:1.3rem;font-weight:500;line-height:inherit;padding:.5rem 0;color:#fff;transition:all .35s ease}@media not all and (pointer: coarse){.header .menu>.menu-item>.sub-menu>.menu-item>a:hover{color:#fff}}.header .burger{position:relative;cursor:pointer;display:none;outline:none;opacity:0;visibility:hidden;background:none;transform:rotate(0deg);transition:all .35s ease}.header .burger-line{position:absolute;display:block;width:100%;height:2px;left:0;border:none;outline:none;opacity:1;border-radius:.25rem;background:var(--color-black);transform:rotate(0deg);transition:all .25s ease}.header .burger-line:nth-child(1){top:0}.header .burger-line:nth-child(2),.header .burger-line:nth-child(3){top:.5rem}.header .burger-line:nth-child(4){top:1rem}.header .overlay{position:fixed;top:0;left:0;height:100%;width:100%;z-index:900;opacity:0;visibility:hidden;background:rgba(0,0,0,.65);transition:all .35s ease}@media only screen and (min-width: 993px){.header .wrapper{position:relative}.header .icon-close{display:none}.header .menu>.menu-item-child:hover>.sub-menu{display:block;opacity:1;visibility:visible;transform:translateY(0)}.header .menu>.menu-item-child:hover>a .expand::after{transform:translate(-50%, -50%) rotate(0deg)}}@media only screen and (max-width: 992px){.header .overlay.active{display:block;opacity:1;visibility:visible}.header .icon-close{background-color:#00505f;position:absolute;top:-1rem;z-index:1000;padding:1.5rem;color:#fff;font-size:2rem;cursor:pointer;opacity:0;visibility:hidden;left:-100%;transition:all 1s ease}.header .active-close{left:75%;opacity:1;visibility:visible}.header .navbar{position:fixed;top:0;left:-100%;width:75%;height:100%;z-index:999;opacity:0;overflow-y:auto;visibility:hidden;background-color:#00505f;box-shadow:var(--shadow-medium);transition:all 1s ease}.header .navbar.active{left:0rem;opacity:1;visibility:visible}.header .menu{width:100%;height:auto;margin:1rem 0}.header .menu>.menu-item{display:block;margin:1rem}.header .menu>.menu-item-child>a{display:flex;justify-content:space-between;align-items:center}.header .menu>.menu-item>a{font-size:1.6rem;padding:1.625rem 1.25rem;color:#fff !important}@media not all and (pointer: coarse){.header .menu>.menu-item>a:hover{color:#fff}}.header .menu>.menu-item>a .expand{color:#fff}.header .menu>.menu-item>a .expand::before,.header .menu>.menu-item>a .expand::after{background:#fff}.header .menu>.menu-item-child.active>a .expand:after{transform:translate(-50%, -50%) rotate(0deg);background:#fff}.header .menu>.menu-item>.sub-menu{position:relative;top:auto;left:auto;width:100%;max-height:0;padding:0px;border:none;outline:none;opacity:1;overflow:hidden;visibility:visible;background:rgba(0,0,0,0);box-shadow:none;transform:translateY(0px)}.header .menu>.menu-item>.sub-menu>.menu-item>a{color:#fff;text-align:left;padding-left:2rem}.header .burger{display:block;opacity:1;visibility:visible;font-size:3rem;color:#fff}}@media only screen and (min-width: 993px){.header .menu>.menu-item>a .expand{display:none !important}}body.scrolling{overflow-y:hidden}.box-mgstudio{text-align:center;background-color:#00505f;padding:0;margin:0;display:flex;justify-content:flex-end}.box-mgstudio a{color:#fff;display:block;padding:1rem}@media not all and (pointer: coarse){.box-mgstudio a:hover{color:#18a7c2}}.video{width:100%;height:400px;-webkit-overflow-scrolling:touch}.video iframe{min-width:100%;width:100px;*width:100%;height:100%}@media(min-width: 1600px){.section-hero .container{max-width:1565px}}.section-map{position:relative}.section-map:before,.section-map:after{content:"";display:block;position:absolute;width:100%;height:100%;position:absolute;top:0;left:0}.section-map:before{background-color:rgba(27,115,168,.49);z-index:10}.section-map:after{background-color:rgba(0,0,0,.47);z-index:11}.section-map iframe{width:100%;object-fit:cover}.line{background-color:#00accd;height:1px;width:23rem;display:inline-block;margin-bottom:2.5rem}.flex-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:3rem}@media(min-width: 768px){.flex-content{flex-direction:row}}@keyframes pulse{0%{opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}100%{opacity:1}}.btn{text-transform:uppercase;font-size:1.7rem;color:#18a7c2;font-weight:400;font-family:"Montserrat",sans-serif}.btn span{padding-left:1rem}@media not all and (pointer: coarse){.btn:hover span{animation:pulse 1s ease infinite}}.cd-top--is-visible{visibility:visible;opacity:1}.cd-top--fade-out{opacity:.5}.back_to_top{position:fixed;bottom:4rem;right:1rem;z-index:9999;width:4rem;height:4rem;text-align:center;line-height:30px;background:#18a7c2;color:#fff;cursor:pointer;border-radius:2px;visibility:hidden;opacity:0;transition:all .2s ease-in;display:flex;align-items:center;justify-content:center;border:1px solid #fff}.back_to_top span{transform:rotate(270deg);font-size:1.5rem}@media not all and (pointer: coarse){.back_to_top:hover{background:#00505f}}.back_to_top-show{visibility:visible;opacity:1}.banner-page{color:#fff;background-color:#00505f;background-position:center center;background-size:cover;font-family:"Montserrat",sans-serif;padding:6rem 0;position:relative}.banner-page:before{content:"";display:block;position:absolute;background:rgba(0,0,0,.42);width:100%;height:100%;top:0;left:0}@media(min-width: 992px){.banner-page{padding:12rem 0}}.banner-page .container p{position:relative;z-index:10;font-size:2.5rem;padding:0;margin:0}@media(min-width: 768px){.banner-page .container p{font-size:3.4rem}}@media(min-width: 992px){.banner-page .container p{max-width:114.5rem;margin:auto}}@media(min-width: 768px){.grid-equipe{display:grid;grid-template-columns:repeat(2, 1fr);gap:85px 85px}}@media(min-width: 992px){.grid-equipe{display:grid;grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1400px){.grid-equipe{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1400px){.grid-equipe{width:1240px;margin:auto}}.grid-equipe li{margin-bottom:85px;text-align:center}@media(min-width: 768px){.grid-equipe li{margin-bottom:0}}.grid-equipe li .image{max-width:24.5rem;margin:auto}.grid-equipe li .image img{width:100%;margin:auto;object-fit:cover;height:370px}.grid-equipe li .nome{font-size:2rem;color:#333;font-family:"Montserrat",sans-serif;margin-bottom:0;text-transform:capitalize}.grid-equipe li .cargo{font-size:2rem}.grid-equipe li a{font-size:1.1rem;color:#333;cursor:pointer}.grid-equipe li a span{color:#18a7c2}.modal{position:fixed;width:100vw;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease;top:0;left:0;display:flex;align-items:center;justify-content:center}.modal h2{font-size:3rem;margin-top:0;text-transform:uppercase}.modal a{color:#00505f}@media not all and (pointer: coarse){.modal a:hover{color:#18a7c2}}.modal.open{visibility:visible;opacity:1;transition-delay:0s;z-index:1000}.modal-bg{position:absolute;background:rgba(0,80,95,.85);width:100%;height:100%}.modal-container{background:#fff;position:relative;padding:2rem;margin:0 2rem;width:100%;max-height:500px;overflow:auto}@media(min-width: 768px){.modal-container{width:70%}}@media(min-width: 992px){.modal-container{width:50%}}.modal-close{position:absolute;right:15px;top:15px;outline:none;appearance:none;color:#333;background:none;border:0px;font-size:3rem;cursor:pointer}@media not all and (pointer: coarse){.modal-close:hover{color:#18a7c2}}.section-hero{height:80vh;background-color:#00505f;position:relative}@media(min-width: 768px){.section-hero{height:100vh}}.section-hero .video-intro{width:100%;height:100%}.section-hero .video-intro video{width:100%;height:100%;object-fit:cover}.section-hero .info-hero{border-top:1rem solid #18a7c2;position:absolute;top:0;width:100%;height:100%;z-index:100}.section-hero .info-hero .container{width:100%;height:100%}.section-hero .info-hero .title{margin-top:9rem}@media(min-width: 992px){.section-hero .info-hero .title{max-width:100rem;margin-top:20rem;margin-left:14rem}}.section-hero .info-hero .title .line{height:.5rem;margin-bottom:0;background-color:#00accd}.section-hero .info-hero h2{color:#fff;text-transform:uppercase;font-size:3rem;font-weight:300;letter-spacing:6px}@media(min-width: 992px){.section-hero .info-hero h2{font-size:5.5rem}}.intro-home .container h2{color:#333;font-size:3.5rem;font-weight:normal;margin:0}@media(min-width: 768px){.intro-home .container h2{font-size:4.5rem}}.intro-home .container p{font-size:2rem}@media(min-width: 768px){.intro-home .container .flex-content .box-main{width:40%}}@media(min-width: 768px){.intro-home .container .flex-content .box-sec{width:50%}}.areas-atuacao{color:#fff;font-family:"Montserrat",sans-serif}.areas-atuacao ul{position:relative}.areas-atuacao ul:after,.areas-atuacao ul:before{content:"";display:block;position:absolute;width:100%;opacity:.5}.areas-atuacao ul:before{box-shadow:0px 5px 10px 2px #111;top:0}.areas-atuacao ul:after{box-shadow:0px -5px 10px 2px #111;bottom:0}@media(min-width: 992px){.areas-atuacao ul{display:flex}}.areas-atuacao ul li{margin:0;padding:3.5rem;flex:1;background-color:#18a7c2}@media(min-width: 992px){.areas-atuacao ul li{padding:6.5rem}}.areas-atuacao ul li:first-of-type{background-color:#0090ac}.areas-atuacao ul li:last-of-type{background-color:#60cade}.areas-atuacao ul li h3{font-size:2.8rem;font-weight:500;margin:0;text-transform:uppercase}.areas-atuacao ul li p{font-size:2.1rem;font-weight:300;margin:2rem 0 3rem}.areas-atuacao ul li a{color:#fff}.main-home .container a{color:#00accd}@media(min-width: 1500px){.main-home .container{max-width:1465px}}.main-home .container .line{width:10rem;margin-bottom:2.5rem}.main-home .container h3{font-size:3.1rem;color:#000;margin-top:0}.main-home .container .flex-content{flex-direction:column-reverse}@media(min-width: 768px){.main-home .container .flex-content{flex-direction:initial}}@media(min-width: 768px){.main-home .container .flex-content .box-main{width:40%}}@media(min-width: 768px){.main-home .container .flex-content .box-sec{width:50%}}.hero-internas{height:44rem}.hero-internas .info-hero .title{text-align:center;max-width:initial;margin-top:5rem;margin-left:initial}.hero-internas .info-hero .title h2{margin:0 0 2.5rem}.hero-internas .info-hero .title .line{width:11.5rem}.hero-internas .cover-page{width:100%;height:100%;background-repeat:no-repeat;background-color:#00505f;background-position:center center;background-size:cover}.section-areas-atuacao .container h2{text-transform:uppercase;font-size:3.5rem;margin-top:0;margin-bottom:4.5rem;font-weight:300}@media(min-width: 768px){.section-areas-atuacao .container h2{font-size:4.5rem}}.section-areas-atuacao .container p{margin:0 0 3.5rem}.section-areas-atuacao .container p:last-of-type{margin:0}.section-areas-atuacao .container .flex-content .box-main div,.section-areas-atuacao .container .flex-content .box-sec div{margin-bottom:3rem}.section-areas-atuacao .container .flex-content .box-main div:last-of-type,.section-areas-atuacao .container .flex-content .box-sec div:last-of-type{margin-bottom:0}@media(min-width: 768px){.section-areas-atuacao .container .flex-content .box-main,.section-areas-atuacao .container .flex-content .box-sec{width:46%}.section-areas-atuacao .container .flex-content .box-main div,.section-areas-atuacao .container .flex-content .box-sec div{margin-bottom:5.5rem}}.section-areas-atuacao .container .flex-content h3{text-transform:uppercase;font-size:3rem;color:#333;font-weight:300;position:relative;padding-bottom:3rem;margin-bottom:2rem}.section-areas-atuacao .container .flex-content h3:after{content:"";display:block;position:absolute;border-bottom:1px solid #00a8cd;height:1px;width:40%;bottom:0}@media(min-width: 768px){.section-areas-atuacao .container .flex-content h3{font-size:3.3rem}}@media(min-width: 1400px){.section-contato .container{width:1075px;margin:auto}}.section-contato .container .flex-content{width:100%}@media(min-width: 768px){.section-contato .container .flex-content .box-sec{width:43rem}}form div{margin-bottom:5rem}form div:last-of-type{margin-bottom:0}form input[type=text],form input[type=email],form textarea{transition:all .2s ease-in;border:none;border-bottom:1px solid #18a7c2;font-size:2.2rem;color:#000;width:100%;background-color:rgba(0,0,0,0);padding:1.5rem 0}form input[type=text]:focus,form input[type=email]:focus,form textarea:focus{border-bottom:1px solid #00505f;outline:none}form input[type=button]{text-transform:uppercase;font-size:1.7rem;color:#00a8cd;background-color:rgba(0,0,0,0);border:none;font-weight:bold;cursor:pointer;float:right;position:relative}.btn-theme-arrow{display:flex;align-items:center;justify-content:end}@media not all and (pointer: coarse){.btn-theme-arrow:hover span{cursor:pointer;color:#00505f}}@media not all and (pointer: coarse){.btn-theme-arrow:hover span:hover{color:#18a7c2}}.btn-theme-arrow span{color:#00a8cd;font-size:2rem}@media not all and (pointer: coarse){.btn-theme-arrow input:hover{color:#00505f}}@media(min-width: 1400px){.section-quem-somos .container,.section-valores .container{max-width:1155px;margin:auto}}.section-quem-somos .container .row,.section-valores .container .row{margin:3rem 0;position:relative}@media(min-width: 768px){.section-quem-somos .container .row,.section-valores .container .row{margin:0}}.section-quem-somos .container .row p:last-of-type,.section-valores .container .row p:last-of-type{margin:0}@media(min-width: 1400px){.section-quem-somos .container .row:last-of-type,.section-valores .container .row:last-of-type{margin-top:15rem}}@media(min-width: 768px){.section-quem-somos .container .row:last-of-type .flex-content,.section-valores .container .row:last-of-type .flex-content{flex-direction:row-reverse}}@media(min-width: 992px){.section-quem-somos .container .row:last-of-type .flex-content .box-main,.section-valores .container .row:last-of-type .flex-content .box-main{width:43rem}}@media(min-width: 768px){.section-quem-somos .container .row:last-of-type .flex-content .box-sec,.section-valores .container .row:last-of-type .flex-content .box-sec{width:45%}}@media(min-width: 1400px){.section-quem-somos .container .row:last-of-type .flex-content .image-box,.section-valores .container .row:last-of-type .flex-content .image-box{margin-top:0;width:65rem}}@media(min-width: 1400px)and (min-width: 1400px){.section-quem-somos .container .row:last-of-type .flex-content .image-box:after,.section-valores .container .row:last-of-type .flex-content .image-box:after{content:"";display:block;position:absolute;bottom:-8rem;left:-10rem}}.section-quem-somos .container .flex-content,.section-valores .container .flex-content{align-items:center}.section-quem-somos .container .flex-content h2,.section-valores .container .flex-content h2{font-size:4rem;font-weight:300;margin-top:0}@media(min-width: 768px){.section-quem-somos .container .flex-content h2,.section-valores .container .flex-content h2{font-size:4.5rem}}@media(min-width: 768px){.section-quem-somos .container .flex-content .box-main,.section-valores .container .flex-content .box-main{width:45%}}@media(min-width: 992px){.section-quem-somos .container .flex-content .box-main,.section-valores .container .flex-content .box-main{width:65rem}}@media(min-width: 768px){.section-quem-somos .container .flex-content .box-sec,.section-valores .container .flex-content .box-sec{width:45%}}@media(min-width: 992px){.section-quem-somos .container .flex-content .box-sec,.section-valores .container .flex-content .box-sec{width:38.5rem}}.section-quem-somos{padding-bottom:0 !important}.image-box{position:relative;width:100%}@media(min-width: 1400px){.image-box{margin-top:9rem}}.image-box img{position:relative;z-index:10;width:100%;object-fit:cover}@media(min-width: 1400px){.image-box:after{content:"";display:block;position:absolute;width:275px;height:275px;background-color:#1ca3c2;bottom:-8rem;right:-7.5rem}}@media(min-width: 1400px){.section-valores .container .image-box:after{content:"";display:block;position:absolute;width:275px;height:275px;background-color:#1ca3c2;top:-6rem;right:-12.5rem}}@media(min-width: 1400px){.section-valores .container .row{margin-top:5rem !important}}@media(min-width: 1400px){.section-valores .container .row:last-of-type{margin-bottom:30rem}}.section-valores .container .row:last-of-type p:last-of-type{padding-bottom:3rem}@media(min-width: 1400px){.section-valores .container .row:last-of-type p:last-of-type{position:absolute;width:75rem;left:40rem;bottom:-30rem}}.section-valores .container .row:last-of-type p:last-of-type:after{content:"";display:block;position:absolute;border-bottom:1px solid #00a8cd;height:1px;width:40%;bottom:0}@media(min-width: 1400px){.section-valores .container .row:last-of-type .flex-content{justify-content:space-around}}@media(min-width: 992px){.section-valores .container .row:last-of-type .flex-content .image-box{width:42rem}}@media(min-width: 1400px){.section-valores .container .row:last-of-type .flex-content .image-box{margin-left:5rem}}@media(min-width: 1400px){.section-valores .container .row:last-of-type .flex-content .image-box:after{content:"";display:block;position:absolute;bottom:-7rem;left:-9rem;top:initial;right:initial}}@media(min-width: 992px){.section-valores .container .row:last-of-type .flex-content .box-main{width:50rem}}.section-cta-quem-somos .container .flex-content{align-items:center}@media(min-width: 768px){.section-cta-quem-somos .container .flex-content .box-main{width:45%}}@media(min-width: 992px){.section-cta-quem-somos .container .flex-content .box-main{width:47rem}}@media(min-width: 768px){.section-cta-quem-somos .container .flex-content .box-sec{width:45%}}@media(min-width: 1400px){.section-cta-quem-somos .container .flex-content .box-sec{width:83rem}}.section-contato a{color:#18a7c2}@media not all and (pointer: coarse){.section-contato a:hover{color:#00505f;font-weight:bold}}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%;font-family:"Lato",sans-serif;color:#333;background-color:#f2f2f2}h2,h3,h4,h5{font-family:"Montserrat",sans-serif;line-height:1.3;font-weight:500}ul{list-style:none;margin:0;padding:0}a{text-decoration:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}p{font-size:2rem;line-height:1.7;padding-top:0;margin-top:0;word-wrap:break-word}textarea{resize:vertical}img{max-width:100%;user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}::-moz-selection{background-color:#00505f;color:#fff}::selection{background-color:#00505f;color:#fff}::-webkit-scrollbar{width:1.25em;height:1.25em}::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;background-color:#00505f;border-radius:7px;box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}::-webkit-scrollbar-button{display:none;width:0;height:0}::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}::-webkit-scrollbar-track{background:#80a8af}input.placeholder,textarea.placeholder{color:#000}input:-moz-placeholder,textarea:-moz-placeholder{color:#000}input::-moz-placeholder,textarea::-moz-placeholder{color:#000}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#000}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#000}input:-webkit-autofill{box-shadow:0 0 0 30px #18a7c2 inset}.container{margin:auto;padding:0 2rem}@media(min-width: 1200px){.container{max-width:1185px;padding:0}}@media(min-width: 1400px){.container{max-width:1380px}}.page-section{padding:5rem 0}@media(min-width: 768px){.page-section{padding:10rem 0}}/*# sourceMappingURL=main.css.map */
