html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}:root{--blue-green: #099d8d;--black: #000000;--gunmetal: #54585a;--aqua: #14d9c4;--title-font: 'Rubik';--text-font: 'Open Sans';box-sizing:border-box;--cool-grey: #b8b8b9}.header{background-color:rgba(9,157,141,0.4);opacity:0.95;position:fixed;top:0;width:100%;z-index:2}@media all and (min-width: 768px){.header{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;background-color:var(--blue-green)}}.header__h1{font-family:var(--title-font);text-align:center;background-color:var(--blue-green);padding:25px;color:white;font-size:20px;text-transform:uppercase}.header__h1 a{text-decoration:none;color:white}@media all and (min-width: 1200px){.header__h1{margin-left:142px;padding-left:0px}}.header__nav{background-color:rgba(20,217,196,0.8);font-family:var(--title-font);padding:15px;position:relative}@media all and (min-width: 768px){.header__nav{background-color:var(--blue-green)}}@media all and (min-width: 1200px){.header__nav{padding-right:138px}}.header__nav .list{display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;width:100%}.header__nav .list__element{font-size:15px;text-decoration:none;color:white}@media all and (min-width: 768px){.header__nav .list__element{padding:20px;text-align:center}}a{position:relative}.links:after{content:"";position:absolute;background-color:white;height:2px;bottom:14px;width:0;left:0;transition:all 0.3s}.links:hover:after{width:100%}.links:before{position:absolute;left:0px;width:100%;height:2px;top:14px;background-color:white;content:"";opacity:0;transition:all 0.3s}.links:hover:after,.links:hover:before{opacity:1;transform:translateY(0px)}.section-1{padding:0px 15px}@media all and (min-width: 768px){.section-1{padding:0px 45px 20px 45px}}@media all and (min-width: 1200px){.section-1{padding:0px 300px 0px 299px}}.section-1__title{font-family:var(--title-font);font-size:24px;font-weight:500;color:#14d9c4;text-align:center;text-transform:uppercase;padding-bottom:15px;margin-top:10px}@media all and (min-width: 768px){.section-1__title{color:#099d8d}}@media all and (min-width: 1200px){.section-1__title{margin-top:0px;margin-bottom:15px;padding-bottom:0px}}.section-1__text{color:#54585a;margin-bottom:20px;text-align:center;font-family:var(--text-font);font-size:16px;line-height:1.5}.section-2{background-color:rgba(184,184,185,0.2);text-align:center;padding-bottom:45px;padding-top:30px}@media all and (min-width: 768px){.section-2{padding-left:45px;padding-right:45px;display:flex;align-items:center}}@media all and (min-width: 1200px){.section-2{padding-bottom:0px}}.section-2__strengths{margin-top:20px;margin-left:15px;margin-right:15px}@media all and (min-width: 768px){.section-2__strengths{width:50%;margin-right:15px}}@media all and (min-width: 1200px){.section-2__strengths{margin-left:138px;padding-top:45px;padding-bottom:60px;margin-top:0;margin-right:23px}}.section-2__strengths__title{font-size:22px;font-weight:500;color:#099d8d;font-family:var(--title-font);margin-bottom:15px}.section-2__strengths__text{font-size:16px;line-height:1.5;color:#54585a;font-family:var(--text-font)}.section-2__weaknesses{margin-top:30px;margin-left:15px;margin-right:15px}@media all and (min-width: 768px){.section-2__weaknesses{width:50%;margin-left:15px;margin-top:0}}@media all and (min-width: 1200px){.section-2__weaknesses{margin-right:138px;padding-top:45px;padding-bottom:80px;margin-top:0;margin-left:23px}}.section-2__weaknesses__title{font-size:22px;font-weight:500;color:#099d8d;font-family:var(--title-font);margin-bottom:15px}@media all and (min-width: 768px){.section-2__weaknesses__title{margin-top:0}}.section-2__weaknesses__text{margin-left:15px;margin-right:15px;font-size:16px;line-height:1.5;color:#54585a;font-family:var(--text-font)}.section-3__title{height:45px;font-family:"Rubik";font-size:24px;font-weight:500;line-height:45px;color:var(--blue-green);margin-top:30px;margin-bottom:30px;text-align:center;text-transform:uppercase}@media all and (min-width: 768px){.section-3__title{margin-top:45px;margin-bottom:10px}}.section-3{display:grid;grid-template-columns:1fr;grid-template-rows:repeat 5,auto;margin-bottom:45px}@media all and (min-width: 768px){.section-3{row-gap:60px;grid-template-columns:auto;grid-template-rows:repeat 3,auto}}.member{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;align-self:center;justify-self:center}@media all and (min-width: 768px){.member{grid-template-columns:auto auto;grid-template-rows:auto;grid-auto-flow:row}}@media all and (min-width: 1200px){.member{margin-right:200px}}.member__container{width:190px;height:190px;margin-bottom:15px;border-radius:4px;border:solid 5px rgba(0,0,0,0.08);margin:auto}@media all and (min-width: 768px){.member__container{margin-left:44px;width:213px;height:213px}}@media all and (min-width: 1200px){.member__container{width:286px;height:286px}}.member__container__foto{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media all and (min-width: 768px){.member-info{width:443px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:50px}}.member-info__name{height:45px;font-family:var(--text-font);font-size:20px;line-height:45px;color:var(--black);text-align:center}@media all and (min-width: 768px){.member-info__name{align-self:start;margin-left:15px}}.member-info__text{font-family:var(--text-font);font-size:16px;line-height:24px;color:var(--gunmetal);text-align:center;margin-bottom:15px;margin-left:15px;margin-right:15px}@media all and (min-width: 768px){.member-info__text{text-align:start}}.member-info__icons{height:30px;display:flex;list-style-type:none;font-size:16px;line-height:30px;justify-content:center;margin-bottom:45px;gap:10px;color:var(--blue-green)}@media all and (min-width: 768px){.member-info__icons{align-self:start;margin-left:15px}}.member-info__icons__link{text-decoration:none;color:var(--blue-green)}.member-info__icons__link::after{color:var(--gunmetal);content:" ·";font-size:var(--text-font)}.member-info__icons__link--none{content:"  ";color:var(--blue-green)}.fa-twitter:hover{color:#00acee}.fa-linkedin-in:hover{color:#0e76a8}.fa-github-alt:hover{color:black}.fa-envelope:hover{color:#EA4335}.member-rigth{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;align-self:center;justify-self:center}@media all and (min-width: 768px){.member-rigth{grid-template-columns:auto auto;grid-template-rows:auto;grid-auto-flow:row}}@media all and (min-width: 1200px){.member-rigth{margin-left:300px}}.member-rigth__container{width:190px;height:190px;margin-bottom:15px;border-radius:4px;border:solid 5px rgba(0,0,0,0.08);margin:auto}@media all and (min-width: 768px){.member-rigth__container{grid-column:2/3;margin-right:45px;width:213px;height:213px}}@media all and (min-width: 1200px){.member-rigth__container{width:286px;height:286px}}.member-rigth__container__foto{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media all and (min-width: 768px){.member-rigth-info{grid-row:1/2;width:442px;margin-left:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:40px}}.member-rigth-info__name{height:45px;font-family:var(--text-font);font-size:20px;line-height:45px;color:var(--black);text-align:center}@media all and (min-width: 768px){.member-rigth-info__name{align-self:end;margin-right:15px}}.member-rigth-info__text{font-family:var(--text-font);font-size:16px;line-height:24px;color:var(--gunmetal);text-align:center;margin-bottom:15px;margin-left:15px;margin-right:15px}@media all and (min-width: 768px){.member-rigth-info__text{text-align:end}}.member-rigth-info__icons{height:30px;display:flex;list-style-type:none;font-size:16px;line-height:30px;justify-content:center;margin-bottom:45px;gap:10px;color:var(--blue-green)}@media all and (min-width: 768px){.member-rigth-info__icons{align-self:end;margin-right:20px}}.member-rigth-info__icons__link{text-decoration:none;color:var(--blue-green)}.member-rigth-info__icons__link::after{color:var(--gunmetal);content:" ·";font-size:var(--text-font)}.member-rigth-info__icons__link--none{content:"  ";color:var(--blue-green)}.footer{display:flex;flex-direction:column;justify-content:center;text-align:center;border-top:solid 1px #b8b8b9}@media all and (min-width: 768px){.footer{flex-direction:row-reverse;justify-content:space-between;padding:30px 45px 60px}}@media all and (min-width: 1200px){.footer{padding:24px 138px 0px}}.footer__name{font-family:var(--text-font);font-size:14px;text-align:center;color:#b8b8b9;margin-top:30px;height:-moz-fit-content;height:fit-content}@media all and (min-width: 768px){.footer__name{justify-content:flex-start;order:1;margin-top:30px;left:45px;position:absolute}}@media all and (min-width: 1200px){.footer__name{left:138px}}.footer__list{font-family:var(--text-font);font-weight:600;font-size:14px;color:var(--gunmetal);opacity:0.75;text-transform:uppercase;text-align:center;line-height:20px;margin-left:20px;padding:20px 29px 30px 29px;box-sizing:border-box}@media all and (min-width: 768px){.footer__list{align-items:flex-end;line-height:30px;margin:0;order:3}}.footer__list__link{text-decoration:none;color:var(--gunmetal);padding:0}.footer__list a{position:relative}.footer__list .link:after{content:"";position:absolute;background-color:var(--blue-green);height:2px;bottom:20px;width:0;left:0;transition:all 0.3s}.footer__list .link:hover:after{width:100%}.footer__list .link:before{position:absolute;left:0px;width:100%;height:2px;top:20px;background-color:var(--blue-green);content:"";opacity:0;transition:all 0.3s}.footer__list .link:hover:after,.footer__list .link:hover:before{opacity:1;transform:translateY(0px)}.footer__brand{margin-left:auto;margin-right:auto;height:45px;margin-bottom:65px;margin-top:10px;cursor:pointer}.footer__brand__logo{width:115.9px}@media all and (min-width: 768px){.footer__brand{justify-content:flex-start;margin:65px 0px 0px 0px;order:1}}*{box-sizing:border-box}.hero{background-image:url(../images/hero.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:421px}.lema{margin:0 auto;box-sizing:border-box;padding:14px 15px 16px 15px;background-color:white;transform:translateY(-50%);margin:0 15px 0 15px}.lema-p{font-family:var(--text-font);color:black;font-weight:700}.box{width:30px;height:30px;background-color:white;transform:translateY(50%) rotate(45deg);margin:0 auto}@media all and (min-width: 768px){.lema{padding:15px 30px;margin-left:46px;width:-moz-max-content;width:max-content;transform:translateY(-100%);opacity:0.8}.title{padding-bottom:15px}}@media all and (min-width: 1200px){.lema{font-size:24px;color:var(--black);background-color:rgba(255,255,255,0.7);font-weight:500;margin-left:138px}.footer-equipo{margin-right:100px}.footer-logo,.footer-nombre{margin-left:150px}.container-lista{margin-right:150px}}
