@charset "UTF-8";
/*
Theme Name: 2as AcademiaScolapios
Theme URI: http://2asacademia.com/
 Description:  Escuela entrenamiento canino
Author: kmytor
License:Epa-0 RGL
Author URI: http://kmytor.xyz/
Description: spent on Wordpress' backend PHP that is common to all Wordpress powered Web site.
Version: 1.0.
Tags:light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
@import "sass/reset.css";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* variables */
img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Definición de variables y tipografía */
/* :root {
  font-family: "Raleway", sans-serif;
  color-scheme: light dark;
  color: $white;
  background-color: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
picture {
  display: block;
}

span {
  display: block;
}

a {
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-decoration: inherit;
}
a:hover {
  color: #f7d280;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-size: calc(2rem + 2vh);
  font-weight: 700;
  letter-spacing: 2px;
}

h3 {
  font-size: calc(1em + 2vh);
  font-weight: 900;
  padding: 5% 0;
  color: rgb(118, 138, 108);
}

h4 {
  font-size: calc(1em + 1vh);
  font-weight: 700;
}

small,
p {
  font-size: calc(0.9rem + 0.9vh);
  font-weight: 400;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #f7d280;
}
button:focus, button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section .banner h1 {
  font-size: calc(6em + 6vh);
}

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Estilos de componentes */
@layer components {}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
header .navBar {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: clamp(12px, 4vw, 16px);
  padding: 0 2%;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: background-color 0.8s ease;
}
header .navBar.black_menu {
  background: rgb(27, 68, 83) !important;
  padding: 2% !important;
  opacity: 1 !important;
}
header .navBar picture.logo {
  width: 20%;
  max-width: 163px;
}
header .navBar .navTop {
  width: 50%;
}
header .navBar .navTop ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
header .navBar .selected {
  color: #ec7148;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-auto-flow: row;
  grid-template-areas: "msn msn msn" "redes map info-extra" "copyright copyright copyright";
  color: rgb(0, 0, 0);
  background: #e8a465;
  padding: 3rem 5rem;
  gap: 5rem;
  color: rgb(0, 0, 0);
}
.footer .redes,
.footer .map,
.footer .info-extra,
.footer .copyright {
  font-size: 1.5rem;
}
.footer .redes li,
.footer .map li,
.footer .info-extra li,
.footer .copyright li {
  padding: 10px 0;
}
.footer .redes li a,
.footer .map li a,
.footer .info-extra li a,
.footer .copyright li a {
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.msn {
  grid-area: msn;
  display: flex;
  align-items: center;
  gap: 10rem;
}
.msn h1 {
  width: 60%;
  font-size: 3.5rem;
  padding: 2rem 0rem;
}
.msn .box-bton {
  width: 40%;
}
.msn .box-bton .bton {
  color: rgb(27, 68, 83);
  font-size: 3.1rem;
  font-weight: 900;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
}

.bton {
  grid-area: bton;
}

.map {
  grid-area: map;
}

.info-extra {
  grid-area: info-extra;
}

.copyright {
  grid-area: copyright;
}
.copyright dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright dl dd {
  font-weight: 700;
  text-align: center;
  padding: 0px 20px;
  border-right: solid 1px rgb(0, 0, 0);
}
.copyright dl dd:last-of-type {
  border: none;
}
.copyright dl dd:last-of-type ul {
  display: flex;
  align-items: center;
}
.copyright dl dd:last-of-type ul li {
  background: rebeccapurple;
  width: 30px;
  height: 10px;
  margin: 0 5px 0 0;
}

body .circle-line {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid orange;
  border-radius: 50%;
  z-index: 99999;
  pointer-events: none;
  --before-border: 2px solid orange;
  --before-150: 150%;
}
body .circle-line::before, body .circle-line::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
body .circle-line::before {
  top: -40px;
  width: 1%;
  height: 100%;
  left: 0;
}
body .circle-line::after {
  height: 1%;
  width: 100%;
  top: -40PX;
  left: 0;
}
body .circle-line.active_cur::before, body .circle-line.active_cur::after {
  content: "";
  transition: all 0.4s;
}
body .circle-line.active_cur:before {
  border-top: var(--before-border);
  width: var(--before-150);
  height: var(--before-150);
}
body .circle-line.active_cur:after {
  border-right: var(--before-border);
  height: var(--before-150);
  width: var(--before-150);
}

body.page-hablemos #main header .navBar {
  opacity: 1;
}
body.page-hablemos #main header .navBar.black_menu {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  padding: 2%;
  opacity: 1;
}
body.page-hablemos #main header .navBar.black_menu .navTop a {
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}
body.page-hablemos #main header .navBar picture {
  filter: invert(24%) sepia(26%) saturate(413%) hue-rotate(150deg) brightness(43%) contrast(98%);
}
body.page-hablemos #main header .navBar nav.navTop a {
  color: rgb(0, 0, 0);
}
body.page-hablemos #main section {
  margin: 0px auto 0;
}
body.page-hablemos #main section p,
body.page-hablemos #main section small {
  padding: 0 0 3% 0;
  font-size: calc(1em + 1.3vh);
  line-height: 1.3;
  display: block;
}
body.page-hablemos #main section.contact {
  max-width: 90%;
  margin: 20% auto 100px;
}
body.page-hablemos #main section.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/scolapios/img/schp-line.svg);
  background-repeat: no-repeat;
  left: -18%;
  top: 110px;
  height: 212px;
  max-width: 670px;
  transform: rotate(-90deg);
  background-size: contain;
  position: absolute;
  z-index: 999;
}
body.page-hablemos #main section.contact .boxes {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 10%;
}
body.page-hablemos #main section.contact .boxes .data__form {
  width: 70%;
}
body.page-hablemos #main section.contact .boxes .data__form small {
  padding: 3% 0 0 0;
  width: 100%;
  font-size: 1rem;
}
body.page-hablemos #main section.contact .boxes .data__options {
  width: 25%;
}
body.page-hablemos #main section.contact .boxes .data__form .title h1 {
  color: rgb(27, 68, 83);
  padding: 0% 0;
  font-size: calc(3em + 4vh);
}
body.page-hablemos #main section.contact .boxes .data__form .title p {
  padding: 2% 0;
  color: rgb(27, 68, 83);
  font-weight: 900;
  max-width: 80%;
}
body.page-hablemos #main section.contact .boxes .data__form .form {
  width: 100%;
  height: 500px;
  display: inline-block;
}
body.page-hablemos #main section.contact .boxes .data__form .form form {
  background: rgb(206, 224, 203);
  padding: 2rem;
}
body.page-hablemos #main section.contact .boxes .data__form .form form label {
  display: none;
}
body.page-hablemos #main section.contact .boxes .data__form .form form input {
  background: rgb(206, 224, 203);
  border: none;
  border-bottom: rgb(27, 68, 83) 1px solid;
  appearance: none;
}
body.page-hablemos #main section.contact .boxes .data__form .form form input::placeholder {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__form .form form textarea {
  background: rgb(206, 224, 203);
  border: none;
  border-bottom: rgb(27, 68, 83) 1px solid;
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__form .form form textarea::placeholder {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__form .form form .wpforms-submit-container button {
  background: rgb(27, 68, 83);
  color: white;
  border-radius: 5px;
  width: 100px;
}
body.page-hablemos #main section.contact .boxes .data__form small {
  width: 70%;
  font-size: 0.8rem;
}
body.page-hablemos #main section.contact .boxes .data__form small p a {
  color: #e8a465;
}
body.page-hablemos #main section.contact .boxes .data__options .title h3 {
  padding: 0 0 50px 0;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  width: 80%;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li a {
  color: rgb(27, 68, 83);
  text-decoration: underline;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li a:hover {
  color: #ec7148;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li strong {
  width: 100%;
  font-weight: 700;
  font-size: 1.2em;
  color: rgb(27, 68, 83);
  margin: 20px 0 0 0;
  display: block;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li:last-child strong {
  color: #c7c5eb;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li small,
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li p {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 {
  margin: 20px 0 0 0;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 h4 {
  color: #c7c5eb;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 ul {
  display: flex;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 ul li {
  margin: 5% 2%;
  width: 30px;
  height: 30px;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 ul li i {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact.banner_end picture {
  display: block;
  margin: 100px auto 0;
}

section.banner__main {
  position: relative;
  @apply w-full;
  background: rgb(118, 138, 108);
}
section.banner__main .msn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 999;
  font-size: calc(4em + 5rem);
  font-weight: 700;
  color: #fff;
  gap: 0;
}
section.banner__main .msn h2 {
  font-size: calc(5rem + 5vh);
  font-weight: 700;
  white-space: normal;
  word-wrap: break-word;
  width: 70%;
}
section.banner__main .msn p {
  font-weight: 300;
  font-size: 0.2em;
  margin-top: 10px;
  border-top-width: 5%;
}
section.banner__main .glide {
  position: relative;
}
section.banner__main .glide__track {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
section.banner__main .glide__arrows {
  position: absolute;
  top: 25%;
  margin: 0 auto;
  z-index: 9999;
  height: 50%;
}
section.banner__main .glide__arrows--left-container {
  width: 33%;
  left: 5%;
  right: initial;
}
section.banner__main .glide__arrows--right-container {
  width: 33%;
  right: 5%;
  left: initial;
}
section.banner__main .glide__arrows i {
  width: 5px;
  height: 100%;
  position: absolute;
}
section.banner__main .glide__arrows i.glide__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  transition: all 0.5s;
}
section.banner__main .glide__arrows i.glide__arrow:hover::after {
  height: 10%;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.banner__main .glide__arrows i.glide__arrow--left {
  left: 0;
  padding-left: 30rem;
}
section.banner__main .glide__arrows i.glide__arrow--left::after {
  border-left: 2px solid rgb(255, 255, 255);
}
section.banner__main .glide__arrows i.glide__arrow--right {
  right: 0;
  padding-right: 30rem;
}
section.banner__main .glide__arrows i.glide__arrow--right::after {
  border-right: 2px solid rgb(255, 255, 255);
}
section.banner__main .glide__slides {
  transform: translate3d(0, 0, 0) !important;
}
section.banner__main .glide__slides.carrussel {
  list-style: none;
}
section.banner__main .glide__slides.carrussel li.glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 1250ms ease-in-out;
}
section.banner__main .glide__slides.carrussel li.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}
section.banner__main .glide__slides.carrussel li.glide__slide:not(section.banner__main .glide__slides.carrussel li.glide__slide--active) {
  z-index: 0;
}
section.banner__main .glide__slides.carrussel li.glide__slide .viewVideoOne {
  position: relative;
  height: 100vh;
  width: 100%;
}
section.banner__main .glide__slides.carrussel li.ima, section.banner__main .glide__slides.carrussel li.video {
  display: block;
  width: 100%;
  height: auto;
}
section.banner__main .glide__slides.carrussel li.ima .play, section.banner__main .glide__slides.carrussel li.video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}
section.banner__main .glide__slides.carrussel li.ima .play img, section.banner__main .glide__slides.carrussel li.video .play img {
  object-fit: cover;
}
section.banner__main .glide__slides.carrussel li.ima figure, section.banner__main .glide__slides.carrussel li.video figure {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.banner__main .glide__slides.carrussel li.ima figure video, section.banner__main .glide__slides.carrussel li.video figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner__main .glide__slides.carrussel li.ima .video-back, section.banner__main .glide__slides.carrussel li.video .video-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.banner__main .glide__slides.carrussel li.ima .video-back figure .wp-block-embed__wrapper, section.banner__main .glide__slides.carrussel li.video .video-back figure .wp-block-embed__wrapper {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.banner__main .glide__slides.carrussel li.ima .video-back figure .wp-block-embed__wrapper iframe, section.banner__main .glide__slides.carrussel li.video .video-back figure .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
section.banner__main .glide__slides.carrussel li.ima picture img, section.banner__main .glide__slides.carrussel li.video picture img {
  height: 100vh;
}
section.banner__main .glide__slides.carrussel li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #c9dee2, #1b4453);
  opacity: 0.8;
  z-index: 1;
  mix-blend-mode: multiply;
}
section.banner__main .navBarBot {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4% 2%;
}
section.banner__main .navBarBot .social-btn ul {
  display: flex;
  gap: 10px;
}
section.banner__main .navBarBot .social-btn ul#menu-social li {
  width: 30px;
  height: 25px;
}
section.banner__main .navBarBot .blog {
  background: url("/wp-content/themes/scolapios/img/ico-voces.png");
  background-size: contain;
  width: 100px;
  height: 60px;
}
section.banner__main .navBarBot ol {
  display: flex;
  gap: 10px;
}
section.banner__main .navBarBot ol li {
  background: url("/wp-content/themes/scolapios/img/ico-redes.png");
  width: 30px;
  height: 25px;
}
section.banner__main .navBarBot ol li:nth-child(2) {
  background-position: -30px;
}
section.banner__main .navBarBot ol li:nth-child(3) {
  background-position: -65px;
}
section.banner__main .navBarBot ol li:nth-child(4) {
  background-position: -110px;
}
section.banner__main .navBarBot ol li:nth-child(5) {
  background-position: -150px;
}
section.banner__main .navBarBot ol li a {
  width: 30px;
  height: 25px;
  display: block;
}

body {
  /* .ilu-image {
    .areas {
      position: relative;
      width: $image-width;
      margin: auto;

      &>div {
        position: absolute;
        //background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        //border: solid 1px red;
        width: 250px;
        height: 250px;

      }
    }

    .area1 {
      top: 130px;
      left: 320px;
      width: 30%;
      height: 20%;
    }

    .area2 {
      top: 200px;
      left: -10px;
      width: 30%;
      height: 20%;
    }

    .area3 {
      top: 200px;
      left: 610px;
      width: 30%;
      height: 20%;
    }

    .area4 {
      top: 420px;
      left: 620px;
      width: 30%;
      height: 20%;
    }

    .area5 {
      top: 500px;
      left: 400px;
      width: 30%;
      height: 20%;
    }

    .area6 {
      top: 510px;
      left: 170px;
      width: 30%;
      height: 20%;
    }

    .area7 {
      top: 420px;
      left: -90px;
      width: 30%;
      height: 20%;
    }
  }

  .content {
    display: none;
    margin-top: 20px;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;

    &.active {
      display: block;
    }
  } */
}
body.page-nosotros {
  background: rgb(255, 255, 255);
}
body.page-nosotros .video--pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 68, 83, 0.85);
  backdrop-filter: blur(8px);
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-in;
}
body.page-nosotros .video--pop.active {
  display: flex;
  opacity: 1;
  padding: 5% 0;
  align-items: start;
  visibility: visible;
  transition: all 0.3s ease-out;
}
body.page-nosotros .video--pop .video-frame-container {
  width: 70vw;
  padding: 0;
  height: 70vh;
  position: relative;
}
body.page-nosotros .video--pop .video-frame-container iframe {
  width: 90%;
  height: 100%;
  margin: auto;
  aspect-ratio: 16/9;
  display: flex;
}
body.page-nosotros .video--pop .video-frame-container video {
  width: 100%;
  height: auto;
  display: flex;
  margin: auto;
  aspect-ratio: 16/9;
}
body.page-nosotros .video--pop .video-frame-container .video-paragraph {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: rgb(255, 255, 255);
  right: 0;
  bottom: 0;
  width: 90%;
  text-align: left;
  padding: 5%;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 2;
}
body.page-nosotros .video--pop .video-frame-container .video-paragraph p {
  font-size: 1.3rem;
  width: 76%;
  display: block;
  padding: 30% 0 0 0;
  line-height: 1.2;
}
body.page-nosotros .video--pop .video-frame-container .video-paragraph p strong,
body.page-nosotros .video--pop .video-frame-container .video-paragraph p em {
  display: block;
  width: 100%;
}
body.page-nosotros .video--pop .video-frame-container .video-paragraph p strong {
  padding: 1% 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: normal;
}
body.page-nosotros .video--pop .video-frame-container .video-paragraph p em {
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 800;
}
body.page-nosotros .video--pop .video-frame-container img {
  object-fit: cover;
}
body.page-nosotros .video--pop .video-frame-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(27, 68, 83);
  opacity: 0.8;
  z-index: 1;
  mix-blend-mode: multiply;
}
body.page-nosotros .video--pop .close-btn {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  border: none;
  color: #f7d280;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-weight: lighter;
  padding: 5px;
  cursor: pointer;
  font-size: 50px;
  transition: background 0.3s ease;
  z-index: 999;
}
body.page-nosotros .video--pop .close-btn:hover {
  background: rgb(27, 68, 83);
  color: #f7d280;
}
body body {
  font-family: Arial, sans-serif;
}

#main section.quote {
  justify-content: flex-start;
}
#main section.quote.content-identity {
  margin: 10px auto;
}
#main section.quote .video {
  width: 960px;
  margin: 0 auto;
}
#main section.quote .video figure {
  width: 100%;
}
#main section.quote .video figure video {
  width: 100%;
}
#main section.quote.content-timeline {
  margin: 0 auto;
}
#main section.carrusel-folio {
  width: 100%;
  overflow: hidden;
}
#main section.carrusel-folio .container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
#main section.carrusel-folio .container .cloneBox2 {
  display: flex;
  position: relative;
  z-index: 1;
}
#main section.carrusel-folio .container .cloneBox2:nth-child(2) {
  flex-direction: row-reverse;
}
#main section.carrusel-folio .container .cloneBox2 .content_last_post {
  display: flex;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
