.offcanvas-title {
  font-weight: 700;
  font-size: 40px;
}

/* Preloader */

.loader {
  transform: translateZ(1px);
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mainColorDark);
  clip-path: circle(150% at 100% 0);
  transition: clip-path 0.8s ease-in-out;
}

.accordion-button,
.accordion-body {
  padding: 1rem !important;
}

/* .loader:after {
  content: "$";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  background: #ffd700;
  color: #daa520;
  border: 4px double;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  animation: coin-flip 4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
} */

@keyframes coin-flip {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
}

.loader2 {
  clip-path: circle(0% at 100% 100%);
}

/* Buttons */

.btn-ingresar {
  border: 1px solid var(--mainColorPrimary);
  color: var(--mainColorPrimary);
  background: transparent;
  border-radius: 0.375rem;
  font-weight: 600;
  padding: 0 10px;
  text-decoration: none;
}

.btn-ingresar:hover {
  background-color: var(--mainColorPrimary);
  color: var(--mainColorLigth);
  transition: all 0.5s ease-in-out;
}

.btn-registrar {
  background-color: var(--mainColorSecondary);
  color: var(--mainColorLigth);
  border: 1px solid var(--mainColorSecondary);
  border-radius: 0.375rem;
  font-weight: 600;
  padding: 0 10px;
  text-decoration: none;
}

.btn-registrar:hover {
  color: var(--mainColorSecondary);
  background: transparent;
  transition: all 0.5s ease-in-out;
}

.btn-operacion {
  position: relative;
  display: inline-block;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  height: auto;
}

.btn-operacion .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--mainColorPrimary);
  border-radius: 1.625rem;
}

.btn-operacion .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn-operacion .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-operacion .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.btn-operacion .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 8px;
  left: 0;
  right: 8px;
  bottom: 8px;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: var(--mainColorPrimary);
  font-weight: 700;
  text-align: center;
  border: solid 1px var(--mainColorPrimary);
  border-left: none;
  border-top-right-radius: 1.625rem;
  border-bottom-right-radius: 1.625rem;
}

.btn-operacion:hover .circle {
  width: 100%;
}

.btn-operacion:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.btn-operacion:hover .button-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--mainColorPrimary, #a47c68);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--mainColorPrimary, #a47c68);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--mainColorPrimary, #a47c68);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.header-grip {
  display: grid;
  place-items: center;
  min-height: 92vh;
  background-image: url("assets/img/background/blog-three-bg.png");
  background-repeat: no-repeat;
}

.header-grip-error {
  display: grid;
  place-items: center;
  min-height: 70vh;
}

