/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE CSS */
/*//////////////////////////////////////////////////////////////////////////////////////////*/

.example {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
  }
  
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .example {background: red;}
  
    .contact .contact-image .decoration-text span {
        line-height: 32px;
        font-size: 80px;
        transform: none;
        -webkit-transform: none;
        writing-mode: horizontal-tb;
        padding-left: 20px;
    }

    .copyright p {
        letter-spacing: 0.2px;
    }

    .input--nao {
        width: 92%;
    }

    .developers-wrap-item h4 {
        font-size: 48px;
        letter-spacing: 2px;
    }

    .contact .contact-form-wrap {
        margin: 10px 0 60px 0;
    }

    .contact .contact-image {
        width: 100%;
        position: relative;
    }

    .contact .contact-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .contact .contact-wrapper .title h2 {
        font-size: 50px;
        letter-spacing: 4px;
    }

    .technology-icons ul li {
        height: 48px;
        width: 25%;
        text-align: center;
    }

    .intro .intro-image .floating-image span {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
    }

    .services .services-wrapper .services-info .service-icon {
        width: 56px;
    }

    .services .services-wrapper .services-info .service-icon i {
        font-size: 34px;
    }

    .services .services-wrapper .services-info h2 {
        font-size: 24px;
        margin-top: -4px;
    }

    .intro-wrapper .intro-text {
        padding-top: 0px;
        padding-left: 0px;
    }

    .services-provided-item h4 {
        font-size: 28px;
    }

    .services-provided {
        padding-top: 86px;
    }

    .services-provided .intro-wrapper {
        margin-top: 40px;
    }

    .services-provided-item h1 {
        font-size: 60px;
        left: -8px;
        top: -30px;
    }

    .services-provided-item {
        padding: 8px 10px 8px 24px;
    }

    .intro-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .intro-wrapper .title h2 {
        font-size: 54px;
        letter-spacing: 2px;
    }

    .scroll-down {
        display: none;
    }

    .services .services-image {
        position: relative;
    }

    .services .services-image .decoration-text span {
        line-height: 32px;
        font-size: 80px;
        transform: none;
        -webkit-transform: none;
        writing-mode: horizontal-tb;
    }

    .services .services-image .position {
        position: relative;
    }

    .services .services-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .technology-icons {
        margin-bottom: 10px;
    }

    .services .services-wrapper {
        padding-bottom: 75px;
    }

    .services-provided .intro-image .main-title h1 {
        letter-spacing: 4px;
        font-size: 74px;
        line-height: 66px;
    }

    .services::after {
        right: 0;
        border-radius: 0 100px 100px 0;
    }

    .header-social {
        position: absolute;
        right: 26px;
        top: -62px;
    }

    .contact::after {
        border-radius: 0 100px 100px 0;
        left: 0;
    }

    .intro {
        padding-top: 5px;
        padding-bottom: 90px;
    }

    .logo {
        top: 24px;
    }

    .solutions-wrap {
        padding: 50px 0;
    }

    .technology-info {
        padding-left: 16px;
    }

    .services-provided .intro-image .floating-image span {
        height: 260px;
        top: -98px;
    }

    .developers-wrap-item {
        padding: 15px;
    }

    .developers-image-wrap {
        display: none;
    }

    .about-wrap {
        padding: 0;
    }

    .contact {
        margin-top: 50px;
        padding: 59px 0;
    }
  
}
  
  
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .example {background: green;} 

    .contact .contact-image .decoration-text span {
        font-size: 120px;
        line-height: 112px;
    }

    .contact .contact-image {
        width: 118px;
    }

    .contact .contact-wrapper {
        padding-right: 118px;
    }

    .contact .contact-wrapper .title h2 {
        font-size: 50px;
        letter-spacing: 4px;
    }

    .technology-icons ul li {
        height: 48px;
        width: 25%;
        text-align: center;
    }

    .intro .intro-image .floating-image span {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
    }

    .services .services-wrapper .services-info .service-icon {
        width: 56px;
    }

    .services .services-wrapper .services-info .service-icon i {
        font-size: 34px;
    }

    .services .services-wrapper .services-info h2 {
        font-size: 24px;
        margin-top: -4px;
    }

    .services-provided-item h4 {
        font-size: 28px;
    }

    .services-provided {
        padding-top: 86px;
    }

    .services-provided .intro-wrapper {
        margin-top: 40px;
    }

    .services-provided-item h1 {
        font-size: 60px;
        left: -8px;
        top: -30px;
    }

    .services-provided-item {
        padding: 8px 10px 8px 24px;
    }

    .intro-wrapper .title h2 {
        font-size: 60px;
        letter-spacing: 4px;
    }

    .services .services-image .decoration-text span {
        line-height: 136px;
        font-size: 166px;
    }

    .services .services-wrapper {
        padding-left: 160px;
    }

    .technology-icons {
        margin-bottom: 40px;
    }

    .services .services-wrapper {
        padding-bottom: 75px;
    }

    .services-provided .intro-image .main-title h1 {
        letter-spacing: 4px;
        font-size: 74px;
        line-height: 66px;
    }

    .services::after {
        right: 0;
        border-radius: 0 100px 100px 0;
    }

    .header-social {
        position: absolute;
        right: 26px;
        top: -70px;
    }

    .contact::after {
        border-radius: 0 100px 100px 0;
        left: 0;
    }

    .intro {
        padding-top: 5px;
        padding-bottom: 90px;
    }

    .logo {
        top: 24px;
    }

    .solutions-wrap {
        padding: 50px 0;
    }

    .technology-info {
        padding-left: 16px;
    }

    .services-provided .intro-image .floating-image span {
        height: 260px;
        top: -98px;
    }

    .developers-wrap-item {
        padding: 20px 70px 20px 42px;
    }

    .developers-image-wrap {
        display: none;
    }

    .about-wrap {
        padding: 0;
    }

    .contact {
        margin-top: 50px;
        padding: 59px 0;
    }
  
}
  
  
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .example {background: blue;}

    .contact .contact-image .decoration-text span {
        font-size: 120px;
        line-height: 112px;
    }

    .contact .contact-image {
        width: 118px;
    }

    .contact .contact-wrapper {
        padding-right: 118px;
    }

    .contact .contact-wrapper .title h2 {
        font-size: 50px;
        letter-spacing: 4px;
    }

    .technology-icons ul li {
        height: 48px;
        width: 20%;
        text-align: left;
    }

    .intro .intro-image .floating-image span {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
    }

    .services .services-wrapper .services-info .service-icon {
        width: 56px;
    }

    .services .services-wrapper .services-info .service-icon i {
        font-size: 34px;
    }

    .services .services-wrapper .services-info h2 {
        font-size: 24px;
        margin-top: -4px;
    }

    .services-provided-item h4 {
        font-size: 28px;
    }

    .services-provided {
        padding-top: 50px;
    }

    .services-provided-item h1 {
        font-size: 60px;
        left: -8px;
        top: -30px;
    }

    .services-provided-item {
        padding: 8px 10px 8px 24px;
    }

    .intro-wrapper .title h2 {
        font-size: 60px;
        letter-spacing: 4px;
    }

    .services .services-image .decoration-text span {
        line-height: 136px;
        font-size: 166px;
    }

    .services .services-wrapper {
        padding-left: 160px;
    }

    .technology-icons {
        margin-bottom: 40px;
    }

    .services .services-wrapper {
        padding-bottom: 75px;
    }

    .services-provided .intro-image .main-title h1 {
        letter-spacing: 3px;
        font-size: 60px;
        line-height: 66px;
    }
  
}
  
  
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .example {background: orange;}

    .intro-wrapper .title h2 {
        font-size: 65px;
    }

    .services .services-image .decoration-text span {
        line-height: 136px;
        font-size: 166px;
    }

    .services .services-wrapper {
        padding-left: 160px;
    }

    .technology-icons {
        margin-bottom: 40px;
    }

    .services .services-wrapper {
        padding-bottom: 75px;
    }

    .services-provided .intro-image .main-title h1 {
        letter-spacing: 6px;
        font-size: 84px;
        line-height: 76px;
    }
  
}
  
  
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .example {background: pink;}
  
    

}



