/*



$thirdbg:#f1cf00;
$colorBlack:#000;

$redbg:#eb0029;
*/
.fondo-formulario{
    background-image: url(../img/formulario/bgform.webp); 
    background-size: cover;
}

.form-elegant {
    margin: 20px auto 0px;
    padding: 1.5rem;
}

.form-elegant .listContact {
    max-width: 400px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-elegant .listContact li.media {
    margin-bottom: 1.1rem;
}

.form-elegant .listContact li.media a.media-left {
    min-width: 46px;
    text-align: center;
}

.form-elegant .listContact li.media a.media-left img {
    max-width: 22px;
    max-height: 22px;
}

@media screen and (max-width: 450px) {
    .form-elegant .listContact h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .form-elegant .listContact .media-list {
        padding-left: 0px;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 450px) {
    .form-elegant .lead {
        font-size: 1rem;
    }
}

.form-elegant .input-group {
    margin-bottom: 1.5rem;
    border: 2px solid #fff;
}

.form-elegant .input-group .input-group-text {
    border-radius: 0px;
    background-color: #eef2f52f;
    border: none;
    min-width: 49px;
}

.form-elegant .input-group .input-group-text img {
    max-width: 25px;
    max-height: 25px;
    margin: 0 auto;
}

.form-elegant input.form-control {
    background-color: #eef2f52f;
    border: none;
    border-left: 2px solid white;
    color: #fff;
}

.form-elegant textarea.form-control {
    background-color: #eef2f52f;
    border: none;
    color: #fff;
}

.form-elegant .btnForm {
    background-color: #933e39 !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: .05rem 1rem;
    color: #fff !important;
}

.form-elegant .btnForm:disabled {
    color: #fff !important;
}

.form-elegant .invalid-feedback {
    color: #933e39;
    font-size: 1.2rem;
}

.form-elegant .borderBTNForm {
    background-repeat: no-repeat;
    background-position: center top;
    width: 260px;
    margin: -10px auto 6px;
    height: 38px;
    background-size: cover;
}

.form-elegant .borderBottomForm {
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 68px;
    max-width: 500px;
    margin: -5px auto 5px;
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}

.form-elegant .font-small {
    font-size: 0.8rem;
}

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}

.form-elegant .btn-rounded {
    border-radius: 10em;
}

.form-elegant .card {
    max-width: 400px;
    margin: 0 auto;
    background-color: rgba(238, 242, 245, 0.18);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1.2px solid #fff;
    border-radius: 1px;
}

@media only screen and (max-width: 600px) {
    .form-elegant .card {
        background-color: transparent;
        border: none;
        width: 100%;
    }
    .form-elegant .card .card-body {
        padding: 0px !important;
        margin: 0px !important;
    }
}

.form-elegant .custom-select {
    background-color: #eef2f52f;
    color: #fff;
}

.form-elegant ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: .75;
}

.form-elegant ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: .75;
}

.form-elegant :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: .75;
}

.form-elegant :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: .75;
}

@media only screen and (max-width: 600px) {
    .form-elegant {
        padding: 0px;
    }
}


/* WEBPACK FOOTER
./src/components/Forms/FormCard.css */