a,button{outline:0}input,label,select,textarea{display:block}#navigation .dot,.banner_video,.main-menu li,.parallax_home{position:relative}#navigation a.is-selected .label,#navigation a:hover .label{opacity:1}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}::-webkit-scrollbar{width:5px;background-color:#F5F5F5}::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:rgba(0,144,69,1)}body{margin:0;padding:0;color:#333;font-size:1em;font-weight:300;font-family:Roboto,sans-serif;overflow-x:hidden}.f-container,.l-container{margin-left:auto;margin-right:auto}.bg-green,.green{color:rgba(0,144,69,1)}.white{color:#fff}.bg-white{background:#fff}.r400{font-family:Roboto;font-weight:400}a{color:#293d55;text-decoration:none}a:active,a:focus,a:hover{color:#333;outline:0;text-decoration:none}.pd5{padding:2em}img{max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.banner_content,.main-menu a{font-family:Roboto}.l-container{width:90%;max-width:1200px}.f-container{width:100%}.main-header{background:rgba(255,255,255,0)}.main-header .l-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.logo{width:40%;margin:.5em}@media screen and (max-width:480px){.logo{width:20%}}.main-menu{width:100%;z-index:6}.main-menu li{list-style:none}@media screen and (min-width:1024px){.main-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.main-menu a.active_menu,.main-menu a:hover{color:rgba(0,144,69,1);background:0 0}}.main-menu a{padding:0 .8em;line-height:25px;color:#fff;font-size:16px;height:20px;width:100%;font-weight:400;margin:0 .8em}.icon{width:80px;height:80px;cursor:pointer;position:absolute;right:20px;z-index:9}.hamburger,.hamburger:after,.hamburger:before{position:absolute;width:50px;height:6px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:.5s}@media screen and (min-width:1025px){.icon{display:none}}@media screen and (max-width:1024px){.main-menu{display:none}.icon{overflow:hidden}}#navigation a,#navigation a span{display:inline-block}.hamburger{top:50%;left:50%;transform:translate(-50%,-50%)}.hamburger:after,.hamburger:before{content:''}.hamburger:before{top:-16px}.hamburger:after{top:16px}@media screen and (max-width:480px){.hamburger,.hamburger:after,.hamburger:before{position:absolute;width:40px;height:4px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:.5s}.hamburger{top:50%;left:50%;transform:translate(-50%,-50%)}.hamburger:after,.hamburger:before{content:''}.hamburger:before{top:-10px}.hamburger:after{top:10px}}.icon.active .hamburger{background:rgba(0,0,0,0);box-shadow:0 2px 5px transparent}.icon.active .hamburger:before{top:0;transform:rotate(45deg);background:rgba(0,144,69,1)}.icon.active .hamburger:after{top:0;background:rgba(0,144,69,1);transform:rotate(135deg)}@media screen and (max-width:1024px){.menu,.menu ul{margin:0;padding:0}.menu{position:fixed;top:0;right:-100%;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:8;transition:.5s}.menu ul{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.menu ul li{list-style:none}.menu ul li a{padding:5px;font-size:3em;display:inline-block;font-family:Roboto;font-weight:400;text-decoration:none;text-transform:uppercase;color:#fff;border-bottom:2px dashed rgba(0,144,69,.4);margin:.2em}.menu .active_menu,.menu ul li a:hover{color:rgba(0,144,69,1);background:#fff}.menu.show{right:0;overflow:auto}}@media screen and (max-width:768px){.menu ul li a{font-size:2em}}.sticky{background:rgba(0,0,0,.6);position:fixed;top:0;left:0;width:100%;z-index:10}.sticky .logo{width:30%}.sticky .main-menu a{color:#fff;font-weight:500}.sticky .main-menu a.active_menu,.sticky .main-menu a:hover{color:rgba(0,144,69,1);background:0 0;font-weight:500}.menu-top{width:100%;position:absolute;z-index:15;letter-spacing:1px}#navigation{position:fixed;right:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);z-index:10}#navigation li{list-style-type:none;text-align:right}#navigation a:after{display:table;clear:both}#navigation a span{float:right;-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6)}#navigation a:hover span{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}#navigation a.is-selected .dot{background-color:#2c3e50}#navigation .dot{top:8px;height:12px;width:12px;border-radius:50%;background-color:#ecf0f1;border:2px solid rgba(0,0,0,.5);-webkit-transition:-webkit-transform .2s,background-color .5s;-moz-transition:-moz-transform .2s,background-color .5s;transition:transform .2s,background-color .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}#navigation .label{position:relative;margin-right:10px;padding:.2em .3em;color:#bdc3c7;font-weight:400;text-transform:uppercase;font-size:1.1rem;-webkit-transition:-webkit-transform .2s,opacity .2s;-moz-transition:-moz-transform .2s,opacity .2s;transition:transform .2s,opacity .2s;opacity:0;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.arrow-home,.banner_content_text,.banner_title,.bg_parallax__home_content_text{margin:0}.arrow-home,.banner_content{color:#fff;text-align:center}.arrow-home{line-height:60px;font-size:70px;padding:0;animation:jumpArrow 1s linear infinite}@media screen and (max-width:480px){.arrow-home{font-size:40px}}@keyframes jumpArrow{0%{transform:translateY(0)}100%{transform:translateY(30px)}}.parallax_home{width:100%;background:url(../img/slider/1.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:100vh}.banner_video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.banner_video video{display:block;width:100%}.banner_video img{display:none;width:100%}.banner_content{z-index:1;position:absolute;top:50%;font-weight:300;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.bg_parallax__home,.parallax_contact,.parallax_home2{position:relative}.typed,.typed-cursor{color:rgba(0,144,69,1)}.banner_title{font-size:1.4em}@media screen and (min-width:1025px){.banner_title{font-size:3em}.banner_content_text{font-size:1em}}.banner_button{font-size:.8em}@media screen and (min-width:1025px){.banner_button{font-size:1em}}@media screen and (max-width:480px){.banner_content_text{display:none}.banner_title{font-size:.7em}.banner-button{line-height:2.5;font-size:.5em}}@media screen and (max-width:768px){.banner_video video{display:none;width:0}.banner_video img{display:block;width:100%}}.typed{font-weight:500}.typed-cursor{-webkit-animation-name:cursor-blink;animation-name:cursor-blink;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.parallax_home2{width:100%;background:url(../img/slider/2.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:100vh}.parallax_benefits{width:100%;background:url(../img/slider/3.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:100vh;position:relative}.parallax_contact{width:100%;background:url(../img/slider/contact.jpg) center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-height:100vh}.bg_parallax__home:after{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(0,144,69,.95)}.bg_parallax__home img{display:block;width:100%}.bg_parallax__home_content{z-index:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;text-align:center;color:#fff;padding:1em}@media screen and (max-width:600px){.bg_parallax__home_content{z-index:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}}.bg_parallax__home_title{font-size:2em;margin:0;font-weight:300;letter-spacing:13px;opacity:.8}@media screen and (min-width:1025px){.bg_parallax__home_title{font-size:5em}.bg_parallax__home_content_text{font-size:1em}}.separator{width:40%}hr.separatorhr{width:33%;margin-top:30px;margin-bottom:30px;overflow:visible;padding:0;border:0;height:1px;background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));text-align:center}.big_size{font-size:2.5em}.xbig_size{font-size:76px}.align_left{text-align:left}.align_right{text-align:right}.about_home,.icon_title,.main_title,.title_mains{text-align:center}.about_home{width:90%}@media screen and (min-width:1024px){.about_home{width:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.icon_title{font-size:3em;margin:0 auto 5px;-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite}.subtitle{margin:0 0 -20px;font-weight:300}.main_title{margin:0;padding:.5em}.main_title:after{content:'';width:55px;background:rgba(0,144,69,1);height:3px;display:block;margin:5px auto 10px}.button{display:inline-block;line-height:2.5;padding:0 1.2em;margin:1em .5em 0;color:#fff}.button.primary{background:#514077}.button.primary:hover{background:#463766;color:#fff}.button.secondary{background:#924992}.button.secondary:hover{background:#814181}.button.third{background:#FFAD01;color:#514077}.button.third:hover{background:#e79c00}.list-check{list-style:none;padding:0 2em 0 0}.list-check li{padding-left:1.3em}.list-check li:before{content:'\f00c';font-family:FontAwesome;display:inline-block;color:rgba(0,144,69,1);margin-left:-1.3em;width:1.3em}.column_two{padding-top:1em;padding-bottom:2em}@media screen and (min-width:1025px){.column_two{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:justify;justify-content:center}.column-1,.column-2{width:35%}}.about-content{text-align:justify}.about-title h2{text-align:center;font-size:2.7em;text-transform:none;font-style:italic;line-height:50px}.gallery__two_column__container{width:70%}@media screen and (min-width:480px){.gallery_column__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.gallery__two_column__title{width:100%;font-size:16px;color:#fff;text-align:center;margin:0 0 3px;padding:5px;box-shadow:2px 5px 8px rgba(0,0,0,.3)}.gallery_column__container iframe{max-width:100%;height:100%;box-shadow:2px 5px 8px rgba(0,0,0,.3)}.up-page,.whatsapp-fixed{position:fixed;bottom:15px;height:50px;z-index:2}.gallery__two_column img{box-shadow:2px 5px 8px rgba(0,0,0,.3)}.gallery__two_column .gallery__two_column{margin:.5em}@media screen and (min-width:680px){.gallery__two_column{width:calc(50% - .3em);margin:0 0 1em}}@media screen and (min-width:1025px){.gallery__two_column{width:calc(50% - .5em)}.contact-fast{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.contact-form__fast,.contact-map__fast{width:50%}}#map-container{width:100%;min-height:500px;margin:0}.contact-form{padding-top:2em}@media screen and (min-width:880px){.contact-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.contact-one,.contact-two{width:48%}}.contact-form label{font-size:.9em;opacity:.7;margin-bottom:5px}.contact-form [type=text],.contact-form [type=file],.contact-form select,.contact-form textarea{font-family:Raleway;outline:0;width:100%;margin-bottom:1em}.contact-form [type=text],.contact-form textarea{background:#f8f8f8;border-image:none;border-style:none;border-bottom:4px solid #d4d4d4;color:#262626;font-size:12.5px;font-weight:700;padding:16px 41px 16px 16px}.contact-form [type=file]{background:#f8f8f8;border-image:none;border-style:none;border-bottom:4px solid #d4d4d4;color:#262626;font-size:12.5px;font-weight:700}.contact-form [type=file]:focus,.contact-form input:focus,.contact-form textarea:focus{border-bottom:4px solid rgba(247,198,0,1)}.upload::-webkit-file-upload-button{color:#fff;border:none;padding:16px;font-family:Raleway;font-weight:700;outline:0;background:rgba(247,198,0,1)}.contact-form select{border:1px solid #d4d4d4;padding:16px 41px 16px 16px}.contact-form select option{color:#000;padding:5px}.contact-form [type=submit]{float:right;width:auto;cursor:pointer}.main-footer{margin-top:-5px;padding-top:1em;font-size:14px;text-align:center;padding-bottom:.6em;background:#161616;color:#fff}.main-footer a{color:#fff}.main-footer a:active,.main-footer a:hover{text-decoration:none;color:#f04}@media screen and (max-width:480px){.nomobile{display:none}}.whatsapp,.whatsapp-fixed{display:flex;background:#25D366;justify-content:center;box-shadow:2px 2px 4px rgba(0,0,0,.3);cursor:pointer}.whatsapp{width:70%;margin:0 auto;padding:7px;color:#fff;align-items:center}.whatsapp i{font-size:1.5em;color:#fff}.whatsapp-fixed{left:15px;width:210px;align-items:center}.whatsapp-fixed i{font-size:1.5em;color:#fff;opacity:1}@media screen and (max-width:768px){.whatsapp{width:90%}.whatsapp-fixed{width:50px}.whatsapp-fixed i{font-size:1.8em;margin-left:7px}.whatsapp-fixed p{display:none}}.up-page{right:15px;width:50px;background:-webkit-linear-gradient(right top,#000,rgba(0,144,69,1));background:-o-linear-gradient(bottom left,#000,rgba(0,144,69,1));background:-moz-linear-gradient(bottom left,#000,rgba(0,144,69,1));background:linear-gradient(to bottom left,#000,rgba(0,144,69,1));display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:2px 2px 4px rgba(0,0,0,.4);opacity:.8}.up-page i{font-size:2.5em;color:#fff;opacity:1}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%,100%{-webkit-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes cursor-blink{0%,50%{opacity:1}100%,51%{opacity:0}}@keyframes cursor-blink{0%,50%{opacity:1}100%,51%{opacity:0}}