/* Seccion bienvenida de MERCADO DE CAPITALES FINANCIAMIENTO */

section #mercado_article_welcome {
    font-family: 'Century Gothic';
    width: 100%;
    height: 500px;
    margin: 0px auto;
    margin-top: -250px;
    padding-top: 25%;
    text-align: center;
    box-shadow: 2px 0px 20px black;


}

#mercado_article_welcome {
    box-shadow: none !important;


}

#mercado_article_welcome {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/construccion.jpg);
    background-size: 180%;
    background-attachment: fixed;
    background-position:center 0%;
    background-repeat: no-repeat;
    transition: background-size 0.1s background-position 0.1s ease-in-out;
}

@keyframes blurOut {
    0% {
        filter: blur(5px)
    }

    35% {
        filter: blur(5px)
    }

    200% {
        filter: blur(0px)
    }

}

#mercado_article_welcome h1,
p {
    margin: 0px auto;
    animation: blurOut 700ms;
    animation-iteration-count: initial;
    animation-timing-function: ease-in-out;

}



#mercado_article_welcome h1 {
    font-family: 'Century Gothic';
    /* text-transform: uppercase; */
    width: 100%;
    font-size: 60px;
    text-shadow: 1px 2px 3px #333;
    letter-spacing: 2px;
    padding-top: 90px;


}



#mercado_article_welcome p {
    width: 50%;
    margin-top: 23px;
    font-size: 23px;
    text-shadow: 1px 2px 3px #333;
    letter-spacing: 1px;

}

/* Sección mercado description */
section #article_mercado_description {
    font-family: 'Century Gothic';
    width: 100%;
    min-height: 350px;
    max-height: 600px;
    margin: 0px auto;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    /* box-shadow: 2px 0px 20px black; */

}

#article_mercado_description {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/background_sunset.jpg);*/
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    text-align: center;


}


#article_mercado_description p {
    color: black;
    font-weight: normal;
    width: 70%;
    margin: 0px auto;
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 1px;

}

/* SECCIÓN CONTACTO / FORMULARIOS */


/* Sección contact description */
section #article_contact_description {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "contact"
        "form ";
    font-family: 'Century Gothic';
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding-top: 3%;
    padding-bottom: 2%;
    text-align: center;
    /* box-shadow: 2px 0px 20px black; */

}

#article_contact_description {
    background: linear-gradient(45deg,rgba(144, 180, 224, 1), rgba(37,54,79, 1));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    text-align: center;

}


#article_contact_description p {
    color: black;
    font-weight: normal;
    width: 70%;
    margin: 0px auto;
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 1px;

}

.contact_social {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_social img {
    width: 40px;
    margin-left: 1%;
    margin-right: 1%;
}

/* Sección de Contacto */


#article_contact {
    grid-area: "form";
    justify-self: center;
    color: black;
    font-family: 'Century Gothic';
    width: 60%;
    min-height: 100px;
    margin: 0px auto;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 10%;
    text-align: center;
    text-align: center;


}

.grid_contact {
    grid-area: "contact";
    justify-self: center;
}

.grid_contact h2 {
    font-weight: bolder;
    font-size: 40px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    margin-top: 30px;

}


#formulario_fisica {
    background-color: rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 0px auto;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border-radius: 5px;
    max-height: 550px;
    padding-top: 30px;
    display: none;
    opacity: 0;
    /* Inicialmente, el formulario tiene altura cero */
    height: 0;
    /* Ocultar el contenido que exceda la altura */
    overflow: hidden;
    /* Transición de altura suave */
    transition: height 0.8s ease-in-out;

}


#formulario_juridica {
    background-color: rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 0px auto;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border-radius: 5px;
    max-height: 550px;
    padding-top: 30px;
    display: none;
    opacity: 0;
    /* Inicialmente, el formulario tiene altura cero */
    height: 0;
    /* Ocultar el contenido que exceda la altura */
    overflow: hidden;
    /* Transición de altura suave */
    transition: height 0.8s ease-in-out;
}



label {
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    color: black;
    width: 80%;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    font-size: large;
    background-color: #25364f;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 15px;
    cursor: pointer;
}

button[type="reset"] {
    background-color: #aaa;
    margin-left: 10px;
}


button:hover {
    /* text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.966); */
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.438));
}