/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {
    .carousel-caption span {
        font-size: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0px 16px;
        font-size: 14px;
    }
    .titlepage h2 {
        font-size: 37px;
    }
    .carousel-caption h1 {
        font-size: 49px;
        padding-bottom: 0px;
    }
    .carousel-caption span {
        font-size: 64px;
    }
    .carousel-caption a {
        margin-top: 30px;
    }
    .sign_btn {
        padding-left: 15px;
    }
    .sign_btn a {
        padding: 7px 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navigation.navbar-dark .navbar-nav .nav-item .page-scroll {
        color: #fff;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 8px 15px;
        font-size: 14px;
    }
    .navigation.navbar {
        padding: 27px 16px 27px 0;
    }
    .sign_btn {
        display: none;
    }
 .carousel-caption h1 {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .carousel-caption span {
        font-size: 50px;
        line-height: 50px;
    }
    .carousel-caption a {
        padding: 9px 0px;
        margin-top: 0px;
        max-width: 174px;
    }
    .relative {
        top: 52%;
        transform: translateY(-47%);
    }
    .titlepage h2 {
        font-size: 29px;
    }
    .mobile .titlepage span {
        margin-left: 19px;
    }
    .clients .titlepage span {
        margin-left: 28px;
    }
}





@media (min-width: 576px) and (max-width: 767px) {
    .find {
     background: url(../images/Geral-06-3-1-575.jpg);
     background-size: cover;
     min-height: 300px;
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
 }
    .banner_main {
        padding-top: 100px;
    }
    .reader {
        max-width: inherit;
        margin-right: 0;
    }
    .back_img {
        margin-top: 30px;
    }
    .reader2 {
        max-width: inherit;
        margin-right: 0;
    }
    .back_img2 {
        margin-top: 30px;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
    }
    .logo {
        text-align: center !important;
        
    }
     .carousel-caption h1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0px;
    }
    .carousel-caption span {
        font-size: 35px;
        line-height: 35px;
    }
    .carousel-item  {
        height: 400px;
        background-image: url('../images/banner767.jpg');
        background-size: cover;
    }
    .carousel-caption a {
        margin-top: 20px;
    }
    .titlepage h2 {
        font-size: 35px;
    }
    .padding_bottom1 {
        padding-bottom: 30px;
    }
    .mobile_img {
        padding-bottom: 30px;
    }
    .clients .titlepage span {
        margin-left: 92px;
    }
    .sign_btn {
        display: none;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding-top: 33px;
        width: 100%;
    }
    .navigation .navbar-collapse {
        background: #ffffffd9;
        padding: 20px;
        margin-top: 49px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 0px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }

}







@media (max-width: 575px) {
    .footer .footer_logo {
        justify-content: center;
    }
    .contact {
        margin-top: 0px;
    }
    
    .header_information {
        height: 80px;
    }
    .header {
        height: 80px;
    }
    .about {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .descricao {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .descricao .titlepage {
     margin: 10px;
    }   
    .about .titlepage {
     margin: 10px;
     padding-top: 20px;
    }
    .about .titlepage p{
     font-size: 16px;
     line-height: 24px;
    }
    .descricao .titlepage p{
     font-size: 16px;
     line-height: 24px;
     padding: 0px;
    }
    .mobile .titlepage p{
     font-size: 16px;
     line-height: 24px;
    }
    .luxury {
    padding-top: 30px;
    }

    .find {
     background: url(../images/Geral-06-3-1-575.jpg);
     background-size: cover;
     min-height: 300px;
    margin-top: 0;   
    margin-bottom: 50px;  
 }
    .find .titlepage {
        padding-top: 30px;
        margin: 0px 15px;
    }
    .find .titlepage h1{
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }
    .explore .explore_box {
     padding: 5px;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
    }
    .explore .explore_box h3 {
        font-size: 25px;
    }
    .banner_main {
        padding-top: 80px;
    }
    .reader {
        max-width: inherit;
        margin-right: 0;
    }
    .reader p {
        font-size: 15px;
    }
    .back_img {
        margin-top: -30px;
    }
    .reader2 {
        max-width: inherit;
        margin-right: 0;
    }
    
    .back_img2 {
        margin-bottom: 30px;
    }
   

    .logo {
        text-align: center !important;
        padding-bottom: 20px;
    }
    .carousel-caption h1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0px;
    }
    .carousel-caption span {
        font-size: 35px;
        line-height: 35px;
    }
    .carousel-item  {
        height: 600px;
    }
    .banner h1 {
        margin: 20px;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0px;
    }
    .banner span {
        font-size: 35px;
        line-height: 35px;
    }
    .banner  {
        min-height: 450px;
        background-image: url('../images/banner.jpg');
        background-size: cover;
        padding-top: 0px;
    }
    .banner a {
        margin:  20px;
    }
  
    .relative {
        top: 44%;
    }
    .carousel-caption a {
        margin-top: 20px;
    }
    .sign_btn {
        display: none;
    }
    .titlepage h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .about_img {
        padding-top: 30px;
    }
    .mobile_img {
        margin-bottom: 30px;
    }
    .clients .titlepage span {
        margin-left: 41px;
    }
    .mobile .titlepage span {
        margin-left: 7px;
    }
    .padding_bottom1 {
        padding-bottom: 30px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding-top: 30px;
        width: 100%;
        height: 80px;
    }
    .navigation.navbar-dark .navbar-nav .page-scroll {
        color: #fff;
    }
    .navigation .navbar-collapse {
        background: #224e2ff3;
        padding: 40px 0px;
        margin-top: 49px;
        position: absolute;
        width: 100%;
        height: 800px;
        z-index: 999;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 45px;
    }

}
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 0px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }
   /*.footer .news {
        display: none;
    }*/
    .copyright {
     margin-top: 0px;
    }

    .descricao .titlepage .read_more {
        display: none;
    }
    
    .main_form .contactus {
        margin-bottom: 15px;
        height: 40px;
    }
    .footer .news{
        display: none;
    }
    
}

