*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
body{
    font-family: 'Nunito Sans';
    color: #333333;
    background-color: #F8F8F8;

}

.c1-child-link a{
   text-decoration: none;
   color: #176AD8;
}
.c1-child-link:hover{
    text-decoration: underline;
}

.c4-child-box-child-redirect{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c4-child-box-child-redirect , .c4-cbc-title {
    text-decoration: none;
}
.c4-cbc-title{
    color: #364273;
}
.c4-cbc-title:hover{
    color: #176AD8;
    
}

.banner-1{
    background-image: url(../img/fundo.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10vh;
}
.banner-1-logo {
    padding-top: 13vh;
    display: flex;
    /*opacity: 75%;*/
    flex-direction: column;
    align-items: center;
}
.banner-1-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-1-title{
    font-size: 2.1rem;
    margin-top: 4vh;
    color: #36383D;
}
.banner-1-sub{
    display: flex;
    justify-content: center;
}
.link-call{
    display: flex;
    background: #3F4D6E;
    padding: 5vh 35vw;
    border-radius: 10px;
    position: fixed;
    top: 88vh;
    z-index: 2;
}
.link-call-sleep{
    display: flex;
    background: #3F4D6E;
    padding: 4.9vh 5vw;
    border-radius: 10px;
    position: fixed;
    top: 88.1vh;
    z-index:1
}
.link-call-sleep .link-call-txt-icon:nth-child(1){
    padding-top: 2vh;
}
.arrow-2{
    transform: scaleX(-1);
}
.link-call-sleep .link-call-txt-icon:nth-child(2){
    padding-top: 1vh;
}
.link-call-child{
    left: 2vw;
    top: 2vh;
    position: absolute;
    color: white;
    display: flex;
}
    
.link-call-txt-icon{
    display: flex;
    align-items: flex-start;
    padding-right: 2vw;
}
.link-call-txt-icon:nth-child(3){
    padding-top: 2vh;
}

.link-call-txt-icon-child{
    display: flex;
    flex-direction: column;
}
.link-call-txt-icon-child h4{
    color: white;
    font-size: 0.9rem;
    font-weight: 600 !important;
}
.link-call-txt-icon-child p{
    font-size: 0.9rem;
}
.link-call-txt-icon-child a{
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
}
.link-call-txt-icon-child a:hover{
    color: #6ea6f0;
}
.link-call-image{
    padding-right: 1vw;
}
.carrocel{
    height: 23vh;
    background-color: #FFFFFF;
    padding-top: 6vh;
    margin: auto;
    overflow: hidden;
}
.carrocel ul{
    display: flex;
    list-style: none;
}
.carrocel li{
    position: relative;
    padding-right: 2vw;
    animation: slide 8s infinite ease-out;
}
@keyframes slide{
    0%{left: 0px;}
    20%{left: 0px;}
    40%{left:-4vw}
    60%{left: -8vw;}
    90%{left:-13vw}
    100%{left: 0px;}
}

.container-1{
    padding-top: 17vh;
    height: 95vh;
    display: flex;
    justify-content: space-between;
}

.c1-child{
    margin-left: 6vw;
    display: flex;
    flex-direction: column;
}
.c1-child-title{
    font-size: 0.8rem;
    line-height: 21.6px;
}
.c1-child-sub{
    font-size: 2.1rem;
    margin-bottom: 2vh;
}
.c1-child-txt{
    width: 38vw;
}
.c1-child-icons{
    height: 47vh;
}
.c1-child-link{
    color: #176AD8;
    line-height: 36px;
}
.c1-child-2{
    display: flex;
    margin-top: 2vh;
}
.experiencia{
    margin-right: 3vw;
}
.c1-child-2-title{
    font-size: 2.618rem;
}
.container-2{
    height: 40vh;
    background-color: #E9EDF2;
    margin-bottom: 2vh;
}
.c2-title{
    margin-left: 6vw;
    font-size: 0.8rem;
    padding-top: 4vh;
    padding-bottom: 2vh;
}
.c2-child{
    display: flex;
    justify-content: space-between;
    margin-left: 6vw;
    margin-top: 6vh;
}
.c2-child-txt{
    width: 29vw;
}
.c2-child-txt:nth-of-type(2){
    width: 23vw;
}
.c2-child-txt:nth-of-type(4){
    margin-right: 2vw;
}

.c2-child-txt-title{
    font-weight: 500;
    font-size: 1.3rem;
}
.c2-image{
    margin-right: 1vw;
}
.container-3-pai{
    display: flex;
    flex-direction: column;
    background: black;
}
.container-3{
    background-image: url(../img/Design\ sem\ nome\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17vh 0vw 10vh 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-black{
    background-color: black;
    padding-bottom: 17vh;
    width: 100%;
}

.c3-child-title{
    font-size: 2.1rem;
    color: white;
}
.c3-child-sub{
    margin-top: 6px;
    color: #82A7D9;
}

.banner-black{
    display: flex;
    justify-content: center;
}

.container-4{
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(../img/c4-degrade2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.c4-child{
    margin-top: 22vh;
}

.c4-child-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c4-txt-title{
    font-size: 2.1rem;
    color: #364273;
}
.c4-txt-sub{
    font-weight: 700;
}
.c4-child-box-icons{
    margin-top: 4vh;
    display: flex;
    justify-content: center;
}
.c4-child-box-child{
    margin-right: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.c4-cbc-title{
    font-weight: 900;
    font-size: 0.8rem;
}

.container-5{
    background-image: url(../img/banner-introduction.png);
    height: 100vh;
    background-color: #E9EDF2;
    padding-left: 6vw;
}
.c5-child{
    width: 38vw;
    display: flex;
    padding-top: 10vh;
}
.c5-txt{
    display: flex;
    flex-direction: column;
    padding-right: 10vw;
}
.c5-txt-about{
    width: 38vw;
}
.c5-txt-title{
    font-size: 1.618rem;
}

.container-6{
    padding-top: 22vh;
}

.container-6-titulo{
    color: #294375;
    display: flex;
    justify-content: center;
    font-size: 1.618rem;
    font-weight: 700;
}

.container-6-child{
    width: 100%;
    margin-top: 11vh;
    margin-bottom: 22vh;
    display: flex;
    justify-content: space-evenly;
}
.c6-child-txt{
    width: 27vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: solid;
    border-radius: 10px;
    border-color: #cbcbcb;
    border-width: thin;
    padding: 6vh 1vw;
}

.c6-child-txt-titulo{
    margin-bottom: 1vh;
    color: #28447D;
    font-size: 1.3rem;
}

.c6-icon{
    margin-bottom: 1vh;
}

footer{
    background-color: #EFEFEF;
    height: auto;
    margin-top: 123.36px;
}

#nav-botton{
  display: flex;
  justify-content: flex-end;

}
#nav-botton ul{
    display: flex;
}
#nav-botton li:nth-child(1){
    padding-right: 7vw;
}
#nav-botton li{
  display: inline-block;
  padding-right: 1vw;
  font-size: 0.9rem;
  margin-top: 47px;
}

#nav-botton a{
    color:#333333;
    text-decoration: none;
}
#nav-botton li a{
    font-size: 0.9rem;
}

#nav-botton ul ul li a:hover{
    color: #176AD8;
    text-decoration: underline;
}

