@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins: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");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.perfil__section {
  width: 100vw;
  display: block;
  padding: 80px 20px;
}
.perfil__section .perfil_header {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.perfil__section .perfil_header .imagen_header {
  width: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
}
.perfil__section .perfil_header .imagen_header img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.perfil__section .perfil_header .datos_perfil {
  width: 100%;
  display: flex;
  margin-top: -10px;
  padding: 30px 30px 50px;
  background: linear-gradient(90deg, rgba(19, 165, 56, 0.9) 0%, rgba(0, 54, 95, 0.9) 68.63%);
  border-radius: 0 0 16px 16px;
}
.perfil__section .perfil_header .datos_perfil .avatar {
  position: relative;
  max-width: 140px;
  margin-right: 40px;
  width: 100%;
  margin-top: -75px;
}
.perfil__section .perfil_header .datos_perfil .avatar img {
  border-radius: 100px;
}
.perfil__section .perfil_header .datos_perfil .avatar .edit {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.perfil__section .perfil_header .datos_perfil .nombre_user {
  display: flex;
  align-items: center;
}
.perfil__section .perfil_header .datos_perfil .nombre_user h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
}
.perfil__section .perfil_header .datos_perfil .nombre_user input {
  width: 310px;
  display: none;
  border-radius: 50px;
  padding: 24px;
  color: #9795b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  border: none;
}
.perfil__section .perfil_header .datos_perfil .nombre_user .edit {
  margin-left: 15px;
}
.perfil__section .perfil_header .datos_perfil .nombre_user .edit img {
  cursor: pointer;
}
.perfil__section .datos_personales {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  background-color: #00365f;
  border-radius: 16px;
  padding: 60px 30px 30px;
}
.perfil__section .datos_personales .textos {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.perfil__section .datos_personales .textos h3 {
  color: #e9e9e9;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.perfil__section .datos_personales .textos p {
  color: #6f87a7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.perfil__section .datos_personales .informacion_inputs {
  width: 100%;
  display: flex;
  align-items: center;
}
.perfil__section .datos_personales .informacion_inputs p {
  border-radius: 6px;
  padding: 10px 50px 10px 10px;
  margin-right: 15px;
  background: rgba(254, 253, 253, 0.05);
  color: rgba(254, 253, 253, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  background-image: url("../images/sesion/Icon.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.perfil__section .datos_personales .informacion_inputs #change {
  color: #1b72b8;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  background-image: url("../images/sesion/Black.svg");
  transition: 0.5s;
}
.perfil__section .datos_personales .informacion_inputs #change:hover {
  transition: 0.5s;
  color: #59c575;
  background-image: url("../images/sesion/green.svg");
}

.perfil_modal {
  display: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 54, 95, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  justify-content: center;
}
.perfil_modal .pm__cont {
  max-width: 460px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  text-align: center;
}
.perfil_modal .pm__cont .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.perfil_modal .pm__cont h5 {
  color: v #002541;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  margin-bottom: 30px;
}
.perfil_modal .pm__cont p {
  color: #646363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 30px 0;
}
.perfil_modal .pm__cont button {
  border-radius: 24px;
  background: #e7e6f2;
  color: #d4d2e3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  padding: 10px 40px;
  border: none;
  transition: 0.5s;
}
.perfil_modal .pm__cont button.activo {
  background-color: #00365f;
  color: #fff;
  transition: 0.5s;
}
.perfil_modal .pm__cont .img_perfil {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  max-width: 100%;
  transition: border 0.3s ease;
}

.pass_modal {
  display: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 54, 95, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  justify-content: center;
}
.pass_modal .password__cont {
  max-width: 460px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  text-align: center;
}
.pass_modal .password__cont .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.pass_modal .password__cont h4 {
  color: v #002541;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  margin-bottom: 30px;
}
.pass_modal .password__cont p {
  color: #646363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 30px 0;
}
.pass_modal .password__cont p a {
  color: #00365f;
  text-decoration: none;
}
.pass_modal .password__cont button {
  border-radius: 24px;
  background-color: #1B72B8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  padding: 10px 40px;
  border: none;
  transition: 0.5s;
  text-transform: uppercase;
  cursor: pointer;
}
.pass_modal .password__cont button:hover {
  background-color: #ebf6ff;
  color: #00365f;
  transition: 0.5s;
}
.pass_modal .password__cont .img_perfil {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  max-width: 100%;
  transition: border 0.3s ease;
}
.pass_modal .password__cont .cambio,
.pass_modal .password__cont .exitoso {
  display: none;
}
.pass_modal .password__cont form .password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pass_modal .password__cont form .password-wrapper input {
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: none;
  font-size: 14px;
  padding: 16px 12px;
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #f2f2f2;
  transition: 0.5s;
}
.pass_modal .password__cont form .password-wrapper input:focus {
  outline: none;
  border-bottom: 2px solid #59c575;
  transition: 0.5s;
}
.pass_modal .password__cont form .password-wrapper .toggle-password {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.pass_modal .password__cont form .password-wrapper .toggle-password img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 860px) {
  .perfil__section .perfil_header .datos_perfil .nombre_user h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 720px) {
  .perfil__section {
    padding: 30px 0;
  }
  .perfil__section .perfil_header {
    margin-bottom: 0;
  }
  .perfil__section .datos_personales {
    margin-top: -30px;
  }
  .perfil__section .datos_personales .informacion_inputs {
    flex-wrap: wrap;
  }
  .perfil__section .datos_personales .informacion_inputs p {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 620px) {
  .perfil__section .perfil_header .datos_perfil {
    flex-wrap: wrap;
  }
  .perfil__section .perfil_header .datos_perfil .nombre_user {
    width: 100%;
    margin-top: 30px;
  }
}/*# sourceMappingURL=perfil.css.map */