html {
  overflow-x: hidden; }

body {
  background: #fff;
  background-color: #fff !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 11.5pt;
  line-height: 1.8;
  color: #333; }

.ital{
  font-family: "Italiana-Regular";
  font-weight: 700;
  font-size: 3em;
  color: #46b9b4;
  line-height: 1em;
  letter-spacing:1.5pt;
}

.ital-2{
  font-family: "Italiana-Regular";
  font-weight: 700;
  font-size: 2.5em;
  color: #46b9b4;
  line-height: 1em;
  letter-spacing:1.2pt;
}

.ital-white{
  font-family: "Italiana-Regular";
  font-weight: 700;
  font-size: 2em;
  color: white;
  line-height: 1em;
  letter-spacing:1.2pt;
}

.sans-2{
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  color: #46b9b4;
  line-height: 1em;
  /*letter-spacing:1.2pt;*/
}

.sans-3{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15pt;
  color: white;
  font-weight: 400;
  line-height: 1.5;
  color: white;
}
.sans{
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 24pt;
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  color: #46b9b4}
  a:hover {
    text-decoration: none;
    color: #d4a91c}

h1, h2, h3, h4, h5 {
  color: #000; }

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 50px !important; }
  .btn:focus, .btn:active, .form-control:focus, .form-control:active {
    outline: none; }

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 46px;
  border-width: 1.2px;
  border-radius: 50px !important;
}
  .form-control:active, .form-control:focus {
    border-color: #e2b26a; }

textarea.form-control {
  height: inherit;
  border-radius: 20px !important; }

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .btn.btn-primary {
    color: #fff;
    border-width: 2px; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      border-color: #d4a91c;
      background: #d4a91c; }
  .btn.btn-sm {
    font-size: 12px; }
  .btn.btn-outline-primary {
    border-width: 2px;
    color: #d4a91c; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
      color: #fff; }
  .btn.btn-outline-white {
    border-width: 2px;
    border-color: #d4a91c;
    color: #fff; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
      background: #d4a91c;
      color: #fff !important;
      border-width: 2px; }
  .btn:hover {
    text-decoration: none; }

/* Header */
header {
  background-color: #46b9b4; /*rgba(255,255,255,0.5); /* rgba(70,185,179,1); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 0;
  border-bottom: 3px solid;
  border-bottom-color: #d4a91c;
}
  @media (min-width: 768px) {
    header {
      padding: 3px 0; } }
  header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 800;
    font-size: 2rem; }
    header .navbar-brand.absolute {
      position: absolute; }
      @media (max-width: 991px) {
        header .navbar-brand.absolute {
          position: relative; } }
    header .navbar-brand span {
      color: #ff7404; }
      @media (min-width: 768px) {
        header .navbar-brand span {
          color: #ced4da; } }
  header .navbar {
    background: #46b9b4 !important;
    padding-top: .5rem;
    padding-bottom: .5rem; }
    @media (min-width: 768px) {
      header .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: none !important;
        position: relative; } }
    header .navbar .nav-link {
      padding: 1.7rem 1rem;
      outline: none !important;
      font-size: 1rem;
      color: white !important; }
      @media (max-width: 1199px) {
        header .navbar .nav-link {
          padding: .5rem 0rem; } }
      header .navbar .nav-link.active {
        color: #d4a91c !important; }
    header .navbar .nav-link:hover{
      color: #bf8a28 !important;
    }
    header .navbar .cta-btn a {
      background: #ff7404;
      color: #fff !important;
      text-transform: uppercase;
      font-size: .8rem;
      padding: 15px 20px !important;
      line-height: 1;
      font-weight: bold;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      header .navbar .cta-btn a:hover {
        background: #fff;
        color: #ff7404 !important;
        -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2); }

.half .text, .half .image {
  width: 50%; }
  @media (max-width: 991px) {
    .half .text, .half .image {
      width: 100%; } }

.half .text {
  padding: 7%; }

.half .image {
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991px) {
    .half .image {
      height: 350px; } }

.section-heading h2 {
  font-size: 50px; }

.section-heading .small-sub-heading {
  font-size: 14px;
  color: #ff7404; }

.blog .media h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.blog .media .post-meta {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase; }

.blog .media > a {
  width: 40%; }
  @media (max-width: 767px) {
    .blog .media > a {
      width: 100%;
      margin-bottom: 30px; } }

.item-dishes {
  position: relative;
  display: block;
  overflow: hidden; }
  .item-dishes img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    z-index: 1; }
  .item-dishes:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: #000;
    opacity: .3; }
  .item-dishes .text {
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .item-dishes .text .dishes-heading {
      font-size: 30px;
      font-weight: 700;
      max-width: 500px;
      margin: 0 auto;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 991px) {
        .item-dishes .text .dishes-heading {
          font-size: 1.3rem; } }
    .item-dishes .text .dishes-price {
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      display: inline-block;
      background: #ff7404;
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      border: 2px solid transparent; }
  .item-dishes:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .item-dishes:hover .dishes-price {
    background: transparent;
    border: 2px solid #fff; }

.heading-wrap {
  position: relative; }
  .heading-wrap h2 {
    font-family: "AthenaoftheOcean";
    font-size: 100px;
    position: relative;
    padding-top: 30px;
    z-index: 2;
    text-transform: none;
    color: #46b9b4;
    /*font-weight: 800;*/ }
    .heading-wrap h2:before {
      width: 80px;
      height: 3px;
      border-radius: 200px;
      background: rgba(194,150,84,1);
      background: -moz-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,150,84,1)), color-stop(32%, rgba(224,190,105,1)), color-stop(69%, rgba(194,163,84,1)), color-stop(100%, rgba(224,194,105,1)));
      background: -webkit-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
      background: -o-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
      background: -ms-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
      background: linear-gradient(to right, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c29654', endColorstr='#e0c269', GradientType=1 );
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .heading-wrap .back-text, .heading-wrap .back-text-dark {
    z-index: 0;
    line-height: 1;
    top: .5em;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    font-size: 200px;
    position: absolute;
    width: 100%;
    color: #fff;
    text-transform: uppercase; }
  .heading-wrap .back-text-dark {
    color: #fff !important; }

.lead {
  font-size: 16px; }

.testimonial p {
  font-size: 20px;
  color: #000; }

.testimonial .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.testimonial .author .author-info {
  margin-top: 20px; }

.testimonial .author h4 {
  font-size: 18px;
  margin-bottom: 0; }

.testimonial .author p {
  color: #cccccc;
  font-size: 14px; }

.sched, .blog {
  display: block;
  background-color: #fff; }
  .sched .text, .sched .bg-image, .blog .text, .blog .bg-image {
    width: 100%; }
    @media (min-width: 992px) {
      .sched .text, .sched .bg-image, .blog .text, .blog .bg-image {
        width: 50%; } }
  .sched h3, .blog h3 {
    font-size: 20px; }
  .sched .text, .blog .text {
    padding: 30px; }
  .sched .sched-time, .blog .sched-time {
    font-size: 13px;
    color: #999999; }
  .sched .bg-image, .blog .bg-image {
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991px) {
      .sched .bg-image, .blog .bg-image {
        height: 200px; } }

@media (min-width: 768px) {
  .blog {
    margin-bottom: 30px; } }

.blog .text, .blog .bg-image {
  width: 100%; }
  @media (min-width: 992px) {
    .blog .text, .blog .bg-image {
      width: 100%; } }

.blog .bg-image {
  height: 300px; }

.custom-icon {
  font-size: 70px;
  color: #ff7404; }

/* Owl Carousel */
.owl-carousel .owl-item {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: .2; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-next:focus,
    .owl-carousel .owl-nav .owl-next:active {
      outline: none;
      opacity: 1; }
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 30px !important; }
  .owl-carousel .owl-nav .owl-next {
    right: 30px !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: none;
    background: #fff;
    opacity: .5; }
    .owl-carousel .owl-dots .owl-dot.active {
      opacity: 1; }

.owl-carousel.centernonloop .owl-dots, .owl-carousel.centernonloop2 .owl-dots {
  margin-top: 50px; }
  .owl-carousel.centernonloop .owl-dots.disabled, .owl-carousel.centernonloop2 .owl-dots.disabled {
    display: block !important; }
  .owl-carousel.centernonloop .owl-dots .owl-dot, .owl-carousel.centernonloop2 .owl-dots .owl-dot {
    display: inline-block; }
    .owl-carousel.centernonloop .owl-dots .owl-dot > span, .owl-carousel.centernonloop2 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      background: #ccc;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .owl-carousel.centernonloop .owl-dots .owl-dot.active > span, .owl-carousel.centernonloop2 .owl-dots .owl-dot.active > span {
      background: #ff7404;
      -webkit-box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
      box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3); }
    .owl-carousel.centernonloop .owl-dots .owl-dot:active, .owl-carousel.centernonloop .owl-dots .owl-dot:focus, .owl-carousel.centernonloop2 .owl-dots .owl-dot:active, .owl-carousel.centernonloop2 .owl-dots .owl-dot:focus {
      outline: none; }

.owl-carousel.home-slider, .owl-carousel.home-slider-loop-false {
  z-index: 1;
  position: relative; }
  .owl-carousel.home-slider .btn-link, .owl-carousel.home-slider-loop-false .btn-link {
    color: #fff; }
  .owl-carousel.home-slider .owl-nav, .owl-carousel.home-slider-loop-false .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel.home-slider .owl-nav button, .owl-carousel.home-slider-loop-false .owl-nav button {
      color: #fff; }
  .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav, .owl-carousel.home-slider-loop-false:focus .owl-nav, .owl-carousel.home-slider-loop-false:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
  .owl-carousel.home-slider .slider-item, .owl-carousel.home-slider-loop-false .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh);
    min-height: 700px;
    position: relative; }
    .owl-carousel.home-slider .slider-item:before, .owl-carousel.home-slider-loop-false .slider-item:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2);
      content: ""; }
    .owl-carousel.home-slider .slider-item .slider-text, .owl-carousel.home-slider-loop-false .slider-item .slider-text {
      color: #fff;
      height: calc(100vh);
      min-height: 700px; }
      .owl-carousel.home-slider .slider-item .slider-text .child-name, .owl-carousel.home-slider-loop-false .slider-item .slider-text .child-name {
        font-size: 40px;
        color: #fff; }
      .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider-loop-false .slider-item .slider-text h1 {
        font-family: "Italiana-Regular";
        font-size: 3rem;
        color: #fff;
        line-height: 1.2;
        font-weight: 800 !important;
        text-transform: none; }
        @media (max-width: 991px) {
          .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider-loop-false .slider-item .slider-text h1 {
            font-size: 40px; } }
      .owl-carousel.home-slider .slider-item .slider-text p, .owl-carousel.home-slider-loop-false .slider-item .slider-text p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
      .owl-carousel.home-slider .slider-item .slider-text a, .owl-carousel.home-slider-loop-false .slider-item .slider-text a {
        color: #fff;
        text-decoration: underline; }
      .owl-carousel.home-slider .slider-item .slider-text .btn, .owl-carousel.home-slider-loop-false .slider-item .slider-text .btn {
        text-decoration: none; }
  .owl-carousel.home-slider.inner-page .slider-item, .owl-carousel.home-slider-loop-false.inner-page .slider-item {
    height: calc(50vh - 117px);
    min-height: 550px; }
    .owl-carousel.home-slider.inner-page .slider-item .slider-text, .owl-carousel.home-slider-loop-false.inner-page .slider-item .slider-text {
      color: #fff;
      height: calc(50vh - 117px);
      min-height: 550px; }
  .owl-carousel.home-slider .owl-dots, .owl-carousel.home-slider-loop-false .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%; }
    .owl-carousel.home-slider .owl-dots .owl-dot, .owl-carousel.home-slider-loop-false .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.5);
      outline: none !important;
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .owl-carousel.home-slider .owl-dots .owl-dot.active, .owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active {
        border: 2px solid white; }
        .owl-carousel.home-slider .owl-dots .owl-dot.active span, .owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active span {
          background: white; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057; }
  .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
    color: #868e96;
    outline: none; }
  .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6; }

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important; }

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important; }

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative; }

.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
  position: relative; }
  .slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    content: ""; }
  .slider-item .slider-text {
    color: #fff;
    height: calc(100vh);
    min-height: 700px; }
    .slider-item .slider-text .child-name {
      font-size: 40px;
      color: #fff; }
    .slider-item .slider-text h1 {
      font-size: 5rem;
      color: #fff;
      line-height: 1.2;
      font-weight: 800 !important;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .slider-item .slider-text h1 {
          font-size: 40px; } }
    .slider-item .slider-text p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300;
      color: white; }
    .slider-item .slider-text a {
      color: #fff;
      text-decoration: underline; }
    .slider-item .slider-text .btn {
      text-decoration: none; }

