@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #408a63;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#408a63 transparent transparent transparent}.lds-ring div:nth-child(1){-webkit-animation-delay:-0.45s;animation-delay:-0.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-0.15s;animation-delay:-0.15s}.loader{background:#31374c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;opacity:1;top:0;left:0;width:100%;height:100vh;z-index:99999;-webkit-transition:all ease .3s;transition:all ease .3s}.close-loader{opacity:0;visibility:hidden}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:4rem;overflow-x:hidden;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#31374c #fff}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:-webkit-gradient(linear, left top, left bottom, from(#31374c), to(#31374c));background:linear-gradient(180deg, #31374c, #31374c);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:-webkit-gradient(linear, left top, left bottom, from(rgba(49,55,76,0.89)), to(rgba(49,55,76,0.89)));background:linear-gradient(180deg, rgba(49,55,76,0.89), rgba(49,55,76,0.89))}ul,ol,li,a,h1,h2,h3,p,body,header,section,footer,.container,.container-fluid,.row,.col{margin:0;padding:0}a{text-decoration:none;outline:none}ul{list-style:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.img-fluid{max-width:100%;height:auto}.container-fluid{width:100%}body{background:#fff;background-position:center;text-rendering:optimizeLegibility;font-size:16px;width:100%;min-height:100vh;overflow-x:hidden;line-height:1.5;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:'Lato', sans-serif}@media all and (max-width: 1440px){body{font-size:14px}}@media all and (max-width: 1024px){body{font-size:13px}}@media all and (max-width: 768px){body{font-size:12px}body p,body label{font-size:14px}}li{list-style:none}a{text-decoration:none;color:#fff}.btn{background-color:#1f91c0;border-radius:9999px;color:#fff;font-size:120%;letter-spacing:0.5rem;font-weight:300;padding:0.5rem 3rem;-webkit-box-shadow:1px 1px 3px 0 #31374c;box-shadow:1px 1px 3px 0 #31374c}.btn:hover{color:#fff;background-color:#1d83af}.hr-box{padding:0.75rem 0}.hr-box--hr{width:25rem;height:3px}@media all and (max-width: 480px){.hr-box--hr{width:20rem}}@media all and (max-width: 480px){.hr-box--hr{width:17rem}}.header__navegacion--social{display:-webkit-box;display:-ms-flexbox;display:flex;color:#408a63;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:15px;column-gap:15px;width:9rem}@media all and (max-width: 768px){.header__navegacion--social{display:none}}.header__navegacion--social-link:hover:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.header__navegacion--social-link i{font-size:120%;font-weight:bold;color:#408a63;outline:2px solid #408a63;padding:5px;border-radius:9999px;-webkit-transition:all ease .3s;transition:all ease .3s}.header__navegacion--social-link i:hover{color:#fff;outline:2px solid #fff}@media all and (max-width: 768px){.header__navegacion--social-link i{font-size:220%;margin-top:0.5rem}}header{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;height:6rem;z-index:5;-webkit-box-shadow:1px 1px 3px 0 #31374c;box-shadow:1px 1px 3px 0 #31374c;background:rgba(49,55,76,0.89)}@media all and (max-width: 768px){header{background:#31374c}}@media all and (max-width: 768px){header .container-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}header .contactLinks{margin-left:70px;font-size:1.8rem}header .contactLinks .contactDetails{color:#408a63;padding:2rem;-webkit-transition:color .5s;transition:color .5s}header .contactLinks .contactDetails:hover{color:#fff}header .contactLinks .contactDetails i{-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out, -webkit-transform .4s ease-out}header .contactLinks .contactDetails i:hover{-webkit-transform:translateY(8px);transform:translateY(8px)}header .logoContenedor img{height:4.5rem}@media all and (max-width: 768px){header .logoContenedor img{height:4.5rem}}nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}nav ul li{display:inline-block}nav ul li a{position:relative;font-size:110%;display:block;padding:0.2em 0;text-decoration:none;list-style:none;color:#408a63;padding:2rem;-webkit-transition:color .5s;transition:color .5s;overflow:hidden}nav ul li a:hover{color:#fff}nav ul li a::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:0.1em;background-color:#fff;opacity:0;-webkit-transition:opacity 300ms, -webkit-transform 300ms;transition:opacity 300ms, -webkit-transform 300ms;transition:opacity 300ms, transform 300ms;transition:opacity 300ms, transform 300ms, -webkit-transform 300ms}.contactLinksMenu{display:none}.menuBtn{cursor:pointer;padding:0 20px;color:#fff;font-size:150%;z-index:2;display:none;color:#fff}.hr{display:none}a:hover::after,a:focus::after{opacity:1;-webkit-transform:translate3d(0, 0.2em, 0);transform:translate3d(0, 0.2em, 0)}li a::after{opacity:1px;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}li a:hover::after,li a:focus::after{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media only screen and (max-width: 1450px){header .logoContenedor img{position:static;top:none;left:none;-webkit-transform:none;transform:none}nav ul li a{padding:1rem}.contactLinks{margin-left:40px;font-size:1.4rem}.contactDetails{padding:1.2rem}}@media only screen and (max-width: 769px){.main-text h1{font-size:4.5rem}.main-text p{font-size:2.5rem}.contactLinks{display:none}.menuBtn{display:block}.titulo2{font-size:3.8rem}.contenedorSectionIndex p,.contenedorSectionIndex2 p{font-size:1.7rem}.navMenu{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:47px;left:0;width:100%;height:100vh;background:rgba(49,55,76,0.97);opacity:0.9;line-height:3;padding:30px;-webkit-transform:translate(0px, 3.02rem);transform:translate(0px, 3.02rem);text-align:center;opacity:0;visibility:hidden;-webkit-transition:all ease .3s;transition:all ease .3s}.contactLinksMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contactLinksMenu a{margin:0 2rem}.hr{display:-webkit-box;display:-ms-flexbox;display:flex;height:.2rem;margin:2rem 0 1rem 0;background-color:#408a63;width:90%;-ms-flex-item-align:center;align-self:center}.show{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;visibility:visible}nav ul li a{font-size:2.1rem}}.company{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:9vh}.company__titulo{font-size:250%;font-weight:900;letter-spacing:0.5rem;width:100%;text-align:center}@media all and (max-width: 480px){.company__titulo{letter-spacing:0.35rem;font-size:280%}}.company__texto-box{padding:0.75rem 0;line-height:3ch;width:60ch;font-size:145%;font-weight:300;color:#31374c}@media all and (max-width: 768px){.company__texto-box{width:100%;padding:0.75rem 3rem;line-height:4.2ch}}@media all and (max-width: 768px){.company__texto-box--parrafo{font-size:130%}}.company__img{margin-top:7rem;height:25rem;width:100%;background-image:url("../img/company-image.png")}.services{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:9vh;background-color:#fff}.services__titulo{font-size:250%;font-weight:900;letter-spacing:0.5rem;width:100%;text-align:center;color:#31374c}@media all and (max-width: 480px){.services__titulo{letter-spacing:0.35rem;font-size:280%}}.services__logo-box{margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:2rem;column-gap:2rem;width:200px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:1rem}@media all and (max-width: 768px){.services__logo-box{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:20rem;column-gap:20rem;margin-top:0.2rem;row-gap:1rem}}@media all and (max-width: 480px){.services__logo-box{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:20rem;column-gap:20rem;margin-top:0rem}}.services__logo-box--item{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.services__logo-box--img{width:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;height:180px;-o-object-fit:contain;object-fit:contain;fill:100%}@media all and (max-width: 1440px){.services__logo-box--img{width:200px;height:150px}}@media all and (max-width: 480px){.services__logo-box--img{width:180px;height:180px}}.services__logo-box--logo-titulo{color:#31374c;font-size:140%;text-align:center;font-weight:400;width:200px;margin:0}@media all and (max-width: 480px){.services__logo-box--logo-titulo{width:180px;font-size:170%}}.services__img{margin-top:7rem;height:25rem;width:100%;background-image:url("../img/services-image.png")}.staff{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:9vh}.staff__titulo{font-size:250%;font-weight:900;letter-spacing:0.5rem;width:100%;text-align:center}@media all and (max-width: 480px){.staff__titulo{letter-spacing:0.35rem;font-size:280%}}.staff__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media all and (max-width: 768px){.staff__container{gap:3rem}}.staff__img-box{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:25rem}@media all and (max-width: 480px){.staff__img-box{margin-top:1rem;height:100%}}.staff__img-box--img{border-radius:100%;width:18rem;-o-object-fit:cover;object-fit:cover}@media all and (max-width: 768px){.staff__img-box--img{width:15rem}}.staff__texto-box{margin:6rem 0;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;row-gap:1.875rem;height:100%;padding:0.75rem 0;width:21ch;line-height:3ch;font-size:140%;font-weight:300;color:#31374c}@media all and (max-width: 768px){.staff__texto-box{margin:3rem 0;row-gap:1rem}}@media all and (max-width: 480px){.staff__texto-box{margin:1rem 0;width:70%}}.staff__texto-box--titulo{letter-spacing:0.40rem;font-weight:700;width:20ch;font-size:180%}@media all and (max-width: 1024px){.staff__texto-box--titulo{width:100%}}.staff__texto-box--subtitulo{letter-spacing:0.40rem;font-size:90%;font-weight:500;width:30ch;color:#1f91c0}@media all and (max-width: 900px){.staff__texto-box--subtitulo{width:100%}}.staff__texto-box--parrafo{line-height:1.9rem;font-weight:300;color:#31374c;width:100%}@media all and (max-width: 768px){.staff__texto-box--parrafo{font-size:100%}}@media all and (max-width: 480px){.staff__texto-box--parrafo{font-size:105%}}.staff .btn{font-size:95%;margin-top:1.25rem}@media all and (max-width: 1024px){.staff .btn{font-size:80%}}@media all and (max-width: 768px){.staff .btn{font-size:70%;margin-top:0.625rem}}.staff__img{margin-top:7rem;height:25rem;width:100%;background-image:url("../img/staff-image.png")}.section-form{background-image:url("../img/contact-bg.png") !important;background-position:bottom right;background-size:27%;background-repeat:no-repeat}.section-form-container{width:40%;margin:auto;padding:7rem 0}@media all and (max-width: 1440px){.section-form-container{width:50%}}@media all and (max-width: 1024px){.section-form-container{width:60%}}@media all and (max-width: 480px){.section-form-container{width:80%;padding:0 0 7rem  0}}@media all and (max-width: 375px){.section-form-container{width:85%}}.section-form .title{font-size:250%;font-weight:900;letter-spacing:0.5rem;width:100%;text-align:center;margin-top:7rem;padding-top:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#31374c;font-weight:900;font-size:430%}@media all and (max-width: 480px){.section-form .title{letter-spacing:0.35rem;font-size:280%}}@media all and (max-width: 480px){.section-form .title{font-size:350%;letter-spacing:0.20rem}}.section-form .text{color:#1f91c0;margin:8% 0;font-weight:300;font-size:155%;line-height:3rem;text-align:center}@media all and (max-width: 768px){.section-form .text{line-height:2rem}}.section-form .box-form .form-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:4%;border:none;border-bottom:1px solid gray;text-decoration:none;padding:10px;font-size:150%}.section-form .box-form .form-input::-webkit-input-placeholder{font-weight:400;padding:1px}.section-form .box-form .form-input:-ms-input-placeholder{font-weight:400;padding:1px}.section-form .box-form .form-input::-ms-input-placeholder{font-weight:400;padding:1px}.section-form .box-form .form-input::placeholder{font-weight:400;padding:1px}.section-form .box-form .form-input:focus{outline:none}.section-form .box-form .area{width:100%;padding:10px;margin-top:4%;resize:none !important;font-size:150%;border-top:none;border-left:none;border-right:none}.section-form .box-form .area::-webkit-input-placeholder{font-weight:400;padding:2px}.section-form .box-form .area:-ms-input-placeholder{font-weight:400;padding:2px}.section-form .box-form .area::-ms-input-placeholder{font-weight:400;padding:2px}.section-form .box-form .area::placeholder{font-weight:400;padding:2px}.section-form .box-form .area:focus{outline:none}.section-form .box-form .send{display:-webkit-box;display:-ms-flexbox;display:flex;margin:2% 88%;border:none;background:none;font-size:1rem;text-transform:uppercase;font-size:150%;font-weight:900;color:#31374c;-webkit-transition:ease all .3s;transition:ease all .3s}.section-form .box-form .send:hover{color:#1f91c0}@media all and (max-width: 768px){.section-form .box-form .send{margin:2% 85%}}@media all and (max-width: 480px){.section-form .box-form .send{margin:2% 80%}}@media all and (max-width: 375px){.section-form .box-form .send{margin:2% 72%}}.section-form .box-form .error{border-bottom:2px solid red}.section-form .box-form .text-area{display:none;color:red;font-weight:900}.modal-title{color:#fff !important}.link-whats{position:fixed;right:0;bottom:1rem;z-index:99;-webkit-transition:ease all .3s;transition:ease all .3s;-webkit-filter:brightness(100%);filter:brightness(100%)}@media all and (max-width: 480px){.link-whats{bottom:0.5rem}}.link-whats:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.link-whats .img-whats{width:8rem;-webkit-transition:ease all .3s;transition:ease all .3s}.link-whats .img-whats:hover{-webkit-filter:brightness(120%);filter:brightness(120%)}@media all and (max-width: 480px){.link-whats .img-whats{width:6.5rem}}.carrusel .img-carusel{height:100vh;-o-object-fit:cover;object-fit:cover;-webkit-filter:brightness(50%);filter:brightness(50%)}.titCarusel{padding-top:2.848rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-size:250%;font-weight:900;letter-spacing:0.5rem;width:100%;text-align:center;font-size:270%}@media all and (max-width: 480px){.titCarusel{letter-spacing:0.35rem;font-size:280%}}.btnCarousel{height:1.2rem !important;width:1.2rem !important;border:2px solid white !important;background-color:rgba(0,0,0,0) !important;border-radius:9999px !important;margin:1.2rem !important}.carousel-indicators .active{background-color:#fff !important}.novedades{background-color:#31374c;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:600px;padding-top:16rem}@media all and (max-width: 900px){.novedades{height:100%;padding:7rem 0}}.novedades__titulo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:200%;font-weight:900;letter-spacing:0.75rem;font-size:250%;font-weight:900;letter-spacing:0.5rem;width:100%;text-align:center;color:#fff}@media all and (max-width: 480px){.novedades__titulo{letter-spacing:0.35rem;font-size:280%}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}@media all and (max-width: 900px){.row{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.card{margin-top:2px;width:22rem;height:22rem;border:1px solid rgba(128,128,128,0.5);border-radius:0%}@media all and (max-width: 1440px){.card{width:20rem}}@media all and (max-width: 1024px){.card{width:20rem;height:18rem}}@media all and (max-width: 900px){.card{width:20rem;height:20rem}}@media all and (max-width: 375px){.card{width:17rem;height:17rem}}.img-card{margin-top:3.2rem;width:22rem;height:12.5rem;-o-object-fit:cover;object-fit:cover}@media all and (max-width: 1440px){.img-card{width:20rem}}@media all and (max-width: 1024px){.img-card{width:20rem;height:10.5rem}}@media all and (max-width: 900px){.img-card{width:20rem;height:11.5rem}}@media all and (max-width: 375px){.img-card{width:17rem;height:11.5rem}}.novedades-text{color:#ccc;font-weight:300}.ig-iframe{height:420x;width:320px}@media all and (max-width: 375px){.ig-iframe{width:270px !important}}.footer{background:#31374c;background-size:cover;z-index:9999;width:100%;background-size:cover;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem 0rem;-webkit-box-shadow:1px 1px 3px 0 #31374c;box-shadow:1px 1px 3px 0 #31374c}@media all and (max-width: 768px){.footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:2rem}}.footer .logoimg{height:6rem}.footer .social{display:-webkit-box;display:-ms-flexbox;display:flex;color:#408a63;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:9rem}@media all and (max-width: 768px){.footer .social{width:12rem}}.footer .contact .p-contact{color:#408a63;font-weight:300;text-align:center}
/*# sourceMappingURL=main.min.css.map */