@charset "UTF-8";
/*MAPA DE JUSTIFY CONTENT*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Figtree:ital,wght@0,300..900;1,300..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tomorrow: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");
* {
  font-family: "Figtree", serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

main {
  background-color: #3A2C39;
  overflow-x: hidden;
}

.fondo {
  background-color: #3A2C39;
}

h2 {
  font-size: 2.5rem;
  font-weight: 650;
}

h1 {
  font-size: 4rem;
  color: #3A2C39;
}

h3 {
  color: #F2D9EE;
}

.h2claro {
  color: #F2D9EE;
}

p {
  color: #F2D9EE;
  font-size: 1.5rem;
}

.tamano-texto-lista {
  font-size: 1.5rem;
}

.separadortop {
  margin-top: 12vh;
}

.separadorSecciones {
  margin-top: 6vh;
}

.margenesLados {
  padding: 0 16vh 0 16vh;
}

.btn-secondary {
  --bs-btn-color: #955AB1;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #955AB1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3A2C39;
  --bs-btn-hover-border-color: #3A2C39;
  border-radius: 5px;
  border-width: 3px;
  font-weight: 500;
  display: flex;
  gap: 2vh;
  align-items: center;
  justify-content: center;
  padding: 1.5vh 0;
}

.btn-primary {
  background-color: #955AB1 !important;
  color: #F2D9EE;
  font-weight: 500;
  border-color: #955AB1 !important;
  display: flex;
  gap: 2vh;
  align-items: center;
  justify-content: center;
  padding: 1.5vh 0 1.5vh 0;
}

.btn-link {
  color: #F2D9EE;
  font-weight: 700;
  font-weight: 2rem;
}

.btn-link:hover {
  color: #955AB1;
}

@media (max-width: 1025px) {
  .margenesLados {
    padding: 0 8vh 0 8vh;
  }
}
@media (max-width: 768px) {
  .margenesLados {
    padding: 0 5vh 0 5vh;
  }
}
@media (max-width: 430px) {
  .margenesLados {
    padding: 0 2vh 0 2vh;
  }
  .separadorSecciones {
    margin-top: 3vh;
  }
  .separadortop {
    margin-top: 8vh;
  }
  .tituloenceluh1 {
    font-size: 2.2rem;
    text-align: center;
  }
  .tituloenceluh2 {
    font-size: 1.7rem;
    text-align: center;
  }
  h2 {
    font-size: 1.7rem;
  }
  p {
    font-size: 1.2rem;
  }
  .tamano-texto-lista {
    font-size: 1.2rem;
  }
  .btn-secondary {
    background-color: #F2D9EE;
    border-radius: 5px;
    border: 2px solid #955AB1;
    color: #955AB1;
    font-weight: 500;
    display: flex;
    gap: 2vh;
    align-items: center;
    justify-content: center;
    padding: 1.5vh 0 1.5vh 0;
  }
  .btn-secondary:hover {
    background-color: #3A2C39 !important;
  }
  .btn-primary {
    background-color: #955AB1 !important;
    color: #F2D9EE;
    font-weight: 500;
    border-color: #955AB1 !important;
    display: flex;
    gap: 2vh;
    align-items: center;
    justify-content: center;
    padding: 1.5vh 0 1.5vh 0;
    width: 90vw;
  }
}
@media (max-width: 376px) {
  .tituloenceluh1 {
    font-size: 2rem;
    text-align: center;
  }
  .tituloenceluh2 {
    font-size: 1.5rem;
    text-align: center;
  }
  h2 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  .tamano-texto-lista {
    font-size: 1rem;
  }
}
@media (max-width: 321px) {
  .tituloenceluh1 {
    font-size: 1.5rem;
    text-align: center;
  }
  .tituloenceluh2 {
    font-size: 1rem;
    text-align: center;
  }
  h2 {
    font-size: 1rem;
  }
  p {
    font-size: 0.8rem;
  }
  .tamano-texto-lista {
    font-size: 0.8rem;
  }
  .btn-link {
    font-weight: 0.8rem;
  }
}
header {
  background-color: #F2D9EE;
  padding: 5vh 16vh 2vh 16vh;
}
header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header nav .dropdown-toggle {
  color: #3A2C39;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.dropdown-toggle::after {
  display: none;
}

.icono-dropdown {
  width: 20px;
}

.dropdown-toggle[aria-expanded=true] .icono-dropdown {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.menuHeader {
  display: flex;
  gap: 50%;
}

#headerProyectos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: height 0.3s ease, padding 0.3s ease;
}

#headerProyectos.shrink {
  height: 50px; /* altura al hacer scroll */
  padding: 5vh 16vh 4vh 16vh;
}

