@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean?styles=90072,90073,90075,90070,90065,90067,90063&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: justify;
}

:root {
  --blue: #192f50;
  --ligth_blue: #42a9e0;
  --white: #fff;
}

/*============================================SCROLLBAR=========================================*/

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}
/*============================================NAVBAR=========================================*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: var(--blue);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: var(--white);
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#main {
  display: flex;
  align-items: end;
  transition: margin-left 0.5s;
  padding: 16px;
  position: fixed;
  background-color: var(--white);
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 4;
}
#main span {
  color: var(--blue);
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
/*======================inicio======================*/
.inicio {
  display: flex;
  width: 100%;
  height: 100vh;
}
.logo_asodatos1 {
  position: fixed;
  justify-content: end;
  width: 100%;
  height: auto;
  background-color: var(--white);
  z-index: 3;
}
.logo_asodatos1 img {
  float: right;
  width: 8rem;
  height: auto;
  margin: 15px;
}
.inicio_column_1 {
  width: 60%;
  padding-left: 68px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.inicio_column_1 .Titulo_1 h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0.09em;
  word-spacing: 0.09em;
}
.inicio_column_1 .Titulo_1 h5 {
  font-weight: 600;
  font-size: 1.8rem;
}
.inicio_column_2 {
  width: 40%;
  height: 100vh;
  align-items: center;
  justify-content: start;
  display: flex;
}
.inicio_column_2 img {
  height: 95%;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
  z-index: 3;
}

.cards {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
}

.card_1 {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.8);
  margin: 10px;
  width: 10rem;
  aspect-ratio: 1/1;
  border: none;
  text-align: center;
}
.card_1 a {
  text-decoration: none;
  color: var(--blue);
}
.card_1:hover {
  box-shadow: none;
}
.card_1 img {
  width: auto;
  height: 50%;
  margin-bottom: 15px;
}
.card_1 h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  text-align: center;
}
.descubre {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.descubre_1 {
  display: flex;
}
.descubre_1 h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0.09em;
  word-spacing: 0.09em;
}
.btn-financiate {
  cursor: pointer;
  color: #fff;
  box-shadow: 0px 0px 31px 2px rgba(237, 30, 121, 1);
  background: linear-gradient(
    90deg,
    rgba(237, 30, 121, 1) 0%,
    rgba(1, 104, 109, 1) 100%
  );
  padding: 10px 30px;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  height: 80px;
  display: flex;
  align-items: center;
}
.btn-financiate img {
  height: 80%;
}
.btn-financiate:hover {
  box-shadow: none;
}
.btn:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
/*======================nosotros======================*/
.nosotros {
  display: flex;
  padding-left: 3rem;
  margin-top: 50px;
}
.nosotros_column_1 {
  width: 40%;
  align-items: start;
  justify-content: center;
  display: flex;
}
.nosotros_column_1 img {
  width: 90%;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
  position: sticky;
  top: 80px;
  display: inline-block;
  z-index: 3;
}
.nosotros_column_2 {
  width: 60%;
  margin-right: 2rem;
  padding-right: 4rem;
}
.nosotros_column_2 .descripcion h2 {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.nosotros_column_2 .descripcion p {
  font-size: 18px;
  text-align: justify;
}
.creacion,
.crecimiento,
.nuevas_alianzas,
.financiate,
.que_nos_espera {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.card_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.8);
  margin: 10px;
  width: 200px;
  aspect-ratio: 1/1;
  border: none;
  text-align: center;
}
.card_2 h1 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 0.8;
  text-align: center;
  color: var(--ligth_blue);
}
.card_2 h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-align: center;
}
.historia {
  margin-top: 50px;
}
.historia_descripcion {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.historia_descripcion_1 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  width: 100%;
  height: auto;
  padding: 1rem;
  height: auto;
  align-items: center;
}
.historia_descripcion_1:hover {
  background-color: var(--blue);
  color: white;
}
.historia_descripcion_1:hover .material-icon {
  color: white;
}
.historia_texto {
  align-content: center;
}

.historia_texto p {
  font-size: 0.8rem;
  margin-bottom: 0;
  align-self: center;
  justify-content: center;
  padding: 8px;
  letter-spacing: -0.01em;
  word-spacing: -0.05em;
}

