.container_cambio {
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.button-container {
    display: flex;
    /*justify-content: center;*/
	justify-content: space-between;
    margin-bottom: 15px;
}

.rate-button {
    background-color: white;/*#007BFF;*/
    color: #5B7384;
    border: none;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    margin: 0 5px;
    font-size: 11px;
}

.rate-button.active {
    background-color: #0056b3;
	color: white;
}

.calculo_tip{
    position: relative;
}

.floating-button-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.form-container {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 80px;
    background-color: white;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 300px; /* Ancho del formulario */
}

.input-group {
    margin-bottom: 15px;
    position: relative;
    text-align: left; /* Alinear el texto a la izquierda */
	border: 1px solid #ccc;
	border-radius: 5px;

}

.label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
	font-size:10px;
    height: 10px;
}

.text_label{
    font-size:10px;
    margin:0px;
    height: 10px;
}

.input-with-label {
    display: flex;
    align-items: center;
	padding-left: 10px;
}

.flag_1 {
	height:16px;
	width: 26px;
	padding-left: 5px;
	padding-right:5px;
	border-radius: 7px;
}

.flag_2 {
	height:16px;
	width: 26px;
	padding-left: 5px;
	padding-right:5px;
	border-radius: 7px;
}

.amount {
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    border: none; /*Elimina el border de input*/
	font-size:24px;
	font-weight: bold;
	height:10px;
}

.convertedAmount {
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    border: none; /*Elimina el border de input*/
	font-size:24px;
	font-weight: bold;
	height:10px;
}

.currency-label {
    margin-left: 10px;
    font-weight: bold;
	color: #3D4E5A;
}

.btn_ini {
    background-color: rgb(255 199 0);
    color: rgb(2 44 67);
    width: 70%;
	height:40px;
	border-radius: 10px;
	border:none;
	font-weight:bold;
	font-size:16px;
    text-decoration: none;
    cursor: pointer;
}

/*COLOR FONDO BANNER*/

.primera{
    background: #EDDD53;
    background: linear-gradient(90deg,rgba(237, 221, 83, 1) 0%, rgba(116, 214, 157, 1) 50%, rgba(0, 176, 240, 1) 100%) !important;
}

/*TIPO DE CAMBIO BANNER*/

.boton_calc {
    font-weight: 100;
    font-size: 43px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    transition: .2s;
    opacity:1 !important;
    background-color: #0056b3;
    border:none;

}

.boton_calc span{
    display: table; 
    height:25px;
}

.boton_calc i{
    font-size:16px; 
    padding-left:8px;
    padding-top: 40%; 
    display:table-cell; 
    vertical-align: middle;
}

.tipoc_caja {
    margin: 0 10px;
    width: 38%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    border-radius: 15px;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    background-color: rgb(230, 229, 229);
    height: 30px;
}

.boton_mod{
    padding: 10px 20px;
    background-color: rgb(230, 229, 229);
    color: #000;
    border:none;
    position: relative;
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    width: 60px;
}

.boton_mod::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px; /* Ajusta la distancia de la punta */
    width: 0;
    height: 0;
    border-left: 18px solid rgb(230, 229, 229); /* Color de la punta */
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }

.b_active{
    background-color: #00B0F0 !important;
    color: #fff;
}

.b_active::after {
    border-left: 18px solid #00B0F0 !important; /* Color de la punta */
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }

.cuota_aprox{
    color:#0056b3;
    font-weight: bold;
}

.tipoc_monto {
    font-size: 30px;
    color: #0056b3;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0056b3;
}

.tipoc_valor {
    font-size: 10px;
    color: #02152B;
}

/*CSS BANNER*/

.tipoc_parrafo{
    width: 920px !important; 
    background: transparent !important;
    font-family: 'Myriad Pro','Arial', sans-serif;   
    font-weight: bold; font-size: 50px !important; 
    color: #00B0F0; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    padding: 20px; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00B0F0;
}

.tipoc_text{
    width:720px !important; 
    font-size: 30px !important; 
    font-weight: bold !important; 
    line-height: 2; 
    padding-left: 30px; 
    letter-spacing: 4px;
    color: white;
}

.tipoc_textr{
    border-radius: 10px; 
    background:#FE009C; 
    color: white; 
    padding:4px;
    letter-spacing: 2px; 
}

.banner-cambio{
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}

.banner-cambio p{
    color: #0056b3;
    font-size:20px !important;
    text-align: center;
    font-weight: bold;
}
.span_title{
    font-size:20px !important;
    font-weight: bold;
    -webkit-text-stroke-width: 1px !important;
}

.banner-cambio input{
    background-color: white;
}