#main section.carrusel-folio .container .boxxx {
  display: flex;
  justify-content: row-reverse;
  flex-direction: row-reverse;
  /* &.box1 { background-color: #4CAF50; }
  &.box2 { background-color: #2196F3; }
  &.box3 { background-color: #FF5722; } */
}
#main section.carrusel-folio .container .boxxx:nth-child(2) {
  flex-direction: row;
}
#main section.carrusel-folio .container .boxxx .phrase {
  white-space: nowrap;
  letter-spacing: ls(120);
  margin: 0 2rem 0 0;
  padding: 2rem 0;
  position: relative;
}
#main section.carrusel-folio .container .boxxx .phrase p,
#main section.carrusel-folio .container .boxxx .phrase h2 {
  font-size: 7rem;
  width: 100%;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgb(27, 68, 83);
  transition: all 0.5s;
}
#main section.carrusel-folio .container .boxxx .phrase a:hover > .custom-post-title {
  color: rgb(0, 0, 0);
  transition: all 0.5s;
}
#main section.carrusel-folio .container .boxxx .phrase a .post-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 300px;
  transition: all 0.5s;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
  margin: auto;
}
#main section.carrusel-folio .container .boxxx .phrase a:hover {
  /* .post-image {
    height: 200px;
    transition: all 0.5s;
    } */
}
#main section.slide-identity .slide__one {
  background: rgb(255, 255, 255);
}
#main section.slide-identity .slide__one .glide__arrows {
  position: absolute;
  top: 50%;
  /* Centra verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  height: auto;
  pointer-events: none;
}
#main section.slide-identity .slide__one .glide__arrows .glide__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/themes/scolapios/img/arrow.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}
#main section.slide-identity .slide__one .glide__arrows .glide__arrow--left {
  left: 50px;
  transform: rotate(180deg);
}
#main section.slide-identity .slide__one .glide__arrows .glide__arrow--left:hover {
  transition: all 0.3s;
  left: 40px;
}
#main section.slide-identity .slide__one .glide__arrows .glide__arrow--right {
  right: 50px;
}
#main section.slide-identity .slide__one .glide__arrows .glide__arrow--right:hover {
  transition: all 0.3s;
  right: 40px;
}
#main section.slide-identity .slide__one .glide__arrows .glide__arrow:focus {
  outline: none;
}
#main section.slide-identity .slide__one .glide.uno {
  width: 100%;
  max-width: 100%;
}
#main section.slide-identity .item .name {
  position: relative;
  height: 100%;
}
#main section.slide-identity .item .name p {
  line-height: 1 !important;
  font-size: 1.4rem !important;
}
#main section.slide-identity .item .name .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  transition: 0.7s;
  cursor: pointer;
  transform: scale(1);
}
#main section.slide-identity .item .name .play:hover {
  transform: scale(1.2);
  transition: 0.3s;
}
#main section.slide-identity .item .name .play img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#main section.quote.content-timeline, #main section.quote.content-timeline__two {
  background: rgb(27, 68, 83);
  padding: 10% 0;
  box-sizing: content-box;
}
#main section.quote.content-timeline .box-quote.box-timeline article, #main section.quote.content-timeline__two .box-quote.box-timeline article {
  color: rgb(255, 255, 255);
}
#main section.quote.content-timeline .box-quote.box-timeline article h2, #main section.quote.content-timeline__two .box-quote.box-timeline article h2 {
  color: rgb(255, 255, 255);
  padding: 0 30px 0 0;
}
#main section.quote.content-timeline .box-quote.box-timeline article small, #main section.quote.content-timeline__two .box-quote.box-timeline article small {
  border: none;
  padding: 0 1%;
}
#main section.quote.content-timeline .box-quote.box-timeline article small article > div p, #main section.quote.content-timeline__two .box-quote.box-timeline article small article > div p {
  margin: 20px 0;
}
#main section.quote.content-timeline.content-timeline__two, #main section.quote.content-timeline__two.content-timeline__two {
  background: rgb(206, 224, 203);
}
#main section.quote.content-timeline.content-timeline__two .timeline_two article, #main section.quote.content-timeline__two.content-timeline__two .timeline_two article {
  justify-content: center;
  margin: 0 auto;
}
#main section.quote.content-timeline.content-timeline__two .timeline_two article .wp-block-heading h2, #main section.quote.content-timeline__two.content-timeline__two .timeline_two article .wp-block-heading h2 {
  color: rgb(255, 255, 255);
  font-size: 10rem;
  -webkit-text-stroke: 0;
  text-align: center;
}
#main section.quote.content-timeline .timeline, #main section.quote.content-timeline__two .timeline {
  position: relative;
  width: 80%;
  padding: 40px 0;
  margin: 0 auto;
  height: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-y: hidden;
}
#main section.quote.content-timeline .timeline::-webkit-scrollbar, #main section.quote.content-timeline__two .timeline::-webkit-scrollbar {
  width: 8px;
}
#main section.quote.content-timeline .timeline::-webkit-scrollbar-track, #main section.quote.content-timeline__two .timeline::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
#main section.quote.content-timeline .timeline::-webkit-scrollbar-thumb, #main section.quote.content-timeline__two .timeline::-webkit-scrollbar-thumb {
  background: #ec7148;
  border-radius: 4px;
}
#main section.quote.content-timeline .timeline::-webkit-scrollbar-thumb:hover, #main section.quote.content-timeline__two .timeline::-webkit-scrollbar-thumb:hover {
  background: #ffdd44;
}
#main section.quote.content-timeline .timeline::before, #main section.quote.content-timeline__two .timeline::before {
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: #e8a465;
  width: 100%;
}
#main section.quote.content-timeline .timeline::after, #main section.quote.content-timeline__two .timeline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  width: 200px;
  height: 200px;
  background: url(/wp-content/themes/scolapios/img/circle.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
#main section.quote.content-timeline .timeline ul.timeline-items, #main section.quote.content-timeline__two .timeline ul.timeline-items {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  bottom: 8rem;
  margin: 0 10% 0 0;
  opacity: 1;
  height: 100%;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item.show, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(even), #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(even) {
  top: 8rem;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(even) .box--line--content, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(even) .box--line--content {
  flex-direction: column-reverse;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .box--line--content, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .box--line--content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .box--dot, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .box--dot {
  width: 20px;
  height: 20px;
  border: solid 3px #e8a465;
  border-radius: 50%;
  position: relative;
  left: 0%;
  z-index: 2;
  top: 0px;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .box--line, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .box--line {
  position: relative;
  left: 0px;
  border-left: 2px dashed #e8a465;
  height: 220px;
  width: 1px;
  text-align: center;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .timeline-content-top, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .timeline-content-top {
  position: relative;
  bottom: 0px;
  left: 0%;
  text-align: center;
  width: 200px;
  color: rgb(255, 255, 255);
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .timeline-content-bottom {
  position: relative;
  top: 0px;
  left: 0%;
  text-align: center;
  width: 100%;
  min-width: 400px;
  color: rgb(255, 255, 255);
  text-align: left;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .timeline-year, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .timeline-year {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 30px 0 0 0;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item .timeline-description, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item .timeline-description {
  font-size: 1rem;
  line-height: 1.3;
}
#main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(13) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(32) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(33) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(34) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(48) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(56) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(58) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(67) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(69) .timeline-content-bottom, #main section.quote.content-timeline .timeline ul.timeline-items li.timeline-item:nth-child(61) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(13) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(32) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(33) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(34) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(48) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(56) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(58) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(67) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(69) .timeline-content-bottom, #main section.quote.content-timeline__two .timeline ul.timeline-items li.timeline-item:nth-child(61) .timeline-content-bottom {
  min-width: 900px;
}
#main section.content-info {
  position: relative;
  /* .container {
      display: flex;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto;
      gap: 0px 0px;
      grid-auto-flow: row;
      position: absolute;
      width: 60%;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;

      &>div {
        position: absolute;
        top: 0;
        color: $white;
        z-index: 1;
        display: none;
        padding: 3%;
        border-radius: 30px;
        overflow: hidden;


        &::after {
          @include afterAndBefore;
          background: $primary_green;
          opacity: 0.9;
          z-index: -1;
        }
      }

      p {
        font-size: 0.8rem;
      }

      h6 {
        font-size: 1.3rem;
        font-weight: 800;
        padding: 10px 0;
      }

      .uno {
        right: -130px;
        top: 20px;
        max-width: 350px;
        width: 100%;
        height: auto;
      }

      .dos {
        right: 230px;
        top: 110px;
        max-width: 350px;
        width: 100%;
        height: auto;
      }

      .tres {
        right: 240px;
        top: 240px;
        max-width: 350px;
        width: 100%;
        height: auto;
      }

      .cuatro {
        right: 200px;
        top: 120px;
        max-width: 350px;
        width: 100%;
        height: auto;

      }

      .cinco {
        right: 230px;
        top: 230px;
        max-width: 350px;
        width: 100%;
        height: auto;
      }

      .seis {
        right: 250px;
        top: 120px;
        max-width: 350px;
        width: 100%;
        height: auto;
      }

      .siete {
        right: 260px;
        top: 50px;
        max-width: 350px;
        width: 100%;
        height: auto;
      }
    }

    picture {}
  } */
}
#main section.content-info.banner-esp picture {
  width: 100%;
  margin: auto;
  padding: 1rem;
}
#main section .ilus {
  display: flex;
  justify-content: center;
  min-width: 960px;
  max-width: 1368px;
  position: relative;
  margin: auto;
  padding: 0 3%;
}
#main section .ilus .area_btn ul {
  list-style: none;
  padding: 0;
}
#main section .ilus .area_btn ul .area__active {
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: white;
  border: solid 2px #f7d280;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  overflow: hidden;
}
#main section .ilus .area_btn ul .area__active:nth-child(1) {
  top: 72%;
  left: 47%;
}
#main section .ilus .area_btn ul .area__active:nth-child(2) {
  top: 36%;
  left: 42%;
}
#main section .ilus .area_btn ul .area__active:nth-child(3) {
  top: 65%;
  left: 37%;
}
#main section .ilus .area_btn ul .area__active:nth-child(4) {
  top: 45%;
  left: 50.5%;
}
#main section .ilus .area_btn ul .area__active:nth-child(5) {
  top: 21.5%;
  left: 60%;
}
#main section .ilus .area_btn ul .area__active:nth-child(6) {
  top: 29%;
  left: 76.7%;
}
#main section .ilus .area_btn ul .area__active:nth-child(7) {
  top: 65%;
  left: 56%;
}
#main section .ilus .info__items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main section .ilus .info__items ul li.info__item {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 400px;
  height: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
}
#main section .ilus .info__items ul li.info__item .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #f7d280;
  font-size: 2rem;
  z-index: 99;
  cursor: pointer;
  transition: all 0.2s;
}
#main section .ilus .info__items ul li.info__item .close:hover {
  color: #ec7148;
  font-size: 1.8rem;
  transition: all 0.2s;
}
#main section .ilus .info__items ul li.info__item:nth-child(1) {
  left: 63%;
  top: 5%;
}
#main section .ilus .info__items ul li.info__item:nth-child(2) {
  left: 31%;
  top: 11%;
}
#main section .ilus .info__items ul li.info__item:nth-child(3) {
  left: 30%;
  top: 25%;
}
#main section .ilus .info__items ul li.info__item:nth-child(4) {
  left: 51%;
  top: 42%;
}
#main section .ilus .info__items ul li.info__item:nth-child(5) {
  left: 21%;
  top: 17%;
}
#main section .ilus .info__items ul li.info__item:nth-child(6) {
  left: 22%;
  top: 15%;
}
#main section .ilus .info__items ul li.info__item:nth-child(7) {
  left: 30%;
  top: 25%;
}
#main section .ilus .info__items ul li .tooltip h6 {
  font-size: 1rem;
  font-weight: 800;
}
#main section .ilus .info__items ul li .tooltip p {
  font-size: 1rem;
}
#main section .ilus .info__items ul li.active {
  opacity: 1;
  padding: 2%;
  max-width: 450px;
  height: auto;
  z-index: 999;
  transition: all 0.3s;
}
#main section .ilus .ilu-image {
  width: 100%;
  height: auto;
  margin: 100px auto;
  display: flex;
}
#main section .ilus .ilu-image .area_btn .area__active:nth-child(1) {
  top: 70% !important;
  left: 47% !important;
}
#main section .ilus .ilu-image .area_btn .area__active:nth-child(2) {
  top: 40% !important;
  left: 40% !important;
}
#main section .ilus .ilu-image .area_btn .area__active:nth-child(3) {
  top: 63% !important;
  left: 37% !important;
}
#main section .ilus .ilu-image article h3 {
  font-size: 2rem;
  font-weight: 400;
  color: rgb(27, 68, 83);
  padding: 0;
}
#main section .ilus .ilu-image article h1 {
  padding: 0;
  font-size: 4rem;
  font-weight: 800;
  padding: 0;
}
#main section .ilus .ilu-image article p {
  font-size: 1.5rem;
}
#main section .ilus .ilu-image article {
  position: relative;
}
#main section .ilus .ilu-image picture {
  width: 80%;
  padding: 0;
  position: relative;
}
#main section .ilus .ilu-image picture img {
  width: 100%;
  height: auto;
}
#main section.minst {
  background: rgb(206, 224, 203);
}
#main section.minst .text {
  text-align: center;
  padding: 5% 0 2% 0;
  font-size: 1.5rem;
}
#main section.minst .text small {
  width: 100%;
  display: block;
}
#main section.minst .text h1 {
  padding: 10px 0;
  width: 100%;
  display: block;
  color: rgb(255, 255, 255);
  line-height: 0.9;
}
#main section.minst .info__items {
  position: relative;
}
#main section.minst .info__items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main section.minst .info__items ul li.info__item {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 400px;
  height: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
}
#main section.minst .info__items ul li.info__item .close {
  cursor: pointer;
  font-size: 1.3rem;
}
#main section.minst .info__items ul li.info__item .close:hover {
  color: #f7d280;
}
#main section.minst .info__items ul li.info__item:nth-child(1) {
  left: 24%;
  top: 11%;
}
#main section.minst .info__items ul li.info__item:nth-child(2) {
  left: 22%;
  top: 9rem;
}
#main section.minst .info__items ul li.info__item:nth-child(3) {
  left: 25%;
  top: 12rem;
}
#main section.minst .info__items ul li.info__item:nth-child(4) {
  left: 26%;
  top: 16rem;
}
#main section.minst .info__items ul li.info__item:nth-child(5) {
  left: 24%;
  top: 10rem;
}
#main section.minst .info__items ul li.info__item:nth-child(6) {
  left: 30%;
  top: 18rem;
}
#main section.minst .info__items ul li.info__item:nth-child(7) {
  left: 44%;
  top: 19rem;
}
#main section.minst .info__items ul li.info__item:nth-child(8) {
  left: 41%;
  top: 17rem;
}
#main section.minst .info__items ul li.info__item:nth-child(9) {
  left: 45%;
  top: 15rem;
}
#main section.minst .info__items ul li.info__item:nth-child(10) {
  left: 43%;
  top: 13rem;
}
#main section.minst .info__items ul li .tooltip h6 {
  font-size: 1rem;
  font-weight: 800;
}
#main section.minst .info__items ul li .tooltip p {
  font-size: 1rem;
}
#main section.minst .info__items ul li.active {
  opacity: 1;
  padding: 2%;
  max-width: 450px;
  height: auto;
  z-index: 999;
  transition: all 0.3s;
}
#main section.minst .ilus {
  display: flex;
  justify-content: center;
  min-width: 960px;
  max-width: 1368px;
  position: relative;
  margin: auto;
  padding: 0 3%;
}
#main section.minst .ilus .area_btn ul {
  list-style: none;
  padding: 0;
}
#main section.minst .ilus .area_btn ul .area__active {
  padding: 35px;
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center;
  position: absolute;
  width: 3px;
  height: 3px;
  transform: translate(-22px, -21px);
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(1) {
  top: 24%;
  left: 45%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(2) {
  top: 24%;
  left: 54%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(3) {
  top: 33.3%;
  left: 61%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(4) {
  top: 48%;
  left: 63.5%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(5) {
  top: 63.5%;
  left: 60.3%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(6) {
  top: 73%;
  left: 53.7%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(7) {
  top: 73%;
  left: 45%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(8) {
  top: 63.3%;
  left: 38%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(9) {
  top: 48.3%;
  left: 34.9%;
}
#main section.minst .ilus .area_btn ul .area__active:nth-child(10) {
  top: 33.3%;
  left: 37.9%;
}
#main section.minst picture {
  margin: 0 auto;
  width: 100%;
  padding: 2rem 0;
}
#main section.minst picture img {
  width: 80%;
  height: 70vh;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.content_photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 0;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
}
.content_photo.open {
  height: 200px;
  background-size: contain;
}

.circle-line.over_photo {
  box-sizing: content-box;
  width: 30px;
  height: 30px;
}
.circle-line.over_photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-top: solid orange 2px;
  border-right: solid orange 2px;
  border-radius: 0;
  transform: rotate(45deg);
  margin: auto;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}
.circle-line.over_photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -40px;
  width: 60px;
  height: 60px;
  border-bottom: solid orange 2px;
  border-left: solid orange 2px;
  border-radius: 0;
  transform: rotate(45deg);
  margin: auto;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}

body.page-scolapio #main section.quote {
  margin: 10% auto;
}
body.page-scolapio #main section.quote .box-quote {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: auto;
  grid-template-areas: "title video" "pagraf video" "btn video";
  gap: 10%;
  align-items: center;
}
body.page-scolapio #main section.quote .box-quote h2 {
  grid-area: title;
  color: rgb(27, 68, 83);
  text-align: left;
  margin: 0;
  position: relative;
  font-size: 4rem;
  font-weight: 900;
}
body.page-scolapio #main section.quote .box-quote h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid #ec7148 2px;
  width: 40%;
  top: 20px;
}
body.page-scolapio #main section.quote .box-quote article {
  grid-area: pagraf;
  margin: 0;
}
body.page-scolapio #main section.quote .box-quote article small,
body.page-scolapio #main section.quote .box-quote article p {
  border-left: none;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}
