:root{--encabezados-comunes:#0044ae;--fondo-degradado:linear-gradient(90deg,#172554,#0044ae);--icons-orange:#d03801;--segundo-color-comun:#ed671f}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fbf5f3;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}#navegacion{background:var(--encabezados-comunes);display:flex;height:100%;left:0;position:fixed;top:-100%;transition:all .7s;width:100vw;z-index:9}#navegacion ul{display:flex;flex-direction:column;gap:1rem;width:100%}#navegacion ul>li{color:#fff;font-size:2rem;list-style:none;text-align:center}#navegacion ul>li>a{color:#fff;font-size:1.2rem;-webkit-text-decoration:none;text-decoration:none}#itemsMenu{display:flex;gap:1.5rem}#itemsMenu>li{color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:2px;list-style:none;text-align:center}#itemsMenu>li>a{color:var(--encabezados-comunes);cursor:pointer;-webkit-text-decoration:none;text-decoration:none}header{height:60px;position:sticky;top:0;z-index:999}header,header>div{display:flex;width:100%}header>div{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(15,50%,97%,.569);border-bottom:1px solid var(--segundo-color-comun);height:100%;justify-content:space-between;padding:0 1rem}header>div>img{filter:drop-shadow(0 0 1px rgba(0,67,174,.34118));width:100px}@media screen and (min-width:765px){header>div>img{width:150px}}header>div>div{cursor:pointer;display:none;height:25px;position:relative;width:40px}header>div>div>div{background-color:var(--encabezados-comunes);border-radius:5px;height:3px;position:absolute;top:50%;transform:translateY(-50%);transition:all .7s;width:100%}header>div>.ocultar div:first-child{top:0}header>div>.ocultar div:nth-child(3){top:25px}header>div>.x div:first-child{transform:translateY(-50%) rotate(45deg)}header>div>.x div:nth-child(2){opacity:0}header>div>.x div:nth-child(3){transform:translateY(-50%) rotate(-45deg)}@media (max-width:768px){#burger{display:flex}#itemsMenu{display:none}}#clients{margin:3rem 0 4rem;padding:1rem 0}#clients h4{margin-bottom:1rem}#clients #contentScroll{overflow:hidden;width:100%}#clients #contentScroll .scroll{display:flex;position:relative;width:1200px}#clients #contentScroll .scroll div{align-items:center;animation:scrollInifite 30s linear infinite;display:flex;white-space:nowrap}#clients #contentScroll .scroll div img{cursor:pointer;margin:0 20px;transition:.5s;width:100px}#clients #contentScroll .scroll:hover div{animation-play-state:paused}@keyframes scrollInifite{0%{transform:translateX(0)}to{transform:translateX(-100%)}}footer{background:linear-gradient(90deg,#0044ae,#172554);color:#fff;font-family:Roboto,serif;width:100%}footer section:first-child{border-bottom:1px solid #fff;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1000px;padding:2rem 0}footer section:first-child>aside{flex:1 0 50%;min-width:300px}footer section:first-child>aside:first-child{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}footer section:first-child>aside:first-child>img{margin-top:1rem;max-width:150px}footer section:first-child>aside:first-child>p{margin-top:1rem;max-width:350px;text-align:center}footer section:first-child>aside:first-child a{align-content:center;background-color:var(--segundo-color-comun);border-radius:20%/50%;color:#fff;display:grid;height:40px;justify-content:center;padding-top:1px;place-content:center;-webkit-text-decoration:none;text-decoration:none;width:120px}footer section:first-child>aside:nth-child(2){align-items:start;display:grid;justify-content:center;margin-top:2rem;padding:1rem 0}footer section:first-child>aside:nth-child(2) h2{text-align:center}footer section:first-child>aside:nth-child(2)>div{display:flex;gap:2rem;justify-content:space-between}footer section:first-child>aside:nth-child(2) a{color:#fff;-webkit-text-decoration:none;text-decoration:none}footer section:first-child>aside:nth-child(2) .listHead{font-size:1.2rem;font-weight:700;margin-bottom:.7rem}footer section:first-child>aside:nth-child(2) li{line-height:1.6rem;list-style:none}footer section:nth-child(2) p{margin-bottom:.4remhh;margin-top:1rem;text-align:center}footer section:nth-child(2) ul{display:flex;gap:1rem;justify-content:center;list-style:none}footer section:nth-child(2) ul svg{border-radius:50%;height:30px;margin-top:.5rem;padding:5px;width:30px}footer section:nth-child(2) #logoInst{background-image:linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%)}footer section:nth-child(2) #logoFace{background-color:#337fff;color:#fff}#contenedorProyectos{background-color:aqua;background:url(../img/discover.jpeg) no-repeat;background-size:cover;height:70vh;overflow:hidden;position:relative;width:100%}#contenedorProyectos .proyecto{background:rgba(255,91,31,.659);display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:-100%;top:0;transition:transform .4s ease-in-out;width:100%}#contenedorProyectos .proyecto div{color:#fff;display:grid;position:relative;width:36%;grid-gap:.5rem;gap:.5rem;left:61%}@media screen and (min-width:750px){#contenedorProyectos .proyecto div{width:300px}}#contenedorProyectos .loads{align-items:center;bottom:0;display:flex;gap:2rem;height:10%;justify-content:center;padding:0 1rem;position:absolute;width:100%;z-index:1}#contenedorProyectos .loads li{background-color:gray;flex-grow:1;height:5px;list-style:none;overflow:hidden;position:relative}#contenedorProyectos .loads li>div{background-color:#fff;height:100%;left:-100%;position:absolute;transition:all 3s;width:100%}*,.btnReadMore{font-family:Roboto,serif}.btnReadMore{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:transparent;border:2px solid #fff;border-radius:10%/50%;box-shadow:1px 1px 1px 0 #4e4d4d;color:#fff;display:flex;font-size:.8rem;justify-content:center;padding:.5rem 1rem;position:relative;width:-moz-fit-content;width:fit-content}@media screen and (min-width:750px){.btnReadMore{font-size:1rem}}.btnReadMore:before{background:inherit;border-radius:10%/50%;content:"";filter:blur(1px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#aboutUs{margin:1rem;padding-top:1rem}@media screen and (min-width:750px){#aboutUs{margin:1rem 3rem}}@media screen and (min-width:1200px){#aboutUs{margin:1rem 6rem}}#aboutUs article{display:flex;flex-direction:column}#aboutUs article h4{color:var(--encabezados-comunes);font-family:Roboto,serif;font-size:1.6rem;font-style:normal;font-weight:600;letter-spacing:2px;margin-bottom:.5rem;text-align:center;z-index:2!important}@media screen and (min-width:750px){#aboutUs article h4{font-size:2.2rem}}#aboutUs>#info,#aboutUs>#info .infoItem{display:flex;flex-direction:column}#aboutUs>#info .infoItem{align-items:center;gap:1rem;justify-content:center;margin:0 auto;max-width:1209px;position:relative}#aboutUs>#info .infoItem>#textInfo{position:relative}#aboutUs>#info .infoItem>#textInfo>img{height:100%;left:50%;-o-object-fit:cover;object-fit:cover;opacity:.15;position:absolute;transform:translateX(-50%);width:100%;z-index:0!important}#aboutUs>#info .infoItem>#textInfo p{align-content:center;font-family:Roboto,serif;font-size:.95rem;font-size:1.1rem;font-weight:300;justify-content:center;line-height:1.4rem;line-height:1.3rem;max-width:1000px;padding:.5rem;place-content:center;position:relative;text-align:justify;white-space:pre-line;z-index:3!important}#aboutUs>#info .infoItem>#textInfo p:after{border-left:2px solid var(--segundo-color-comun);border-top:2px solid var(--segundo-color-comun);content:" ";height:20px;left:-5px;position:absolute;top:-5px;width:20px}#aboutUs>#info .infoItem>#textInfo p:before{border-bottom:2px solid var(--encabezados-comunes);border-right:2px solid var(--encabezados-comunes);bottom:-5px;content:" ";height:20px;position:absolute;right:-5px;width:20px}@media screen and (min-width:750px){#aboutUs>#info .infoItem>#textInfo .showMore{display:inline-block}}#aboutUs>#info .infoItem img{height:100%;margin-bottom:1rem;max-width:900px;-o-object-fit:cover;object-fit:cover;width:100%;z-index:0!important}#aboutUs>#info #chooseUs{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:2rem;overflow:hidden}#aboutUs>#info #chooseUs>ul{display:grid;grid-template-columns:1fr;list-style:none;grid-gap:20px;justify-content:center;margin:0 auto;padding-left:.5rem}@media screen and (min-width:850px){#aboutUs>#info #chooseUs>ul{grid-template-columns:repeat(2,1fr);max-width:950px}#aboutUs>#info #chooseUs>ul>span{font-family:Roboto,serif;font-size:1.5rem}}@media screen and (min-width:1200px){#aboutUs>#info #chooseUs>ul{grid-template-columns:repeat(3,1fr)}}#aboutUs>#info #chooseUs>ul>li{align-items:center;display:flex;font-family:Roboto,serif;gap:.6rem;margin:0 auto;max-width:450px;width:100%}#aboutUs>#info #chooseUs>ul>li>svg{background-color:var(--icons-orange);border-radius:50%;color:#fff;min-height:25px;min-width:25px;padding:1px}#aboutUs>#info #chooseUs>ul>li>span{font-family:Roboto,serif;font-size:1.1rem;font-weight:400}#aboutUs #statistics{margin:4rem 0}#aboutUs #statistics>h4{text-align:center}#aboutUs #statistics>ul{background:var(--fondo-degradado);display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:.5rem 0 1.5rem;width:100%}@media screen and (min-width:850px){#aboutUs #statistics>ul{flex-direction:row}}#aboutUs #statistics>ul>li{color:#fff;text-align:center;width:100%}#aboutUs #statistics>ul>li i:first-child{font-size:2rem;margin-right:4px}#aboutUs #statistics>ul>li i:first-child,#aboutUs #statistics>ul>li i:nth-child(3){color:var(--icons-orange);font-family:Roboto,serif;font-style:oblique;font-weight:800;line-height:1}#aboutUs #statistics>ul>li i:nth-child(3){font-size:1.5rem;margin-left:4px}#aboutUs #statistics>ul>li span{font-family:Roboto,serif;font-size:2rem;font-weight:700;line-height:2.5rem}@media screen and (min-width:1200px){#aboutUs #statistics>ul>li span{font-size:2.3rem}}#aboutUs #statistics>ul>li h6{font-family:Roboto,serif;font-size:1.1rem;line-height:1rem}@media screen and (min-width:1200px){#aboutUs #statistics>ul>li h6{font-size:1.3rem;margin-top:.3rem}}#lotationProjects{padding-top:2rem;position:relative}@media screen and (min-width:750px){#lotationProjects{display:grid!important;grid-template-columns:repeat(3,1fr);padding-top:4rem;text-align:center}}#lotationProjects:after{border-left:2px solid var(--segundo-color-comun);border-top:2px solid var(--segundo-color-comun);left:-5px;top:-5px}#lotationProjects:after,#lotationProjects:before{content:" ";height:20px;position:absolute;width:20px}#lotationProjects:before{border-bottom:2px solid var(--encabezados-comunes);border-right:2px solid var(--encabezados-comunes);bottom:-5px;right:-5px}#lotationProjects #mundo{align-self:center;border-radius:50%;box-shadow:0 0 3px 0 gray;height:200px;margin:1rem auto;overflow:hidden;position:relative;width:200px}#lotationProjects #mundo>div{animation:giroMundo 10s linear infinite;display:flex;height:100%;position:absolute;width:100%}#lotationProjects #mundo>div>img{flex:1 0 100%;height:100%}#lotationProjects>ul{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;order:1}@media screen and (min-width:750px){#lotationProjects>ul{display:grid;grid-template-columns:1fr 1fr;order:inherit}}#lotationProjects>ul svg{align-self:center;height:50px;width:100px}#projects{margin:2rem 0}#projects>ul{background-color:var(--encabezados-comunes);display:grid;grid-template-rows:repeat(3,1fr);list-style:none;margin:0 1rem;position:relative}#projects>ul>a{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #fff;border-radius:10%/40%;color:#fff;font-weight:700;padding:.3rem .6rem;position:absolute;right:1rem;-webkit-text-decoration:none;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,.445);top:50%;transform:translateY(-50%);z-index:3!important}@media screen and (min-width:750px){#projects>ul{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}}#projects>ul>li{background:url(../img/paraguana1.jpeg);background-repeat:no-repeat;background-size:cover;height:250px;position:relative;transition:opacity .2s ease-in-out}#projects>ul>li>h2{background-color:rgba(0,67,174,.58);bottom:0;color:#fff;font-family:Roboto,serif;font-size:1.3rem;position:absolute;text-align:center;transition:all .4s;width:100%}#projects>ul>li:nth-child(2){background:url(../img/liquidureatank1_2.jpeg);background-repeat:no-repeat;background-size:cover}#projects>ul>li:nth-child(3){background:url(../img/windfarm1.jpeg);background-repeat:no-repeat;background-size:cover}@keyframes giroMundo{0%{transform:translateX(0)}to{transform:translateX(-160%)}}@media screen and (min-width:1000){#aboutUs{max-width:1800px}}