#icons{
  display: flex;
  padding-left: 8vw;
  margin-bottom: 1vh;
}
.youtube{
    margin-right: 1vw;
}
#todos-os-dir-reserv{
  padding-left: 8vw;
  padding-bottom: 2vh;
  font-weight: 500;
  
}
.nav-botton-child{
    font-size: 0.9rem;
    font-weight: 700;
    color: #6B6B6B!important;
}
@media(max-width:1900px){
    .link-call {
        left: 74vw !important;

    }
}
@media(max-width:1680px){
    .link-call {
        left: 71vw !important;
    }
}
@media(max-width:1600px){
    .link-call {
        left: 67vw !important;
    }
    .link-call-sleep{
        left: 91vw;
    }
}
@media(max-width:1320px){
    .link-call{
        left: 66vw !important;

    }
    .link-call-sleep{
        left: 90.5vw !important;
    }
}

@media(max-width:1289px){
.c6-child-txt-titulo{
    font-size: 1.1rem;
}
}
@media(max-width:1280px){
    .link-call{
        left: 65vw !important;
    }
    .link-call-sleep{
        left: 90vw !important;
    }
    .container-5{
        background-image: url(../img/banner-introduction-without-men.png);
    }
    .c5-child {
         width: auto!important;
        display: flex;
        padding-top: 10vh;
        flex-direction: column;
        align-items: center;
    }
    .c5-txt {
        padding-right: 0 !important;
        margin-bottom: 5vh;
        align-items: center;
    }
    .c5-txt-title{
        padding-bottom: 1vh;
    }
    .c5-txt-about {
        width: 44vw;
    }
}



@media(max-width:1200px){
    .link-call {
        left: 63vw !important;
    }
  .banner-1-title{
      font-size: 1.6rem;
  }
  .banner-1-sub {
    font-size: 0.9rem;
}
.c1-child-txt {
    width: 48vw;
}
.container-1 {
    padding-top: 17vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16vh;
    height: auto;
}
.c1-child-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2vh;
}
.container-6-child {
    width: 100%;
    margin-top: 11vh;
    margin-bottom: 22vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c6-child-txt {
    width: 85vw;
    margin-bottom: 3vh;
}
}
@media(max-width:1160px){
    .link-call {
        left: 62vw !important;
    }
    .link-call-sleep{
        left: 89vw !important;
    }
}

    @media(max-width:1073px){
        .c5-txt-about {
            width: 52vw !important;
        }
        .link-call {
            left: 60vw !important;
        }
    }

    @media(max-width:1035px){
        .c5-txt-about {
            width: 54vw !important;
        }
        .link-call {
            left: 59vw !important;
        }
    }
    
    @media(max-width:1024px){
        .link-call {
            left: 58vw !important;
        }
        
        #nav-botton ul {
            display: flex;
            flex-direction: column;
            padding-bottom: 4vh;
        }
        #nav-botton {
            display: flex;
            justify-content: flex-start !important;
            padding-left: 8vw;
        }
        .banner-1{
            height: 72vh;
        }
        .container-2 {
            height: auto;
            background-color: #E9EDF2;
            padding-bottom: 10vh;}
        .c2-child {
            display: flex;
            margin-left: 6vw;
            margin-top: 6vh;
            flex-direction: column;
            align-items: center;
        }
    
        .c2-child-txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10vh;
        width: 39vw !important;
    
    }
    }

