#bannerContacto {
    width: 100%;
}

#bannerContacto img {
    width: 100%;
}

#containerEscribinos {
    /* margin-top: -200px !important; */
    width: 70%;
    margin: 0px auto;
    /* left: 15%; */
    display: flex;
    position: relative;
    position: relative;
    height: fit-content;
    flex-direction: column;
    background-color: white;
    border: 1px solid #D8D8D8;
    font-family: 'Montserrat';
}

.mapouter,
.gmap_canvas {
    width: 100% !important;
}

#left {
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}

#right {
    width: 40%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0px;
}

.blueText {
    color: #00B0B9;
}

.blueText.seguinos {
    font-size: 40px;
}

.blueText.seguinos {
    font-size: 14px;
    margin-top: 106px;
    margin-bottom: 0px;
}

#left p:not(.blueText) {
    color: black;
    margin-bottom: 6px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 19px;
}

.redesIconos {
    display: flex;
    flex-direction: row;
}

.redesIconos img {
    width: 21px;
    height: 21px;
    margin-right: 15px;
    margin-top: 10px;
}

#mapsContainer {
    width: 100%;
    /* top: 10px; */
    margin: 0px auto;
    margin-bottom: 0px;
}

h1.blueText.escribinos {
    font-size: 43px;
    margin-top: 0px;
    margin-bottom: 7px;
}

h2{
    color: black;
    font-weight: 600;
    font-size: 25px;
}

h3{
    color: black;
    font-weight: 600;
    font-size: 18px;
}

img {}

.inputDiv,
textarea {
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    width: calc(100% - 40px);
    background: #f9f9f9;
    border: 1px solid transparent;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    color: black;
    height: 59px;
    box-sizing: border-box;
    border-radius: 8px;
}

input[type="text"] {
    background: transparent;
}

textarea {
    height: 149px;
    width: 95%;
    padding-top: 15px;
    border: none;
    background: transparent;
}

input::placeholder,
textarea::placeholder {
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 50%);
}


.buttonEnviar {
    width: 54%;
    background: #E0004D;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #E0004D;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    margin-left: 0px;
}

.buttonEnviar:hover {
    color: #E0004D;
    border: 1px solid #E0004D;
}

.buttonEnviar:hover button {
    color: #E0004D;
}

#ig {
    filter: invert(1);
}

#topNegative {
    /* position: absolute; */
    /* top: 266px; */
    width: 100%;
    height: auto;
    margin-top: -200px;
    margin-bottom: 200px;
}

.inputDiv.textarea {
    height: 160px;
    padding: 0px;
}

textarea {
    resize: none;
    height: 136px;
}

.buttonEnviar button {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 14px;
    /* display: flex; */
    letter-spacing: 1px;
    border-radius: 100px;
    align-items: center;
}

#content {
    top: -95px !important;
}

input::placeholder {
    font-size: 13px;
}

textarea::placeholder {
    font-size: 13px;
}

input,
textarea {
    color: black;
    font-size: 13px;
}

iframe#gmap_canvas {
    width: 100%;
}

.mobileElement {
    display: none;
}

@media screen and (max-width: 768px) {
    #bannerContacto {
        height: 40vh;
    }

    .desktopElement {
        display: none;
    }

    #bannerContacto img {
        height: 100%;
        object-fit: cover;
    }

    #containerEscribinos {
        width: 85%;
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
    }

    p.blueText.escribinos {
        font-size: 30px;
    }

    #topNegative {
        margin-bottom: 0px;
    }

    .buttonEnviar.sendContact {
        width: calc(100% - 2px);
    }

    .contact_name {
        margin-top: 0px;
    }

    #left,
    #right {
        margin: 0px auto;
        width: 100%;
        padding: 0;
        flex-direction: column;
    }

    .blueText.seguinos {
        margin-top: 20px;
    }

    .redesIconos {
        margin-bottom: 30px;
    }

    #mapsContainer {
        width: 95%;

    }  
    
    #mapsContainer iframe {
        height: 300px;
    }
}