
.caja-envios   {    	width:100%;
font-family:  Helvetica, Arial, sans-serif;
font-weight:300;
text-align:center;
line-height:33px; 	font-size:33px;
 margin-top:20px;
}
.letrachica{    font-size: 11px;
color:#554;
}
.caja-envios   h3{    	width:100%;
font-family:  Helvetica, Arial, sans-serif;
font-weight:300;
text-align:center;
line-height:33px; 	font-size:33px;
 margin-top:20px;
color:#ccc;
}
.btn_envio {
    background: #e5aa4f;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    border: 2px solid #e5aa4f;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    border-radius: -0.8rem;
}
.btn_envio:hover, .btn_envio:focus{
   background: #eee;
   padding: 1rem 2rem;
   color: #333;
   font-weight: 600;
   border: 2px solid #eee;
   display: inline-block;
   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   cursor: pointer;    border-radius: 0.2rem;

}
