@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.ttf') format('truetype');
}
.img-home{
    width: 100%;
}
form{
    width: 100%;
    background: rgb(225, 225, 225,.7);
}
.divicion{
    width: 100%;;
}
input{
    width: 100%;
    background: #fff;
    color: black;
    border: none;
    margin-bottom: 5px;
    height: 35px;
    padding: 5px;
    font-family: 'Poppins-Regular';
}
.card{
    border-color: #F6CA48;
}
.titlteb1{
    font-family: 'Poppins-Bold';
    font-size: 45px;
}
.decb1{
    font-family: 'Poppins-Regular';
    /* font-weight: bold; */
    font-size: 25px;
}
.btngrey{
    font-family: 'Poppins-Bold'; 
    background: #4A8976;
    color: #fff;
    padding: 13px 40px;
}
.titleform{
    font-family: 'Poppins-Bold';
    font-size: 30px;
}
.descform{
    font-family: 'Poppins-Regular';
    font-weight: 600;
}
.titlecarb2{
    color: #4A8976;
    font-family: 'Poppins-Bold';
    text-align: center;
    font-size: 20px;
}
.titleb2{
    font-family: 'Poppins-Bold';
    font-size: 33px;
    
}
.desccard{
    font-family: 'Poppins-Regular';
    font-weight: 600;
    text-align: center;
}
.card{
    height: 200px;
}
.titleb3{
    color: white;
    font-family: 'Poppins-Bold';
    padding: 20px 66px;
    font-size: 30px;
}
.btnyelow{
    background: #F6CA48;
    color: #11322b;
    font-family: 'Poppins-Bold';
    padding: 10px 20px;
}
.brb3{
    border: solid #F6CA48 1px;
    border-left: 0; 
    border-right: 0;
}
.nbb{
    border-bottom: 0;
}
.list{
    font-family: 'Poppins-Bold';
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 23px;
}
.copy{
    color: #fff;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    text-align: center;
}
.iconosf{
    font-size: 50px;
    color: white;
}
.terminos{
    color: white;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    text-align: center;
}
.tb4{
    color: #11322b;
    font-family: 'Poppins-Bold';
   font-size: 30px;
}
.descb4{
    color: #11322b;
    font-family: 'Poppins-Regular';
   font-size: 18px;
   overflow-wrap: break-word;
}
.iconb4{
    width: 70%;
}
.politicas{
    color: #11322b;
    font-family: 'Poppins-Regular'; 
}