/* ------------------------------------------------------------------- */
/* Table of Content
-----------------------------------------------------------------------
00. GLOBAL
01.  HEADER
02. SLIDER
03. ABOUT
04. GALLERY
05. SERVICES
06. TESTIMONIOS
07. CONTACTO
08. FOOTER
09. BACK TO TOP
10. RESPONSIVE
----------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */
/* 00. GLOBAL
----------------------------------------------------------------------- */
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("OpenSans-Light"), url("../fonts/OpenSans-Light.ttf") format("truetype");
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #fff;
}
a.contact-tel,
a.contact-email {
  color: #333;
}
a:hover,
a.contact-tel:hover,
a.contact-email:hover {
  color: #c71c77;
}
.hide {
  display: none;
}
.nav-active .fullscreen-nav-container div.social-menu.mobile {
  display: none;
}

/* ------------------------------------------------------------------- */
/* 01. HEADER
----------------------------------------------------------------------- */
#main-header {
  box-shadow: unset;
}
#main-header.cloned .fullscreen-nav-trigger {
  transform: unset;
  margin-top: 28px;
}
#main-header.cloned {
  background-color: #050825;
}
.fullscreen-nav-trigger {
  margin-top: 41px;
}

#logo {
  margin: 20px 0;
}

.contact-nav {
  float: right;
}
.contact-nav .header-tel:hover {
  color: #fff;
}
.social-menu {
  list-style: none;
  display: inline-flex;
  margin-top: 25px;
  margin-right: 58px;
}
.social-menu a {
  padding: 10px;
}
.social-menu a img {
  width: 20px;
}
.social-menu a.icon-fb img {
  height: 22px;
  width: auto;
}

/* ------------------------------------------------------------------- */
/* 02. SLIDER
----------------------------------------------------------------------- */
.tp-caption.custom-caption-2 .button {
  text-transform: initial;
  background-color: unset;
  position: relative;
}
.tp-caption.custom-caption-2 .button:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #c71c77;
  bottom: -10px;
}
.tp-caption.custom-caption-2 #slider-quote-1 .inner .before-quote:before,
.tp-caption.custom-caption-2 #slider-quote-2 .inner .before-quote:before {
  content: url(../images/left-quote.png);
  position: absolute;
  bottom: 0;
  right: 0px;
}

@media only screen and (max-width: 1366px) {
  #slide-1-layer-3 {
    top:-50px;
    padding-top: 75px
  }
}

.hermes .tp-bullet {
  width: 7px;
  height: 7px;
  background-color: #888;
  box-shadow: unset;
}
.hermes .tp-bullet.selected {
  transform: scale(1.3);
}