/* Cuando el header se encoge */
#headerProyectos.shrink {
  height: 50px;
  padding: 1vh 16vh;
}

#headerProyectos.shrink .navbar-brand img {
  height: 40px; /* Logo más pequeño */
}

#headerProyectos.shrink .cerrar img {
  height: 30px !important; /* Logo más pequeño */
}

/* ------------------------------------------------- FOOTER ------------------------------------------------------*/
footer {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #F2D9EE;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 5vh;
  align-items: center;
}

footer p {
  color: #3A2C39;
}

.logosfooter img {
  width: 8vh;
}

.logosfooter {
  display: flex;
  gap: 4vh;
}

@media (max-width: 1025px) {
  header {
    padding: 5vh 8vh 5vh 8vh;
  }
}
@media (max-width: 768px) {
  header {
    padding: 3vh 8vh 3vh 5vh;
  }
  /* Cuando el header se encoge */
  #headerProyectos.shrink {
    height: 70px;
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-evenly;
  }
  #headerProyectos.shrink .dropdown {
    padding-left: 5vh;
  }
}
.aclaracion {
  color: #3A2C39;
  font-style: italic;
  font-weight: 200;
  font-size: 1rem;
}

.mockups {
  display: flex;
  margin-right: 16vh;
  gap: 10vh;
}

.ahorapuedoMockups {
  display: flex;
  margin-right: 16vh;
  gap: 10vh;
}

.jetsmartMockup {
  display: flex;
  margin-right: 16vh;
  gap: 10vh;
}

.mockupsDomus img {
  max-width: 50vh;
}

.textoYmockup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12vh;
  padding-top: 12vh;
}

.texto ul {
  list-style-type: none;
}

/*ESTILOS DE LA LISTA DESPLEGABLE HECHA CON BOOTSTRAP */
.accordion {
  --bs-accordion-color: #3A2C39;
  --bs-accordion-bg: #3A2C39; /* fondo del acordeón */
  --bs-accordion-border-color: #955AB1;
  --bs-accordion-active-color: #F2D9EE;
  --bs-accordion-active-bg: #955AB1;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0;
  --bs-accordion-btn-icon: url("../assets/img/flechaAbajoAcordeon.svg");
  --bs-accordion-btn-active-icon: url("../assets/img/flechaAbajoAcordeon.svg");
}

.accordion-header button {
  color: #F2D9EE;
  font-size: 1.2rem;
}

.checksMockups {
  display: flex;
  align-items: center;
  gap: 3%;
}

.ulcheckmockups {
  list-style-type: none;
}

