
.img-shaped-text-container{
    width: 72vw;
}

.margin-b40{
    margin-bottom: 40px;
}

.img-shaped-text__text{
    width:100%;
    padding-top: 10px;
    /* font-size: 18px;  */
    font-size: 1.2vw;
    font-family: 'CircularBook', Arial, sans-serif;
    /* line-height: 1.6; */
    line-height: 2em;
}

.img-shaped-text__text--first{
    width: 60%;
    padding-left: 65px;
    padding-top: 50px;
}

.nav-menu-header{
    display: flex;
}
.menu{

    display: flex;
    justify-content: flex-end;
    align-items: center;

    height: 28px;

    color: #399190;
    font-family: 'CircularStd', Arial, sans-serif;
}
.menu-item{
    min-width: 40px;
    padding-right: 40px;
    position: relative;
    /* font-weight: bold; */
    /* font-size: 1.2vw; */
    font-size: 15px;
}
.menu-item:after{
    content:'';
    height: 28px;
    width: 1px;
    position: absolute;
    top: -6px;
    left: calc(100% - 20px);
    background-color: #399190;
}

.menu-item--img{
    padding-right: 20px;
    height: 28px;
    max-width: 100%;
}
/* MENU HAMBURGUESA */

.menu-burguer-container{
    width: 25px;
    height: 25px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    display: none;
}
.menu-burguer-container span{
    opacity: 1;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    background-color: #399190;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-burguer-container span:first-child{
    top: 1px;
}
.menu-burguer-container span:nth-child(2){
    top: 8px;
}
.menu-burguer-container span:nth-child(3){
    top: 15px;
}

.menu-burguer-container.open span:first-child{
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-burguer-container.open span:nth-child(2){
    opacity: 0;
    right: -100px;

}
.menu-burguer-container.open span:nth-child(3){
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.nav-header{
    justify-content: space-between;
    display: flex;
    margin-bottom: 200px;
}

.logo{
    max-height: 70px;
    max-width: 100%;

}
.logo-brand{
    font-size: 3.6vw;
    color: white;
    line-height: 4.8vw;
    font-family: 'HelveticaNeue-bold' , Arial, sans-serif;
}
.brand-slogan{
    display: flex;
    flex-direction: column;
    margin-left: 38px;
}
.slogan-text{
    font-size: 1.5vw;
    color: white;
    font-family: 'CircularBook', Arial, sans-serif;
}

/* // segunda seccion */

.text-img-wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}
.img-clipped{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 41% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 41% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 41% 100%);
    max-height: 300px;
    max-width: 100%;
    height: auto;
}
.img-clipped--last{
    max-height: 357px;
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 36% 100%);
    -webkit-clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 36% 100%);
    -moz-clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 36% 100%);
}
.img-right img{
    -webkit-max-width: 100%;
    -moz-max-width: 100%;
    max-width: 100%;
}
.img-clipped:first-of-type{
    max-height: 250px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
}
.texto-left{
    width: 33%;
    display: flex;
    align-items: center;

    font-size: 17px;
    font-family: 'CircularBook', Arial, sans-serif;
    line-height: 1.5;
}

.texto-left-subtitle{
    flex-direction: column;
    justify-content:space-between;
    padding-top: 20px;
    width: 37%;
    padding-left: 30px;
}

/* circulos y tooltip */

.circle-container{
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    margin-bottom: 20px;
}
.circle-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.circle-img{
    width: 100px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.circle-text-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 0 solid #399190;
    padding-right: 43px;
    padding-left: 43px;
    margin-bottom: 20px;
    position: relative;
    
}
.circle-text-item:first-of-type{
    border-left: 0 solid #399190;
}
.circle-text-item:hover:after{
    opacity: .9;
    padding: 15px 10px;
}
.circle-text-item:after{
    content:'Transformamos las ciudades y territorios en espacios a escala humana,lugares pensados por y para sus habitantes  desde la sostenibilidad ambiental, social yeconómica';
    background: #399190;
    opacity: 0;
    color:white;
    height: 100%;
    position: absolute;
    text-align: center;
    transition: all .3s ease;
    font-family: 'CircularBook', Arial, sans-serif;
    font-size: 13px;
}
.circle-text-item:first-of-type:after{
    content: 'Gestionamos la diversidad de disciplinas y agentes implicados en todas las tipologías y escalas de proyectos';
    width: 100%;
}
.circle-text-item:nth-of-type(2)::after{
    content: 'Usamos herramientas creadas expresamente para trabajar sobre las ciudades y territoriosde forma integral, participativa y sostenible.';
    width: 100%;
}
.circle-text-item:nth-of-type(3)::after{
    content: 'Sabemos que la toma de decisiones solo es sólida de forma compartida, y bajo una organización experimentada y responsable.';
    width: 100%;
}
.circle-text-item:nth-of-type(4)::after{
    content: 'Medimos impactos y aplicamos soluciones para mejorar el comportamiento climático y generar beneficios socioeconómicos.';
    width: 100%;
}
.circle-text-item:nth-of-type(5)::after{
    content: 'Aprovechamos todos los datos disponibles para analizar el territorio y apoyar la toma de decisiones y estrategias.';
    width: 100%;
}
.circle-subtitle{
    font-family: 'CircularBook', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#399190;
    text-align: center;
}
.flex-center{
    display: flex;
    justify-content: center;
}
/* Seccion parque */
.img-left img{
    max-height: 330px;
    max-width: 100%;
    -webkit-clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);

}

