
main {
    display: flex;
    flex-direction: row;
}

.divm1,.divm2{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.divm2{
    justify-content: center;
    gap: 10px;
}

.divm2 div{
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}
.imgdecor{
    position: absolute;
    right: 10px;
    margin-bottom: 50px;
}
.imgdecor2{
    position: absolute;
    height: 120px;
    right: 0px;
}
.contaijoj{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #333;
    font-size: 16px;
    align-items: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.divkbl{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reciba{
    font-size: 25px;
    font-weight: 600;
}
.divbotona button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background-color: #ffcd00;
    color: #333;
    font-size: 19px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;    ;
    border: 1px solid #ffcd00;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}
.ultimo{
    font-weight: 600;
    font-size: 18px;
}
.pagoo{
    font-size: 18px;
}
button:hover{
    opacity: 0.8;
}

.divccya{
    display: flex;
    align-items: center;
    gap: 10px;
}
/*
.divccya img{
    height: 20px;
} */
.divfootercontain{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerdiv1,.footerdiv2{
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 18px;
    gap: 10px;
    padding-left: 70px;
}

footer{
    max-width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    margin-top: 300px;
}
.divfootercontain{
    width: 80%;
    margin: 30px;
    margin-top: 800px;
}
.divccya div{
    padding: 3px;
    background-color: #fff;
    border: 1px solid;
}

 .containerfooter{
    background-color: #333333;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 150px;
    margin: 0;
    display: flex;
    z-index: 1000;
    justify-content: center;
}

.divlastfoot{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 15px;
}
.apaa{
    display: flex;
    color: #fff;
    gap: 30px;
}

.containerfooter{
    display: flex;
    padding: 25px 0px;
    width: 100%;
    gap: 50px;
    margin-bottom: 0;
}
.textapa{
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: "Carterolight";
}
.textapa:hover{
    text-decoration: underline;
}

.lasttx{
    color: #b6b6b6;
} 

.aplp{
    height: 40px;
}
.metodos{
    height: 50px;
}

.divkamiyo{
    display: flex;
    align-items: center;
    background-color: #f5f6f8;
    width: 50%;
    border-radius: 7px;
    margin-bottom: 5px;
}
.lkamayo{
    height: 90px;
}
.cofii{
    color: #002e6d;
    font-weight: 600;
}
.pakete{
    color: #666;
    font-size: 15px;
}
.mainccs{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-top: 20px;
}
.taman{
    color: #002e6d;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    height: 40px;
    width: 50%;
    border-radius: 12px;
    padding: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 5px;
}
.formcc{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ditay{
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #f5f6f8;
    width: 50%;
    padding: 4px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.divditi{
    font-size: 18px;
    font-weight: 600;
    color: #002e6d;
}
.hadidivdialinput{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px;
}
.miaaaa{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
    position: absolute;
    background-color: #f5f5f5;
}
.hadidivdialinput label{
    color: #002e6d;
    font-weight: 600;
    font-size: 14px;
}
.inpussy{
    height: 35px;
    width: 50%;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
}
select{
    width: 25%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    cursor: pointer;
}
.divbtnsu{
    display: flex;
    align-items: center;
    width:50%;
    justify-content: center;
    margin-bottom: 30px;
}
.subb{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 200px;
    justify-content: center;
    height: 40px;
    background-color: #ffcd00;
    border: none;
    border-radius: 10px;
    color: #002e6d;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.mainwoho{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
#miaowoho{

}
.svii{
    height: 100px;
}
.divioo{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #002e6d;
    font-weight: 600;
}
.fofomoil{
    display: none;
}

#divlooo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
#tamansms{
    font-size: 12px;
    background-color: #fff;
    margin: 0;
}
.miaaasms{
    margin-top: 30px;
    padding: 10px;
}
.lfrigo{
    color: #333;
    font-size: 17px;
}