.slider-wrap {
  position: relative; }

  .slider-wrap:after {
    content: "";
    width: 100%;
    height: 240px;
    background: #fff;
    z-index: 1;
    bottom: -210px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
  .slider-wrap.no-slanted:after {
    display: none; }

    .slider-wrap-2:after {
    content: "";
    width: 100%;
    height: 145px;
    background: #fff;
    z-index: 1;
    bottom: -145px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }


    @media (max-width: 768px){

  .slider-wrap-2:after {
    content: "";
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 1;
    bottom: -60px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
  }

  .slider-wrap-2.no-slanted:after {
    display: none;
  }

    .slider-wrap-3:after {
    content: "";
    width: 100%;
    height: 145px;
    background: #fff;
    z-index: 1;
    bottom: -145px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .slider-wrap-3.no-slanted:after {
    display: none;
  }

.slider-wrap-3{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: calc(100vh);
  min-height: 700px;
  position: relative;
}
  .slider-wrap-3:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    content: "";
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.section {
  padding: 17em 0;
  position: relative;
  z-index: 2; }

.detalle {
  padding: 15em 0 40em 0 !important;
  position: relative;
  z-index: 2; }

.quiensoy{
  padding: 5em 0 20px 0 !important;
  position: relative;
  z-index: 3; }

.modalidad{
  padding: 5em 0 55px 0 !important;
  position: relative;
  z-index: 3; }

.modalidad-1{
  padding: 5em 0 55px 0 !important;
  position: relative;
  z-index: 3; }

.section-subscribe {
  padding: 2em 0; }

.quote-content {
  max-width: 350px;
  font-size: 16px;
  color: #000;
  font-style: italic;
  position: relative;
  display: table; }
  @media (max-width: 991px) {
    .quote-content {
      max-width: 100%; } }
  .quote-content .text, .quote-content .quote {
    display: table-cell;
    vertical-align: top; }
  .quote-content .quote {
    font-size: 100px;
    line-height: .5;
    z-index: 0; }
  .quote-content .text {
    padding-left: 40px;
    line-height: 2; }
  .quote-content.float-right {
    position: relative;
    margin-left: 2em;
    margin-right: -10em; }
    @media (max-width: 991px) {
      .quote-content.float-right {
        margin-left: 0em;
        margin-right: 0em;
        float: none !important; } }
  .quote-content.float-left {
    position: relative;
    margin-right: 2em;
    margin-left: -10em; }
    @media (max-width: 991px) {
      .quote-content.float-left {
        margin-right: 0em;
        margin-left: 0em;
        float: none !important; } }

.form-wrap {
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5); }
  .form-wrap h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .1em;
    margin-bottom: 40px; }
  .form-wrap.overlap {
    z-index: 99;
    position: relative;
    margin-top: -10em; }
  .form-wrap.primary {
    background: #ff7404; }
  .form-wrap.warning {
    background: #ffc107; }
  .form-wrap.primary h2, .form-wrap.warning h2 {
    color: #fff; }
  .form-wrap.primary .form-control, .form-wrap.warning .form-control {
    border: 2px solid transparent; }
  .form-wrap.primary input[type="submit"], .form-wrap.warning input[type="submit"] {
    -webkit-box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5) !important; }

.select-wrap {
  position: relative; }
  .select-wrap .select-arrow-icon {
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px !important; }

.contact-form-contact-info p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000; }
  .contact-form-contact-info p .icon {
    top: -4px;
    position: relative;
    width: 0px;
    font-size: 30px;
    color: #ff7404; }

.load-more {
  display: block;
  padding: 40px;
  text-align: center;
  background: #e9ecef;
  color: #000;
  font-size: 20px; }
  .load-more:hover {
    background: #ff7404;
    color: #fff; }

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0; }
  .cover_1 .sub-heading {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px; }
  .cover_1 .heading {
    font-size: 50px;
    color: white;
    font-weight: 300; }

.heading {
  color: #000; }
  .heading.border-bottom {
    position: relative;
    padding-bottom: 30px; }
    .heading.border-bottom:before {
      bottom: 0;
      position: absolute;
      content: "";
      width: 50px;
      height: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #ff7404; }

.text-black {
  color: #000 !important; }

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5); }

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px; }
  .media-feature .icon {
    font-size: 60px;
    color: #ff7404; }
  .media-feature h3 {
    font-size: 16px;
    text-transform: uppercase; }
  .media-feature:hover, .media-feature:focus {
    -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-bottom: 10px solid #ff7404; }

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0; }
  .media-custom .meta-post {
    color: #ced4da;
    font-size: 13px;
    text-transform: uppercase; }
  .media-custom > a {
    position: relative;
    overflow: hidden;
    display: block; }
  .media-custom .meta-chat {
    color: #ced4da; }
    .media-custom .meta-chat:hover {
      color: #868e96; }
  .media-custom img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-custom:focus img, .media-custom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .media-custom .media-body {
    padding: 30px; }
    .media-custom .media-body h3 {
      font-size: 20px; }
    .media-custom .media-body p:last-child {
      margin-bottom: 0; }

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px; }
  .list-unstyled.check li:before {
    color: #5AC8D8;
    left: 0;
    font-family: "Ionicons";
    content: "\f122";
    position: absolute; }

#modalAppointment .modal-content {
  border-radius: 0;
  border: none; }

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px; }

@media (max-width: 991px) {
  .img-md-fluid {
    max-width: 100%; } }

.site-footer {
  position: relative;
  z-index: 5;
  padding: 0; }
  .site-footer:before {
    content: "";
    width: 100%;
    height: 240px;
    z-index: -1;
    top: 0px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
  .site-footer p:last-child {
    margin-bottom: 0; }
  .site-footer h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold; }
  .site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px; }
  .site-footer hr {
    width: 100%; }

.footer-social a {
  line-height: 0;
  /*border-radius: 50%;*/
  margin: 0 15px 5px 0;
  /*border: 1px solid rgba(255, 255, 255, 0.1);*/
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block; }
  .footer-social a:hover span {
    background: none;
    border-color: none;
    color: #46b9b4; }

.link-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media (max-width: 991px) {
    .link-thumbnail {
      margin-bottom: 30px; } }
  .link-thumbnail img {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .link-thumbnail .date {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-bottom: 10px; }
  .link-thumbnail .icon {
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 4;
    top: 50%;
    font-size: 30px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px; }
  .link-thumbnail h3 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 10;
    left: 50%;
    display: block;
    width: 77%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .link-thumbnail:before {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute; }
  .link-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    bottom: 30px; }
  .link-thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .link-thumbnail:hover .icon {
    opacity: 1;
    visibility: visible;
    margin-top: 0px; }
  .link-thumbnail:hover:before {
    opacity: 1;
    visibility: visible; }

.border-t {
  border-top: 1px solid #fff; }

.copyright {
  font-size: 14px; }

.element-animate {
  opacity: 0;
  visibility: hidden; }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

.bottom-slant-gray {
  position: relative; }
  .bottom-slant-gray:after {
    content: "";
    width: 100%;
    height: 240px;
    background: #fff;
    z-index: -1;
    bottom: -200px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }

.bottom-slant-gray-2 {
  position: relative; }
  .bottom-slant-gray-2:after {
    content: "";
    width: 100%;
    height: 143px;
    background: #eee;
    z-index: -1;
    bottom: -143px;
    background-color: #eee;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }

.top-slant-white {
  position: relative;
  margin-top: -230px; }
  .top-slant-white:before {
    content: "";
    width: 100%;
    height: 150px;
    background: #fff;
    z-index: -1;
    top: 0px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }

.top-slant-white2 {
  position: relative; }
  .top-slant-white2:before {
    content: "";
    width: 100%;
    height: 240px;
    background: #fff;
    z-index: -1;
    top: 0px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }

.relative-higher {
  position: relative;
  z-index: 5; }

.service-block h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .2rem; }

.about_img_1 {
  margin-bottom: 30px; }

.wrap-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: rgba(194,150,84,1);
background: -moz-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,150,84,1)), color-stop(32%, rgba(224,190,105,1)), color-stop(69%, rgba(194,163,84,1)), color-stop(100%, rgba(224,194,105,1)));
background: -webkit-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
background: -o-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
background: -ms-linear-gradient(left, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
background: linear-gradient(to right, rgba(194,150,84,1) 0%, rgba(224,190,105,1) 32%, rgba(194,163,84,1) 69%, rgba(224,194,105,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c29654', endColorstr='#e0c269', GradientType=1 ); }
  .wrap-icon > span {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7; }
  .search-form .form-group {
    position: relative; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.mt-20{
  margin-top: 20px !important;
}

.mb-20{
  margin-bottom: 20px !important;
}

.borde-dorado{
  border: 4px solid #e2b26a;
  
}

.borde-verde{
  border: 4px solid #46b9b4;

}

section.enfoque{
  background-color: #46b9b4;
}

section.servicios{
  background-color: #e5e5e5 !important;
}

.dorado{
  color: #d4a91c; /*#e2b26a;*/
}

.white{
  color: white !important;
}

.green{
  background-color: #46b9b4 !important;
}

.verde{
  color: #46b9b4 !important;
}

.destacado{
  text-transform:uppercase;
  font-weight:400;
  color:#666;
  letter-spacing: 1pt;
}
.far, .fas{
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

span.fab, span.far{
  font-size: 3rem;
  color: #d4a91c;
  background-color: none;
}

span.fab:hover, span.far:hover{
background-color: transparent !important;
}

button.btn.btn-primary{
  background-color: white !important;
  border: 2px solid #d4a91c;
  color: black;
  /* margin-top: 15px !important; */
  border-radius: 50px !important;
}

button.btn.btn-primary:hover{
  background-color: #d4a91c !important;
  border: 2px solid #d4a91c;
  color: white;
}

body{
  padding-right: 0px !important;
  background: #fff !important;
  background-color: #fff !important;
}

html{
  background: #fff !important;
  background-color: #fff !important;
}

body.pr-0{
  padding-right: 0px !important;
}

div.modal h4.titulo{
  font-family: "Italiana-Regular";
  font-weight: 700;
  color: white;
}

p.italica{
  display: inline-block;
  font-family: 'Parisienne', cursive;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 3pt;
}

.modal-header{
  padding: 20px !important;
  border-bottom: 3px solid #d4a91c !important;
}

.modal-body{
  padding: 20px !important;
  margin-bottom: -15px;
}

@media (max-width: 768px){
  .heading-wrap h2 {
    font-family: "AthenaoftheOcean";
    font-size: 70px;
    position: relative;
    padding-top: 30px;
    z-index: 2;
    text-transform: none;
    color: #46b9b4;
    /*font-weight: 800;*/ }
}

/* SLIDER */

/* ----> wrapper */
#content-slider .wrap-slider {
  max-width: 1200px;
  /*height: 100%;*/
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: right;
}

#content-slider .wrap-slider.full {
  width: 100%;
  max-width: 100%;
  text-align: center; 
  border: none;
}


/* --------> Link style */
#content-slider *:focus {
  outline: 0;
} 

#content-slider a:hover {
  color: #7FD4FD;
  text-decoration: underline;
}

#content-slider a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
  outline: 0;
}

/* -------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* -------> Main */
#content-slider .slider {
  margin-top: 5%;
  /*position: absolute;*/
  overflow: hidden;
  width: 100%;
  margin: 0 auto;   

  position: relative;       
}

