div.responsive{width:100%;height:auto;flex-direction:row;justify-content:center;column-gap:5vw}div.responsive,div.responsive>div{position:relative;display:flex;align-items:center}div.responsive>div{padding-top:5vh;padding-left:1vw;flex-direction:column;background-color:black}div.responsive>div p,div.responsive>div>h3{font-family:var("font-family")}div.responsive>div.escritorio{width:40vw;justify-content:space-between}div.responsive>div.escritorio,div.responsive>div.tablet{height:60vh;box-shadow:10px 2px 30px 20px rgba(241,241,241,.05)}div.responsive>div.tablet{width:25vw;justify-content:center}div.responsive>div.mobile{width:14vw;height:60vh;justify-content:flex-end;box-shadow:10px 2px 30px 20px rgba(241,241,241,.05)}div.responsive>div>h3{font-size:4.8rem;color:var(--primary-color);-webkit-mask-image:linear-gradient(180deg,black 30%,transparent);mask-image:linear-gradient(180deg,black 30%,transparent)}div.responsive>div>h3,div.responsive>div>h4{font-family:lombok;color:var(--primary-color)}div.responsive>div h4{font-size:2.8rem}@media(max-width:1200px){div.responsive{flex-wrap:wrap;column-gap:1vw}div.responsive>div.escritorio{width:90vw;height:40vh;justify-content:space-between;margin-bottom:5em}div.responsive>div.tablet{width:65vw;height:30vh;justify-content:center}div.responsive>div.mobile{width:20vw;height:30vh;justify-content:flex-end}}@media(max-width:769px){div.responsive{flex-wrap:wrap}div.responsive>div.escritorio{width:100vw;height:40vh;justify-content:space-between;margin-bottom:1em}div.responsive>div.tablet{width:60vw;height:50vh;justify-content:center}div.responsive>div.mobile{width:35vw;height:50vh;justify-content:flex-start}div.responsive>div>h4{font-size:var(--font-sizes-title-h4-small)}div.responsive>div.escritorio>h3{font-size:var(--font-sizes-title-h3-small)}div.responsive>div.escritorio>p{font-size:1.2em}div.responsive>div h4{font-size:1.6em}}div.content-apisGoogle{position:relative;width:100vw;height:50vh;min-width:100vw;min-height:50vh;display:flex;flex-direction:row;justify-content:space-around}div.content-apisGoogle>div:first-child{justify-content:center;flex-grow:1;min-width:300px;background-color:black;box-shadow:10px 2px 30px 20px rgba(241,241,241,.05);margin-left:10%}div.content-apisGoogle>div:first-child,div.content-apisGoogle>div:nth-child(2){position:relative;display:flex;flex-direction:column;align-items:center;height:100%}div.content-apisGoogle>div:nth-child(2){justify-content:space-between;flex-grow:3;max-width:400px;padding:5vh 100px}div.content-apisGoogle>div:nth-child(3){position:relative;width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);justify-items:center;align-items:center;flex-grow:2;background-color:rgb(0,0,0);margin-right:10%;box-shadow:10px 2px 30px 20px rgba(241,241,241,.05)}div.content-apisGoogle>div:nth-child(2)>h3{font-family:lombok;font-size:3.8em;font-weight:100}div.content-apisGoogle>div:nth-child(2)>p{font-size:2.8em;font-weight:100;text-align:center}div.content-apisGoogle>div:first-child>img{display:block;position:relative;aspect-ratio:1/1;object-fit:contain;margin-right:50px;margin-left:50px}@keyframes Animation-efect-icon{0%{opacity:.2}50%{opacity:.6}to{opacity:.2}}div.content-apisGoogle>div:first-child:after{content:"";position:absolute;background:url(/icons_apis_google/icon-google.svg) no-repeat 50%;background-size:contain;filter:blur(40px) saturate(1.8);width:100%;height:100%;scale:.8;z-index:1;opacity:.3;animation-name:Animation-efect-icon;animation-duration:6s;animation-iteration-count:infinite}@keyframes Animation-Crece{0%{scale:.8;filter:blur(0) saturate(0)}90%{scale:1.9;filter:blur(40px) saturate(1.8)}to{scale:2;filter:blur(0) saturate(1)}}div.content-apisGoogle>div:nth-child(3)>img:hover{animation-name:Animation-Crece;animation-duration:2s;animation-fill-mode:forwards}@media(max-width:1200px){div.content-apisGoogle{flex-wrap:wrap;height:auto}div.content-apisGoogle>div:first-child{margin-left:0;min-height:500px;height:500px}div.content-apisGoogle>div:nth-child(2){min-height:500px;height:500px;padding:0 2vw;justify-content:space-around;width:50vw}div.content-apisGoogle>div:nth-child(3){margin-right:0;margin-top:5vh;padding-top:5vh;padding-bottom:5vh;height:30vh}div.content-apisGoogle>div:nth-child(3)>img{margin-top:5vh}div.content-apisGoogle>div:nth-child(2)>h3{font-size:var(--font-sizes-title-h2-small)}div.content-apisGoogle>div:nth-child(2)>p{font-size:var(--font-sizes-title-p-small);padding:0;margin:0}}@media(max-width:769px){div.content-apisGoogle{flex-wrap:wrap}div.content-apisGoogle>div:first-child{margin-left:0;height:30vh;min-height:30vh}div.content-apisGoogle>div:nth-child(2){height:30vh;min-height:30vh;padding:0}div.content-apisGoogle>div:nth-child(3){height:40vh}div.content-apisGoogle>div:nth-child(2) h3{font-size:var(--font-sizes-title-h2-small)}div.content-apisGoogle>div:nth-child(2) p{font-size:var(--font-sizes-title-p-small);text-align:center}div.content-apisGoogle>div:nth-child(3){margin-right:0;padding-top:1vh;padding-bottom:1vh;margin-top:0;margin-bottom:0}}div.sectiontipos{width:100%;height:100%;flex-direction:row}div.sectiontipos,div.sectiontipos>div:first-child{display:flex;justify-content:center;align-items:center}div.sectiontipos>div:first-child{width:40vw;height:650px;background-color:black;flex-direction:column;padding:20px;box-shadow:10px 2px 30px 20px rgba(241,241,241,.05)}div.sectiontipos>div:first-child>h3{font-size:4.8em;font-family:var(--font-family-titles)}div.sectiontipos>div:nth-child(2){width:50vw;height:650px;display:flex;flex-wrap:wrap;margin-left:5vw}@keyframes AnimantiosBorder{0%{box-shadow:inset 2px 5px 10px var(--tertiary-color)}50%{box-shadow:inset 2px 2px 6px var(--tertiary-color)}70%{box-shadow:inset 2px 3px 4px var(--tertiary-color)}90%{box-shadow:inset 2px 2px 8px var(--tertiary-color)}to{box-shadow:inset 2px 5px 10px var(--tertiary-color)}}div.sectiontipos>div:nth-child(2)>div{width:calc(1/3);height:100px;background-color:black;padding:20px;margin:30px;background:none;border:none;outline:none;font-size:16px;border-radius:9999px;box-shadow:inset 2px 5px 10px var(--tertiary-color);color:#fff;animation-name:AnimantiosBorder;animation-duration:5s;animation-iteration-count:infinite}div.sectiontipos>div:nth-child(2)>div:first-child,div.sectiontipos>div:nth-child(2)>div:nth-child(3),div.sectiontipos>div:nth-child(2)>div:nth-child(5){animation-delay:3s}div.sectiontipos>div:nth-child(2)>div>p{font-size:2em}@media(max-width:1200px){div.sectiontipos>div:first-child>h3{font-size:var(--font-sizes-title-h3-medium)}div.sectiontipos>div:nth-child(2)>div>p{font-size:1.2em;text-align:center}div.sectiontipos>div:nth-child(2)>div{margin:.2em}}@media(max-width:768px){div.sectiontipos{flex-direction:column;width:100vw}div.sectiontipos>div:first-child{width:100vw;height:30vh;text-align:center}div.sectiontipos>div:nth-child(2){width:100vw;justify-content:space-around;align-items:center;margin-left:0;padding-top:1vh}div.sectiontipos>div:first-child>h3{font-size:var(--font-sizes-title-h3-small)}div.sectiontipos>div:nth-child(2)>div>p{font-size:var(--font-sizes-title-p-small);text-align:center}}