.navbar {
    background-color: #FDB12E;
    height: 137px;
    width: 100%;
}
.menu img {
    width: 260px;
    height: 87px;
}
#menu {
    margin: unset;
    padding: 20px 100px;
}
.menu ul {
    display: flex;
    margin: unset;
    padding: 0;
    align-items: center;
}
.menu ul li {
    list-style: none;
}
#menu ul li a {
    padding: 12px;
    font-size: 16px;
    color: #011726;
}
.menu1 {
    border-right: 1px #011726 solid;
    height: 42px;
}
li.btncontato a{
    background-color: #FF5D28;
    text-transform: uppercase;
    padding: 16px 62px !important;
    border-radius: 24px;
    font-size: 12px !important;
}
.btncontato a {
    color: #ffffff !important;
}
/*container 1*/
#bgPrincipal {
    height: 900px;
    background-image: url(/storage/images/landing_page/fundo_header.png);
}
#contPrincipal{
    padding: 73px 0;
}
h1#tituloPrincipal{
    font-size: 38px;
    color: #011726;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    max-width: 460px;
}
p#descPrincipal {
    max-width: 400px;
    font-size: 21px;
    text-align: left;
    padding: 30px 0;

}
#imgPrincipal {
    width: 646px;
    height: 464px;
}
#btn{
    background-color: #FF5D28;
    border: none;
    color: #ffffff;
    border-radius: 24px;
    padding: 12px 42px;
    font-size: 14px;
}
/*container sobreposto*/
#contSobreposto{
    position: relative;
    margin-top: -15%;
    padding-bottom: 100px;
}
#contSobre {
    background-color: #E9E3E6;
    box-shadow: 0px 15px 35px #67676740;
    border-radius: 43px;
}
#boxIcons {
    height: 414px;
    justify-content: center;
    align-items: center;
    display: flex;
}
h1#tltContainer2 {
    font-size: 21px;
    color: #FF5D28;
    text-align: center;
    padding: 30px 0 10px 0;
}
p#descContainer2 {
    font-size: 21px;
    text-align: center;
    color: #011726;
}
#colIcons {
    text-align: center;
}
/*container 3*/

#colContainer3 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#contImagem3 {
    padding: 100px 0;
}
h1#cont3 {
    color: #FF5D28;
    font-size: 32px;
}
p#cont3{
    color: #676767;
    font-size: 20px;
    max-width: 520px;
}

/*container 4*/
#cont4 {
    background-color: #E9E3E6;
    height: 818px;
    margin-top: 117px;
}
#box4 {
    background-color: #ffffff;
    box-shadow: 0px 25px 38px #00000029;
    border-radius: 44px;
    height: 385px;
    padding: 44px;
    margin: 39px;
    text-align: center;
}
#box4 h1 {
    padding:30px 0;
    color: #FF5D28;
    font-size: 21px;
}
h1#tltBox4 {
    padding: 57px 0;
    color: #FF5D28;
    font-size: 42px;
}
#btnBox4 {
    background-color: #FF5D28;
    color: #ffffff;
    height: 98px;
    width: 500px;
    font-size: 28px;
    border-radius: 49px;
    border: none;
    text-transform: uppercase;
    margin: 40px 0;
}
/*container 5*/
#cont5 {
    background: transparent linear-gradient(140deg, #FC5E34 0%, #FDB12E 40%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
#cont5 .row {
    height: 452px;
}
#cont5 h1 {
    color: #FF5D28;
    font-size: 32px;
}
#cont5 p {
    color: #011726;
    font-size: 18px;
    padding: 20px 0;
}
#cont5 span {
    font-size: 21px;
    color: #FF5D28;
}
/*container 6 carousel*/
#contCarousel {
    height: 700px;
}
.carousel {
    margin-bottom: 4rem;
  }
  #myCarousel {
    width: 100%;
    padding: 100px 0;
  }
  h1#tltBox6 {
    padding: 57px 0 0;
    color: #FF5D28;
    font-size: 42px;
}
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  .carousel-item {
    height: 20rem;
  }
  .carousel-inner {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 35px #00000029;
    border-radius: 25px;
    opacity: 1;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  .carousel-item h1 {
    color: #676767;
  }
p#depoTexto {
    color:#676767;
    font-size: 24px;
}
h2#depoNome {
    color: #FF5D28;
    font-size: 22px;
    padding: 10px 0;
}
p#depoMais {
    color:#676767;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px !important;
    height: 82px !important;
    filter: invert(20%);
}
.carousel-indicators .active {
    background-color: #FFB20D !important;
    width: 15px !important;
    height: 15px !important;
}
.carousel-indicators {
    align-items: center;
}
.carousel-indicators li {
    background-color: #E9E3E6 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
}
  @media (min-width: 40em) {
    /* Aumenta o tamanho do conteúdo do carousel */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .featurette-heading {
      font-size: 50px;
    }
  }

  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  /*container 7 contato*/