#content-slider .inset {
  width: 500%;      
  line-height: 0;

  -webkit-animation: 15s slidy infinite;
  -moz-animation: 15s slidy infinite;
  -ms-animation: 15s slidy infinite;
  -o-animation: 15s slidy infinite;
  animation: 15s slidy infinite;

  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; 
}

#content-slider h1.main-title {
  text-align: center;
  color: #00ABFA;
  font-weight: 200;
  font-size: 2rem;      
  line-height: 3rem;
  text-transform: uppercase;
  margin: 5px 0 0px 0;
}

#content-slider .slider [class*='title-'] {
  background: rgba(0, 0, 0, 0.51);
  padding: 1% 1%;
  display: inline-block;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 12;
  margin: 15px 0 0 15px;
  line-height: normal;
  overflow: hidden;
  text-align: left;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

#content-slider .th>[class*='title-'] {
  width: auto;
  height: auto;
  position: absolute;
  top: 0em;
  right: 0em;
  text-align: right;
  margin: 5px 10px 0 0;
  opacity: 1;
  line-height: normal;
  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -------> Article */
#content-slider .slider h1,
#content-slider .th h1 {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#content-slider .slider p,
#content-slider .th p {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#content-slider .slider a,
#content-slider .th a {
  font-weight: bold;
  color: #00ABFA;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------> Article IMg Slider */