/* ------------------------------------------------------------------- */
/* 03. ABOUT
----------------------------------------------------------------------- */
/* Section 1 - Metodo y sistema */
.about_section-1 {
  font-size: 14px;
  line-height: 25px;
}
.about_section-1.image-edge {
  height: 45vw;
  /* max-height: 60vw; */
}
.about_section-1 .image-edge-content {
  padding: 0 5%;
}
.about_section-1 .edge-bg {
  background-position-x: 70%;
}
.about_section-1 h2 {
  color: #c71c77;
  font-weight: 100;
  font-size: 38px;
  margin-top: 0;
}
.about_section-1 p,
blockquote {
  color: #333;
  font-size: inherit;
  line-height: inherit;
}
blockquote {
  font-style: italic;
  border-left: none;
  padding: 0;
  padding-left: 80px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
blockquote:before {
  content: "“";
  position: absolute;
  font-size: 100px;
  color: #050825;
  top: 28px;
  left: 0;
}
.blockquote {
  margin-top: 40px;
}

/* Section 2 - Experiencia Docente */
.about_section-2 {
  background-color: #050825;
  color: #fff;
  max-height: 705px;
}
.about_section-2 h2,
.about_section-2 p {
  color: inherit;
}
.about_s2--img {
  background-image: url("../images/Stella-Olivieri.png");
  background-position: 100% 41%;
  background-size: 100%;
  width: 300px;
  height: 370px;
  border-radius: 80px;
}
.about_section-2 h2 {
  font-size: 25px;
  font-weight: 100;
  margin-top: 30px;
}
.about_section-2 h3 {
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin: 50px 0 25px;
}
.about_section-2 a.button.medium.border {
  padding: 15px 26px;
  color: #fff;
}
.about_s2--left.image-edge-content {
  width: 40%;
}
.about_s2--right.edge-bg {
  width: 60%;
  padding: 60px 40px;
  padding-left: 0;
  background-image: url("../images/piano-bg-alpha.png") !important;
  background-position: 100% 50%;
  background-size: contain;
}
.about_s2--right.edge-bg p,
.about_s2--right.edge-bg table {
  font-size: 13px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  width: 90%;
}
.about_s2--right.edge-bg table td {
  padding-bottom: 20px;
}
.about_s2--right.edge-bg table th {
  width: 150px;
  font-weight: 800;
  vertical-align: top;
}

/* ------------------------------------------------------------------- */
/* 04. GALLERY
----------------------------------------------------------------------- */
/* Mansory */
.gallery-wrapper {
  text-align: center;
  color: #050825;
}
.gallery-wrapper h2 {
  color: inherit;
  margin: 65px 0 50px;
  font-size: 25px;
}

.gallery-mansonry {
  display: flex;
}

.gallery-mansonry .gallery--left {
  width: calc(100% / 3);
}

.gallery-mansonry .gallery--center {
  width: calc(100% / 3);
}

.gallery-mansonry .gallery--right {
  width: calc(100% / 3);
}

.gallery-item--square {
  height: 290px;
  width: 100%;
}

.gallery-item--vertical {
  height: 100%;
  width: 100%;
}

.gallery-mansonry .gi-1 {
  background: url(../images/gallery/gallery-item-1.jpg);
  background-position: 0 15%;
  background-size: 650px;
  position: relative;
}
.gallery-mansonry .gi-2 {
  background: url(../images/gallery/gallery-item-2.jpg);
  background-position: 0 83%;
  background-size: 500px;
  position: relative;
}
.gallery-mansonry .gi-3 {
  background: url(../images/gallery/gallery-item-3.png);
  background-position: 0 55%;
  background-size: 100%;
  position: relative;
}
.gallery-mansonry .gi-4 {
  background: url(../images/gallery/gallery-item-4.png);
  background-position: 0 0;
  background-size: cover;
  position: relative;
}
.gallery-mansonry .gi-5 {
  background: url(../images/gallery/gallery-item-5.jpg);
  background-position: 100% 0;
  background-size: cover;
  position: relative;
}
.gallery-mansonry .gi-1:before,
.gallery-mansonry .gi-2:before,
.gallery-mansonry .gi-3:before,
.gallery-mansonry .gi-4:before,
.gallery-mansonry .gi-5:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.07;
}

/* Quote */
.info-banner-fw.gallery-quote {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 90px 0 75px;
}
.info-banner-fw .quote {
  display: inline-block;
  color: #888;
  font-size: 20px;
  width: 50%;
}
.info-banner-fw .quote .quote-author h4 {
  font-family: inherit;
  color: #050825;
  font-size: 15px;
  font-weight: 800;
}

/* ------------------------------------------------------------------- */
/* 05. SERVICES
----------------------------------------------------------------------- */
.image-edge.services-section {
  height: 40vw;
}
.services-section,
.services-section h2,
.services-section h4,
.services-section p {
  color: #fff;
  font-size: 14px;
}
.services-section .numbered ol {
  margin-left: 0;
}
.services-section .numbered ol > li {
  position: relative;
  width: 95%;
}
.services-section .numbered ol > li::before {
  color: #fff;
  border: unset;
  font-size: 26px;
  left: -12px;
  transform: translateY(-15%);
}
.services--left {
  background-color: #c3011e;
  padding: 50px 30px;
  padding-left: 100px;
  height: 40vw;
}
.services--right {
  background-color: #050825;
  padding: 5% 4%;
  padding-left: 6%;
  padding-top: 6%;
  height: 40vw;
}
.services--right p {
  line-height: 25px;
}
.image-edge .image-edge-content.services--left {
  left: 0;
}
.image-edge .services--right:before,
.image-edge .services--left:before {
  content: unset;
}
.services-section a.button.medium.border {
  color: #fff;
  padding: 15px 26px;
}
.services-section h2 {
  font-size: 35px;
  font-weight: 100;
}
.services-section h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 45px 0 10px;
}
.services-section .button {
  margin-top: 15px;
}

