/* ============================================================
   CASO 1 — Formulario de descarga (.formcard--form)
   Banner con botón que despliega el formulario y descarga el PDF.
   ============================================================ */
.formcard__title-text{
	font-size: x-large !important;
    font-weight: 700 !important;
}

.formcard {
    background: #ffffff;
}
.formcard__align {
    background: #ffffff;
    max-width: 750px;
    width: 100%;
    display: flex;
    font-family: arial;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 10px -5px #000;
}
@media (max-width: 768px) {
    .formcard__align {
        flex-direction: column;
        max-width: 320px;
        max-height: fit-content;
    }
}
.formcard__align.act {
    max-height: 2000px;
}
.formcard__image {
    display: block;
    width: 300px;
}
@media (max-width: 768px) {
    .formcard__image {
        width: 100%;
        display: none;
    }
}
.formcard__image img {
    display: block;
    margin: 0 !important;
    width: 100%;
    min-width: 300px !important;
    max-width: 350px !important;
    height: 100%;
    border-radius: 0 !important;
}
.formcard__image_mv {
    display: none;
    width: 100%;
}
@media (max-width: 768px) {
    .formcard__image_mv {
        display: block;
    }
}
.formcard__image_mv img {
    display: block;
    margin: 0 !important;
    width: 100%;
    min-width: 300px;
    max-width: 350px;
    border-radius: 0 !important;
}
.formcard__main {
    padding: 30px 35px;
    width: 100%;
}
@media (max-width: 768px) {
    .formcard__main {
        padding: 20px 30px;
    }
}
.formcard__title h3 {
    font-size: 32px !important;
    margin: 0 !important;
    line-height: 1 !important;
}
@media (max-width: 768px) {
    .formcard__title h3 {
        font-size: 20px !important;
    }
}
.formcard__details p {
    font-size: 16px !important;
    padding: 20px 0 !important;
    margin: 0 !important;
}
.formcard__form {
    max-height: 0px;
    overflow: hidden;
}
.formcard__form form label {
    display: block;
    padding: 5px 0;
    text-align: left;
}
.formcard__form form input {
    width: 100%;
    padding: 10px;
}
.formcard__form.act {
    max-height: 2000px;
}
.formcard .img_formcard {
    display: block;
}
.formcard .img_formcard.act {
    display: none;
}
.formcard .boxform {
    position: relative;
    display: block;
    padding: 6px 0;
}
@media (max-width: 769px){
    .formcard .boxform{
        text-align: center;
    }
}
.formcard .boxform span.alert {
    position: absolute;
    top: 0;
    margin-top: 20px;
    right: 0;
    font-size: 11px;
    color: red;
}

#mensajeDownloadFile{
    color: #00a600 !important;
}
.formcard .boxform button {
    display: inline-block;
    padding: 10px 20px;
    background: #ed4936;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
}
.formcard .btn_formcard {
    display: inline-block;
    background: #ed4936;
    border-radius: 5px;
    padding: 10px 20px !important;
    cursor: pointer;
    color: #ffffff !important;
    max-height: 100px;
    text-decoration: none !important;
    font-size: 16px !important;
    opacity: 1;
}
.formcard .btn_formcard:hover {
    color: #ffffff !important;
    background: #bd3626;
}
.formcard .btn_formcard.act {
    display: none;
}
.formcard .legalcheck{
    display: flex !important;
}
.formcard .legalcheck > input{
	width: 20px;
    height:20px;
    margin: 8px 5px 0 0;
}