#content-slider .slider h1 { font-size: 1.5rem; }

#content-slider .slider p { font-size: 1.2rem; }

#content-slider .slider a { font-size: 1rem; }

/* -------> Article IMg Prev */
#content-slider .th h1 { font-size: 1rem; }

#content-slider .th p { font-size: .875rem; }

#content-slider .th a { font-size: .75rem; }

#content-slider .th img {
  position: relative;
  max-width: 100%;
  height: auto !important;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

#content-slider .th:hover img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}


/* -------> Main Img */
#content-slider figure {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  cursor: pointer;

  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; 
}

#content-slider figure img {
  width: 100%;
  position: relative;
} 

/* -------> Max contrloS img preview */ 
#content-slider span.th {
  width: 25%;
  margin: 35% 0% 0 0%;
  float: left;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

#b-1 { left: 0; }
#b-2 { left: 25%; }
#b-3 { left: 50%; }
#b-4 { left: 75%; }

#content-slider input[type='radio'] {     
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#control{         
  position: absolute;
  left: 3%;
  z-index: 5;     
  top: 55%;
  width: 95%;
}

#content-slider label.first{
  width: 9px;
  height: 9px;
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #d4a91c;
  background: #d4a91c;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#content-slider #main {
  padding: 0;
  width: 100%;
  /*margin-top: 29.2%;*/
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