body.page-scolapio #main section.quote .box-quote .btn,
body.page-scolapio #main section.quote .box-quote .wp-block-button {
  grid-area: btn;
  cursor: pointer;
}
body.page-scolapio #main section.quote .box-quote .btn a,
body.page-scolapio #main section.quote .box-quote .wp-block-button a {
  color: rgb(27, 68, 83);
  font-size: 3.1rem;
  font-weight: 900;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  font-size: 2em;
  padding: 1rem;
  width: 70%;
  border-radius: 20px;
  background: rgb(206, 224, 203);
  text-transform: uppercase;
  transition: all 0.2s;
}
body.page-scolapio #main section.quote .box-quote .btn a:hover,
body.page-scolapio #main section.quote .box-quote .wp-block-button a:hover {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  transition: all 0.4s;
}
body.page-scolapio #main section.quote .box-quote figure {
  grid-area: video;
  max-width: 400px;
  height: 500px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
body.page-scolapio #main section.quote .box-quote figure:hover:before {
  width: 33%;
  height: 26%;
  transition: all 0.3s;
}
body.page-scolapio #main section.quote .box-quote figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 134, 142, 0.9);
  mix-blend-mode: multiply;
}
body.page-scolapio #main section.quote .box-quote figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 24%;
  background: url(/wp-content/themes/scolapios/img/ico-play.png) no-repeat;
  background-size: contain;
  z-index: 999;
  transition: all 0.3s;
}
body.page-scolapio #main section.quote .box-quote .video {
  display: none;
}
body.page-scolapio #main section.quote article {
  padding: 10px;
}
body.page-scolapio #main section.quote .video--pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  width: 80%;
  max-width: 600px;
}
body.page-scolapio #main section.quote .video--pop .popup {
  background: rgb(27, 68, 83);
}
body.page-scolapio #main section.quote .video--pop.active {
  display: block;
}
body.page-scolapio #main section.quote .video--pop.active .popup article {
  padding: 3%;
}
body.page-scolapio #main section.quote .video--pop .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
}
body.page-scolapio #main section.quote .video--pop .texts {
  margin-top: 20px;
}
body.page-scolapio #main section.content-items {
  background: rgb(27, 68, 83);
  padding: 5%;
  color: rgb(255, 255, 255);
}
body.page-scolapio #main section.content-items article {
  text-align: center;
}
body.page-scolapio #main section.content-items article h1 {
  font-size: clamp(2rem, 5vw + 5rem, 12rem);
  font-weight: 800;
  max-width: 1200px;
  margin: 0 auto;
}
body.page-scolapio #main section.content-items article p {
  margin: 20px auto;
}
body.page-scolapio #main section.content-items .container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "one two three" "four five six";
  /* grid-template-areas:
      "item1 two item2"
      "one two three"
      "one four three"
      "five four six"
      "five item3 six"; */
  gap: 3%;
  margin: 100px auto 50px;
}
body.page-scolapio #main section.content-items .container .item {
  background-color: rgb(118, 138, 108);
  color: rgb(255, 255, 255);
  padding: 1vw;
  text-align: center;
  border-radius: 8px;
  width: 30vw;
  height: 39vw;
  max-width: 400px;
  max-height: 500px;
}
body.page-scolapio #main section.content-items .container .item .text,
body.page-scolapio #main section.content-items .container .item h2 {
  margin: 30px auto;
  text-transform: uppercase;
  font-size: clamp(1vw, 1.3vw + 1.2rem, 2.7vw);
  font-weight: 600;
}
body.page-scolapio #main section.content-items .container .item .text span,
body.page-scolapio #main section.content-items .container .item h2 span {
  font-size: 1.5vw;
}
body.page-scolapio #main section.content-items .container .item:nth-child(1) {
  margin: 30% 0 0 0;
}
body.page-scolapio #main section.content-items .container .item:nth-child(3) {
  margin: 30% 0 0 0;
}
body.page-scolapio #main section.content-items .container .item:nth-child(odd) {
  background: rgb(206, 224, 203);
  color: rgb(27, 68, 83);
}
body.page-scolapio #main section.content-items .container .item figure {
  width: 100px;
  margin: 50px auto 10px;
}
body.page-scolapio #main section.content-items .container .item h5 {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}
body.page-scolapio #main section.content-items .container .item article span,
body.page-scolapio #main section.content-items .container .item article p,
body.page-scolapio #main section.content-items .container .item article pre,
body.page-scolapio #main section.content-items .container .item article blockquote,
body.page-scolapio #main section.content-items .container .item article h5 {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}
body.page-scolapio #main section.content-items .container .item__1, body.page-scolapio #main section.content-items .container .item__2, body.page-scolapio #main section.content-items .container .item__3 {
  background: none;
  width: 100%;
  height: auto;
}
body.page-scolapio #main section.content-items .container .item .wp-block-button {
  cursor: pointer;
}
body.page-scolapio #main section.content-items .container .item .wp-block-button a {
  padding: 25px 0;
  background: none;
  text-decoration: underline;
  color: #01052c;
  font-weight: 800;
  display: block;
}
body.page-scolapio #main section.content-items .container .one {
  grid-area: one;
}
body.page-scolapio #main section.content-items .container .two {
  grid-area: two;
}
body.page-scolapio #main section.content-items .container .three {
  grid-area: three;
}
body.page-scolapio #main section.content-items .container .four {
  grid-area: four;
}
body.page-scolapio #main section.content-items .container .five {
  grid-area: five;
  margin: -30% 0 0 0;
}
body.page-scolapio #main section.content-items .container .six {
  grid-area: six;
}
body.page-scolapio #main section.content-items .container .item__1 {
  grid-area: item1;
}
body.page-scolapio #main section.content-items .container .item__2 {
  grid-area: item2;
}
body.page-scolapio #main section.content-items .container .item__3 {
  grid-area: item3;
}
body.page-scolapio #main section.content-items .btn {
  cursor: pointer;
  /* &:hover a {
      transition: all 0.3s;
      background: $light-green;
      color: $primary_green;
      transform: scale(1.1);
  } */
}
body.page-scolapio #main section.content-items .btn a {
  color: rgb(27, 68, 83);
  font-size: 3.1rem;
  font-weight: 900;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  font-size: 2rem;
  width: 25%;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 15px;
  min-width: 370px;
  transform: scale(1);
  transition: all 0.3s;
  display: block;
}
body.page-scolapio #main section.content-items .btn a:hover {
  transition: all 0.3s;
  background: rgb(206, 224, 203);
  color: #ec7148;
  transform: scale(1.1);
}
body.page-scolapio #main section.map {
  background: rgb(255, 255, 255);
}
body.page-scolapio #main section.map h2 {
  text-align: center;
  font-size: clamp(2rem, 3rem + 5vw, 4rem);
  padding: 5%;
  font-weight: 800;
  color: rgb(27, 68, 83);
}
body.page-scolapio #main section.map .map_toltip {
  width: 100%;
  max-width: 1322px;
  min-width: 1080px;
  margin: 50px auto;
  position: relative;
}
body.page-scolapio #main section.map .map_toltip .area_btn {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li {
  width: 10px;
  height: 10px;
  background: rgb(85, 134, 142);
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:hover {
  background: #ec7148;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(1) {
  top: 40%;
  left: 20%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(2) {
  top: 61%;
  left: 26.5%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(3) {
  top: 40%;
  left: 51%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(4) {
  top: 41%;
  left: 46.5%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(5) {
  top: 70.9%;
  left: 58.3%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(6) {
  top: 51.8%;
  left: 70.1%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(7) {
  top: 68.6%;
  left: 34%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(8) {
  top: 40%;
  left: 86.7%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(9) {
  top: 57%;
  left: 83.2%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(10) {
  top: 78%;
  left: 27.8%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(11) {
  top: 50%;
  left: 18.3%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(12) {
  top: 51.5%;
  left: 25%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(13) {
  top: 53%;
  left: 27%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(14) {
  top: 59%;
  left: 28.6%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(15) {
  top: 63.9%;
  left: 24.9%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(16) {
  top: 69%;
  left: 26%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(17) {
  top: 72%;
  left: 29%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(18) {
  top: 80%;
  left: 30%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(19) {
  top: 36.6%;
  left: 48%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(20) {
  top: 36.6%;
  left: 51.3%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(21) {
  top: 35.1%;
  left: 51.7%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(22) {
  top: 36.8%;
  left: 52.7%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(23) {
  top: 37.5%;
  left: 54%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(24) {
  top: 33%;
  left: 52.4%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(25) {
  top: 55.3%;
  left: 43.3%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(26) {
  top: 63.6%;
  left: 50.6%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(27) {
  top: 60%;
  left: 51%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(28) {
  top: 64%;
  left: 54%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(29) {
  top: 55.3%;
  left: 43.3%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(30) {
  top: 59%;
  left: 45.9%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(31) {
  top: 56%;
  left: 47%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(32) {
  top: 58.2%;
  left: 44.3%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(33) {
  top: 58.2%;
  left: 48.2%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(34) {
  top: 56%;
  left: 79%;
}
body.page-scolapio #main section.map .map_toltip .area_btn ul li:nth-child(35) {
  top: 64.3%;
  left: 82.5%;
}
body.page-scolapio #main section .info__city {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.page-scolapio #main section .info__city .area {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  pointer-events: none;
}
body.page-scolapio #main section .info__city .area.active .tooltip {
  opacity: 1;
  padding: 3%;
  height: 100%;
  visibility: visible;
  transition: all 0.3s;
}
body.page-scolapio #main section .info__city .area:nth-child(1) {
  top: 50%;
  left: 21%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(1) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(1) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(2) {
  top: 66%;
  left: 27%;
  width: 55px;
  height: 70px;
}
body.page-scolapio #main section .info__city .area:nth-child(2) .tooltip {
  top: -230%;
  left: -40%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(2) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(3) {
  top: 50%;
  left: 49.7%;
  width: 55px;
  height: 70px;
}
body.page-scolapio #main section .info__city .area:nth-child(3) .tooltip {
  top: -230%;
  left: -40%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(3) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(4) {
  top: 45%;
  left: 47%;
  width: 48px;
  height: 50px;
}
body.page-scolapio #main section .info__city .area:nth-child(4) .tooltip {
  top: -330%;
  left: -80%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(4) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(5) {
  top: 78%;
  left: 58%;
  width: 67px;
  height: 75px;
}
body.page-scolapio #main section .info__city .area:nth-child(5) .tooltip {
  top: -230%;
  left: -20%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(5) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(6) {
  top: 59%;
  left: 71.3%;
  width: 116px;
  height: 105px;
}
body.page-scolapio #main section .info__city .area:nth-child(6) .tooltip {
  top: -150%;
  left: -20%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(6) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(7) {
  top: 77%;
  left: 33%;
  width: 116px;
  height: 105px;
}
body.page-scolapio #main section .info__city .area:nth-child(7) .tooltip {
  top: -150%;
  left: -20%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(7) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(8) {
  top: 49.9%;
  left: 88%;
  width: 116px;
  height: 105px;
}
body.page-scolapio #main section .info__city .area:nth-child(8) .tooltip {
  top: -150%;
  left: -20%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(8) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(9) {
  top: 71%;
  left: 84%;
  width: 116px;
  height: 105px;
}
body.page-scolapio #main section .info__city .area:nth-child(9) .tooltip {
  top: -150%;
  left: -20%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(9) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(10) {
  top: 90%;
  left: 26%;
  width: 116px;
  height: 105px;
  /*  width: 27px;
      height: 166px; */
}
body.page-scolapio #main section .info__city .area:nth-child(10) .tooltip {
  top: -150%;
  left: -20%;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(10) .tooltip small {
  padding-top: 30px;
}
body.page-scolapio #main section .info__city .area:nth-child(11) {
  top: 62%;
  left: 22%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(11) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(11) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(12) {
  top: 67%;
  left: 28.6%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(12) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(12) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(13) {
  top: 69%;
  left: 31%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(13) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(13) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(14) {
  top: 74%;
  left: 32%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(14) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(14) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(15) {
  top: 78%;
  left: 28%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(15) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(15) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(16) {
  top: 83%;
  left: 30%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(16) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(16) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(17) {
  top: 86%;
  left: 32%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(17) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(17) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(18) {
  top: 95.8%;
  left: 33.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(18) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(18) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(19) {
  top: 51%;
  left: 51%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(19) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(19) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(20) {
  top: 50%;
  left: 54%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(20) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(20) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(21) {
  top: 48%;
  left: 56%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(21) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(21) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(22) {
  top: 52%;
  left: 56%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(22) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(22) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(23) {
  top: 54%;
  left: 58%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(23) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(23) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(24) {
  top: 47.8%;
  left: 55.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(24) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(24) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(25) {
  top: 69.8%;
  left: 46.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(25) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(25) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(26) {
  top: 78.8%;
  left: 53.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(26) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(26) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(27) {
  top: 74.8%;
  left: 55%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(27) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(27) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(28) {
  top: 74.8%;
  left: 58%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(28) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(28) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(29) {
  top: 69.8%;
  left: 46.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(29) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(29) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(30) {
  top: 73.3%;
  left: 49.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(30) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(30) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(31) {
  top: 73%;
  left: 50.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(31) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(31) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(32) {
  top: 73.8%;
  left: 49.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(32) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(32) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(33) {
  top: 73.8%;
  left: 49.9%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(33) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(33) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(34) {
  top: 70.8%;
  left: 82.4%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(34) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(34) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area:nth-child(35) {
  top: 79.8%;
  left: 86.4%;
  width: 220px;
  height: 130px;
}
body.page-scolapio #main section .info__city .area:nth-child(35) .tooltip {
  top: -150px;
  transition: all 0.5s;
}
body.page-scolapio #main section .info__city .area:nth-child(35) .tooltip small {
  padding-top: 0px;
}
body.page-scolapio #main section .info__city .area .tooltip {
  position: absolute;
  width: 200px;
  color: white;
  padding: 0px;
  font-size: 12px;
  transition: all 0.4s;
  opacity: 0;
  height: 0;
  border-radius: 30px;
  box-sizing: content-box;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transform: scale(0.8);
  z-index: 0;
}
body.page-scolapio #main section .info__city .area .tooltip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 179px;
  background: url(/wp-content/themes/scolapios/img/ribon-city.svg) no-repeat;
  background-size: contain;
  opacity: 0.9;
  z-index: 0;
  transform: scale(1.4);
}
body.page-scolapio #main section .info__city .area .tooltip small {
  position: relative;
  z-index: 99;
  font-size: 1rem;
  text-align: center;
}
body.page-scolapio #main section .info__city .area .tooltip small strong {
  font-weight: 700;
  font-size: 1.4rem;
}
.video--pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 68, 83, 0.85);
  backdrop-filter: blur(8px);
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.video--pop.active {
  display: flex;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
}
.video--pop .video-frame-container {
  width: 85%;
  height: 500px;
}
.video--pop .video-frame-container iframe {
  width: 100%;
  height: 100%;
}
.video--pop .popup {
  background: rgb(118, 138, 108);
  position: absolute;
  top: 0;
  margin: 8% auto 0;
  left: 0;
  right: 0;
  width: 70%;
  padding: 0;
}
.video--pop .popup article {
  padding: 3%;
}
.video--pop .popup article p {
  color: rgb(255, 255, 255);
}
.video--pop .popup article p strong {
  width: 100%;
  display: block;
  font-size: 3rem;
}
.video--pop .close-btn {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  color: #f7d280;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-weight: lighter;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 50px;
  transition: background 0.3s ease;
}
.video--pop .close-btn:hover {
  background: rgb(27, 68, 83);
  color: #f7d280;
}

body.page-scolapio-two .main section.content-op-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
}
body.page-scolapio-two .main section.content-op-menu .nav-op {
  flex: 1 1 60%;
  width: 60%;
}
body.page-scolapio-two .main section.content-op-menu .nav-op ul {
  padding: 8rem 2rem;
  overflow: hidden;
  height: 80vh;
}
body.page-scolapio-two .main section.content-op-menu .nav-op ul li {
  margin: 0 0 50px 0;
}
body.page-scolapio-two .main section.content-op-menu .nav-op ul li:hover > p > span {
  color: rgb(27, 68, 83);
  transition: all 0.2s;
}
body.page-scolapio-two .main section.content-op-menu .nav-op ul li p {
  display: flex;
  align-items: center;
  text-align: left;
}
body.page-scolapio-two .main section.content-op-menu .nav-op ul li p em {
  font-size: 1rem;
  font-weight: 700;
  color: #ec7148;
  width: 15%;
  text-align: left;
  padding: 0 5% 0 0;
}
body.page-scolapio-two .main section.content-op-menu .nav-op ul li p span {
  font-size: calc(2rem + 1vw);
  color: transparent;
  width: 80%;
  text-align: left;
  font-weight: 900;
  -webkit-text-stroke: 1px rgb(27, 68, 83);
  transition: all 0.5s;
}
body.page-scolapio-two .main section.content-op-menu .slide-op {
  flex: 1 1 40%;
  width: 60%;
  height: 100%;
  background: chocolate;
}
body.page-scolapio-two .main section.content-op-menu .slide-op ul {
  height: 100%;
  position: relative;
}
body.page-scolapio-two .main section.content-op-menu .slide-op ul li {
  top: 0;
  left: 0;
  height: 100vh;
  position: absolute;
}

body {
  width: 100%;
}
body.page-basico {
  background: rgb(255, 255, 255);
}
body.page-basico p {
  line-height: 1.5;
  margin: 20px 0;
}
body.page-basico p strong {
  font-weight: 800;
}

#main section.box-base {
  padding: 5rem;
  width: 100%;
  padding: 12% 0 0 0;
  margin: 0 auto 0;
  position: relative;
}
#main section.box-base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1B4453, #CEE0CB);
  z-index: 0;
  height: 90vh;
}
#main section.box-base .box-info {
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
  width: 90%;
  margin: 0 auto;
}
#main section.box-base .box-info h2 {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #f7d280;
  color: rgb(255, 255, 255);
  font-weight: 800;
}
#main section.box-base .box-info p.has-text-align-right {
  font-weight: 700;
  padding: 2% 0;
  color: #f7d280;
  text-align: right;
}
#main section.box-base .box-info small,
#main section.box-base .box-info blockquote {
  text-align: right;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 400;
}
#main section.box-base .box-info small + p,
#main section.box-base .box-info blockquote + p {
  color: rgb(255, 255, 255);
}
#main section.box-base .box-info picture {
  overflow: hidden;
  width: 100%;
  height: 90vh;
  display: block;
  height: clamp(500px, 60vh, 600px);
}
#main section.box-base .box-info p {
  padding: 2rem 0;
  color: rgb(27, 68, 83);
}
#main section.box-base .box-info .info_section {
  width: 90%;
  margin: 50px auto;
}
#main section.box-base .box-info figure {
  margin: 100px auto 0;
}
#main section.slide_base #slide_basic .glide__track {
  padding: 5rem 0;
  background: rgb(27, 68, 83);
}
#main section.slide_base #slide_basic ul {
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
}
#main section.slide_base #slide_basic ul li.basic_item {
  /*  width: clamp(450px, 20vw, 600px);
  height: clamp(450px, 20vw, 600px);
   */
  flex: 1 1 calc(33.333% - 10px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ec7148;
  cursor: pointer;
}
#main section.slide_base #slide_basic ul li.basic_item figure {
  display: block;
  width: 100%;
  height: 100%;
}
#main section.slide_base #slide_basic ul li.basic_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Global Styles */
body {
  margin: 0;
  min-width: 320px;
  background: rgb(255, 255, 255);
  font-family: "Raleway", sans-serif;
  color: rgb(27, 68, 83);
  font-size: 15px;
  line-height: 1;
}
body.home {
  /* @include responsive(480px) {
      background: red;
    } */
}
body.home header {
  margin: auto;
}
body.home header #menu {
  width: 90%;
  margin: auto;
  display: flex;
}

/* Estilos para la sección de contenido */
.contentHome {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: center;
}

/* Estilos para el logo */
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo picture {
  background-color: transparent !important;
  filter: invert(0);
}
.logo:hover {
  filter: drop-shadow(0 0 2em rgb(118, 138, 108));
}
.logo.vanilla:hover {
  filter: drop-shadow(0 0 2em #f7d280);
}

/* Medios de comunicación preferidos */
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #f7d280;
  }
  button {
    background-color: #f9f9f9;
  }
}
body.page-hablemos #main header .navBar {
  opacity: 1;
}
body.page-hablemos #main header .navBar.black_menu {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  padding: 2%;
  opacity: 1;
}
body.page-hablemos #main header .navBar.black_menu .navTop a {
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}
body.page-hablemos #main header .navBar picture {
  filter: invert(24%) sepia(26%) saturate(413%) hue-rotate(150deg) brightness(43%) contrast(98%);
}
body.page-hablemos #main header .navBar nav.navTop a {
  color: rgb(0, 0, 0);
}
body.page-hablemos #main section {
  margin: 0px auto 0;
}
body.page-hablemos #main section p,
body.page-hablemos #main section small {
  padding: 0 0 3% 0;
  font-size: calc(1em + 1.3vh);
  line-height: 1.3;
  display: block;
}
body.page-hablemos #main section.contact {
  max-width: 90%;
  margin: 20% auto 100px;
}
body.page-hablemos #main section.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/scolapios/img/schp-line.svg);
  background-repeat: no-repeat;
  left: -18%;
  top: 110px;
  height: 212px;
  max-width: 670px;
  transform: rotate(-90deg);
  background-size: contain;
  position: absolute;
  z-index: 999;
}
body.page-hablemos #main section.contact .boxes {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 10%;
}
body.page-hablemos #main section.contact .boxes .data__form {
  width: 70%;
}
body.page-hablemos #main section.contact .boxes .data__form small {
  padding: 3% 0 0 0;
  width: 100%;
  font-size: 1rem;
}
body.page-hablemos #main section.contact .boxes .data__options {
  width: 25%;
}
body.page-hablemos #main section.contact .boxes .data__form .title h1 {
  color: rgb(27, 68, 83);
  padding: 0% 0;
  font-size: calc(3em + 4vh);
}
body.page-hablemos #main section.contact .boxes .data__form .title p {
  padding: 2% 0;
  color: rgb(27, 68, 83);
  font-weight: 900;
  max-width: 80%;
}
body.page-hablemos #main section.contact .boxes .data__form .form {
  width: 100%;
  height: 500px;
  display: inline-block;
}
body.page-hablemos #main section.contact .boxes .data__form .form form {
  background: rgb(206, 224, 203);
  padding: 2rem;
}
body.page-hablemos #main section.contact .boxes .data__form .form form label {
  display: none;
}
body.page-hablemos #main section.contact .boxes .data__form .form form input {
  background: rgb(206, 224, 203);
  border: none;
  border-bottom: rgb(27, 68, 83) 1px solid;
  appearance: none;
}
body.page-hablemos #main section.contact .boxes .data__form .form form input::placeholder {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__form .form form textarea {
  background: rgb(206, 224, 203);
  border: none;
  border-bottom: rgb(27, 68, 83) 1px solid;
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__form .form form textarea::placeholder {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__form .form form .wpforms-submit-container button {
  background: rgb(27, 68, 83);
  color: white;
  border-radius: 5px;
  width: 100px;
}
body.page-hablemos #main section.contact .boxes .data__form small {
  width: 70%;
  font-size: 0.8rem;
}
body.page-hablemos #main section.contact .boxes .data__form small p a {
  color: #e8a465;
}
body.page-hablemos #main section.contact .boxes .data__options .title h3 {
  padding: 0 0 50px 0;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  width: 80%;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li a {
  color: rgb(27, 68, 83);
  text-decoration: underline;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li a:hover {
  color: #ec7148;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li strong {
  width: 100%;
  font-weight: 700;
  font-size: 1.2em;
  color: rgb(27, 68, 83);
  margin: 20px 0 0 0;
  display: block;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li:last-child strong {
  color: #c7c5eb;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li small,
body.page-hablemos #main section.contact .boxes .data__options .box-options ul li p {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 {
  margin: 20px 0 0 0;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 h4 {
  color: #c7c5eb;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 ul {
  display: flex;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 ul li {
  margin: 5% 2%;
  width: 30px;
  height: 30px;
}
body.page-hablemos #main section.contact .boxes .data__options .box-options .redes2 ul li i {
  color: rgb(27, 68, 83);
}
body.page-hablemos #main section.contact.banner_end picture {
  display: block;
  margin: 100px auto 0;
}

body .glide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  height: 60px;
  z-index: 9;
}
body .glide__arrows button {
  background: rgb(27, 68, 83);
  border: none;
  border-radius: 0;
  position: absolute;
  background: url(/wp-content/themes/scolapios/img/arrow.png) no-repeat;
  background-size: contain;
  padding: 1px;
  width: 60px;
  height: 60px;
  transition: all 0.2s;
}
body .glide__arrows button.glide__arrow--left {
  left: 0;
  margin-left: auto;
  transform: rotate(180deg);
}
body .glide__arrows button.glide__arrow--left:hover {
  left: -10px;
  transition: all 0.2s;
}
body .glide__arrows button.glide__arrow--right {
  right: 0;
  margin-right: auto;
}
body .glide__arrows button.glide__arrow--right:hover {
  right: -10px;
  transition: all 0.2s;
}
body .glide__arrows button:focus {
  border: none;
  outline: none;
}
body .video--pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 68, 83, 0.85);
  backdrop-filter: blur(8px);
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-in;
}
body .video--pop.active {
  display: flex;
  opacity: 1;
  padding: 5% 0;
  align-items: start;
  visibility: visible;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
body .video--pop .video-frame-container {
  width: 70vw;
  padding: 1% 2%;
  height: 70vh;
}
body .video--pop .video-frame-container iframe {
  width: 90%;
  height: 100%;
  margin: auto;
  aspect-ratio: 16/9;
  display: flex;
}
body .video--pop .video-frame-container video {
  width: 100%;
  height: auto;
  display: flex;
  margin: auto;
  aspect-ratio: 16/9;
}
body .video--pop .close-btn {
  position: absolute;
  top: 1%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  color: #f7d280;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-weight: lighter;
  padding: 5px;
  cursor: pointer;
  font-size: 50px;
  transition: background 0.3s ease;
}
body .video--pop .close-btn:hover {
  background: rgb(27, 68, 83);
  color: #f7d280;
}
body #main section {
  width: 100%;
}
body #main section.testimonios .banner {
  position: relative;
}
body #main section.testimonios .banner h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  width: 50%;
  text-align: center;
  z-index: 999;
}
body #main section.testimonios .banner picture {
  max-height: 60vh;
  display: block;
  overflow: hidden;
  position: relative;
}
body #main section.testimonios .banner picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #518A7D, #17406B);
  mix-blend-mode: multiply;
  opacity: 0.7;
}
body #main section.testimonios .banner picture img {
  height: 100%;
}
body #main section.quote {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 70px auto;
}
body #main section.quote .box-quote {
  width: 100%;
  max-width: 960px;
}
body #main section.quote .box-quote h2 {
  text-align: center;
  margin: 20px auto 100px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px rgb(27, 68, 83);
}
body #main section.quote .box-quote h2 b {
  color: rgb(118, 138, 108);
}
body #main section.quote .box-quote h2 strong {
  color: rgb(27, 68, 83);
  font-weight: 700;
  width: 100%;
  display: block;
}
body #main section.quote .box-quote .video {
  display: block;
  width: 100%;
  height: auto;
  padding: 2%;
}
body #main section.quote .box-quote .video iframe {
  width: 100%;
  max-width: 960px;
  max-height: 520px;
  height: 420px;
}
body #main section.quote .box-quote article {
  display: flex;
  margin: 30px auto 70px;
  align-items: flex-start;
  align-items: center;
}
body #main section.quote .box-quote article h1 {
  padding: 0 10px 0 0;
}
body #main section.quote .box-quote article h2 {
  text-align: left;
  font-size: 3rem;
  font-weight: 900;
  color: rgb(27, 68, 83);
  margin: 0 20px 0 0;
  letter-spacing: 0.1px;
}
body #main section.quote .box-quote article small {
  padding: 0 5%;
  border-left: #e8a465 2px solid;
}
body #main section.blog__Testimonials .wp-block-heading h1 {
  width: 100%;
  text-align: center;
  font-size: calc(5rem + 3vh);
  font-weight: 400;
  margin: 0 auto 100px;
  color: rgb(27, 68, 83);
}
body #main section .slide__one, body #main section .slide__two, body #main section .slide__three, body #main section .slide__four {
  /* position: relative;
    &::after {
      @include afterAndBefore;
      opacity: 0.5;
      z-index: -1;
    } */
  width: 100%;
  display: flex;
  overflow: hidden;
}
body #main section .slide__one .box_intro, body #main section .slide__two .box_intro, body #main section .slide__three .box_intro, body #main section .slide__four .box_intro {
  width: 30%;
  min-width: clamp(410px, 25vw, 490px);
  flex: 1;
  padding: 7% 3% 2% 7%;
  background: rgb(206, 224, 203);
  color: rgb(27, 68, 83);
  position: relative;
}
body #main section .slide__one .box_intro h4, body #main section .slide__two .box_intro h4, body #main section .slide__three .box_intro h4, body #main section .slide__four .box_intro h4 {
  font-size: clamp(1.1rem, 1.5vw + 1rem, 3rem);
  padding: clamp(1rem, 5%, 2rem) 0;
  font-weight: 900;
}
body #main section .slide__one .box_intro p, body #main section .slide__two .box_intro p, body #main section .slide__three .box_intro p, body #main section .slide__four .box_intro p {
  /* width: clamp(70%, 86%, 90%); */
  font-size: clamp(1rem, 1.2rem + 0.5vw, 1.6rem);
  line-height: 1.4;
}
body #main section .slide__one .glide.uno, body #main section .slide__one .glide.dos, body #main section .slide__one .glide.tres, body #main section .slide__one .glide.cuatro, body #main section .slide__two .glide.uno, body #main section .slide__two .glide.dos, body #main section .slide__two .glide.tres, body #main section .slide__two .glide.cuatro, body #main section .slide__three .glide.uno, body #main section .slide__three .glide.dos, body #main section .slide__three .glide.tres, body #main section .slide__three .glide.cuatro, body #main section .slide__four .glide.uno, body #main section .slide__four .glide.dos, body #main section .slide__four .glide.tres, body #main section .slide__four .glide.cuatro {
  max-width: 70%;
  flex: 2;
  box-sizing: content-box;
}
body #main section .slide__one .glide ul, body #main section .slide__two .glide ul, body #main section .slide__three .glide ul, body #main section .slide__four .glide ul {
  margin: 7% 0;
}
body #main section .slide__one .glide ul.one, body #main section .slide__one .glide ul.two, body #main section .slide__one .glide ul.three, body #main section .slide__one .glide ul.four, body #main section .slide__two .glide ul.one, body #main section .slide__two .glide ul.two, body #main section .slide__two .glide ul.three, body #main section .slide__two .glide ul.four, body #main section .slide__three .glide ul.one, body #main section .slide__three .glide ul.two, body #main section .slide__three .glide ul.three, body #main section .slide__three .glide ul.four, body #main section .slide__four .glide ul.one, body #main section .slide__four .glide ul.two, body #main section .slide__four .glide ul.three, body #main section .slide__four .glide ul.four {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex: 2;
  gap: 0 1%;
}
body #main section .slide__one .glide ul.one li, body #main section .slide__one .glide ul.two li, body #main section .slide__one .glide ul.three li, body #main section .slide__one .glide ul.four li, body #main section .slide__two .glide ul.one li, body #main section .slide__two .glide ul.two li, body #main section .slide__two .glide ul.three li, body #main section .slide__two .glide ul.four li, body #main section .slide__three .glide ul.one li, body #main section .slide__three .glide ul.two li, body #main section .slide__three .glide ul.three li, body #main section .slide__three .glide ul.four li, body #main section .slide__four .glide ul.one li, body #main section .slide__four .glide ul.two li, body #main section .slide__four .glide ul.three li, body #main section .slide__four .glide ul.four li {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-width: 350px;
  height: auto;
  aspect-ratio: 3/4;
  cursor: pointer;
}
body #main section .slide__one .glide ul.one li .item, body #main section .slide__one .glide ul.two li .item, body #main section .slide__one .glide ul.three li .item, body #main section .slide__one .glide ul.four li .item, body #main section .slide__two .glide ul.one li .item, body #main section .slide__two .glide ul.two li .item, body #main section .slide__two .glide ul.three li .item, body #main section .slide__two .glide ul.four li .item, body #main section .slide__three .glide ul.one li .item, body #main section .slide__three .glide ul.two li .item, body #main section .slide__three .glide ul.three li .item, body #main section .slide__three .glide ul.four li .item, body #main section .slide__four .glide ul.one li .item, body #main section .slide__four .glide ul.two li .item, body #main section .slide__four .glide ul.three li .item, body #main section .slide__four .glide ul.four li .item {
  position: relative;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
}
body #main section .slide__one .glide ul.one li .item .name, body #main section .slide__one .glide ul.two li .item .name, body #main section .slide__one .glide ul.three li .item .name, body #main section .slide__one .glide ul.four li .item .name, body #main section .slide__two .glide ul.one li .item .name, body #main section .slide__two .glide ul.two li .item .name, body #main section .slide__two .glide ul.three li .item .name, body #main section .slide__two .glide ul.four li .item .name, body #main section .slide__three .glide ul.one li .item .name, body #main section .slide__three .glide ul.two li .item .name, body #main section .slide__three .glide ul.three li .item .name, body #main section .slide__three .glide ul.four li .item .name, body #main section .slide__four .glide ul.one li .item .name, body #main section .slide__four .glide ul.two li .item .name, body #main section .slide__four .glide ul.three li .item .name, body #main section .slide__four .glide ul.four li .item .name {
  position: relative;
  height: 100%;
}
body #main section .slide__one .glide ul.one li .item .name .play, body #main section .slide__one .glide ul.two li .item .name .play, body #main section .slide__one .glide ul.three li .item .name .play, body #main section .slide__one .glide ul.four li .item .name .play, body #main section .slide__two .glide ul.one li .item .name .play, body #main section .slide__two .glide ul.two li .item .name .play, body #main section .slide__two .glide ul.three li .item .name .play, body #main section .slide__two .glide ul.four li .item .name .play, body #main section .slide__three .glide ul.one li .item .name .play, body #main section .slide__three .glide ul.two li .item .name .play, body #main section .slide__three .glide ul.three li .item .name .play, body #main section .slide__three .glide ul.four li .item .name .play, body #main section .slide__four .glide ul.one li .item .name .play, body #main section .slide__four .glide ul.two li .item .name .play, body #main section .slide__four .glide ul.three li .item .name .play, body #main section .slide__four .glide ul.four li .item .name .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  transition: 0.7s;
  cursor: pointer;
  transform: scale(1);
}
body #main section .slide__one .glide ul.one li .item .name .play:hover, body #main section .slide__one .glide ul.two li .item .name .play:hover, body #main section .slide__one .glide ul.three li .item .name .play:hover, body #main section .slide__one .glide ul.four li .item .name .play:hover, body #main section .slide__two .glide ul.one li .item .name .play:hover, body #main section .slide__two .glide ul.two li .item .name .play:hover, body #main section .slide__two .glide ul.three li .item .name .play:hover, body #main section .slide__two .glide ul.four li .item .name .play:hover, body #main section .slide__three .glide ul.one li .item .name .play:hover, body #main section .slide__three .glide ul.two li .item .name .play:hover, body #main section .slide__three .glide ul.three li .item .name .play:hover, body #main section .slide__three .glide ul.four li .item .name .play:hover, body #main section .slide__four .glide ul.one li .item .name .play:hover, body #main section .slide__four .glide ul.two li .item .name .play:hover, body #main section .slide__four .glide ul.three li .item .name .play:hover, body #main section .slide__four .glide ul.four li .item .name .play:hover {
  transform: scale(1.2);
  transition: 0.3s;
}
body #main section .slide__one .glide ul.one li .item .name .play img, body #main section .slide__one .glide ul.two li .item .name .play img, body #main section .slide__one .glide ul.three li .item .name .play img, body #main section .slide__one .glide ul.four li .item .name .play img, body #main section .slide__two .glide ul.one li .item .name .play img, body #main section .slide__two .glide ul.two li .item .name .play img, body #main section .slide__two .glide ul.three li .item .name .play img, body #main section .slide__two .glide ul.four li .item .name .play img, body #main section .slide__three .glide ul.one li .item .name .play img, body #main section .slide__three .glide ul.two li .item .name .play img, body #main section .slide__three .glide ul.three li .item .name .play img, body #main section .slide__three .glide ul.four li .item .name .play img, body #main section .slide__four .glide ul.one li .item .name .play img, body #main section .slide__four .glide ul.two li .item .name .play img, body #main section .slide__four .glide ul.three li .item .name .play img, body #main section .slide__four .glide ul.four li .item .name .play img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
body #main section .slide__one .glide ul.one li .item p, body #main section .slide__one .glide ul.two li .item p, body #main section .slide__one .glide ul.three li .item p, body #main section .slide__one .glide ul.four li .item p, body #main section .slide__two .glide ul.one li .item p, body #main section .slide__two .glide ul.two li .item p, body #main section .slide__two .glide ul.three li .item p, body #main section .slide__two .glide ul.four li .item p, body #main section .slide__three .glide ul.one li .item p, body #main section .slide__three .glide ul.two li .item p, body #main section .slide__three .glide ul.three li .item p, body #main section .slide__three .glide ul.four li .item p, body #main section .slide__four .glide ul.one li .item p, body #main section .slide__four .glide ul.two li .item p, body #main section .slide__four .glide ul.three li .item p, body #main section .slide__four .glide ul.four li .item p {
  font-size: calc(1em + 1vh);
  width: 100%;
  display: block;
}
body #main section .slide__one .glide ul.one li .item small,
body #main section .slide__one .glide ul.one li .item strong, body #main section .slide__one .glide ul.two li .item small,
body #main section .slide__one .glide ul.two li .item strong, body #main section .slide__one .glide ul.three li .item small,
body #main section .slide__one .glide ul.three li .item strong, body #main section .slide__one .glide ul.four li .item small,
body #main section .slide__one .glide ul.four li .item strong, body #main section .slide__two .glide ul.one li .item small,
body #main section .slide__two .glide ul.one li .item strong, body #main section .slide__two .glide ul.two li .item small,
body #main section .slide__two .glide ul.two li .item strong, body #main section .slide__two .glide ul.three li .item small,
body #main section .slide__two .glide ul.three li .item strong, body #main section .slide__two .glide ul.four li .item small,
body #main section .slide__two .glide ul.four li .item strong, body #main section .slide__three .glide ul.one li .item small,
body #main section .slide__three .glide ul.one li .item strong, body #main section .slide__three .glide ul.two li .item small,
body #main section .slide__three .glide ul.two li .item strong, body #main section .slide__three .glide ul.three li .item small,
body #main section .slide__three .glide ul.three li .item strong, body #main section .slide__three .glide ul.four li .item small,
body #main section .slide__three .glide ul.four li .item strong, body #main section .slide__four .glide ul.one li .item small,
body #main section .slide__four .glide ul.one li .item strong, body #main section .slide__four .glide ul.two li .item small,
body #main section .slide__four .glide ul.two li .item strong, body #main section .slide__four .glide ul.three li .item small,
body #main section .slide__four .glide ul.three li .item strong, body #main section .slide__four .glide ul.four li .item small,
body #main section .slide__four .glide ul.four li .item strong {
  font-size: calc(1.3em + 1.2vh);
  width: 100%;
  display: block;
}
body #main section .slide__one .glide ul.one li .item::after, body #main section .slide__one .glide ul.two li .item::after, body #main section .slide__one .glide ul.three li .item::after, body #main section .slide__one .glide ul.four li .item::after, body #main section .slide__two .glide ul.one li .item::after, body #main section .slide__two .glide ul.two li .item::after, body #main section .slide__two .glide ul.three li .item::after, body #main section .slide__two .glide ul.four li .item::after, body #main section .slide__three .glide ul.one li .item::after, body #main section .slide__three .glide ul.two li .item::after, body #main section .slide__three .glide ul.three li .item::after, body #main section .slide__three .glide ul.four li .item::after, body #main section .slide__four .glide ul.one li .item::after, body #main section .slide__four .glide ul.two li .item::after, body #main section .slide__four .glide ul.three li .item::after, body #main section .slide__four .glide ul.four li .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #c9dee2, #1b4453);
  transform: rotate(180deg);
  mix-blend-mode: multiply;
  z-index: -1;
}
body #main section .slide__one .glide ul.one li figure, body #main section .slide__one .glide ul.two li figure, body #main section .slide__one .glide ul.three li figure, body #main section .slide__one .glide ul.four li figure, body #main section .slide__two .glide ul.one li figure, body #main section .slide__two .glide ul.two li figure, body #main section .slide__two .glide ul.three li figure, body #main section .slide__two .glide ul.four li figure, body #main section .slide__three .glide ul.one li figure, body #main section .slide__three .glide ul.two li figure, body #main section .slide__three .glide ul.three li figure, body #main section .slide__three .glide ul.four li figure, body #main section .slide__four .glide ul.one li figure, body #main section .slide__four .glide ul.two li figure, body #main section .slide__four .glide ul.three li figure, body #main section .slide__four .glide ul.four li figure {
  /*   &.wp-block-image {
    display: block;
  } */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}
