header{
    padding: 20px 0px;
}

.banners{
    background-image: url("../images/banner.png");
    height: 500px;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .banners{
        background-position: -280px 0px;
    }
}

#calculator{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    border-radius: 20px;
    background-color: #ffffffd9;
}
#precio_and_change div{
    width: 50%;
    text-align: center;
}
#precio_and_change div span{
    text-transform: uppercase;
    font-weight: 600;
    
}
.borde-left-line{
    border-left: solid 2px orange;
}
#calculator label{
    text-align: end;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
}


.orange{
    width: 100%;
    background-color: #0D6EFD;
    border-radius: 0px 0px 30px 30px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.orange h6{
    color: #EEEEEE;
}

.col2{
    display: flex;
    flex-direction: column;
    width: 50%;
    max-height: 396px;
    justify-content: center;
    align-items: center;
}
.step_by_step{
    background-color: #EEEEEE;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.step_by_step h1{
    font-size: 22px;
    margin-bottom: 50px;
}

.how-step{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.icono-step{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: solid 3px #b9b9b9;
}

.step{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 40px;
}

.step p{
    text-align: center;
}

.step_by_step h4{
    text-transform: uppercase;
    font-size: 16px;
}
.box_blue{
    display: flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background-color: #103BFF;
    border-radius: 25px;
}

.col1{
    color: white;
    padding: 20px 0px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col1 img{
    width: 40px;
}

.col1 ul{
    padding: 0px;
    margin: 0px;
}

.col1 ul li{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.col1 ul li img{
    margin-right: 10px;
}


.col1 ul li p{
    font-size: small;
}


footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

footer li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-right: 10px;
}

footer a{
    text-decoration: none;
    color: darkslategray;
}
footer a:hover{
    text-decoration: underline;
}
footer{
    padding: 50px 0px;
}
.btn_compartir{
    position: absolute;
    left: 80px;
    bottom: 60px;
    background-color: #006eff;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 600px) {
    .col1{
        padding: 20px 50px 20px 50px;
    }
    .text-contacto{
        text-align: center;
        margin-top: 50px;
    }

    .how-step {
        flex-direction: column;
    }

    .orange {
        flex-direction: column;
    }

    .col2{
        display: none;
    }
    .btn_compartir {
        left: calc(50% - 76px);
        bottom: 470px;
                display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
  }



body{
    height: 100vh;
}
.card {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.card h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.card .price {
    font-size: 16px;
    font-weight: bold;
    color: #157efb;
    margin-bottom: 15px;
}

.swap-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.swap-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    width: 130px;
    box-shadow: 3px 2px 9px 0px rgb(0 0 0 / 55%);
}

.swap-box select {
    width: 100%;
    font-size: 14px;
    padding: 4px;
    border-radius: 5px;
}

.swap-label {
    font-size: 13px;
    color: #157efb;
    margin-top: 5px;
}

.icon {
    margin-top: 5px;
    height: 40px;
}

.icon svg {
    width: 40px;
    height: 40px;
}

.icon-text {
    font-size: 34px;
    font-weight: bold;
    color: #333;
}

.exchange-icon {
    font-size: 20px;
    padding: 0 10px;
}

.input-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 10px;
}

.input-row input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    width: 118px;
}

.receive {
    text-align: right;
    font-size: 14px;
    color: #888;
    min-width: 100px;
}

.receive strong {
    color: #919191;
    font-size: 22px;
    margin-top: 17px;
    display: block;
}

.btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.btn-blue {
    background: #157efb;
    color: white;
}

.btn-teal {
    background: #157efb;
    color: white;
}
.btn-teal:hover {
    background: #157efb;
    color: white;
}
.btndescargar{
    display: block;
    font-size: 15px;
    color: white;
    padding: 0px;
    margin: 0px;
    margin-top: -31px;
    background: #01dacd;
    padding: 11px;
    display: block;
    text-align: center;
    border-radius: 9px;
    font-weight: 600;
    text-decoration: none;
}