#contContato {
    height: 593px;
    background-color: #E9E3E6;
}
#rowContato {
    padding: 50px 100px;
}
h1#tltBox7 {
    color: #FF5D28;
    font-size: 38px;
    text-align: center;
    padding-bottom: 20px;
}
.form-group {
    margin-top: 1rem;
    border-color: #FF5D28;
}
.form-control {
    border-color: #FF5D28 !important;
    border-radius: 0 !important;
}
.form-control::placeholder {
    color: #FF5D28 !important;
}
.btncontato2 {
    background-color: #FF5D28;
    padding: 16px 62px !important;
    border-radius: 24px;
    font-size: 12px !important;
    color: #FFFFFF;
    border: none;
    text-align: right;
}
/*footer*/
footer{
    background-color: #FF5D28;
}
#rowFooter {
    align-items: center;
    height: 308px;
    margin: 0 100px;
}
.menuFooter {
    display: flex;
    padding: 20px 0;
    color: white;
    column-gap: 40px;
    font-weight: 300;
}
.menuFooter p{
    line-height: 8px;
}
.menuFooter ul{
    padding-left: 0;
}
.socialFooter h1{
    color: #FFFFFF;
    font-size: 28px;
    padding: 20px 0;
}
.socialFooter {
    text-align: right;
}
.socialFooter img {
    padding: 0px;
    margin-left: 40px;
}
/*copyright*/
#copy {
    background-color: #E9E3E6;
    height: 54px;
    justify-content: space-between;
}
#copyRow {
    margin: 0 100px;
    height: 54px;
    justify-content: space-between;
    align-items: center;
}
a#copyTexto {
    color: #011726;
    font-size: 12px;
}

/*menu mobile*/
@media(max-width:768px) {
    #menu2 {
        position: absolute;
    } nav#menu2 {
        background-color: transparent;
    } #menu2 img {
        width: 180px;
    } #contPrincipal {
        padding: 170px 0;
    } ul.navbar-nav {
        background-color: #FF5D28;
        transition: #FF5D28 0.5s ease;
        height: 100vw;
        z-index: 999;
        padding: 10px;
    } .collapse {
        z-index: 999;
        opacity: 1;
    }
}
@media screen and (max-width:768px ) {
    #menu {
        display: none;
    } body {
        overflow-x: hidden;
    }
}

@media screen and (min-width:768px) {
    #menu2 {
        display: none;

    }
}
/*menu mobile*/
/*container 1 mobile*/
@media screen and (max-width:768px ) {
    h1#tituloPrincipal {
        font-size: 18px;
    } p#p#descPrincipal {
        font-size: 14px;
        max-width: none;
    } #btn {
        font-size: 12px;
    } #imgPrincipal {
        width: 340px;
        height: auto;
    } #rowPrincipal .col-6{
        max-width: 100%;
        padding: 20px 0;
    } #rowPrincipal {
        display: grid;
        padding: 0 40px;
    } .col-6 {
        max-width: 100%;
    }
}

/*container 2 sobreposto*/

@media screen and (max-width:768px) {
    p#descContainer2 {
        font-size: 14px;
    } #boxIcons {
        height: 314px;
        padding: 30px 10px;
        align-items: start;
    } #contSobreposto {
        margin-top: -25%;
    }
}

/*container 3*/