.video-responsive {
  width: 100%;
  height: auto;
  max-width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ulcheckmockups a {
  text-decoration: none;
}

.ulcheckmockups .btn-primary {
  width: 30%;
}

.final {
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 5vh;
}

.btnFinal {
  width: 30%;
  min-width: 20vh;
}

.finalContenedor {
  margin-top: 15vh;
}

.ahorapuedoMockups img {
  height: 40vh;
}

.videosAhoraPuedo {
  display: flex;
  gap: 10%;
  flex-wrap: wrap;
}

.desktopVideo {
  width: 100%;
  height: auto;
  max-width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.desktopCelu {
  width: 100%;
  height: auto;
  max-width: 20%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mockupCelAhoraPuedo {
  display: block;
}

.mockup2Alma {
  display: block;
}

.linkDomus {
  color: #F2D9EE;
}

.posteos {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  justify-content: center;
  align-items: center;
  row-gap: 10vh;
}

.post-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3vh;
  align-items: center;
}

.post-link img {
  width: 55vh;
}

.testimonio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5vh;
}

.testimonio img {
  max-width: 45vh;
}

.videoGelatina {
  max-width: 35vh;
}

.mockupsGelatina {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10vh;
}

@media (max-width: 600px) {
  .textoYmockup {
    flex-wrap: wrap;
    align-items: start;
  }
  .mockups {
    padding-top: 5vh;
    gap: 2vh;
    margin: 0 auto;
  }
  .mockupCelAhoraPuedo {
    display: none;
  }
  .mockupDesktopAhoraPuedo {
    width: 50vh;
  }
  .desktopVideo {
    max-width: 90%;
  }
  .desktopCelu {
    max-width: 40%;
  }
  .ahorapuedoMockups {
    margin: 0 auto;
  }
  .mockups img {
    height: 45vh;
  }
  .ulcheckmockups .btn-primary {
    width: 100%;
  }
  .btnFinal {
    width: 100%;
    min-width: 20vh;
  }
  .final {
    padding: 0 2vh 5vh 2vh;
  }
  .finalContenedor {
    margin-top: 10vh !important;
  }
  .checksMockups img {
    width: 10%;
  }
  .checksMockups {
    gap: 8%;
  }
  .jetsmartMockup img {
    margin: 0 auto;
    width: 50vh;
  }
  .jetsmartMockup {
    margin: 0 auto;
  }
  .mockup2Alma {
    display: none;
  }
}
.principio {
  background-color: #F2D9EE;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
}

.bienvenida {
  padding: 16vh 0 12vh 16vh;
  z-index: 10000;
}

.botonesInicio {
  margin-top: 5vh;
}

.contenedor-silueta {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 75%;
  overflow-x: hidden;
  pointer-events: none;
}

.silueta {
  position: relative;
  bottom: 0px;
  width: 100%;
  max-width: 1400px;
  display: block;
  min-height: 6px;
  opacity: 40%;
  transform: translateX(150px);
  pointer-events: none;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-text {
  display: inline-block;
  animation: marquee 200s linear infinite; /* Aplica la animación */
  margin: 0;
  color: #3A2C39;
  font-size: 1rem;
}

/* Define la animación */
@keyframes marquee {
  0% {
    transform: translate(0, 0); /* Posición inicial */
  }
  100% {
    transform: translate(-100%, 0); /* Posición final (se mueve a la izquierda) */
  }
}
.swiper {
  width: 600px;
  height: 300px;
}

.swiperInicio {
  width: auto;
  height: auto;
  margin-left: 16vh;
}

.swiperInicio .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10vh;
}

.swiperInicio .swiper-slide img {
  height: 70vh;
}

.swiperTrayectoria {
  width: 100%;
  height: auto;
}

.swiperTrayectoria .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10vh;
}

.swiperTrayectoria .swiper-slide img {
  height: 50vh;
}

.swiperInicio .swiper-pagination {
  --swiper-pagination-color: #955AB1;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-inactive-color: #F2D9EE;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiperTrayectoria .swiper-pagination {
  --swiper-pagination-color: #955AB1;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-inactive-color: #F2D9EE;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiperInicio .swiper-pagination-bullet {
  border-radius: 8px;
}

.swiperTrayectoria .swiper-pagination-bullet {
  border-radius: 8px;
}

.proyectoYtexto ul {
  list-style-type: none;
}

.proyectoYtexto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem; /* espacio entre la imagen y el texto */
  height: 100%;
}

.mitrabajo {
  display: flex;
  justify-content: space-between;
}

