@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

.yellow-tiitle{
    color: #124943;
    font-weight: 700;
    font-size: 48px;
}
.white-tiitle{
    color: #124943;
    font-weight: 700;
}

  .padding-bottom{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
   }

.back-to-top{
    right: 1%!important;
}

.orange-color{
    color: #e47b52!important;
}

.form-section{
    display: flex;
    flex-direction: column;
    justify-content: center
    align-items: center;
}
.button-form{
    padding-top: 40px;
}

.input-form{
    height: 50px;
    width: 300px;
    font-size: 20px;
    border: none;
    padding-left: 10px;
    border-radius: 20px;
}

.form-body{
    background-color: #e6e9e9;
    width: auto;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}


.h1-custom{
    font-size: 30px;
}
.button-custom{
    width: 200px;
    height: 40px;
}

.header-main ul.nav > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtittle-custom{
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    color: #e47b52;
    line-height: 65px;
}
.tittle-custom{
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: white;
    line-height: 60px;
}

.banner-content p {
    margin-top: 20px;
}

.square{
    height: 300px;
    width: 110%;
    background-color: #f9e6dc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.square1{
    height: 300px;
    width: 110%;
    background-color: #f4e1d8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.square2{
    height: 300px;
    width: 110%;
    background-color: #eddcd4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row-square{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}
.subTittle{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    color: white;
}

.boxTittle{
    font-size: 20px;
    color: rgb(0, 0, 0);
    z-index: 9;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 20px;
}
.linhaBox{
    height: 5px;
    width: 250px;
    background-color: #e47b52;
    margin-top: 20px;
    margin-bottom: 20px;
}
.boxSubTittle{
    width: 200px;
    color: rgb(0, 0, 0);
    font-size: 15px;
}
.boxSubTittleBlack{
    color: rgb(0, 0, 0);
    font-size: 15px;
    padding-bottom: 15px;
}

.mediaText{
    display: flex;
    flex-direction: column;
}

.boxDescriptionNegrito{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: black;
}

.boxDescription{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: black;
    margin-top: 20px;
    margin-bottom: 30px;
}

.img-custom{
    height: auto;
    width: auto;
}

.bk-color{
    background-color: #ffffff;
}
.bk-color-white{
    background-color: #124943;
}

.row-cta{
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
}

.tittle-footer{
    font-size: 20px;
    color: white;
}
.infos-footer{
    font-size: 14px;
    color: white;
    width: 200px;
}

.padding-footer{
    padding: 0 5rem;
}

@media screen and (max-width: 414px){
    .text-sm-center {
        text-align: center;
        margin: 15px;
    }
}
@media screen and (max-width: 414px){
    .padding-footer{
        margin: 15px;
    }
}

@media screen and (max-width: 414px){
    .yellow-tiitle{
        font-size: 30px!important;
        text-align: center;
    }
}

@media screen and (max-width: 414px){
    h2{
        font-size: 30px!important;
    }
}

@media screen and (max-width: 414px){
    .boxSubTittleBlack{
       text-align: center;
    }
}

@media screen and (max-width: 414px){
    .center-itens{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 414px){
    .boxDescriptionNegrito {
         text-align: center;
    }
    .boxDescription{
         text-align: center;
    }
    .center-button{
        display: flex;
        align-items: center;
        justify-content: center;
    }
   .padding-bottom{
        padding-bottom: 20px;
        text-align: center;
        
   }
   .row>* {
       padding-right: 0;
   }
   .row{
       margin-right: 0;
   }
   .input-form{
    margin-top: 10px;
    margin-bottom: 10px;
   }
   .white-tiitle{
       margin-top: -18px;
   }
   .back-to-top {
       bottom: 20%;
   }
   
}


@media screen and (max-width: 971px){
    .square{
        height: 300px;
        width: auto;
        background-color: #f9e6dc;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .square1{
        height: 300px;
        width: auto;
        background-color: #f4e1d8;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    }
    .square2{
        height: 300px;
        width: auto;
        background-color: #eddcd4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}



#copyright-hoogli{
    position: relative;
    display: inherit;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

#copyright-hoogli img{
    width: 53px;
    position: absolute;
    margin-top: 3px;
    /* filter: drop-shadow(1px 0px 1.4px #fbfbfb); */
}
#copyright-hoogli a{
    margin-left: 4px;
    color: white;
}
#copyright-hoogli i{
    font-size: 12px;
    color: red;
}
#copyright-hoogli.container{
    text-align: right;
    font-size: 14px;
    line-height:normal;
}
#copyright-hoogli .pulse {
    animation: pulse 1s infinite;
}
#copyright-hoogli .dark{
    color: white;
}
#copyright-hoogli .light{
    color: white;
}

#copyright-hoogli small{
    font-weight: 400;
    font-family: 'Open Sans';
}
#copyright-hoogli p{
    margin-bottom:0px !important;
}

@keyframes pulse {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}
@media only screen and (max-width: 767px) {
#copyright-hoogli.container {
    text-align: center;
}
}