.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-o-transition:transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transform:none;-ms-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;-o-transition:opacity 0s .6s;transition:opacity 0s .6s}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:.7rem;height:.7rem;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;-o-transition:opacity .6s ease;transition:opacity .6s ease}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:0;bottom:20px;left:0;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.col-md-6{position:relative;width:100%;padding-right:15px;padding-left:15px}@-webkit-keyframes animate_center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes animate_center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@-webkit-keyframes animate_right{0%{-webkit-transform:translateX(45px);transform:translateX(45px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes animate_right{0%{-webkit-transform:translateX(45px);transform:translateX(45px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@-webkit-keyframes animate_left{0%{-webkit-transform:translateX(-200px) rotateY(30deg) scale(0);transform:translateX(-200px) rotateY(30deg) scale(0);-webkit-transform-origin:-100% 50%;transform-origin:-100% 50%;opacity:0}100%{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transform-origin:1800px 50%;transform-origin:1800px 50%;opacity:1}}@keyframes animate_left{0%{-webkit-transform:translateX(-200px) rotateY(30deg) scale(0);transform:translateX(-200px) rotateY(30deg) scale(0);-webkit-transform-origin:-100% 50%;transform-origin:-100% 50%;opacity:0}100%{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transform-origin:1800px 50%;transform-origin:1800px 50%;opacity:1}}.animate_center{-webkit-animation:animate_center 950ms ease-out both;animation:animate_center 950ms ease-out both}.animate_right{-webkit-animation:animate_right 950ms ease-out both;animation:animate_right 950ms ease-out both}.animate_left{-webkit-animation:animate_left 950ms ease-out both;animation:animate_left 950ms ease-out both}.caption-animate .item .animate_left,.caption-animate .item .animate_right,.caption-animate .item>.animate_center{opacity:0}.caption-animate .item.active .carousel-caption{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.carousel .carousel-caption{top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-caption .container{width:100%}@media (min-width:768px){.carousel .carousel-caption .container{padding:0 7rem}}.carousel .carousel-indicators{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-indicators li{opacity:inherit!important;width:12px;height:12px;margin-right:3px;margin-left:3px;border-radius:100%}.carousel .carousel-indicators .active{background-clip:padding-box;background-color:#484641;border:3px solid transparent;-webkit-box-shadow:0 0 0 1px #484641;box-shadow:0 0 0 1px #484641}.carousel .align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.carousel .align-center .animate_center{text-align:center}.carousel .align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.carousel .align-left .animate_left{text-align:right}.carousel .align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.carousel .align-right .animate_right{text-align:left}picture{display:block}picture source{display:block}picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;min-height:580px}@media (max-width:991.98px){picture img{min-height:340px}}@media (min-width:768px){.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}#sobre{background-color:#fff;position:relative;padding-top:5rem;overflow:hidden}@media (max-width:1199.98px){#sobre{padding-top:2rem}}#sobre .row-1 .col-empresa-badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#sobre .row-1 .col-empresa-badges .box-texto{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:2rem;position:relative;background-image:url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 305.63 84.37'%3e%3cpath d='M223.94,82.87h39.51c22.47,0,40.68-18.21,40.68-40.68h0c0-22.47-18.21-40.68-40.68-40.68H1.5' style='fill:none; stroke:%23ffcc00; stroke-linecap:round; stroke-linejoin:round; stroke-width:3px;'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover;background-position:center right}@media (max-width:991.98px){#sobre .row-1 .col-empresa-badges .box-texto{padding:1rem}}#sobre .row-1 .col-empresa-badges .box-texto .col-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#sobre .row-1 .col-empresa-badges .box-texto span{margin-right:2rem;margin-bottom:0;color:#fc0}#sobre .row-1 .col-empresa-badges .box-texto .box-text-badges{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){#sobre .row-1 .col-empresa-badges .box-texto .box-text-badges img{height:100px}}@media (min-width:768px){#sobre .row-1 .col-empresa-badges .box-texto .box-text-badges img:last-child{margin-left:-45px}}@media (min-width:768px){#sobre .row-1 .col-empresa-badges .box-texto .box-text-badges img:last-child{height:100px}}#sobre .row-2 .col-md-6{z-index:1}#sobre .row-2 .box-texto-image{width:100%;height:100%;display:block}#sobre .row-2 .box-texto{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#sobre .row-2 .box-texto .box-texto-text{padding:3rem 2rem 0;text-align:justify}#sobre .player-video{position:relative;width:100%;height:100%}@media (max-width:991.98px){#sobre .player-video{height:280px}}#sobre .player-video .player-video-overlay{background-image:var(--player_thumb);background-color:rgba(72,70,65,.78);background-blend-mode:multiply;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:2;top:0;width:100%;height:100%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;background-position:center center;background-position:center center;background-repeat:no-repeat;background-size:cover}#sobre .player-video .player-video-overlay img{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}#sobre .player-video .player-video-overlay img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sobre{position:relative}.title-page{color:#fc0}#sobre{padding-bottom:5rem}#sobre .row-header .col-12{padding:0 0 6rem}@media (max-width:991.98px){#sobre .row-header .col-12{padding-bottom:2rem}}#cta-principios{padding:0 0 3rem}#cta-principios:before{content:url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2770.1 2006.3'%3e%3cpath fill='%23f4f4f4' d='M0 2006.3h2562.4c37.3-280.6 6.5-585.7-163.7-830.5-426.3-281.5-1130.3-241-1520.1-509.8-320-220.7-444.7-487.7-493.3-666H0v2006.3z'/%3e%3cpath fill='%23f9f9f9' d='M2562.4 2006.3h180.5c19.1-102.2 16-219.9-15.8-356.3-52-222.8-171.3-370.4-328.4-474.1 170.2 244.8 201 549.8 163.7 830.4z' /%3e%3cpath fill='%23efefef' d='M2398.6 1175.9c-147.5-212-399.6-378.9-802.8-445.5C873.1 611 691.6 229.5 649 0H385.3c48.6 178.3 173.3 445.3 493.3 666 389.8 268.8 1093.8 228.3 1520 509.9z'/%3e%3c/svg%3e")!important;position:absolute;width:878px;height:auto;display:block;bottom:-280px;left:-300px}#cta-principios .row-header .col-12{padding:4rem 0 3rem}@media (max-width:991.98px){#cta-principios .row-header .col-12{padding-bottom:2rem}}#cta-principios .col-md-6{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#cta-principios .card-principios span{display:block;font-weight:800;margin-bottom:.6rem!important;font-size:1.0625rem}#cta-principios .card-principios{padding:2rem;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.9rem;background-color:#fff;height:100%}#cta-principios .card-principios .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#cta-principios .card-principios .box-card{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;text-align:center}#cta-principios .card-principios .box-card span{color:#ff7e00;margin-bottom:0}#cta-principios .card-principios .box-card span:not(.subtitle-page){font-weight:800;font-size:2.125rem;padding:.5rem 0}@media (max-width:1200px){#cta-principios .card-principios .box-card span:not(.subtitle-page){font-size:calc(1.3375rem + 1.05vw)}}#cta-principios .card-principios .box-card p{margin-bottom:0}#cta-principios .cards-valores{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#cta-principios .cards-valores .card{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem}#cta-principios .cards-valores .card .card-image img{width:45px;height:45px}#cta-principios .cards-valores .card .card-text{padding:0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#cta-principios .cards-valores .card .card-text p{margin-bottom:0}
/*# sourceMappingURL=sobre.css.map */