#content-slider input[type='radio'] {     
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#content-slider #control{         
  position: absolute;
  left: 3%;
  z-index: 15;      
  top: 0%;
  width: 95%;
  /*margin-top: 10%;*/

  /*display: none;*/
  height: 50px;
  top:50%;
  margin-top: -25px;
}


/* -------> Controls */ 
#main>label:hover { width: 9px; height: 9px; background: #FFF; border: 1px solid #d4a91c; } 

input#a-1:checked ~ .slider .inset { margin-left: 0%;   }
input#a-2:checked ~ .slider .inset { margin-left:-100%; }
input#a-3:checked ~ .slider .inset { margin-left:-200%; }
input#a-4:checked ~ .slider .inset { margin-left:-300%; }
input#a-5:checked ~ .slider .inset { margin-left:-400%; }


input#a-1:checked ~ #main>label:nth-child(1) { opacity: 1; background: #fff; }
input#a-2:checked ~ #main>label:nth-child(2) { opacity: 1; background: #fff; }
input#a-3:checked ~ #main>label:nth-child(3) { opacity: 1; background: #fff; }
input#a-4:checked ~ #main>label:nth-child(4) { opacity: 1; background: #fff; }

input#a-1:checked ~ #control>label:nth-child(2),
input#a-2:checked ~ #control>label:nth-child(3),
input#a-3:checked ~ #control>label:nth-child(4),
input#a-4:checked ~ #control>label:nth-child(1),
input#a-5:checked ~ #control>label:nth-child(1),
input#a-1:checked ~ #control>label:nth-child(4),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2),
input#a-4:checked ~ #control>label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;     
  cursor: pointer;
}

