.productsContent {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: fit-content;
    overflow: hidden;
}

#imgPortadaContacto {
    height: 25vw;
    background-image: url('/files/contacto/ImgPortada.svg');
    background-size: 100%, auto;
    background-repeat: no-repeat;
}

#titContacto {
    text-align: center;
    color: #8C8C8D;
    /* font-family: TT Commons; */
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    width: 50%;
    line-height: 23px;
    display: block;
    margin: auto;
    margin-bottom: 24px;
    margin-top: 24px;
}

#titContacto a {
    /* border-bottom: 1px solid; */
    color: #016ED3;
    text-decoration: underline;
}

.contactContent {
    width: 50%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactContentB {
    width: 50%;
    position: relative;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactContentMaps {
    width: 80%;
    position: relative;
    margin: auto;
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
}

#lineContact {
    border-bottom: 0.5px solid #016ED3;
    position: relative;
    margin-bottom: 76px;
}

.oneHalf {
    width: 46%;
    /* margin-right: 4%; */
    /* margin-bottom: 20px; */
    background-color: transparent;
    border: 0.5px solid #006DD2;
    height: 50px;
    /* margin-right: 1px; */
    padding-right: 0px;
    padding-left: 3%;
    color: #8C8C8D;
    -webkit-appearance: none;
}

.oneHalfRight {
    width: 46%;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0.5px solid #006DD2;
    height: 50px;
    padding-right: 0px;
    color: #8C8C8D;
    padding-left: 3%;
    -webkit-appearance: none;
}

#messageTextArea {
    /* width: 100%; */
    width: calc(100% - 15px);
    background-color: transparent;
    border: 0.5px solid #006DD2;
    height: 100px;
    padding-right: 0px;
    padding-top: 15px;
    padding-left: 2%;
    color: #8C8C8D;
}

.btnContact {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    background-color: #006DD2;
    width: 17%;
    height: 38px;
    cursor: pointer;
    border: 1px solid #006DD2;
}

.contactContent.btnContent {
    display: flex;
    justify-content: flex-end;
}

.btnContact:hover {
    background-color: transparent;
}

#txtBtn {
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}

#txtBtn:hover {
    color: #006DD2;
}

::placeholder {
    color: #8C8C8D;
    opacity: 1;
    padding-left: 1%;
}

 :-ms-input-placeholder {
    color: #8C8C8D;
}

 ::-ms-input-placeholder {
    color: #8C8C8D;
}

.txtCentro {
    color: #0570D4;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 76px;
}

#telContacto {
    font-size: 21px;
    color: #0570D4;
    margin-bottom: 20px;
    text-align: center;
    margin-top: -72px;
}

#centerMaps {
    display: block;
    margin: auto;
    /* height: auto; */
    width: 94%;
}

.mapsA {
    position: relative;
    float: left;
    /* margin-left: 3%; */
    height: auto;
    width: 49%;
}

.mapsB {
    position: relative;
    float: right;
    /* margin-left: 3%; */
    height: auto;
    width: 49%;
}

.mapContent {
    background-color: #FFFFFF;
    /* height: fit-content; */
    margin-bottom: 20px;
    overflow: auto;
    margin-top: -4px;
}

.titMaps {
    color: #006DD2;
    font-size: 23px;
    margin-top: 16px;
    margin-bottom: 8px;
    margin-left: 5%;
}

.dirMaps {
    font-size: 18px;
    color: #8C8C8D;
    margin-bottom: 9px;
    margin-left: 5%;
}

.infoMaps {
    font-size: 18px;
    color: #8C8C8D;
    margin-bottom: 3px;
    /* height: fit-content; */
    margin-left: 5%;
}

@media screen and (max-width: 768px) {
    #imgPortadaContacto {
        height: 55vw;
        background-image: url('/files/contacto/imgPortadaMobile.svg');
        background-size: 100%, auto;
        background-repeat: no-repeat;
    }
    .contactContent {
        width: 80%;
        position: relative;
        margin: auto;
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contactContentB {
        width: 66%;
        position: relative;
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contactContentMaps {
        width: 90%;
        position: relative;
        margin: auto;
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
    }
    #lineContact {
        border-bottom: 0.5px solid #016ED3;
        position: relative;
        margin-bottom: 76px;
    }
    .oneHalf {
        width: 95%;
        /* margin-right: 4%; */
        margin-bottom: 20px;
        background-color: transparent;
        border: 0.5px solid #006DD2;
        height: 40px;
        /* margin-right: 1px; */
        padding-right: 0px;
        padding-left: 3%;
        color: #8C8C8D;
    }
    .oneHalfRight {
        width: 95%;
        margin-bottom: 20px;
        /* margin-left: 11px; */
        background-color: transparent;
        border: 0.5px solid #006DD2;
        height: 40px;
        padding-right: 0px;
        /* padding-top: 1px; */
        color: #8C8C8D;
        padding-left: 3%;
    }
    #messageTextArea {
        width: 96%;
        /* width: calc(100% - 15px); */
        background-color: transparent;
        border: 0.5px solid #006DD2;
        height: 100px;
        padding-right: 0px;
        padding-top: 15px;
        padding-left: 2%;
        color: #8C8C8D;
    }
    .btnContact {
        margin-top: 40px;
        margin-bottom: 40px;
        position: relative;
        background-color: #006DD2;
        width: 36%;
        height: 38px;
        cursor: pointer;
        border: 1px solid #006DD2;
    }
    .contactContent.btnContent {
        display: flex;
        justify-content: center;
    }
    .btnContact:hover {
        background-color: transparent;
    }
    #txtBtn {
        line-height: 41px;
        text-align: center;
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    #txtBtn:hover {
        color: #006DD2;
    }
     ::placeholder {
        color: #8C8C8D;
        opacity: 1;
        padding-left: 1%;
    }
     :-ms-input-placeholder {
        color: #8C8C8D;
    }
     ::-ms-input-placeholder {
        color: #8C8C8D;
    }
    .txtCentro {
        color: #0570D4;
        font-size: 29px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 76px;
    }
    #telContacto {
        font-size: 21px;
        color: #0570D4;
        margin-bottom: 20px;
        text-align: center;
        margin-top: -72px;
    }
    .maps {
        position: relative;
        float: left;
        margin-left: 0%;
        height: auto;
        margin-bottom: 16px;
    }
    .mapContent {
        background-color: #FFFFFF;
        /* height: fit-content; */
        margin: 0 auto;
        margin-bottom: 20px;
        overflow: auto;
        margin-top: -4px;
        width: 100%;
        margin-left: 0%;
    }
    .titMaps {
        color: #006DD2;
        font-size: 22px;
        margin-top: 16px;
        margin-bottom: 8px;
        margin-left: 3%;
        width: fit-content;
    }
    .dirMaps {
        font-size: 18px;
        color: #8C8C8D;
        margin-bottom: 9px;
        margin-left: 3%;
        width: fit-content;
    }
    .infoMaps {
        font-size: 15px;
        color: #8C8C8D;
        margin-bottom: 3px;
        /* height: fit-content; */
        margin-left: 3%;
        width: fit-content;
    }
    input {
        border-radius: 0;
    }
    input[type="search"] {
        -webkit-appearance: none;
    }
    textArea {
        border-radius: 0;
    }
    textArea[type="search"] {
        -webkit-appearance: none;
    }
    #centerMaps {
        width: 100%;
    }
    .mapsA {
        width: 100%;
    }
    .mapsB {
        width: 100%;
    }
    #titContacto {
        font-size: 17px;
        width: 80%;
    }
    .productsContent {
        height: 183px;
    }
}