/* ------------------------------------------------------------------- */
/* 08. FOOTER
----------------------------------------------------------------------- */
#footer {
  padding: 0;
}
#footer .copyrights {
  border: none;
  margin: 0;
  padding: 30px 0;
  font-size: 12px;
}

/* ------------------------------------------------------------------- */
/* 09. BACK TO TOP
----------------------------------------------------------------------- */
#backtotop {
  bottom: 17px;
}

/* ------------------------------------------------------------------- */
/* 10. RESPONSIVE
----------------------------------------------------------------------- */
@media (max-width: 991px) {
  #logo {
    width: 174px !important;
  }
  .about_section-1 .image-edge-content {
    height: auto;
    padding: 4%;
  }
  .about_section-1 .edge-bg {
    background-size: cover;
  }
  .about_section-2.image-edge {
    max-height: unset;
    height: auto;
  }
  .about_s2--left.image-edge-content,
  .about_s2--right.edge-bg {
    width: 100%;
    top: 0;
  }
  .about_s2--right.edge-bg {
    height: auto;
  }
  .about_s2--right.edge-bg:before {
    content: unset;
  }
  .about_s2--left {
    text-align: center;
  }
  .about_s2--img {
    display: inline-block;
  }
  .about_s2--right.edge-bg {
    padding: 70px 40px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .services-section .edge-bg {
    height: auto;
    top: 0;
  }
  .services-section .services--left {
    padding: 50px;
    padding-left: 90px;
    padding-bottom: 40px;
    height: auto;
  }
  .services-section .services--right {
    padding: 70px;
    padding-left: 90px;
    padding-bottom: 40px;
  }

  #testimonios {
    padding: 50px 0;
  }

  /* Slider */
  #slide-1-layer-2.tp-caption[style] {
    width: 80vw !important;
    max-width: 80vw !important;
    padding-left: 30px !important;
  }
  #slide-1-layer-2.tp-caption .caption-text.h1[style] {
    font-size: 50px !important;
  }
  #slide-1-layer-2.tp-caption .caption-text.subtitle[style] {
    font-size: 40px !important;
    padding: 20px 0 !important;
  }
  #slide-1-layer-2.tp-caption.tp-caption.custom-caption-2 .button[style] {
    font-size: 20px !important;
    padding: 10px 0 !important;
    margin-top: 10px !important;
  }

  #slide-1-layer-3.tp-caption .caption-text[style] {
    margin-top: 30% !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner[style],
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style] {
    font-size: 20px !important;
    font-weight: 100 !important;
    color: #fff !important;
    line-height: 25px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style] {
    letter-spacing: -5px !important;
  }
}

