body {
  overflow-x: hidden;
  /* -------------------------------------------------------------------------- */
  /*                                  VARIABLES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  PARALLAX                                  */
  /* -------------------------------------------------------------------------- */

  /* -------------------------------------------------------------------------- */
  /*                                  GENERALES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   HEADER                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    MAIN                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   FOOTER                                   */
  /* -------------------------------------------------------------------------- */
}
body .parallax {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center top;
}
body .swiper-container {
  margin-left: 0;
}
body .opacitynone {
  opacity: 0 !important;
}
body .transform-cell {
  -o-object-fit: contain;
  object-fit: contain;
}
body .project {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}
body .project-down {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}
body .project-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.25s;
}
body .project-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.25s;
}
body .project-zoom {
  opacity: 0;
  transform: scale(0);
  transition: 0.65s;
}
body .project-zoom_dos {
  opacity: 0;
  transform: scale(0);
  transition: 1.5s;
}
body .project-zoom_tres {
  opacity: 0;
  transform: scale(0);
  transition: 2s;
}
body .project-zoom_cuatro {
  opacity: 0;
  transform: scale(0);
  transition: 2.5s;
}
body .project-zoom_cinco {
  opacity: 0;
  transform: scale(0);
  transition: 2.8s;
}
body .project-zoom_seis {
  opacity: 0;
  transform: scale(0);
  transition: 3.1s;
}
body .fade-left {
  opacity: 1;
  transform: translateX(0);
}
body .fade-right {
  opacity: 1;
  transform: translateX(0);
}
body .fade-in {
  opacity: 1;
  transform: translateX(0);
}
body .zoom-in {
  opacity: 1;
  transform: scale(1);
}
body .fade-up {
  opacity: 1;
  transform: translateY(0);
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
body ul li {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul li,
body span,
body ol li,
body em,
body quote,
body strong {
  letter-spacing: 0.06rem;
}
body .container {
  max-width: 90vw;
  margin: 0 auto;
}
body .botones button {
  padding: 0.25rem 1.5rem;
  font-size: clamp(1rem, 4vw, 1.2rem);
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 4rem;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
}
body .botones button:focus, body .botones button:focus-visible, body .botones button:focus-within {
  outline: none;
}
body .uacf7-step.step-content.step-start button.uacf7-next {
  background-color: #3aaa35;
  color: #fff;
  padding: 0.35rem 2rem;
  border-radius: 3rem;
  border: 0;
  letter-spacing: 0.09rem;
  font-weight: bold;
}
body .header {
  position: relative;
}
body .header-logo {
  position: absolute;
  left: 5vw;
  bottom: 5px;
}
body .header-logo img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .header-top {
  background-color: #fff;
}
body .header-top .container {
  display: flex;
  justify-content: end;
  align-items: center;
}
body .header-top-social {
  padding: 1rem 0;
}
body .header-top-social ul {
  display: flex;
  margin-bottom: 0;
}
body .header-top-social ul li {
  padding-right: 0.8rem;
}
body .header-top-social ul li:last-of-type {
  padding-right: 0;
}
body .header-top-social ul li a svg {
  width: 1.1em;
  height: 1.1em;
}
body .header-top-social ul li a svg path {
  fill: #3aaa35;
}
body .header-menu {
  padding: 1rem 0;
  background-color: #3aaa35;
}
body .header-menu .container {
  display: flex;
  align-items: center;
  justify-content: end;
}
body .header-menu ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
body .header-menu ul li {
  padding-right: 1.5rem;
}
body .header-menu ul li.current-menu-item a {
  font-weight: bold;
  color: #e2d70d;
}
body .header-menu ul li:last-of-type {
  padding-right: 0;
}
body .header-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(0.8rem, 4vw, 0.95rem);
  transition: 0.5s;
}
body .header-menu ul li a:hover {
  color: #e2d70d;
}
body .header-menu button {
  display: none;
}
body .header-menu button.responsive {
  border: 0;
  background-color: transparent;
}
body .header-menu button.responsive svg {
  width: 2em;
  height: 2em;
}
body .header-menu button.responsive svg path {
  fill: #fff;
}
body .main {
  /* -------------------------------------------------------------------------- */
  /*                              BANNER PRINCIPAL                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  NOSOTROS                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             TARDECITAS ARBOLEDA                            */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  TALLERES                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   GALLERY                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                PAGE NOSOTROS                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  FILOSOFIA                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   METODO                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              ACTIVIDADES LIST                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 HEADER PAGE                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                         SINGLE GALLERY ACTIVIDADES                         */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                           FORMULARIO DE ADMISION                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  CONTACTO                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                INFO CONTACTO                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  EDUCACION                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  PERFILES                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    MODA                                    */
  /* -------------------------------------------------------------------------- */
}
body .main .main-bannerprincipal {
  height: 100vh;
  position: relative;
}
body .main .main-bannerprincipal .educacion {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 10;
  max-width: 90vw;
  margin: 0 auto;
}
body .main .main-bannerprincipal .educacion .col-lg-4 {
  cursor: pointer;
}
body .main .main-bannerprincipal .educacion .col-lg-4:nth-of-type(1) .educacion-box {
  background-color: #fa9d1e;
  border-bottom-left-radius: 2rem;
}
body .main .main-bannerprincipal .educacion .col-lg-4:nth-of-type(2) .educacion-box {
  background-color: #3aaa35;
}
body .main .main-bannerprincipal .educacion .col-lg-4:nth-of-type(3) .educacion-box {
  background-color: #e2d70d;
  border-top-right-radius: 2rem;
}
body .main .main-bannerprincipal .educacion-box {
  height: 140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.04);
}
body .main .main-bannerprincipal .educacion-box h1 {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: bold;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 0;
}
body .main .main-bannerprincipal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.4);
}
body .main .main-bannerprincipal .overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main .main-bannerprincipal-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body .main .main-bannerprincipal-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main .main-bannerprincipal .container {
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
body .main .main-bannerprincipal-titulo h1 {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  color: #fff;
  letter-spacing: 0.8rem;
  text-transform: uppercase;
}
body .main .main-bannerprincipal-titulo h1 strong {
  font-size: clamp(2rem, 5vw, 6rem);
}
body .main .main-bannerprincipal-titulo .botones {
  margin-top: 2rem;
}
body .main .main-bannerprincipal-titulo .botones a:nth-of-type(1) {
  margin-right: 0.7rem;
}
body .main .main-bannerprincipal-titulo .botones a:nth-of-type(1) button {
  background-color: #fa9d1e;
}
body .main .main-bannerprincipal-titulo .botones a:nth-of-type(2) button {
  background-color: #e2d70d;
}
body .main-homenosotros {
  padding: 12rem 0 5em 0;
  position: relative;
}
body .main-homenosotros .overlay {
  position: absolute;
  right: -500px;
  top: -100px;
  z-index: 2;
}
body .main-homenosotros .overlay img {
  width: 100%;
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .main-homenosotros .container {
  position: relative;
  z-index: 5;
}
body .main-homenosotros .container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 3px;
  background-color: #e2d70d;
  z-index: 22;
}
body .main-homenosotros-texto p {
  width: 85%;
  font-size: clamp(1rem, 4vw, 1.2rem);
  color: #888888;
}
body .main-homenosotros-texto p strong {
  font-weight: bold;
  color: #3aaa35;
}
body .main-homenosotros-portada img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 12rem;
}
body .main-tardecitasarboleda {
  padding: 2rem 0 6rem 0;
}
body .main-tardecitasarboleda.page {
  padding: 2rem 0 2rem 0;
}
body .main-tardecitasarboleda-titulo h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: clamp(1.4rem, 5vw, 2rem);
  text-transform: uppercase;
  line-height: 1;
  color: #3aaa35;
}
body .main-tardecitasarboleda-titulo h1 strong {
  font-size: clamp(2rem, 4vw, 4rem);
}
body .main-tardecitasarboleda-list {
  padding: 3rem 0;
  max-width: 70vw;
  margin: 0 auto;
}
body .main-tardecitasarboleda-list-box {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
body .main-tardecitasarboleda-list-box:nth-of-type(1) ul li {
  cursor: pointer;
}
body .main-tardecitasarboleda-list-box:nth-of-type(1) ul li:nth-of-type(1) {
  background-color: #fa9d1e;
  width: 25%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(1) ul li:nth-of-type(2) {
  background-color: #3aaa35;
  width: 50%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(1) ul li:nth-of-type(3) {
  background-color: #e2d70d;
  width: 25%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(2) ul li:nth-of-type(1) {
  background-color: #e2d70d;
  width: 45%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(2) ul li:nth-of-type(2) {
  background-color: #fa9d1e;
  width: 25%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(2) ul li:nth-of-type(3) {
  background-color: #3aaa35;
  width: 30%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(3) ul li:nth-of-type(1) {
  background-color: #fa9d1e;
  width: 25%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(3) ul li:nth-of-type(2) {
  background-color: #3aaa35;
  width: 25%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(3) ul li:nth-of-type(3) {
  background-color: #e2d70d;
  width: 25%;
}
body .main-tardecitasarboleda-list-box:nth-of-type(3) ul li:nth-of-type(4) {
  background-color: #3aaa35;
  width: 25%;
}
body .main-tardecitasarboleda-list-box ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
body .main-tardecitasarboleda-list-box ul li {
  padding: 1rem 2rem;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
body .main-tardecitasarboleda-list-box ul li:hover {
  box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}
body .main-tardecitasarboleda-list-box:last-of-type {
  margin-bottom: 0;
}
body .main .main-talleres {
  padding: 3rem 0 0 0;
  display: flex;
  justify-content: end;
  position: relative;
  overflow: hidden;
}
body .main .main-talleres .overlay {
  z-index: 1;
  height: 45%;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #3aaa35;
}
body .main .main-talleres .container {
  position: relative;
  z-index: 3;
}
body .main .main-talleres .container .row {
  height: 100%;
}
body .main .main-talleres .container .row .col-lg-6 {
  display: flex;
  justify-content: center;
}
body .main .main-talleres-feature {
  justify-content: end;
  display: flex;
}
body .main .main-talleres-feature img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(25px);
}
body .main .main-talleres-list {
  height: 100%;
}
body .main .main-talleres-list ul {
  padding-left: 0;
  padding: 2rem 0;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #e2d70d;
  height: 100%;
  display: flex;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
body .main .main-talleres-list ul li {
  padding: 1rem 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 90%;
  margin: 0 auto;
}
body .main .main-gallery {
  padding: 1rem 0;
}
body .main .main-gallery .container-fluid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
body .main .main-gallery .container-fluid img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main .main-gallery-large {
  grid-column: span 4;
}
body .main-nosotrospage {
  padding: 7rem 0 2rem 0;
  max-width: 1024px;
  margin: 0 auto;
}
body .main-nosotrospage p {
  font-size: clamp(1rem, 4vw, 2.4rem);
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.6;
  text-align: center;
  color: #3aaa35;
}
body .main-nosotrospage p strong {
  font-size: clamp(2rem, 5vw, 4vw);
  line-height: 1;
}
body .main-filosofia {
  padding: 0;
}
body .main-filosofia-box {
  padding: 5rem;
  height: 400px;
}
body .main-filosofia-box.amarillo {
  background-color: #e2d70d;
}
body .main-filosofia-box.naranja {
  background-color: #fa9d1e;
}
body .main-filosofia-box.verde {
  background-color: #3aaa35;
}
body .main-filosofia-box-titulo h2 {
  color: #fff;
  font-size: clamp(1.3rem, 4vw, 3rem);
  font-weight: 500;
}
body .main-filosofia-box-titulo p {
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: #fff;
}
body .main-metodo {
  padding: 7rem 0 4rem 0;
}
body .main-metodo-titulo {
  padding-bottom: 2rem;
}
body .main-metodo-titulo h1 {
  font-size: clamp(1.5rem, 5vw, 2.5vw);
  color: #3aaa35;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
body .main-metodo-titulo h1 strong {
  font-size: clamp(2.2rem, 6vw, 3rem);
}
body .main-metodo-texto {
  max-width: 900px;
  margin: 0 auto;
}
body .main-metodo-texto-botones {
  padding: 4rem 0 2rem 0;
  display: flex;
  justify-content: center;
}
body .main-metodo-texto-botones .botones button:first-of-type {
  margin-right: 1rem;
  background-color: #3aaa35;
}
body .main-metodo-texto-botones .botones button:last-of-type {
  background-color: #fa9d1e;
}
body .main-metodo-texto p {
  color: #3aaa35;
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  text-align: center;
  margin-bottom: 1.5rem;
}
body .main-metodo-texto p:last-of-type {
  margin-bottom: 0;
}
body .main-actividadeslist {
  padding: 6rem 0;
  background-color: rgba(136, 136, 136, 0.1);
  border-top-left-radius: 5rem;
}
body .main-actividadeslist-box {
  margin-bottom: 2rem;
}
body .main-actividadeslist-box-feature img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
body .main-actividadeslist-box-info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}
body .main-actividadeslist-box-info-titulo h3 {
  color: #3aaa35;
}
body .main-actividadeslist-box-info-titulo ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
body .main-actividadeslist-box-info-titulo ul a {
  padding: 0.05rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #888888;
}
body .main-actividadeslist-box-info-titulo ul a:hover {
  color: #3aaa35;
}
body .main-actividadeslist-box-info-titulo ul a li {
  color: #888888;
}
body .main-actividadeslist-box-info-titulo ul li {
  padding-right: 0.4rem;
  color: #888888;
}
body .main-actividadeslist-box-info-titulo ul li strong {
  color: #fa9d1e;
  padding-right: 0.5rem;
}
body .main-actividadeslist-box-info-titulo ul li:last-of-type {
  padding-right: 0;
}
body .main-actividadeslist-box-info-titulo p {
  color: #888888;
  font-size: clamp(1rem, 4vw, 1.15rem);
  letter-spacing: 0.04rem;
}
body .main-actividadeslist-box-info-titulo a {
  display: block;
}
body .main-actividadeslist-box-info-titulo .botones {
  padding-top: 2.5rem;
}
body .main-actividadeslist-box-info-titulo .botones button {
  background-color: #3aaa35;
  font-size: clamp(1rem, 4vw, 1.1rem);
  transition: 0.5s;
}
body .main-actividadeslist-box-info-titulo .botones button:hover {
  background-color: #fa9d1e;
}
body .main-actividadeslist-box:last-of-type {
  margin-bottom: 0;
}
body .main-headerpage {
  padding: 2rem 0;
  background-color: #e2d70d;
  display: flex;
}
body .main-headerpage-titulo h1 {
  font-size: clamp(1.4rem, 5vw, 2.5rem);
  font-weight: bold;
  color: #3aaa35;
}
body .main-headerpage-titulo h1 br {
  display: none;
}
body .main-singlegallery-gallery img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body .main-singlegallery-info {
  padding: 4rem;
}
body .main-singlegallery-info-titulo {
  padding-bottom: 1rem;
}
body .main-singlegallery-info-titulo.perfiles {
  display: flex;
}
body .main-singlegallery-info-titulo.perfiles img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
body .main-singlegallery-info-titulo .info {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
body .main-singlegallery-info-titulo .info h2 {
  line-height: 1;
  color: #3aaa35;
  margin-bottom: 0;
  font-weight: bold;
}
body .main-singlegallery-info-titulo .info span {
  color: #888888;
  font-style: italic;
}
body .main-singlegallery-info-texto ul {
  padding-left: 0;
  margin-bottom: 0;
}
body .main-singlegallery-info-texto ul li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .main-singlegallery-info-texto ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
body .main-singlegallery-info-texto p {
  color: #888888;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
}
body .main-admision {
  padding: 5rem 0;
}
body .main-admision-formulario {
  padding-bottom: 4rem;
}
body .main-admision-formulario h3 {
  color: #3aaa35;
  padding: 1rem 0;
}
body .main-admision-formulario p strong {
  color: #3aaa35;
  padding: 1rem 0;
  display: block;
  font-size: 1.3rem;
}
body .main-admision-formulario ul li {
  list-style-type: numeric;
}
body .main-admision-formulario form input {
  width: 100%;
  margin-bottom: 1rem;
  border: 0;
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  color: rgba(136, 136, 136, 0.9);
}
body .main-admision-formulario form input:focus, body .main-admision-formulario form input:focus-visible, body .main-admision-formulario form input:focus-within {
  outline: none;
}
body .main-admision-formulario form input.wpcf7-submit {
  margin-top: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #3aaa35;
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
}
body .main-headercontacto {
  background-color: #fff;
  height: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
body .main-headercontacto .overlay {
  background-color: #3aaa35;
  height: 70%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
body .main-headercontacto .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .main-headercontacto-titulo {
  color: #fff;
  padding-bottom: 3rem;
}
body .main-headercontacto-info {
  width: 100%;
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2);
}
body .main-headercontacto-info .icon {
  margin-right: 1rem;
  background-color: #3aaa35;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body .main-headercontacto-info .icon svg path {
  fill: #fff;
}
body .main-headercontacto-info-direccion, body .main-headercontacto-info-phone {
  align-items: center;
  display: flex;
}
body .main-headercontacto-info-direccion ul, body .main-headercontacto-info-phone ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
body .main-headercontacto-info-direccion ul li, body .main-headercontacto-info-phone ul li {
  padding-right: 1rem;
  font-size: 1.1rem;
  color: #888888;
}
body .main .main-contactoinfo {
  padding: 3rem 0;
}
body .main .main-contactoinfo-info-titulo {
  padding-bottom: 2rem;
}
body .main .main-contactoinfo-info-titulo h2 {
  font-size: clamp(1.5rem, 5vw, 2.2em);
  color: #3aaa35;
}
body .main .main-contactoinfo-info-form {
  padding-bottom: 4rem;
}
body .main .main-contactoinfo-info-form p strong {
  color: #3aaa35;
  padding: 1rem 0;
  display: block;
  font-size: 1.3rem;
}
body .main .main-contactoinfo-info-form ul li {
  list-style-type: numeric;
}
body .main .main-contactoinfo-info-form form input,
body .main .main-contactoinfo-info-form form textarea {
  width: 100%;
  margin-bottom: 1rem;
  border: 0;
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  color: rgba(136, 136, 136, 0.9);
}
body .main .main-contactoinfo-info-form form input:focus, body .main .main-contactoinfo-info-form form input:focus-visible, body .main .main-contactoinfo-info-form form input:focus-within,
body .main .main-contactoinfo-info-form form textarea:focus,
body .main .main-contactoinfo-info-form form textarea:focus-visible,
body .main .main-contactoinfo-info-form form textarea:focus-within {
  outline: none;
}
body .main .main-contactoinfo-info-form form input.wpcf7-submit,
body .main .main-contactoinfo-info-form form textarea.wpcf7-submit {
  margin-top: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #3aaa35;
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
}
body .main-educacion {
  padding: 2rem 0;
}
body .main-educacion .container {
  max-width: 1024px;
  margin: 0 auto;
}
body .main-educacion .container video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main-perfilarboleda {
  padding: 4rem 0 0 0;
}
body .main-perfilarboleda-portada {
  height: 100%;
}
body .main-perfilarboleda-portada img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main-perfilarboleda-info {
  padding: 3rem;
  background-color: rgba(153, 153, 153, 0.2);
  height: 100%;
}
body .main-perfilarboleda-info-titulo h2 {
  color: #3aaa35;
  font-weight: bold;
}
body .main-perfilarboleda-info-titulo p {
  padding: 1rem 0;
  color: #888888;
}
body .main-perfilarboleda-info-list-box {
  display: flex;
}
body .main-perfilarboleda-info-list-box-feature a {
  height: 100px;
  overflow: hidden;
}
body .main-perfilarboleda-info-list-box-feature a:hover img {
  transform: scale(1.1);
}
body .main-perfilarboleda-info-list-box-feature img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
body .main-perfilarboleda-info-list-box-info {
  display: flex;
  padding: 2rem 1rem;
  justify-content: center;
  flex-direction: column;
}
body .main-perfilarboleda-info-list-box-info h4 {
  color: #3aaa35;
  line-height: 1;
  padding-bottom: 1rem;
  font-size: clamp(1rem, 4vw, 1.2rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .main-perfilarboleda-info-list-box-info span {
  color: #888888;
  font-style: italic;
}
body .main .modal-nosotros {
  position: fixed;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1000;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #3aaa35;
  padding: 3rem;
  height: 600px;
  overflow-y: scroll;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: 0.5s;
}
body .main .modal-nosotros.activo {
  transform: scale(1);
}
body .main .modal-nosotros-botoncerrar {
  position: absolute;
  right: 35px;
  top: 30px;
}
body .main .modal-nosotros-botoncerrar button {
  border: 0;
  background-color: transparent;
}
body .main .modal-nosotros-botoncerrar svg {
  width: 2rem;
  height: 2rem;
}
body .main .modal-nosotros-botoncerrar svg path {
  fill: #fff;
}
body .main .modal-nosotros-titulo {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .main .modal-nosotros-titulo h1 {
  color: #fff;
}
body .main .modal-nosotros-texto {
  line-height: 1.5;
}
body .main .modal-nosotros-texto ul li,
body .main .modal-nosotros-texto ol li {
  color: #fff;
  padding: 0.6rem 0;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  list-style: circle;
  line-height: 1.2;
}
body .main .modal-nosotros p {
  color: #fff;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
body .footer {
  padding: 2rem 0;
  background-color: #e2d70d;
}
body .footer .container {
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 100%;
}
body .footer-logo {
  text-align: center;
}
body .footer-logo img {
  width: auto;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .footer-ranking {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
body .footer-ranking img {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .footer-ranking H2 {
  font-size: 1rem;
}
body .footer-ranking H2 strong {
  color: #3aaa35;
  font-weight: bolder;
  font-size: clamp(1rem, 4vw, 1.1rem);
}
body .footer-copyright {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
body .footer-copyright p {
  font-size: 1.1rem;
}
body .footer-copyright a {
  color: #0079af;
  font-weight: bold;
}
@media only screen and (min-width: 240px) and (max-width: 1024px) {
  body {
    /* -------------------------------------------------------------------------- */
    /*                                    MAIN                                    */
    /* -------------------------------------------------------------------------- */
  }
  body .container {
    max-width: 98vw !important;
  }
  body .header-menu nav {
    position: absolute;
    top: 120px;
    left: -100%;
    width: 100%;
    z-index: 1000;
    background-color: #fa9d1e;
    padding: 2rem;
    transition: 0.5s;
  }
  body .header-menu nav.activo {
    left: 0;
  }
  body .header-menu nav ul {
    display: block;
  }
  body .header-menu nav ul li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .header-menu button {
    display: block;
  }
  body .main-bannerprincipal {
    height: 80vh !important;
  }
  body .main-bannerprincipal .educacion {
    position: relative !important;
    bottom: 0 !important;
    max-width: 100vw !important;
  }
  body .main-bannerprincipal .educacion-box {
    border-radius: 0;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    height: auto !important;
    padding: 1rem 0 !important;
  }
  body .main-bannerprincipal .educacion-box h1 {
    font-size: 1.1rem !important;
  }
  body .main-homenosotros {
    padding: 18rem 0 5em 0 !important;
  }
  body .main-homenosotros-texto {
    padding-bottom: 1.5rem;
  }
  body .main-homenosotros-texto p {
    width: 100% !important;
  }
  body .main-homenosotros .overlay {
    display: none !important;
  }
  body .main-tardecitasarboleda {
    padding: 2rem 0 0rem 0 !important;
  }
  body .main-tardecitasarboleda-list {
    max-width: 99vw;
  }
  body .main-tardecitasarboleda-list-box ul {
    flex-direction: column !important;
    margin-bottom: 0;
  }
  body .main-tardecitasarboleda-list-box ul li {
    width: 100% !important;
  }
  body .main-talleres {
    padding: 0 !important;
  }
  body .main-talleres-list ul {
    width: 100% !important;
  }
  body .main-talleres .container {
    max-width: 99vw !important;
  }
  body .main-gallery .container-fluid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body .main-gallery-large {
    grid-column: span 2 !important;
  }
  body .main-singlegallery-info {
    padding: 4rem 1rem !important;
  }
  body .main-singlegallery-info-titulo {
    padding-bottom: 2rem !important;
  }
  body .main-headercontacto .col-lg-6:first-of-type .main-headercontacto-info .icon svg {
    width: 3rem !important;
    height: 3rem !important;
  }
  body .main-headercontacto-info {
    padding: 1rem 1.5rem !important;
    height: auto;
    justify-content: start !important;
  }
  body .main-headercontacto-info .icon {
    width: 3em !important;
    height: 3em !important;
  }
  body .main-headercontacto-info .icon svg {
    width: 2em !important;
    height: 2em !important;
  }
  body .main-headercontacto-info ul li {
    text-align: left !important;
  }
  body .main-headercontacto-info-phone ul {
    display: block !important;
  }
  body .footer-ranking {
    padding-left: 0 !important;
  }
}/*# sourceMappingURL=estilos.css.map */