input#a-1:checked ~ #control>label:nth-child(2):after,
input#a-2:checked ~ #control>label:nth-child(3):after,
input#a-3:checked ~ #control>label:nth-child(4):after,
input#a-4:checked ~ #control>label:nth-child(1):after,
input#a-5:checked ~ #control>label:nth-child(1):after,
input#a-1:checked ~ #control>label:nth-child(4):after,
input#a-2:checked ~ #control>label:nth-child(1):after,
input#a-3:checked ~ #control>label:nth-child(2):after,
input#a-4:checked ~ #control>label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: transparent !important;
  position: absolute;
  top:0;
  left: 0;
}

input#a-1:checked ~ #control>label:nth-child(2),  
input#a-2:checked ~ #control>label:nth-child(3), 
input#a-3:checked ~ #control>label:nth-child(4), 
input#a-4:checked ~ #control>label:nth-child(1) {   
  float: right;
  right: 0.3%;            
}

input#a-1:checked ~ #control>label:nth-child(2):after,  
input#a-2:checked ~ #control>label:nth-child(3):after, 
input#a-3:checked ~ #control>label:nth-child(4):after, 
input#a-4:checked ~ #control>label:nth-child(1):after {           
  content: "\f105";           
}

input#a-1:checked ~ #control>label:nth-child(4),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2),
input#a-4:checked ~ #control>label:nth-child(3) { 
  float: left;
  left: 0.3%;     
}

