@font-face{font-family:'Helvetica-Condensed';src:URL("../assets/fonts/Helvetica-Condensed-Bold.otf") format("truetype")}@font-face{font-family:'SF';src:URL("../assets/fonts/SFCompactDisplay-Medium.otf") format("truetype")}body{box-sizing:border-box;position:relative;overflow:auto;width:100%;margin:0em;min-height:100%;padding:0em;-webkit-overflow-scrolling:touch}body.overflow-hidden{overflow:hidden}html,div,li,span,a,body,p,table,input,select{-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;font-family:'SF', sans-serif !important;-webkit-overflow-scrolling:touch}.helvetica{font-family:'Helvetica-Condensed', sans-serif !important}.title-style-1{font-size:2.2em;font-family:'Helvetica-Condensed', sans-serif !important;font-weight:600;text-align:center}.btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1em 0.5em;box-sizing:border-box;background:transparent;border:0.125em solid;border-image:linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);border-image-slice:1;text-transform:uppercase;text-decoration:none;color:#fff;background:#4aa2d1;background:-moz-linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);background:-webkit-linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);background:linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4aa2d1",endColorstr="#2f1f67",GradientType=1)}.btn.outline{background:transparent;border-color:#4AA2D1;color:#000;border-image:none}.btn.blue{background:#4AA2D1;color:#fff;border-color:#4AA2D1;border-image:none}.btn.purple{background:#2F1F67;color:#fff;border-color:#2F1F67;border-image:none}.gradient{background:#4aa2d1;background:-moz-linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);background:-webkit-linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);background:linear-gradient(90deg, #4aa2d1 0%, #2f1f67 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4aa2d1",endColorstr="#2f1f67",GradientType=1)}.menu{position:fixed;top:0;left:0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;padding:1em;box-sizing:border-box;z-index:15}.menu .left img{width:10em}.menu .right .hamburguer{padding-top:0.2em}.menu .right .hamburguer img{width:1.5em;cursor:pointer}.menu .right .container{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background-color:#4AA2D1;padding:1em;box-sizing:border-box}.menu .right .container .cross{display:flex;justify-content:flex-end;width:100%}.menu .right .container .cross img{width:1.5em;cursor:pointer}.menu .right .container .options{display:flex;flex-wrap:wrap;align-items:center;width:100%;height:max-content;padding:1em;box-sizing:border-box}.menu .right .container .options .option{width:100%;text-transform:uppercase;color:#fff;margin-top:1em;cursor:pointer;text-decoration:none;font-weight:700;letter-spacing:0.1em}.menu .right .container .options .option:first-child{margin-top:0}.menu .right .container .options .selector-language{display:none}.menu.scrolling{background:#fff}@media screen and (min-width: 993px){.landscape .menu{padding:1.5em 4em;z-index:1000}.landscape .menu .right .hamburguer{display:none}.landscape .menu .right .container{font-size:0.9em;position:relative;display:block !important;background-color:transparent;padding:0}.landscape .menu .right .container .cross{display:none}.landscape .menu .right .container .options{padding:0}.landscape .menu .right .container .options .option{font-size:0.9em;width:max-content;margin-top:0;margin-right:2em;color:#000}.landscape .menu .right .container .options .option:last-child{margin-right:0}.landscape .menu .right .container .options .option.only-mobile{display:none}.landscape .menu .right .container .options .option.button{padding:0.8em 1.5em;box-sizing:border-box;border:0.125em solid #4AA2D1}.landscape .menu .right .container .options .selector-language{display:block}}.hero{position:relative;display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;background-image:url(../assets/background/hero.png);background-size:cover;background-position:center center;padding:2em;box-sizing:border-box}.hero .container{width:100%}.hero .container .sub-title{margin-top:1em;text-align:center;color:#4AA2D1}.hero .container .buttons{display:flex;flex-wrap:wrap;width:100%;margin-top:3em}.hero .container .buttons .btn{margin-top:1em}.hero .arrow{font-size:0.65em;position:absolute;bottom:4.5em;left:50%;transform:translate(-50%, 50%)}.hero .arrow span{display:block;width:1.25em;height:1.25em;border-bottom:0.125em solid #4AA2D1;border-right:0.125em solid #4AA2D1;transform:rotate(45deg);margin:-0.625em;cursor:pointer;animation:animate-arrow 2s infinite}.hero .arrow span:nth-child(2){animation-delay:-0.2s}.hero .arrow span:nth-child(3){animation-delay:-0.4s}.hero .bottom-hero{position:absolute;bottom:5em}@media screen and (min-width: 993px){.landscape .hero{padding:2em 6em}.landscape .hero .container{width:50%}.landscape .hero .container .sub-title{width:80%;margin-left:10%}.landscape .hero .container .buttons{font-size:0.8em;flex-wrap:unset;justify-content:space-between;width:80%;margin-left:10%}.landscape .hero .container .buttons .btn{width:47%}}@keyframes animate-arrow{0%{opacity:0;transform:rotate(45deg) translate(-1.25em, -1.25em)}50%{opacity:1}100%{opacity:0;transform:rotate(45deg) translate(1.25em, 1.25em)}}.section-content{display:flex;justify-content:center;width:100%;padding:4em 2em;box-sizing:border-box}.section-content .container .title-style-1{font-size:1.8em}.section-content .container .text{font-style:italic;margin-top:1em;text-align:center}.section-content .container .video{position:relative;width:100%;height:15em;background-image:url(../assets/background/video.jpg);background-size:cover;background-position:center top;cursor:pointer;background-color:rgba(0,0,0,0.5);background-blend-mode:multiply;margin-top:2em}.section-content .container .video img{position:absolute;bottom:1em;left:1em;width:2.5em}@media screen and (min-width: 993px){.landscape .section-content{padding:4em;justify-content:center}.landscape .section-content .container{width:60%}.landscape .section-content .container .title-style-1{font-size:2em}.landscape .section-content .container .video{height:20em}.landscape .section-content .container .button{width:15em;margin:2em auto 0 auto}}.middle{display:flex;flex-wrap:wrap;width:100%;padding:2em;box-sizing:border-box;background-image:url(../assets/background/bg-middle.png);background-size:cover;background-position:center -10em;background-repeat:no-repeat}@media screen and (min-width: 993px){.landscape .middle{padding:4em 6em;box-sizing:border-box}}.who{display:flex;flex-wrap:wrap;width:100%}.who .left{display:flex;width:100%;justify-content:center;align-items:center}.who .left .box-video{display:flex;justify-content:flex-start;align-items:flex-end;background-color:#707070;width:100%;height:15em;cursor:pointer;background-size:cover;background-repeat:no-repeat;background-position:center top;padding:0.7em;box-sizing:border-box}.who .left .box-video img{width:2.5em}.who .right{margin-top:2em}.who .right .title-style-1{color:#fff;text-align:left}.who .right .text{margin-top:2em;color:#fff;line-height:1.6em}.who .right .text ul li{margin-top:0.5em}.who .right .buttons{margin-top:2em}.who .right .buttons .btn{color:#fff}.who .right .buttons .btn:nth-child(2){margin-top:1em}@media screen and (min-width: 993px){.landscape .who{justify-content:space-between}.landscape .who .left{width:50%}.landscape .who .left .box-video{width:90%}.landscape .who .right{width:45%}.landscape .who .right .buttons{font-size:0.8em;display:flex;justify-content:space-between}.landscape .who .right .buttons .btn{margin-top:0;width:49%}}.offer{display:flex;flex-wrap:wrap;width:100%;padding-top:4em}.offer .container .title-style-1{color:#fff}.offer .container .cards{margin-top:4em}.offer .container .cards .card{display:flex;flex-wrap:wrap;width:100%;align-content:space-between;padding:2em;box-sizing:border-box;background-color:rgba(255,255,255,0.2);border-radius:0.3em;margin-top:2em;border:0.125em solid transparent}.offer .container .cards .card .content{width:100%}.offer .container .cards .card .content .icon{text-align:center}.offer .container .cards .card .content .icon img{width:6em}.offer .container .cards .card .content .title{font-size:1.3em;color:#fff;margin-top:1em;padding-bottom:0.8em;border-bottom:0.09375em solid #4AA2D1}.offer .container .cards .card .content .text{color:#fff;margin-top:1.5em;line-height:1.6em}.offer .container .cards .card .content .text ul li{margin-top:0.5em}.offer .container .cards .card .content .text ul li:first-child{margin-top:0}.offer .container .cards .card .button{width:100%;margin-top:2em}.offer .container .cards .card .button .btn{padding:1em}.offer .container .cards .card .button .btn:nth-child(2){margin-top:1em;color:#fff;border-color:#fff}.offer .container .cards .card:first-child{margin-top:0}.offer .container .cards .card:first-child .title{border-color:#2F1F67}.offer .container .cards .card:hover{border-color:#fff}@media screen and (min-width: 993px){.landscape .offer{padding-top:8em}.landscape .offer .container .title-style-1{width:70%;margin-left:15%}.landscape .offer .container .cards{display:flex;justify-content:space-around}.landscape .offer .container .cards .card{width:45%;margin-top:0;padding:3em}.landscape .offer .container .cards .card .content .icon img{width:4em}.landscape .offer .container .cards .card .content .title{font-size:1.5em}.landscape .offer .container .cards .card .content .text{font-size:0.8em}.landscape .offer .container .cards .card .button{font-size:0.8em}}.videos-offer{display:flex;width:100%;flex-wrap:wrap;padding-top:4em}.videos-offer .container{width:100%}.videos-offer .container .videos{width:100%}.videos-offer .container .videos .video{display:flex;flex-wrap:wrap;width:100%;margin-top:2em;cursor:pointer}.videos-offer .container .videos .video .box{display:flex;justify-content:flex-start;align-items:flex-end;width:100%;height:15em;background-color:#707070;cursor:pointer;background-size:cover;background-repeat:no-repeat;background-position:center top;padding:0.7em;box-sizing:border-box}.videos-offer .container .videos .video .box img{width:2.5em}.videos-offer .container .videos .video .text{margin-top:1em;font-weight:600}@media screen and (min-width: 993px){.landscape .videos-offer{padding-top:8em}.landscape .videos-offer .container .videos{display:flex;justify-content:space-between}.landscape .videos-offer .container .videos .video{width:48%}.landscape .videos-offer .container .videos .video .text{font-size:0.8em}}.team{display:flex;width:100%;flex-wrap:wrap;padding-top:2em;z-index:10}.team .container{width:100%}.team .container .title-style-1{text-align:left}.team .container .cards{width:100%;margin-top:3em}.team .container .cards .card{width:100%;margin-top:2em;background-color:#efefef}.team .container .cards .card .image{width:100%;height:15em;background-size:cover;background-position:center top;background-repeat:no-repeat;background-color:#707070;cursor:pointer}.team .container .cards .card .content{padding:1.5em;box-sizing:border-box;width:100%}.team .container .cards .card .content .name{font-size:1.2em}.team .container .cards .card .content .tag{margin-top:0.3em;font-style:italic;color:#4AA2D1}.team .container .cards .card .content .text{margin-top:1em}.team .container .cards .card .content .more{margin-top:1em;color:#4AA2D1;cursor:pointer}.team .container .cards .card:first-child{margin-top:0}@media screen and (min-width: 993px){.landscape .team .container .cards{display:flex;flex-wrap:wrap;justify-content:space-between}.landscape .team .container .cards .card{width:23%;margin-top:0}.landscape .team .container .cards .card .image{height:12em}.landscape .team .container .cards .card .name{font-size:1em}.landscape .team .container .cards .card .tag,.landscape .team .container .cards .card .text,.landscape .team .container .cards .card .more{font-size:0.8em}}.bottom{display:flex;flex-wrap:wrap;width:100%;padding:2em;box-sizing:border-box;background-image:url(../assets/background/bg-bottom.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat;position:relative}.bottom .gradient-white{position:absolute;top:0;left:0;width:100%;height:15em;background:#fff;background:-moz-linear-gradient(180deg, rgba(255,255,255,0.9447129193) 0%, rgba(255,255,248,0.8410714628) 35%, rgba(255,255,247,0.7710434516) 42%, rgba(255,255,246,0.7010154404) 50%, rgba(255,255,245,0.5497549362) 59%, rgba(255,255,240,0) 100%);background:-webkit-linear-gradient(180deg, rgba(255,255,255,0.9447129193) 0%, rgba(255,255,248,0.8410714628) 35%, rgba(255,255,247,0.7710434516) 42%, rgba(255,255,246,0.7010154404) 50%, rgba(255,255,245,0.5497549362) 59%, rgba(255,255,240,0) 100%);background:linear-gradient(180deg, rgba(255,255,255,0.9447129193) 0%, rgba(255,255,248,0.8410714628) 35%, rgba(255,255,247,0.7710434516) 42%, rgba(255,255,246,0.7010154404) 50%, rgba(255,255,245,0.5497549362) 59%, rgba(255,255,240,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fffff0",GradientType=1);z-index:5}@media screen and (min-width: 993px){.landscape .bottom{padding:4em 6em;box-sizing:border-box;background-position:center bottom}}.testimonies{display:flex;width:100%;flex-wrap:wrap;padding-top:4em;z-index:10}.testimonies .container{width:100%}.testimonies .container .title-style-1{text-align:left}.testimonies .container .cards{width:100%;margin-top:3em}.testimonies .container .cards .card{width:100%;margin-top:2em;background-color:#efefef}.testimonies .container .cards .card .video{display:flex;justify-content:flex-start;align-items:flex-end;width:100%;background-color:#707070;height:10em;cursor:pointer;background-size:cover;background-repeat:no-repeat;background-position:center center;padding:0.5em;box-sizing:border-box}.testimonies .container .cards .card .video img{width:1.5em}.testimonies .container .cards .card .content{padding:1.5em;box-sizing:border-box;width:100%}.testimonies .container .cards .card .content .name{font-size:1.2em;color:#4AA2D1}.testimonies .container .cards .card .content .text{margin-top:1em;color:#ababab;line-height:1.6em}.testimonies .container .cards .card .content .more{margin-top:1em;color:#4AA2D1;cursor:pointer}.testimonies .container .cards .card:first-child{margin-top:0}@media screen and (min-width: 993px){.landscape .testimonies{padding-top:8em}.landscape .testimonies .container .cards{display:flex;flex-wrap:wrap;justify-content:center}.landscape .testimonies .container .cards .card{width:23%;margin-top:0;margin-right:2%}.landscape .testimonies .container .cards .card .video{height:8em}.landscape .testimonies .container .cards .card .name{font-size:1em}.landscape .testimonies .container .cards .card .text,.landscape .testimonies .container .cards .card .more{font-size:0.8em}}.gallery{width:100%;padding-top:4em}.gallery .container{width:100%}.gallery .container .title-style-1{text-align:left}.gallery .container .images{position:relative;width:100%;margin-top:3em}.gallery .container .images .image-container{width:100%;height:15em;background-color:#707070;margin-top:2em;cursor:pointer}.gallery .container .images .image-container .image{width:100%;height:15em;background-size:cover;background-position:center center;background-repeat:no-repeat}.gallery .container .images .image-container:first-child{margin-top:0}@media screen and (min-width: 600px){.gallery .container .images .image-container{width:95% !important}}.gallery .container .images .arrow{position:absolute;top:45%}.gallery .container .images .arrow img{width:2em;cursor:pointer}.gallery .container .images .arrow.prev{left:-2em}.gallery .container .images .arrow.next{right:-2em;transform:rotate(180deg)}.gallery .container .button{margin-top:3em}.gallery .container .button .btn:nth-child(2){margin-top:1em}@media screen and (min-width: 993px){.landscape .gallery{padding-top:8em}.landscape .gallery .images{justify-content:space-between}.landscape .gallery .images .image-container{margin-top:0;height:12em}.landscape .gallery .images .image-container .image{height:12em}.landscape .gallery .images .arrow.prev{left:-2.5em}.landscape .gallery .button{font-size:0.8em;display:flex;justify-content:center;margin-top:7em}.landscape .gallery .button .btn{width:max-content;padding:1em 5em}.landscape .gallery .button .btn:nth-child(2){margin:0 0 0 1em}}.footer{display:flex;flex-wrap:wrap;width:100%;padding:2em;box-sizing:border-box}.footer .left{width:100%;text-align:center;line-height:1.6em}.footer .left .logo img{width:3em}.footer .right{width:100%;margin-top:1.5em}.footer .right .redes{display:flex;flex-wrap:wrap;width:100%;justify-content:center;align-items:center}.footer .right .redes a{text-decoration:none;margin-right:1em}.footer .right .redes a img{width:1.5em;cursor:pointer}.footer .right .redes a:last-child{margin-right:0}@media screen and (min-width: 993px){.landscape .footer{padding:2em 6em;align-items:center}.landscape .footer .left{display:flex;align-items:center;width:50%;text-align:left}.landscape .footer .left .logo{height:2em;margin-right:1em}.landscape .footer .left .logo img{width:2em}.landscape .footer .right{width:50%;margin-top:0}.landscape .footer .right .redes{justify-content:flex-end}}.modal-team{position:fixed;bottom:0;left:0;display:none;flex-wrap:wrap;align-content:flex-start;width:100%;height:100%;background:#f8f8f8;z-index:999}.modal-team.active{display:flex}.modal-team .left{width:100%;height:18em;background-color:#707070;background-size:cover;background-repeat:no-repeat;background-position:center center}.modal-team .right{display:flex;flex-wrap:wrap;width:100%;height:calc(100% - 18em);padding:2em;box-sizing:border-box;overflow:auto}.modal-team .right .container{width:100%}.modal-team .right .container .back{font-size:0.8em;display:flex;align-items:center;width:max-content;cursor:pointer}.modal-team .right .container .back img{width:2em}.modal-team .right .container .back span{text-transform:uppercase}.modal-team .right .container .content{width:100%;margin-top:1.5em}.modal-team .right .container .content .title-style-1{font-size:1.8em;text-align:left}.modal-team .right .container .content .tag{margin-top:0.5em;color:#4AA2D1}.modal-team .right .container .content .text{margin-top:1em;line-height:1.6em}@media screen and (min-width: 993px){.landscape .modal-team .left{width:50%;height:100%}.landscape .modal-team .right{width:50%;height:100%;padding:4em}}.modal-testimonies{position:fixed;bottom:0;left:0;display:none;flex-wrap:wrap;align-content:flex-start;width:100%;height:100%;background:#f8f8f8;z-index:999}.modal-testimonies.active{display:flex}.modal-testimonies .left{width:100%;height:15em}.modal-testimonies .left .video{display:flex;align-items:flex-end;justify-content:flex-start;width:100%;height:100%;background:#707070;cursor:pointer;background-size:cover;background-repeat:no-repeat;background-position:center center;padding:0.5em;box-sizing:border-box}.modal-testimonies .left .video img{width:2.5em}.modal-testimonies .right{display:flex;flex-wrap:wrap;width:100%;height:calc(100% - 15em);padding:2em;box-sizing:border-box;overflow:auto}.modal-testimonies .right .container{width:100%}.modal-testimonies .right .container .back{font-size:0.8em;display:flex;align-items:center;width:max-content;cursor:pointer}.modal-testimonies .right .container .back img{width:2em}.modal-testimonies .right .container .back span{text-transform:uppercase}.modal-testimonies .right .container .content{width:100%;margin-top:1.5em}.modal-testimonies .right .container .content .title-style-1{font-size:1.8em;text-align:left}.modal-testimonies .right .container .content .text{margin-top:1em;line-height:1.6em}@media screen and (min-width: 993px){.landscape .modal-testimonies .left{display:flex;align-items:center;justify-content:center;width:60%;height:100%}.landscape .modal-testimonies .left .video{width:70%;height:55%}.landscape .modal-testimonies .right{width:40%;height:100%;padding:4em 4em 4em 0}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;justify-content:center;align-items:center}.modal-video.active{display:flex}.modal-video .modal-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:5}.modal-video .modal-close{position:absolute;top:1.5em;right:1.5em;cursor:pointer;z-index:15}.modal-video .modal-close img{width:1.5em}.modal-video .modal-container{position:relative;width:100%;z-index:10;box-sizing:border-box}.modal-video .modal-container #video_iframe{width:100%;height:100%;border:none}@media screen and (min-width: 700px){.modal-video .modal-container{width:70%}}.modal-preview{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;justify-content:center;align-items:center}.modal-preview.active{display:flex}.modal-preview .modal-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6)}.modal-preview .modal-container{display:flex;justify-content:center;width:90%;overflow:hidden;z-index:10;box-sizing:border-box}.modal-preview .modal-container .modal-close{position:absolute;top:1.2em;right:1.2em;cursor:pointer}.modal-preview .modal-container .modal-close img{width:1.2em}.modal-preview .modal-container .modal-content img{width:100%}@media screen and (min-width: 600px){.modal-preview .modal-container{width:60%}}.modal-ad{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;justify-content:center;align-items:center}.modal-ad.active{display:flex}.modal-ad .modal-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6)}.modal-ad .modal-container{display:flex;justify-content:center;width:auto;max-height:80vh;overflow:hidden;z-index:10;box-sizing:border-box}.modal-ad .modal-container .modal-close{position:absolute;top:1.2em;right:1.2em;cursor:pointer}.modal-ad .modal-container .modal-close img{width:1.2em}.modal-ad .modal-container a{text-align:center}.modal-ad .modal-container a img{width:100%}.modal-ad .modal-container a img.web{display:none}.modal-ad .modal-container a img.mobile{height:100%;width:auto}@media screen and (min-width: 993px){.modal-ad .modal-container a img.mobile{display:none}.modal-ad .modal-container a img.web{display:block;width:23em}}
/*# sourceMappingURL=styles.css.map */
