@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%;
}
.img-slider{
    width: 35%;
}
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: 21px;
    padding: 10px 46% 0px 0px;
}
.titlteb1 small{
    font-family: 'Poppins-Regular';
    line-height: 2em; 
}
.decb1{
    font-family: 'Poppins-Regular';
    /* font-weight: bold; */
    font-size: 25px;
}
.btngrey{
    font-family: 'Poppins-Bold'; 
    background: #4A8976;
    color: #fff;
    padding: 13px 40px;
}
.btngrey:hover {
    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;
    margin: 0px 10px;
}
.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: 13px;
   overflow-wrap: break-word;
}
.iconb4{
    width: 70%;
}
.politicas{
    color: #11322b;
    font-family: 'Poppins-Regular'; 
}
.Full_Left{
    position: absolute;
    left: 0%;
    top: 50%;
    width: 65px;
    z-index: 9999;
}
.Full_Right{
   position: absolute;
    right:0%;
    top: 50%;
    width: 65px;
    z-index: 9999;
}

.arrowLeft{
    position: absolute;
    left: 2%;
    /*top: 50%;*/   
     margin-top: 60px;
    width: 45px;
    z-index: 9999;
}
.arrowRight{
   position: absolute;
    right:2%;
    /*top: 50%;*/
    margin-top: 60px;
    width: 45px;
    z-index: 9999;
}
.slider1{
    background: url('/img/POBOX_VOYMEX.png');
    height: 100vh;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
