:root {
  --azul_bp: #203d76;
  --azul_visa: #1434cb;
  --blanco: #FFFFFF;
}

body {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

h1 {
    font-family: Mont;
    color: var(--azul_bp);
    font-style: italic;
    text-align: center;
    font-size: 3.5vw;
    max-width: 50vw;
    padding: 0;
    margin: 0;
}

h2 {
    font-family: Mont;
    color: var(--azul_bp);
    font-style: italic;
    text-align: center;
    font-size: 2.5vw;
    padding: 0;
    margin: 0;
}

h3 {
    font-family: Mont;
    color: var(--azul_bp);
    font-style: italic;
    text-align: center;
    font-size: 2vw;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: Mont;
    color: var(--azul_bp);
    text-align: center;
    font-weight: 300;
    font-size: 1vw;
    padding: 0;
    margin: 0;
}

p.pinfo {
    font-family: Mont;
    color: var(--azul_bp);
    text-align: center;
    font-weight: 300;
    font-size: 1.5vw;
    padding: 0;
    margin: 0;
    padding: 1vh 0;
    width: 70%;
}

p.pinfo2 {
    font-family: Mont;
    color: var(--azul_bp);
    text-align: center;
    font-weight: 300;
    font-size: 1.2vw;
    padding: 0;
    margin: 0;
    padding: 1vh 0;
    width: 100%;
}

#modal #modal_container .modal_title{
    font-family: Mont;
    color: var(--azul_bp);
    text-align: center;
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding: 1vh 0;
    font-size: 3vw !important;
}

#modal #modal_container .modal_text{
    font-family: Mont;
    color: var(--azul_bp);
    text-align: center;
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding: 1vh 0;
    font-size: 1.5vw !important;
}

strong{
    font-family: Mont;
    font-weight: 900;
}


button.terminos {
    font-family: Mont;
    background-color: transparent !important;
    border:none;
    color: var(--azul_bp);
    text-align: center;
    font-weight: 800;
    font-size: 1.2vw;
    padding: 0;
    margin: 0;
    text-decoration: underline
}

.header {
    background-color: #FFFFFF;
    width: 100%;
    padding: 1vw;
    box-sizing: border-box;
}

.fw {
    width: 100%;
}

.fh {
    height: 100vh;
}

.hw {
    width: 50%;
}