.header-content {
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.banner {
  position: relative;
  width: 100% !important;
  top: 10px;
  z-index: 0;
}

.body-calculator {
  border-radius: 20px;
  padding: 1rem;
  position: relative;
  background: #ffffff;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.body-calculator::before {
  content: "";
  position: absolute;
  width: 100px;
  background-image: linear-gradient(180deg,
      var(--mainColorSecondary),
      var(--mainColorPrimary));
  height: 200%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.body-calculator::after {
  content: "";
  position: absolute;
  background: #ffffff;
  inset: 4px;
  border-radius: 15px;
}

.tipo-cambio {
  justify-content: space-between;
  display: flex;
}

.tc-compra {
  background: var(--mainColorSecondary);
  color: var(--mainColorLigth);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  padding: 2px;
  padding-left: 5px;
  border: 2px solid var(--mainColorSecondary);
  z-index: 2;
}

.tc-venta {
  background: transparent;
  color: var(--mainColorSecondary);
  cursor: pointer;
  font-weight: 500;
  border: 2px solid var(--mainColorSecondary);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.tc-compra:hover,
.tc-venta:hover {
  color: var(--mainColorLigth);
  background: var(--mainColorPrimary);
  border: 2px solid var(--mainColorPrimary);
  transition: all 0.5s ease-in-out;
}

.prueba {
  min-height: 45px;
  border-color: #b3c2cc;
}

.exchange {
  background-color: var(--mainColorSecondary);
  color: var(--mainColorLigth);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  bottom: 2.7rem;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
}

.exchange:hover {
  background-color: var(--mainColorPrimary);
}

.tools {
  display: flex;
  align-items: center;
  padding: 9px;
  z-index: 2;
}

.circle {
  padding: 0 4px;
}

.box {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}

.btn-icon {
  border: 1px solid var(--mainColorSecondary);
  color: var(--mainColorSecondary);
  border-radius: 50%;
  padding: 1px 4px 1px 4px;
  font-size: 9px;
  position: relative;
  bottom: 5px;
}

.btn-icon:hover {
  color: #fff;
  border: 1px solid var(--mainColorSecondary);
  background: var(--mainColorSecondary);
}

.btn-whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9995;
}

.btn-whatsapp:before,
.btn-whatsapp:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 45px;
  height: 45px;
  background-color: #00e676;
  opacity: 0;
  border-radius: 50%;
  animation: ondas 1.7s infinite;
}

.btn-whatsapp:before {
  animation-delay: 1s;
}

.btn-whatsapp img {
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
}

@keyframes ondas {
  0% {
    transform: scale(1);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.redes-sociales {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background-color: var(--mainColorDark);
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.redes-sociales i {
  color: var(--mainColorLigth);
}

.redes-sociales span {
  width: 0px;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
  margin-left: 5px;
  color: var(--mainColorLigth);
}

.navbar .show .redes-sociales i,
.social-networks-container .redes-sociales i {
  padding-left: 5px;
}

.navbar .show .redes-sociales:hover,
.social-networks-container .redes-sociales:hover {
  width: 120px;
  border-radius: 5px;
}

.navbar-nav .redes-sociales:hover span,
.social-networks-container .redes-sociales:hover span {
  padding: 2px;
  width: 80px;
}

.redes-sociales.facebook:hover {
  background-color: #2753a7;
}

.redes-sociales.whatsapp:hover {
  background-color: #00e676;
}

.redes-sociales.instagram:hover {
  background-image: linear-gradient(145deg, #833AB4 10%, #C13584 100%, #5B51D8 0%);
}

.redes-sociales.telegram:hover {
  background-color: #2389e9;
}

.navbar-nav .redes-sociales:hover {
  border-radius: 50%;
}

.four_zero_four_bg {
  background-image: url(/assets/img/eror404.gif);
  height: 400px;
  background-position: center;
}

.centrar {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

@media (min-width: 690px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 40% !important;
  }
}

.link_404 {
  display: flex;
  text-decoration: none;
}

.four_zero_four_bg h1 {
  font-size: 80px;
  font-weight: 700;
}

.link_404 .box {
  width: 35px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all .8s;
  position: relative;
  background: var(--mainColorSecondary);
  overflow: hidden;
  border-radius: 0%;
}

.link_404 .box:before {
  content: "R";
  position: absolute;
  top: 0;
  background: var(--mainColorPrimary);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform .4s;
}

.link_404 .box:nth-child(2)::before {
  transform: translateY(-100%);
  content: 'E';
}

.link_404 .box:nth-child(3)::before {
  content: 'G';
}

.link_404 .box:nth-child(4)::before {
  transform: translateY(-100%);
  content: 'R';
}

.link_404 .box:nth-child(5)::before {
  content: 'E';
}

.link_404 .box:nth-child(6)::before {
  transform: translateY(-100%);
  content: 'S';
}

.link_404 .box:nth-child(7)::before {
  content: 'A';
}

.link_404 .box:nth-child(8)::before {
  transform: translateY(-100%);
  content: 'R';
}

.link_404:hover .box:before {
  transform: translateY(0);
}

.link-operation {
  text-decoration: none;
  color: var(--mainColorSecondary);
  background: transparent;
  border: none;
  position: relative;
  transition: .5s ease;
}

.link-operation::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--mainColorPrimary);
  transition: .5s ease;
}

.link-operation:hover {
  color: #fff;
  transition-delay: .5s;
}

.link-operation:hover::before {
  width: 100%;
}

.link-operation::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: var(--mainColorPrimary);
  transition: .4s ease;
  z-index: -1;
}

.link-operation:hover::after {
  height: 100%;
  transition-delay: 0.4s;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

.pxp-page-image-hero {
  background-color: #e6f0f9;
  height: 460px;
  position: relative;
  bottom: 90px;
  opacity: 50%;
}

.pxp-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pxp-hero-opacity {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.pxp-page-image-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 2;
}

.pxp-page-image-hero h1 {
  font-weight: 700;
  font-size: 58px;
  letter-spacing: -2px;
  color: #fff;
}

.pxp-page-image-hero p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

body {
  font-family: 'Century Gothic', sans-serif;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}

.button-empezar button {
  background-color: var(--mainColorPrimary); /* Color de fondo */
  color: white; /* Color del texto */
  border: none; /* Sin borde */
  padding: 15px 32px; /* Relleno */
  text-align: center; /* Alineación del texto */
  text-decoration: none; /* Sin subrayado */
  display: inline-block; /* Mostrar en línea */
  font-size: 16px; /* Tamaño de la fuente */
  margin: 4px 2px; /* Margen */
  cursor: pointer; /* Cursor al pasar por encima */
  border-radius: 15px; /* Bordes redondeados */
}

.button-empezar button:hover {
  background-color: var(--mainColorSecondary); /* Color de fondo al pasar el cursor */
}









.containerlogin {
  display: flex;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}

.left {
  background-color: #e8f1fc;
  padding: 190px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.left p {
  font-size: 18px;
  color: #333;
}

.right {
  padding: 40px;
  width: 400px;
}

.right h2 {
  color: #ff6f00;
  font-size: 28px;
  margin-bottom: 20px;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn {
  width: 100%;
  padding: 12px;
  border: none;
  background-color: #ff6f00;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  background-color: #e65c00;
}

.links {
  margin-top: 20px;
  text-align: center;
}

.links a {
  color: #ff6f00;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.social-login {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.social-btn {
  width: 48%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}

.google {
  background-color: #db4437;
}

.social-btn:hover {
  opacity: 0.9;
}
