main.rosario {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
main.rosario section div.sobremi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.rosario section div.sobremi img#rosario {
  width: 164px;
  height: 164px;
  border-radius: 164px;
  object-fit: cover;
  margin: 15px;
}
main.rosario section div.sobremi p {
  width: 80%;
  margin: 15px;
}

section.aplicados {
  max-width: 80%;
  margin: 50px auto;
  max-height: 230px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid black;
}
section.aplicados div.textoaplicados {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.aplicados div.aplicado {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 15px;
}
section.aplicados div.aplicado img {
  width: 136px;
  height: 176px;
}

@media screen and (max-width: 750px) {
  section.aplicados {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    max-width: 90%;
    margin: 25px auto;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid black;
  }
  section.aplicados div.textoaplicados {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.aplicados div.aplicado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
}
div.producciones {
  max-width: 95%;
  margin: auto;
}
div.producciones a.produccion {
  padding: 10px 20px;
  background-color: #ED7A77;
  color: white;
  border-radius: 5px;
}
div.producciones a.produccion:hover {
  border: 2px solid #ED7A77;
  background-color: #fff !important;
  color: #ED7A77 !important;
}

@media screen and (max-width: 576px) {
  div.producciones div.card div.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  }
  div.producciones div.card div.card-body h5.card-title {
    text-align: center;
  }
  div.producciones div.card div.card-body p.card-text {
    display: none;
  }
  div.producciones div.card div.card-body a.produccion {
    padding: 5px 40px;
    border-radius: 5px;
  }
}
div.galerias {
  max-width: 95%;
  margin: auto;
}
div.galerias section.galeria {
  display: flex;
  margin: 10px;
  gap: 10px;
}
div.galerias section.galeria img {
  width: 33%;
}

footer div.redes .fa-whatsapp, footer div.redes .fa-behance, footer div.redes .fa-instagram {
  font-size: 30px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  margin: auto;
}

h1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 15px;
  color: #000;
  font-size: 60px;
  font-weight: 400;
}

p {
  font-size: 20px;
  font-weight: 300;
}

header nav.navbar {
  background: #fff;
  max-width: 100%;
  padding: 10px;
  margin: auto;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  z-index: 999999;
}
header nav.navbar div.container-fluid a.navbar-brand {
  color: #ED7A77;
}
header nav.navbar div.container-fluid button.navbar-toggler {
  border: none;
}
header nav.navbar div.container-fluid button.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
header nav.navbar div.container-fluid div ul {
  margin-left: 30%;
}
header nav.navbar div.container-fluid div ul li a {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
header nav.navbar div.container-fluid div ul li.active a {
  color: #ED7A77 !important;
  font-weight: 700;
}

main {
  padding-top: 20px;
  padding-bottom: 100px;
}
main h1.minombre {
  position: absolute;
  top: 35vh;
  justify-self: center;
  color: #fff;
  text-shadow: 5px 5px 18px black;
  font-size: 3rem;
  font-weight: 900;
  background: rgba(26, 22, 22, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.4px);
  padding: 5px 50px;
}
main section.videospatch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px;
  object-fit: cover;
}
main section.videospatch video.videopatch {
  width: 33%;
  max-height: 80vh;
  object-fit: cover;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: space-between;
  background: #fff;
  max-width: 100% !important;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 40px;
}
footer div.redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
footer div.redes .fa-instagram {
  color: #E1306C;
}
footer div.redes .fa-behance {
  color: #1769ff;
}
footer div.redes .fa-whatsapp {
  color: #25D366;
}
footer a {
  font-size: 16px;
  color: #ED7A77;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  body {
    width: 100%;
    margin: auto;
  }
  main {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  main section.videospatch {
    margin: 40px auto;
  }
  main section.videospatch video.compu {
    display: none;
  }
  main section.videospatch video.videopatch.celu {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
  main h1.minombre {
    position: absolute;
    top: 35vh;
    justify-self: center;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 80%;
    padding: 15px 30px;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
  }
  footer div h3 {
    font-size: 24px;
    text-align: center;
  }
  footer div.redes {
    gap: 18px;
    margin-top: 15px;
  }
  footer a {
    font-size: 16px;
    text-align: center;
  }
  header nav.navbar div.container-fluid div ul {
    margin-left: 5%;
    margin-top: 15px;
  }
  header nav.navbar div.container-fluid div ul li a {
    font-size: 16px;
  }
}

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