body {
  font-family: "Roboto-Regular";
  color: #737373;
  font-size: 16px;
  line-height: 1.6; }
  body h1 {
    font-family: "PlayfairDisplay-Bold";
    font-size: 55px;
    letter-spacing: 0.005em;
    line-height: 1.15; }
  body h2 {
    font-size: 40px;
    color: #1b1b1b;
    font-family: "PlayfairDisplay-Bold";
    letter-spacing: 0.005em;
    line-height: 1.45; }
  body h3 {
    font-family: "PlayfairDisplay-Bold";
    font-size: 30px;
    letter-spacing: 0.024em;
    line-height: 1.2;
    color: #231d1d; }
  body h4 {
    color: #262222;
    font-size: 23px;
    font-family: "PlayfairDisplay-Bold";
    letter-spacing: 0.008em; }
  body a {
    transition: 0.5s color; }
    body a:hover {
      outline: none;
      text-decoration: none; }
    body a:focus {
      outline: none;
      color: white;
      text-decoration: none; }

    a.button:hover .text {
      color: #fcd03c; }
      a.button:hover .icon:before {
        transform: translateX(0%); }
  a.button .icon {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 50px;
    height: 50px;
    border: 4px solid #fcd03c;
    position: relative;
    overflow: hidden; }
    a.button .icon:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fcd03c;
      top: 0;
      left: 0;
      z-index: -1;
      transform: translateX(-100%);
      transition: 0.25s; }
    a.button .icon i {
      color: black;
      font-size: 20px; }
  a.button span.text {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: black;
    position: absolute;
    padding-top: 11px;
    padding-left: 17px;
    transition: 0.5s; }

article {
  padding-bottom: 138px; }

  form p {
    position: relative;
    margin: 5px 0; }
    form p input {
      height: 48px;
      padding-top: 7px;
      padding-bottom: 5px;
      width: 100%;
      border: none;
      border-bottom: 3px solid #ababab;
      outline: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fcd03c 4%);
      background-position: 0 1px;
      background-repeat: no-repeat;
      background-size: 0% 99%;
      display: block;
      transition: all 0.6s cubic-bezier(0.64, 0.09, 0.08, 1); }
      form p input:focus {
        border-color: rgba(0, 0, 0, 0); }
    form p input:focus {
      border-bottom: 1px solid #ababab;
      background-position: 0 1px;
      box-shadow: none;
      outline: none;
      background-size: 100% 99%; }
    form p input::-webkit-input-placeholder {
      font-size: 16px;
      color: #ababab;
      font-family: "FontAwesome", "RobotoRegular";
      text-transform: inherit;
      transition: all 0.3s ease-in-out; }
    form p input:focus::-webkit-input-placeholder {
      font-size: 10px;
      opacity: 0.5;
      transform: translateY(-20px);
      visibility: visible !important; }

.allert {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 16%;
  right: 4%; }
  .allert i {
    color: #ca2626; }

@-webkit-keyframes shake {
    10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }


    20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }


    30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }


    40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
 }
@keyframes shake {
    10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }


    20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }


    30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }


    40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
 }
