@import url("https://use.typekit.net/ige4ckz.css");
@import url("navigation.css");
@import url("uikit.css");
body {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 16px;
    line-height: 22px;
    overflow-x: hidden;
    width: 100%;
}
main {
    overflow: hidden;
    width: 100%;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 45, 68, 0.5);
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}
.logo img {
    height: 77px;
}
/*header nav {
    display: flex;
    margin-right: 40px;
}
header nav a {
    text-decoration: none;
    color: #002d44;
    font-family: fira-sans-compressed, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    cursor: pointer;
}
header nav a:hover, header nav a.selected {
    color: #00a67a;
}*/
.home {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.home video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container {
    margin: 0 auto;
    width: 1180px;
}
.relative {
    position: relative;
}
.white {
    color: white;
}
.flex-home {
    display:flex;
}
.guiamos {
    width:660px;
    position: relative;
    z-index: 2;
}
h1 {
    font-size: 113px;
    line-height: normal;
    margin: 0;
    font-family: fira-sans-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 98px;
    text-shadow: 6px 6px 7px rgba(0, 45, 68, 0.5);
}
.yellow {
    color:#f5e83b;
}
p {
    margin: 0 0 20px 0;
}
.slogan {
    margin:0;
    font-weight: 700;
    font-size: 24px;
    line-height:30px;
    width: 520px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.circle1 {
    width:548px;
    height: 548px;
    border-radius:50%;
    border: #f5e83b 2px solid;
    position: absolute;
    top:-100px;
    left: -115px;
}
.circle2 {
    width:304px;
    height: 304px;
    border-radius:50%;
    background-color: #f5e83b;
    position: absolute;
    top:290px;
    left: 105px;
}
.circle3 {
    width:298px;
    height: 298px;
    border-radius:50%;
    background-color: #002d44;
    position: absolute;
    top:80px;
    left: -40px;
}
.points {
    width:229px;
    position: absolute;
    top:-65px;
    left: 69px;
}
.rombo1 {
    width:92px;
    position: absolute;
    top:16px;
    left: 264px;
}
.circle-medio1 {
    width:162px;
    position: absolute;
    top:180px;
    left: -80px;
}
.circle-medio2 {
    width:162px;
    position: absolute;
    top:460px;
    left: 293px;
}
.circle-medio3 {
    width:196px;
    position: absolute;
    top:460px;
    left: 304px;
}
.rombo2 {
    width:58px;
    position: absolute;
    top:340px;
    left: 425px;
}
.rombo3 {
    width:130px;
    position: absolute;
    top:600px;
    left: -60px;
}
.p60 {
    padding:60px 0;
}
.flex-welcome {
    display: flex;
}
.welcome {
    width: 50%;
}
h2 {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 20px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "fira-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #002d44;
}
.darkcyan {
    color: #006a79;
}
.m0 {
    margin: 0;
}
.hand {
    width:460px;
    position: absolute;
    z-index: 1;
    top:-300px;
    left: -30px;
}
.bg-soluciones-home {
    background:url(../img/soluciones.jpg) center center / cover fixed no-repeat;
    padding: 40px 0;
}
.mb-160 {
    margin-bottom:-160px;
}
.flex-metas {
    display:flex;
    justify-content: center;
    grid-gap: 40px;
    align-items: center;
}
.col-metas1 {
    width:340px;
    position: relative;
    padding-bottom: 150px;
}
.col-metas1 img {
    width:100%;
    border-top-right-radius: 160px;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    position:relative;
    z-index: 1;
}
.col-metas1 div:nth-of-type(1) {
    background:#f5e83b;
    width: 540px;
    height: 220px;
    border-top-right-radius: 160px;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    position: absolute;
    top:200px;
    left:-150px;
}
.col-metas1 div:nth-of-type(2) {
    background:#002d44;
    width: 197px;
    height: 135px;
    border-top-right-radius: 160px;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    position: absolute;
    top:170px;
    left:-120px;
}
.col-metas1 div:nth-of-type(3) {
    background:#00a67a;
    width: 200px;
    height: 180px;
    border-bottom-left-radius: 110px;
    position: absolute;
    top:300px;
    left:100px;
}
.col-metas2 {
    width:360px;
    display: flex;
    flex-direction: column;
    text-align:right;
}
h4 {
    font-family: "fira-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px 0;
    color:#002D44;
    text-transform: uppercase;
    text-align: right;
}
.col-metas2 a {
    color:white;
    background:#00a67a;
    padding:8px 30px;
    font-size: 12.6px;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    align-self: flex-end;
}
.col-metas2 a:hover {
    background:#f5e83b;
    color: #002d44;
    box-shadow: 15px 15px 30px #002d44;
}
.col-metas2 h4 {
    align-self: flex-end;
    color: white;
}
.p180 {
    padding:180px 0 60px 0;
}
.col-50 {
    width: 50%;
}
.uk-slider-items.flex-slider div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos-enfoques div:nth-of-type(1) img {
    width:200px;
}
.logos-enfoques div:nth-of-type(2) img,
.logos-enfoques div:nth-of-type(11) img {
    width:140px;
}
.logos-enfoques div:nth-of-type(3) img,
.logos-enfoques div:nth-of-type(10) img {
    width:150px;
}
.logos-enfoques div:nth-of-type(4) img,
.logos-enfoques div:nth-of-type(8) img {
    width:178px;
}
.logos-enfoques div:nth-of-type(5) img {
    width:120px;
}
.logos-enfoques div:nth-of-type(6) img,
.logos-enfoques div:nth-of-type(7) img {
    width:70px;
}
.logos-enfoques div:nth-of-type(9) img {
    width:170px;
}
.bg-sectores {
    background: url(../img/bg-sectores.jpg) right bottom / cover fixed no-repeat;
}
.iconos-sectores {
    text-align: center;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height:14px;
    position:relative;
    z-index: 1;
    width: 60%;
    color:#006A79;
}
.iconos-sectores p {
    margin:0;
}
.iconos-sectores img {
    height:60px;
    margin-bottom: 10px;
}
.diseno-sectores div:nth-of-type(1) {
    width:400px;
    height: 400px;
    border-radius:50%;
    border: #f5e83b 2px solid;
    position: absolute;
    top:-200px;
    right: -330px;
}
.diseno-sectores div:nth-of-type(2) {
    width:332px;
    height: 332px;
    border-radius:50%;
    background-color: #f5e83b;
    position: absolute;
    top:-70px;
    right: -230px;
}
.diseno-sectores img:nth-of-type(1) {
    width:188px;
    position: absolute;
    top:-150px;
    right: -150px;
}
.diseno-sectores img:nth-of-type(2) {
    width:162px;
    position: absolute;
    top:100px;
    right: 0;
}
.mt100 {
    margin-top: 100px;
}
.logos-nosotros div:nth-of-type(1) img,
.logos-nosotros div:nth-of-type(12) img {
    width:130px;
}
.logos-nosotros div:nth-of-type(2) img {
    width:90px;
}
.logos-nosotros div:nth-of-type(3) img,
.logos-nosotros div:nth-of-type(16) img {
    width:140px;
}
.logos-nosotros div:nth-of-type(4) img,
.logos-nosotros div:nth-of-type(10) img,
.logos-nosotros div:nth-of-type(15) img {
    width:120px;
}
.logos-nosotros div:nth-of-type(5) img,
.logos-nosotros div:nth-of-type(7) img,
.logos-nosotros div:nth-of-type(17) img {
    width:160px;
}
.logos-nosotros div:nth-of-type(6) img,
.logos-nosotros div:nth-of-type(14) img {
    width:100px;
}
.logos-nosotros div:nth-of-type(8) img {
    width:60px;
}
.logos-nosotros div:nth-of-type(9) img,
.logos-nosotros div:nth-of-type(13) img {
    width:170px;
}
.logos-nosotros div:nth-of-type(11) img {
    width:150px;
}
.mt20 {
    margin-top:20px;
}
.center {
    text-align: center;
}
.pb40 {
    padding-bottom: 40px;
}
.flex-trabajos {
    display:flex;
    justify-content: center;
    grid-gap: 40px;
    align-items: center;
    text-align: center;
}
.flex-trabajos img {
    width:340px;
    border-radius: 50%;
    position:relative;
    z-index: 1;
}
.flex-trabajos div {
    width:600px;
}
.flex-trabajos p:nth-of-type(1) {
    font-size: 42px;
    line-height:44px;
    font-family: fira-sans-compressed-2, sans-serif;
    font-weight: 800;
    color:#002d44;
    margin-bottom: 0;
}
.flex-trabajos p.f32 {
    font-size: 32px;
    line-height:34px;
}
.flex-trabajos p:nth-of-type(2) {
    color: #006a79;
    margin-bottom: 0;
}
.arrows {
    position:absolute;
    right:40px;
    z-index:2;
}
.diseno-trabajos {
    position:absolute;
    left:470px;
    bottom: 190px;
}
.diseno-trabajos div:nth-of-type(1) {
    width:320px;
    height: 320px;
    border-radius:50%;
    border: #f5e83b 2px solid;
    position: absolute;
    top:-190px;
    left: -370px;
}
.diseno-trabajos div:nth-of-type(2) {
    width:240px;
    height: 240px;
    border-radius:50%;
    background-color: #f5e83b;
    position: absolute;
    top:-24px;
    left: -360px;
}
.diseno-trabajos div:nth-of-type(3) {
    width:200px;
    height: 200px;
    border-radius:50%;
    background-color: #002d44;
    position: absolute;
    top:-110px;
    left: -290px;
}
.diseno-trabajos img:nth-of-type(1) {
    width:130px;
    position: absolute;
    top:120px;
    left: -210px;
}
.diseno-trabajos img:nth-of-type(2) {
    width:156px;
    position: absolute;
    top:120px;
    left: -200px;
}
footer {
    color: white;
    background-color: #002d44;
    font-size: 17px;
    line-height: 21px;
}
.p40 {
    padding:40px 0;
}
.flex-footer {
    display: flex;
    justify-content: space-between;
}
.flex-footer div:nth-of-type(1) {
    width:440px;
}
.flex-footer div:nth-of-type(2) {
    width:300px;
    text-align:center;
}
.flex-footer div:nth-of-type(3) {
    width:440px;
    text-align: right;
}
h3 {
    font-family: "fira-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
}
.flex-footer div:nth-of-type(1) h3 {
    margin-bottom:10px;
}
.flex-footer div:nth-of-type(1) a {
    font-size: 26px;
    line-height: 28px;
    margin-left: -7px;
}
.flex-footer div:nth-of-type(2) h3 {
    margin-bottom:17px;
}
.flex-footer div:nth-of-type(3) h3 {
    margin-bottom:13px;
}
.flex-footer div:nth-of-type(3) .arroba {
    color: #f3e83a;
    font-weight: 500;
    font-size: 26px;
}
.flex-footer div:nth-of-type(3) p:nth-of-type(2) {
    margin-top:24px;
}
.flex-footer div:nth-of-type(2) p:nth-of-type(1) {
    margin-top: 10px;
}
.flex-footer div:nth-of-type(2) p:nth-of-type(2) {
    margin: 0;
}
footer a {
    color: white;
    text-decoration: none;
}
.flex-footer h3, .flex-footer a {
    font-size: 17px;
    line-height: 21px;
}
.habla {
    margin-top: 10px;
}
footer a:hover {
    color: #f3e83a;
}
footer span {
    color: #f3e83a !important;
}
.flex-redes {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.mt97 {
     margin-top: 97px;
}
.bg-nosotros {
    background:url(../img/bg-nosotros.jpg) center left / cover no-repeat;
}
.bg-soluciones {
    background:url(../img/bg-soluciones.jpg) center center / cover no-repeat;
}
.bg-actualidad {
    background:url(../img/actualidad.jpg) center center / cover no-repeat;
}
.bg-contacto {
    background:url(../img/contacto.jpg) center center / cover no-repeat;
}
.bg-privacidad {
    background:url(../img/blank.jpg) center center / cover no-repeat;
}
.flex-contenido {
    display: flex;
    align-items: center;
    justify-content:space-between;
    height:260px;
}
.contenido1 {
    background:rgba(0, 106, 121, 0.9);
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 30px 40px;
}
.contenido1 p {
    color: white;
    margin:0;
    font-style: italic;
    font-size: 24px;
    line-height:30px;
}
.contenido1 p span {
    color:#f5e83b;
    font-weight: 500;
}
.w500 {
    width:500px;
}
.w200 {
    width:200px;
}
.w320 {
    width:320px;
}
.w340 {
    width:340px;
}
.diseno-contenido {
    width:460px;
}
.diseno-contenido div:nth-of-type(1) {
    width:210px;
    height: 210px;
    border-radius:50%;
    background-color: #002d44;
    position: absolute;
    top:-20px;
    left:70px;
}
.diseno-contenido img:nth-of-type(1) {
    width:205px;
    position: absolute;
    top:-155px;
    left:160px;
}
.diseno-contenido img:nth-of-type(2) {
    width:90px;
    position: absolute;
    top:-82px;
    left: 331px;
}
.diseno-contenido img:nth-of-type(3) {
    width:145px;
    position: absolute;
    top:90px;
    left:20px;
}
.diseno-contenido div:nth-of-type(2) {
    width:460px;
    height: 460px;
    border-radius:50%;
    border: #f5e83b 2px solid;
    position: absolute;
    top:-190px;
    left: 30px;
}
.img100 {
    width: 100%;
}
.flex-logo {
    display:flex;
    align-items: center;
    justify-content:center;
    grid-gap: 60px;
    padding: 80px 0 60px 0;
}
.flex-logo div {
    width:40%;
}
.flex-logo div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 24px;
    line-height:30px;
    font-weight:700;
}
.flex-logo div:nth-of-type(2) p:nth-of-type(2) {
    font-size:32px;
    line-height:52px;
    margin: 0;
}
.flex-logo div:nth-of-type(2) p:nth-of-type(2) span {
    font-weight: 900;
}
.container-pronuncia {
    margin: -70px auto 0 auto;
    width: 240px;
    text-align: center;
    position: relative;
}
.container-pronuncia div:nth-of-type(1) {
    background-color: #002d44;
    color:white;
    padding:15px 0 16px 0;
    font-size:24px;
    font-weight:400;
    border-top-right-radius: 30px;
    margin-right: -10px;
    margin-bottom: -10px;
    position:relative;
}
.container-pronuncia div:nth-of-type(2) {
    background-color: #f5e83b;
    color:#006a79;
    padding:27px 20px 21px 20px;
    font-size:32px;
    font-weight:900;
    border-bottom-left-radius: 30px;
    margin-left: -10px;
    margin-top: -10px;
}
.bg-proposito {
    background: url(../img/proposito.jpg) center 20% / cover fixed no-repeat;
    text-align: center;
    color:white;
    font-weight: 400;
}
.container500 {
    width: 500px;
    margin:0 auto;
}
.flex-valores {
    display: flex;
    align-items: center;
    margin-top:-60px;
    position: relative;
    z-index: 2;
}
.flex-valores div:nth-of-type(1) {
    width: 35%;
}
.flex-valores div:nth-of-type(2) {
    width: 30%;
}
.flex-valores div:nth-of-type(3) {
    width: 35%;
    text-align: right;
}
.flex-valores h3 {
    text-transform: uppercase;
}
.diseno-valores {
    z-index: 1;
}
.diseno-valores div:nth-of-type(1) {
    width:287px;
    height: 287px;
    border-radius:50%;
    background-color: #f5e83b;
    position: absolute;
    bottom:-28px;
    left: -123px;
}
.diseno-valores img:nth-of-type(1) {
    width:230px;
    position: absolute;
    bottom:70px;
    left: -290px;
}
.diseno-valores div:nth-of-type(2) {
    width:400px;
    height: 400px;
    border-radius:50%;
    border: #f5e83b 2px solid;
    position: absolute;
    bottom:-240px;
    left: -450px;
}
.diseno-valores img:nth-of-type(2) {
    width:90px;
    position: absolute;
    bottom:-60px;
    left: -82px;
}
.diseno-valores div:nth-of-type(3) {
    width:287px;
    height: 287px;
    border-radius:50%;
    background-color: #002d44;
    position: absolute;
    bottom:-330px;
    left: -370px;
}
.bg-distingue {
    background: url(../img/bg-distingue.jpg) center center / cover fixed no-repeat;
}
.bg-distingue h2 {
    color:#f5e83b;
    text-shadow: 6px 6px 10px rgba(0, 45, 68, 0.6);
}
.flex-impacto {
    display: flex;
    justify-content: space-between;
}
.txt-impacto {
    width: 55%;
}
.pr50 {
    padding-right: 50px;
}
.diseno-impacto {
    position: relative;
    margin-top: -80px;
}
.diseno-impacto img:nth-of-type(1) {
    width: 490px;
    position: relative;
    z-index: 1;
    top: 150px;
    left: 35px;
}
.diseno-impacto div:nth-of-type(1) {
    background-color:#00a67a;
    width: 122px;
    height: 122px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    position: absolute;
    top:0;
    left: 91px;
}
.diseno-impacto div:nth-of-type(2) {
    background-color:#f5e83b;
    width: 124px;
    height: 255px;
    border-top-left-radius: 70px;
    position: absolute;
    top:129px;
    left: 89px;
}
.diseno-impacto div:nth-of-type(3) {
    background-color:#002d44;
    width: 120px;
    height: 120px;
    border-top-right-radius: 63px;
    position: absolute;
    top:64px;
    left: 245px;
}
.diseno-impacto img:nth-of-type(2) {
    width: 158px;
    position: absolute;
    top:84px;
    left: 73px;
}
.diseno-impacto div:nth-of-type(4) {
    background-color:#f5e83b;
    width: 183px;
    height: 98px;
    border-top-right-radius: 49px;
    position: absolute;
    top:199px;
    left: 273px;
}
.diseno-impacto div:nth-of-type(5) {
    background-color:#f5e83b;
    width: 453px;
    height: 184px;
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
    border-bottom-left-radius: 98px;
    position: absolute;
    top:440px;
    left: 0;
}
.diseno-impacto div:nth-of-type(6) {
    background-color:#00a67a;
    width: 230px;
    height: 166px;
    border-bottom-right-radius: 84px;
    position: absolute;
    top:308px;
    left: 226px;
}
.diseno-impacto div:nth-of-type(7) {
    background-color:#002d44;
    width: 171px;
    height: 117px;
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
    border-bottom-left-radius: 63px;
    position: absolute;
    top:406px;
    left: 0;
}
.diseno-impacto div:nth-of-type(8) {
    background-color:#00a67a;
    width: 173px;
    height: 173px;
    border-bottom-left-radius: 98px;
    position: absolute;
    top:469px;
    left: 210px;
}
.diseno-impacto img:nth-of-type(3) {
    width: 210px;
    position: absolute;
    top:378px;
    left:299px;
}
.testimonio {
    width:600px;
    margin: 0 auto;
    text-align: center;
}
.testimonio p {
    color: #006a79;
    margin-bottom: 0;
    font-style: italic;
}
.mt60 {
    margin-top: 60px;
}
.flex-soluciones {
    display:flex;
    justify-content: space-between;
}
.col540 {
    width:540px;
    display: flex;
    align-items: center;
}
.col540 img {
    width:240px;
    height: 240px;
    border-top-right-radius: 160px;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    margin-right: 20px;
}
.col540 div {
    width:280px;
    flex-direction: column;
}
.col540 h2 {
    margin:0;
    color:#006A79;
    align-self: flex-start;
}
.bg-impacto {
    background: url(../img/bg-impacto.jpg) center 40px / cover no-repeat;
}
.flex-impacto-02 {
    display:flex;
    justify-content:center;
    overflow-y: hidden;
}
.hagamos {
    font-size: 48px;
    line-height:54px;
    color:#002d44;
    font-style:italic;
    text-align:center;
    background: url(../img/impacto-01.png) center center / contain no-repeat;
/*    mix-blend-mode: multiply;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:500px;
    margin-bottom: 40px;
}
.hagamos div {
    margin-left: -80px;
}
.flex-impacto-02 img {
    width: 340px;
    margin-left: -70px;
}
.f500 {
    font-weight: 500;
}
.contactanos {
    color:white;
    background:#00a67a;
    padding:30px 35px;
    font-size: 32px;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width:200px;
    box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.4);
    display:block;
    text-align: center;
    position:absolute;
    margin-top:-41px;
    left:50%;
    margin-left:-135px;
}
.contactanos:hover {
    background-color: #002d44;
}
.flex-metas.flex-metas-soluciones {
    grid-gap: 80px;
}
.flex-metas.flex-metas-soluciones .col-metas1 {
    padding-bottom: 175px;
}
.flex-metas.flex-metas-soluciones .col-metas2 {
    width:380px;
    display: block;
    text-align:left;
}
.flex-metas.flex-metas-soluciones .col-metas2 h4 {
    margin: 0;
    text-align: left;
    color: #002d44;
}
.list {
    margin: -10px 0 0 0;
    padding: 0 0 0 30px;
    list-style-type: square;
}
.list li {
    line-height: 20px;
    margin-bottom: 6px;
}
.list li:last-child {
    margin-bottom: 0;
}
.flex-metas.flex-metas-soluciones .col-metas1.mover div:nth-of-type(1) {
    left:-80px;
}
.flex-metas.flex-metas-soluciones .col-metas1.mover div:nth-of-type(2) {
    left:-50px;
}
.flex-metas.flex-metas-notas {
    grid-gap: 80px;
}
.flex-metas.flex-metas-notas .col-metas1 {
    width:320px;
    padding-bottom: 52px;
}
.flex-metas.flex-metas-notas .col-metas1 div:nth-of-type(1) {
    width: 432px;
    height: 176px;
    top:160px;
    left:-60px;
}
.flex-metas.flex-metas-notas .col-metas1 div:nth-of-type(2) {
    width: 157px;
    height: 108px;
    top:150px;
    left:-40px;
}
.flex-metas.flex-metas-notas .col-metas1 div:nth-of-type(3) {
    width: 160px;
    height: 112px;
    top:250px;
    left:100px;
}
.flex-metas.flex-metas-notas .col-metas2 {
    display: block;
    position: relative;
    width: 400px;
}
.flex-metas.flex-metas-notas .col-metas2.left,
.flex-metas.flex-metas-notas .col-metas2.left h4 {
    text-align: left;
}
.flex-metas.flex-metas-notas .col-metas2 h4 {
    margin: 0;
    color: #002d44;
}
.flex-metas.flex-metas-notas .col-metas2 a:hover {
    box-shadow: none;
    background: #002d44;
    color: white;
}
strong {
    font-weight: 700;
}
.col65 {
    width:65%;
}
.col30 {
    width:30%;
    align-self: flex-end;
}
.titulo-nota {
    color:#002d44;
    font-family: "fira-sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.flex-article {
    display: flex;
    justify-content: space-between;
}
.col65 p:last-child {
    margin: 0;
}
.bg-nota-01 {
    background:url(../img/bg-nota-01.jpg) center center / cover no-repeat;
}
.bg-nota-02 {
    background:url(../img/bg-nota-02.jpg) center center / cover no-repeat;
}
.flex-contacto {
    display: flex;
    justify-content:space-between;
}
#contactForm {
    width:48%;
}
#contactForm .uk-margin {
    margin-bottom: 60px;
}
h5 {
    margin: 0;
    color: #002d44;
    font-weight: 700;
    font-size: 24px;
}
.uk-input,
.uk-select,
.uk-textarea {
  padding: 0 !important;
  background: #fff;
  color: #00a67a;
  text-transform: uppercase;
  font-family: fira-sans-compressed, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: #002d44 solid 1px !important;
  font-size: 21px !important;
}
.uk-radio,
.uk-checkbox {
  height: 16px;
  width: 16px;
  border: 2px solid black !important;
}
.enviar {
    color:white;
    background:#00a67a;
    padding:8px 40px;
    font-size: 24px;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    border:none;
}
.flex-autorizo {
    display:flex;
    align-items:flex-start;
    margin-top: 10px;
}
.flex-autorizo input {
    width:20px;
}
.flex-autorizo label {
    width:400px;
}
.p0 {
    padding: 0;
}
.col60 {
    width:60%;
}




@media (max-width: 1520px) {
    .diseno-trabajos {
        margin-left: -240px;
    }
}
@media (max-width: 1240px) {
    .container {
        margin: 0 5%;
        width: 90%;
    }
}
@media (max-width: 1200px) {
    .flex-soluciones {
        flex-direction: column;
        grid-gap: 20px;
    }
    .col540 {
        width:100%;
    }
    .col540 img {
        width:23%;
        min-width: 240px;
        height: 240px;
        margin-right: 2%;
    }
    .col540 div {
        width:75%;
    }
}
@media (max-width: 1160px) {
    .flex-metas {
        margin-left: 100px;
    }
    .mb-160 {
        margin-bottom:0;
    }
    .col-metas1 {
        width:272px;
        padding-bottom: 0;
    }
    .col-metas1 img {
        border-top-right-radius: 128px;
        border-top-left-radius: 128px;
        border-bottom-left-radius: 128px;
    }
    .col-metas1 div:nth-of-type(1) {
        width: 432px;
        height: 176px;
        border-top-right-radius: 128px;
        border-top-left-radius: 128px;
        border-bottom-left-radius: 128px;
        position: relative;
        top:0;
        left:0;
        margin: -100px 0 0 -120px;
    }
    .col-metas1 div:nth-of-type(2) {
        width: 157px;
        height: 108px;
        border-top-right-radius: 128px;
        border-top-left-radius: 128px;
        border-bottom-left-radius: 128px;
        position: relative;
        top:0;
        left:0;
        margin: -230px 0 0 -80px;
    }
    .col-metas1 div:nth-of-type(3) {
        width: 160px;
        height: 144px;
        border-bottom-left-radius: 88px;
        position: relative;
        top:0;
        left:0;
        margin: 0 0 0 80px;
    }
    .p180 {
        padding:60px 0;
    }
    .flex-metas.flex-metas-notas {
        justify-content: space-between;
        margin: 0 0 40px 0;
    }
    .flex-metas.flex-metas-notas .col-metas1 {
        width:25%;
        padding-bottom: 0;
    }
    .flex-metas.flex-metas-notas .col-metas1 div {
        display: none;
    }
    .flex-metas.flex-metas-notas {
        grid-gap: 0;
    }
    .flex-metas.flex-metas-notas .col-metas2 {
        width: 75%;
    }
}
@media (max-width: 1023px) {
    .circle1 {
        width:438px;
        height: 438px;
        top:-80px;
        left: -92px;
    }
    .circle2 {
        width:243px;
        height: 243px;
        top:232px;
        left: 84px;
    }
    .circle3 {
        width:238px;
        height: 238px;
        top:64px;
        left: -32px;
    }
    .points {
        width:183px;
        top:-52px;
        left: 55px;
    }
    .rombo1 {
        width:73px;
        top:13px;
        left: 211px;
    }
    .circle-medio1 {
        width:129px;
        top:144px;
        left: -64px;
    }
    .circle-medio2 {
        width:129px;
        top:368px;
        left: 234px;
    }
    .circle-medio3 {
        width:156px;
        top:368px;
        left: 243px;
    }
    .rombo2 {
        width:46px;
        top:272px;
        left: 340px;
    }
    .rombo3 {
        width:104px;
        top:480px;
        left: -48px;
    }
    .hand {
        width:368px;
        top:-200px;
        left: 0;
        right: 0;
        margin-left: -120px;
    }
    .welcome {
        width: 80%;
    }
    .bg-sectores {
        background: url(../img/bg-sectores.jpg) left bottom / cover fixed no-repeat;
    }
    .iconos-sectores {
        width: 75%;
    }
    .diseno-impacto {
        margin-top: 0;
    }
    .diseno-impacto img:nth-of-type(1) {
        width: 392px;
        top: 120px;
        left: 28px;
    }
    .diseno-impacto div:nth-of-type(1) {
        width: 97px;
        height: 97px;
        border-top-left-radius: 56px;
        border-top-right-radius: 56px;
        border-bottom-left-radius: 56px;
        left: 72px;
    }
    .diseno-impacto div:nth-of-type(2) {
        width: 99px;
        height: 204px;
        border-top-left-radius: 56px;
        top:103px;
        left: 71px;
    }
    .diseno-impacto div:nth-of-type(3) {
        width: 96px;
        height: 96px;
        border-top-right-radius: 50px;
        top:51px;
        left: 196px;
    }
    .diseno-impacto img:nth-of-type(2) {
        width: 126px;
        top:67px;
        left: 58px;
    }
    .diseno-impacto div:nth-of-type(4) {
        width: 146px;
        height: 78px;
        border-top-right-radius: 39px;
        top:159px;
        left: 218px;
    }
    .diseno-impacto div:nth-of-type(5) {
        width: 362px;
        height: 147px;
        border-top-left-radius: 78px;
        border-top-right-radius: 78px;
        border-bottom-left-radius: 78px;
        top:352px;
    }
    .diseno-impacto div:nth-of-type(6) {
        width: 184px;
        height: 132px;
        border-bottom-right-radius: 67px;
        top:246px;
        left: 180px;
    }
    .diseno-impacto div:nth-of-type(7) {
        width: 136px;
        height: 93px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        top:324px;
    }
    .diseno-impacto div:nth-of-type(8) {
        width: 138px;
        height: 138px;
        border-bottom-left-radius: 78px;
        top:375px;
        left: 168px;
    }
    .diseno-impacto img:nth-of-type(3) {
        width: 168px;
        top:302px;
        left:239px;
    }
    h5 {
        font-size: 19px;
    }
    .flex-contacto {
        flex-direction: column;
        grid-gap: 40px;
    }
    #contactForm {
        width:100%;
    }
    #contactForm .uk-margin {
        margin-bottom: 30px;
    }
    .uk-input,
    .uk-select,
    .uk-textarea {
      font-size: 17px !important;
    }
    .enviar {
        padding:8px 40px;
        font-size: 19px;
    }
}
@media (max-width: 990px) {
    .contenido1 {
        border-top-left-radius: 48px;
        border-bottom-right-radius: 48px;
        padding: 24px 32px;
    }
    .contenido1 p {
        font-size: 19px;
        line-height:23px;
    }
    .w500 {
        width:50%;
    }
    .diseno-contenido {
        width:50%;
    }
    .diseno-contenido div:nth-of-type(1) {
        width:168px;
        height: 168px;
        top:-16px;
        left:56px;
    }
    .diseno-contenido img:nth-of-type(1) {
        width:164px;
        top:-124px;
        left:128px;
    }
    .diseno-contenido img:nth-of-type(2) {
        width:72px;
        top:-65px;
        left: 264px;
    }
    .diseno-contenido img:nth-of-type(3) {
        width:116px;
        top:72px;
        left:16px;
    }
    .diseno-contenido div:nth-of-type(2) {
        width:368px;
        height: 368px;
        top:-152px;
        left: 24px;
        display: none;
    }
    .off990 {
        display: none;
    }
    .col60 {
        width: 100%;
    }
}
@media (max-width: 905px) {
    .flex-metas {
        grid-gap: 0;
        margin-left: 0;
        justify-content: space-between;
    }
    .col-metas1 {
        width:49%;
    }
    .col-metas2 {
        width:40%;
    }
    .col-metas1 img {
        width:272px;
    }
    .col-metas1 img {
        margin: 0 0 0 120px;
    }
    .col-metas1 div:nth-of-type(1) {
        margin: -100px 0 0 0;
    }
    .col-metas1 div:nth-of-type(2) {
        margin: -230px 0 0 40px;
    }
    .col-metas1 div:nth-of-type(3) {
        margin: 0 0 0 200px;
    }
    .uk-position-center-left-out {
      margin-right: 5px;
    }
    .uk-position-center-right-out {
      margin-left: 5px;
    }
    .flex-metas.flex-metas-notas .col-metas1 img {
        margin: 0 0 10px 0;
        width:100%;
    }
    /*.flex-metas.flex-metas-notas .col-metas1 {
        width:25%;
    }
    .flex-metas.flex-metas-notas {
        grid-gap: 0;
    }
    .flex-metas.flex-metas-notas .col-metas2 {
        width: 75%;
    }*/
}
.onvalues {
    display: none;
}
@media (max-width: 825px) {
    .flex-trabajos {
        flex-direction: column;
        grid-gap: 10px;
    }
    .flex-trabajos img {
        width:200px;
    }
    .flex-trabajos div {
        width:100%;
    }
    .flex-trabajos p:nth-of-type(1) {
        font-size: 32px;
        line-height:34px;
    }
    /*.flex-trabajos p.f32 {
        font-size: 32px;
        line-height:34px;
    }*/
    .arrows {
        right:20px;
    }
    .diseno-trabajos {
        bottom: 0;
        top: 100px;
    }
    .diseno-trabajos div:nth-of-type(1) {
        width:256px;
        height: 256px;
        top:-152px;
        left: -296px;
        display: none;
    }
    .diseno-trabajos div:nth-of-type(2) {
        width:192px;
        height: 192px;
        top:-30px;
        left: -288px;
    }
    .diseno-trabajos div:nth-of-type(3) {
        width:160px;
        height: 160px;
        top:-60px;
        left: -232px;
    }
    .diseno-trabajos img:nth-of-type(1) {
        width:104px;
        top:96px;
        left: -168px;
    }
    .diseno-trabajos img:nth-of-type(2) {
        width:124px;
        top:96px;
        left: -160px;
    }
    .flex-logo {
        justify-content:space-between;
        grid-gap: 0;
        padding: 60px 0;
    }
    .flex-logo div {
        width:48%;
    }
    .flex-logo div:nth-of-type(2) p:nth-of-type(1) {
        font-size: 19px;
        line-height:24px;
    }
    .flex-logo div:nth-of-type(2) p:nth-of-type(2) {
        font-size:25px;
        line-height:41px;
    }
    .container-pronuncia {
        margin: -80px auto 0 auto;
        width: 200px;
    }
    .container-pronuncia div:nth-of-type(1) {
        padding:12px 0 13px 0;
        font-size:19px;
        border-top-right-radius: 24px;
    }
    .container-pronuncia div:nth-of-type(2) {
        padding:21px 16px 17px 16px;
        font-size:25px;
        border-bottom-left-radius: 24px;
    }
    .flex-valores {
        align-items: flex-start;
        margin-top:0;
    }
    .flex-valores div:nth-of-type(1) {
        width: 60%;
    }
    .flex-valores div:nth-of-type(2) {
        width: 40%;
    }
    .flex-valores div:nth-of-type(3) {
        display: none;
    }
    .onvalues {
        display: block;
    }
    .p60 {
        padding:40px 0;
    }
    .hagamos {
        font-size: 38px;
        line-height:43px;
        width:400px;
        margin-bottom: 32px;
    }
    .hagamos div {
        margin-left: -64px;
    }
    .flex-impacto-02 img {
        width: 272px;
        margin-left: -56px;
    }
    .contactanos {
        padding:14px 0;
        font-size: 25px;
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        width:200px;
        box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.4);
        margin-top:-25px;
        left:50%;
        margin-left:-100px;
    }
    .flex-metas.flex-metas-soluciones {
        grid-gap: 20px;
        width: 100%;
        margin-bottom: 40px;
    }
    .flex-metas.flex-metas-soluciones.reverse {
        flex-direction: row-reverse;
    }
    .flex-metas.flex-metas-soluciones .col-metas1 {
        width: 25%;
        padding: 0;
    }
    .flex-metas.flex-metas-soluciones .col-metas1 img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin: 0;
    }
    .flex-metas.flex-metas-soluciones .col-metas1 div {
        display: none;
    }
    .flex-metas.flex-metas-soluciones .col-metas2 {
        width: 75%;
    }
}
@media (max-width: 770px) {
    footer, .flex-footer h3, .flex-footer a {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-footer div:nth-of-type(1) a {
        font-size: 21px;
        line-height: 23px;
    }
    .flex-footer div:nth-of-type(3) .arroba {
        font-size: 21px;
    }
    .uk-icon {
        transform: scale(0.8);
    }
    .diseno-impacto {
        margin-right: -60px;
    }
    .col65 {
        width:100%;
    }
    .flex-article {
        flex-direction: column;
    }
    .titulo-nota {
        font-size: 19px;
        line-height: 24px;
    }
    .uk-text-lead {
      font-size: 1.2rem;
      line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .col-50 {
        width: 100%;
    }
    h2 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 20px 0;
    }
}
@media (max-width: 730px) {
    .col-metas1 img {
        width:217px;
        border-top-right-radius: 102px;
        border-top-left-radius: 102px;
        border-bottom-left-radius: 102px;
        margin: 0 0 0 110px;
    }
    .col-metas1 div:nth-of-type(1) {
        width: 345px;
        height: 140px;
        border-top-right-radius: 102px;
        border-top-left-radius: 102px;
        border-bottom-left-radius: 102px;
        margin: -80px 0 0 0;
    }
    .col-metas1 div:nth-of-type(2) {
        width: 125px;
        height: 86px;
        border-top-right-radius: 102px;
        border-top-left-radius: 102px;
        border-bottom-left-radius: 102px;
        margin: -190px 0 0 40px;
    }
    .col-metas1 div:nth-of-type(3) {
        width: 128px;
        height: 115px;
        border-bottom-left-radius: 88px;
        margin: 10px 0 0 180px;
    }
}
@media (max-width: 680px) {
    .guiamos {
        width:100%;
    }
    h1 {
        font-size: 90px;
        line-height: 96px;
        text-shadow: 5px 5px 6px rgba(0, 45, 68, 0.5);
    }
    h1 br {
        display: none;
    }
    .slogan {
        font-size: 19px;
        line-height:25px;
        width: 100%;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    }
    .diseno-sectores div:nth-of-type(1) {
        width:320px;
        height: 320px;
        top:-160px;
        right: -264px;
    }
    .diseno-sectores div:nth-of-type(2) {
        width:265px;
        height:265px;
        top:-56px;
        right: -184px;
    }
    .diseno-sectores img:nth-of-type(1) {
        width:150px;
        top:-120px;
        right: -120px;
    }
    .diseno-sectores img:nth-of-type(2) {
        width:129px;
        top:80px;
    }
    .flex-impacto {
        flex-direction: column;
        grid-gap: 20px;
    }
    .txt-impacto {
        width: 100%;
    }
    .diseno-impacto {
        padding-bottom: 90px;
        width: 417px;
        margin: 0 auto;
    }
    .diseno-impacto img:nth-of-type(1) {
        width: 313px;
        top: 96px;
        left: 22px;
    }
    .diseno-impacto div:nth-of-type(1) {
        width: 77px;
        height: 77px;
        border-top-left-radius: 44px;
        border-top-right-radius: 44px;
        border-bottom-left-radius: 44px;
        left: 57px;
    }
    .diseno-impacto div:nth-of-type(2) {
        width: 79px;
        height: 163px;
        border-top-left-radius: 44px;
        top:82px;
        left: 56px;
    }
    .diseno-impacto div:nth-of-type(3) {
        width: 76px;
        height: 76px;
        border-top-right-radius: 40px;
        top:40px;
        left: 156px;
    }
    .diseno-impacto img:nth-of-type(2) {
        width: 100px;
        top:53px;
        left: 46px;
    }
    .diseno-impacto div:nth-of-type(4) {
        width: 116px;
        height: 62px;
        border-top-right-radius: 31px;
        top:127px;
        left: 174px;
    }
    .diseno-impacto div:nth-of-type(5) {
        width: 289px;
        height: 117px;
        border-top-left-radius: 62px;
        border-top-right-radius: 62px;
        border-bottom-left-radius: 62px;
        top:281px;
    }
    .diseno-impacto div:nth-of-type(6) {
        width: 147px;
        height: 105px;
        border-bottom-right-radius: 53px;
        top:196px;
        left: 144px;
    }
    .diseno-impacto div:nth-of-type(7) {
        width: 108px;
        height: 74px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
        top:259px;
    }
    .diseno-impacto div:nth-of-type(8) {
        width: 110px;
        height: 110px;
        border-bottom-left-radius: 62px;
        top:300px;
        left: 134px;
    }
    .diseno-impacto img:nth-of-type(3) {
        width: 134px;
        top:241px;
        left:191px;
    }
    .testimonio {
        width:100%;
    }
}
@media (max-width: 640px) {
    .flex-metas {
        flex-direction: column;
        grid-gap: 20px;
    }
    .flex-metas.flex-metas-soluciones {
        flex-direction: row;
    }
    .col-metas1, .col-metas2 {
        width:100%;
    }
    .col-metas1 {
        margin: 0 auto;
        display: block;
        width: 345px;
    }
    .col-metas2 {
        display: block;
    }
    .col-metas2 h4 {
        text-align: center;
    }
    .col-metas2 a {
        display: block;
        margin: 0 auto;
        width: 120px;
        text-align: center;
    }
    .col-metas2 a:hover {
        box-shadow: none;
    }
    .uk-position-center-left-out {
      margin-right: -10px;
    }
    .uk-position-center-right-out {
      margin-left: -10px;
    }
    .arrows {
        top: 0;
    }
    .arrows.arrows2 {
        top: 80px;
    }
    .arrows .uk-position-center-left-out {
      margin-right: 0;
    }
    .arrows .uk-position-center-right-out {
      margin-left: 0;
    }
    .logos-enfoques div:nth-of-type(1) img {
        width:160px;
    }
    .logos-enfoques div:nth-of-type(2) img,
    .logos-enfoques div:nth-of-type(11) img {
        width:112px;
    }
    .logos-enfoques div:nth-of-type(3) img,
    .logos-enfoques div:nth-of-type(10) img {
        width:120px;
    }
    .logos-enfoques div:nth-of-type(4) img,
    .logos-enfoques div:nth-of-type(8) img {
        width:142px;
    }
    .logos-enfoques div:nth-of-type(5) img {
        width:96px;
    }
    .logos-enfoques div:nth-of-type(6) img,
    .logos-enfoques div:nth-of-type(7) img {
        width:56px;
    }
    .logos-enfoques div:nth-of-type(9) img {
        width:136px;
    }
    .iconos-sectores {
        width: 100%;
    }
    .logos-nosotros div:nth-of-type(1) img,
    .logos-nosotros div:nth-of-type(12) img {
        width:104px;
    }
    .logos-nosotros div:nth-of-type(2) img {
        width:72px;
    }
    .logos-nosotros div:nth-of-type(3) img,
    .logos-nosotros div:nth-of-type(16) img {
        width:112px;
    }
    .logos-nosotros div:nth-of-type(4) img,
    .logos-nosotros div:nth-of-type(10) img,
    .logos-nosotros div:nth-of-type(15) img {
        width:96px;
    }
    .logos-nosotros div:nth-of-type(5) img,
    .logos-nosotros div:nth-of-type(7) img,
    .logos-nosotros div:nth-of-type(17) img {
        width:128px;
    }
    .logos-nosotros div:nth-of-type(6) img,
    .logos-nosotros div:nth-of-type(14) img {
        width:80px;
    }
    .logos-nosotros div:nth-of-type(8) img {
        width:48px;
    }
    .logos-nosotros div:nth-of-type(9) img,
    .logos-nosotros div:nth-of-type(13) img {
        width:136px;
    }
    .logos-nosotros div:nth-of-type(11) img {
        width:120px;
    }
    .flex-footer {
        flex-direction: column;
    }
    .flex-footer div {
        width:100% !important;
        text-align:center !important;
    }
    .flex-footer div:nth-of-type(1) a {
        margin-left: 0;
    }
    .flex-footer div:nth-of-type(1) h3,
    .flex-footer div:nth-of-type(2) h3,
    .flex-footer div:nth-of-type(3) h3 {
        margin-bottom:0;
    }
    .flex-footer div:nth-of-type(3) .arroba {
    }
    .flex-footer div:nth-of-type(3) p:nth-of-type(2),
    .flex-footer div:nth-of-type(2) p:nth-of-type(1),
    .habla {
        margin-top: 0;
    }
    /*.flex-footer div:nth-of-type(2) p:nth-of-type(2) {
        margin: 0;
    }*/
    .flex-footer div:nth-of-type(2), .flex-footer div:nth-of-type(3) {
        margin-top:20px;
    }
    .flex-footer div:nth-of-type(2) p:nth-of-type(2),
    .flex-footer div:nth-of-type(3) p:nth-of-type(2) {
        margin-top: -15px;
    }
    .flex-impacto-02 {
        flex-direction: column;
        grid-gap: 20px;
    }
    .hagamos {
        width: 100%;
        background: rgba(245, 232, 59, 1);
        margin: 0;
        padding: 20px 0;
    }
    .flex-impacto-02 img {
        width: 272px;
        margin: 0 auto;
    }
    .hagamos div {
        margin-left: 0;
    }
    .flex-metas.flex-metas-notas .col-metas2,
    .flex-metas.flex-metas-notas .col-metas2.left,
    .flex-metas.flex-metas-notas .col-metas2.left h4 {
        text-align: center;
        width: 100%;
    }
    .flex-metas.flex-metas-notas.reverse {
        flex-direction: column-reverse;
    }
    .flex-metas.flex-metas-notas .col-metas1 {
        width: 50%;
        margin: 0 25%;
    }
    .flex-metas.flex-metas-notas .col-metas1 img {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 624px) {
    .flex-logo {
        flex-direction: column;
        grid-gap: 25px;
        padding: 30px 0 60px 0;
    }
    .flex-logo div {
        width:100%;
        text-align: center;
    }
    .flex-logo p:nth-of-type(1) {
        margin: 0;
    }
}
@media (max-width: 560px) {
    .flex-contenido {
        flex-direction: column;
        height: auto;
    }
    .w500, .w340, .w200 {
        width:100%;
    }
    .contenido1 {
        border-radius: 0;
    }
    .diseno-contenido {
        position: absolute;
        top: 220px;
        right: -40px;
        display: none;
    }
    .bg-proposito {
        background: url(../img/proposito.jpg) center center / cover no-repeat;
    }
    .container500 {
        width: 90%;
        margin: 0 5%;
    }
    .flex-valores {
        flex-direction: column;
    }
    .flex-valores div:nth-of-type(1) {
        width: 100%;
    }
    .flex-valores div:nth-of-type(2) {
        width: 60%;
        margin: 0 20%;
    }
    .flex-valores div:nth-of-type(3) {
        display: none;
    }
    .diseno-valores div:nth-of-type(1) {
        width:229px;
        height: 229px;
        bottom:-22px;
        left: -98px;
    }
    .diseno-valores img:nth-of-type(1) {
        width:184px;
        bottom:56px;
        left: -232px;
    }
    .diseno-valores div:nth-of-type(2) {
        width:320px;
        height: 320px;
        bottom:-192px;
        left: -360px;
    }
    .diseno-valores img:nth-of-type(2) {
        width:72px;
        bottom:-48px;
        left: -65px;
    }
    .diseno-valores div:nth-of-type(3) {
        width:229px;
        height: 229px;
        bottom:-264px;
        left: -296px;
    }
    .bg-distingue {
        background: url(../img/bg-distingue.jpg) center center / cover no-repeat;
    }
    .w320 {
        width:100%;
    }
    .col540 img {
        min-width: 140px;
        height: 140px;
    }
}
@media (max-width: 530px) {
    .flex-trabajos p:nth-of-type(1) {
        font-size: 24px !important;
        line-height:26px !important;
    }
}