/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";.hamburger{padding:0px 0px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.45s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger-box{width:18px;height:10px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:18px;height:2px;background-color:#000;border-radius:1px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-4px}.hamburger-inner::after{bottom:-4px}.hamburger--elastic .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:4px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner::after{top:8px;transition:transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0, 4px, 0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0, -8px, 0) rotate(-270deg);transition-delay:.075s}.hamburger--elastic-r .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r .hamburger-inner::before{top:4px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner::after{top:8px;transition:transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0, 4px, 0) rotate(-135deg);transition-delay:.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0, -8px, 0) rotate(270deg);transition-delay:.075s}.appear-animation{opacity:0}.appear-animation-visible{opacity:1}.animated,.appear-animation{animation-fill-mode:both;animation-duration:1.25s}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.25)}28%{transform:scale(1)}42%{transform:scale(1.125)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 200px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -50%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-25%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(25%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 50%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}@keyframes pulsate{0%{-webkit-transform:scale(1, 1);opacity:1}50%{-webkit-transform:scale(0.8, 0.8);opacity:.2}100%{-webkit-transform:scale(1, 1);opacity:1}}@keyframes spin{0%{transform:rotate(0deg);opacity:1}17%{transform:rotate(60deg);opacity:1}34%{transform:rotate(120deg);opacity:1}50%{transform:rotate(180deg);opacity:1}67%{transform:rotate(240deg);opacity:1}84%{transform:rotate(300deg);opacity:1}100%{transform:rotate(360deg);opacity:1}}@keyframes semi{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes semi2{0%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Bold.woff2") format("woff2"),url("../fonts/Gotham-Bold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Book.woff2") format("woff2"),url("../fonts/Gotham-Book.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Light.woff2") format("woff2"),url("../fonts/Gotham-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}html,body{margin:0;font-family:"Gotham",Helvetica,sans-serif;-webkit-font-smoothing:subpixel-antialiased;font-size:1rem;text-align:left}body{height:100%;overflow-x:hidden;background:#f2f2f2}body .antifoot{margin:10px auto 0;min-height:calc(100vh - 20px);width:calc(100vw - 20px);max-width:1600px;background:#fff;filter:drop-shadow(0px 0px 5vw rgba(75, 75, 75, 0.3));padding-bottom:250px;overflow:hidden;position:relative}body ::-moz-selection{background:#e72f22;color:#fff}body ::selection{background:#e72f22;color:#fff}.grecaptcha-badge{right:-260px !important}a,button,.animar,.home section.contacto form input[type=submit],.home section.contacto form .form-group input,.home section.contacto form .form-group textarea,.home section.contacto form .form-group label,.home section.expertise .list .item img,.home section.expertise .list .item,.aguaviva-logo .aguaviva .logo-footer path,header .flexy .menu,header .flexy .lined .hamburger .hamburger-inner::after,header .flexy .lined .hamburger .hamburger-inner::before,header .flexy .lined .hamburger .hamburger-inner,header .flexy .lined .hamburger,.enviar{-webkit-transition:all .5s ease;-o-transition:all .5s ease;moz-transition:all .5s ease;transition:all .5s ease}h1,h2,h3,h5{font-family:"Libre Baskerville",serif;font-weight:300px;text-align:center}h4,h6{font-family:"Gotham",Helvetica,sans-serif;text-align:center}h1{color:#e72f22;font-size:11vw;line-height:100%}h1::-moz-selection{background:#f2f2f2;color:#741811}h1::selection{background:#f2f2f2;color:#741811}h1.white{color:#fff}h1.white::-moz-selection{background:#e72f22}h1.white::selection{background:#e72f22}h1 small{font-size:45%;color:#000;display:block;line-height:120%}h3{color:#e72f22;font-size:275%}h3::-moz-selection{background:#f2f2f2;color:#741811}h3::selection{background:#f2f2f2;color:#741811}h5{color:#000;font-size:140%;line-height:140%}.modal .modal-content .modal-header{border:none;justify-content:flex-end;position:relative;z-index:900}.modal .modal-content .modal-header .close{position:absolute;z-index:900;right:20px;top:20px;border:none;color:#000;background:none;font-size:125%;font-weight:300}.modal .modal-content .modal-header .close:hover{color:#e72f22}.modal .modal-content .modal-body{position:relative;z-index:400;padding:50px}.modal .modal-content .modal-body h2{text-align:left;color:#e72f22}.modal .modal-content .modal-body p{margin-bottom:0}@media(min-width: 576px){body .antifoot{margin:20px auto 0;min-height:calc(100vh - 40px);width:calc(100vw - 40px);padding-bottom:200px}h1{font-size:300%}}@media(min-width: 768px){body .antifoot{margin:25px auto 0;min-height:calc(100vh - 50px);width:calc(100vw - 50px);padding-bottom:150px}}@media(min-width: 992px){h1{font-size:4.375vw}}@media(min-width: 1200px){body .antifoot{margin:35px auto 0;min-height:calc(100vh - 70px);width:calc(100vw - 70px);filter:drop-shadow(0px 0px 30px rgba(75, 75, 75, 0.45));padding-bottom:120px}}@media(min-width: 1500px){h1{font-size:400%}}header{position:absolute;width:100%;z-index:5000}header .flexy{width:100%;padding:20px;display:flex;flex-flow:row wrap;justify-content:center;align-content:center;align-items:flex-end;position:relative}header .flexy .lined{border-bottom:2px solid #e72f22;width:calc(100% - 145px);margin-bottom:20px;z-index:5100;position:relative;padding:5px 0;font-family:"Libre Baskerville",serif;font-size:90%}header .flexy .lined.left{display:none;text-align:left}header .flexy .lined.left a{padding:0 10px;color:#000;text-decoration:none}header .flexy .lined.left a:hover{color:#e72f22}header .flexy .lined.right{text-align:right}header .flexy .lined.right span.men{display:none;padding:0 10px}header .flexy .lined .hamburger{background:none;border:none;right:5px;padding-bottom:2px;position:relative}header .flexy .lined .hamburger .hamburger-inner::before{background-color:rgba(0,0,0,0)}header .flexy .lined .hamburger:hover .hamburger-inner{background-color:red}header .flexy .lined .hamburger:hover .hamburger-inner::before{background-color:rgba(0,0,0,0)}header .flexy .lined .hamburger:hover .hamburger-inner::after{background-color:red}header .flexy .mainlogo{margin:0 20px 0 0;width:125px;position:relative;z-index:5000}header .flexy .language{display:inline-flex;margin-right:15px;position:relative}header .flexy .language .switch{background:#f2f2f2;border:2px solid #000;text-align:center;text-transform:uppercase;font-size:75%;color:#000;font-weight:700;border-radius:2px;box-shadow:none;outline:none;display:inline-flex;line-height:100%;padding:4px 5px 2px}header .flexy .language .switch:hover{border:2px solid #e72f22;background:#e72f22;color:#fff}header .flexy .language .switch.is-active{border:2px solid #e72f22;background:#e72f22;color:#fff}header .flexy .language .optlang{background:#f2f2f2;border:none;border-top:2px solid #e72f22;position:absolute;display:none;right:0;top:18px;padding:10px 10px 5px;font-size:80%}header .flexy .language .optlang a{display:block;text-transform:uppercase;color:#e72f22;text-align:right;border:1px solid #f2f2f2;padding:5px 5px 4px;line-height:100%;text-decoration:none;margin-bottom:5px}header .flexy .language .optlang a:hover{border:1px solid #e72f22;background:#e72f22;color:#fff}header .flexy .menu{background:#f2f2f2;padding:110px 25px 30px;position:fixed;top:-200vh;width:100%;z-index:4000;font-family:"Libre Baskerville",serif;color:#000;cursor:pointer}header .flexy .menu small{display:flex;width:100%;font-size:110%;text-align:left;padding:5px 15px}header .flexy .menu.is-active{top:0}header .flexy .menu a{font-size:175%;color:#e72f22;line-height:100%;padding:5px 15px;display:flex;margin:5px 0;text-decoration:none}header .flexy .menu a:hover{background:#e72f22;color:#fff;padding:8px 5px 8px 25px;margin:2px 0}@media(min-width: 768px){header .flexy .lined{width:calc(50% - 90px);margin-bottom:20px}header .flexy .lined.left{display:flex}header .flexy .lined.right span.men{display:inline-flex}header .flexy .mainlogo{margin:0 20px 0;width:140px}header .flexy .menu small{display:none}header .flexy .menu a{font-size:200%;padding:8px 15px}header .flexy .menu a:hover{padding:12px 5px 12px 25px;margin:0}}@media(min-width: 992px){header .flexy{padding:30px 35px}header .flexy .lined{width:calc(50% - 100px);margin-bottom:22px}header .flexy .mainlogo{width:160px}}@media(min-width: 1200px){header .flexy{padding:40px 45px}header .flexy .lined{width:calc(50% - 105px);margin-bottom:25px}header .flexy .mainlogo{width:170px}header .flexy .menu{padding:165px 38px 80px}header .flexy .menu a:hover{padding:12px 5px 12px 50px}}footer{height:300px;position:absolute;width:100%;bottom:0;z-index:100;background:#707070;color:#fff;display:flex;flex-flow:column wrap;justify-content:center;align-items:center;align-content:center}footer .logo{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;align-content:center;padding:30px;width:100%}footer .logo img{width:120px}footer .copyright,footer .mailto{width:100%;display:flex;flex-flow:column wrap;justify-content:center;align-items:center;align-content:center;line-height:110%}footer .pos-copy{display:flex;flex-flow:column wrap}footer .pos-copy span{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}footer .pos-leyend{margin-top:15px;display:flex;flex-flow:column wrap;justify-content:center}footer .pos-leyend span{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}footer .pos-leyend .separate{display:none}footer .mailto{padding:26px;width:100%;display:flex}footer .mailto a{padding:2px 5px;color:#fff;text-decoration:none;background:#707070}footer .mailto a:hover{background:#e72f22}.aguaviva-logo{width:90px;margin:10px auto 25px}.aguaviva-logo .aguaviva{display:block}.aguaviva-logo .aguaviva .logo-footer{width:100%;display:block}.aguaviva-logo .aguaviva:hover svg path{fill:#ef4043}@media(min-width: 576px){footer{height:220px;flex-flow:row wrap}footer .logo{padding:30px 0 20px}footer .mailto{padding:20px}}@media(min-width: 768px){footer{height:150px}footer .logo{padding:20px 40px;flex-flow:row wrap;justify-content:flex-start}footer .logo,footer .copyright,footer .mailto{width:33.33%}footer .mailto{padding:20px 40px;flex-flow:row wrap;justify-content:flex-end}}@media(min-width: 850px){footer .pos-leyend{margin-top:15px;display:flex;flex-flow:column wrap;justify-content:center}footer .pos-leyend span{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}}@media(min-width: 992px){footer .pos-copy{display:flex;flex-flow:row}footer .pos-copy span{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}footer .pos-leyend{margin-top:2px;display:flex;flex-flow:row wrap;justify-content:center}footer .pos-leyend span{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}footer .pos-leyend .separate{display:block}}@media(min-width: 1200px){footer{height:120px}footer .logo,footer .mailto{padding:20px 60px}}.home .banner{width:calc(100vw - 20px);height:140vw;position:relative;display:flex;flex-flow:row wrap;justify-content:flex-start;align-content:flex-end;align-items:flex-end}.home .banner h1{max-width:88vw;padding:0 0 90px 20px;text-align:left;position:relative;z-index:10}.home .banner img{position:absolute;top:0;left:0;bottom:0;right:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center -4.5vw;object-position:center -4.5vw;z-index:1;width:100%;height:100%;mix-blend-mode:multiply;opacity:.75}.home section{padding:90px 20px;display:flex;flex-flow:column wrap;align-items:center;align-content:center}.home section article.title{width:90%;max-width:650px}.home section article.title h3{margin-bottom:0}.home section article.title img{display:block;margin:25px auto 30px;width:80%;max-width:360px}.home section.mision .cols{width:90%;max-width:1150px;padding-top:30px;position:relative}.home section.mision .cols h4{text-align:left;font-weight:800}.home section.mision .cols .lined{display:none}.home section.historia p,.home section.compromiso p{width:90%;max-width:560px;padding-top:30px;position:relative;margin:0 auto}.home section.motto{background:#741811;background:linear-gradient(to bottom, #741811 30%, rgb(204, 39, 27) 100%);padding:0;overflow:hidden}.home section.motto h1{min-height:150px;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;padding-bottom:30px;position:relative;z-index:1;width:100%;margin:0 !important}.home section.motto h1 span{position:relative;z-index:10}.home section.motto h1 img{position:absolute;transform:rotate(90deg);-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right;z-index:1;height:100vw;width:calc(100vw - 30px);opacity:.75}.home section.motto h1 .lineup{position:absolute;display:flex}.home section.motto p{position:relative;z-index:10;color:#fff;padding:60px 45px;margin:0 !important}.home section.expertise{background:#e72f22;background:linear-gradient(135deg, #e72f22 25%, #741811 95%);display:flex;flex-flow:column;justify-content:center;align-items:center;align-content:center;padding:0;position:relative;overflow:hidden}.home section.expertise h1{line-height:120%;padding:30px}.home section.expertise .linktoturf{margin:30px 40px 15px;border:1px solid #f2f2f2;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;width:80%;color:#f2f2f2;padding:5px 10px;border-radius:0;background:rgba(242,242,242,0);text-transform:uppercase;text-decoration:none;height:50px}.home section.expertise .linktoturf:hover{background:#f2f2f2;color:#e72f22}.home section.expertise .list{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;position:relative;overflow:hidden;margin:0 0 0 -2px}.home section.expertise .list .item{margin-top:-2px;width:calc(50vw - 9px);height:calc(50vw - 9px);border-left:1px dashed #fff;border-top:1px dashed #fff;display:flex;flex-flow:column wrap;justify-content:center;align-items:center;align-content:center;position:relative;z-index:800}.home section.expertise .list .item img{width:65%;max-width:200px;padding:0 10%;display:block;margin-bottom:20px;opacity:.25}.home section.expertise .list .item img.shield{margin-bottom:0;opacity:1}.home section.expertise .list .item.d-none{z-index:900}.home section.expertise .list .item .diamond{position:absolute;width:22px;height:22px}.home section.expertise .list .item .diamond span{width:0;height:0;border:11px solid rgba(0,0,0,0);border-bottom-color:#fff;position:relative;top:-11px;display:flex}.home section.expertise .list .item .diamond span:after{content:"";position:absolute;left:-11px;top:11px;width:0;height:0;border:11px solid rgba(0,0,0,0);border-top-color:#fff}.home section.expertise .list .item .diamond.tl{top:-12px;left:-12px}.home section.expertise .list .item .diamond.tr{top:-12px;right:-12px}.home section.expertise .list .item .diamond.bl{bottom:-9px;left:-12px}.home section.expertise .list .item .diamond.br{bottom:-9px;right:-12px}.home section.expertise .list .item .txt{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;text-align:center;width:80%;padding:20px 30px;height:40px;text-transform:uppercase;color:#fff;font-weight:300}.home section.expertise .list .item:hover{background:rgba(116,24,17,.4)}.home section.expertise .list .item:hover img{opacity:.4;width:75%;max-width:220px}.home section.expertise .list .item:hover img.shield{opacity:1;width:65%;max-width:200px}.home section.compromiso,.home section.contacto{background:#f2f2f2}.home section.compromiso article.title{width:90%;max-width:650px;display:flex;flex-flow:column;justify-content:center;align-items:center;align-content:center}.home section.compromiso article.title h6{display:flex;flex-flow:row;justify-content:center;width:auto;margin:0 auto 22px;position:relative}.home section.compromiso article.title h6:before,.home section.compromiso article.title h6:after{content:"";display:flex;position:absolute;width:60px;margin-top:9px;height:1px;background:#707070}.home section.compromiso article.title h6:before{left:-75px}.home section.compromiso article.title h6:after{right:-75px}.home section.partners{padding:8vw 40px;display:flex;flex-flow:column wrap;align-items:center;align-content:center;justify-content:center}.home section.partners h1{width:90%;padding:15px 0 40px;border-bottom:2px dotted #e72f22}.home section.partners .lista{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;padding-top:30px}.home section.partners .lista img{height:80px;width:auto;display:inline-flex;margin:10px 5px}.home section.contacto form{padding-top:30px;width:90%;max-width:400px}.home section.contacto form .form-group{position:relative;padding-top:30px}.home section.contacto form .form-group label{display:flex;flex-flow:row;align-items:center;align-content:center;position:absolute;z-index:20;height:40px;padding:0 10px;top:35px;text-transform:uppercase;font-weight:300;color:#707070;font-size:90%}.home section.contacto form .form-group label.over{top:0}.home section.contacto form .form-group input,.home section.contacto form .form-group textarea{position:relative;z-index:10;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:flex-start;width:100%;padding:5px 10px;border:1px solid #707070;border-radius:0;background:#f2f2f2;text-transform:uppercase}.home section.contacto form .form-group input:focus,.home section.contacto form .form-group textarea:focus{background:#fff;outline:none;box-shadow:none;filter:drop-shadow(0px 0px 5px rgba(112, 112, 112, 0.5))}.home section.contacto form .form-group input{height:50px}.home section.contacto form .form-group.has-error input,.home section.contacto form .form-group.has-error textarea{border:1px solid #e72f22}.home section.contacto form .form-group.has-error .with-errors{position:absolute;z-index:30;background:#e72f22;padding:5px;bottom:0;right:0;max-width:55%;text-transform:uppercase;color:#fff;font-size:75%;line-height:100%;font-weight:400;text-align:right;border-top-left-radius:4px}.home section.contacto form .form-group.has-error .with-errors ul{margin-bottom:0}.home section.contacto form input[type=submit]{margin:30px 0 15px;border:1px solid #e72f22;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;width:100%;color:#e72f22;padding:5px 10px;border-radius:0;background:#f2f2f2;text-transform:uppercase;height:50px}.home section.contacto form input[type=submit]:hover{background:#e72f22;color:#fff}.home section.apoyo{padding:8vw 40px;display:flex;flex-flow:column wrap;align-items:center;align-content:center;justify-content:center}.home section.apoyo h1{width:90%;padding:15px 0 40px;border-bottom:2px dotted #e72f22}.home section.apoyo .lista{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;padding-top:30px}.home section.apoyo .lista img{height:80px;width:auto;display:inline-flex;margin:10px 5px}@media(min-width: 576px){.home .banner{width:calc(100vw - 30px);height:calc(100vw - 30px)}.home .banner h1{max-width:60vw;padding:0 0 90px 30px}.home .banner img{-o-object-position:center 0;object-position:center 0}.home section.expertise .list{margin:0 0 0 -2px}.home section.expertise .list .item{margin-top:-2px;width:calc(50vw - 20px);height:calc(50vw - 20px)}}@media(min-width: 768px){.home .banner{width:calc(100vw - 50px);height:calc((100vw - 50px)*.65)}.home .banner h1{width:420px;padding:0 0 7.5vw 45px}.home section.mision,.home section.historia,.home section.compromiso,.home section.contacto{padding:8vw 20px}.home section.mision .cols{width:90%;max-width:550px}.home section.motto{background:#741811;background:linear-gradient(to right, #741811 30%, rgb(204, 39, 27) 100%);display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:flex-start;height:35vw}.home section.motto h1{height:35vw;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:center;padding:30px;position:relative;z-index:1;width:40%}.home section.motto h1 span{position:relative;z-index:10}.home section.motto h1 img{transform:rotate(0);-o-object-position:right center;object-position:right center;z-index:1;height:35vw;width:40vw;opacity:1}.home section.motto p{position:relative;width:60%;z-index:10;color:#fff;padding:60px 5.25vw}.home section.expertise .list{margin:0 0 0 -2px}.home section.expertise .list .item{margin-top:-2px;width:calc(33.3333vw - 16px);height:calc(33.333vw - 16px)}.home section.contacto form .form-group.has-error .with-errors{max-width:75%;font-size:70%}}@media(min-width: 992px){.home .banner h1{padding:0 0 90px 75px;width:500px}.home section{padding:35px 30px}.home section article.title img{margin:30px auto 35px}.home section.mision,.home section.historia,.home section.compromiso,.home section.contacto{padding:8vw 40px}.home section.mision .cols{-moz-columns:2;columns:2;-moz-column-gap:80px;column-gap:80px;max-width:1150px;padding-top:50px}.home section.mision .cols .lined{display:block;position:absolute;width:1px;border-left:2px dotted #e72f22;height:calc(100% - 30px);bottom:-10px;left:calc(50% - 1px)}.home section.historia p,.home section.compromiso p{width:70%}.home section.compromiso{padding:8vw 40px 9vw}.home section.motto{height:25vw}.home section.motto h1{height:25vw;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:flex-start;padding:30px 0;position:relative;z-index:1;width:48%}.home section.motto h1 span{position:relative;z-index:10;padding-left:10vw}.home section.motto h1 img{transform:rotate(0);-o-object-position:left center;object-position:left center;z-index:1;height:25vw;width:48vw;opacity:1}.home section.motto h1 .lineup{right:calc(2vw - 25px);width:calc(35vw - 165px);height:6px;background:url(../images/lineup.svg) repeat-x;background-size:20px 6px;z-index:900;background-position:center right}.home section.motto p{position:relative;width:52%;z-index:10;color:#fff;padding:60px 5.25vw}.home section.expertise{flex-flow:row-reverse}.home section.expertise h1{width:40%;text-align:left;justify-content:flex-start;padding-left:3vw}.home section.expertise .list{margin:0 0 0 -2px;width:60%}.home section.expertise .list .item{margin-top:-2px;width:calc(20vw - 10px);height:calc(20vw - 10px)}.home section.partners{padding:8vw 40px;flex-flow:row wrap}.home section.partners h1{width:40%;padding:15px 40px 0;border-bottom:none;min-height:100%}.home section.partners .lista{width:60%;display:flex;flex-flow:row wrap;justify-content:space-around;align-items:center;align-content:center;padding:30px 50px;border-left:2px dotted #e72f22}.home section.partners .lista img{height:80px;width:auto;display:inline-flex;margin:10px 15px}.home section.apoyo{padding:8vw 40px;flex-flow:row wrap}.home section.apoyo h1{width:40%;padding:15px 40px 0;border-bottom:none;min-height:100%;text-align:left}.home section.apoyo .lista{width:60%;display:flex;flex-flow:row wrap;justify-content:space-around;align-items:center;align-content:center;padding:30px 50px;border-left:2px dotted #e72f22}.home section.apoyo .lista img{height:80px;width:auto;display:inline-flex;margin:10px 15px}}@media(min-width: 1200px){.home .banner{width:calc(100vw - 70px);height:calc((100vw - 70px)*.45)}.home .banner h1{padding:0 0 118px 90px;width:580px}.home section{padding:40px}.home section article.title img{margin:35px auto 40px}.home section.mision .cols{-moz-column-gap:100px;column-gap:100px;padding-top:80px}.home section.mision .cols .lined{height:calc(100% - 50px);bottom:-15px;left:calc(50% - 1px)}.home section.motto h1 .lineup{width:calc(35vw - 215px)}.home section.expertise .list{margin:0 0 0 -2px;width:60%}.home section.expertise .list .item{margin-top:-2px;width:calc(20vw - 14px);height:calc(20vw - 14px)}}@media(min-width: 1630px){.home section.apoyo h1{display:inline-grid}}@media(min-width: 1670px){.home .banner{width:1600px;height:640px}.home .banner img{-o-object-position:center -7px;object-position:center -7px}.home section.mision,.home section.historia,.home section.compromiso,.home section.contacto{padding:140px 80px}.home section.motto{height:415px}.home section.motto h1{height:415px;display:flex;flex-flow:row;align-items:center;align-content:center;justify-content:flex-start;padding:30px 0;position:relative;z-index:1;width:760px}.home section.motto h1 span{position:relative;z-index:10;padding-left:160px}.home section.motto h1 img{transform:rotate(0);-o-object-position:left center;object-position:left center;z-index:1;height:415px;width:760px;opacity:1}.home section.motto h1 .lineup{right:30px;width:350px}.home section.motto p{position:relative;width:840px;z-index:10;color:#fff;padding:60px 120px}.home section.compromiso{padding:140px 40px 170px}.home section.expertise h1{width:640px}.home section.expertise .list{margin:0 0 0 -3px;width:963px}.home section.expertise .list .item{margin-top:-2px;width:321px;height:321px}}