.transferencias_rapidas{
    border: 2px solid #5e5e5fb0;
    border-radius: 5px;
}
.step-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    /* Amarillo de Bootstrap */
    border: 2px solid #ffc107;
    background-color: #ffc107;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-text span {
    font-weight: bold;
    color: #ffc107;
    /* Amarillo de Bootstrap */
}

.step-text {
    font-weight: bold;
   font-size: 1.1rem;
}

.right-image img {
    max-width: 40%;
    height: auto;
}

/* Ajuste para iconos de Font Awesome */
.icon {
    font-size: 4.5rem;
    /* Tamaño del ícono */
    color: #000;
}

.title-text {
    color: #4a90e2;
    font-weight: bold;
}

.lead{
    font-weight: bold;
}

.info-box {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.info-box.show {
    opacity: 1;
    transform: translateY(0);
}

.box-yellow {
    background-color: #f1dea4;
    color:gray;
    /* Amarillo de Bootstrap */
}

.box-blue {
    background-color: #bbdefb;
    color:gray;
    /* Azul claro */
}

/* Ajustes para el cuadro de Digitalización en móvil */
@media (max-width: 767.98px) {
    .digitalizacion-box {
        margin-top: 1rem;
    }
}


/*Inicio sección  Footer*/

footer h5 {
    font-family: 'Roboto', sans-serif;
    color: #04024A !important;
    font-weight: bolder;
    font-size:24px;
}
footer h6{
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: bold;
    font-size:24px;
    opacity: 1 !important;
  }

footer .nav-link {

    color: #04024A !important;
    
    
}

footer {
    background-color: #F0F32C !important;
    border-top: #000;
}

footer .call {
    width: 80%;
    text-align: left !important;
    padding-top: 30px;
}

.contactos_datos{
    text-align: center;
}

footer i {
    font-size: 25px;
    color: black;
    text-decoration: none;
}
footer p {
    color: black;
}

footer a {
    color: black;
}

footer span {
    font-size: 15px;
    color: black;
    text-align: justify;
}

footer img {
    width: 30%;
}

footer .mapa {
    text-align: center;
    margin-left: 60px;
    width: 80%;
}
footer small{
    font-size: 15px;
}

footer .horarios p{
    font-size: 15px;   
}
footer .f-nosotros{
    padding-left:10% !important;
}

footer .f-conoce{
    padding-left:10% !important;
}

footer .fa-whatsapp:hover{
    color: #25d366;
}

footer .fa-facebook:hover{
    color: #3b5998;
}

footer .fa-instagram:hover{
    color: #dd2a7b;
}

footer .fa-tiktok:hover{
    color: black;
}
footer .fa-linkedin:hover{
    color: #0077b5;
}
footer .fa-youtube:hover{
    color: red;
}

footer .lib_recl{
    width:20px !important;
}


/*Fin sección  Footer*/

.swap-circle {
    width: 50px;
    height: 50px;
    background-color: #FE009C;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-70%);
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.swap-circle:hover {
    background-color: #FE009C;
}

.rate-boton {
    background-color: white;/*#007BFF;*/
    color: #5B7384;
    border: none;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    margin: 0 5px;
    font-size: 11px;
}
.rate-boton.active {
    background-color: #00B0F0 ;
	color: white;
}

.btn_inib {
    background-color: #0056b3;
    color: white;
    width: 100%;
	height:70px;
    padding: 10px;
	border-radius: 10px;
	border:none;
    text-decoration: none;
    cursor: pointer;
}

.btn_inib:hover {
    background-color: #0056b3;
    color: white;
    width: 100%;
	height:70px;
    padding: 10px;
	border-radius: 10px;
	border:none;
    text-decoration: none;
    cursor: pointer;
}

.input-amount{
    margin-bottom: 15px;
    position: relative;
    text-align: left; /* Alinear el texto a la izquierda */
	border: 1px solid #ccc;
	border-radius: 5px;
    background-color: rgb(230, 229, 229);
}

.amount_imp {
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    border: none; /*Elimina el border de input*/
	font-size:24px;
	font-weight: bold;
	height:10px;
    background-color: rgb(230, 229, 229) !important;
}

.convertedAmount_imp {
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    border: none; /*Elimina el border de input*/
	font-size:24px;
	font-weight: bold;
	height:10px;
    background-color: rgb(230, 229, 229) !important;
}

.img_tc{
    width:40% ;
    padding: 10px;
}

/*modal*/

.myModal-head{
    background-color: #00B0F0 !important;
    font-size: 12px;
}

.btn-green{
    background-color: #00B0F0 !important;
}
