@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

:root {
    --brand-color: #072146;
    --button-color: #028484;
    --accent-color: #f4f4f4;
    --link-color: #237aba;
    --title-color: #121212;
    --card-color: #666666;
    --text-color: #626262;
    --brand-text-color: #ffffff;
    --base-font-size: 16px;
    --titles-font-size: 3rem;
    --form-title-font-size: 2.5rem;
    --also-title-font-size: 2.25rem;
    --card-title-font-size: 1.85rem
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--base-font-size)
}


header {
    background-color: var(--brand-color);
    color: var(--brand-text-color);
    min-height: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   position: fixed;
    top: 0px;
z-index: 1000; 
}
footer {
    background-color: var(--brand-color);
    color: var(--brand-text-color);
    min-height: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.banner {
    position: relative
}

.banner img {
    z-index: 1;
    position: relative
}

.absolute-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    text-align: center;
    color: var(--brand-text-color);
    text-shadow: var(--title-color) 1rem 1rem .75rem;
    z-index: 2
}

.also-interest,
.form-holder {
    padding: 2rem 0 4rem;
    max-width: 100%;
    margin: 26px auto;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
}

.form-holder {
    background-color: var(--accent-color);
 
}

.form-holder p {
    text-align: center;
    margin-bottom: 7rem
}

.form-holder .btn {
    margin-right: auto;
    position: inherit;
    display: block
}

.title-type-1 {
    font-weight: 900;
    margin-bottom: 1.12rem;
    font-size: var(--titles-font-size)
}

.title-type-2 {
    margin-bottom: 2rem;
 margin-top: 2rem;
    font-weight: 400;
    text-align: center;
    font-size: var(--form-title-font-size)
}

.title-type-3 {
    font-size: var(--also-title-font-size);
    margin-bottom: 5.5625rem
}

.title-type-4 {
    font-size: var(--card-title-font-size);
    color: #000;
    margin-bottom: 2.3125rem
}

.form-container .form-group {
    position: relative
}

.form-container input[type=email],
.form-container input[type=tel],
.form-container input[type=text],
.form-container textarea {
    border-radius: .1875rem;
    border: solid 1px #cacaca;
    padding-left: .9375rem;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: var(--input-bg);
    font-weight: 300
}

.form-container input[type=email],
.form-container input[type=tel],
.form-container input[type=text] {
    height: 2.8125rem;
    line-height: 2.8125rem
}

.form-container input[type=email]:focus,
.form-container input[type=tel]:focus,
.form-container input[type=text]:focus {
    border-color: var(--color-border)
}

.form-container textarea {
    resize: none;
    height: 3.9375rem
}

.form-container textarea:focus {
    border-color: var(--color-black)
}



.form-container .js-hide-label label {
    opacity: 0;
    top: 100%
}

.form-container .js-unhighlight-label label {
    color: #414141
}

.form-container input[type=checkbox] {
    display: inline-block;
    margin: auto;
    position: relative;
    top: 0;
    z-index: 100
}

.form-container .form-check {
    padding-left: 0;
    text-align: left;
    display: block;
    margin-top: -1.25rem
}

.form-container .form-check>span {
    display: inline-block;
    position: relative;
    width: .9375rem;
    height: .9375rem;
    margin-right: .9375rem
}

.form-container .form-check>span span {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0
}

.form-container .form-check label {
    font-size: .8125rem;
    line-height: 1.125rem;
    padding-left: 1.125rem;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
    position: relative
}

.form-container .form-check label a {
    font-weight: 500;
    color: var(--color-black)
}

.form .form-group {
    background: var(--brand-text-color);
    border-bottom: solid 1px #000;
    margin-bottom: 0;
    height: 3.3rem;
    padding-top: .3125rem
}

.form .form-group label {
    font-size: .9rem;
    color: var(--card-color);
    padding-left: .75rem
}

.form .form-group input {
    border: none;
    bottom: 0;
    padding-bottom: 0;
    position: absolute
}

.form .btn {
    margin-top: 1.3125rem;
    margin-left: 2rem;
    margin-bottom: 4rem;

}

.btn-type-1 {
    background-color: var(--button-color);
    color: var(--brand-text-color);
    font-size: 1.125rem;
    font-weight: 900;
    min-width: 8.0625rem;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0;
    border-radius: 0;
    border: solid 1px var(--button-color)
}

.btn-type-1:hover {
    background-color: transparent;
    color: var(--button-color)
}

.card-holder {
    background-color: var(--accent-color);
    color: var(--card-color)
}

.card-holder .text {
    padding: 2.125rem
}

.card-holder .links {
    margin-top: 5.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-holder .links a+a {
    margin-left: auto
}

/*Styles Aditional */

section.row.banner.second {
    display: none;
}
section.row.banner.first {
    display: block;
}

main.content.container-fluid{
    height: 100vh;
margin-top: 4rem;
}

footer.container-fluid.footer-bbva.d-flex {

    bottom: 0px;
    position: fixed;
z-index: 1000;
        font-size: 0.8rem;
}



.Component__ContainerQ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Component__ContainerGroupQ {
    display: flex;
    justify-content: center;
    width: 100%;

}

.Component__NumberContainerQ {

    position: relative;
    width: 100%;
    margin: 0.1rem;
}

.Component__NumberContainerQ input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.Component__NumberContainerQ .Component__NumberLabelQ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3rem;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 5px;
    transition: all 300m ease;
}

.Component__NumberContainerQ label {
    color: rgb(17, 17, 17);
    font-size: 0.80rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

input:checked+.Component__NumberLabelQ {
    background-color: #028484;
    box-shadow: 0 0 1px #028484;
}

input:hover+.Component__NumberLabelQ {

    border: 1px solid #028484;

}

.error-message {
    color: red;
    width: 100%;
    padding-left: 2rem;
}

input:checked+.Component__NumberLabelQ label {
    color: white;
}

.Component__text {
    margin-bottom: 6px;
    width: 100%;
    font-weight: 500;
}

.line-space {
    position: relative;
    height: 4px;
    margin: 1rem 0;
}

.line-content {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    height: 4px;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.1);
}

.Component__ContainerQ_texA {
    width: 100%;
}

.textA {
    display: block;
    width: 100%;

}

.textA textarea {
    border: solid 1px #cacaca;
}

.Component__Select {
    display: flex;
    width: 100%;
}

ul.list-group.optionSelectt {
    width: 100%;
}

ul.list-group.optionSelectt li {
    border: none;
}

#preguntaAdicional {
    display: none;
}

.Component__ContainerQ_Cicle {

    width: 100%;
}

.Component__ContainerQ_Cicle .CicleQ {
    display: block;
    font-weight: 500;
}

input#respuestaAdicional2 {
    width: 100%;
}
input#respuestaAdicional3 {
    width: 100%;
}
input#cual {
    width: 100%;
}
input#respuestaTexto {
    width: 100%;
}

.Component__ContainerQ_texA label {
    font-weight: 500;
}


.hidden-banner {
    display: none;
}

@media only screen and (max-width: 780px) {
   

   section.row.banner.second {
    display: block;
}
section.row.banner.first {
    display: none;
}


}
}