body #main section .slide__one .glide ul.one li figure img, body #main section .slide__one .glide ul.two li figure img, body #main section .slide__one .glide ul.three li figure img, body #main section .slide__one .glide ul.four li figure img, body #main section .slide__two .glide ul.one li figure img, body #main section .slide__two .glide ul.two li figure img, body #main section .slide__two .glide ul.three li figure img, body #main section .slide__two .glide ul.four li figure img, body #main section .slide__three .glide ul.one li figure img, body #main section .slide__three .glide ul.two li figure img, body #main section .slide__three .glide ul.three li figure img, body #main section .slide__three .glide ul.four li figure img, body #main section .slide__four .glide ul.one li figure img, body #main section .slide__four .glide ul.two li figure img, body #main section .slide__four .glide ul.three li figure img, body #main section .slide__four .glide ul.four li figure img {
  display: block;
  object-position: center;
  text-align: center;
}
body #main section .slide__one .glide ul.one li figure.video-container, body #main section .slide__one .glide ul.two li figure.video-container, body #main section .slide__one .glide ul.three li figure.video-container, body #main section .slide__one .glide ul.four li figure.video-container, body #main section .slide__two .glide ul.one li figure.video-container, body #main section .slide__two .glide ul.two li figure.video-container, body #main section .slide__two .glide ul.three li figure.video-container, body #main section .slide__two .glide ul.four li figure.video-container, body #main section .slide__three .glide ul.one li figure.video-container, body #main section .slide__three .glide ul.two li figure.video-container, body #main section .slide__three .glide ul.three li figure.video-container, body #main section .slide__three .glide ul.four li figure.video-container, body #main section .slide__four .glide ul.one li figure.video-container, body #main section .slide__four .glide ul.two li figure.video-container, body #main section .slide__four .glide ul.three li figure.video-container, body #main section .slide__four .glide ul.four li figure.video-container {
  display: none;
}
body #main section .slide__one {
  background: rgba(206, 224, 203, 0.5);
}
body #main section .slide__one:nth-child(1) .box_intro {
  color: rgb(27, 68, 83);
}
body #main section .slide__one:nth-child(2) {
  background: rgba(118, 138, 108, 0.3);
}
body #main section .slide__one:nth-child(2) .box_intro {
  background: rgb(118, 138, 108);
  color: rgb(255, 255, 255);
}
body #main section .slide__one:nth-child(3) {
  background: rgba(85, 134, 142, 0.5);
}
body #main section .slide__one:nth-child(3) .box_intro {
  background: rgb(85, 134, 142);
  color: rgb(255, 255, 255);
}
body #main section .slide__one:nth-child(4) {
  background: rgba(27, 68, 83, 0.5);
}
body #main section .slide__one:nth-child(4) .box_intro {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
}
body #main section .slide__one:nth-child(5) {
  background: rgba(85, 134, 142, 0.5);
}
body #main section .slide__one:nth-child(5) .box_intro {
  background: rgb(85, 134, 142);
  color: rgb(255, 255, 255);
}
body #main section .slide__one:nth-child(5) {
  background: rgba(118, 138, 108, 0.3);
}
body #main section .slide__one:nth-child(5) .box_intro {
  background: rgb(118, 138, 108);
  color: rgb(255, 255, 255);
}
body #main section .slide__one #one_slide_inter__item1 {
  box-sizing: content-box;
}
body #main section .slide__two {
  background: rgba(118, 138, 108, 0.3);
}
body #main section .slide__two .box_intro {
  background: rgb(118, 138, 108);
  color: rgb(255, 255, 255);
}
body #main section .slide__three {
  background: rgba(85, 134, 142, 0.5);
}
body #main section .slide__three .box_intro {
  background: rgb(85, 134, 142);
  color: rgb(255, 255, 255);
}
body #main section .slide__four {
  background: rgba(27, 68, 83, 0.5);
}
body #main section .slide__four .box_intro {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
}
body #main section.content-info .info__items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #main section.content-info .info__items ul li.info__item {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 400px;
  height: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
}
body #main section.content-info .info__items ul li.info__item:nth-child(1) {
  left: 63%;
  top: 5%;
}
body #main section.content-info .info__items ul li.info__item:nth-child(2) {
  left: 55%;
  top: 11%;
}
body #main section.content-info .info__items ul li.info__item:nth-child(3) {
  left: 40%;
  top: 25%;
}
body #main section.content-info .info__items ul li .tooltip h6 {
  font-size: 1rem;
  font-weight: 800;
}
body #main section.content-info .info__items ul li .tooltip p {
  font-size: 1rem;
}
body #main section.content-info .info__items ul li.active {
  opacity: 1;
  padding: 2%;
  max-width: 450px;
  height: auto;
  z-index: 999;
  transition: all 0.3s;
}
body #main section.content-info .ilus {
  display: flex;
  justify-content: center;
  min-width: 960px;
  max-width: 1368px;
  position: relative;
  margin: auto;
  padding: 0 3%;
}
body #main section.content-info .ilus .area_btn ul {
  list-style: none;
  padding: 0;
}
body #main section.content-info .ilus .area_btn ul .area__active {
  padding: 4px;
  background-color: rgb(255, 255, 255);
  color: white;
  border: solid 2px #f7d280;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center;
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 100%;
  overflow: hidden;
}
body #main section.content-info .ilus .area_btn ul .area__active:nth-child(1) {
  top: 44%;
  left: 66%;
}
body #main section.content-info .ilus .area_btn ul .area__active:nth-child(2) {
  top: 36%;
  left: 50%;
}
body #main section.content-info .ilus .area_btn ul .area__active:nth-child(3) {
  top: 57%;
  left: 31%;
}
body #main section.content-info picture {
  margin: 0 auto;
  width: 100%;
  padding: 5rem;
}
body #main section.content-info picture img {
  width: 80%;
  height: 70vh;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

