
/*
 * MOBILE
 */
@media (max-width: 767px) {

    #header h6 {
        display: none;
    }

    #header .logo-image {
        margin-top: 20px;
    }

    #header .presenter {
        width: 95%;
        height: 57%;
        margin-top: 200px;
        margin-left: 0;
        padding: 80px;
        float: none;
    }

    #header {
        padding: 0;
    }
    #header h3 {
        font-size: 34px;
        line-height: 40px;
    }

    #header p {
        margin-left: 0;
    }



    #banner h3 {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 30px;
        font-weight: 500;
        line-height: 35px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }


    #banner {
        background-color: #0f3552;
        padding-bottom: 70px;
    }

    #banner h5 {
        margin-top: 65px;
    }



    #services {
        padding-bottom: 35px;
    }

    #services h3 {
        text-align: center;
        font-size: 20px;
    }

    #services h5 {
        color: #db1d25;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.2px;
        line-height: 55px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 70px;
        margin-bottom: 10px;
    }




    #clients {
        padding-bottom: 50px;
    }

    #clients h1 {

        font-size: 30px;
    }

    #clients h6 {
       text-align: center;
    }


    #clients p {
        text-align: center;
    }

    #clients h5 {
        margin-top: 85px;
    }

    #clients .clients-image {
        text-align: center;
    }

    #clients .item {
        background-color: #f7f7f7;
        padding-left: 30px;
        padding-right: 30px;
    }

    #clients .clients-image {

    }

    #portfolio {
        background-color: #B8C1CE;
    }
    #portfolio h3 {
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        padding: 80px;
    }



    #portfolio .picture-presenter {
        background-color: #0F3552;
    }

    #footer {
        height: 100%;
        padding: 0;
    }

    #footer .form {
        width: 100%;
        height: 100%;
        padding: 20px 20px;
        display: none;
    }

    #footer h3 {
        font-size: 20px;
    }

    #footer p {
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    #footer .title p {
        padding-top: 60px;
    }

    #footer .footer-logo {
        text-align: center;
        margin-top: 90px;
    }

    #footer a.link-facebook {
        margin-left: 35px;
        margin-top: 60px;
        margin-bottom: 150px;
        font-size: 20px;
    }

    #footer-mobile {
        background-color: #0f3552;
        display: block;
    }

    #footer-mobile .form-mobile{
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer-mobile h3 {
        font-size: 20px;
        color: #ffffff;
        font-family: Montserrat;
        font-size: 35px;
        font-weight: 500;
        line-height: 50px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 45px;
        margin-top: 30px;
        padding-bottom: 45px;
    }

    #footer-mobile input {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 17px;
        font-weight: 500;
        background-color: #0f3552;
        border: 1px solid #ffffff;
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;

    }

    #footer-mobile textarea {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 17px;
        font-weight: 500;
        background-color: #0f3552;
        border: 1px solid #ffffff;
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    #footer-mobile a.button-send {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1.4px;
        line-height: 15px;
        text-transform: uppercase;
        text-align: center;
        background-color: #db1d25;
        padding: 20px;
        margin: 0 auto;
        display: table;
        width: 100%;
        margin-bottom: 40px;
    }

    #footer .copyright p {
        display: none;
    }

    #footer-mobile .copyright-mobile p {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 13px !important;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 100px;
    }

    #footer-mobile .copyright-mobile a {
        color: #ffffff !important;
        font-family: Montserrat;
        font-size: 13px !important;
    }

    .picture-presenter {
        display: block;
    }
    #myBtnContainer {
        display: none;
    }
    .portfolio-box {
        display: none;
    }

    .img-mobile {
        width: 100%;
        height: 250px;
    }

    #footer .mail {
        margin: 0 auto;
        display: table;
    }
}

@media (max-width: 1000px) {
    #footer .mail {
        margin: 0 auto;
        display: table;
    }
}

@media (max-width: 400px) {

    #header .presenter {
        width: 100%;
        height: 70%;
        margin-top: 105px;
        margin-left: 0;
        padding: 40px;
        float: none;
    }

    #footer .mail {
        margin: 0 auto;
        display: table;
    }

    #footer a.link-facebook {
        margin-left: 29%;
        font-size: 15px;
        width: 100%;
    }
    #footer-mobile h3 {
        font-size: 25px;
    }
    #clients .item {
        padding-left: 20px;
        padding-right: 20px;
    }

}






