.fixed {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 20px #000000;
    height: 100px;
}
.fixed img{
    max-width: 150px !important;
}

.bg-white .row {
    align-items: center;
}

.logo {
    flex-basis: 30%;
}

.logo img {
    width: 100%;
    max-width: 200px;
}

.nav {
    flex-basis: 70%;
}

.nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;

}

.nav li a {
    font-size: 18px;
    font-weight: 600;
}

.slide {
    height: 100vh;
    background: url("../images/slide.jpg") center no-repeat;
    background-size: cover;
}

.launch {
    padding-top: 250px;
    font-size: 18px;

}

.launch img {
    width: 100%;
    max-width: 400px;
}

.launch h2 {
    margin-top: -30px;
    font-size: 35px;
}

.section {
    padding: 100px 0;
}

.section img {
    width: 1000px;
}

.section p {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    line-height: 2;
}

.bg-city {

    background: url("../images/bg-blue.png") center no-repeat;
    background-size: cover;
}

.city-description h1 {
    font-size: 55px;
}

.city-description p {
    font-size: 22px;
    line-height: 2;
    width: 90%;
}

.bg-green {
    background: #008584;
}

.city-icons img {
    width: 100%;
    max-width: 100px;
}

.city-icons .col-2 {
    display: flex;
    justify-content: center;
}

.city-description {
    margin: 100px 0;
}

.city-icons {
    padding: 100px 20px;
    font-size: 27px;

}

.city-icons .div {
    margin-bottom: 30px;
}

.city-icons .img {
    height: 110px;
    overflow: hidden;
}

.infra .col-1 {
    margin-top: 80px;
}

.infra .item img {
    margin-top: 30px;
    width: 90%;
    cursor: pointer;
}

.infra-completed {
    margin-top: 150px;

}

.infra-completed img {
    width: 100%;
    margin-right: 0;
    margin-left: 50px;
}

.city-park {
    margin-top: 100px;

}

.city-park h2 {
    margin-bottom: 40px;
    font-size: 40px;
}

.city-park .map {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.think h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

.think p {
    font-size: 1.5em;
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.bg-blue-midia {
    background: #009DA5;
}

.midia {
    height: 142px;
}

.seta img {
    width: 150px;
    margin-left: 120px;
    margin-top: -41px;
    margin-bottom: 100px;
}

.video-box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

.video-box iframe {
    width: 100%;
    padding: 20px 30px;
    height: 400px;
}

.video p {
    font-weight: 600;
    font-size: 35px;
}

.where {
    margin-top: 150px;
}

.where h2 {
    font-size: 50px;
}

.where p {
    font-size: 20px;
}

.where a {
    font-size: 20px;
    font-weight: bold;
}

.where .mapa {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.enterprises {
    margin-top: 100px;
}

.enterprises h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.enterprises .container {
    width: 90%;
    max-width: 1400px;
}

.enterprises .col-4 {
    padding: 20px;
}

.enterprises p {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
}

.sell {
    margin-top: 10px;
}

.sell p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -5px;
}

.sell small {
    font-weight: 500;

}

.phone {
    margin-top: 10px;
    justify-content: center;
}

.phone p, .whats p {
    font-size: 1em;
}

.whats {
    justify-content: center;
}

.whats img, .phone img {
    width: 23px;
}

.site {
    margin-top: 1px;
    font-size: .8em;
}

footer {
    margin-top: 80px;
}

.footer p {
    margin-bottom: 60px;
}

.bg-blue-footer {
    background: #009DA5;
    height: 40px;
}



.open-menu {
    width: 68px;
    height: 48px;
    display: block;
    position: absolute;
    float: right;
    right: 15px;
    top: 44px;
    display: none;
    background:#fff;
}

.open-menu label {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    background: transparent;
    z-index: 10;
}

.open-menu span {
    width: 40px;
    height: 4px;
    top: 20px;
    left: 14px;
    position: absolute;
    background: #0E1822;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 8px;

}

.open-menu span:before {
    content: '';
    width: 40px;
    height: 4px;
    bottom: -10px;
    background: #0E1822;
    position: absolute;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 8px;

}

.open-menu span:after {
    content: '';
    width: 40px;
    height: 4px;
    top: -10px;
    background: #0E1822;
    position: absolute;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 8px;


}


#check {
    position: absolute;
    z-index: 10;
    display: none;
}

#check:checked ~ span {
    background: transparent;

}

#check:checked ~ span:before {
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    -moz-transform: translate(0px, 0px) rotate(-45deg);
    -ms-transform: translate(0px, 0px) rotate(-45deg);
    -o-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
}

#check:checked ~ span:after {
    -webkit-transform: translate(0px, 20px) rotate(45deg);
    -moz-transform: translate(0px, 20px) rotate(45deg);
    -ms-transform: translate(0px, 20px) rotate(45deg);
    -o-transform: translate(0px, 20px) rotate(45deg);
    transform: translate(0px, 20px) rotate(45deg);
}

#check:checked ~ label {
    border-radius: 50%;
}

.rede-social {
    width: 300px;
    margin: 30px auto;
}
.rede-social img{
    width: 50px;
    margin: 10px;

}
.position{
    position: relative;
}
.close{
    width: 30px;
    background: #d62f2f;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    height: 41px;
}
.close a{
    font-weight: 400;
    color: #fff;
}
.pop{
    width: 100%;
    height: 100%;
    position: fixed;
 
}
.pop-up{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 0 auto;
    height: 100vh;
}
/*******************************/
/********MEDIA QUERY **********/
/******************************/
@media (max-width: 60em) {
    .logo{
        flex-basis: 40%;
    }
    .open-menu{
        display: block;
    }
    .nav{
        width: 280px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        display: none;
        box-shadow: 2px 0 3px 0 rgb(0 0 0 / 21%);
    }
    .nav ul{
        max-width: 280px;
        display: block;
        padding:40px 20px;
    }
    .nav ul li{
        padding: 10px 0;
    }

    .launch .blue{
        text-align: center;
        margin-bottom: 30px;
    }
    .launch .col-2{
        flex-basis: 100%;
        text-align: center;
    }
    .launch img{

        margin-bottom: 50px;
    }
    .launch .right{

        text-align: center;
    }
    .launch .img-park{
        width: 90%;
        margin: 0 auto;
    }
    .big{
        padding: 0 30px;
    }
    .section p{
        width: 93%
    }

    .al-center .col-2{
        flex-basis: 100%;
    }
    .city .container{
        padding: 0;
    }
    .al-center .city-description{
        text-align: center;

    }
    .al-center p{
        width: 100%;
        padding:0 20px;
        text-align: center;
    }
    .city-icons .col-2{
        margin-bottom: 30px;
    }
    .city-park{
        text-align: center;
    }
    .seta img{
        width: 100px;
    }
    .video-box .col-3{
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .enterprises .container{
        padding: 0;
        width: 100%;
    }
    .enterprises .container .row{
        justify-content: space-around;
    }
    .enterprises .col-4{
        flex-basis: calc(50% - 40px);

    }
    .enterprises{
        font-size: .875em;
    }
    .sell p{
        font-size: .8em;
    }
    .infra .col-70,  .infra .col-30{
        flex-basis: 100%;
    }
    .infra .infra-completed {

        width: 80%;
    }
    .pop-up{
        width: 350px;
    }

}