@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
}
body::-webkit-scrollbar {
  background: #fff;
  width: 6px;
}
body::-webkit-scrollbar-thumb {
  background: #ff7fae;
  border-radius: 5000px;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  overflow-x: hidden;
}

.top__header {
  width: 100%;
  height: 100px;
  z-index: 1000;
  position: fixed;
  background: #eff5fa;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  transition: 0.5s;
  top: -120px;
}
.top__header nav a {
  margin: 0 5px;
  padding: 3px 10px;
  background: transparent;
  color: #2f3541;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 15px;
}
.top__header nav a:hover {
  color: #fff;
  background: #ff7fae;
}
.logo_header {
  width: 108px;
  height: 60px;
  background-image: url("../imgs/new_u_a.svg");
  background-size: cover;
  background-position: center;
}
.homepage {
  width: 100%;
  height: 100vh;
  background: rgba(143, 183, 225, 1);
  position: relative;
}
.mainmenu {
  position: absolute;
  right: 2%;
  top: 5%;
  width: max-content;
  height: auto;
}
.enlace {
  text-decoration: none;
  color: inherit;
}
.menuelement {
  color: #dee6ed;
  margin: 0 4px;
  font-weight: 500;
  background: #8fb7e1;
  padding: 1px 10px;
  border-radius: 5000px;
  transition: 0.2s;
  font-size: 15px;
}
.menuelement:hover {
  color: #8fb7e1;
  background: #dee6ed;
}
.menuelement_active {
  color: #8fb7e1;
  background: #dee6ed;
}
.logobtncontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.logohomepage {
  width: 560px;
  height: 200px;
  /*
	background-image: url("../imgs/New U  web 200x300_NEW_U BLUE.png");
	background-size: cover;
	background-position: center;
*/
  position: relative;
}
#logoPrincipal {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #fff;
  stroke-width: 0.4px;
}
#logoPrincipal path {
  transition: ease 4s;
}
#logoPrincipal path:nth-of-type(1) {
  stroke-dasharray: 27.662569046020508;
  stroke-dashoffset: 27.662569046020508;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(2) {
  stroke-dasharray: 27.372594833374023;
  stroke-dashoffset: 27.372594833374023;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(3) {
  stroke-dasharray: 14.848236083984375;
  stroke-dashoffset: 14.848236083984375;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(4) {
  stroke-dasharray: 15.871212005615234;
  stroke-dashoffset: 15.871212005615234;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(5) {
  stroke-dasharray: 14.816720962524414;
  stroke-dashoffset: 14.816720962524414;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(6) {
  stroke-dasharray: 11.510196685791016;
  stroke-dashoffset: 11.510196685791016;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(7) {
  stroke-dasharray: 11.68679141998291;
  stroke-dashoffset: 11.686791419982918;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(8) {
  stroke-dasharray: 12.0068941116333;
  stroke-dashoffset: 12.0068941116333;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(9) {
  stroke-dasharray: 11.413355827331543;
  stroke-dashoffset: 11.413355827331543;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(10) {
  stroke-dasharray: 27.715394973754883;
  stroke-dashoffset: 27.715394973754883;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(11) {
  stroke-dasharray: 27.349180221557617;
  stroke-dashoffset: 27.349180221557617;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(12) {
  stroke-dasharray: 14.848249435424805;
  stroke-dashoffset: 14.848249435424805;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(13) {
  stroke-dasharray: 15.873629570007324;
  stroke-dashoffset: 15.873629570007324;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(14) {
  stroke-dasharray: 14.804032325744629;
  stroke-dashoffset: 14.804032325744629;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(15) {
  stroke-dasharray: 11.552589416503906;
  stroke-dashoffset: 11.552589416503906;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(16) {
  stroke-dasharray: 11.821052551269531;
  stroke-dashoffset: 11.821052551269531;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(17) {
  stroke-dasharray: 11.754688262939453;
  stroke-dashoffset: 11.754688262939453;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(18) {
  stroke-dasharray: 11.436668395996094;
  stroke-dashoffset: 11.436668395996094;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(19) {
  stroke-dasharray: 159.320556640625;
  stroke-dashoffset: 159.320556640625;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(20) {
  stroke-dasharray: 224.64517211914062;
  stroke-dashoffset: 224.64517211914062;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(21) {
  stroke-dasharray: 83.20150756835938;
  stroke-dashoffset: 83.20150756835938;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(22) {
  stroke-dasharray: 105.50106048583984;
  stroke-dashoffset: 105.50106048583984;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(23) {
  stroke-dasharray: 139.5021209716797;
  stroke-dashoffset: 139.5021209716797;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(24) {
  stroke-dasharray: 83.68423461914062;
  stroke-dashoffset: 83.68423461914062;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(25) {
  stroke-dasharray: 35.922515869140625;
  stroke-dashoffset: 35.922515869140625;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(26) {
  stroke-dasharray: 29.494815826416016;
  stroke-dashoffset: 29.494815826416016;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(27) {
  stroke-dasharray: 30.7908992767334;
  stroke-dashoffset: 30.7908992767334;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(28) {
  stroke-dasharray: 23.628686904907227;
  stroke-dashoffset: 23.628686904907227;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(29) {
  stroke-dasharray: 32.68018341064453;
  stroke-dashoffset: 32.68018341064453;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(30) {
  stroke-dasharray: 29.57278823852539;
  stroke-dashoffset: 29.57278823852539;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(31) {
  stroke-dasharray: 23.441804885864258;
  stroke-dashoffset: 23.441804885864258;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(32) {
  stroke-dasharray: 32.59511184692383;
  stroke-dashoffset: 32.59511184692383;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(33) {
  stroke-dasharray: 34.670528411865234;
  stroke-dashoffset: 34.670528411865234;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(34) {
  stroke-dasharray: 17.235013961791992;
  stroke-dashoffset: 17.235013961791992;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(35) {
  stroke-dasharray: 34.543025970458984;
  stroke-dashoffset: 34.543025970458984;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(36) {
  stroke-dasharray: 36.694854736328125;
  stroke-dashoffset: 36.694854736328125;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(37) {
  stroke-dasharray: 30.851947784423828;
  stroke-dashoffset: 30.851947784423828;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(38) {
  stroke-dasharray: 31.89906120300293;
  stroke-dashoffset: 31.89906120300293;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(39) {
  stroke-dasharray: 34.456817626953125;
  stroke-dashoffset: 34.456817626953125;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(40) {
  stroke-dasharray: 28.952411651611328;
  stroke-dashoffset: 28.952411651611328;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(41) {
  stroke-dasharray: 23.453676223754883;
  stroke-dashoffset: 23.453676223754883;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(42) {
  stroke-dasharray: 34.75233840942383;
  stroke-dashoffset: 34.75233840942383;
  animation: line-again 8s ease forwards infinite;
}
#logoPrincipal path:nth-of-type(43) {
  stroke-dasharray: 17.14055633544922;
  stroke-dashoffset: 17.14055633544922;
  animation: line-again 8s ease forwards infinite;
}
@keyframes line-again {
  0% {
    stroke-dashoffset: "";
    fill: transparent;
  }
  50% {
    fill: #fff;
    stroke-dashoffset: 0;
  }
  100% {
    fill: transparent;
    stroke-dashoffset: "";
  }
}
@keyframes colorLogo {
  0% {
    fill: transparent;
    stroke: #fff;
  }
  50% {
    fill: #fff;
    stroke: #fff;
  }
  100% {
    fill: transparent;
    stroke: #fff;
  }
}
.btnhomepage {
  /*	background: #f49fb9;*/
  /*	background: #e3a6ae;*/
  background: #ff7fae;
  width: max-content;
  padding: 8px 16px;
  border-radius: 5000px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.btnhomepage:hover {
  background: #ffffff;
  color: #8fb7e1;
  transform: translateX(-50%) scale(1.04);
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../imgs/wave.png");
  background-size: 1000px 100px;
}
.wave.wave1 {
  animation: waves 30s linear infinite;
  z-index: 4;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.wave.wave2 {
  animation: waves2 15s linear infinite;
  z-index: 3;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}
.wave.wave3 {
  animation: waves 30s linear infinite;
  z-index: 2;
  opacity: 0.2;
  animation-delay: -2s;
  bottom: 15px;
}
.wave.wave4 {
  animation: wave2 5s linear infinite;
  z-index: 1;
  opacity: 0.7;
  animation-delay: -5s;
  bottom: 20px;
}
@keyframes waves {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes waves2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
.contactbutton {
  display: flex;
  align-items: center;
  background: #ff7fae;
  width: max-content;
  padding: 7px 20px;
  border-radius: 5000px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 3%;
  left: 2%;
  z-index: 2;
}
.contactbuttonicon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.aboutus {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.aboutus__slog {
  height: max-content;
  display: flex;
  align-items: center;
}

.newu_aboutus {
  font-size: 44px;
  line-height: 1.7;
  font-weight: 300;
  color: #788485;
}

.newu_pink {
  color: #ff7fae;
}

.vmcontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.card__aboutus {
  border-right: 1px solid #eaf1f2;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__aboutus:last-child {
  border-right: 0;
}

.card__aboutus h1 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card__aboutus p {
  line-height: 1.5;
  font-size: 14px;
  color: #788485;
  padding-right: 100px;
}
.card__aboutus img {
  width: 25px;
  top: 10px;
  right: 20px;
  pointer-events: none;
}

.specialization {
  padding: 50px 0;
  background: #fff;
  position: relative;
}
.specializationcontainer {
  width: max-content;
  height: auto;
  /*     background: red; */
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  margin-top: 80px;
  position: relative;
}
.specializationgroup {
  width: 300px;
  height: 180px;
  pointer-events: none;
  /*     background: gray; */
}
.sgicon {
  width: 35px;
  height: 35px;
  background: red;
  margin-bottom: 10px;
}
.sgtittle {
  font-size: 20px;
  color: #8fb7e1;
  font-weight: 700;
}
.specializationgroup p {
  margin-top: 8px;
  line-height: 1.2;
  color: #9593a4;
  font-weight: 600;
  text-align: justify;
}
/*FLOATING MENU STYLES*/
.menufloatingcontent {
  position: fixed;
  width: max-content;
  height: max-content;
  z-index: 5;
  transition: ease 0.5s;
  right: -4%;
}
.mfc1 {
  bottom: 10px;
}
.mfc2 {
  bottom: 65px;
}
.mfc3 {
  bottom: 120px;
}
.mfc4 {
  bottom: 175px;
}
.mfc5 {
  bottom: 230px;
}
.mfc6 {
  bottom: 285px;
}
.mfbutton {
  padding: 14px 14px;
  background: #ff7fae;
  border-radius: 50px;
  display: flex;
  /*	justify-content: center;*/
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: ease 0.3s;
  cursor: pointer;
}
.mfbutton:hover {
  background: #8fb7e1;
}
.mfbicon {
  width: 18px;
  height: 18px;
  /*	background: red;*/
  margin-right: 0px;
  transition: ease 0.3s;
}
.mfbtxt {
  margin-left: 32px;
  transition: ease 0.5s;
  position: absolute;
  color: #fff;
  width: max-content;
}
.mfbutton:hover .mfbi1 {
  margin-right: 74px;
}
.mfbutton:hover .mfbi2 {
  margin-right: 105px;
}
.mfbutton:hover .mfbi3 {
  margin-right: 80px;
}
.mfbutton:hover .mfbi4 {
  margin-right: 115px;
}
.mfbutton:hover .mfbi5 {
  margin-right: 84px;
}
.mfbutton:hover .mfbi6 {
  margin-right: 60px;
}
/*END OF FLOATING MENU STYLES*/
.cardsprofilecontainer {
  display: flex;
  justify-content: center;
  /*	background: #8FB7E1;*/
  margin: 60px 0 20px 0;
}
.card {
  width: 50%;
  margin: 0 30px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 0 5px rgba(143, 183, 225, 0.3);
}
.card[data-state="#about"] {
  height: 320px;
}
.card[data-state="#about"] .card-main {
  padding-top: 0;
}
.card[data-state="#contact"] {
  height: 430px;
}
.card[data-state="#experience"] {
  height: 550px;
}
.card.is-active .card-header {
  height: 80px;
}
.card.is-active .card-cover {
  height: 100px;
  top: -50px;
}
.card.is-active .card-avatar {
  transform: none;
  left: 20px;
  width: 50px;
  height: 50px;
  bottom: 10px;
}
.card.is-active .card-fullname,
.card.is-active .card-jobtitle {
  left: 86px;
  transform: none;
}
.card.is-active .card-fullname {
  bottom: 18px;
  font-size: 19px;
}
.card.is-active .card-jobtitle {
  bottom: 16px;
  letter-spacing: 1px;
  font-size: 10px;
}
.card-header {
  position: relative;
  display: flex;
  height: 200px;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s;
}
.card-header * {
  transition: 0.3s;
}
.card-cover {
  width: 100%;
  position: absolute;
  height: 160px;
  top: -20%;
  left: 0;
  will-change: top;
  background-size: cover;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.2);
  transition: 0.5s;
}
.card-avatar {
  width: 100px;
  height: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-64px);
}
.card-fullname {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-10px) translateX(-50%);
  left: 50%;
}
.card-jobtitle {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
}
.card-main {
  position: relative;
  flex: 1;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  /*	  background: red;*/
}
.card-subtitle {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 20px;
}
.card-content {
  padding: 20px;
}
.card-desc {
  line-height: 1.6;
  color: #636b6f;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.card-social {
  display: none;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.card-social svg {
  fill: #a5b5ce;
  width: 16px;
  display: block;
  transition: 0.3s;
}
.card-social a {
  color: #8797a1;
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: rgba(93, 133, 193, 0.05);
  border-radius: 50%;
  margin-right: 10px;
}
.card-social a:hover svg {
  fill: #637faa;
}
.card-social a:last-child {
  margin-right: 0;
}
.card-buttons {
  display: flex;
  background-color: #fff;
  margin-top: auto;
  position: sticky;
  bottom: 0;
  left: 0;
}
.card-buttons button {
  flex: 1 1 auto;
  user-select: none;
  background: 0;
  font-size: 13px;
  border: 0;
  padding: 15px 5px;
  cursor: pointer;
  color: #5c5c6d;
  transition: 0.3s;
  /*       font-family: "Jost", sans-serif;  */
  font-weight: 500;
  outline: 0;
  border-bottom: 3px solid transparent;
}
.card-buttons button.is-active,
.card-buttons button:hover {
  color: #2b2c48;
  border-bottom: 3px solid #8a84ff;
  background: linear-gradient(
    to bottom,
    rgba(127, 199, 231, 0) 0%,
    rgba(207, 204, 255, 0.2) 44%,
    rgba(211, 226, 255, 0.4) 100%
  );
}
.card-section {
  display: none;
}
.card-section.is-active {
  display: block;
  animation: fadeIn 0.6s both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}
.card-timeline {
  margin-top: 30px;
  position: relative;
}
.card-timeline:after {
  background: linear-gradient(
    to top,
    rgba(134, 214, 243, 0) 0%,
    rgba(81, 106, 204, 1) 100%
  );
  content: "";
  left: 42px;
  width: 2px;
  top: 0;
  height: 100%;
  position: absolute;
}
.card-item {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 30px;
  z-index: 1;
}
.card-item:last-child {
  padding-bottom: 5px;
}
.card-item:after {
  content: attr(data-year);
  width: 10px;
  position: absolute;
  top: 0;
  left: 37px;
  height: 8px;
  line-height: 0.6;
  border: 2px solid #fff;
  font-size: 11px;
  text-indent: -35px;
  border-radius: 50%;
  color: rgba(134, 134, 134, 0.7);
  background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}
.card-item-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.card-item-desc {
  font-size: 13px;
  color: #6f6f7b;
  line-height: 1.5;
  /*       font-family: "DM Sans", sans-serif;  */
}
.card-contact-wrapper {
  margin-top: 20px;
}
.card-contact {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6f6f7b;
  /*       font-family: "DM Sans", sans-serif;  */
  line-height: 1.6;
  cursor: pointer;
}
.card-contact + .card-contact {
  margin-top: 16px;
}
.card-contact svg {
  flex-shrink: 0;
  width: 30px;
  min-height: 34px;
  margin-right: 12px;
  transition: 0.3s;
  padding-right: 12px;
  border-right: 1px solid #dfe2ec;
}
.contact-me {
  border: 0;
  outline: none;
  background: linear-gradient(
    to right,
    rgba(83, 200, 239, 0.8) 0%,
    rgba(81, 106, 204, 0.8) 96%
  );
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  /*       font-family: "Jost", sans-serif;  */
  transition: 0.3s;
}
.btnlearnmore {
  width: 46%;
  height: 32px;
  margin-top: 30px;
  /*	margin-left: 20px;*/
  margin: auto;
  border: none;
  background: #ff7fae;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.mos_container {
  padding: 40px 0;
  margin-top: 60px;
}
.mos {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  pointer-events: none;
  background: rgb(143, 183, 225);
  background: linear-gradient(
    90deg,
    rgba(143, 183, 225, 1) 29%,
    rgba(168, 200, 233, 1) 83%
  );
  width: max-content;
  margin: auto;
  padding: 20px 60px;
  border-radius: 5px;
  border-radius: 5000px;
}
footer {
  position: relative;
  padding: 80px 0;
  background: #eff5fa;
  color: #2f3541;
}
.footer_container_items {
  /*	background: red;*/
  width: max-content;
  margin: auto;
}
.footer_container_items .fci_flexbox {
  display: flex;
}
.footer_container_items h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.footer_container_items p {
  margin: 25px 0;
  transition: 0.2s;
  opacity: 0.7;
}
.footer_container_items p:hover {
  color: #ff7fae;
  opacity: 1;
  transform: scale(1.03);
}
.footer_container_items a {
  text-decoration: none;
  color: inherit;
}
.socialmedia_container {
  /*	background: red;*/
  width: max-content;
  display: flex;
  margin-top: 20px;
  margin-left: 70px;
}
.socialmedia {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #8fb7e1 solid 1px;
  transition: 0.2s;
  cursor: pointer;
}
.socialmedia:hover {
  border: #ff7fae solid 1px;
  background: #ff7fae;
  transform: scale(1.25);
}
.socialmedia:hover > svg {
  fill: #fff;
}
.socialmedia svg {
  transition: 0.5s;
  fill: #8fb7e1;
}
.fcif_block {
  margin: 0 75px;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10000;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.7s;
  padding: 25px;
  backdrop-filter: blur(25px);
  gap: 25px;
  display: flex;
}

.popup.show {
  pointer-events: all;
  opacity: 1;
}

.popup__box {
  width: 100%;
}

.popup_curriculums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  height: 100%;
}
.popup_curriculums .popup__columns {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  border: 1px solid #f9e2f6;
  border-radius: 25px;
  padding: 25px;
}

.info__therapist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b1_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px;
}

.b1_body h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 300px;
}
.b1_body .therapist__paragraph {
  line-height: 1.5;
  font-size: 14px;
  max-width: 450px;
  color: #637faa;
}

.b1_encabezado {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.b1e_logo {
  width: 100px;
  height: 58px;
  background-image: url("../imgs/new_u_rosa.svg");
  background-size: cover;
  background-position: center;
}

.therapist__bio {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.therapist__bio {
  overflow-y: scroll;
}

.therapist__bio::-webkit-scrollbar {
  background: transparent;
  width: 0;
}

.therapist__bio h1 {
  font-size: 32px;
  font-weight: 300;
  color: #ff7fae;
}

.therapist__bio p {
  line-height: 1.7;
  color: #637faa;
}

.contacto_section {
  padding: 50px;
  background-image: url("../imgs/contacto.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.flexbox_form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 75px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.contact__info {
  display: flex;
}
.caja_txt {
  /*	background: red;*/
  width: max-content;
  /*	margin: 0 30px;*/
}
.caja_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact__title {
  font-size: 112px;
  font-weight: 700;
}

.contact__paragraph {
  margin-top: 20px;
  max-width: 400px;
  line-height: 1.3;
  font-size: 20px;
}
.contact__info h2 {
  font-weight: 500;
  font-size: 18px;
  font-weight: 700;
}
.contact__info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

.contenedor__formulario {
  width: 50%;
  height: auto;
  position: relative;
}
.main_contacto {
  max-width: 100%;
  width: 100%;
}
.form__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.formulario__label {
  font-weight: 500;
  /*	display: block;*/
  cursor: pointer;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 15px;
  opacity: 0.7;
  left: 15px;
}
.formulario__grupo {
  position: relative;
}
.formulario__grupo-input {
  position: relative;
  display: flex;
  align-items: center;
}
.formulario__input {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  height: 80px;
  padding: 25px 20px 0px;
  transition: 0.3s ease all;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat";
}

.formulario__input::placeholder {
  opacity: 0;
}
.formulario__input:focus,
.formulario__input:hover {
  border: 1px solid rgb(255, 255, 255);
  outline: none;
}

.formulario__input-error {
  font-size: 12px;
  color: #252525;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 5px;
  display: none;
}
.formulario__input-error-activo {
  display: block;
}
.formulario__validacion-estado {
  width: 20px;
  position: absolute;
  right: 10px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
  color: #bb2929;
}
.formulario__validacion-estado2 {
  width: 20px;
  position: absolute;
  right: 10px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
  color: #1ed12d;
}
.formulario__checkbox {
  margin-right: 10px;
}
.formulario__grupo-terminos,
.formulario__mensaje,
.formulario__grupo-btn-enviar,
#grupo__empresa,
#grupo__nombre,
#grupo__password,
#grupo__password2,
#grupo__asunto,
#grupo__mensaje,
#grupo__ciudadpais,
#grupo__sellos,
.form__msgs {
  grid-column: span 2;
}
#mensaje {
  min-height: 125px;
  resize: none;
  padding-top: 40px;
}
.formulario__mensaje {
  height: 30px;
  line-height: 30px;
  /* background: #F66860; */
  padding: 0 15px;
  border-radius: 3px;
  display: none;
  font-size: 14px;
  margin: 5px 0px;
  color: red;
}
.formulario__mensaje-activo {
  display: block;
}
.formulario__mensaje p {
  display: flex;
  align-items: center;
}
.svg-inline--fa {
  margin-right: 10px;
}
.bold {
  font-weight: 700;
}
.formulario__grupo-btn-enviar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formulario__btn {
  padding: 20px 40px;
  background: rgb(255, 255, 255);
  color: #ff7fae;
  border: none;
  border-radius: 5000px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
.formulario__btn:hover {
  background: #ff7fae;
  color: rgb(255, 255, 255);
}
.formulario__btn svg {
  width: 20px;
}
.formulario__mensaje-exito {
  margin-top: 20px;
  font-size: 20px;
  color: #1f419a;
  display: none;
  font-weight: 600;
}
.formulario__mensaje-exito-activo {
  display: block;
}
/*ESTILOS PARA LA VALIDACION*/
.formulario__grupo-correcto .formulario__validacion-estado2 {
  color: #1ed12d;
  opacity: 0;
}
.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 0;
}
.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
  opacity: 1;
}
.formulario__grupo-incorrecto .formulario__input {
  border: 2px solid #bb2929;
}

.formulario_redes {
  display: flex;
  align-items: center;
}
.fr_icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.fr_icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.caja_txt .agradecimiento {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 50px;
}
/*ESTILOS DE P3*/

.approaches-content {
  display: flex;
  gap: 75px;
  margin-top: 75px;
}

.approaches-controlls-container {
  height: 100%;
  width: 45%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.approaches-controlls-container p {
  padding: 10px 15px;
  border: 1px solid #dfe9ea;
  width: max-content;
  line-height: 1.3;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 500px;
  color: #9cabac;
  font-size: 14px;
}

.approaches-controlls-container .aproache-active,
.approaches-controlls-container p:hover {
  color: #ff7fae;
  border: 1px solid #ff7fae;
}

.approaches-content-info {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid #eaf1f2;
  padding: 50px 15% 50px 50px;
  border-radius: 50px;
}

.approaches-content-info h1,
.approaches-content-info p {
  transition: 0.3s;
}

.approaches-content-info h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
}
.approaches-content-info p {
  line-height: 1.5;
  color: #788485;
}

/*ESTILOS DE P3*/
.specialties__section {
  width: 100%;
}

.specialities__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 75px;
  gap: 25px;
}

.specialities__card {
  height: 100%;
  border: 1px solid #eaf1f2;
  transition: ease all 3s;
  padding: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 12.5px;
  justify-content: space-between;
}

.specialities__card-header {
  display: flex;
  justify-content: space-between;
}

.specialitie__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.specialitie__description {
  font-size: 14px;
  line-height: 1.5;
  color: #788485;
}

.specialitie__num {
  font-weight: 600;
  font-size: 12px;
  color: #788485;
}

.mapa {
  height: 500px;
  width: 100%;
  position: relative;
}

.cr {
  text-align: center;
  padding: 12px 0;
  background: rgba(143, 183, 225, 1);
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  transition: 0.5s;
}

/* SERVICES */
.services__cards {
  margin-top: 75px;
}
.card__service {
  height: max-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #eaf1f2;
}

.card__service:last-child {
  border-bottom: 1px solid #eaf1f2;
}
.service__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px 350px 25px 50px;
}
.card__service h3 {
  font-size: 28px;
  font-weight: 300;
  max-width: 200px;
  line-height: 1.3;
}

.card__service p {
  line-height: 1.5;
  margin-top: 10px;
  max-width: 300px;
  font-size: 14px;
  color: #788485;
}

.service__picture {
  width: 27%;
  min-width: 27%;
  height: 250px;
  border-radius: 50px;
  overflow: hidden;
}

.service__picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.msg {
  padding: 15px;
  background: red;
  line-height: 1.5;
  border-radius: 15px;
  font-size: 14px;
}

.msg.good {
  background: rgba(220, 244, 255, 0.509);
  border: 1px solid rgba(130, 215, 255, 0.75);
  color: rgb(255, 255, 255);
}

.msg.bad {
  background: rgba(255, 176, 176, 0.509);
  border: 1px solid rgba(255, 130, 130, 0.75);
  color: rgb(255, 255, 255);
}

/* Quita el amarillo y cualquier cambio raro del autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  caret-color: inherit;
  transition: background-color 9999s ease-out 0s, color 9999s ease-out 0s;
}

/* LAYOUT */
.content {
  padding: 150px 100px;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
/* SPECIALIST SECTION */
.specialists__cards {
  display: flex;
  margin-top: 75px;
  gap: 25px;
}

.specialists {
  width: 50%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 50px;
  border: 1px solid #eaf1f2;
  padding: 15px;
}

.specialists__picture {
  object-fit: cover;
  width: 45%;
  height: 100%;
  border-radius: 35px;
}

.specialists__description {
  width: 55%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.specialists__name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.specialists__name h2 {
  font-size: 28px;
  font-weight: 300;
}

.specialists__name h3,
.therapist__skill {
  border: 1px solid #ff7fae;
  width: max-content;
  padding: 6px 10px;
  border-radius: 500px;
  color: #ff7fae;
  font-size: 12px;
  font-weight: 500;
}

.specialists__name p {
  line-height: 1.5;
  font-size: 14px;
  color: #788485;
}

.specialists__links {
  display: flex;
  gap: 10px;
}

.specialists__links svg,
.close__btn svg {
  fill: none;
  stroke: #ff7fae;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.3s;
}

.specialists__links figure,
.close__btn {
  width: 35px;
  height: 35px;
  border: 1px solid #ff7fae;
  border-radius: 100%;
  padding: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.specialists__links figure:hover {
  background: #ff7fae;
}

.specialists__links figure:hover svg {
  stroke: #fff;
}

.specialists__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.specialists__footer button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ff7fae;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.specialists__footer button:hover {
  transform: rotate(360deg);
  background: transparent;
  border: 1px solid #ff7fae;
}
.specialists__footer button:hover svg {
  stroke: #ff7fae;
}
.specialists__footer button svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.3s;
}

/* GLOBALS */
.subtitle span {
  color: #ff7fae;
}

.subtitle {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (max-width: 1500px) {
  .content {
    padding: 150px 50px;
    gap: 50px;
  }

  .newu_aboutus {
    font-size: 36px;
  }

  .subtitle {
    font-size: 54px;
  }
  .specialists__cards {
    margin-top: 50px;
  }
  .specialists {
    height: 400px;
  }

  .service__description {
    padding: 25px 20% 25px 50px;
  }

  .card__aboutus h1 {
    font-size: 18px;
  }
}