header {
  background: white; }
  header .top-head {
    background-color: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 33px; }
    header .top-head .soc {
      float: left; }
      header .top-head .soc a {
        padding-right: 15px;
        transition: opacity 0.5s; }
        header .top-head .soc a:hover {
          opacity: 0.8; }
        header .top-head .soc a img {
          width: 17px;
          height: 17px; }
    header .top-head .info-head {
      float: right; }
      header .top-head .info-head a {
        color: #262222;
        margin-left: 79px; }
        header .top-head .info-head a img {
          margin-right: 11px;
          margin-top: -3px; }
        header .top-head .info-head a:hover {
          color: #fcd03c; }
  header table {
    max-width: 1560px;
    left: 50%;
    margin: 0 -780px;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: -1; }
    header table td {
      height: 100%;
      border-right: 1px solid #f7f7f7;
      width: 16%; }
      header table td:first-child {
        border-left: 1px solid #f7f7f7; }
  header .top-menu {
    margin: 11px 0 0 0;
    text-align: center;
    padding-left: 110px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-webkit-justify-content: space-between;
    -moz-webkit-justify-content: space-between;
    -ms-webkit-justify-content: space-between;
    -o-webkit-justify-content: space-between;
    webkit-justify-content: space-between;
    justify-content: space-between; }
    header .top-menu li {
      overflow: hidden;
      padding-bottom: 46px; }
      header .top-menu li a {
        padding: 0px 10px 48px;
        font-family: "Roboto-Medium";
        text-transform: uppercase;
        color: #262222;
        position: relative; }
        header .top-menu li a:before {
          content: "";
          width: 100%;
          height: 4px;
          background-color: #fcd03c;
          transition: 0.25s;
          transform: translateX(-105%);
          bottom: 0;
          left: 0;
          position: absolute; }
        header .top-menu li a:hover {
          color: #fcd03c; }
          header .top-menu li a:hover:before {
            transform: translateX(0); }
      header .top-menu .current-menu-item a {
        color: #fcd03c; }
        header .top-menu .current-menu-item a:before {
          transform: translateX(0); }

@-webkit-keyframes scroll-inner {
    from {
    transform: translate(0, 2px); }


    to {
    transform: translate(0, 5px); }
 }
@keyframes scroll-inner {
    from {
    transform: translate(0, 1px); }


    to {
    transform: translate(0, 5px); }
 }
.home {
  position: relative; }
  .home .content {
    color: white;
    position: relative;
    z-index: 2; }
    .home .content h3 {
      color: white; }
      .home .content a.button span,
      .home .content a.button .icon i {
        color: white; }
    .home .content .scroll-down {
      width: 18px;
      height: 26px;
      border-radius: 9px;
      border: 1px solid white;
      position: relative;
      display: inline-block; }
      .home .content .scroll-down span {
        transition: 0.5s;
        position: absolute;
        width: 2px;
        height: 4px;
        background-color: white;
        margin-left: 7px;
        margin-top: 2px;
        -webkit-animation: scroll-inner 2s linear infinite alternate;
        animation: scroll-inner 2s linear infinite alternate; }
    .home .content .but-wrap {
      margin-top: 27px;
      margin-bottom: 193px; }
    .home .content .go-to {
      transition: 0.5s opacity; }
      .home .content .go-to .text {
        color: white;
        position: relative;
        top: -7px;
        left: 7px; }
      .home .content .go-to:hover {
        opacity: 0.8; }
  .home header {
    position: relative;
    background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/header.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 74px; }
        .home header .top-menu li a {
          color: white; }
    .home header .top-head {
      background-color: rgba(0, 0, 0, 0);
      padding-top: 30px;
      padding-bottom: 62px;
      margin-bottom: 0; }
      .home header .top-head .soc {
        float: left; }
        .home header .top-head .soc a {
          padding-right: 15px;
          transition: opacity 0.5s; }
          .home header .top-head .soc a:hover {
            opacity: 0.8; }
      .home header .top-head .info-head {
        float: right; }
        .home header .top-head .info-head a {
          color: white;
          margin-left: 79px; }
          .home header .top-head .info-head a img {
            margin-right: 11px;
            margin-top: -3px; }
          .home header .top-head .info-head a:hover {
            color: #fcd03c; }
    .home header .control {
      display: inline-block;
      float: right; }
      .home header .control div {
        display: inline-block;
        transition: 0.5s opacity; }
        .home header .control div:hover {
          opacity: 0.4; }
      .home header .control span {
        width: 2px;
        height: 28px;
        background-color: white;
        opacity: 0.35;
        margin: -10px 13px;
        display: inline-block; }
    .home header h1 {
      padding-top: 26px;
      margin-bottom: 0; }
    .home header h3 {
      letter-spacing: 0.029em;
      margin-bottom: 26px; }
    .home header p {
      font-size: 18px;
      margin-bottom: 26px; }
  .home .sec1 {
    padding-top: 95px;
    padding-bottom: 107px; }
    .home .sec1 h2 {
      margin-top: 27px;
      margin-bottom: 50px; }
    .home .sec1 .img {
      float: left;
      margin-right: 10px;
      margin-bottom: 50px; }
    .home .sec1 h4 {
      margin: -4px 0 -8px; }
    .home .sec1 p {
      letter-spacing: 0.01em;
      font-size: 18px;
      padding-right: 15px; }
    .home .sec2 h2 {
      color: white;
      padding-top: 242px; }
    .home .sec2 .top-margen {
      margin-top: 148px;
      margin-bottom: 105px;
      padding: 0 15px 0 0; }
      .home .sec2 .top-margen .col-md-6 {
        padding: 0;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
        border-left: 2px solid rgba(255, 255, 255, 0.3); }
        .home .sec2 .top-margen .col-md-6:nth-child(2n+1) {
          border-right: none; }
    .home .sec2 .wrap {
      position: relative;
      padding: 0 28px 70px;
      overflow: hidden; }
      .home .sec2 .wrap:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fcd03c;
        top: 0;
        left: 0;
        z-index: 0;
        transform: translateX(-105%);
        transition: 0.25s; }
        .home .sec2 .wrap:hover:before {
          transform: translateX(0%); }
          .home .sec2 .wrap:hover a.button .icon {
            border-color: black; }
            .home .sec2 .wrap:hover a.button .icon i {
              color: black; }
          .home .sec2 .wrap:hover a.button span.text {
            color: black; }
      .home .sec2 .wrap h4 {
        color: white;
        z-index: 1;
        position: relative;
        margin-top: 32px;
        margin-bottom: 18px; }
        .home .sec2 .wrap a.button .icon {
          transition: 0.5s border-color; }
          .home .sec2 .wrap a.button .icon i {
            transition: 0.5s color;
            color: white; }
        .home .sec2 .wrap a.button span.text {
          color: white; }
  .home .sec3 {
    padding-top: 135px;
    padding-bottom: 62px; }
    .home .sec3 h2 {
      margin-bottom: 40px; }
    .home .sec3 .text-wrap {
      margin-left: 118px;
      margin-top: 121px; }
      .home .sec3 .text-wrap .col-md-6 {
        padding-left: 0; }
    .home .sec3 .wrap {
      margin-bottom: 58px; }
      .home .sec3 .wrap p {
        margin: 0; }
      .home .sec3 .wrap .img {
        float: left;
        margin-bottom: 65px;
        margin-right: 30px; }
        .home .sec3 .wrap .img img {
          margin: 0; }
      .home .sec3 .wrap h4 {
        margin: 0 0 4px; }
    .home .sec3 .img-left {
      position: relative; }
      .home .sec3 .img-left img {
        max-width: 100%; }
      .home .sec3 .img-left:before {
        content: "";
        position: absolute;
        width: 209px;
        height: 209px;
        border: 15px solid #fcd03c;
        top: -34px;
        left: -34px;
        z-index: -1; }
      .home .sec3 .img-left:after {
        width: 209px;
        height: 209px;
        background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
        content: "";
        position: absolute;
        bottom: -34px;
        right: -34px;
        z-index: -1; }
  .home .sec4 {
    position: relative; }
    .home .sec4 h2 {
      padding-top: 53px;
      margin-bottom: 10px; }
    .home .sec4 .item {
      padding-top: 66px;
      background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/-.png');
      background-position: top left;
      background-repeat: no-repeat; }
      .home .sec4 .item .italick {
        color: #231d1d;
        font-family: "PlayfairDisplayItalic";
        letter-spacing: 0.028em;
        line-height: 1.27;
        font-size: 24px;
        margin-bottom: 16px; }
      .home .sec4 .item .meta {
        margin-top: 25px; }
        .home .sec4 .item .meta .name {
          font-size: 18px;
          color: #262222;
          margin-top: -6px; }
        .home .sec4 .item .meta .img {
          margin-top: 6px;
          float: left;
          margin-right: 20px; }
          .home .sec4 .item .meta .img img {
            max-width: 100%;
            width: auto; }
    .home .sec4 .owl-nav {
      float: right;
      position: absolute;
      top: -100px;
      right: 0; }
      .home .sec4 .owl-nav .owl-next {
        position: relative;
        top: 68px; }
  .home .sec5 {
    margin-top: 68px;
    margin-bottom: 92px; }
    .home .sec5 h2 {
      padding-top: 88px; }
    .home .sec5 .textt {
      margin-bottom: 10px; }
      .home .sec5 .textt:first-letter {
        color: #ffd122;
        font-size: 64px;
        font-family: "PlayfairDisplay-Regular";
        line-height: 1;
        word-break: break-all;
        float: left;
        padding-right: 10px; }
    .home .sec5 .img-left {
      position: relative; }
      .home .sec5 .img-left img {
        max-width: 100%; }
      .home .sec5 .img-left:before {
        content: "";
        position: absolute;
        width: 209px;
        height: 209px;
        border: 15px solid #fcd03c;
        top: -34px;
        left: -34px;
        z-index: -1; }
      .home .sec5 .img-left:after {
        width: 209px;
        height: 209px;
        background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
        content: "";
        position: absolute;
        bottom: -34px;
        right: -34px;
        z-index: -1; }
  .home .sec6 {
    padding-top: 30px; }
    .home .sec6 .owl-nav {
      float: right;
      position: relative;
      top: -740px; }
      .home .sec6 .owl-nav .owl-next {
        position: relative;
        top: 67px; }
    .home .sec6 .item {
      position: relative; }
      .home .sec6 .item img {
        max-width: 100%;
        width: auto;
        display: inline-block; }
      .home .sec6 .item .name {
        font-family: "PlayfairDisplay-Bold";
        color: #231d1d;
        font-size: 25px;
        margin-top: 18px; }
      .home .sec6 .item .open-info {
        display: inline-block;
        position: relative;
        text-align: center; }
          .home .sec6 .item .open-info:hover .plus {
            opacity: 1; }
          .home .sec6 .item .open-info:hover:before {
            opacity: 0.55; }
        .home .sec6 .item .open-info .plus {
          opacity: 0;
          transition: 0.5s opacity;
          position: absolute;
          top: 50%;
          z-index: 1;
          display: block;
          left: 50%;
          margin-top: -19px;
          margin-left: -15px; }
          .home .sec6 .item .open-info .plus i {
            font-size: 38px;
            color: white; }
        .home .sec6 .item .open-info:before {
          z-index: 1;
          opacity: 0;
          transition: 0.5s opacity;
          left: 0;
          top: 0;
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: black; }
  .home .sec7 {
    padding-bottom: 104px; }
    .home .sec7 h2 {
      margin-bottom: 14px; }
    .home .sec7 .italick {
      color: #262222;
      font-family: "PlayfairDisplayItalic";
      letter-spacing: 0.028em;
      line-height: 1.27;
      font-size: 24px;
      margin-bottom: 16px; }
    .home .sec7 form {
      margin-top: 29px; }
      .home .sec7 form p {
        display: inline-block;
        width: 19%;
        margin-right: 5.7%; }
        .home .sec7 form p input {
          border-color: #f3f3f3; }
      .home .sec7 form a.button {
        position: relative;
        top: -28px;
        display: inline-table; }

  .fancybox-container .fancybox-bg {
    background: white !important;
    opacity: 1 !important; }
  .fancybox-container .content-popup {
    width: 100%;
    margin: 3vh 0;
    padding: 65px 15px 0;
    height: 94vh; }
    .fancybox-container .content-popup .image {
      float: left;
      margin-right: 148px; }
  .fancybox-container .content-teachers {
    margin-right: 20em; }
    .fancybox-container .content-teachers strong {
      font-family: "RobotoMedium";
      display: block;
      color: #231d1d;
      font-size: 18px;
      font-weight: normal;
      margin-top: 40px; }
    .fancybox-container .content-teachers ul {
      display: table-cell;
      padding: 0; }
      .fancybox-container .content-teachers ul li {
        position: relative;
        padding-left: 15px; }
        .fancybox-container .content-teachers ul li:before {
          left: 0;
          top: 50%;
          margin-top: -2px;
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          background-color: black; }

footer {
  background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/footer.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  padding-top: 80px; }
  footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5;
    width: 100%;
    height: 100%; }
  footer .logo {
    margin-bottom: 23px; }
    footer .logo img {
      width: 120px; }
  footer .text-block {
    padding-right: 139px; }
    footer .text-block p {
      line-height: 1.2em; }
  footer a {
    position: relative;
    z-index: 1;
    color: white; }
    footer a:hover {
      color: #fcd03c; }
  footer .title {
    border-bottom: 2px solid #404040;
    font-size: 18px;
    padding-bottom: 18px;
    margin-right: 29%;
    display: block; }
  footer .no-line {
    border-bottom: none; }
  footer .bottom-menu {
    padding-left: 0;
    margin-top: 13px; }
  footer form {
    margin-right: 70px; }
    footer a.button span.text {
      color: white; }
      footer a.button span.icon i {
        color: white; }
  footer .end {
    margin-top: 68px;
    background: #0c0c0c;
    padding-top: 36px;
    padding-bottom: 3px; }
    footer .end .logo-404 {
      float: right;
      position: relative;
      top: -11px;
      transition: 0.5s opacity;
      display: inline-block; }
      footer .end .logo-404:hover {
        opacity: 0.5; }
    footer .end .politic {
      text-align: left; }
      footer .end .politic a {
        font-size: 10px;
        text-transform: uppercase;
        color: #393939;
        margin-right: 30px; }
        footer .end .politic a:hover {
          color: white; }

.top-image {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 86px;
  padding-bottom: 88px;
  margin-bottom: 93px; }
  .top-image h1 {
    color: white; }

  .page-template-contact article {
    padding-bottom: 0; }
  .page-template-contact .title {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 18px;
    display: block;
    margin-bottom: 15px; }
  .page-template-contact p.list {
    position: relative;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 9px;
    color: #737373; }
    .page-template-contact p.list:before {
      left: 0;
      top: 50%;
      margin-top: -2px;
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: black; }
    .page-template-contact p.list a {
      color: #737373; }
      .page-template-contact p.list a:hover {
        color: #fcd03c; }
    .page-template-contact .soc a {
      transition: 0.5s opacity;
      margin-right: 15px; }
      .page-template-contact .soc a:hover {
        opacity: 0.5; }
  .page-template-contact #map {
    margin-top: 123px;
    width: 100%;
    min-height: 565px; }

  .page-template-service .top-image {
    padding-bottom: 113px;
    background-position: bottom; }
    .page-template-service .top-image h1 {
      padding-right: 59%;
      margin-bottom: 0; }
    .page-template-service .top-image p.content {
      margin-top: 18px;
      letter-spacing: 0.012em;
      color: white;
      font-size: 18px; }
  .page-template-service h2 {
    letter-spacing: 0.029em;
    margin-bottom: 52px; }
  .page-template-service .img-wrap-left {
    position: relative; }
    .page-template-service .img-wrap-left img {
      max-width: 100%; }
    .page-template-service .img-wrap-left:before {
      content: "";
      position: absolute;
      width: 209px;
      height: 209px;
      border: 15px solid #fcd03c;
      top: -34px;
      left: -34px;
      z-index: -1; }
    .page-template-service .img-wrap-left:after {
      width: 209px;
      height: 209px;
      background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
      content: "";
      position: absolute;
      bottom: -34px;
      right: -34px;
      z-index: -1; }
  .page-template-service .img-wrap-right {
    position: relative; }
    .page-template-service .img-wrap-right img {
      max-width: 100%; }
    .page-template-service .img-wrap-right:before {
      content: "";
      position: absolute;
      width: 209px;
      height: 209px;
      border: 15px solid #fcd03c;
      top: -34px;
      right: -34px;
      z-index: -1; }
    .page-template-service .img-wrap-right:after {
      width: 209px;
      height: 209px;
      background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
      content: "";
      position: absolute;
      bottom: -34px;
      left: -34px;
      z-index: -1; }
  .page-template-service .text-wrap {
    padding-top: 47px;
    padding-left: 114px; }
      .page-template-service .text-wrap .textt:first-letter {
        color: #ffd122;
        font-size: 64px;
        font-family: "PlayfairDisplay-Regular";
        line-height: 1;
        word-break: break-all;
        float: left;
        padding-right: 10px; }
  .page-template-service .left-text {
    padding-left: 0;
    padding-right: 114px; }
  .page-template-service .space {
    margin-bottom: 135px;
    display: block; }

  .page-template-learning .top-image {
    color: white;
    padding-bottom: 116px; }
    .page-template-learning .top-image h1 {
      padding-right: 65%;
      margin-bottom: 0; }
    .page-template-learning .top-image p {
      margin-top: 18px;
      letter-spacing: 0.012em;
      color: white;
      font-size: 18px; }
    .page-template-learning .top-image .but-wrap {
      margin-top: 28px; }
      .page-template-learning .top-image a.button .icon {
        z-index: 1; }
        .page-template-learning .top-image a.button .icon i {
          color: white; }
      .page-template-learning .top-image a.button span.text {
        color: white; }
        .page-template-learning .top-image a.button span.text:hover {
          color: #ffd122; }
  .page-template-learning .sec1 {
    padding-bottom: 108px; }
    .page-template-learning .sec1 h2 {
      margin-top: 27px;
      margin-bottom: 50px; }
    .page-template-learning .sec1 .img {
      float: left;
      margin-right: 10px;
      margin-bottom: 50px; }
    .page-template-learning .sec1 h4 {
      margin: 0px 0 0px; }
    .page-template-learning .sec1 p {
      letter-spacing: 0.01em;
      font-size: 18px;
      padding-right: 15px; }
    .page-template-learning .sec2 h2 {
      color: white;
      padding-top: 242px; }
    .page-template-learning .sec2 .top-margen {
      margin-top: 148px;
      margin-bottom: 105px;
      padding: 0 15px 0 0; }
      .page-template-learning .sec2 .top-margen .col-md-6 {
        padding: 0;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
        border-left: 2px solid rgba(255, 255, 255, 0.3); }
        .page-template-learning .sec2 .top-margen .col-md-6:nth-child(2n+1) {
          border-right: none; }
    .page-template-learning .sec2 .wrap {
      position: relative;
      padding: 0 28px 70px;
      overflow: hidden; }
      .page-template-learning .sec2 .wrap:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fcd03c;
        top: 0;
        left: 0;
        z-index: 0;
        transform: translateX(-105%);
        transition: 0.25s; }
        .page-template-learning .sec2 .wrap:hover:before {
          transform: translateX(0%); }
          .page-template-learning .sec2 .wrap:hover a.button .icon {
            border-color: black; }
            .page-template-learning .sec2 .wrap:hover a.button .icon i {
              color: black; }
          .page-template-learning .sec2 .wrap:hover a.button span.text {
            color: black; }
      .page-template-learning .sec2 .wrap h4 {
        color: white;
        z-index: 1;
        position: relative;
        margin-top: 32px;
        margin-bottom: 18px; }
        .page-template-learning .sec2 .wrap a.button .icon {
          transition: 0.5s border-color; }
          .page-template-learning .sec2 .wrap a.button .icon i {
            transition: 0.5s color;
            color: white; }
        .page-template-learning .sec2 .wrap a.button span.text {
          color: white; }
  .page-template-learning .sec3 {
    padding-top: 85px;
    padding-bottom: 58px; }
    .page-template-learning .sec3 h2 {
      margin-bottom: 0; }
    .page-template-learning .sec3 .owl-nav {
      float: right;
      position: relative;
      top: -288px; }
      .page-template-learning .sec3 .owl-nav .owl-next {
        position: relative;
        top: 67px; }
      .page-template-learning .sec3 .owl-carousel .item {
        color: #231d1d;
        font-size: 24px;
        font-family: "PlayfairDisplayItalic";
        letter-spacing: 0.028em;
        line-height: 1.27;
        padding-right: 54px; }
        .page-template-learning .sec3 .owl-carousel .item .count {
          margin-bottom: 14px;
          font-size: 95px;
          color: #f2f2f2; }
    .page-template-learning .sec4 .img-wrap-left {
      position: relative; }
      .page-template-learning .sec4 .img-wrap-left img {
        max-width: 100%; }
      .page-template-learning .sec4 .img-wrap-left:before {
        content: "";
        position: absolute;
        width: 209px;
        height: 209px;
        border: 15px solid #fcd03c;
        top: -34px;
        left: -34px;
        z-index: -1; }
      .page-template-learning .sec4 .img-wrap-left:after {
        width: 209px;
        height: 209px;
        background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
        content: "";
        position: absolute;
        bottom: -34px;
        right: -34px;
        z-index: -1; }
    .page-template-learning .sec4 h2 {
      padding-top: 89px;
      padding-left: 29px;
      margin-bottom: 9px; }
    .page-template-learning .sec4 .col-md-8 {
      padding-left: 106px; }
    .page-template-learning .sec4 .wrap {
      min-height: 135px; }
      .page-template-learning .sec4 .wrap .img {
        margin-right: 9px;
        float: left;
        margin-bottom: 50px;
        margin-top: 4px; }
      .page-template-learning .sec4 .wrap h4 {
        margin-top: 29px;
        margin-bottom: 10px; }

  .owl-nav div {
    width: 70px;
    height: 70px;
    border: 3px solid #f2f2f2;
    transition: 0.5s border-color;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }
    .owl-nav div.disabled {
      pointer-events: none; }
    .owl-nav div:hover {
      border-color: #fcd03c; }
      .owl-nav div:hover i {
        color: #fcd03c; }
    .owl-nav div i {
      font-size: 18px;
      color: black;
      transition: 0.5s; }

  .page-template-about .top-image {
    color: white;
    padding-bottom: 105px;
    margin-bottom: 134px; }
    .page-template-about .top-image h1 {
      padding-right: 40%;
      margin-bottom: 0; }
    .page-template-about .top-image p {
      margin-top: 29px;
      letter-spacing: 0.012em;
      color: white;
      font-size: 18px; }
    .page-template-about .top-image .but-wrap {
      margin-top: 28px; }
      .page-template-about .top-image a.button .icon {
        z-index: 1; }
        .page-template-about .top-image a.button .icon i {
          color: white; }
      .page-template-about .top-image a.button span.text {
        color: white; }
        .page-template-about .top-image a.button span.text:hover {
          color: #ffd122; }
  .page-template-about .sec1 {
    padding-bottom: 138px; }
    .page-template-about .sec1 .img-wrap-left {
      position: relative; }
      .page-template-about .sec1 .img-wrap-left img {
        max-width: 100%; }
      .page-template-about .sec1 .img-wrap-left:before {
        content: "";
        position: absolute;
        width: 209px;
        height: 209px;
        border: 15px solid #fcd03c;
        top: -34px;
        left: -34px;
        z-index: -1; }
      .page-template-about .sec1 .img-wrap-left:after {
        width: 209px;
        height: 209px;
        background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
        content: "";
        position: absolute;
        bottom: -34px;
        right: -34px;
        z-index: -1; }
    .page-template-about .sec1 .wrap-text {
      padding-left: 115px;
      padding-top: 91px; }
        .page-template-about .sec1 .wrap-text .textt:first-letter {
          color: #ffd122;
          font-size: 64px;
          font-family: "PlayfairDisplay-Regular";
          line-height: 1;
          word-break: break-all;
          float: left;
          padding-right: 10px; }
  .page-template-about .sec2 {
    padding-bottom: 132px; }
    .page-template-about .sec2 .text-warp {
      margin-top: 123px;
      padding-right: 77px; }
      .page-template-about .sec2 .text-warp h2 {
        margin-bottom: 18px; }
      .page-template-about .sec2 .text-warp .italict {
        letter-spacing: 0.027em;
        margin-bottom: 32px;
        font-size: 24px;
        color: #231d1d;
        font-family: "PlayfairDisplayItalic"; }
    .page-template-about .sec2 .img-wrap-right {
      position: relative; }
      .page-template-about .sec2 .img-wrap-right img {
        max-width: 100%; }
      .page-template-about .sec2 .img-wrap-right:before {
        content: "";
        position: absolute;
        width: 209px;
        height: 209px;
        border: 15px solid #fcd03c;
        top: -34px;
        right: -34px;
        z-index: -1; }
      .page-template-about .sec2 .img-wrap-right:after {
        width: 209px;
        height: 209px;
        background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
        content: "";
        position: absolute;
        bottom: -34px;
        left: -34px;
        z-index: -1; }
    .page-template-about .sec3 .img-wrap-left {
      position: relative; }
      .page-template-about .sec3 .img-wrap-left img {
        max-width: 100%; }
      .page-template-about .sec3 .img-wrap-left:before {
        content: "";
        position: absolute;
        width: 209px;
        height: 209px;
        border: 15px solid #fcd03c;
        top: -34px;
        left: -34px;
        z-index: -1; }
      .page-template-about .sec3 .img-wrap-left:after {
        width: 209px;
        height: 209px;
        background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/bgi-img.png');
        content: "";
        position: absolute;
        bottom: -34px;
        right: -34px;
        z-index: -1; }
    .page-template-about .sec3 .text-warp {
      padding-left: 122px;
      padding-top: 90px; }
      .page-template-about .sec3 .text-warp h2 {
        margin-bottom: 0; }
      .page-template-about .sec3 .text-warp ul {
        width: 50%;
        float: left;
        padding-left: 0; }
        .page-template-about .sec3 .text-warp ul li {
          position: relative;
          padding-left: 77px;
          line-height: 1.3;
          padding-top: 9px;
          padding-right: 90px; }
          .page-template-about .sec3 .text-warp ul li p {
            margin: 0;
            min-height: 60px; }
          .page-template-about .sec3 .text-warp ul li h4 {
            margin-top: 6px;
            margin-bottom: 6px; }
          .page-template-about .sec3 .text-warp ul li:before {
            left: 0;
            top: 50%;
            margin-top: -28px;
            content: "";
            position: absolute;
            width: 56px;
            height: 56px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url('http://hola-espanhola.com/wp-content/themes/Hola/img/1.png'); }

.fancybox-show-nav .fancybox-arrow[disabled] {
  pointer-events: none; }

.hamburger-menu {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 4;
  margin: auto;
  height: 50px;
  padding: 0 5px;
  cursor: pointer;
  background: #fcd03c; }

#call_back,
#usluga {
  margin: 0; }
  #call_back h2,
  #usluga h2 {
    margin-top: 70px;
    text-align: center; }
  #call_back p,
  #usluga p {
    text-align: center; }
    #call_back .button .icon,
    #usluga .button .icon {
      position: relative;
      z-index: 1; }

.message {
  margin: 0; }
  .message h4 {
    padding-top: 30px; }

  .page-template-test .italick {
    color: #262222;
    font-family: "PlayfairDisplayItalic";
    letter-spacing: 0.028em;
    line-height: 1.27;
    font-size: 24px;
    margin-bottom: 16px; }
    .page-template-test form.test .wrap {
      width: 50%;
      float: left;
      margin-bottom: 20px; }
      .page-template-test form.test .wrap label {
        font-size: 16px;
        color: #212121;
        padding-left: 15px; }
      .page-template-test form.test .wrap input {
        float: left;
        visibility: hidden;
        position: relative;
        width: 30px;
        height: 30px; }
        .page-template-test form.test .wrap input:before {
          visibility: visible;
          content: "";
          position: absolute;
          width: 30px;
          height: 30px;
          border: 3px solid #ffd122;
          transition: 0.5s; }
          .page-template-test form.test .wrap input:checked:before {
            background-color: #ffd122;
            border-color: #f2f2f2; }
    .page-template-test .ordering-cell p {
      display: inline-block;
      width: 19%;
      margin-right: 5.7%; }
      .page-template-test .ordering-cell p input {
        border-color: #f3f3f3; }
    .page-template-test .ordering-cell a.button {
      position: relative;
      top: -28px;
      display: inline-table; }
  .page-template-test .owl-nav {
    float: right;
    position: relative;
    top: -221px; }
    .page-template-test .owl-nav .owl-next {
      position: relative;
      top: 67px; }
  .page-template-test #counter {
    font-family: 'PlayfairDisplay-Italic';
    float: right;
    font-size: 36px;
    margin-top: 15px;
    color: #231d1d; }

  .home .fancybox-slide {
    max-height: 680px;
    overflow: hidden;
    margin: auto 0;
    top: 50%;
    margin-top: -340px; }

