/* Add your CSS here */

.mfp-container {
    background: transparent !important;
}

.mfp-bg {
    background: rgba(0, 0, 0, .8) !important;
}

#more-info {
    background: rgba(255, 255, 255, 1) !important;
}

.servicio-linea {
    color: red !important;
}

#menu2 {
    margin: 0 auto !important;
    max-width: 1199px !important;
    border-top: 1px solid #d4d4d4 !important;
}

.menu2 > rmm {
    width: 100% !important;
}

.eseguros {
    margin-top: 6px !important;
}

.hideme {
    display: none;
}

.auto-style1 {
    width: 40%;
    float: left;
}

input[type="text"] {
    background: white;
    border: 1px solid #bbbbbb;
}

    input[type="text"]:focus {
        background: #fffde3;
        border: 1px solid #000000;
    }

.subtitform {
    margin-left: 1em;
}

label.error {
    color: #000000 !important;
    display: none !important;
}

.required {
    color: #808080 !important;
}

input.error {
    border: solid 2px #db620c;
}

textarea.error {
    border: solid 2px #db620c;
}

.btnsend {
    border: none;
    background-color: #569bd5 !important;
    color: #fcfdfd;
    font-size: 1.3em;
    text-align: center;
    margin-right: 0;
    padding: 0.25em 1em 0.25em 1em;
    margin: 1.5em auto;
    border-radius: 0;
    /* letter-spacing: 0.2em; */
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
    border: none !important;
}

    .btnsend:focus {
        background-color: #569bd5 !important;
        background-color: #ff8b3e !important;
    }

.divcontentform {
    width: 100% !important;
}

.divcontentform {
    background-color: transparent !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important
}