.content-nos, .content-works, .content-work, .content-faq, .content-courses, .content-index {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9rem;
  text-indent: 0.2rem;
}

.barNav {
  position: absolute;
  background-color: #00c0ff;
  width: 100%;
  height: 4rem;
  top: 0px;
  border-radius: 0 4rem 0 1rem;
  border-bottom: 3px solid #F81878;
  border-right: 6px solid #333333;
  border-top: 0;
}
.barNav .row {
  --bs-gutter-x: 0;
}

.barDecoration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.listNav {
  display: block;
  list-style-type: none;
  background-color: #F81878;
  position: absolute;
  right: -5.75px;
  padding: 0.2rem 0.5rem;
  margin-top: 17.92rem;
  border: 1px 2px solid #333333;
  border-right: 6px solid #333333;
  border-bottom: 3px solid #333333;
  border-radius: 0 0 2rem 2rem;
  z-index: 100;
}

.LinkNav {
  display: block;
  color: #333333;
  padding: 0.2rem 1rem;
  margin: 0.4rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
  text-decoration: none !important;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  border-radius: 1rem;
  background-color: #ebebeb;
  border: 1px solid #000000;
  filter: drop-shadow(1px 1px 1px #000000);
}

#index {
  color: #000000;
  filter: drop-shadow(0 0 0 #000000);
  background-color: #ffffff;
  border: 1px solid #929292;
}

#cursos {
  color: #000000;
  filter: drop-shadow(0 0 0 #000000);
  background-color: #ffffff;
  border: 1px solid #929292;
}

#nosotros {
  color: #000000;
  filter: drop-shadow(0 0 0 #000000);
  background-color: #ffffff;
  border: 1px solid #929292;
}

#workshop {
  color: #000000;
  filter: drop-shadow(0 0 0 #000000);
  background-color: #ffffff;
  border: 1px solid #929292;
}

#preguntas {
  color: #000000;
  filter: drop-shadow(0 0 0 #000000);
  background-color: #ffffff;
  border: 1px solid #929292;
}

.logo-index {
  position: absolute;
  margin: 1.5rem;
  border-radius: 1rem;
  width: 8rem !important;
  height: auto !important;
  animation: rotacion 1.4s 1;
  filter: drop-shadow(2px 4px 6px #000000);
}

.logo {
  position: absolute;
  margin: 1.5rem;
  border-radius: 1rem;
  width: 8rem;
  height: auto;
  filter: drop-shadow(2px 4px 6px #000000);
}

@media only screen and (min-width: 1150px) and (orientation: landscape) {
  .barNav {
    position: relative;
    height: 4em;
    width: 99vw;
  }
  .barDecoration {
    justify-content: end;
  }
  .listNav {
    display: flex;
    list-style-type: none;
    background-color: #F81878;
    padding: 1.2rem 1.4rem;
    margin-top: 9.5rem;
    right: -6px;
    border-top: 0 solid;
    border-radius: 0rem 0 2rem 2rem;
  }
  .LinkNav {
    padding: 0.4rem 2rem;
    margin: 10px;
    font-size: 1.3rem;
    display: inline;
    border-radius: 1.2rem;
    font-style: normal;
    filter: drop-shadow(3px 3px 1px #000000);
  }
  .logo-index {
    width: 11rem !important;
  }
  .logo {
    width: 11rem !important;
  }
}
.body-index {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  width: 100%;
}

.body {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  width: 100%;
}

.border {
  border: #F81878 solid 3px;
}

.item {
  border: #00cc00 solid 2px;
}

h1 {
  font-size: 2.6rem;
  color: #201c9b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  margin: 2rem;
}

ul {
  list-style-type: none;
}

h2 {
  font-size: 2.1rem;
  color: #201c9b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  margin: 2rem 0 2rem;
}

h3 {
  font-size: 2.3rem;
  -webkit-text-decoration: 1px overline #929292;
          text-decoration: 1px overline #929292;
  color: #201c9b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
}

h4 {
  font-size: 1rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida S";
  color: #201c9b;
}

/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  h1 {
    font-size: 3rem;
    padding-top: 2rem;
  }
  .margin-title {
    margin-top: 12rem;
    margin-bottom: 10rem;
  }
  h2 {
    font-size: 2rem;
    margin: 2rem 0;
  }
  h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 1rem;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida S";
  }
  .short-hr {
    width: 10rem;
  }
}
.copyright {
  position: absolute;
  font-size: 0.7rem;
  text-align: center;
  left: 1.5rem;
  bottom: 0.5rem;
  opacity: 50%;
  color: rgb(255, 255, 255);
}

.redesSociales {
  height: 80px;
  width: 205px;
  margin: 0 auto 4rem;
}
.redesSociales img {
  display: inline-flex;
  height: 80%;
}

.foot {
  position: relative;
  background-color: #000000;
  width: auto;
  margin-top: 10rem;
  padding-bottom: 1rem;
  overflow-x: auto;
  filter: drop-shadow(0 -1rem 4rem #00c0ff);
}
.foot .row {
  --bs-gutter-x: 0;
}

.menuFooter {
  padding: 1.5rem;
  display: block;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.menuFooter .LinkFoot {
  color: #ffffff;
  -webkit-text-decoration: solid;
          text-decoration: solid;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
.menuFooter .LinkFoot:hover {
  color: #00c0ff;
}

.listFooter {
  display: block;
  list-style: none;
  font-size: 1.4rem;
  padding: 0;
}
.listFooter li {
  margin: 1rem 0;
}

/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  .foot {
    height: 20vh !important;
    bottom: 0px;
    margin-top: 8rem;
    filter: drop-shadow(0 -2rem 6rem #00c0ff);
    z-index: 20;
  }
  .listFooter {
    display: flex;
    text-decoration: none;
  }
  .copyright {
    font-size: 0.4rem;
  }
  .menuFooter {
    margin: auto;
    padding: 1rem 0.2rem 0;
    display: flex;
  }
  .menuFooter .LinkFoot {
    margin: 0 1rem;
    font-size: 1.2rem;
  }
  .copyright {
    font-size: 0.7rem;
    justify-content: center;
  }
}
.carrousel {
  display: flex;
  justify-content: left;
  margin-top: 2rem;
}

.bannerIndex {
  background-color: rgb(255, 255, 73);
  margin-bottom: 5rem;
  height: 5rem;
  padding: 0.6rem;
}
.bannerIndex #linkIndexWpp {
  display: block;
  position: relative;
  text-align: center;
}
.bannerIndex #inscripciones {
  font-size: 1.5rem;
}

.modal {
  display: block !important;
  position: absolute !important;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal .imgModal {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  margin-top: 10rem;
  animation: pulse 1.3s infinite;
}

.intro {
  font-size: 1rem;
}

.hrTitle {
  margin: auto;
  width: 17rem;
}

.imagenPrincipal {
  display: block;
  width: 60vw !important;
  margin-left: 2rem;
}

#principalTitle {
  height: 15rem;
  justify-self: left;
  margin-top: 2rem;
  margin-left: 0.5rem;
}

.content-index {
  position: relative;
  margin: 0.5rem 0 5rem;
  z-index: -50;
}
.content-index h1 {
  margin-bottom: 0.2rem;
}
.content-index h2 {
  margin-top: 0.2rem;
}
.content-index .smallFont {
  font-size: 0.8rem !important;
}
.content-index .comments {
  background-color: rgb(241, 241, 241);
}
.content-index img {
  display: block;
  width: auto;
  height: 5rem;
  justify-self: center;
}

#footIndexImage {
  display: none;
}

.aside div span {
  display: flex;
  width: 100%;
  justify-content: center;
}
.aside div span a {
  display: block;
  position: relative;
  margin: 0 0 8rem 0;
  padding: 0.5rem 0.2rem;
  width: 100%;
  text-decoration: none;
  font-size: 2rem;
  color: #201c9b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  justify-content: center;
  text-align: center;
  font-weight: bolder;
  background-color: rgb(255, 255, 255);
  border: 1px solid #333333;
  filter: drop-shadow(0 0 3px #333333);
}
.aside div img {
  width: 100%;
  border: 0.1rem solid #333333;
  filter: drop-shadow(2px 2px 4px #333333);
}

@keyframes rotacion {
  0% {
    transform: rotate(0deg);
  }
  50% {
    margin-left: 3rem;
    transform: rotate(35deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes pulse {
  0% {
    filter: drop-shadow(0 0 1rem #fff700);
  }
  25% {
    filter: drop-shadow(0 0 0.3rem #fff700);
  }
  50% {
    filter: drop-shadow(0 0 1rem #fff700);
  }
  75% {
    filter: drop-shadow(0 0 0.3rem #fff700);
  }
  100% {
    filter: drop-shadow(0 0 1rem #fff700);
  }
}
/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  .carrousel {
    justify-content: center;
  }
  .imagenPrincipal {
    width: 50vw !important;
    z-index: -10;
    display: block;
  }
  #principalTitle {
    height: 30rem;
    width: auto;
    margin-top: -5rem;
    justify-self: center;
  }
  .imagenPrincipalMovil {
    display: none;
  }
  .hrTitle {
    margin: auto;
    width: 20rem;
  }
  .content-index {
    position: relative;
    margin: 0;
    padding: 0 5rem 3rem !important;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.2rem;
    height: auto;
  }
  .content-index p {
    margin-top: 1.2rem;
  }
  .content-index img {
    display: block;
    width: 70%;
    height: auto;
    margin-top: -4rem;
  }
  .aside {
    margin-top: 7rem;
    padding: 0 6rem 0 0;
  }
  .aside div {
    margin: 0;
  }
  .aside div span a {
    display: flex;
    position: relative;
    width: 100%;
    text-decoration: none;
    font-size: 2rem;
    color: #201c9b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    justify-content: center;
    text-align: center;
    font-weight: bolder;
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(10px 10px 10px #333333);
  }
  .aside div img {
    width: 70% !important;
    height: auto;
    border: 0.1rem solid #333333;
    filter: drop-shadow(10px 10px 6px #333333);
    margin-top: 3rem;
    padding-bottom: 0;
    justify-self: center;
  }
  #footIndexImage {
    justify-self: center;
    border: none;
    display: block;
    margin-bottom: 0;
    width: 30vw;
    filter: opacity(80%);
  }
}
.image-courses {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34rem;
  height: 10rem;
  margin: 2rem 5rem;
  border: 1px solid #929292;
  filter: drop-shadow(0 0 1px #929292);
}

#h1cursos {
  display: none;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#cambridge {
  width: 8rem;
}

#mcer {
  width: 7rem;
}

#utn {
  width: 8rem;
  margin-right: 0.5rem;
}

#path {
  width: 6rem;
}

nav {
  --bs-gutter-x: 0;
}

section .row {
  --bs-gutter-x: 0 !important;
}

.tower {
  display: none;
}

.teacher {
  display: none;
}

.child-courses {
  display: none;
}

.content-courses {
  position: relative !important;
  margin: 3rem 1rem 0 !important;
  padding: 2rem !important;
  height: auto !important;
  background-color: rgb(255, 255, 255);
}
.content-courses span b {
  font-size: 1.1rem;
  text-align: center;
  margin: 1.5rem 0;
  display: block;
}
.content-courses span h3 {
  font-size: 3rem !important;
}

.div-courses {
  position: relative !important;
  margin: 17rem 0 0.5rem !important;
  padding: 1rem 1rem !important;
  height: auto !important;
  display: block;
  text-align: center;
}
.div-courses h2 {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 0.3rem;
  padding-bottom: 1rem;
}
.div-courses span {
  padding-top: 0.3rem;
  font-size: 0.8rem;
}

/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  #mcer {
    width: 15rem;
  }
  #cambridge {
    width: 20rem;
    margin: 0 2rem;
  }
  #utn {
    width: 20rem;
    margin: 0 2rem 0 0;
  }
  #path {
    width: 11rem;
    margin: 0 2rem;
  }
  .teacher {
    position: fixed;
    display: block;
    width: 20rem;
    bottom: 0rem;
    z-index: -10;
    filter: drop-shadow(0.3rem 0.3rem 3px #929292);
    filter: opacity(90%);
  }
  .child-courses {
    position: fixed;
    display: block;
    right: 0;
    width: 20rem;
    bottom: 0rem;
    z-index: -10;
    filter: drop-shadow(0.3rem 0.3rem 3px #929292);
    filter: opacity(90%);
  }
  .backgroundCoursesIntro {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.848);
  }
  .image-courses {
    display: inline-flex;
    width: 30rem;
    height: 30rem;
    margin: 12rem auto 1rem auto;
  }
  .content-courses {
    margin: 10rem 0 2rem !important;
    padding: 2rem;
    width: 50%;
    filter: drop-shadow(1px 1px 10px);
  }
  .content-courses p {
    padding: 0.5rem 0;
  }
  .content-courses span {
    padding: 0.5rem 0;
  }
  .courses-1 {
    border: 0.7rem ridge #00c0ff;
  }
  .courses-2 {
    border: 0.7rem ridge #F81878;
  }
  .courses-3 {
    border: 0.7rem ridge #fff700;
  }
  .courses-4 {
    border: 0.7rem ridge #000000;
  }
  .courses-5 {
    border: 0.7rem ridge #00cc00;
  }
  .exams-1 {
    border: 0.7rem double #00c0ff;
  }
  .exams-2 {
    border: 0.7rem double #00c0ff;
  }
  .div-courses {
    margin: 10rem 0 4rem !important;
  }
  .div-courses h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
  }
  .div-courses span {
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    padding: 0.5rem 10rem 0;
  }
}
.content-faq {
  position: relative !important;
  margin: 18rem 0 2rem 0 !important;
  padding: 0 2rem !important;
  height: auto !important;
  background-color: rgb(255, 255, 255);
}
.content-faq h1 {
  margin-top: 0;
}
.content-faq p {
  padding-top: 1rem;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button::after {
  transform: none !important;
  transition: none !important;
}

.center {
  display: flex;
  justify-content: center;
}

.noCursor {
  cursor: default !important;
}

/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  .content-faq {
    position: relative !important;
    margin: 6rem 0 2rem 0 !important;
    padding: 2rem 20rem !important;
    height: auto !important;
    justify-content: center;
  }
}
.image-workshop {
  position: absolute;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  animation: rgb 10s infinite;
}

.notes {
  display: none;
}

#squads-l-1 {
  position: fixed;
  left: 0;
  opacity: 40%;
  z-index: -6000;
  width: 20rem;
}

#squads-r-1 {
  display: none !important;
  opacity: 0% !important;
  position: fixed;
  z-index: -6000;
}

.content-work-imgs img {
  height: 18rem !important;
}

#manos {
  display: block;
  position: absolute;
  z-index: -100;
  margin-top: 3rem;
  margin-left: 0;
  width: 100%;
  height: 15rem;
  margin-left: -0.75rem;
  border-bottom: 6px ridge;
  border-top: 6px ridge;
}

