/*Tipografias*/

@font-face {
  font-family: "Savoye";
  src: url("fonts/Savoye-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/Poppins-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Acumin-Pro-Cond-Light";
  src: url("fonts/Acumin-Pro-Cond-Light.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Acumin-Pro-Cond-Book";
  src: url("fonts/Acumin-Pro-Cond-Book.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

/* generales */
/* Codigo añadido para que el header quede fijo hasta arriba */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Asegúrate de que el header esté por encima de otros elementos */
}
/* Codigo añadido para que el carrusel no sea tapado por el header */
body {
  padding-top: 100px; /* Ajusta esto según la altura de tu header */
}

h2 {
  font-family: "Savoye";
  color: white;
  width: 100%;
  font-size: 85pt;
  line-height: 105px;
  border-bottom: solid 1px #ffffff;
  color: white;
  padding-top: 2rem;
  text-shadow: 1px 1px 2px #45367A;
  margin-bottom: 0;
}

h3 {
  font-family: "Acumin-Pro-Cond-Book";
  color: #45367A;
  font-size: 30px;
  padding-top: 2rem;
  margin-bottom: 0;
}

h4 {
  font-family: "Poppins-Black";
  color: #074649;
  font-size: 30px;
}

h5 {
  font-family: "Acumin-Pro-Cond-Book";
  color: #074649;
  font-size: 30px;
}

h6 {
  font-family: "Savoye";
  color: #074649;
  width: 100%;
  font-size: 85pt;
  line-height: 60pt;
  border-bottom: solid 1px #ffffff;
  padding-top: 2rem;
  margin-bottom: 0;
}

.texto-escoge {
  font-family: "Acumin-Pro-Cond-Book";
  color: #074649;
  font-size: 30px;
}

/* nav bar */

#menu02 {
  vertical-align: middle;
}

.fondo-nav-azul {
  height: 100px;
  background-image: url(imagenes/rainbow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #008f89;
  position: relative;
  z-index: 10;
  box-shadow: 0px -5px 15px #000000;

}

input {
  display: none;
}

.open {
  background-color: white;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: white;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: white;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  cursor: pointer;
  float: right;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #008f89;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  margin-top: 7%;
  margin-bottom: 20%;
  position: relative;
  font-size: 35px;
  text-align: center;
  padding-bottom: 15px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li a {
  display: block;
  color: #68C7B0;
  text-decoration: none;
  transition: color 0.2s;
  font-family: "Poppins-Black";
  text-transform: uppercase;
  padding: 5px 0;
}

.menu ul li a:hover {
  color: white;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked~.menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked~.menuEffects ul {
  opacity: 1;
}

#menuToggle:checked~.menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked~.menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked~.menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked)~.menuEffects ul {
  transform: translateY(-30%);
}


.navbar-brand {
  width: 70px;
}

.nav-link {
  font-family: Poppins-Black;
  font-size: 30px;
  color: #69c7b0;
}

.nav-link:hover {
  color: white;
}

.container{
  margin-top: -20px;
}
/* diseño de las cajas que se van a utilizar */
.content {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.content-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
}

/* metodo de estudio */

.leftpurple {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #9587c7, #9C91C5);
}

.grandecursiva {
  padding-top: 2rem;
  font-family: "Savoye";
  font-size: 85pt;
  line-height: 60pt;
  border-bottom: solid 1px #ffffff;
  color: white;

}

.espaciotexto {
  width: 100%;
}

.grande {
  font-size: 24px;
  font-weight: 800;
  font-size: 30px;
  color: white;
  padding-top: 1rem;
}

.textoareamorada {
  font-family: "Acumin-Pro-Cond-Light";
  font-size: 24px;
  text-align: center;
  color: #45367A;
  line-height: 1.5;
  margin-bottom: 0;
}


.imagen img {
  width: 100%;
  height: 100%;
  object-position: right;
  object-fit: cover;
}

.centradomorado {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 80%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.botonmorado {
  font-family: "Acumin-Pro-Cond-Book";
  font-size: 24px;
  background: linear-gradient(to bottom, #63598B, #45367A);
  border: none;
  color: white;
  border-radius: 3px;
  padding-top: .5rem;
  padding-bottom: .3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0px 1px 1px #000000;
  margin: 1rem;
}

.botonmorado:hover {
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* logo atelier */
.centradoatelier {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
  background-color: #0E8D89;
  background-image: url(imagenes/separador.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-self: center;
}

.logoatelier {
  width: 300px;
}

/* seccion nuestros cursos */


.texto-curso {
  padding-top: 2rem;
  font-family: "Acumin-Pro-Cond-Light";
  font-size: 24px;
  text-align: center;
  color: #074649;
  line-height: 1.5;
  margin-bottom: 0;
}

.nuestroscursos {
  width: 90%;
}

.botonverde {
  font-family: "Acumin-Pro-Cond-Book";
  font-size: 24px;
  background: linear-gradient(to bottom, #0a6e6b, #074649);
  border: none;
  color: white;
  border-radius: 3px;
  padding-top: .5rem;
  padding-bottom: .3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0px 1px 1px #000000;
}

.botonverde:hover {
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.centradoatelierverde {
  text-align: center;
  width: 100%;
  background-color: #c8e4dd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  align-self: center;
  padding-top: 5rem;
  padding-bottom: 0rem;
  align-items: center;
  align-content: center;
  text-align: -webkit-center;
}

.centradoatelierverde-nues {
  text-align: center;
  width: 100%;
  background-color: #c8e4dd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  align-self: center;
  padding-top: 5rem;
  padding-bottom: 0;
  align-items: center;
  align-content: center;
  text-align: -webkit-center;
    padding: 100px 0;
     background-image: url(imagenes/background-texture_bottom.svg);
  background-repeat: repeat-x;
  background-size:250%;
  background-position: bottom;
 
}

.centradoatelierverde-02 {
  text-align: center;
  width: 100%;
  background-image: url(imagenes/background-texture_top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  align-self: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;
  align-content: center;
  text-align: -webkit-center;
}

.caja80metodos {
  width: 90%;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 5rem;


}


.cursos {
  width: 24%;
  box-sizing: border-box;
  background-color: white;
  justify-content: space-around;
  border-radius: 3px;
  box-shadow: 0px 1px 3px #88bfb1;
}

.carousel-item2:last-child {
  margin-right: 0;
}

.imagenescursos {
  padding: 1%;
  width: 100%;
  margin-right: 1%;
}

.informaciondelcurso {
  margin: 1rem;
  text-align: left;
}

.detallesdelcurso {
  border-top: solid 1px #074649;
  border-bottom: solid 1px #074649;
  font-family: "Acumin-Pro-Cond-Light";
  font-size: 24px;
  color: #074649;
  text-align: left;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.detallesdelcurso p {
  margin-bottom: 0px;
}

.detalles {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.detalles p {
  margin-bottom: 0px;
}

.fa-clock {
  background-color: #008F8A;
  padding: 0.6rem;
  border-radius: 5px;
  color: white;
}

.fa-calendar-alt {
  background-color: #008F8A;
  padding: 0.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 5px;
  color: white;
}

.fa-users {
  background-color: #008F8A;
  padding: 0.5rem;
  border-radius: 5px;
  color: white;
}

.textos {
  display: flex;
  flex-direction: column;
  line-height: 24px;
}

.textos p {
  margin-bottom: 0px;
}

.botonescajas {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 1rem;
  display: flex;
  width: 100%;
  gap: 1rem;
}

.imagenhorizontal {
  display: none;
}

.imagenvertical {
  display: inline;
  margin-top: -5px;
}

.botonverde-inscripcion,
.botonverde-pagoenlinea {
  margin-left: .4rem;
  margin-right: .4rem;
  font-family: "Acumin-Pro-Cond-Book";
  font-size: 24px;
  background: linear-gradient(to bottom, #0a6e6b, #074649);
  border: none;
  color: white;
  border-radius: 3px;
  padding-top: .5rem;
  padding-bottom: .3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0px 1px 1px #000000;
}

.botonverde-inscripcion:hover {
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.botonverde-pagoenlinea:hover {
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.excellenceaward {
  width: 200px;
  padding-top: 2rem;
}

/* inscribete */

.rightpurple {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #9587c7, #9C91C5);
}

.grandecursiva {
  padding-top: 2rem;
  font-family: "Savoye";
  font-size: 85pt;
  line-height: 60pt;
  border-bottom: solid 1px #ffffff;
  color: white;
}

.espaciotexto {
  width: 100%;
}

.grande {
  font-size: 24px;
  font-weight: 800;
  font-size: 30px;
  color: white;
  padding-top: 1rem;
}

.textoareamorada {
  font-family: "Acumin-Pro-Cond-Light";
  font-size: 24px;
  text-align: center;
  color: #45367A;
  line-height: 1.5;
}


.imagen-inscribete img {
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: cover;
}

.centradomorado {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 80%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}


.centradoatelierverdeParis {
  text-align: center;
  width: 100%;
  background-color: #c8e4dd;
  align-self: center;
  padding-top: 2rem;
  margin-top: 0rem;
}

.centradoatelierSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  text-align: center;
  width: 100%;
  background-color: #008F8A;
  margin-top: -0.35rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.social-icon {
  font-size: 2rem;
  /* tamaño de los iconos */
  background-color: #008F8A;
  color: white;
  /* Color inicial */
  transition: color 0.3s ease, background-color 0.3s ease;
  /* transición suave para el cambio de color */
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.social-icon-f {
  font-size: 2rem;
  color: white;
  /* color inicial */
  transition: color 0.3s ease, background-color 0.3s ease;
  /* transición suave para el cambio de color */
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.social-icon-f:hover {
  color: #008F8A;
  background-color: white;
}

.social-icon:hover {
  color: #008F8A;
  background-color: white;
}

/* media queries */

/* media queries - nuestro metodo */
@media (max-width: 768px) {
  .content {
    display: flex;
    flex-direction: column;
  }

  .leftpurple {
    width: 100%;
  }
  .rightpurple {
    width: 100%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* media queries para nuestros cursos  */

@media (max-width: 1024px) {
  .caja80metodos {
    width: 90%;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
  }

  .cursos {
    width: 48.5%;
    box-sizing: border-box;
    background-color: white;
    justify-content: space-around;
  }
  .cursos-top {
    width: 48.5%;
    box-sizing: border-box;
    background-color: white;
    justify-content: space-around;
    margin-bottom: 3%;
  }

  h6 {
    font-size: 75px;
    line-height: 70px;
}
}

@media (max-width: 768px) {
  .caja80metodos {
    width: 90%;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
  }

  .imagenhorizontal{
    display: inline;
    height: 400px;
  
  }
  .imagenvertical{
    display: none;
  }
  .botonverde{
    padding-top: .5rem;
    padding-bottom: .3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 596px) {

  .nuestroscursos {
    padding: 0;
  }

  .texto-escoge{
    margin: 0%;
  }
  .cursos {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    justify-content: space-around;
  }
  .curso-bottom{
    margin-top: 3%;
  }
  .caja80metodos {
  padding-top: 3rem;
  padding-bottom: 0;
  }
}

.centradoatelierverde-nues {
  padding-top: 3rem;
}

.container-100{
  display: flex;
  justify-content: center;
  background-color: #008f89;
  margin-top: -0.1rem;
  height: 100px;align-items: center;
}
.container-footer {
  background-color: #008f89;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  display: flex;
  padding: 0;
  height: 90px;
  margin: 0;
}
.texto-derechos{
  font-family:"Acumin-Pro-Cond-Light";
  color: white;
  justify-content: left;
  margin: 0%;
}

.iconos-redes{
  display: flex;
  gap: 1em;
  justify-content: right;
}


footer .social-media p{
  margin-right: 15px;
  border-radius: 100%;
  text-align:center;
  width: 20px;
  cursor:pointer;
}

.social-icon {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  background-color: #68C7B0;
  color: #008F8A;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.social-icon-f {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  background-color: #68C7B0;
  color: #008F8A;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}




@media (max-width: 1024px) {
  .menu .menuContent{
    font-size: medium;
    margin-top: 20%;
  }

  .menu ul li a {
    display: block;
   
    text-decoration: none;
    transition: color 0.2s;
    font-family: "Poppins-Black";
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 25px;
}

h2 {
    font-size: 75px;
    line-height: 70px;

}



}

@media (max-width: 768px) {
  .container-footer{
    flex-direction: column;
    height: 100px;
    justify-content:center;
  }
  .col-6{
    justify-content: center;
    width: 100%;
  }
  .texto-derechos{
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .social-icon-f{
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
  .social-icon{
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }

  .iconos-redes{
    margin-bottom: 1rem;
  }
}