input#a-1:checked ~ #control>label:nth-child(4):after,
input#a-2:checked ~ #control>label:nth-child(1):after,
input#a-3:checked ~ #control>label:nth-child(2):after,
input#a-4:checked ~ #control>label:nth-child(3):after {
  content: "\f104";
}

span#a-1:focus ~ .slider .inset { margin-left: 0%;   }
span#a-2:focus ~ .slider .inset { margin-left:-100%; }
span#a-3:focus ~ .slider .inset { margin-left:-200%; }
span#a-4:focus ~ .slider .inset { margin-left:-300%; }
span#a-5:focus ~ .slider .inset { margin-left:-400%; }

span#b-1:focus ~ .slider .inset { margin-left: 0%;   }
span#b-2:focus ~ .slider .inset { margin-left:-100%; }
span#b-3:focus ~ .slider .inset { margin-left:-200%; }
span#b-4:focus ~ .slider .inset { margin-left:-300%; }
span#b-5:focus ~ .slider .inset { margin-left:-400%; }

#content-slider input:checked ~ .slider>.inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;       
}
#content-slider input:hover ~ .slider>.inset, 
#content-slider label:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#content-slider input:hover ~ .slider>.inset, 
#content-slider label:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#content-slider span:focus ~ .slider>.inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;       
}
#content-slider span:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