@media(max-width:955px){
    .link-call {
        left: 55vw !important;
    }
    .link-call-sleep{
        padding-right: 7vw;
        left: 88vw !important;
    }
    .c1-child-txt {
        width: 64vw;
    }
    .c2-title {
        font-size: 0.7rem;
    }
    .c5-txt-about {
        width: 58vw !important;
    }
    .container-4 {
        display: flex;
        flex-direction: column;
        background-image: url(../img/c4-degrade2.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 19vh !important;
        padding-top: 10vh !important;
    }

}
@media(max-width:900px){
    .link-call {
        left: 53vw !important;
    }
}
@media(max-width:860px){
    .link-call {
        left: 51vw !important;
    }
    .link-call-sleep{
        left: 87vw !important;
    }
}
@media(max-width:800px){
    .link-call-sleep{
        padding-right: 7vw;
        left: 86.5vw !important;
    }
    .link-call {
        left: 49vw !important;
    }
    .banner-1{
        height: 61vh;
    }
    .c2-child-txt{
        width: 54vw !important;
    }
    .c5-txt-about {
        width: 70vw !important;
    }
}
@media(max-width:760px){
    .link-call {
        left: 47vw !important;
    }
    
}
@media(max-width:724px){
    .link-call {
        display: none !important;
    }
    .link-call-sleep{
        display: none;
    }
    .banner-1-title{
        font-size: 1.3rem;
    }
    .banner-1-sub {
        font-size: 0.8rem;
    }
   
    #nav-botton {
        display: flex;
        justify-content: center;
        margin-left: 9vw; }   
        .c1-child-txt {
            width: 85vw;
            font-size: 0.8rem;
        }
        .c5-txt-about {
            width: 77vw !important;
        }
        .video-2{
            width: 97vw;
        }
        .c4-txt-title {
            font-size: 1.4rem;
        }
        .c4-txt-sub{
            font-size: 0.7rem;
        }
        .container-5{
            padding-left: 0 !important;
        }
    }
@media(max-width:585px){
    .banner-1{
        height: 53vh;
    }
    .c2-child-txt{
        width: 69vw !important;
    }
    iframe{
        width: 93vw !important;
        height: 44vh;
    }
    .c3-child-title {
        font-size: 1.6rem !important;
    }
    .c3-child-sub {
        font-size: 0.7rem !important;
    }
    .c5-txt-title {
        font-size: 1.3rem;
    }
    .c5-txt-about {
    font-size: 0.9rem !important;
    }
}
@media(max-width:515px){
    .banner-1-title{
        font-size: 1rem;
    }
    .banner-1-sub {
        font-size: 0.7rem;
    }
   
}
@media(max-width:460px){
    #nav-botton li {
        padding-right: 15px;}
        .c2-child-txt{
            width: 93vw !important;
        }
        .c2-child-txt-title {
            font-size: 1.2rem;
        }
        .c2-child-txt-title p{
            font-size: 0.9rem;
        }
        iframe {
            height: 34vh;
        }
        .c3-child-title {
            font-size: 1.3rem !important;
        }
        .container-4{
            height: 110vh !important;
        }
        .c4-child-box-icons{
            margin-top: 5vh;
            flex-direction: column !important;
        }
    .c4-txt-title {
        font-size: 1rem;
    }
    .c4-child {
        margin-top: 7vh !important;
    }
    .c4-txt-sub {
        font-size: 0.6rem;
    }
    
        .c5-txt-title{
            font-size: 0.8rem;
        }
        .c5-txt-about {
            font-size: 0.7rem !important;
        }
}
@media(max-width:360px){
    #todos-os-dir-reserv p{
        font-size: 0.7rem;
    }
    
    #nav-botton li{
        font-size: 0.7rem;
    }
    .banner-1-title{
        font-size: 0.8rem;
    }
    iframe {
        height: 27vh;
    }
    .c3-child-title {
        font-size: 1.2rem !important;
    }
    .container-6-titulo{
        font-size: 1.3rem;
    }
    .c6-child-txt-titulo{
        font-size: 0.9rem;
    }
    .c6-child-txt-titulo p{
        font-size: 0.7rem;
    }
}