.seccionConoceme ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.seccionConoceme a {
  text-decoration: none;
}

.seccionConoceme .btn-primary {
  width: 30%;
}

.seccionProgramas ul {
  list-style-type: none;
  padding: 0;
}

.programas {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5%;
  padding-bottom: 3%;
}

.programaFigma {
  padding-top: 3%;
}

.barragif {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

.form_container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

input[type=text], input[type=email], .form_input--message, button[type=submit] {
  width: 50rem;
  margin-top: 5vh;
  padding: 2%;
  border: 2px solid #955AB1;
  border-radius: 5px;
}

button[type=submit] {
  background-color: #955AB1;
  color: #F2D9EE;
  font-weight: 600;
  border: none;
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
  height: 8vh;
  border-radius: 5px;
}

.redes {
  display: flex;
  align-items: center;
  gap: 10%;
}

.redes a {
  color: #F2D9EE;
  font-size: 1.2rem;
}

.redes img {
  height: 10vh;
}

.formYredes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.redesContenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10vh;
}

@media (max-width: 1441px) {
  .swiperInicio .swiper-slide img {
    height: 50vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 40vh;
  }
  input[type=text], input[type=email], .form_input--message, button[type=submit] {
    width: 50rem;
  }
  button[type=submit] {
    height: 6vh;
  }
  .formYredes {
    gap: 10vh;
  }
  .redes img {
    height: 8vh;
  }
}
@media (max-width: 1025px) {
  .bienvenida {
    padding: 10vh 0 12vh 8vh;
    z-index: 10000;
  }
  .swiperInicio .swiper-slide img {
    height: 50vh;
  }
  .swiperInicio {
    margin-left: 8vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 30vh;
  }
  .formYredes {
    gap: 10vh;
  }
  .redesContenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .redes img {
    height: 5vh;
  }
  .swiperTrayectoria .swiper-slide {
    margin-bottom: 5vh;
  }
}
@media (max-width: 769px) {
  input[type=text], input[type=email], .form_input--message, button[type=submit] {
    width: 41rem;
  }
  button[type=submit] {
    height: 6vh;
  }
  .swiperInicio {
    margin-left: 5vh;
  }
  .swiperInicio .swiper-slide img {
    height: 40vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 25vh;
  }
  .bienvenida {
    padding: 10vh 0 12vh 5vh;
  }
  .seccionConoceme ul {
    flex-wrap: wrap;
    gap: 10%;
  }
  .seccionConoceme .btn-primary {
    width: 100%;
  }
  .programas li {
    padding-bottom: 20vh;
  }
  .seccionProgramas li:not(:last-child) {
    padding-bottom: 0;
  }
  .principio {
    margin: 0;
    padding-top: 5vh;
  }
}
@media (max-width: 430px) {
  input[type=text], input[type=email], button[type=submit] {
    width: 22rem;
    height: 3rem;
  }
  input[type=text] {
    margin: 0;
  }
  .form_input--message {
    width: 22rem;
    height: 10rem;
  }
  button[type=submit] {
    height: 7vh;
  }
  .form_container {
    justify-content: flex-start;
  }
  .formYredes {
    gap: 8vh;
  }
  .redesContenedor {
    justify-content: flex-start;
    white-space: nowrap;
    gap: 3vh;
  }
  .redes img {
    height: 5vh;
  }
  .contenedor-silueta {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 200px;
    margin-top: 4vh;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: hidden;
    pointer-events: none;
  }
  .silueta {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 1400px;
    display: block;
    min-height: 6px;
    opacity: 40%;
    transform: translateX(0px);
    pointer-events: none;
  }
  .bienvenida {
    align-items: center;
    padding: 16vh 2vh 12vh 2vh;
  }
  .swiperInicio {
    margin-left: 0vh;
  }
  .swiperInicio .swiper-slide img {
    height: 35vh;
  }
  .swiperInicio .swiper-slide {
    margin-bottom: 7vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 22vh;
  }
  .programas img {
    height: 3vh;
  }
  .programas {
    align-items: center;
  }
}
@media (max-width: 376px) {
  input[type=text], input[type=email], button[type=submit] {
    width: 21rem;
    height: 3rem;
  }
  input[type=text] {
    margin: 0;
  }
  .form_input--message {
    width: 21rem;
    height: 10rem;
  }
  button[type=submit] {
    height: 5vh;
  }
  .form_container {
    justify-content: flex-start;
  }
  .redesContenedor {
    gap: 5vh;
  }
  .redes img {
    height: 4vh;
  }
  .contenedor-silueta {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 200px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: hidden;
    pointer-events: none;
  }
  .silueta {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 1400px;
    display: block;
    min-height: 6px;
    opacity: 40%;
    transform: translateX(0px);
    pointer-events: none;
  }
  .bienvenida {
    align-items: center;
    padding: 10vh 2vh 10vh 2vh;
  }
  .swiperInicio {
    margin-left: 0vh;
  }
  .swiperInicio .swiper-slide img {
    height: 35vh;
  }
  .swiperInicio .swiper-slide {
    margin-bottom: 7vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 20vh;
  }
  .programas img {
    height: 3vh;
  }
  .programas {
    align-items: center;
  }
}
@media (max-width: 321px) {
  input[type=text], input[type=email], button[type=submit] {
    width: 17rem;
    height: 3rem;
  }
  input[type=text] {
    margin: 0;
  }
  .form_input--message {
    width: 17rem;
    height: 10rem;
  }
  button[type=submit] {
    height: 5vh;
  }
  .form_container {
    justify-content: flex-start;
  }
  .redesContenedor {
    gap: 3vh;
  }
  .redes img {
    height: 2vh;
  }
  .contenedor-silueta {
    position: absolute;
    top: 55px;
    right: 0px;
    width: 200px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: hidden;
    pointer-events: none;
  }
  .silueta {
    position: relative;
    bottom: 0px;
    width: 100%;
    max-width: 1400px;
    display: block;
    min-height: 6px;
    opacity: 40%;
    transform: translateX(0px);
    pointer-events: none;
  }
  .bienvenida {
    align-items: center;
    padding: 10vh 1vh 10vh 1vh;
  }
  .swiperInicio {
    margin-left: 0vh;
  }
  .swiperInicio .swiper-slide img {
    height: 30vh;
  }
  .swiperInicio .swiper-slide {
    margin-bottom: 7vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 16vh;
  }
  .programas img {
    height: 3vh;
  }
  .programas {
    align-items: center;
  }
  .mitrabajo {
    align-items: center;
  }
}
@media (max-width: 395px) {
  .contenedor-silueta {
    top: 60px;
    right: 0px;
    width: 350px;
  }
  .swiperInicio .swiper-slide img {
    height: 40vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 30vh;
  }
}
@media (max-width: 425px) {
  .contenedor-silueta {
    top: 40px;
    right: 0px;
    width: 350px;
  }
  .swiperInicio .swiper-slide img {
    height: 40vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 30vh;
  }
  input[type=text], input[type=email], button[type=submit] {
    width: 23rem;
    height: 3rem;
  }
  input[type=text] {
    margin: 0;
  }
  .form_input--message {
    width: 23rem;
    height: 10rem;
  }
}
@media (max-width: 376px) {
  .contenedor-silueta {
    top: 5px;
    right: 0px;
    width: 300px;
  }
  .swiperInicio .swiper-slide img {
    height: 40vh;
  }
  .swiperTrayectoria .swiper-slide img {
    height: 30vh;
  }
  input[type=text], input[type=email], button[type=submit] {
    width: 22rem;
    height: 3rem;
  }
  input[type=text] {
    margin: 0;
  }
  .form_input--message {
    width: 22rem;
    height: 10rem;
  }
  .navbar-brand img {
    height: 2rem;
  }
}/*# sourceMappingURL=estilos.css.map */