@media (max-width:768px){
    h1#cont3{
        font-size: 24px;
    } #rowContainer3 {
        padding: 30px;
    } p#cont3 {
        font-size: 16px;
    } #colContainer3 {
        display: contents;
    } #colContainer3 img {
        width: 100%;
        height: auto;
    } h1#cont3 img {
        width: auto;
    } .contInvertMobile {
        flex-direction: column-reverse;
    } #contImagem3 {
        padding: 50px 12px;
    } .contInvertMobile .col-6{
        flex-direction: column;

    }
}

/*container 4*/
@media (max-width:768px) {
    h1#tltBox4 {
        font-size: 26px;
        text-align: center;
    } #cont4 .row {
        display: grid !important;
        justify-items: center;
    } #box4 {
        width: 360px;
        height: auto;
        max-width: unset;
    } #cont4 {
        height: auto;
    } #btnBox4 {
        height: 70px;
        width: 330px;
        font-size: 18px;
    }
}

/*container 5*/
@media (max-width:768px) {
    #cont5 .row {
        height: auto;
        display: grid !important;
        justify-items: center;
        row-gap: 50px;
        padding: 20px;
    } #cont5 .row .col-6 {
        max-width: unset;
    } #imagem5 img {
        width: 330px;
        height: auto;
    } #cont5 h1 {
        font-size: 26px;
    } #cont5 p {
        font-size: 18px;
    }
}

/*container 6 carousel*/

@media (max-width:768px) {
    p#depoTexto {
        font-size: 14px;
    } h2#depoNome {
        font-size: 18px;
    } .carousel-control-next, .carousel-control-prev {
        width: 5% !important;
    } #contCarousel {
        padding-right: 0;
    }
}
/*container 7 contato*/
@media (max-width:768px) {
    #rowContato {
        display: grid;
        padding: 0 20px;
    } #rowContato .col-6 {
        max-width: unset;
    } #rowContato .col-6 img {
        width: 330px;
        height: auto;
        padding-top: 40px;
    } #contContato {
        padding-top: 40px;
        height: auto;
    }
}

/*footer*/
@media (max-width:768px) {
    #rowFooter {
        margin:0 20px;
        height: auto;
        padding: 20px 0;
        display: grid;
        justify-content: center;

    } #rowFooter .col-6 {
        max-width: unset;
    } .menuFooter {
        display: block;
        padding-top: 40px;
    } .socialFooter {
        text-align: center;
    } .socialFooter img {
        margin-left: 10px;
    }
}

/*copyright*/
@media (max-width:768px){
    #copyRow {
        display: contents;
        text-align: center;
        height: auto;
    }
}

/*responsivo 990px*/

@media (max-width:770px) {
    #menu ul li a {
        font-size:14px;
    } li.btncontato a {
        padding:16px 52px !important;
    } .menu img {
    width: 230px;
    height: auto;
    } .menuFooter {
        column-gap: 5px;
    }
}

/*Responsivo Tablet 1024px*/

@media screen and (max-width:1160px) and (min-width:768px) {
    #menu {
        padding: 20px;
    } #contPrincipal {
        padding:150px 0;
    } h1#cont3 {
        font-size: 28px;
    } p#cont3 {
        font-size: 18px;
    } #colContainer3 img {
        height: auto;
        width: 400px;
    } img#imgFlag {
        width: 70px;
    } #cont5 h1 {
        font-size: 28px;
    } #cont5 p {
        font-size: 14px;
    } #imagem5 img {
        width: 400px;
        height: auto;
    } #cont5 .row {
        height: 550px;
    } .menuFooter {
        column-gap: 15px;
    } .menuFooter ul {
        font-size:12px;
    } #box4 p {
        font-size:14px;
    } #box4 {
        margin:18px;
    } #box4 h1 {
        padding:20px 0;
    } #menu ul li a {
        font-size:14px;
    } li.btncontato a {
        padding:16px 52px !important;
    } .menu img {
        width: 230px;
        height: auto;
    } p#depoTexto {
        font-size:20px;
    }
}

@media (max-width:1440px) {
    #imagem5 img {
        width: 400px;
        height: auto;
    } #cont5 p {
        font-size:16px;
    } p#depoTexto {
        font-size:20px;
    } #colContainer3 img {
        width:480px;
        height:auto;
    } img#imgFlag {
        width:70px;
    }
}
