/* Main section modal whatsapp */
.modalWhatsapp{
    width: 100%;
    height: 0;
    background-color: #fafafa;
    display: none;
    padding: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*  */

/* Exit modal button whatsapp */
.exitModal {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    font-size: 1.1em;
    color: #010101;
    position: fixed;
    top: 2%;
    right: 20%;
    z-index: 1001;
    display: none;
    text-transform: lowercase;
    transition: all .5s ease;
}

.exitModal:hover {
    font-weight: bolder;
}
/*  */

/* Modal Content */
.modalInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    display: none;
    padding: 0;
}

.contentForm {
    width: 60%;
    height: auto;
    padding: 5% 0 0 0;
    margin: 0 auto;
}

.formContainer {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.formTitle {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.formTitle h1 {
    font-size: 4em;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    color: #010101;
    text-transform: uppercase;

}

.questionTitle {
    width: 100%;
    height: auto;
    padding: 0 0 4% 0;
    text-align: center;
    overflow: hidden;
}

.questionTitle h1 {
    font-size: 11em;
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    color: #010101;
    margin-top: -2%;
}

.nameInput {
    width: 100%;
    height: auto;
    padding: 0 5% 0 0;
    /* overflow: hidden; */
}

.nameInput input {
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    color: #919191;
    border-bottom: 2px solid #d4d4d4!important;
    transition: all .5s ease;
    padding-left: 15px!important;
}

.nameInput input:focus {
    font-weight: 300;
    border-bottom: 2px solid #01eef2!important;
    box-shadow: none!important;
}

.nameInput input::placeholder {
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}

.nameInput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.nameInput input::-ms-input-placeholder { /* Microsoft Edge */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}


.nameInput textarea::placeholder {
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
    line-height: 1;
}

.nameInput textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.nameInput textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.phoneInput {
    width: 100%;
    height: auto;
    padding: 0 0 0 5%;
    /* overflow: hidden; */
}

.phoneInput input {
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    color: #919191;
    border-bottom: 2px solid #d4d4d4!important;
    transition: all .5s ease;
    padding-left: 15px!important;
}

.phoneInput input:focus {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    border-bottom: 2px solid #01eef2!important;
    box-shadow: none!important;
}

.phoneInput input::placeholder {
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}

.phoneInput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.phoneInput input::-ms-input-placeholder { /* Microsoft Edge */
    color: #919191;
    font-weight: bolder;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.buttonContainer {
    width: 100%;
    height: auto;
    padding: 3% 0 0 0;
    text-align: center;
}

.btnForm {
    width: 130px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    text-transform: lowercase;
    color: #01eef2;
    background-color: #000000;
    box-shadow: none;
    padding: 0 0 2% 0;
    box-shadow: none;
    transition: all .5s ease;
}

.btnForm:hover {
    background-color: #01eef2!important;
    color: #000000!important;
    box-shadow: none!important;
}

.btnForm:focus {
    background-color: #01eef2!important;
    color: #000000!important;
    box-shadow: none!important;
}

.btnForm:active {
    background-color: #01eef2!important;
    color: #000000!important;
    box-shadow: none!important;
}
/*  */


/* Responsive */
@media screen and (max-width: 1500px) {
    .formTitle h1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 1300px) {
    .contentForm {
        width: 70%;
    }
}

@media screen and (max-width: 1300px) {
    .formTitle h1 {
        font-size: 3em;
    }
}

@media screen and (max-width: 992px) {
    .contentForm {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .contentForm {
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .formTitle h1 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 600px) {
    .contentForm {
        width: 95%;
    }

    .nameInput , .phoneInput {
        padding: 0 0 0 0;
    }

    .formTitle h1 {
        font-size: 2em;
    }

    .questionTitle h1 {
        font-size: 10em;
    }

    .exitModal {
        right: 8%;
    }
}

@media screen and (max-width: 500px) {
    .formTitle h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-height: 700px) {
    .contentForm {
        padding: 5% 0 25% 0;
    }
}
/*  */
