.bg{
    background-color: #002469;
   font-family: "Montserrat";
}

.logo-max{
    width: 100%;
}

.center{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center2{
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center3{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center4{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.center-line{
    display: flex;
    align-items: center;
    justify-content: center;
}


.margin-bottom{
    margin-bottom: 15rem;
}

.margin-bottom2{
    margin-bottom: 5rem;
}

.linea{
    margin: 1rem;
    border-bottom: 2px solid #ffbd00;
    width: 80%;
}

.linea2{
    margin: 5rem 5rem 0rem 5rem;
    border-bottom: 6px solid #ffbd00;
    width: 70%;
    display: flex;
    align-items: center;
}
.linea3{
    margin: 1rem 5rem 5rem 5rem;
    border-bottom: 6px solid #ffbd00;
    width: 70%;
    display: flex;
    align-items: center;
}

.text-white{
    color: white;
}
.text-yellow{
    color: #ffbd00;
}

.text-blue{
    color: #002469;
}

.f300{
    font-weight: 200;
}
.light{
    font-weight: 200;
}
.f400{
    font-weight: 400;
}
.fsize1{
    font-size: xx-large;
}

.fsize2{
    font-size: 120px;
}
.fsize3{
    font-size: 90px;
}
.fsize4{
    font-size: 500%;
}
.fsize5{
    font-size: 350%;
}
.fsize6{
    font-size: 150px;
}
.fsize7{
    font-size: 190px;
}
.fsize8{
    font-size: 40px;
}
.bold{
    font-weight: bold;
}

.bolder{
    font-weight: bolder;
}
.title{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.title2{
    text-align: center;
}


.btn-custome{
    background-color: #1e3c7a;
    color: white;
    border: 8px solid #ffbd00;
    border-radius: 35px;
    width: 100%;
    font-size: 250%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-custome:hover{
    background-color: #1e3c7a;
    color: white;
    border: 10px solid #ffbd00;
    border-radius: 35px;
    max-width: 800%;
    font-size: 250%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.container {
    position: relative;
}
.corner-div {
    font-size: 70%;
    position: absolute;
    bottom: -82px;
    right: 288px;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    margin: 2px;
    border-radius: 30px;
    border: 5px solid #ffbd00;
    color: #002469;
    width: auto;
    height: auto;
}
.contador{
    font-size: 70%;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    margin: 2px;
    border-radius: 30px;
    border: 5px solid #ffbd00;
    color: #002469;
    width: auto;
    height: auto;
}

.no-decoration {
    text-decoration: none;
}

.card_custome{
    background-color: transparent;
    border-color: transparent;
}

.margin-inline-text{
    margin-bottom: -40px;
}
.margin-inline-text2{
    margin-bottom: -70px;
}
.margin-inline-text3{
    margin-bottom: -22px;
}
.margin-inline-text3{
    margin-bottom: -3px;
}

.margin-0{
    margin: -26px;
}

.margin-3{
    margin-top: 3rem;
    margin-left: 10px;
}
.custom-card {
    background-color: #2a4b8d; /* Fondo azul oscuro */
    padding: 20px;
    border-radius: 10px;
    color: white;
    position: relative;
    width: 50%;
}
.custom-card {
    background-color: #3b5ba9; /* Fondo azul intermedio */
    color: white;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    border-radius: 25px;
    padding: 10px;
    border-bottom: none;
    width: 85%;
}
.header{
    background-color: #3b5ba9;
    border: 6px solid #ffbd00;
    border-radius: 20px;
    padding: 15px;
}
.custom-card .form-group label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}
.custom-card .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 0;
    color: white;
}
.custom-card .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #ffc107; /* Color de borde en foco */
}

.enviar{
    border: solid 6px #ffbd00;
    border-radius: 15px;
    background-color: #002469;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.enviar:hover{
    border: solid 8px #ffbd00;
    border-radius: 15px;
    background-color: #002469;
    color: white;
    font-size: 2rem;
    font-weight: bolder;
}

.form-space{
    display: flex;
    justify-content: space-between;
}

.home{
    width: 30%;
}

.letras{
    width: 60%;
}

@media (max-width: 768px) {
    .home{
        width: 50%;
    }
    
    .btn-custome{
        background-color: #1e3c7a;
        color: #ffffff;
        border: 2px solid #ffbd00;
        border-radius: 35px;
        width: 60%;
        height: auto;
        font-size: 100%;
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn-custome:hover{
        background-color: #1e3c7a;
        color: white;
        border: 3px solid #ffbd00;
        border-radius: 35px;
        width: 60%;
        font-size: 100%;
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .corner-div {
        font-size: 80%;
        position: absolute;
        bottom: -55px;
        right: 100px;
        background-color: rgb(255, 255, 255);
        padding: 8px;
        margin: 2px;
        border-radius: 10px;
        border: 2px solid #ffbd00;
        color: #002469;
        width: auto;
        height: auto;
    }
    
    
    .fsize5{
        font-size: x-large;
    }
    .fsize4{
        font-size: xx-large;
    }
    .fsize8 {
        font-size: x-large;
    }
    .fsize2 {
        font-size: 240%;
    }

    .custom-card {
        background-color: #3b5ba9;
        color: white;
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
        border-radius: 25px;
        padding: 10px;
        border-bottom: none;
        width: 85%;
    }
    .margin-inline-text3 {
        margin-bottom: -11px;
    }
    .margin-inline-text {
        margin-bottom: -14px;
    }
    .enviar {
        border: solid 6px #ffbd00;
        border-radius: 15px;
        background-color: #002469;
        color: white;
        font-size: 1rem;
        font-weight: bold;
    }
 .enviar:hover{
        border: solid 7px #ffbd00;
        border-radius: 15px;
        background-color: #002469;
        color: white;
        font-size: 1rem;
        font-weight: bolder;
    }
    .linea2 {
        margin: 5rem 5rem 0rem 5rem;
        border-bottom: 2px solid #ffbd00;
        width: 70%;
        display: flex;
        align-items: center;
    }
    .linea3 {
        margin: 1rem 5rem 0rem 5rem;
        border-bottom: 2px solid #ffbd00;
        width: 70%;
        display: flex;
        align-items: center;
    }
    .contador {
        font-size: 70%;
        background-color: rgb(255, 255, 255);
        padding: 8px;
        margin: 2px;
        border-radius: 30px;
        border: 4px solid #ffbd00;
        color: #002469;
    }
}