@media (max-width: 415px) {
  .about_section-1 {
    font-size: 14px;
  }
  .about_section-1 .image-edge-content p {
    font-size: inherit;
  }
  .about_section-1 .image-edge-content {
    padding: 40px;
    padding-bottom: 10px;
  }
  blockquote {
    padding-left: 50px;
  }
  blockquote:before {
    font-size: 70px;
    top: 19px;
  }

  .about_s2--right.edge-bg {
    background-image: unset !important;
  }
  .about_s2--right.edge-bg p,
  .about_s2--right.edge-bg table {
    width: 100%;
  }
  .about_s2--right.edge-bg table th {
    width: 130px;
  }

  .services-section .services--left {
    padding: 20px 30px 10px;
  }
  .services-section .services--right {
    padding: 40px 30px 0;
  }
  .services-section .services--right p {
    font-size: 14px;
  }

  .services-section .numbered ol > li::before {
    padding-bottom: 55px;
  }
  .services-section a.button.medium.border {
    margin: 0;
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }

  .gallery-mansonry {
    flex-direction: column;
  }
  .gallery-mansonry .gallery--left,
  .gallery-mansonry .gallery--center {
    width: 100%;
  }
  .gallery-mansonry .gallery--right {
    width: 100%;
    height: 300px;
  }
  .gallery-mansonry .gi-5 {
    background-position-y: 30%;
  }

  /* Header */
  .logo-container {
    width: 45%;
    display: inline-block;
  }
  .logo-container #logo {
    width: 150px !important;
    margin-top: 20px;
  }
  .nav-container {
    width: 100%;
  }
  .nav-container .fullscreen-nav-trigger {
    top: -50px;
    right: 30px;
    left: unset;
  }
  .nav-container .contact-nav {
    position: absolute;
    top: -91px;
    right: 40px;
  }
  .nav-container .contact-nav .header-tel {
    display: none;
  }

  /* Slider */
  #slide-1-layer-2.tp-caption[style] {
    width: 80vw !important;
    max-width: 80vw !important;
    padding-left: 30px !important;
  }
  #slide-1-layer-2.tp-caption .caption-text.h1[style] {
    font-size: 30px !important;
  }
  #slide-1-layer-2.tp-caption .caption-text.subtitle[style] {
    font-size: 25px !important;
    padding: 0 !important;
  }
  #slide-1-layer-2.tp-caption.tp-caption.custom-caption-2 .button[style] {
    font-size: 17px !important;
    padding: 15px 0 5px !important;
    margin-top: 10px !important;
  }

  #slide-1-layer-3.tp-caption .caption-text[style] {
    margin-top: 5% !important;
    margin-left: 109px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner[style],
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style] {
    font-size: 15px !important;
    font-weight: 100 !important;
    color: #fff !important;
    line-height: 25px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style] {
    letter-spacing: -5px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style]:before {
    transform: scale(0.5) !important;
    width: 0;
    height: 0;
    top: -12px;
    right: 37px;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner[style], #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style]  {
    padding: 40px 0px 0px !important;
  }
}