.material-icon {
  color: var(--blue);
  height: 10%;
  aspect-ratio: 1/1;
  font-family: "Material Icons Outlined";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-icon .material-icons-outlined {
  font-size: 3em;
}
.historia_descripcion hr {
  height: 2px;
  width: 70%;
  background-color: var(--blue);
  margin: 0;
  padding: 0;
  color: var(--blue);
}
/*======================servicios======================*/
.Servicios {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0 50px 0;
}
.Servicios h2 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 20px 70px;
  justify-content: center;
  padding-left: 3rem;
}
.servicios_card {
  display: flex;
  width: 90%;
  align-self: center;
  justify-content: center;
  padding-left: 4rem;
}
.card_3 {
  display: flex;
  text-align: center;
  width: 50%;
  padding: 20px;
  margin: 30px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.8);
}
.card_3 h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-align: center;
}
.servicios-boton {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.servicios-boton:hover .conoce-mas {
  color: var(--ligth_blue);
}
.servicios-boton:hover {
  color: var(--ligth_blue);
}
.conoce-mas {
  background: none;
  border: none;
}
.servicios-icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.servicios-boton .material-symbols-outlined {
  font-size: 2em;
}
.servicios-boton a {
  text-decoration: none;
  color: var(--blue);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.servicios-icon .material-symbols-outlined {
  font-size: 4em;
}
.clientes {
  width: 100%;
  padding-left: 3rem;
}

.clientes h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 20px 70px;
}
.colocar {
  color: var(--white);
}
.content-wrapper {
  height: 100%;
  width: 100%;
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}

h1 {
  margin-bottom: calc(0.7rem + 0.5vmin);
  font-size: calc(2.3rem + 1vmin);
}

.wrapper-for-arrows {
  position: relative;
  width: 50%;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.review-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(2rem + 1vmin);
  width: 100%;
}

#imgDiv {
  border-radius: 50%;
  width: calc(6rem + 4vmin);
  height: calc(6rem + 4vmin);
  position: relative;
  box-shadow: 5px -3px rgb(79, 143, 226);
  background-size: cover;
  margin-bottom: calc(0.7rem + 0.5vmin);
}

#personName {
  margin-bottom: calc(0.7rem + 0.5vmin);
  font-size: calc(1rem + 0.5vmin);
  letter-spacing: calc(0.1rem + 0.1vmin);
  font-weight: bold;
}

#profession {
  font-size: calc(0.8rem + 0.3vmin);
  margin-bottom: calc(0.7rem + 0.5vmin);
  color: rgb(79, 143, 226);
}

#description {
  font-size: calc(0.8rem + 0.3vmin);
  width: 70%;
  max-width: 40rem;
  text-align: center;
  margin-bottom: calc(1.4rem + 1vmin);
  color: rgb(92, 92, 92);
}

.arrow-wrap {
  position: absolute;
  top: 50%;
}

.arrow {
  width: calc(1.4rem + 0.6vmin);
  height: calc(1.4rem + 0.6vmin);
  border: solid rgb(79, 143, 226);
  border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
  cursor: pointer;
  transition: transform 0.3s;
}

.arrow:hover {
  transition: 0.3s;
  transform: scale(1.15);
}

.left-arrow-wrap {
  left: 5%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

/*============================================FOOTER=========================================*/
footer {
  background: var(--blue);
  padding-left: 3rem;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: var(--white);
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
}
footer h6 {
  color: var(--white);
  font-size: 20px;
}
footer hr {
  color: var(--white);
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo img {
  align-self: center;
  height: 50px;
  margin: 30px 0 10px 50px;
}
.footer-quick-links {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  padding-top: 3%;
}
.social-icons {
  display: flex;
  justify-content: space-between;
}
.footer-derechos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10% 0 10%;
}
.footer-datos {
  padding-right: 10px;
}
.footer-derechos p {
  color: var(--white);
  font-style: normal;
  font-size: 15px;
  font-weight: 100;
}
.footer-derechos a {
  text-decoration: none;

  color: var(--white);
  font-style: normal;
  font-size: 15px;
  font-weight: 100;
}

.modalDialog {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog h2 {
  font-size: 25px;
  margin: 10px;
  color: var(--blue);
}

.modalDialog p {
  font-size: 13px;
  font-style: normal;
  color: var(--blue);
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 75%;
  position: relative;
  margin: auto;
  padding: 5px 20px 13px 20px;
  background: #fff;

  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.close {
  color: var(--blue);
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/*============================================FORMS=========================================*/
.footer {
  background: var(--ligth_blue);
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.invitacion {
  width: 50%;
  height: 100%;
  align-items: center;
  padding: 3em 6em;
}
.invitacion .titulo-2 {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: start;
  color: var(--white);
}
.invitacion .text-2-1 {
  text-align: start;
}
.invitacion-3 {
  display: flex;
  align-items: center;
  height: 50px;
}
.contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
}

.contacto input {
  background-color: #fbfbfb;
  width: 500px;
  height: 40px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: none;
}

.contacto textarea {
  background-color: #fbfbfb;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: none;
  text-align: start;
}
.contacto label {
  display: block;
  float: center;
}
.enviar {
  cursor: pointer;
  color: var(--white);
  background: var(--blue);
  padding: 3px 25px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  border-radius: 50px;
  margin-top: 3%;
  border: none;
}
.enviar:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}

.aviso {
  font-size: 13px;
  color: var(--white);
}

::-webkit-input-placeholder {
  color: #a8a8a8;
}

::-webkit-textarea-placeholder {
  color: #a8a8a8;
}

.formulario input:focus {
  outline: 0;
  border: 1px solid var(--blue);
}

.formulario textarea:focus {
  outline: 0;
  border: 1px solid var(--ligth_blue);
}
/*============================================CONTACTO=========================================*/

.btn_redes:hover {
  transform: scale(1.1);
  box-shadow: var(--box-shadow-cyan);
}

.btn_redes {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  font-weight: 500;
  border-radius: 50%;
  cursor: pointer;
  color: var(--white);
  box-shadow: none;
  border-bottom: none;
  border: none;
  margin-right: 20px;
}

.btn_redes a {
  text-decoration: none;
  color: var(--white);
}