.text-right{

    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;

    font-size: 16px;
    font-family: 'CircularBook', Arial, sans-serif;
    line-height: 1.6;
}
.img-paint{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.img-paint-know{
    margin-top: 25px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}
.img-paint img{
    height: 85px;
    height: 100%;
    max-width: 100%;
    width: 145px;
}

.section-icon{
    align-self: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.section-icon-left{
    display: flex;
    justify-content: flex-start;

}
.section-text{
    font-family: 'CircularStd', Arial, sans-serif;
    font-size: 1.5vw;
    padding-right: 15px;
}
.section-main-icon{
    max-width: 100%;
    height: auto;
    max-height: 21px;
}
/* ///////////////////////// */
.last-text{
    width: 52%;
    padding-top: 40px;
    margin-bottom: 100px;
}
/* footer */

.footer-section{
    background-color: #399190;
    margin: 0 auto;
    width: 100%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 30px 110px;
    font-family: 'HelveticaNeue' , Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    width: 86vw;
}
.footer-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 0px solid white;
    padding-right: 20px;
    align-items: flex-start;
    flex-basis: 30%;

}

.footer-title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.footer-subtitle{
    margin-bottom: 5px;
}
.footer-subtitle__link a{
    color: white;
}

.footer-title-big{
    margin-bottom: 15px;
}
.footer-social{
    display: flex;
    justify-content: space-between;
    text-align: right;
    align-items: flex-end;
}
.footer-social--img{
    margin-left: 10px;
}
.footer-social-icons{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.footer-legal{
    display: flex;
    justify-content: center;

}
.footer-legal-list{
    display: flex;
    color: white;
    font-family: 'HelveticaNeue' , Arial, sans-serif;
    font-size: 12px;
}
.footer-legal-list li{
    margin-right: 5px;
}

.footer-block{
    margin-bottom: 20px;
}
.footer-block-title{
    display: flex;
    flex-direction: column;
}

.separator{
    margin-bottom:40px;
    width:85vw;
    height: 1px;
    border: 0;
    border-top: 0px solid #399190;
    margin-top: 0;
}

.only-mobile{

    display: none;
}
/* /////////////////////////////////////////// */
.big-part{
    position: relative;
    margin-bottom: 40px;
}
.big-part img{
    width: 100%;
}
.big-part .nav-header{
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px;
}
.big-part .nav-menu-header{
    display: flex;
}

.subtitle{
    color: white;
    font-family: 'CircularBook', Arial, sans-serif;
    width: 168px;
}

.logo-container{
    position: absolute;
    left: 12%;
    bottom: 20%;
    display: flex;
    justify-content: flex-start;
    padding: 30px;
}
.logo-container img{
    width: 12%;
    height: 12%;
}

.img-mobile{
    display:none;

}

.separator-know{
    margin-bottom:0px;
    margin-top: 0;
}
.separator-project{
    margin-bottom:50px;
    margin-top: -6px;
}
.separator-blog{
    margin-bottom:40px;
    margin-top: -46px;
}
.only-mobile-paint{
    display: none;
}

.img-city{
    /* margin-bottom: 20px; */
    height: 90px;
}
/* 
shapes */

.pepe {
    -webkit-shape-outside: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
    shape-outside: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
    -moz-shape-outside: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
    shape-margin: 50px;
    -webkit-shape-margin: 50px;
    -moz-shape-margin: 50px;

    float: left;

  }

  .pepe-right {

    -webkit-shape-outside: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
    shape-outside: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
    -moz-shape-outside: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
    shape-margin: 50px;
    -webkit-shape-margin: 50px;
    float: right;

  }
