div.modal_contato_fundo {
    /* display: block; */
    display: none;
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

div.modal_contato {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 8px #333;
}

div.modal_contato_main {
    position: relative;
    display: block;
    min-width: 650px;
    min-height: 1px;
    width: 650px;
    background-color: transparent;
    z-index: 999999;
    display: flex;

    & button.fechar_modal_contato {
        position: absolute;
        z-index: 1000000;
        width: 20px;
        height: 20px;
        background: none;
        color: #555;
        border: none;
        outline: none;
        font-size: 1.3rem;
        font-weight: 600;
        right: 6px;
        top: 4px;
        display: flex;
        align-items: center;
    }

    & button.fechar_modal_contato:hover {
        color: #777;
        font-weight: 500;
    }
}

div.modal_contato_lado_esquerdo {
    min-width: 40%;
    width: 40%;
    min-height: 100% !important;
    flex: 6 0 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;

    & div {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        min-height: 100%;
        height: 100%;
        background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1552483782/$6nbzfv2cxig), linear-gradient(to bottom, rgba(74, 144, 226, 0) 0%, rgba(74, 144, 226, 0) 100%);
        background-position-x: 100%;
        background-position-y: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;

        & img {
            width: 211px;
            max-width: 100%;
            height: auto;
            border-bottom-style: none;
            border-color: #000000;
            border-left-style: none;
            border-radius: 0px;
            border-right-style: none;
            border-top-style: none;
            border-width: 1px;
            margin-top: 30px;
        }
    }
}

div.modal_contato_lado_direito {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    justify-content: flex-start;
    padding-top: 7px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 40px;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ddd;

    & .modal_contato_titulo {
        color: #333;
        line-height: 1.42;
        overflow: hidden;
        word-wrap: break-word;
        margin: 20px 0px 5px 0px;

        & h1 {
            font-family: Oswald, sans-serif;
            font-size: 44px;
            color: rgb(26, 26, 26);
        }
    }

    & .modal_contato_texto {
        color: #333;
        line-height: 1.42;
        overflow: hidden;
        word-wrap: break-word;
        margin-bottom: 20px;

        & p span {
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-family: Roboto, sans-serif;
            background-color: rgb(210, 255, 80);
        }
    }

    & .modal_contato_form {
        width: 100%;
        margin-bottom: 20px;

        & label {
            color: #4a4a4a;
            display: none;
            font-family: Open Sans, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            text-align: left;
            text-decoration: none;
        }
    
        & div  {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 6px;
        }

        & input {
            width: 100%;
            height: 45px;
            color: #000000;
            font-family: Open Sans, sans-serif;
            font-size: 16px;
            background-color: #fdfdfd;
            border-bottom-style: solid;
            border-left-style: solid;
            border-right-style: solid;
            border-top-style: solid;
            border-color: #cacaca;
            border-radius: 3px;
            border-width: 1px;
            max-width: 100% !important;
            box-shadow: inset 0px 2px 3px #ddd;
            -webkit-box-shadow: inset 0px 2px 3px #ddd;
            -moz-box-shadow: inset 0px 2px 3px #ddd;
            padding: 0px 8px;

        }

        & .erro_ligar {
            border-color: #DC3543;
        }

        & .certo_ligar {
            border-color: #40c246;
        }

        & span.erro_ligar {
            color: #DC3543;
            font-size: 12px;
            margin: 2px;
        }

        & span.certo_ligar {
            color: #40c246;
            font-size: 12px;
            margin: 2px;
        }

        & button {
            -ms-flex-align: center;
            -ms-flex-pack: center;
            align-self: center;
            background-color: #d2ff50;
            border-bottom-style: solid;
            border-color: #ffffff;
            border-left-style: solid;
            border-radius: 5px;
            border-right-style: solid;
            border-top-style: solid;
            border-width: 1px;
            box-shadow: 0px 0px 0px 0px #cccccc;
            color: #350000;
            cursor: pointer;
            font-family: Oswald, sans-serif;
            font-size: 23px;
            font-style: normal;
            font-weight: bold;
            height: 50px;
            justify-content: center;
            line-height: 1.42857;
            margin-bottom: 0px;
            margin-top: 10px;
            max-width: 538px;
            text-align: center;
            text-decoration: none;
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
        }
    }
}

@media screen and (max-width: 700px) {
    /* Moras Optou por não exibir mobile */
    div.modal_contato_fundo {
        display: none!important;
    }
    div.modal_contato {
        max-width: initial;
        min-width: initial;
        width: 90vw;
        
        padding: 0;
    }
    div.modal_contato_main {
        flex-direction: column;
        max-width: initial;
        min-width: initial;
        width: 100%;
    }
    div.modal_contato_lado_esquerdo {
        display: none;

    }
    div.modal_contato_lado_direito {
        width: 100%;
        height: 100%;
        background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1552483782/$6nbzfv2cxig), linear-gradient(to bottom, rgba(74, 144, 226, 0) 0%, rgba(74, 144, 226, 0) 100%);
    }
}
