@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@font-face {
  font-family: "Signature";
  src: url("css/fonts/Signature.woff");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-up {
  display: none;
  font-size: 41px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 0.8em;
  color: #F08329;
}
.top-up .fas {
  font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

p,
span,
a,
li {
  font-family: "Roboto Condensed", sans-serif;
}

a.whatsapp{
	position: fixed;
    background: #00b700;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
}

.wrap {
  width: 100%;
  margin: 100px 0;
  position: relative;
  z-index: 9;
}
.wrap .wrap-center {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center {
    width: 80%;
  }
}

.wrap-inter-team {
  margin-top: 0;
}
.wrap-inter-team .wrap-center-team-special {
  margin-top: 0;
}
.wrap-inter-team .wrap-center-team-special h1.team-inter {
  margin-top: 250px;
}

.main-header {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
}
.main-header .header-row:first-child {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-header .header-row:first-child .inside-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .main-header .header-row:first-child {
    display: none;
  }
}
.main-header .header-row:nth-child(2) {
  background: -webkit-gradient(linear, right top, left top, from(#F08329), to(rgba(230, 0, 126, 0)));
  background: linear-gradient(to left, #F08329, rgba(230, 0, 126, 0));
  height: 2px;
}
.main-header .header-row:last-child .inside-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-header .header-row .inside-row {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .header-row .inside-row span {
  margin: 0 10px;
  color: white;
  font-size: 0.9rem;
}
.main-header .header-row .inside-row span:nth-child(2) {
  padding: 0 20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.main-header .header-row .inside-row span:last-child {
  margin-right: 0;
}
.main-header .header-row .inside-row span .fa-solid {
  margin-right: 5px;
}
.main-header .header-row .inside-row .header-column {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .header-row .inside-row .header-column:first-child {
  width: 20%;
}
@media only screen and (max-width: 890px) {
  .main-header .header-row .inside-row .header-column:first-child {
    width: 40%;
  }
}
.main-header .header-row .inside-row .header-column:nth-child(2) {
  width: 60%;
}
@media only screen and (max-width: 1510px) {
  .main-header .header-row .inside-row .header-column:nth-child(2) {
    width: 70%;
  }
}
@media only screen and (max-width: 890px) {
  .main-header .header-row .inside-row .header-column:nth-child(2) {
    display: none;
  }
}
.main-header .header-row .inside-row .header-column:last-child {
  display: none;
}
@media only screen and (max-width: 890px) {
  .main-header .header-row .inside-row .header-column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-header .header-row .inside-row .header-column:last-child a {
    display: none;
  }
  .main-header .header-row .inside-row .header-column:last-child a.agenda-resp {
    color: #f08329;
    font-size: 2rem;
    margin-right: 20px;
    display: initial;
  }
}
.main-header .header-row .inside-row .header-column a.logo img {
  width: auto;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .main-header .header-row .inside-row .header-column a.logo img {
    width: 150px;
    height: 50px;
  }
}
.main-header .header-row .inside-row .header-column a.logo-sec {
  display: none;
}
.main-header .header-row .inside-row .header-column a.logo-text {
  text-decoration: none;
  color: #1A7DC2;
  font-weight: 600;
  font-size: 1.5rem;
}
.main-header .header-row .inside-row .header-column a.logo-text span {
  color: #F08329;
  margin: inherit;
  font-size: inherit;
}
.main-header .header-row .inside-row .header-column nav {
  width: 100%;
}
.main-header .header-row .inside-row .header-column nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1410px) {
  .main-header .header-row .inside-row .header-column nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.main-header .header-row .inside-row .header-column nav ul li {
  margin: 0 30px;
}
.main-header .header-row .inside-row .header-column nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main-header .header-row .inside-row .header-column nav ul li a:hover {
  opacity: 0.3;
}

.main-header-active {
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main-header-active .header-row:first-child, .main-header-active .header-row:nth-child(2) {
  display: none;
}
.main-header-active .header-row:last-child {
  background-color: white;
  border-bottom: 1px solid #f1f1f1;
}
.main-header-active .header-row .inside-row .header-column a.logo img {
  display: none;
}
.main-header-active .header-row .inside-row .header-column a.logo-sec {
  display: block;
}
.main-header-active .header-row .inside-row .header-column a.logo-sec img {
  width: auto;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .main-header-active .header-row .inside-row .header-column a.logo-sec img {
    width: 150px;
    height: 50px;
  }
}
.main-header-active .header-row .inside-row .header-column nav ul li a {
  color: #3a3a3a;
}
.main-header-active .header-row .inside-row .header-column .burger .line-burger {
  background: rgb(0, 0, 0);
}
.main-header-active .header-row .inside-row .header-column .burger .line-burger:last-child {
  background: rgb(0, 0, 0);
}

.burger {
  display: none;
}
@media only screen and (max-width: 890px) {
  .burger {
    top: 30px;
    right: 30px;
    z-index: 99999;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.burger .line-burger {
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.burger .line-burger:nth-child(2) {
  margin-top: 7px;
  background: white;
}
.burger .line-burger:last-child {
  margin-top: 7px;
  background: white;
}
.burger .line-burger-active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  margin: 0;
  top: 12px;
  background: rgb(187, 187, 187);
}
.burger .line-burger-active:nth-child(2) {
  display: none;
}
.burger .line-burger-active:last-child {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  position: absolute;
  position: absolute;
  margin: 0;
  top: 10px;
  background: rgb(187, 187, 187);
}
.burger.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu-active,
.main-menu {
  width: 100%;
  height: 100%;
  background: white;
  padding: 5%;
  position: fixed;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.main-menu-active nav ul,
.main-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-menu-active nav ul li,
.main-menu nav ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 890px) {
  .main-menu-active nav ul li,
  .main-menu nav ul li {
    margin-bottom: 30px;
  }
}
.main-menu-active nav ul li a,
.main-menu nav ul li a {
  text-decoration: none;
  color: #383838;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 890px) {
  .main-menu-active nav ul li a,
  .main-menu nav ul li a {
    color: #6f6f6f;
    font-size: 2.3rem;
    font-weight: 600;
  }
}
.main-menu-active nav ul li a:hover,
.main-menu nav ul li a:hover {
  opacity: 0.3;
}

.main-menu {
  top: -100%;
}

.main-menu-active {
  top: 0;
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-fill .trame-video {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.28);
  width: 100%;
  height: 100%;
  z-index: 99;
}
.img-fill .video-main-1 {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 100vh;
  background: #000000;
}
@media only screen and (max-width: 890px) {
  .Modern-Slider .item .img-fill {
    height: 70vh;
  }
}

h1.slider-concept {
  position: absolute;
  z-index: 99;
  color: rgba(255, 255, 255, 0.08);
  bottom: 26px;
  right: 0;
  font-size: 18rem;
  line-height: 10rem;
  text-align: right;
  text-transform: uppercase;
}
h1.slider-concept span {
  font-size: 2rem;
}
@media only screen and (max-width: 890px) {
  h1.slider-concept span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 890px) {
  h1.slider-concept {
    bottom: 0;
    right: 0;
    font-size: 6rem;
    line-height: 3rem;
  }
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  line-height: 100vh;
  text-align: center;
}

.Modern-Slider .item .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

.info-center {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .info-center {
    width: 85%;
  }
}
.info-center .bloque-info {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1410px) {
  .info-center .bloque-info {
    margin-top: 100px;
  }
}

.bloque-info-count nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bloque-info .jumbotron {
  width: 100%;
}
.bloque-info .jumbotron .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloque-info .jumbotron .running .timer-cont {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .bloque-info .jumbotron .running .timer-cont {
    width: 100%;
  }
}
.bloque-info .jumbotron .running .timer-cont span {
  font-size: 4.2rem;
  font-weight: 600;
  color: white;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .bloque-info .jumbotron .running .timer-cont span {
    font-size: 2.2rem;
  }
}
.bloque-info .jumbotron .running .labels {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .bloque-info .jumbotron .running .labels {
    width: 100%;
  }
}
.bloque-info .jumbotron .running .labels span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #F08329;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bloque-info .jumbotron .ended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bloque-info .jumbotron .ended h1 {
  font-size: 1.5rem;
  color: white;
  margin: 0 0 5px 0;
}

.info-center h1,
.info-center h2,
.info-center span,
.info-center a {
  line-height: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
}

.info-center span.bajada {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8rem;
  white-space: pre-line;
  text-align: center;
}
@media only screen and (max-width: 1410px) {
  .info-center span.bajada {
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 890px) {
  .info-center span.bajada {
    width: 100%;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .info-center span.bajada {
    display: none;
  }
}

.info-center h1 {
  white-space: pre-line;
  color: white;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.2em;
  margin: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 1410px) {
  .info-center h1 {
    font-size: 3rem;
  }
}
.info-center h1.count-down {
  font-size: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .info-center h1.count-down {
    font-size: 2rem;
    text-align: left;
  }
}
.info-center h1 span {
  font-size: inherit;
  color: #F08329;
}

@media only screen and (max-width: 768px) {
  .info-center h1 {
    font-size: 1.8em;
    white-space: inherit;
    line-height: 2rem;
  }
}
.info-center h2,
.info-center span {
  font-weight: inherit;
}

.info-center h2 {
  color: white;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .info-center h2 {
    display: none;
  }
}
.info-center h2.count-down-epi {
  text-align: center;
  font-size: 1.2rem;
}

.info-center span {
  color: white;
  font-size: 1rem;
  line-height: 2rem;
}

@media only screen and (max-width: 768px) {
  .info-center h2,
  .info-center span {
    font-size: 1em;
  }
}
.info-center a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F08329;
  color: #1A7DC2;
  padding: 1.25rem 3rem;
  margin-top: 25px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info-center a:focus {
  outline: none;
}
.info-center a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .info-center a {
    margin: 0;
    font-size: 0.7rem;
    padding: 0;
    border-radius: 0;
    background: none;
    text-decoration: underline;
    color: #f3f3f3;
    background: none;
  }
}

.info-center nav {
  margin-top: 25px;
}
.info-center nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .info-center nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.info-center nav ul li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .info-center nav ul li:first-child {
    margin: 0;
  }
}
.info-center nav ul li.first a {
  background-color: #ffffff;
  color: #1A7DC2;
}
@media only screen and (max-width: 767px) {
  .info-center nav ul li.first a {
    margin-bottom: 10px;
  }
}
.info-center nav ul li.last a {
  background-color: #1A7DC2;
  color: white;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .info-center nav ul li.last a {
    margin-left: 0;
  }
}
.info-center nav ul li a {
  font-size: 1rem;
}
@media only screen and (max-width: 1410px) {
  .info-center nav ul li a {
    padding: 1rem 1.5rem;
    text-decoration: none;
  }
}

.bloque-info-coun nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Modern-Slider .NextArrow {
  /* Flechas de slider */
  position: absolute;
  top: 50%;
  right: 10px;
  width: 45px;
  height: 45px;
  background: none;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
  cursor: pointer;
}
.Modern-Slider .NextArrow:focus {
  outline: none;
  color: 1rem;
}
.Modern-Slider .NextArrow img {
  width: 70%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media only screen and (max-width: 890px) {
  .Modern-Slider .NextArrow {
    bottom: 0;
    right: 0;
    top: inherit;
    left: inherit;
  }
}
.Modern-Slider .PrevArrow {
  /* Flechas de slider */
  position: absolute;
  top: 50%;
  left: 10px;
  width: 45px;
  height: 45px;
  background: none;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
  cursor: pointer;
}
.Modern-Slider .PrevArrow:focus {
  outline: none;
  color: 1rem;
}
.Modern-Slider .PrevArrow img {
  width: 70%;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 890px) {
  .Modern-Slider .PrevArrow {
    bottom: 0;
    right: 45px;
    top: inherit;
    left: inherit;
  }
}
.Modern-Slider .slick-dots {
  position: absolute;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.Modern-Slider .slick-dots li button {
  display: none;
}

.Modern-Slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: #d62828;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: ProgressDots 11s both;
  animation: ProgressDots 11s both;
}

.Modern-Slider .item.slick-active h1,
.Modern-Slider .item.slick-active h2,
.Modern-Slider .item.slick-active span,
.Modern-Slider .item.slick-active .logo-slider,
.Modern-Slider .item.slick-active a {
  -webkit-animation: fadeInDown 1s both 1s;
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h1,
.Modern-Slider .item.slick-active h2,
.Modern-Slider .item.slick-active span,
.Modern-Slider .item.slick-active a {
  font-family: "Roboto Condensed", sans-serif;
}

.Modern-Slider .item.slick-active {
  -webkit-animation: Slick-FastSwipeIn 1s both;
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
  background: #000;
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 890px) {
  .slick-slider {
    margin-top: 0;
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 75%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.wrap p.concept {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #a1a1a1;
  font-size: 0.8rem;
}
@media only screen and (max-width: 890px) {
  .wrap p.concept {
    text-align: center;
  }
}
.wrap .wrap-center-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -200px;
}
@media only screen and (max-width: 1510px) {
  .wrap .wrap-center-card {
    margin-top: 0;
  }
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap .wrap-center-card .card {
  width: 33.3%;
  height: 400px;
  padding: 15px;
  background-color: #1A7DC2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-card .card {
    width: 100%;
    height: 300px;
  }
}
.wrap .wrap-center-card .card:nth-child(3) {
  background-color: #F08329;
}
.wrap .wrap-center-card .card img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-card .card img {
    width: 50px;
  }
}
.wrap .wrap-center-card .card h1 {
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1410px) {
  .wrap .wrap-center-card .card h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-card .card h1 {
    font-size: 1.2rem;
  }
}
.wrap .wrap-center-card .card p {
  color: white;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 30px;
  line-height: 1.4rem;
}

.wrap .wrap-center-about {
  margin: 150px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap .wrap-center-about img {
  width: 40%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-about img {
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
  }
}
.wrap .wrap-center-about .block-about {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-about .block-about {
    width: 100%;
  }
}
.wrap .wrap-center-about .block-about h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  white-space: pre-line;
}
.wrap .wrap-center-about .block-about p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: grey;
  margin-bottom: 20px;
}
.wrap .wrap-center-about .block-about a {
  text-decoration: none;
  display: block;
  color: #1A7DC2;
  font-weight: 500;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wrap .wrap-center-about .block-about a:hover {
  opacity: 0.5;
}
.wrap .wrap-center-about .block-about span {
  font-family: "Signature";
  position: absolute;
  left: 0;
  top: 340px;
  font-size: 4rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  color: #FF9800;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-about .block-about span {
    top: 265px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .wrap-center-about .block-about span {
    top: 400px;
  }
}

.wrap .wrap-center-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 200px auto;
}
.wrap .wrap-center-services h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: rgb(35, 35, 35);
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-services h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .wrap-center-services h1 {
    font-size: 2rem;
  }
}
.wrap .wrap-center-services h1 span {
  color: #1A7DC2;
}
.wrap .wrap-center-services p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: grey;
  margin-bottom: 20px;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-services p {
    text-align: center;
  }
}
.wrap .wrap-center-services .grid-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0 0;
  position: relative;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-services .grid-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.wrap .wrap-center-services .grid-services .block-services {
  width: 30%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-services .grid-services .block-services {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrap .wrap-center-services .grid-services .block-services:nth-of-type(1) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.wrap .wrap-center-services .grid-services .block-services:nth-of-type(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.wrap .wrap-center-services .grid-services .block-services:nth-of-type(3) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wrap .wrap-center-services .grid-services .block-services:nth-of-type(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.wrap .wrap-center-services .grid-services .block-services:nth-of-type(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.wrap .wrap-center-services .grid-services .block-services:nth-of-type(6) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-services .grid-services .block-services:nth-of-type(6) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.wrap .wrap-center-services .grid-services .block-services img,
.wrap .wrap-center-services .grid-services .block-services h1,
.wrap .wrap-center-services .grid-services .block-services p,
.wrap .wrap-center-services .grid-services .block-services a {
  position: relative;
  z-index: 9;
}
.wrap .wrap-center-services .grid-services .block-services img {
  background: white;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 10px 10px #e1e1e1;
          box-shadow: 0 10px 10px #e1e1e1;
}
.wrap .wrap-center-services .grid-services .block-services h1 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.wrap .wrap-center-services .grid-services .block-services p {
  text-align: center;
  position: relative;
  z-index: 10;
}
.wrap .wrap-center-services .grid-services .block-services a {
  text-decoration: none;
  font-weight: 500;
  color: #1A7DC2;
}
.wrap .wrap-center-services .grid-services .block-services .trame-one,
.wrap .wrap-center-services .grid-services .block-services .trame-two {
  width: 100%;
  height: 100%;
  background: rgba(241, 196, 15, 0.7803921569);
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wrap .wrap-center-services .grid-services .block-services .trame-one {
  top: 100%;
  left: 100%;
}
.wrap .wrap-center-services .grid-services .block-services:hover > .trame-one {
  top: 0;
  left: 0;
}
.wrap .wrap-center-services .grid-services .block-services .trame-two {
  bottom: 100%;
  right: 100%;
}
.wrap .wrap-center-services .grid-services .block-services:hover > .trame-two {
  bottom: 0;
  right: 0;
}
.wrap .wrap-center-services .grid-services .main-service {
  background-color: #F08329;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Estilos para el ligthbox */
.lightbox-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.lightbox-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.lightbox-navigation.left {
  left: 0;
}

.lightbox-navigation.right {
  right: 0;
}

/* Estilos para la galería */
.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.gallery img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
@media only screen and (max-width: 890px) {
  .gallery img {
    min-height: 130px;
    max-height: 130px;
  }
}

.wrap .wrap-center-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(217, 217, 217, 0.08);
  width: 100%;
  padding: 100px 15%;
  margin-bottom: 200px;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-tips {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 10%;
    margin-bottom: 100px;
  }
}
.wrap .wrap-center-tips img {
  width: 30%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-tips img {
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
  }
}
.wrap .wrap-center-tips .tips-content {
  width: 65%;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-tips .tips-content {
    width: 100%;
  }
}
.wrap .wrap-center-tips .tips-content h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-tips .tips-content h1 {
    font-size: 1.2rem;
  }
}
.wrap .wrap-center-tips .tips-content h2 {
  font-size: 1.2rem;
  color: #1A7DC2;
}
.wrap .wrap-center-tips .tips-content p.descripcion-tips {
  font-size: 1rem;
  line-height: 1.5rem;
  color: grey;
  margin-bottom: 20px;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-tips .tips-content p.descripcion-tips {
    margin-bottom: 40px;
  }
}
.wrap .wrap-center-tips .tips-content p.text-tips {
  white-space: pre-line;
  margin-left: 39px;
}
.wrap .wrap-center-tips .tips-content p.text-tips span {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: -10px;
}
.wrap .wrap-center-tips .tips-content p.text-tips span .fa-solid {
  background: #2196f3;
  padding: 5px;
  border-radius: 10px;
  color: white;
  margin-right: 5px;
  margin-left: -35px;
}

.wrap .wrap-center-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px auto;
  width: 100%;
}
.wrap .wrap-center-team h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin: 150px 0 20px;
  position: relative;
  z-index: 10;
  color: white;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-team h1 {
    font-size: 2rem;
  }
}
.wrap .wrap-center-team h1 span {
  color: #F08329;
}
.wrap .wrap-center-team p {
  text-align: center;
  color: white;
  position: relative;
  z-index: 10;
  font-size: 1.1rem;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-team p {
    font-size: 1rem;
    margin: 0 50px;
  }
}
.wrap .wrap-center-team img.back-team {
  position: absolute;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap .wrap-center-team .trame-team {
  position: absolute;
  width: 100%;
  height: 500px;
  background: rgba(32, 69, 151, 0.831372549);
  z-index: 9;
}
.wrap .wrap-center-team .grid-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto;
  width: 70%;
  max-width: 1000px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-team .grid-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap .wrap-center-team .grid-team .team-card {
  width: 48%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-team .grid-team .team-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.wrap .wrap-center-team .grid-team .team-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap .wrap-center-team .grid-team .team-card .card-info {
  position: absolute;
  text-align: center;
  width: 100%;
  background: #f5f5f5;
  bottom: -106px;
  padding: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-team .grid-team .team-card .card-info {
    padding: 30px;
    bottom: 0;
  }
}
.wrap .wrap-center-team .grid-team .team-card .card-info h1 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  color: black;
}
.wrap .wrap-center-team .grid-team .team-card .card-info p {
  font-size: 0.85rem;
  color: #00a707;
  margin-bottom: 60px;
  font-weight: 500;
  white-space: pre-line;
  line-height: 1.2rem;
}
@media only screen and (max-width: 890px) {
  .wrap .wrap-center-team .grid-team .team-card .card-info p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wrap .wrap-center-team .grid-team .team-card .card-info a {
  background: #1A7DC2;
  padding: 13px 20px;
  color: white;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wrap .wrap-center-team .grid-team .team-card .card-info a:hover {
  opacity: 0.5;
}
.wrap .wrap-center-team .grid-team .team-card-active .card-info {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wrap-center-contact {
  text-align: center;
}
@media only screen and (max-width: 890px) {
  .wrap-center-contact iframe {
    height: 250px;
  }
}
.wrap-center-contact p.direccion {
  margin: 20px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 890px) {
  .wrap-center-contact p.direccion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-contact p.direccion img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.wrap-center-contact h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin: 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 890px) {
  .wrap-center-contact h1 {
    font-size: 2rem;
  }
}
.wrap-center-contact h2 {
  color: #F08329;
}
.wrap-center-contact p {
  text-align: center;
  color: grey;
  margin-bottom: 50px;
}

/*FORMULARIO DE CONTACTO*/
.wpcf7-form {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 890px) {
  .wpcf7-form {
    width: 100%;
  }
}

.wpcf7 .wpcf7-form p {
  margin: 0;
}

label {
  width: 100%;
}
@media only screen and (max-width: 890px) {
  label {
    width: 100%;
  }
}
label.message, label.captcha, label.submit {
  width: 100%;
}

label.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
}
label.submit.wpcf7-spinner {
  background-color: #F08329;
}

.wpcf7-spinner {
  background-color: #F08329;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
textarea,
select.wpcf7-form-control {
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: none;
  padding: 1.2rem;
  margin-bottom: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #afafaf;
  /* border-bottom: 1px solid #505050; */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f3f3f3;
}
@media only screen and (max-width: 890px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  textarea,
  select.wpcf7-form-control {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.wpcf7-form input[type=text].wpcf7-validates-as-required:before,
.wpcf7-form input[type=email].wpcf7-validates-as-required:before,
select.wpcf7-validates-as-required:before {
  content: "*";
  color: red;
  position: absolute;
  left: -10px;
}

.wpcf7-form input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
textarea.wpcf7-textarea:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=number]:focus,
textarea:focus {
  background-color: #F08329;
  padding-left: 3em;
  outline: 0px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  .wpcf7-form input[type=text]:focus,
  .wpcf7-form input[type=email]:focus,
  textarea.wpcf7-textarea:focus,
  .wpcf7-form input[type=date]:focus,
  .wpcf7-form input[type=number]:focus,
  textarea:focus {
    padding: 5%;
  }
}

select.wpcf7-form-control {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626969;
}
@media only screen and (max-width: 768px) {
  select.wpcf7-form-control {
    width: 100%;
  }
}

select.wpcf7-form-control option {
  padding: 15px 0;
  display: block;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #696969 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464 !important;
  opacity: 1;
}

.wpcf7-form input[type=submit] {
  font-family: "Poppins", sans-serif;
  background: #1A7DC2;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  color: white;
  padding: 1.2rem 4rem;
  font-size: 0.85rem;
  margin: 3% 0;
  cursor: pointer;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form input[type=submit] {
    padding: 1rem 4rem;
    font-size: 0.7rem;
  }
}

.screen-reader-response {
  color: red;
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  letter-spacing: initial;
  text-transform: initial;
  color: red;
  margin: 0 0 10px 0;
  display: block;
  text-align: initial;
}
span.wpcf7-not-valid-tip:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: red;
  margin-right: 5px;
  content: "\f06a";
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.8rem;
  margin-top: 10px;
}

.wpcf7-response-output {
  bottom: 21px;
  left: 41px;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
}

form.sent .wpcf7-response-output {
  color: #46b450; /* Green */
}

form.failed .wpcf7-response-output,
form.aborted .wpcf7-response-output {
  color: #dc3232; /* Red */
}

form.spam .wpcf7-response-output {
  color: #f56e28; /* Orange */
}

form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output {
  color: #ffb900; /* Yellow */
}

form.sent .wpcf7-response-output,
form.failed .wpcf7-response-output,
form.aborted .wpcf7-response-output,
form.spam .wpcf7-response-output,
form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output {
  width: 100%;
  text-align: center;
}

/*Captcha imagenes*/
.wrap-center .wpcf7-form-control-wrap,
.wrap-center .wpcf7-form-control,
.wrap-center .captcha-image,
.wrap-center .cf7ic_instructions {
  text-transform: inherit;
}

.kc_captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-form-control-wrap {
  text-transform: inherit;
}
.wpcf7-form-control-wrap .captcha-image {
  border: none;
  text-align: center;
}
.wpcf7-form-control-wrap .captcha-image label {
  width: 45px !important;
}
.wpcf7-form-control-wrap .cf7ic_instructions {
  font-size: 0.8rem;
  display: block;
  font-family: "Poppins", sans-serif;
  color: rgb(56, 56, 56);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form-control-wrap .cf7ic_instructions {
    font-size: 0.7rem;
  }
}
.wpcf7-form-control-wrap .cf7ic_instructions span {
  color: #F08329;
  letter-spacing: 0;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
}
.wpcf7-form-control-wrap .captcha-image label > input {
  display: none;
}
.wpcf7-form-control-wrap .captcha-image label > input + svg {
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 5em;
  margin: 10px 5px 0 5px;
  width: 40px;
  height: 40px;
  color: #F08329;
}
.wpcf7-form-control-wrap .captcha-image label > input:checked + svg {
  border: 2px solid #F08329;
  padding: 3px;
  width: 40px;
  height: 40px;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 250px 0 30px;
}
.main-footer img {
  width: 170px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 890px) {
  .main-footer img {
    width: 200px;
  }
}
.main-footer h1.text-logo {
  text-decoration: none;
  color: #1A7DC2;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 890px) {
  .main-footer h1.text-logo {
    font-size: 1.3rem;
  }
}
.main-footer h1.text-logo span {
  color: #F08329;
  margin: inherit;
  font-size: inherit;
}
.main-footer p {
  white-space: pre-line;
  text-align: center;
  font-size: 0.8rem;
  color: grey;
  margin-bottom: 20px;
  line-height: 1rem;
}
@media only screen and (max-width: 890px) {
  .main-footer p {
    margin: 10px 30px;
    white-space: inherit;
  }
}
.main-footer p.contact {
  margin-bottom: 30px;
  color: #204597;
  font-size: 0.9rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .main-footer p.contact a {
    display: block;
  }
}
.main-footer p.creditos {
  font-size: 0.8rem;
  color: grey;
}
.main-footer p.creditos a {
  color: #e91e63;
  text-decoration: none;
  font-weight: 600;
  margin: 0;
}
.main-footer p a {
  color: #ff9800;
  text-decoration: none;
  margin: 10px;
}

.wrap-center-head {
  margin: 0;
  width: 100%;
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 890px) {
  .wrap-center-head {
    height: 240px;
  }
}
.wrap-center-head h1 {
  color: white;
  position: relative;
  z-index: 99;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 180px;
}
@media only screen and (max-width: 890px) {
  .wrap-center-head h1 {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.wrap-center-head .head-trame {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5215686275);
  top: 0;
}
@media only screen and (max-width: 890px) {
  .wrap-center-head .head-trame {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.wrap-center-head img {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

.wrap-center-inter {
  width: 100%;
  margin: 100px auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 890px) {
  .wrap-center-inter {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-inter .inter-block {
  width: 45%;
}
@media only screen and (max-width: 890px) {
  .wrap-center-inter .inter-block {
    width: 100%;
    margin-bottom: 100px;
  }
}
.wrap-center-inter .inter-block h1 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 3.5rem;
}
.wrap-center-inter .inter-block p {
  color: grey;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: pre-line;
  text-align: justify;
}
.wrap-center-inter .inter-block img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .wrap-center-inter .inter-block img {
    height: 250px;
  }
}
.wrap-center-inter .inter-block img.head-service {
  height: 300px;
  margin-bottom: 50px;
}
.wrap-center-inter .inter-block .agenda {
  background: #f1c40f;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.wrap-center-inter .inter-block .agenda img.icon-clock {
  width: 50px;
  height: 50px;
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-right: 30px;
}
.wrap-center-inter .inter-block .agenda a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1c1c1c;
}
.wrap-center-inter .inter-block h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.wrap-center-inter .inter-block .menu-services .access-services {
  background: #1A7DC2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.wrap-center-inter .inter-block .menu-services .access-services img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background: white;
  border-radius: 50%;
}
.wrap-center-inter .inter-block .menu-services .access-services a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
}
.wrap-center-inter .inter-block-team:first-child {
  width: 30%;
}
.wrap-center-inter .inter-block-team:last-child {
  width: 60%;
}
.wrap-center-inter .inter-block-team img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-center-inter .inter-block-team h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.wrap-center-inter .inter-block-team h2 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.wrap-center-inter .inter-block-team p {
  color: grey;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: pre-line;
}

.wrap-inter-section {
  margin-top: 0;
}
.wrap-inter-section .wrap-center-section-special {
  margin-top: 0;
}
.wrap-inter-section .wrap-center-section-special img.back-section {
  position: absolute;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-inter-section .wrap-center-section-special .trame-section {
  position: absolute;
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.5215686275);
  z-index: 9;
}
.wrap-inter-section .wrap-center-section-special h1.team-inter {
  margin-top: 250px;
  position: relative;
  z-index: 10;
  color: white;
}
@media only screen and (max-width: 890px) {
  .wrap-inter-section .wrap-center-section-special h1.team-inter {
    margin-top: 170px;
  }
}
.wrap-inter-section .wrap-center-section-special h1.team-inter span {
  color: #F08329;
}
.wrap-inter-section .wrap-center-section-special p.inter-head {
  color: white;
  position: relative;
  z-index: 10;
}
.wrap-inter-section .wrap-center-section-contact .trame-section,
.wrap-inter-section .wrap-center-section-contact img.back-section {
  height: 167px;
}