@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
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;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

body {
  position: relative;
  padding-bottom: 255px;
  margin: 0;
  color: #1B2735;
  background-color: #EDF1F9;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
}
@media (max-width: 530px) {
  body {
    padding-bottom: 0;
    position: inherit;
  }
}

img {
  object-fit: cover;
}

a {
  font-weight: 600;
  color: #1B2735;
  text-decoration: none;
}

h1 {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: 55pt;
  line-height: 1.1;
}
@media (max-width: 900px) {
  h1 {
    font-size: 45pt;
  }
}
@media (max-width: 530px) {
  h1 {
    font-size: 35pt;
  }
}

h2 {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: 50pt;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 530px) {
  h2 {
    font-size: 38pt;
  }
}

h3 {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: 45pt;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 900px) {
  h3 {
    font-size: 40pt;
  }
}
@media (max-width: 530px) {
  h3 {
    font-size: 29pt;
  }
}

h4 {
  color: #838b94;
  font-weight: 600;
  font-size: 17pt;
  line-height: 1.3;
}
@media (max-width: 530px) {
  h4 {
    font-size: 14pt;
  }
}

p {
  font-size: 12pt;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  p {
    font-size: 11.7pt;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.diseñografico {
  margin-top: 4px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.diseñografico p {
  margin: 0;
  opacity: 0.5;
  font-size: 11pt;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.diseñografico .punto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #39A263;
}

.ilustracion {
  margin-top: 4px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ilustracion p {
  margin: 0;
  opacity: 0.5;
  font-size: 11pt;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.ilustracion .punto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #706DEF;
}

.expo {
  margin-top: 4px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.expo p {
  margin: 0;
  opacity: 0.5;
  font-size: 11pt;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.expo .punto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F56CF8;
}

.zines {
  margin-top: 4px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.zines p {
  margin: 0;
  opacity: 0.5;
  font-size: 11pt;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.zines .punto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7b7b7b;
}

.magic {
  margin-top: 4px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.magic p {
  margin: 0;
  opacity: 0.5;
  font-size: 11pt;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.magic .punto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F34651;
}

.ms_dark {
  height: 100%;
  background-color: #1B2735;
  box-shadow: 1px 0 8px 3px rgba(16, 13, 75, 0.3);
  color: #EDF1F9;
  right: 0;
  left: 0;
}
.ms_dark a {
  color: #66ccff;
}
.ms_dark .active {
  color: #66ccff;
  border-color: #66ccff;
}

.ms_contacto {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (max-width: 530px) {
  .ms_contacto {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.ms_contacto_flotante {
  z-index: 3;
  position: fixed;
  bottom: 0%;
  right: 3%;
  width: 35px;
  mix-blend-mode: difference;
}
@media (max-width: 530px) {
  .ms_contacto_flotante {
    width: 25px;
    right: 8px;
  }
}
.ms_contacto .w-inline-block {
  width: 100%;
  display: inline-block;
}
.ms_contacto img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  transition: filter 0.3s;
}
.ms_contacto img:hover {
  filter: invert(1);
}

.ir-arriba {
  position: relative;
  z-index: -1;
  animation: aparecer auto linear both;
  animation-timeline: scroll(root block);
  animation-range: 60px 250px;
}

@keyframes aparecer {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.ms_header_content {
  z-index: 100;
  height: 75px;
  background-color: #66ccff;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 530px) {
  .ms_header_content {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.ms_header_nav {
  float: left;
  background: #66ccff;
  font-size: 14pt;
}
.ms_header_menu {
  display: inline;
  list-style: none;
  overflow: hidden;
}
.ms_header_li {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 530px) {
  .ms_header_li {
    margin-left: 0px;
  }
}
.ms_header__linkHome {
  height: 75px;
}
.ms_header_logo {
  height: 90px;
  padding-top: 10px;
  padding-left: 4px;
}
@media (max-width: 900px) {
  .ms_header_logo {
    height: 85px;
    padding-left: 4px;
  }
}
@media (max-width: 530px) {
  .ms_header_logo {
    height: 55px;
    padding-top: 0px;
    padding-left: 1px;
  }
}
.ms_header_menu_link {
  text-decoration: none;
  color: #1B2735;
  padding: 7px 11px;
  border-radius: 20px;
  font-weight: 500;
  transition: background-color 0.3s;
}
.ms_header_menu_link:hover {
  background-color: #B5F7FF;
}

.ms_footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 255px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  opacity: 0.6;
}
@media (max-width: 530px) {
  .ms_footer {
    padding: 20px 40px 10px 20px;
    position: relative;
    height: 180px;
  }
}
.ms_footer_logo {
  width: 34px;
}
@media (max-width: 530px) {
  .ms_footer_logo {
    width: 25px;
  }
}
.ms_footer img {
  width: 100%;
  height: 100%;
  align-content: center;
}
.ms_footer p {
  font-size: 11.4pt;
  align-content: center;
}
@media (max-width: 530px) {
  .ms_footer p {
    font-size: 9pt;
  }
}
.ms_footer_dark {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  opacity: 0.8;
}
@media (max-width: 530px) {
  .ms_footer_dark {
    padding: 20px 40px 10px 20px;
    position: relative;
  }
}
.ms_footer_dark_logo {
  width: 34px;
}
@media (max-width: 530px) {
  .ms_footer_dark_logo {
    width: 25px;
  }
}
.ms_footer_dark img {
  width: 100%;
  height: 100%;
  align-content: center;
}
.ms_footer_dark p {
  font-size: 11.4pt;
  align-content: center;
  color: #DBE0E8;
}
@media (max-width: 530px) {
  .ms_footer_dark p {
    font-size: 9pt;
  }
}

.ms_boton {
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  z-index: 0;
  padding: 8px 15px;
  border: 3px solid #DBE0E8;
  background-color: #e5eaf2;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.ms_boton::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(102, 204, 255, 0.564) 0%, rgba(0, 229, 255, 0) 70%);
  transform: scale(0);
  transition: transform 0.5s ease;
}
.ms_boton:hover::after {
  transform: scale(4);
}
.ms_boton:hover {
  border-color: #66ccff;
  background: #e5eaf2;
}
.ms_boton p {
  z-index: 1;
  margin: 0;
  color: #1B2735;
  font-size: 12pt;
  font-weight: 500;
}
@media (max-width: 900px) {
  .ms_boton p {
    font-size: 11pt;
  }
}
@media (max-width: 530px) {
  .ms_boton p {
    font-size: 10pt;
  }
}
.ms_boton img {
  height: 18px;
}

.ms_boton_oscuro {
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  z-index: 0;
  margin-top: 20px;
  padding: 8px 15px;
  border: 3px solid #253343;
  background-color: #161f2b;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
}
.ms_boton_oscuro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.5) 0%, rgba(0, 229, 255, 0) 70%);
  transform: scale(0);
  transition: transform 0.5s ease;
}
.ms_boton_oscuro:hover::after {
  transform: scale(4);
}
.ms_boton_oscuro:hover {
  border-color: #66ccff;
  background: #161f2b;
}
.ms_boton_oscuro p {
  z-index: 1;
  margin: 0;
  color: #EDF1F9;
  font-size: 17pt;
  font-weight: 600;
}
@media (max-width: 900px) {
  .ms_boton_oscuro p {
    font-size: 15.3pt;
  }
}
@media (max-width: 530px) {
  .ms_boton_oscuro p {
    font-size: 13.5pt;
  }
}
.ms_boton_oscuro img {
  height: 18px;
}

.home {
  height: 100dvh;
  padding: 0;
}

.ms_home {
  margin: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.ms_home_content {
  display: flex;
  flex-direction: column;
  margin: 50px 40% 50px 15%;
}
@media (max-width: 900px) {
  .ms_home_content {
    margin-right: 12%;
    margin-left: 12%;
  }
}
@media (max-width: 530px) {
  .ms_home_content {
    margin-right: 9.5%;
    margin-left: 9.5%;
  }
}
.ms_home h1 {
  margin-bottom: 20px;
}
@media (max-width: 530px) {
  .ms_home h1 {
    margin-bottom: 15px;
  }
}
.ms_home_intro p {
  font-size: 16pt;
  max-width: 43ch;
}
@media (max-width: 900px) {
  .ms_home_intro p {
    font-size: 14.8pt;
  }
}
.ms_home_fondo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -3;
}
@media (max-width: 530px) {
  .ms_home_fondo {
    object-position: 55%;
  }
}
.ms_home_bajar {
  position: absolute;
  bottom: 7%;
  left: 45%;
  width: 42px;
}
.ms_home_bajar_flecha {
  filter: invert(1);
  transition: filter 1s;
}
.ms_home_bajar_flecha:hover {
  filter: invert(0);
}
.ms_home_resumen {
  position: absolute;
  height: fit-content;
}
.ms_home_resumen_content {
  max-width: 1200px;
  margin: 100px 13% 50px 13%;
}
@media (max-width: 900px) {
  .ms_home_resumen_content {
    margin-right: 12%;
    margin-left: 12%;
  }
}
@media (max-width: 530px) {
  .ms_home_resumen_content {
    margin: 70px 9.5% 50px 9.5%;
  }
}
.ms_home_resumen h3 {
  width: 100%;
  padding: 20px 0;
}
.ms_home_resumen_destacados {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 900px) {
  .ms_home_resumen_destacados {
    gap: 10px;
  }
}
@media (max-width: 670px) {
  .ms_home_resumen_destacados {
    flex-wrap: wrap;
  }
}
.ms_home_resumen_destacados_imagen {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  max-height: 300px;
  border-radius: 18px;
  background-color: #253343;
  border: 6px solid #253343;
  transition: border 0.5s, filter 0.5s, opacity 0.5s, mix-blend-mode 0.5s;
}
@media (max-width: 670px) {
  .ms_home_resumen_destacados_imagen {
    flex-basis: auto;
    width: 130px;
  }
}
.ms_home_resumen_destacados_imagen:hover {
  border: 6px solid #66ccff;
}
.ms_home_resumen_destacados_imagen:hover img {
  filter: grayscale(0);
  mix-blend-mode: normal;
}
.ms_home_resumen_destacados_imagen:hover .ms_home_resumen_destacados_imagen_texto {
  opacity: 1;
}
.ms_home_resumen_destacados_imagen img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}
.ms_home_resumen_destacados_imagen_texto {
  border-radius: 12px;
  background: linear-gradient(to bottom, hsla(211.11, 33.33%, 15.88%, 0) 0%, hsla(211.11, 33.33%, 15.88%, 0.013) 15.2%, hsla(211.11, 33.33%, 15.88%, 0.046) 28.3%, hsla(211.11, 33.33%, 15.88%, 0.096) 39.5%, hsla(211.11, 33.33%, 15.88%, 0.16) 48.9%, hsla(211.11, 33.33%, 15.88%, 0.235) 56.8%, hsla(211.11, 33.33%, 15.88%, 0.317) 63.4%, hsla(211.11, 33.33%, 15.88%, 0.404) 69%, hsla(211.11, 33.33%, 15.88%, 0.493) 73.6%, hsla(211.11, 33.33%, 15.88%, 0.579) 77.6%, hsla(211.11, 33.33%, 15.88%, 0.661) 81.2%, hsla(211.11, 33.33%, 15.88%, 0.735) 84.5%, hsla(211.11, 33.33%, 15.88%, 0.798) 87.9%, hsla(211.11, 33.33%, 15.88%, 0.847) 91.4%, hsla(211.11, 33.33%, 15.88%, 0.879) 95.4%, hsla(211.11, 33.33%, 15.88%, 0.89) 100%);
  position: absolute;
  mix-blend-mode: hard-light;
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.ms_home_resumen_destacados_imagen p {
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #EDF1F9;
  margin: 5px;
  font-weight: 500;
}
.ms_home_resumen_disciplinas {
  display: grid;
  grid-template-columns: 2fr 1.6fr;
  margin-top: 80px;
  gap: 14px;
}
@media (max-width: 530px) {
  .ms_home_resumen_disciplinas {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
.ms_home_resumen_disciplinas h3 {
  grid-column: 1/4;
  padding: 10px;
}
@media (max-width: 530px) {
  .ms_home_resumen_disciplinas h3 {
    grid-column: 1/2;
  }
}
.ms_home_resumen_disciplinas_lista {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ms_home_resumen_disciplinas_lista_grupo {
  height: 155px;
  background-color: #1B2735;
  border: 3px solid #253343;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.5s, border 0.5s, color 0.5s;
}
.ms_home_resumen_disciplinas_lista_grupo:hover {
  background-color: #FF7A00;
  border: 3px solid #FF7A00;
}
.ms_home_resumen_disciplinas_lista_grupo:hover figure {
  color: #1B2735 !important;
}
.ms_home_resumen_disciplinas_lista_grupo:hover p {
  color: #1B2735;
}
.ms_home_resumen_disciplinas_lista_grupo figure {
  width: 50px;
  margin: 15px 0 0 15px;
  color: #66ccff !important;
}
@media (max-width: 530px) {
  .ms_home_resumen_disciplinas_lista_grupo figure {
    width: 40px;
    margin: 13px 0 0 13px;
  }
}
.ms_home_resumen_disciplinas_lista_grupo p {
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 30px 10px 15px;
}
@media (max-width: 530px) {
  .ms_home_resumen_disciplinas_lista_grupo p {
    font-size: 10pt;
    margin: 0 13px 10px 13px;
  }
}
.ms_home_resumen_disciplinas_foto {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  height: 493px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .ms_home_resumen_disciplinas_foto {
    display: none;
  }
}
.ms_home_resumen_disciplinas_foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: none;
  transition: opacity 0.3s;
  border: 3px solid #161f2b;
  border-radius: 20px;
}
.ms_home_resumen_contacto {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .ms_home_resumen_contacto {
    margin-top: 60px;
  }
}
.ms_home_resumen_contacto ul {
  display: flex;
  gap: 40px;
  margin: 20px 0 50px 0;
}
@media (max-width: 530px) {
  .ms_home_resumen_contacto ul {
    gap: 20px;
  }
}
.ms_home_resumen_contacto ul img {
  width: 80px;
  filter: invert(0);
  transition: filter 0.3s;
}
.ms_home_resumen_contacto ul img:hover {
  filter: invert(1);
}
@media (max-width: 530px) {
  .ms_home_resumen_contacto ul img {
    width: 65px;
  }
}

.ms_proyectos {
  width: 100%;
}
.ms_proyectos_content {
  margin: 150px 15% 50px 15%;
}
@media (max-width: 900px) {
  .ms_proyectos_content {
    margin: 120px 12% 50px 12%;
  }
}
@media (max-width: 530px) {
  .ms_proyectos_content {
    margin: 110px 15% 50px 15%;
  }
}
.ms_proyectos h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 900px) {
  .ms_proyectos h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 530px) {
  .ms_proyectos h2 {
    margin-bottom: 20px;
  }
}
.ms_proyectos_flex {
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 50px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .ms_proyectos_flex {
    gap: 25px;
  }
}
.ms_proyectos_item {
  padding: 20px;
  position: relative;
  border-radius: 24px;
  transition: background-color 0.5s filter 0.5s;
}
.ms_proyectos_item:hover {
  background-color: #e0e5ec;
  box-shadow: 0 0 6px 0px rgba(16, 13, 75, 0.22);
}
.ms_proyectos_item:hover .ms_proyectos_item_lista {
  opacity: 1;
}
.ms_proyectos_item:hover .ms_proyectos_item_foto {
  border-color: #334355;
}
.ms_proyectos_item:hover .ms_proyectos_item_foto img {
  filter: grayscale(0);
  mix-blend-mode: normal;
}
.ms_proyectos_item_foto {
  position: relative;
  border: 10px solid #66ccff;
  border-radius: 22px;
  background-color: #66ccff;
  height: 230px;
  width: 230px;
  transition: background-color 0.5s, border-color 0.5s;
}
.ms_proyectos_item_foto img {
  filter: grayscale(1);
  mix-blend-mode: luminosity;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ms_proyectos_item_info h4 {
  color: #1B2735;
  padding: 13px 0 0 0;
  max-width: 230px;
  text-align: center;
}
.ms_proyectos_item_lista {
  display: flex;
  justify-content: space-evenly;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 900px) {
  .ms_proyectos_item_lista {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .ms_proyectos_item {
    background-color: #e0e5ec;
    box-shadow: 0 0 6px 0px rgba(16, 13, 75, 0.22);
    padding: 15px;
  }
}

.ms_single {
  width: 100%;
}
.ms_single_content {
  text-align: center;
  margin: 150px 15% 50px 15%;
  max-width: 700px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .ms_single_content {
    margin: 120px 12% 50px 12%;
  }
}
@media (max-width: 530px) {
  .ms_single_content {
    margin: 110px 9.5% 50px 9%;
  }
}
.ms_single_titulo h3 {
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  .ms_single_titulo h3 {
    margin-bottom: 5px;
  }
}
.ms_single_titulo ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 10px 0 0 0;
}
@media (max-width: 530px) {
  .ms_single_titulo ul {
    margin: 5px 0 0 0;
    gap: 30px;
  }
}
.ms_single_titulo li {
  font-size: 12pt;
}
.ms_single_descripcion {
  border-radius: 35px;
  text-align: left;
  margin: 30px 0;
}
@media (max-width: 530px) {
  .ms_single_descripcion {
    margin: 20px 0 0px 0;
  }
}
.ms_single_fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  background-color: #DBE0E8;
  padding: 30px 30px 0 30px;
  border-radius: 10px;
}
@media (max-width: 530px) {
  .ms_single_fotos {
    padding: 10px 10px 0 10px;
  }
}
.ms_single_navegacion {
  position: relative;
  width: 755px;
  margin: 90px auto 0 auto;
}
@media (max-width: 530px) {
  .ms_single_navegacion {
    max-width: 200px;
    margin: 40px auto 0 auto;
  }
}
.ms_single_navegacion img {
  width: 25px;
}
.ms_single_navegacion_anterior {
  position: absolute;
  left: 0;
}
.ms_single_navegacion_siguiente {
  position: absolute;
  right: 0;
}

.horizontal {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 530px) {
  .horizontal {
    margin-bottom: 10px;
  }
}

.vertical {
  width: 47%;
  margin-bottom: 30px;
}
@media (max-width: 530px) {
  .vertical {
    width: 100%;
    margin-bottom: 10px;
  }
}

.imagen-suelta {
  width: 830px;
  margin: 40px auto;
}
@media (max-width: 900px) {
  .imagen-suelta {
    width: 100dvw;
  }
}
.imagen-suelta img {
  box-shadow: 1px 0 8px 0px rgba(16, 13, 75, 0.3);
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 900px) {
  .imagen-suelta img {
    border-radius: 0%;
  }
}
.imagen-suelta video {
  box-shadow: 1px 0 8px 0px rgba(16, 13, 75, 0.3);
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 900px) {
  .imagen-suelta video {
    border-radius: 0%;
  }
}

.fondo-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 830px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 80px;
  padding: 20px;
  padding-bottom: 15px;
  background-color: #DBE0E8;
  box-shadow: 1px 0 8px 0px rgba(16, 13, 75, 0.3);
  border-radius: 10px;
}
@media (max-width: 900px) {
  .fondo-slider {
    width: 100dvw;
    padding: 20px 70px;
    border-radius: 0%;
    margin-bottom: 40px;
  }
}
@media (max-width: 530px) {
  .fondo-slider {
    padding: 20px 35px 10px 35px;
  }
}

.slider {
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 528px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .slide {
    height: 325px;
  }
}
.slide img {
  width: 100%;
  height: 100%;
}

.navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 530px) {
  .navigation {
    gap: 7px;
    margin-top: 12px;
  }
}

.nav-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 0;
  background-color: #DBE0E8;
  border: 2.5px solid #7e8690;
  border-radius: 100px;
}
@media (max-width: 530px) {
  .nav-btn {
    width: 10px;
    height: 10px;
    border: 1.5px solid #7e8690;
  }
}

.nav-btn.active {
  background-color: #454a51;
  border: 2.5px solid #454a51;
}

.ms_about {
  margin: 150px 0 0 0;
  display: grid;
  grid-template-columns: 13% 1fr 4fr 13%;
  grid-column-gap: 20px;
}
@media (max-width: 900px) {
  .ms_about {
    grid-template-columns: 13% 1fr 4fr 13%;
    margin: 120px 0 0 0;
  }
}
@media (max-width: 530px) {
  .ms_about {
    grid-template-columns: 5% 1fr 4fr 10%;
    margin: 110px 0 0 0;
    grid-column-gap: 16px;
  }
}
.ms_about h2 {
  grid-column: 2/4;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .ms_about h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 530px) {
  .ms_about h2 {
    margin-bottom: 20px;
  }
}
.ms_about_foto {
  margin-bottom: 70px;
  background: #1B2735;
  line-height: 0;
  grid-column: 2/3;
}
@media (max-width: 900px) {
  .ms_about_foto {
    margin-bottom: 40px;
    grid-column: 2/4;
    height: 300px;
  }
}
@media (max-width: 530px) {
  .ms_about_foto {
    margin-bottom: 20px;
    height: 180px;
  }
}
.ms_about_male {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
  object-fit: cover;
}
@media (max-width: 900px) {
  .ms_about_male {
    object-position: 0 20%;
  }
}
.ms_about_bio {
  margin-bottom: 70px;
  padding-left: 15px;
  padding-top: 5px;
  border-left: 4px solid #66ccff;
  max-width: 650px;
  grid-column: 3/4;
}
@media (max-width: 900px) {
  .ms_about_bio {
    grid-column: 2/4;
    grid-row: 3/4;
  }
}
@media (max-width: 530px) {
  .ms_about_bio {
    padding-left: 15px;
    padding-top: 10px;
    border-left: 3px solid #66ccff;
    padding-top: 3px;
  }
}
.ms_about p {
  font-size: 13.5pt;
  letter-spacing: -0.2pt;
  line-height: 1.5;
  margin-top: 0;
}
@media (max-width: 530px) {
  .ms_about p {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.ms_about_subtitulo {
  color: #EDF1F9;
  margin-top: 70px;
  margin-bottom: 70px;
  grid-column: 2/3;
  grid-row: 3/4;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 900px) {
  .ms_about_subtitulo {
    grid-column: 2/4;
    grid-row: 4/5;
    margin-bottom: 40px;
  }
}
@media (max-width: 530px) {
  .ms_about_subtitulo {
    margin-bottom: 20px;
  }
}
.ms_about_experiencia {
  color: #EDF1F9;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-top: 5px;
  border-left: 4px solid #66ccff;
  max-width: 650px;
  grid-column: 3/4;
  grid-row: 3/4;
}
@media (max-width: 900px) {
  .ms_about_experiencia {
    grid-column: 2/4;
    grid-row: 5/6;
    margin-top: 0;
  }
}
@media (max-width: 530px) {
  .ms_about_experiencia {
    border-left: 3px solid #66ccff;
  }
}
.ms_about_experiencia_lista li {
  margin-bottom: 13px;
  line-height: 1.4;
}
@media (max-width: 530px) {
  .ms_about_experiencia_lista {
    margin-bottom: 5px;
  }
}
.ms_about_fondo_oscuro1 {
  background-color: #1B2735;
  box-shadow: 1px 0 8px 3px rgba(16, 13, 75, 0.3);
  z-index: -2;
  width: 100%;
  grid-column: 1/5;
  grid-row: 3/4;
}
@media (max-width: 900px) {
  .ms_about_fondo_oscuro1 {
    grid-row: 4/6;
  }
}
.ms_about_logo_magic {
  grid-column: 2/3;
  grid-row: 4/5;
  margin-top: 70px;
  margin-bottom: 70px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  justify-self: end;
  align-self: center;
}
.ms_about_logo_magic_fondo {
  background-color: #F34651;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.ms_about_logo_magic img {
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s;
}
.ms_about_logo_magic img:hover {
  filter: grayscale(1);
}
@media (max-width: 900px) {
  .ms_about_logo_magic {
    grid-column: 2/4;
    grid-row: 6/7;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
    justify-self: normal;
  }
}
@media (max-width: 530px) {
  .ms_about_logo_magic {
    margin-bottom: 20px;
  }
}
.ms_about_magic {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-top: 5px;
  border-left: 4px solid #66ccff;
  max-width: 650px;
  grid-column: 3/4;
  grid-row: 4/5;
}
.ms_about_magic h3 {
  font-size: 28pt;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .ms_about_magic {
    grid-column: 2/4;
    grid-row: 7/8;
    margin-top: 0;
  }
}
@media (max-width: 530px) {
  .ms_about_magic {
    padding-left: 15px;
    padding-top: 10px;
    border-left: 3px solid #66ccff;
    padding-top: 3px;
  }
}
.ms_about_logo_connatural {
  width: 150px;
  height: 150px;
  margin-top: 70px;
  margin-bottom: 70px;
  grid-column: 2/3;
  grid-row: 5/6;
  border-radius: 50%;
  justify-self: end;
  align-self: center;
}
.ms_about_logo_connatural img {
  height: 100%;
  object-fit: cover;
  mix-blend-mode: lighten;
  transition: filter 0.5s;
  border-radius: 50%;
  border: 3px solid #1B2735;
}
.ms_about_logo_connatural img:hover {
  filter: invert(1);
}
@media (max-width: 900px) {
  .ms_about_logo_connatural {
    grid-column: 2/4;
    grid-row: 8/9;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
    justify-self: normal;
  }
}
@media (max-width: 530px) {
  .ms_about_logo_connatural {
    margin-bottom: 20px;
  }
}
.ms_about_connatural {
  color: #EDF1F9;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-top: 5px;
  border-left: 4px solid #66ccff;
  max-width: 650px;
  grid-column: 3/4;
  grid-row: 5/6;
}
.ms_about_connatural h3 {
  font-size: 28pt;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .ms_about_connatural {
    margin-top: 0;
    grid-column: 2/4;
    grid-row: 9/10;
  }
}
@media (max-width: 530px) {
  .ms_about_connatural {
    padding-left: 15px;
    padding-top: 10px;
    border-left: 3px solid #66ccff;
    padding-top: 3px;
  }
}
.ms_about_fondo_oscuro2 {
  background-color: #1B2735;
  box-shadow: 1px 0 8px 3px rgba(16, 13, 75, 0.3);
  z-index: -2;
  width: 100%;
  grid-column: 1/5;
  grid-row: 5/6;
}
@media (max-width: 900px) {
  .ms_about_fondo_oscuro2 {
    grid-row: 8/10;
  }
}

.ms_404 {
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
}
.ms_404_content {
  position: relative;
  margin: 75px 15% 50px 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .ms_404_content {
    margin: 75px 12% 50px 12%;
  }
}
@media (max-width: 530px) {
  .ms_404_content {
    margin: 75px 15% 50px 15%;
  }
}
.ms_404 h3 {
  padding-top: 50px;
  font-size: 40pt;
  text-align: center;
  flex-shrink: 0;
}
.ms_404_marvin {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 30px 0 20px;
  border-radius: 20px;
  mix-blend-mode: luminosity;
}
.ms_404 p {
  font-size: 17pt;
  text-align: center;
}
.ms_404 a {
  text-align: center;
}

.ms_footer_oscuro {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  opacity: 0.6;
}
@media (max-width: 530px) {
  .ms_footer_oscuro {
    padding: 20px 40px 10px 20px;
    position: relative;
    height: 180px;
  }
}
.ms_footer_oscuro_logo {
  width: 34px;
}
@media (max-width: 530px) {
  .ms_footer_oscuro_logo {
    width: 25px;
  }
}
.ms_footer_oscuro img {
  width: 100%;
  height: 100%;
  align-content: center;
}
.ms_footer_oscuro p {
  font-size: 11.4pt;
  align-content: center;
}
@media (max-width: 530px) {
  .ms_footer_oscuro p {
    font-size: 9pt;
  }
}

/*# sourceMappingURL=style.css.map */