.titles {
  margin-top: 19rem;
}
.titles h1 {
  font-size: 2rem;
  border-radius: 1.2rem !important;
  border: 0.3rem ridge #00c0ff !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}
.titles h2 {
  font-size: 1.2rem;
  color: #333333;
}

@keyframes rgb {
  0% {
    filter: drop-shadow(0.8rem 0.8rem 0 #00c0ff);
  }
  25% {
    filter: drop-shadow(0.8rem 0.8rem 0 #F81878);
  }
  50% {
    filter: drop-shadow(0.8rem 0.8rem 0 #fff700);
  }
  75% {
    filter: drop-shadow(0.8rem 0.8rem 0 #00cc00);
  }
  100% {
    filter: drop-shadow(0.8rem 0.8rem 0 #00c0ff);
  }
}
.content-work-1 {
  position: relative !important;
  margin: 5rem 0 1rem !important;
  padding: 2rem 1rem !important;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.848);
}

.content-work {
  position: relative !important;
  margin: 9rem 0 1rem !important;
  padding: 2rem 1rem !important;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.848);
}

.content-works {
  position: relative !important;
  margin: 9rem 0 1rem !important;
  padding: 2rem 1rem !important;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.848);
  z-index: -5000;
}

.content-work-imgs {
  margin: 2rem 0 15rem;
}
.content-work-imgs img {
  width: 92%;
  height: 50%;
}

.space {
  margin-top: 1rem;
}

/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  .content-work-1 {
    background-color: rgba(255, 255, 255, 0);
  }
  .titles {
    margin-top: 20.5rem;
  }
  .titles h1 {
    font-size: 3.5rem;
    border-radius: 1.2rem !important;
    border: 3px ridge #00cc00;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 4rem;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
  }
  .notes {
    display: block;
    position: absolute;
    width: 10rem;
    right: 8rem;
    top: 32.62rem;
    z-index: 500;
    filter: opacity(70%);
  }
  #squads-l-1 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1000;
    width: 13rem;
    opacity: 100%;
  }
  #squads-r-1 {
    display: block;
    position: fixed;
    right: 0;
    bottom: -4rem;
    width: 10rem;
    z-index: -1000;
    opacity: 100%;
  }
  .image-workshop {
    width: 100% !important;
    display: block !important;
    position: relative !important;
  }
  #manos {
    display: block;
    position: absolute;
    z-index: -100;
    margin-top: -5rem;
    margin-left: -0.75rem;
    width: 100vw;
    height: 35rem;
    border-bottom: 10px ridge;
    border-top: 0;
  }
  .content-work-img {
    margin: 2rem 0 5rem !important;
  }
  .content-work-imgs img {
    height: 26% !important;
  }
  .content-work {
    margin: 12rem 0 0 !important;
    padding: 2rem 30% 0 !important;
  }
  .content-work-1 {
    margin: 2rem 0 0 !important;
    padding: 2rem 30% 0 !important;
  }
  .content-works {
    position: relative !important;
    margin: 0 !important;
    padding: 0 30% !important;
  }
  .bottom {
    position: relative !important;
    bottom: 1rem !important;
  }
}
.content-nos {
  position: relative !important;
  margin: 1rem 0 0 0 !important;
  padding: 1rem !important;
  height: auto !important;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
}
.content-nos img {
  width: 4rem;
  height: 4rem;
  margin: 0 1rem 0 -1rem;
}

#question {
  font-size: 1.5rem;
  margin: 0;
}

#exp {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}

.first {
  position: relative !important;
  margin: 18rem 0 0 0 !important;
  padding: 1rem !important;
  height: auto !important;
}

.paragraph-nos p {
  text-indent: 0;
  margin-bottom: 1rem;
}
.paragraph-nos p b {
  font-size: 1.1rem;
  color: #00c0ff;
}
.paragraph-nos p .black {
  color: black;
}

.black {
  color: black;
}

.text-center {
  text-align: center;
}

/* desktop */
@media only screen and (min-width: 1150px) and (orientation: landscape) {
  #question {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #exp {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .content-nos {
    position: relative !important;
    margin: 1rem 0 0 0 !important;
    padding: 2rem 10rem !important;
    height: auto !important;
  }
  .content-nos img {
    width: 8rem;
    height: 8rem;
    margin: 0 3rem 0 -4rem;
  }
  .first {
    position: relative !important;
    margin: 10rem 0 0 0 !important;
    padding: 5rem 10rem 2rem !important;
    height: auto !important;
  }
  .mt2 {
    margin-top: 2rem;
  }
  .paragraph-nos p {
    font-size: 1.1rem;
  }
  .paragraph-nos p b {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=styles.css.map */