body {
    /* background-image: url("./../img/fondo.jpg"); */
    background-color: #091a21;
    font-family: 'Montserrat', sans-serif;
    color: white;
    overflow-x: hidden;
    /* display: flex;
    justify-content: center; */
    /* background-size: 100% 100%; */
}

/* .paddingAll{
    padding: 0vh 13.4%;
} */

.element {
    height: 600px;
    width: 600px;
    position: absolute;
    right: 0px;
    bottom: 20%;
    /* background-image: url('../img/ELEMENTO1.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;  */
}

@media screen and (min-width: 200px) and (max-width: 850px) {
    .element {
        display: none;
    }
}

@media screen and (min-width: 651px) {
    .title-mobile {
        display: none;
    }

    .title-desktop {
        display: flex;
    }
}

.element1 {
    height: 700px;
    width: 600px;
    position: absolute;
    top: -100px;
    left: -100px;
}

.section {
    height: 100vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.divCenter {
    width: 90%;
    max-width: 700px;
    margin-top: 20vh;
}

.titleComment {
    width: 100%;
    max-width: 30%;
}

.titleComment1 {
    width: 100%;
    max-width: 40%;
}

.dottedBorders {
    border-top: 8px dotted #106d89;
    width: 50%;
    height: 8px;
}

.letter-spacing {
    letter-spacing: 3px;
}

.negativeMargin {
    margin-top: -20px;
}

.label-input {
    border-right: 2px solid #00c0f6;
    padding: 10px 0px 10px 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.label-input1 {
    border-right: 2px solid #00c0f6;
    padding: 10px 0px 10px 10px;
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.label {
    color: white;
    padding: 10px 0px 10px 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.input-form {
    border: 2px solid #00c0f6;
    border-radius: 12px;
    /* overflow: hidden; */

}

.form-control-lg,
.form-control-xs {
    border: none;
    background-color: transparent;
    color: white;
    width: 100%;
}

.form-control-lg,
textarea,
.form-control-xs:focus {
    outline: none;
}

.imgSection3 {
    height: 200px;
    width: 350px;
    position: absolute;
    left: 0;
}

.img1,
.img4 {
    height: 200px;
    width: 350px;
}

.imgSection4 {
    position: absolute;
    right: 0;
}

.imgSection1 {
    margin-left: -30px;
    position: absolute;
    left: 0;
}

.containDiv {
    border: 2px solid #00c0f6;
    border-radius: 12px;
    padding: 5px;
}

h6 {
    font-size: 20px;
    font-weight: bold;
}

textarea {
    width: 100%;
    background-color: transparent;
    resize: none;
    border: none;
    border-radius: 12px;
    color: white;
}

.containTextarea {
    border: 2px solid #00c0f6;
    position: relative;
    border-radius: 12px;
    padding: 0px;
}

.containTextarea::after {
    position: absolute;
    content: '';
    top: -3px;
    left: 32%;
    width: 35%;
    height: 6px;
    border-radius: inherit;
    background-color: #091a21;
}

.width-input {
    width: 75%;
}

.padding-left,
.padding-left1 {
    padding-left: 30px
}

.iconUpload {
    height: 50%;
    width: 50%;
}

.uploadDiv {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.incluir {
    position: relative;
}

.incluir input {
    -webkit-appearance: none;
    -moz-appearance: window;
    -ms-appearance: window;
    appearance: window;
    position: absolute;
    top: 0;
    width: 100px;
    height: 50px;
    cursor: pointer;
}

.incluir input+label::before {
    position absolute;
    top: 0;
    /* display: inline-block; */
    display: block;
    width: 100px;
    height: 61px;
    content: '';
    border: 2px solid #00c0f6;
    border-radius: 10px;
}

.incluir input:checked+label::before {
    background-image: url("./../img/ELEMENTO7.svg");
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%;
}

.other-input {
    width: 7%
}

.imgSection5 {
    position: absolute;
    right: 0;
}

.textareaContainer {
    position: relative;
    height: 45px;
    width: 90%;
    margin-bottom: 5vh;
}

.textarea-input {
    border: 2px solid #00c0f6;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 7px;
    font-size: 16px;
    /* padding: 0 50px; */
    outline: none;
    background: none;
    z-index: 1;
}

.label-textarea {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #091a21;
    z-index: 0;
}

.textarea-input+.label-textarea {
    top: -15px;
    left: 35%;
    z-index: 10;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 80px;
}

.imgEnd {
    margin-left: -30px;
    margin-top: 5vh;
    position: absolute;
    left: 0;
}

.imgEnd {
    width: 600px;
}

button {
    background-color: transparent;
    height: 70px;
    display: flex;
    align-items: center;
}

h1 {
    font-weight: bold;
}

.containerImg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.widthImg {
    width: 25%;
}

.send {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

@media (max-width: 650px) {
    .title-mobile {
        display: flex;
    }

    .title-desktop {
        display: none;
    }

    .imgSection1,
    .imgSection3,
    .imgSection4 {
        display: none;
    }

    .element,
    .element1 {
        height: 300px;
        width: 300px;
    }

    .paddingAll {
        padding: 0vh;
        display: flex;
        justify-content: center;
    }

    .dottedBorders {
        width: 75%;
    }

    .padding-left1 {
        padding-left: 0;
        margin-top: 15px;
    }

    .divCenter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0vh;
    }

    .padding-left {
        padding-left: 20px;
        margin-top: 2px;
    }

    .other-input {
        width: 13%
    }

    .textarea-input+.label-textarea {
        top: -15px;
        left: 17%;
        z-index: 10;
        font-size: 16px;
        font-weight: 600;
        padding: 0px 20px;
    }

    .imgEnd {
        width: 300px;
    }

    .label-input1,
    .label,
    h6 {
        border-right: none;
        font-size: 22px;
        padding: 10px 0px 10px 5px;
    }

    .titleComment,
    .titleComment1 {
        width: 100%;
        max-width: 70%;
    }

    .hidden {
        display: none;
    }

    .widthImg {
        width: 75%;
    }
}

@media (max-width: 1200px) {
    .incluir input+label::before {
        width: 50px;
        height: 50px;
    }
}