

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1500px) {
    .projects::after {
        width: 262px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .head_top {
        background: #F51EBE;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
    }
    .text-bg h1 {
        font-size: 50px;
    }
    .text-bg {
        padding-right: 0;
    }
    .text-img {
        padding-top: 30px;
    }
    #image-est {
        margin-top: 2ch;
        margin-left: -2ch;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0 14px;
        margin-left: 120px;
    }
    
    .Testimonial {
        background: url(../images/test.png);
        background-repeat: no-repeat;
        margin-top: 90px;
        padding: 90px 0px;
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        height: 650px;
    }

    .Testimonial .titlepage h2 {
        color: #fff;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 14px;
    }

    .Testimonial video {
        margin-top: -40px;
        width: 520px;
        height: 320px;
    }
    
    .text-bg h1 {
        font-size: 36px;
        line-height: 59px;
    }
    .projects::after {
        background: transparent;
    }
    .copyright::after {
        background: transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head_top {
        background: #F51EBE;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0 14px;
        margin-left: 165px;
        margin-top: 28px;
        transform: translateX(270px);
    }

ul,
li,
ol {
     margin: -60px;
     padding: 0px;
     list-style: none;
}
    
    .text-bg h1 {
        font-size: 50px;
    }
    .text-bg {
        padding-right: 0;
    }
    .text-img {
        padding-top: 30px;
    }
    #image-est {
        margin-top: 5ch;
        margin-left: -5ch;
        max-width: 100%;
    }
    
    .projects::after {
        background: transparent;
    }
    .copyright::after {
        background: transparent;
    }
    
    .text-bg h1 {
        padding-top: 0px;
        font-size: 28px;
        line-height: 38px;
    }
    .text-bg {
        padding-right: 108px;
    }
    .banner_main {
        padding: 30px 0 190px 0;
    }

    .contact figure {
        margin: 0;
    }

    .contact figure img {
        width: 100%;
    }

    .projects_box figure {
        width: 140%;
        height: 140%;
    }

    .Testimonial {
        background: url(../images/test.png);
        background-repeat: no-repeat;
        margin-top: 90px;
        padding: 90px 0px;
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        height: 510px;
    }

    .Testimonial .titlepage h2 {
        color: #fff;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: -3px;
    }

    .Testimonial video {
        margin-top: -40px;
        width: 390px;
        height: 270px;
        margin-top: -70px;
    }

    .business  figure {
        margin: 0;
    }

    .business figure img {
        width: 250px;
        height: 350px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .head_top {
        background: #F51EBE;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
    }
    .text-bg h1 {
        font-size: 50px;
    }
    .text-bg {
        padding-right: 0;
    }
    .text-img {
        padding-top: 30px;
    }
    #image-est {
        margin-top: 10ch;
        margin-left: 0ch;
        max-width: 100%;
    }
    .navbar-toggler-icon {
        margin-top: -45px;
    }
    .main_form {
        margin: 0;
    }
    .cont h3 {
        font-size: 30px;
        line-height: 45px;
    }
    
    .cont h3 {
        font-size: 34px;
        line-height: 52px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
    }
    .navigation .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 46px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #000;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 6px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    .projects::after {
        background: transparent;
    }
    .copyright::after {
        background: transparent;
    }

    .contact figure {
        margin: 0;
    }

    .contact figure img {
        width: 100%;
    }

    .Testimonial {
        background: url(../images/test.png);
        background-repeat: no-repeat;
        margin-top: 90px;
        padding: 90px 0px;
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        height: 425px;
    }

    .Testimonial .titlepage h2 {
        color: #fff;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: -15px;
    }

    .Testimonial video {
        margin-top: -40px;
        width: 300px;
        height: 220px;
        margin-top: -70px;
    }


    .business  figure {
        margin: 0;
    }

    .business figure img {
        width: 300px;
        height: 340px;
    }
}

@media (max-width: 575px) {
    .head_top {
        background: #F51EBE;
    }
    .header {
        padding: 12px 0px 0px 0px;
    }
    .logo {
        text-align: center !important;
        padding-bottom: 6px;
        float: left;
        margin-left: 10px;
    }
    .text-bg h1 {
        font-size: 33px;
        line-height: 51px;
    }
    .text-bg {
        padding-right: 0;
    }
    .text-img {
        padding-top: 30px;
    }
    #image-est {
        margin-top: 10ch;
        margin-left: 0ch;
        max-width: 100%;
    }
    .titlepage h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .business .titlepage span {
        font-size: 23px;
        line-height: 28px;
    }
    .banner_main {
        padding: 50px 0;
    }
    .projects::after {
        background: transparent;
    }
    .cont h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .multi {
        font-size: 33px;
    }
    .main_form {
        padding: 25px;
        margin: 0px 0px;
    }

    .copyright::after {
        background: transparent;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        margin-top: -45px;
    }
    .navigation .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 46px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #000;
    }
    .navigation.navbar-dark .navbar-toggler {
        float: right;
        margin-right: 2px;
        border: inherit;
    }
    
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }

    .contact figure {
        margin: 0;

    }

    .contact figure img {
        width: 420x;
        height: 450px;
    }

    .Testimonial {
        background: url(../images/test.png);
        background-repeat: no-repeat;
        margin-top: 90px;
        padding: 90px 0px;
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        height: 400px;
    }

    .Testimonial .titlepage h2 {
        color: #fff;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: -25px;
    }

    .Testimonial video {
        margin-top: -40px;
        width: 280px;
        height: 200px;
        margin-top: -70px;
    }

    .business  figure {
        margin: 0;
    }

    .business figure img {
        width: 280px;
        height: 320px;
    }

    .mapa {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
        }
        
        .mapa iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }
}