/* -------> Animation */

@keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-webkit-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-moz-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-o-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}


/* -------> Responsive */
@media (max-width: 992px) {

  html {
    font-size: 12px;
  }

  #content-slider .th>[class*='title-'] {
    display: none;
  }

}

@media (max-width: 768px) {

  html {
    font-size: 10px;
  }

  #content-slider .slider [class*='title-'] {
    display: none;
  }

  #content-slider span.first { display: none; }

  #content-slider #control { display: block; }


  #content-slider span#b-2:focus { opacity: 1; } 

  span#b-2:focus ~ span#b-5 { display: none; }

  #content-slider span#b-3:focus { opacity: 1; } 

  span#b-3:focus ~ span#b-5 { display: none; }

  #content-slider span#b-4:focus { opacity: 1; } 

  span#b-4:focus ~ span#b-5 { display: none; }

}

@media (max-width: 480px) {

  #content-slider span.th img { display: none; }

}
button:focus {
    outline: none !important;
    outline: none !important;
}

.alert-success {
    color: black !important;
    background-color: transparent !important;
    border: 2px solid #d4a91c !important;
    border-radius: 250px !important;
    padding: 15px 20px 15px 30px !important;
    line-height: 1.5em !important;
}

button.close {
    padding: 10px 0px 0px !important;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/*   */

p.horario{
  font-size: 2em;
  font-weight: 
}

.float-w{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#56b040;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  font-size: 2em;
}

.float-w:hover, .float-w:active{  
  background-color:#d4a91c !important;
  color:#FFF !important;
}

.my-float{
  margin-top:16px;
  margin-left: 2px;
}

div.horarios {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
}

.navbar-brand{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
    header .navbar .nav-link {
      font-size: 1.5rem !important;
    }
    .detalle {
    padding: 12em 0 50em 0 !important;
    position: relative;
    z-index: 2;}
    .quiensoy{
      padding: 0 0 45px 0 !important;
    }
    .ital-2{
      font-size: 1.7em;
    }
    h1 p.sans{
      font-size: 18pt;
    }
    .rounded{
      max-width: 300px;
    }
    .sans-2{
      font-size: 1.3em;
    }
    .sans-3{  
     font-size: 14pt;
     line-height: 1.7;
    }
    .ital-white{
      font-size: 1.7em;
    }
  }

hr{
  border-color: #ccc;
}