body.page-blogs section#menu {
  background: rgb(27, 68, 83);
}
body.page-blogs .blogs .box-nav {
  display: flex;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 0;
  justify-content: center;
  align-content: center;
}
body.page-blogs .blogs .box-nav .nav-vertical {
  margin: 90px auto;
  flex: 1 1 60%;
  overflow: hidden;
  position: relative;
}
body.page-blogs .blogs .box-nav .nav-vertical ol {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
body.page-blogs .blogs .box-nav .nav-vertical ol li {
  padding: 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
body.page-blogs .blogs .box-nav .nav-vertical ol li.active a {
  color: black;
}
body.page-blogs .blogs .box-nav .nav-vertical ol li p {
  text-align: left;
}
body.page-blogs .blogs .box-nav .nav-vertical ol li p a {
  font-size: 4rem;
  width: 100%;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgb(27, 68, 83);
  transition: all 0.5s;
  /*   &:hover {
      color: $black;
      transition: all 0.5s;
  } */
}
body.page-blogs .blogs .box-nav .nav-vertical ol li p:nth-child(1) {
  flex: 1 1 70%;
  order: 2;
}
body.page-blogs .blogs .box-nav .nav-vertical ol li p:nth-child(2) {
  flex: 1 1 30%;
  order: 1;
}
body.page-blogs .blogs .box-nav .image-blog {
  flex: 1 1 40%;
}
body.page-blogs .blogs .box-nav .image-blog ul li {
  height: 100vh;
  width: 100%;
  background: rgb(255, 255, 255);
  position: relative;
}
body.page-blogs .blogs .box-nav .image-blog ul li img {
  position: absolute;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  height: 100vh;
  object-fit: cover;
}
body.page-blogs .blogs .box-nav .image-blog ul li img.active {
  opacity: 1;
}

footer {
  background: #e8a465;
}
footer .footer--msn {
  padding: 2% 5%;
  font-size: 1rem;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer--msn .tittle {
  width: 60%;
}
footer .footer--msn .tittle h1 {
  font-size: 2rem;
}
footer .footer--msn .btno {
  width: 40%;
  cursor: pointer;
}
footer .footer--msn .btno .wp-block-buttons {
  justify-content: center;
}
footer .footer--msn .btno a {
  color: rgb(27, 68, 83);
  font-size: 3.1rem;
  font-weight: 900;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 2rem;
}
footer .footer--msn .btno a:hover {
  background: rgb(27, 68, 83);
  color: rgb(255, 255, 255);
  transition: all 0.4s;
}
footer .footer--msn em {
  color: rgb(255, 255, 255);
  font-style: italic;
}
footer .menu-op2 {
  display: flex;
  justify-content: space-around;
  padding: 3% 0;
  color: black;
  align-items: center;
}
footer .menu-op2 li {
  padding: 6% 0;
  font-weight: 500;
}
footer .menu-op2 .social-btn ul#menu-social {
  display: flex;
  flex-direction: row;
}
footer .menu-op2 .social-btn ul li {
  margin: 0 20px 0 0;
}
footer .menu-op2 ul li a {
  color: black;
  transition: all 0.2s;
}
footer .menu-op2 ul li a:hover {
  padding: 3% 0;
  background: #ec7148;
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}
footer .foot-menu {
  padding: 2% 0;
}
footer .foot-menu ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 50%;
}
footer .foot-menu ul li a {
  color: black;
  transition: all 0.5s;
}
footer .foot-menu ul li a:hover {
  padding: 3% 0;
  background: #ec7148;
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}
footer .foot-menu ul li:nth-last-child(2) {
  border-left: solid 1px black;
  border-right: solid 1px black;
  padding: 0 2%;
  text-align: center;
}

@media (max-width: 768px) {
  body.page-basico .circle-line {
    display: none;
  }
  body.page-basico .banner__main .msn h2 {
    font-size: 2.2rem;
    width: 80%;
  }
  body.page-basico .banner__main .msn p {
    font-size: 1.2rem;
  }
  body.page-basico #menu.navBar {
    max-width: 400px;
    padding: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  body.page-basico #menu.navBar .close-nav {
    flex: 0 1 25%;
    height: 80px;
    display: flex;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 0.8rem;
    width: 30px;
  }
  body.page-basico #menu.navBar .close-nav #nav-icon-menu {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  body.page-basico #menu.navBar .close-nav #nav-icon-menu span {
    background: rgb(255, 255, 255);
    width: 100%;
    height: 10px;
    margin: 0 auto 5px;
  }
  body.page-basico #menu.navBar picture.logo {
    flex: 0 1 20%;
    padding: 0;
    margin: 0;
  }
  body.page-basico #menu.navBar picture.logo img {
    object-fit: contain;
  }
  body.page-basico #menu.navBar nav.navTop {
    width: 100%;
    flex: 0 1 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    box-sizing: content-box;
    position: absolute;
    top: 0;
  }
  body.page-basico #menu.navBar nav.navTop #menu-nav-conecta {
    position: absolute;
    top: 0;
    background: rgb(27, 68, 83);
    height: 100vh;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    left: 100%;
    transition: all 0.3s;
    opacity: 0;
    padding: 4rem 2rem 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  body.page-basico #menu.navBar nav.navTop #menu-nav-conecta.menu-open {
    opacity: 1;
    left: 22px;
    transition: all 0.3s;
  }
  body.page-basico #menu.navBar nav.navTop ul {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  body.page-basico #menu.navBar nav.navTop ul li {
    text-align: left;
    margin: 20px 0;
  }
  body.page-basico section.testimonios .banner h1 {
    font-size: 2.1rem;
  }
  body section.quote {
    margin: 0 auto !important;
  }
  body section.quote article {
    margin: 50px auto !important;
  }
  body section.quote .video {
    width: 100% !important;
  }
  body section.carrusel-folio .container {
    transform: scale(0.5);
  }
  body section.content-identity article {
    flex-direction: column;
  }
  body section.content-identity article .wp-block-heading {
    padding: 5%;
  }
  body section.content-identity .slide__one .glide .glide__track {
    background: red;
  }
  body section.content-identity .slide__one .glide .glide__track ul li {
    max-width: 350px;
    min-width: 300px;
  }
  body section.content-timeline .box-timeline article {
    padding: 2rem;
    flex-direction: column;
  }
  body footer .footer--msn {
    flex-direction: column;
    gap: 30px;
  }
  body footer .footer--msn div.tittle {
    width: 100% !important;
    margin: 20px auto;
  }
  body footer .footer--msn div.tittle h1 {
    font-size: 1rem;
  }
  body footer .footer--msn div.btno a {
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 10px;
  }
  body footer div.menu-op2 {
    margin: 50px auto 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
  }
  body footer div.foot-menu ul {
    flex-direction: column;
  }
  body footer div.foot-menu ul li {
    margin: 10px auto;
  }
  body i.glide__arrow.glide__arrow--left {
    padding-left: 0 !important;
  }
  body .glide__arrow--left {
    margin-left: 0;
  }
  body .glide__arrow--right {
    margin-right: 0;
  }
  body .box-quote article {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  body .box-quote article h2 {
    text-align: left;
    padding: 0% 3%;
  }
  body #main section .slide__one .glide ul.one {
    gap: 0 !important;
  }
  body #main section.content-info .ilus {
    min-width: inherit;
    max-width: 100%;
  }
  body #main section.content-info .ilus .ilu-image {
    flex-direction: column;
  }
  body #main section.content-info .ilus .ilu-image article h1 {
    font-size: 2.5rem;
  }
  body #main section.content-info .ilus .ilu-image picture {
    width: 100%;
  }
}
#overlay {
  display: none;
}

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