/* Extraído de views/landing-credito.html. Al editar este archivo hay que subir el ?v= del enlace en la plantilla,
   si no Cloudflare y el navegador siguen sirviendo la versión anterior (caché de 1 año). */

  .width300 {
    width: 140px;
    background-color: #425aad21;
    border-radius: 50%;
    height: 140px;
    text-align: center;
    font-size: 13px;
	}
  .divMySwiper {
    position: absolute;
    bottom: 0;
  }
  .page-header {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0 20px;
  }
  .contenthpae {
    font-size: 11px;
    text-align: justify;
  }
  .formdg {
    background-color: #fff;
    padding: 35px 30px;
  }
  .formdg h3 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .formdg span {
    color: red;
  }
  .formdg p {
    text-align: center;
    margin-bottom: 30px;
  }
  .formdg small {
    display: block;
    margin-top: 10px;
  }
  .sethj {
    font-size: 11px;
    text-align: center;
    margin: 0px 0 20px;
  }
  .fa {
    margin-left: -12px;
    margin-right: 8px;
  }
  .inactive {
    display: none;
  }
  .slidemoghi{
    width: 230px;
  }
  .iconCatMudi_3D {
		top: 5px; 
		right: 1%; 
		width: 40px; 
		height: 40px;
		cursor: pointer;
		position: absolute;
		z-index: 2;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
		border-radius: 20px;
		transition: transform 0.3s ease-in-out;
	}
	.iconCatMudi_3D:hover {
		transform: scale(1.2); /* Aumenta el tamaño en un 20% */
	}
  @media (max-width: 768px) {
    .slidemoghi{
      width: 200px;
    }
    .formdg {
      padding: 30px 10px 10px;
    }

    .formdg p {
      font-size: 11px;
    }

    .formdg h3 {
      font-size: 14px;
    }
  }