@media (max-width: 325px) {
  /* Header */
  .nav-container .contact-nav {
    display: none;
  }
  .nav-active .fullscreen-nav-container div.social-menu.mobile {
    display: block;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  .nav-active .fullscreen-nav-container div.social-menu.mobile li {
    display: inline-block;
  }

  /* Sections */
  .about_section-1 .image-edge-content {
    padding: 30px 30px 10px;
  }
  .about_section-1 .image-edge-content h2 {
    font-size: 24px;
  }
  .about_section-1 .image-edge-content p {
    font-size: 13px;
    line-height: 26px;
  }
  .blockquote {
    margin-top: 20px;
    font-size: 13px;
  }

  .about_s2--img {
    width: 250px;
    height: 210px;
  }

  .about_s2--right.edge-bg p,
  .about_s2--right.edge-bg table {
    font-size: 12px;
    line-height: 24px;
  }
  .about_section-2 a.button.medium.border.margin-bottom-40 {
    margin-bottom: 25px !important;
  }
  .about_s2--right.edge-bg {
    padding: 50px 30px 10px;
  }
  .about_s2--right.edge-bg table th {
    width: 110px;
    font-size: 11px;
  }

  .info-banner-fw.gallery-quote {
    padding: 50px 0;
  }
  .info-banner-fw .quote {
    width: 100%;
    font-size: 16px;
  }
  .info-banner-fw .quote .quote-author h4 {
    font-size: 12px;
  }

  .image-edge .image-edge-content.services--left h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .services-section .numbered ol {
    margin-bottom: 0;
  }
  .services-section .numbered ol > li {
    font-size: 13px;
    line-height: 21px;
    width: 100%;
  }
  .services-section .numbered ol > li::before {
    font-size: 20px;
    padding-bottom: 64px;
    top: 3px;
  }
  .services-section .numbered ol > li:nth-child(3)::before,
  .services-section .numbered ol > li:nth-child(4)::before {
    padding-bottom: 10px;
  }

  .services-section .services--right p {
    font-size: 13px;
    line-height: 22px;
  }
  .services-section h4 {
    margin-top: 35px;
  }
  .services-section .services--right p {
    margin-bottom: 0;
  }
  .services-section a.button.medium.border {
    font-size: 10px;
  }

  #testimonios {
    padding: 30px 0;
  }
  .testimonial-carousel.full-width .testimonial {
    width: 70%;
  }
  .section-background.with-testimonials.dark-text h3 {
    margin-bottom: 25px;
  }
  #testimonios .testimonial-carousel.full-width .testimonial p {
    font-size: 16px;
    line-height: 28px;
  }
  #testimonios .testimonial-carousel.full-width .testimonial .testimonial-author h4 {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  #testimonios .testimonial-carousel.full-width .testimonial .testimonial-author span {
    font-size: 10px;
  }
  #testimonios .testimonial-carousel.full-width .owl-controls .owl-nav .owl-prev,
  #testimonios .testimonial-carousel.full-width .owl-controls .owl-nav .owl-next {
    transform: scale(0.7);
  }
  #testimonios .testimonial-carousel.full-width .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  #testimonios .testimonial-carousel.full-width .owl-controls .owl-nav .owl-next {
    right: 0;
  }

  /* Slider */
  #slide-1-layer-2.tp-caption[style] {
    width: 80vw !important;
    max-width: 80vw !important;
    padding-left: 30px !important;
  }
  #slide-1-layer-2.tp-caption .caption-text.h1[style] {
    font-size: 25px !important;
  }
  #slide-1-layer-2.tp-caption .caption-text.subtitle[style] {
    font-size: 18px !important;
    padding: 10px 0 5px !important;
  }
  #slide-1-layer-2.tp-caption.tp-caption.custom-caption-2 .button[style] {
    font-size: 13px !important;
    padding: 15px 0 5px !important;
    margin-top: 5px !important;
  }
  #slide-1-layer-2.tp-caption.tp-caption.custom-caption-2 .button:before {
    bottom: -6px !important;
  }

  #slide-1-layer-3.tp-caption .caption-text[style] {
    margin-top: 30% !important;
    margin-left: 60px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner[style],
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style] {
    font-size: 12px !important;
    font-weight: 100 !important;
    color: #fff !important;
    line-height: 20px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style] {
    letter-spacing: -5px !important;
  }
  #slide-1-layer-3.tp-caption .caption-text .inner .before-quote[style]:before {
    transform: scale(0.4) !important;
    width: 0;
    height: 0;
    top: -10px;
    right: 29px;
  }
}

/* whatsapp button */
.bt-whatsme{
  width: 200px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  left: -75px;
  bottom: 30px;
  z-index:  9999;
}
.bt-whatsme::after{
  content: '';
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0px;
  border-radius: 100%;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(148,148,148,1);
          box-shadow: 0px 0px 18px 0px rgba(148,148,148,1);
   background-color: #25D366;
}
svg{
  max-width: 30px;
  height: 60px;
  z-index: 999;
  position: absolute;
  right: 15px;
}
.bt-whatsme:hover::after,
.bt-whatsme:active::after{
  background-color: #21bd5b;
}
.callme{
  width: 255px;
  display: block;
  position: absolute;
  top: 0px;
  height: 60px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  right: -120px;
  color: #fff;
  z-index: 998;
  padding-top: 20px;
  padding-left: 15px;
}
.bt-whatsme:hover .callme,
.bt-whatsme:active .callme{
  visibility: visible;
  opacity: 1;
  right: 25px;
  background-color: #21bd5b;
  z-index: 998;
}