.flex-row-between {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.flex-row-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.flex-row-stretch {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex-column-start{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.flex-column-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.flex-column-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.uppercase {
    text-transform: uppercase;
}

.visalogo {
    width: 10vw;
}

.bplogo {
    width: 12vw;
}






.f1 {
    flex: 1;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover-a {
    background-image: url('../assets/portada.jpg');
}


.infinite {
    width: 80%;
    margin-right: 8vw;
}

.text-center {

    width: 100%;
    font-size: 1.5vw;
    font-family: 'Mont';
    text-align: center;
    color: var(--azul_bp);

}

.mx40 {
    max-width: 40vw;
}



.img_gallery_a{

    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

}

.img_gallery_b
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info_part_60 {
    height: 60vh;
    padding: 4vh 0;
    box-sizing: border-box;
}

.info_part_40 {

    height: 40vh;

}


.img_gallery_a {

    background-image: url('../assets/gallery1.jpg');

}

.img_gallery_b {

    background-image: url('../assets/gallery2.jpg');

}

.pad8 {
    padding: 8vh 0 0 0;
}

.pad5{
    padding: 5vh 0;
}

.pad2{
    padding: 2vh 0;
}

.pad1{
    padding: 1vh 0;
}

.item {
    width: 14vw;
    padding: 1vh 1vw;
    box-sizing: border-box;
}

.icon{
    width: 100%;
    height: auto;
    max-width: 6vw;
    max-height: 10vh;
}

.rounded {
    border: 2px solid var(--azul_bp);
    border-radius: 1.5vh;
    padding: 2vh;
}





/*CHECKBOX*/

.check {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    position: relative;
    min-height: 24px;
    padding-left: 34px;
    padding-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: var(--azul_bp);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    font-family: Mont;
    color: var(--azul_bp);
    line-height: 1;
    font-weight: 800;
    font-size: 1.5vw;

}

.check::before,
.check::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
}

.check::before {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #4a4a4f;
    background-color: transparent;
}

.check::after {
    top: 14px;
    left: 10px;
    opacity: 0;
}

.check a {
    color: var(--azul_bp);
}

.check>input[type=checkbox],
.check>input[type=radio] {
    display: none;
}

.check:has(input:checked)::before {
    background-color: var(--azul_visa);
    border-color: var(--azul_visa);
}

.check:has(input:checked)::after {
    opacity: 1;
}

.check:has(input[type=checkbox])::before {
    border-radius: 6px;
}

.check:has(input[type=checkbox])::after {
    width: 6px;
    height: 12px;
    transform: translateY(-60%) rotate(45deg);
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.check:has(input[type=radio])::before {
    border-radius: 50%;
}

.check:has(input[type=radio])::after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 8px;
}

.check:has(input:disabled) {
    opacity: 0.4;
    cursor: not-allowed;
}


.input_box{
    width: 40vw;
    padding: 1.5vh 2vw;
    border-radius: 2vh;
    border-top: solid 1vh var(--azul_visa);
    border-bottom: solid 1vh var(--azul_visa);
    border-left: solid 1.5vw var(--azul_visa);
    border-right: solid 1.5vw var(--azul_visa);
    background-color: var(--azul_visa);
    padding: 0;
    border-radius: 1vw;
    box-sizing: border-box;
    margin: 1vh 0;
}

input[type="text"]{
    width: 100%;
    height: auto;
    font-size: 2.5vh;
    background-color: var(--blanco);
    border:none;
    border-radius: 0.5vw;
    padding: 1.1vh;
    box-sizing: border-box;
}


button.btn{
    font-family: 'Mont';
    font-weight: 800;
    color: var(--blanco);
    background-color: var(--azul_visa);
    border: none;
    font-size: 3vh;
    border-radius: 1vh;
    padding: 2vh 2vw;
    cursor: pointer;
}

.footer_logos {
    width: 100%;
    max-width: 25vw;
    padding: 5vh 0 0 0;
}


@media (max-width: 950px) {

    .mdvh70{
        height: 70vh !important;
    }

    .flex-row-between.block {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 10vh 0 0 0;
    }

    .flex-row-between.block .info_part_60{
        width: 100vw;
    }

    .flex-row-between.block .mx40{
        width: 100vw;
        max-width: 100vw;
    }

    .text-center{

        width: 100%;
        font-size: 4.5vw;
        font-family: 'Mont';
        text-align: center;
        color: var(--azul_bp);

    }


    .header{
        height: 30vh;
    }

    h1 {
        font-family: Mont;
        color: var(--azul_bp);
        font-style: italic;
        text-align: center;
        font-size: 6.5vw;
        max-width: 70vw;
        padding: 0;
        margin: 0;
        line-height: 4vh;
    }

    .visalogo {
        width: 25vw
    }

    .bplogo {
        width: 25vw
    }

    .header.flex-column-center{
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .info_part_60{
        height: auto;
        padding: 0;
    }

    h2 {
        font-size: 10vw;
    }

    h3 {
        font-size: 6vw;
    }

    .info_part_40{
        height: 15vh;
    }

    .icon {
        max-width: 10vw;
        max-height: 10vh;
    }

    .item {
        width: 18vw;
        padding: 1vh 1vw;
        box-sizing: border-box;
    }

    h4 {
        font-size: 2vw;
    }

    p.pinfo{

        font-size: 3.9vw;
        width: 100%;
        padding-right:6vw;
        padding-left:6vw;
        box-sizing: border-box;
        width: 100%;

    }

    .rounded {
        margin: 0 5vw;
    }


    .check {
        font-size: 4.5vw;
    }

    .input_box {
        width: 90vw;
        padding: 1.5vh 2vw;
        border-radius: 2vh;
        padding: 0.5vh 3vw;
        border-radius: 3vw;
        box-sizing: border-box;
        margin: 1vh 0;
    }

    input[type="text"] {
        border-radius: 2.5vw;
    }

    button.terminos{
        font-size: 3.5vw;
    }
    
    button.btn {
        padding: 2vh 5vw;
    }

    .footer_logos {
        width: 100%;
        max-width: 50vw;
        padding: 5vh 0;
    }

    .infinite {
        width: 80%;
        margin-right: 30vw;
    }

    #modal #modal_container .modal_title {
        font-size: 6vw !important;
    }

    #modal #modal_container .modal_text {
        padding: 1vh 3vw;
        font-size: 4.5vw !important;
    }

}