@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body p,
body span {
  font-family: "Poppins", sans-serif;
}

.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: #00b8ff;
}
.top-up .fas {
  font-size: 1.5em;
}

.top-trame,
.top-trame-active {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-animation-duration: 0.5;
          animation-duration: 0.5;
}
@media only screen and (max-width: 890px) {
  .top-trame,
.top-trame-active {
    height: 75px;
  }
}

.top-trame {
  margin-top: -120px;
}

.top-trame-active {
  margin-top: 0;
}

@media only screen and (max-width: 890px) {
  .top-trame-mobile,
.top-trame-mobile-active {
    height: 75px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.52s ease-in;
    transition: all 0.52s ease-in;
    -webkit-animation-duration: 0.52;
            animation-duration: 0.52;
  }
}

@media only screen and (max-width: 890px) {
  .top-trame-mobile {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 890px) {
  .top-trame-mobile-active {
    margin-top: 0;
  }
}

.main-logo {
  position: fixed;
  top: 25px;
  left: 20px;
  z-index: 999;
}
@media only screen and (max-width: 890px) {
  .main-logo {
    top: 13px;
    left: 15px;
  }
}
.main-logo img {
  height: 71px;
}
@media only screen and (max-width: 890px) {
  .main-logo img {
    display: none;
  }
}
.main-logo img.logo-resp {
  display: none;
}
@media only screen and (max-width: 890px) {
  .main-logo img.logo-resp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.date {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #1c252c;
  z-index: 997;
  background: #fff;
  padding: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 890px) {
  .date {
    display: none;
  }
}
.date span {
  color: #4d61d6;
}
.date a {
  color: #4d61d6;
  margin-left: 20px;
}
.date a:hover {
  opacity: 0.5;
}

nav.nav-social {
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 40%;
}
@media only screen and (max-width: 890px) {
  nav.nav-social {
    display: none;
  }
}
nav.nav-social ul {
  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;
}
nav.nav-social ul li {
  list-style: none;
  margin-bottom: 15px;
}
nav.nav-social ul li a {
  text-decoration: none;
  color: #a2a2a2;
  font-size: 1.1rem;
}

.main-header {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 890px) {
  .main-header {
    top: 25px;
  }
}
.main-header nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 890px) {
  .main-header nav {
    margin: 0 10px 0 0;
  }
}
.main-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header nav ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 890px) {
  .main-header nav ul li {
    display: none;
  }
}
.main-header nav ul li.download > a {
  font-weight: 600;
}
@media only screen and (max-width: 890px) {
  .main-header nav ul li.ticket {
    display: block;
  }
}
.main-header nav ul li.protocolo {
  margin-left: 20px;
  margin-right: 0;
}
.main-header nav ul li.protocolo:before {
  content: url(images/covid.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  margin-top: -2px;
}
.main-header nav ul li.protocolo a {
  font-weight: 600;
  color: red;
}
.main-header nav ul li.activehover {
  color: gray;
}
.main-header nav ul li:hover > ul {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*08 - redimencionamos el tamaño de .menu--child cuando esté en hover menu__item*/
}
.main-header nav ul li a {
  text-decoration: none;
  color: #1c252c;
  font-size: 0.8rem;
}
.main-header nav ul li a:hover {
  opacity: 0.5;
}
.main-header nav ul li ul {
  position: absolute;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  margin-top: 35px;
  margin-left: -40px;
  background: rgb(0, 0, 0);
}
.main-header nav ul li ul li {
  padding: 20px 0;
  margin: 0 40px;
  text-align: center;
}
.main-header nav ul li ul li a {
  margin: 0;
  color: white;
}
.main-header a.registro {
  background: #4caf50;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 5px;
}
@media only screen and (max-width: 890px) {
  .main-header a.registro {
    display: none;
  }
}
.main-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  display: flex;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.main-header button:focus {
  outline: none;
}
.main-header button:hover {
  opacity: 0.5;
}
.main-header button img {
  width: 100%;
  height: 23px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-header button#bt-menu {
  display: none;
}
@media only screen and (max-width: 890px) {
  .main-header button#bt-menu {
    display: inherit;
  }
}
.main-header .idioma {
  width: 28px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.main-header .idioma:hover {
  opacity: 0.5;
}
.main-header .idioma img {
  width: 100%;
  height: 100%;
}

.wrap-menu,
.wrap-menu-active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgb(255, 255, 255);
  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;
  padding: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.wrap-menu nav.main-menu-site,
.wrap-menu-active nav.main-menu-site {
  display: inherit;
}
.wrap-menu nav.main-menu-site ul li,
.wrap-menu-active nav.main-menu-site ul li {
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 1.5rem;
  padding-left: 20px;
}
.wrap-menu nav.main-menu-site ul li.menu-item-has-children,
.wrap-menu-active nav.main-menu-site ul li.menu-item-has-children {
  position: relative;
}
.wrap-menu nav.main-menu-site ul li.menu-item-has-children:before,
.wrap-menu-active nav.main-menu-site ul li.menu-item-has-children:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #989898;
  border-radius: 50%;
}
.wrap-menu nav.main-menu-site ul li.main-nav-protocolo a,
.wrap-menu-active nav.main-menu-site ul li.main-nav-protocolo a {
  color: red;
  font-weight: 600;
}
.wrap-menu nav.main-menu-site ul li a,
.wrap-menu-active nav.main-menu-site ul li a {
  text-decoration: none;
  color: #1c252c;
  font-size: 1.1rem;
  font-weight: 500;
}
.wrap-menu nav.main-menu-site ul li a:hover,
.wrap-menu-active nav.main-menu-site ul li a:hover {
  opacity: 0.5;
}
.wrap-menu nav.main-menu-site ul li ul,
.wrap-menu-active nav.main-menu-site ul li ul {
  padding: 20px 0 0 20px;
  display: none;
}
.wrap-menu a.wrap-register,
.wrap-menu-active a.wrap-register {
  color: #4caf50;
  font-weight: 600;
  text-decoration: none;
  margin-top: 50px;
  font-size: 1.1em;
}
.wrap-menu nav.nav-social,
.wrap-menu-active nav.nav-social {
  right: inherit;
  top: inherit;
  position: relative;
  margin-top: 50px;
  display: none;
}
@media only screen and (max-width: 890px) {
  .wrap-menu nav.nav-social,
.wrap-menu-active nav.nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wrap-menu nav.nav-social ul,
.wrap-menu-active nav.nav-social ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrap-menu nav.nav-social ul li,
.wrap-menu-active nav.nav-social ul li {
  margin-right: 15px;
}
.wrap-menu nav.nav-social ul li a,
.wrap-menu-active nav.nav-social ul li a {
  text-decoration: none;
  color: #1c252c;
  font-size: 1.1rem;
}

.wrap-menu {
  left: -100%;
}

.wrap-menu-active {
  left: 0;
}

.wrap-search,
.wrap-search-active {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@media only screen and (max-width: 890px) {
  .wrap-search,
.wrap-search-active {
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrap-search button.close-search,
.wrap-search-active button.close-search {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  position: absolute;
  left: 40px;
  top: 40px;
  cursor: pointer;
}
.wrap-search button.close-search:focus,
.wrap-search-active button.close-search:focus {
  outline: none;
}
.wrap-search button.close-search:hover,
.wrap-search-active button.close-search:hover {
  opacity: 0.5;
}
.wrap-search button.close-search img,
.wrap-search-active button.close-search img {
  width: 20px;
  height: 20px;
}
.wrap-search h1,
.wrap-search-active h1 {
  font-size: 1.5rem;
  color: #1c252c;
}
.wrap-search li,
.wrap-search-active li {
  list-style: none;
}
@media only screen and (max-width: 890px) {
  .wrap-search .searchform,
.wrap-search-active .searchform {
    width: 100%;
    right: 0;
    padding: 20px 0;
  }
}
.wrap-search .searchform input[type=text],
.wrap-search-active .searchform input[type=text] {
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  width: 100%;
  max-width: 500px;
  min-width: 500px;
}
@media only screen and (max-width: 890px) {
  .wrap-search .searchform input[type=text],
.wrap-search-active .searchform input[type=text] {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
  }
}
.wrap-search .searchform input[type=text]:focus,
.wrap-search-active .searchform input[type=text]:focus {
  outline: none;
}
.wrap-search .searchform input[type=submit],
.wrap-search-active .searchform input[type=submit] {
  display: none;
}
.wrap-search p,
.wrap-search-active p {
  font-size: 0.8rem;
  white-space: pre-line;
  text-align: center;
  line-height: 1.2rem;
  color: #1c252c;
}
@media only screen and (max-width: 890px) {
  .wrap-search p,
.wrap-search-active p {
    white-space: inherit;
    font-size: 0.75rem;
  }
}

.wrap-search {
  right: -100%;
}

.wrap-search-active {
  right: 0;
}

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

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
  opacity: 0.2;
}

*,
*: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: 80vh;
  background: #000000;
}
@media only screen and (max-width: 890px) {
  .Modern-Slider .item .img-fill {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .Modern-Slider .item .img-fill {
    height: 80vh;
  }
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 90%;
  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;
}

@media only screen and (max-width: 768px) {
  .info-center {
    width: 90%;
  }
}
.info-center .bloque-info {
  height: 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;
}

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

.info-center span.bajada {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8rem;
  white-space: pre-line;
}

@media only screen and (max-width: 768px) {
  .info-center span.bajada {
    width: 100%;
    font-size: 0.7em;
    display: none;
  }
}
.info-center h1 {
  white-space: pre-line;
  color: white;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2em;
  margin: 15px 0;
}

@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: #00b8ff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .info-center h2 {
    display: none;
  }
}

.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: #00b8ff;
  color: #1c252c;
  padding: 1.25rem 3rem;
  margin-top: 25px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s 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;
}
.info-center nav ul li:first-child {
  margin-right: 10px;
}
.info-center nav ul li.first a {
  background-color: #00b8ff;
  color: white;
}
@media only screen and (max-width: 767px) {
  .info-center nav ul li.first a {
    background: none;
    margin-left: 20px;
  }
  .info-center nav ul li.first a:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #4d61d6;
    border-radius: 50px;
    margin-left: -20px;
  }
}
.info-center nav ul li.last a {
  background-color: #1c252c;
  color: #00b8ff;
  margin-left: 20px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .info-center nav ul li.last a {
    background: none;
  }
  .info-center nav ul li.last a:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #D0BBE9;
    border-radius: 50px;
    margin-left: -20px;
  }
}

.Modern-Slider .NextArrow {
  /* Flechas de slider */
  position: absolute;
  top: 80%;
  right: 200px;
  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: #D0BBE9;
}
.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: 80%;
  right: 250px;
  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: #D0BBE9;
}
.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: "Poppins", 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 {
  margin-top: 115px;
  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: 80px;
  }
}

.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 {
  width: 100%;
  margin: 120px 0;
  position: relative;
}
.wrap .wrap-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  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;
}
@media only screen and (max-width: 767px) {
  .wrap .wrap-center {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
  }
}
.wrap .wrap-center .line {
  width: 50px;
  height: 5px;
  background: #4d61d6;
  margin-bottom: 25px;
}
.wrap .wrap-center h1.main-home {
  font-size: 1.5em;
  white-space: pre-line;
  line-height: 1.5em;
  color: #1c252c;
}
@media only screen and (max-width: 767px) {
  .wrap .wrap-center h1.main-home {
    text-align: center;
    margin: 30px 0 50px;
  }
}
.wrap .wrap-center .registro {
  width: 100%;
}
.wrap .wrap-center-plano {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap .wrap-center-plano p {
  font-size: 0.9rem;
  white-space: pre-line;
  line-height: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .wrap .wrap-center-plano p {
    font-size: 0.75rem;
  }
}
.wrap .wrap-center-plano h3 {
  color: red;
  font-size: 1rem;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .wrap .wrap-center-plano h3 {
    font-size: 0.8rem;
  }
}
.wrap .trame-main-news {
  background: #f7f7f7;
  width: 80%;
  height: 800px;
  position: absolute;
  right: 0;
  -webkit-clip-path: polygon(0% 800px, 100% 553px, 100% 0, 0% 245px);
          clip-path: polygon(0% 800px, 100% 553px, 100% 0, 0% 245px);
  z-index: 9;
}

.wrap-prev-foot {
  margin-bottom: 200px;
}

.wrap-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .wrap-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-about .about-bloque {
  width: 45%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-about .about-bloque {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-about .about-bloque:first-child {
    margin-bottom: 50px;
  }
}
.wrap-about .about-bloque h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #1c252c;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .wrap-about .about-bloque h1 {
    line-height: 2.2rem;
  }
}
.wrap-about .about-bloque h2 {
  color: #4d61d6;
  font-weight: 500;
}
.wrap-about .about-bloque p {
  font-size: 0.9rem;
  color: #1c252c;
  line-height: 1.2rem;
}
.wrap-about .about-bloque a {
  background-color: #00b8ff;
  color: white;
  font-weight: 500;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 1.2rem 1.7rem;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.wrap-about .about-bloque a:hover {
  opacity: 0.5;
}
.wrap-about .about-bloque img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 9;
  position: relative;
}
.wrap-about .about-bloque .img-trame-about {
  background-image: url(images/trame-02-a.png);
  width: 260px;
  height: 160px;
  position: absolute;
  left: -130px;
  top: 283px;
  z-index: 8;
  opacity: 0.5;
}

.wrap-center-tips {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4%;
  margin-top: 4%;
}
@media only screen and (max-width: 767px) {
  .wrap-center-tips {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.wrap-center-tips .tip-single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19%;
  background: #f7f7f7;
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 5px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-tips .tip-single {
    width: 48%;
    margin-bottom: 15px;
  }
}
.wrap-center-tips .tip-single img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}
.wrap-center-tips .tip-single h1 {
  text-align: center;
  white-space: pre-line;
  font-size: 0.8rem;
  font-weight: 500;
}

.wrap-center-tips-download {
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-center-tips-download a {
  background: #4d61d6;
  color: white;
  padding: 1.2rem 2.5rem;
  text-decoration: none;
  font-size: 0.8rem;
}

.wrap-center-news {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
  }
}
.wrap-center-news h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #4d61d6;
  position: relative;
  z-index: 99;
}
.wrap-center-news p {
  font-size: 0.8em;
  white-space: pre-line;
  line-height: 1.5em;
  position: relative;
  z-index: 99;
}
.wrap-center-news .contenedor-news {
  margin-top: 50px;
}
.wrap-center-news .contenedor-news .news-nota-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .news-nota-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-news .contenedor-news .news-nota-main figure {
  width: 40%;
  height: 500px;
  margin: 0;
  padding: 0;
  -webkit-clip-path: polygon(0% 500px, 100% 500px, 100% 0, 0% 100px);
          clip-path: polygon(0% 500px, 100% 500px, 100% 0, 0% 100px);
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .news-nota-main figure {
    width: 100%;
    height: 300px;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.wrap-center-news .contenedor-news .news-nota-main figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-center-news .contenedor-news .news-nota-main .img-trame {
  background-image: url(images/trame-02-a.png);
  width: 260px;
  height: 160px;
  position: absolute;
  left: 286px;
  top: 410px;
  z-index: 8;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .news-nota-main .img-trame {
    display: none;
  }
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota {
  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;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .news-nota-main .info-nota {
    width: 100%;
    margin-top: 50px;
  }
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota span {
  color: #4d61d6;
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota a {
  text-decoration: none;
  color: #1c252c;
  font-size: 2em;
  line-height: 1.2em;
  margin: 20px 0;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .news-nota-main .info-nota a {
    font-size: 1.5rem;
  }
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota a:hover {
  opacity: 0.5;
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota p {
  font-size: 0.8em;
  color: #696969;
  font-weight: 500;
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota a.access {
  font-size: 0.8em;
  margin-top: 50px;
  margin-left: 35px;
  color: grey;
  font-weight: 100;
}
.wrap-center-news .contenedor-news .news-nota-main .info-nota a.access:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #4d61d6;
  position: absolute;
  margin-left: -35px;
  margin-top: 6px;
}
.wrap-center-news .contenedor-news h1.another {
  margin: 180px 0 50px;
  color: grey;
  font-size: 1.1em;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news h1.another {
    margin: 50px 0;
  }
}
.wrap-center-news .contenedor-news .grid-more-notas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .grid-more-notas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-news .contenedor-news .grid-more-notas .more-notas-access {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .wrap-center-news .contenedor-news .grid-more-notas .more-notas-access {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrap-center-news .contenedor-news .grid-more-notas .more-notas-access:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.wrap-center-news .contenedor-news .grid-more-notas .more-notas-access:hover > a {
  text-decoration: underline;
}
.wrap-center-news .contenedor-news .grid-more-notas .more-notas-access img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.wrap-center-news .contenedor-news .grid-more-notas .more-notas-access a {
  width: 65%;
  text-decoration: none;
  color: grey;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 500;
}

.wrap-suscribirse {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 400px;
  margin-top: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .wrap-suscribirse {
    display: none;
  }
}
.wrap-suscribirse p.concept-form {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 0.8rem;
  color: #ababab;
}
.wrap-suscribirse #form-sus {
  position: absolute;
  width: 90%;
  background-color: #1c252c;
  padding: 60px 40px;
  z-index: 9;
}
.wrap-suscribirse #form-sus h1 {
  color: white;
  font-size: 1.2rem;
}
.wrap-suscribirse #form-sus form {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap-suscribirse #form-sus form p {
  width: 39%;
}
.wrap-suscribirse #form-sus form p:last-of-type {
  width: 20%;
  position: relative;
}
.wrap-suscribirse #form-sus form input[type=text],
.wrap-suscribirse #form-sus form input[type=email] {
  width: 100%;
  border: none;
  padding: 1.2rem 1.5rem;
  font-size: 0.8rem;
  margin-bottom: 1%;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #717171;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-suscribirse #form-sus form input[type=submit] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #00b8ff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  color: white;
  padding: 1.2rem 1.5rem;
  font-size: 0.8rem;
  border: 2px solid #00b8ff;
}
.wrap-suscribirse #form-sus form .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.8rem;
  margin-top: 10px;
}
.wrap-suscribirse #form-sus form .wpcf7-response-output {
  position: absolute;
  bottom: 21px;
  left: 41px;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
}
.wrap-suscribirse #form-sus form.sent .wpcf7-response-output {
  color: #46b450;
  /* Green */
}
.wrap-suscribirse #form-sus form.failed .wpcf7-response-output,
.wrap-suscribirse #form-sus form.aborted .wpcf7-response-output {
  color: #dc3232;
  /* Red */
}
.wrap-suscribirse #form-sus form.spam .wpcf7-response-output {
  color: #f56e28;
  /* Orange */
}
.wrap-suscribirse #form-sus form.invalid .wpcf7-response-output,
.wrap-suscribirse #form-sus form.unaccepted .wpcf7-response-output {
  color: #ffb900;
  /* Yellow */
}
.wrap-suscribirse #form-sus .ajax-loader {
  background-color: #007fff;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.wrap-suscribirse #form-sus .ajax-loader:before {
  background-color: #fbfbfc;
  top: 9px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.wrap-suscribirse .blo-su {
  width: 50%;
  height: 100%;
}
.wrap-suscribirse .blo-su-main {
  background-color: #4d61d6;
}
.wrap-suscribirse .img-trame-sus {
  background-image: url(images/trame-02-a.png);
  width: 260px;
  height: 160px;
  position: absolute;
  left: 500px;
  top: 283px;
  z-index: 8;
  opacity: 0.5;
}

.wrap-grid-logos {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .wrap-grid-logos {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
    padding: 100px 0;
  }
}
.wrap-grid-logos img {
  width: 100%;
}

.wrap-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .wrap-contact {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
    padding-top: 0;
  }
}
.wrap-contact h1 {
  font-size: 2rem;
  margin: 10px 0;
  color: #1c252c;
  font-weight: 500;
}
@media only screen and (max-width: 890px) {
  .wrap-contact h1 {
    font-size: 1.5rem;
  }
}
.wrap-contact h2 {
  font-size: 1rem;
  color: #00b8ff;
}
@media only screen and (max-width: 890px) {
  .wrap-contact h2 {
    font-size: 0.8rem;
  }
}
.wrap-contact p {
  color: #1c252c;
  font-size: 0.9rem;
}
@media only screen and (max-width: 890px) {
  .wrap-contact p {
    font-size: 0.8rem;
  }
}
.wrap-contact .contact-bloque {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*FORMULARIO DE CONTACTO*/
  /*Captcha imagenes*/
}
@media only screen and (max-width: 890px) {
  .wrap-contact .contact-bloque {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-contact .contact-bloque .contact-bloque-single:first-child {
  width: 50%;
}
@media only screen and (max-width: 890px) {
  .wrap-contact .contact-bloque .contact-bloque-single:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
}
.wrap-contact .contact-bloque .contact-bloque-single:last-child {
  width: 30%;
}
@media only screen and (max-width: 890px) {
  .wrap-contact .contact-bloque .contact-bloque-single:last-child {
    width: 100%;
  }
}
.wrap-contact .contact-bloque .contact-bloque-single h1.contact-main {
  margin-bottom: 40px;
}
.wrap-contact .contact-bloque .contact-bloque-single h1.contact-name,
.wrap-contact .contact-bloque .contact-bloque-single h2.contact-position,
.wrap-contact .contact-bloque .contact-bloque-single a.contact-email,
.wrap-contact .contact-bloque .contact-bloque-single p.contact-mobil,
.wrap-contact .contact-bloque .contact-bloque-single p.contact-phone {
  margin-bottom: 8px;
}
.wrap-contact .contact-bloque .contact-bloque-single h1.contact-name {
  color: #1c252c;
  padding: 0;
  border: none;
  font-size: 1rem;
}
.wrap-contact .contact-bloque .contact-bloque-single h1.contact-name img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: -70px;
  position: absolute;
}
.wrap-contact .contact-bloque .contact-bloque-single h2.contact-position {
  font-size: 0.8rem;
  margin-top: 0;
  color: rgb(124, 124, 124);
  font-style: italic;
}
.wrap-contact .contact-bloque .contact-bloque-single h3.contact-position-top {
  font-size: 0.8rem;
  font-weight: 500;
  color: #b5b5b5;
}
.wrap-contact .contact-bloque .contact-bloque-single a.contact-email {
  color: #4d61d6;
  margin-top: 0;
  text-align: inherit;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
}
.wrap-contact .contact-bloque .contact-bloque-single p.contact-mobil,
.wrap-contact .contact-bloque .contact-bloque-single p.contact-phone {
  font-size: 0.8rem;
  color: rgb(124, 124, 124);
}
.wrap-contact .contact-bloque .contact-bloque-single .contact-divi {
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  margin: 20px 0;
}
.wrap-contact .contact-bloque .wpcf7-form {
  margin-top: 3%;
}
.wrap-contact .contact-bloque .wpcf7 .wpcf7-form p {
  margin: 0;
}
.wrap-contact .contact-bloque .wpcf7-form input[type=text],
.wrap-contact .contact-bloque .wpcf7-form input[type=email],
.wrap-contact .contact-bloque textarea.wpcf7-textarea,
.wrap-contact .contact-bloque select.wpcf7-form-control {
  width: 100%;
  border: none;
  padding: 1.2rem 1.5rem;
  font-size: 0.8em;
  margin-bottom: 1%;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #717171;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrap-contact .contact-bloque .wpcf7-form input.wpcf7-not-valid, .wrap-contact .contact-bloque textarea.wpcf7-not-valid {
  border-color: red;
}
.wrap-contact .contact-bloque .wpcf7-form input[type=text]:focus,
.wrap-contact .contact-bloque .wpcf7-form input[type=email]:focus,
.wrap-contact .contact-bloque textarea.wpcf7-textarea:focus,
.wrap-contact .contact-bloque select.wpcf7-form-control:focus {
  background-color: #f1f1f1;
  padding-left: 3em;
  outline: 0px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .wrap-contact .contact-bloque .wpcf7-form input[type=text]:focus,
.wrap-contact .contact-bloque .wpcf7-form input[type=email]:focus,
.wrap-contact .contact-bloque textarea.wpcf7-textarea:focus,
.wrap-contact .contact-bloque select.wpcf7-form-control:focus {
    padding: 5%;
  }
}
.wrap-contact .contact-bloque select.wpcf7-form-control {
  width: 20%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .wrap-contact .contact-bloque select.wpcf7-form-control {
    width: 100%;
  }
}
.wrap-contact .contact-bloque select.wpcf7-form-control option {
  padding: 15px 0;
  display: block;
}
.wrap-contact .contact-bloque ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #696969 !important;
  opacity: 1;
}
.wrap-contact .contact-bloque :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}
.wrap-contact .contact-bloque ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
.wrap-contact .contact-bloque :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464 !important;
  opacity: 1;
}
.wrap-contact .contact-bloque .wpcf7-form input[type=submit] {
  background: #00b8ff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  color: white;
  padding: 1.5rem;
  margin-top: 3%;
  font-size: 0.9rem;
  width: 100%;
}
.wrap-contact .contact-bloque .screen-reader-response {
  color: red;
  font-size: 0.8em;
}
.wrap-contact .contact-bloque 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;
}
.wrap-contact .contact-bloque 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";
}
.wrap-contact .contact-bloque .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.8rem;
  margin-top: 10px;
}
.wrap-contact .contact-bloque .wpcf7-response-output {
  bottom: 21px;
  left: 41px;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
}
.wrap-contact .contact-bloque form.sent .wpcf7-response-output {
  color: #46b450;
  /* Green */
}
.wrap-contact .contact-bloque form.failed .wpcf7-response-output,
.wrap-contact .contact-bloque form.aborted .wpcf7-response-output {
  color: #dc3232;
  /* Red */
}
.wrap-contact .contact-bloque form.spam .wpcf7-response-output {
  color: #f56e28;
  /* Orange */
}
.wrap-contact .contact-bloque form.invalid .wpcf7-response-output,
.wrap-contact .contact-bloque form.unaccepted .wpcf7-response-output {
  color: #ffb900;
  /* Yellow */
}
.wrap-contact .contact-bloque .wrap-center .wpcf7-form-control-wrap,
.wrap-contact .contact-bloque .wrap-center .wpcf7-form-control,
.wrap-contact .contact-bloque .wrap-center .captcha-image,
.wrap-contact .contact-bloque .wrap-center .cf7ic_instructions {
  text-transform: inherit;
}
.wrap-contact .contact-bloque .kc_captcha {
  display: block;
  margin: 20px 0;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap {
  text-transform: inherit;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap .captcha-image {
  border: none;
  text-align: left;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap .captcha-image label {
  width: 45px !important;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap .cf7ic_instructions {
  font-size: 0.9rem;
  display: block;
  font-family: "Poppins", sans-serif;
  color: grey;
  margin: 0;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap .cf7ic_instructions span {
  color: #4d61d6;
  letter-spacing: 0;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap .captcha-image label > input {
  display: none;
}
.wrap-contact .contact-bloque .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: #495a71;
}
.wrap-contact .contact-bloque .wpcf7-form-control-wrap .captcha-image label > input:checked + svg {
  border: 2px solid #4d61d6;
  padding: 3px;
  width: 40px;
  height: 40px;
}

.wrap-contact-inter {
  padding: 0;
}

footer {
  padding: 100px 0;
  margin-top: auto;
}
footer .footer-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  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;
}
@media only screen and (max-width: 767px) {
  footer .footer-center {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
  }
}
footer .footer-center img {
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-center p {
  white-space: pre-line;
  margin: 20px 20% 50px;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.5em;
  color: grey;
}
@media only screen and (max-width: 767px) {
  footer .footer-center p {
    margin: 20px 0;
  }
}
footer .footer-center span {
  font-size: 0.8em;
  color: #4d61d6;
}

.content-block-press-center .tit-category-cp {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .tit-category-cp {
    font-size: 1rem;
  }
}
.content-block-press-center .tit-category-cp a {
  text-decoration: none;
  color: inherit;
}
.content-block-press-center .desc-category-cp {
  font-size: 0.9rem;
  color: grey;
  margin-bottom: 50px;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .desc-category-cp {
    font-size: 0.8rem;
  }
}
.content-block-press-center .desc-category-cp-down {
  margin-bottom: 100px;
}
.content-block-press-center .tit-category-cp-category {
  margin-bottom: 50px;
}
.content-block-press-center .noticias-result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .noticias-result {
    margin-bottom: 25px;
  }
}
.content-block-press-center .noticias-result img {
  width: 35%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .noticias-result img {
    width: 100px;
    height: 100px;
  }
}
.content-block-press-center .noticias-result .result-info {
  width: 60%;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .noticias-result .result-info {
    width: 70%;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.content-block-press-center .noticias-result .result-info .epigrafe {
  font-size: 0.8rem;
}
.content-block-press-center .noticias-result .result-info a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
  margin: 1px 0 15px;
  display: block;
  color: #1c252c;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.content-block-press-center .noticias-result .result-info a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .noticias-result .result-info a {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.content-block-press-center .noticias-result .result-info p {
  line-height: initial;
  font-size: 0.7rem;
}
@media only screen and (max-width: 890px) {
  .content-block-press-center .noticias-result .result-info p {
    display: none;
  }
}
.content-block-press-center .noticias-result .result-info span {
  font-size: 0.7rem;
  color: #afafaf;
}
.content-block-press-center .pagination .nav-prev a,
.content-block-press-center .pagination .nav-next a {
  text-decoration: none;
  color: #4d61d6;
}

.content-block-search h1.tit-search {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media only screen and (max-width: 890px) {
  .content-block-search h1.tit-search {
    font-size: 1.2rem;
  }
}
.content-block-search h1.tit-search span {
  color: #4d61d6;
  font-size: inherit;
}
.content-block-search .result {
  margin-bottom: 20px;
  background: #ececec;
  padding: 17px;
  border-radius: 10px;
}
.content-block-search .result a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #1c252c;
}
.content-block-search .result p.description {
  line-height: 1rem;
  font-size: 0.7rem;
}
.content-block-search .pagination .nav-prev a,
.content-block-search .pagination .nav-next a {
  text-decoration: none;
  color: #4d61d6;
}

.wrap-center-protocolo {
  padding: 56px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo {
    padding: 0;
  }
}
.wrap-center-protocolo .bg-concept {
  background: #efefef;
  width: 68%;
  height: 700px;
  position: absolute;
  right: 0;
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .bg-concept {
    display: none;
  }
}
.wrap-center-protocolo .protocolo-row {
  margin-bottom: 60px;
  position: relative;
}
.wrap-center-protocolo .protocolo-row:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row:nth-child(2) {
    width: 100%;
  }
}
.wrap-center-protocolo .protocolo-row:nth-child(3) {
  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) {
  .wrap-center-protocolo .protocolo-row:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-protocolo .protocolo-row:nth-child(4) {
  margin: 17% 0;
}
.wrap-center-protocolo .protocolo-row img {
  width: 200px;
}
.wrap-center-protocolo .protocolo-row h1 {
  white-space: pre-line;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row h1 {
    font-size: 2em;
    white-space: inherit;
  }
}
.wrap-center-protocolo .protocolo-row p {
  margin: 0;
  font-size: 0.9em;
  color: #757575;
  line-height: 1.5em;
  white-space: pre-line;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row p {
    white-space: inherit;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-row-block {
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-row-block {
    width: 100%;
    margin-bottom: 50px;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-row-block:last-child {
  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;
}
.wrap-center-protocolo .protocolo-row .protocolo-row-block iframe {
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
.wrap-center-protocolo .protocolo-row .protocolo-row-block h2 {
  font-size: 0.9em;
}
.wrap-center-protocolo .protocolo-row .protocolo-row-block .trame {
  background-image: url(../images/trame.png);
  width: 160px;
  height: 160px;
  background-repeat: repeat;
  position: absolute;
  right: -90px;
  top: 268px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-row-block .trame {
    display: none;
  }
}
.wrap-center-protocolo .protocolo-row .access-doc:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-center-protocolo .protocolo-row .access-doc a {
  background: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
}
.wrap-center-protocolo .protocolo-row .access-doc a img {
  width: 100px;
}
.wrap-center-protocolo .protocolo-row .access-doc a h2 {
  margin: 0 0 7px 0;
  font-size: 1.1em;
  color: #3e3e3e;
}
.wrap-center-protocolo .protocolo-row .access-doc a span {
  text-transform: none;
  letter-spacing: inherit;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum:first-child {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:first-child {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:first-child {
    margin-bottom: 20px;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:first-child h1 {
  margin: 0;
  color: #f07e22;
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:first-child h1 {
    font-size: 1.5em;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:first-child h2 {
  font-size: 1.3em;
  color: #f07d22;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:first-child h2 {
    font-size: 1em;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum:first-child .plan-head-block:last-child {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block:first-child {
    margin-bottom: 50px;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #current-block {
  width: 100%;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #current-block img {
  width: 100%;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .navigation button {
  background: none;
  padding: 0;
  border: none;
  width: 30%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .navigation button {
    width: 20%;
    margin: 0;
  }
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .navigation button:focus {
  outline: none;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .navigation button:hover {
  opacity: 0.5;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .navigation button img {
  width: 100%;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .content-plan {
  display: none;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block .block-none {
  display: none;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div1div, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div2div, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div3div, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div4div, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div5div {
  width: 100%;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div1div img, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div2div img, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div3div img, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div4div img, .wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block #div5div img {
  width: 100%;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block a {
  background: none;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: inherit;
  font-size: 0.9em;
  letter-spacing: inherit;
  margin-top: 20px;
  color: #565656;
  text-decoration: none;
}
.wrap-center-protocolo .protocolo-row .protocolo-colum .protocolo-comun-block a img {
  width: 24px;
  margin-right: 7px;
}

.wrap-center-banners {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4%;
  margin-top: 4%;
}
@media only screen and (max-width: 767px) {
  .wrap-center-banners {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-center-banners a {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-center-banners a img {
    width: 100%;
  }
}

.wrap-main-inter {
  width: 100%;
}
.wrap-main-inter .bloque-header {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .bloque-header {
    width: 100%;
  }
}
.wrap-main-inter .bloque-header:first-child img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .bloque-header:first-child img {
    height: 250px;
  }
}
.wrap-main-inter .bloque-header:last-child {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 150px 20px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .bloque-header:last-child {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
    padding: 10px 0 0 0;
  }
}
.wrap-main-inter .bloque-header img.intern {
  height: 350px;
  display: block;
  z-index: 8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .bloque-header img.intern {
    height: 100px;
  }
}
.wrap-main-inter .bloque-header div.square-headers1 {
  position: absolute;
}
@media only screen and (max-width: 890px) {
  .wrap-main-inter .bloque-header div.square-headers1 {
    display: none;
  }
}
.wrap-main-inter .bloque-header div.square-headers1 {
  background: #114366;
  width: 200px;
  height: 40px;
  right: -20px;
  bottom: -17px;
  z-index: 9;
}
.wrap-main-inter .bloque-header h1 {
  font-size: 3em;
  font-weight: 700;
  color: #1c252c;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .bloque-header h1 {
    font-size: 1.5rem;
  }
}
.wrap-main-inter .bloque-header h1 a {
  font-size: 0.7rem;
  color: red;
  display: block;
  line-height: initial;
  text-decoration: none;
}

.wrap-main-top {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .wrap-main-top {
    padding-top: 80px;
  }
}

.wrap-main-inter .wrap-inter-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .wrap-inter-center {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .wrap-inter-center-sections {
    padding-top: 0;
  }
}
.wrap-main-inter .wrap-inter-center-section-category {
  padding-top: 160px;
}
@media only screen and (max-width: 767px) {
  .wrap-main-inter .wrap-inter-center-section-category {
    padding-top: 60px;
  }
}

.wrap-main-inter .wrap-inter-center-sections .grid-patrocinios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.wrap-main-inter .wrap-inter-center-sections .grid-patrocinios a {
  width: 18%;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  margin: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 890px) {
  .wrap-main-inter .wrap-inter-center-sections .grid-patrocinios a {
    width: 28%;
  }
}
.wrap-main-inter .wrap-inter-center-sections .grid-patrocinios a:hover {
  opacity: 0.5;
}
.wrap-main-inter .wrap-inter-center-sections .grid-patrocinios a img {
  width: 100%;
  display: block;
}

.wrap-contact-inter-404 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .wrap-contact-inter-404 {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
  }
}
.wrap-contact-inter-404 h1 {
  font-size: 7rem;
  color: red;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .wrap-contact-inter-404 h1 {
    font-size: 4rem;
  }
}
.wrap-contact-inter-404 p {
  white-space: pre-line;
  line-height: 1.2rem;
  font-weight: initial;
}
@media only screen and (max-width: 767px) {
  .wrap-contact-inter-404 p {
    font-size: 0.8rem;
    color: grey;
    white-space: inherit;
  }
}

.header-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .header-posts {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-posts span.cat-post {
  background: #4d61d6;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 0.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.header-posts span.cat-post a {
  color: white;
  text-decoration: none;
}
.header-posts span.epigrafe-post {
  color: #4d61d6;
  font-size: 0.9em;
  font-weight: 500;
}
.header-posts h1 {
  font-size: 2.1em;
  margin: 20px 0;
  line-height: 1.2em;
  font-weight: 600;
}
.header-posts p {
  font-size: 0.9em;
  line-height: 2em;
  color: grey;
}

@media only screen and (max-width: 767px) {
  .wrap-main-inter .wrap-inter-center-post {
    padding-top: 40px;
  }
}

.content-block {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .content-block {
    width: 100%;
  }
}
.content-block a.banners {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.content-block a.banners span {
  position: absolute;
  background: #1a324e;
  color: #eedf00;
  font-size: 0.7rem;
  padding: 5px 10px;
}
.content-block a.banners:hover {
  opacity: 0.5;
}
.content-block a.advise {
  margin: 10px 0 50px;
  display: block;
  text-align: right;
  text-decoration: none;
  font-size: 0.7rem;
  color: grey;
}
.content-block p {
  white-space: pre-line;
  line-height: 2em;
  font-size: 0.9em;
  color: grey;
}
.content-block p span.font {
  font-size: 0.65rem;
  line-height: inherit;
}
@media only screen and (max-width: 890px) {
  .content-block p img {
    width: 100%;
    height: auto;
  }
}
.content-block h2.advise-section {
  font-size: 1.2rem;
  margin-top: 20px;
  color: red;
}
.content-block .access-connect {
  background-color: #ededed;
  padding: 30px;
  margin-bottom: 50px;
  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: 890px) {
  .content-block .access-connect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-block .access-connect a {
  padding: 20px 32px;
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 5px;
}
.content-block .access-connect a:first-child {
  background: #4caf50;
}
@media only screen and (max-width: 890px) {
  .content-block .access-connect a:first-child {
    margin-bottom: 10px;
  }
}
.content-block .access-connect a:last-child {
  background: #03a9f4;
}

.bloque-header h1.tit-post {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .bloque-header h1.tit-post {
    font-size: 1.5rem;
  }
}
.bloque-header h1.tit-post a {
  font-size: 0.8rem;
  text-decoration: none;
  color: red;
}
.bloque-header .post-extracto {
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .bloque-header .post-extracto {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: italic;
  }
}

.back-color {
  width: 100%;
  height: 750px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ab1e4), to(#102a6f));
  background-image: linear-gradient(#0ab1e4, #102a6f);
}
@media only screen and (max-width: 767px) {
  .back-color {
    height: 60vh;
  }
}

.back-color-two {
  width: 100%;
  height: 650px;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ab1e4), to(#102a6f));
  background-image: linear-gradient(#0ab1e4, #102a6f);
}
@media only screen and (max-width: 767px) {
  .back-color-two {
    height: 90vh;
  }
}

.grid-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .grid-images {
    margin: 50px 0;
  }
}
.grid-images img {
  width: 47%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 9;
}
.grid-images img:nth-child(1) {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5px 10px 50px rgba(16, 44, 113, 0.4);
          box-shadow: 5px 10px 50px rgba(16, 44, 113, 0.4);
}
@media only screen and (max-width: 767px) {
  .grid-images img:nth-child(1) {
    height: 200px;
  }
}
.grid-images .trame-top {
  background-image: url(../images/trame-02.png);
  width: 180px;
  height: 250px;
  position: absolute;
  right: 100px;
  top: -150px;
  z-index: 7;
  opacity: 0.5;
}
.grid-images .trame-bott {
  background-image: url(../images/trame-02-a.png);
  width: 180px;
  height: 160px;
  position: absolute;
  left: -100px;
  bottom: -60px;
  z-index: 7;
  opacity: 0.5;
}

.wrap-inter-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  position: relative;
  padding-bottom: 0;
}
.wrap-inter-section h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
.wrap-inter-section h1.about {
  font-size: 5em;
  white-space: pre-line;
  color: white;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section h1.about {
    font-size: 3rem;
  }
}
.wrap-inter-section p {
  font-size: 0.9em;
  white-space: pre-line;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section p {
    font-size: 0.8rem;
  }
}
.wrap-inter-section p.about-text-top {
  color: white;
}
.wrap-inter-section span.organigrama-adv {
  color: #4d61d6;
  font-size: 0.8em;
  margin: 20px 0 5px;
}
.wrap-inter-section .about-text {
  margin: 70px 0;
  text-align: center;
}
.wrap-inter-section .about-text span {
  color: #4d61d6;
  font-size: 1em;
  font-weight: 600;
}
.wrap-inter-section .about-text h2 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 15px 0 25px;
}
.wrap-inter-section .about-text p {
  white-space: pre-line;
  margin: 0 20%;
  line-height: 1.5em;
  font-size: 1.4em;
  color: #1c252c;
}
.wrap-inter-section .about-text img {
  width: 23%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50px;
  margin-top: 50px;
}
.wrap-inter-section .about-more {
  width: 48%;
}
.wrap-inter-section .about-more:first-child {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section .about-more:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
}
.wrap-inter-section .about-more:last-child {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section .about-more:last-child {
    width: 100%;
  }
}
.wrap-inter-section .about-more span {
  color: yellow;
  font-size: 0.9em;
}
.wrap-inter-section .about-more h1 {
  color: white;
  font-weight: 500;
  margin: 30px 0;
}
.wrap-inter-section .about-more p {
  color: white;
  line-height: 1.7em;
}
.wrap-inter-section .about-more img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section .about-more img {
    border-top-left-radius: 0;
    height: 300px;
  }
}
.wrap-inter-section .about-more div {
  height: 350px;
  margin-top: -53px;
  margin-left: -160px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section .about-more div {
    margin: 0;
    height: 350px;
  }
}
.wrap-inter-section .about-more div img {
  width: 70%;
  height: 80%;
  border-radius: 0;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-inter-section .about-more div img {
    width: 100%;
  }
}
.wrap-inter-section .about-more div .trame-more {
  background-image: url(../images/trame-02-a.png);
  width: 180px;
  height: 160px;
  position: absolute;
  right: 80px;
  bottom: 0px;
  z-index: 7;
  opacity: 0.5;
}
.wrap-inter-section .grid-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 50px 0;
}
.wrap-inter-section .grid-news .single-news {
  width: 47%;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap-inter-section .grid-news .single-news a {
  font-size: 1.3em;
  text-decoration: none;
  font-weight: 500;
  color: #1c252c;
  line-height: 1.2em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.wrap-inter-section .grid-news .single-news a:hover {
  opacity: 0.5;
}
.wrap-inter-section .grid-news .single-news span {
  color: #4d61d6;
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.wrap-inter-section .grid-news .single-news .info-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.wrap-inter-section .grid-news .single-news .info-news img {
  width: 47%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-inter-section .grid-news .single-news .info-news .info-news-text {
  width: 47%;
  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;
}
.wrap-inter-section .grid-news .single-news .info-news .info-news-text .tag-news {
  background: #4d61d6;
  color: white;
  padding: 10px;
  font-size: 0.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}
.wrap-inter-section .grid-news .single-news .info-news .info-news-text p {
  font-size: 0.85em;
  line-height: 1.2em;
  color: #1c252c;
  margin-bottom: 15px;
}
.wrap-inter-section .grid-news .single-news .info-news .info-news-text p::first-letter {
  font-size: 2.2em;
  color: #4d61d6;
  font-weight: 600;
  margin-right: 2px;
}
.wrap-inter-section .access-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-inter-section .access-more a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  color: #4d61d6;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.wrap-inter-section .access-more a:first-child {
  margin-right: 10px;
}
.wrap-inter-section .access-more a:first-child:before {
  content: "<<";
}
.wrap-inter-section .access-more a:last-child {
  margin-left: 10px;
}
.wrap-inter-section .access-more a:last-child:after {
  content: ">>";
}
.wrap-inter-section .access-more a:hover {
  opacity: 0.5;
}

.wrap-inter-section-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

.wrap-inter-section-tarpulin {
  margin-top: 150px;
  margin-bottom: 150px;
}

.about-motive {
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 8;
}

.background-motive {
  background-image: url(../images/bg-about-2.jpg);
  background-size: cover;
  width: 100%;
  height: 600px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .sidebar-sections {
    margin-top: 100px;
  }
}
.sidebar-sections nav ul li {
  margin-bottom: 20px;
}
.sidebar-sections nav ul li a {
  color: #4d61d6;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sidebar-sections nav ul li a:hover {
  opacity: 0.5;
}
.sidebar-sections a.banners-sidebar {
  margin: 30px 0 20px 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sidebar-sections a.banners-sidebar:hover {
  opacity: 0.5;
}
sidebar {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  sidebar {
    width: 100%;
    margin-top: 100px;
  }
}
sidebar h1 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #4d61d6;
}
sidebar h1.download {
  margin-top: 60px;
}
sidebar h1 img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
sidebar a.banners-sidebar {
  margin: 30px 0 20px 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
sidebar a.banners-sidebar:hover {
  opacity: 0.5;
}
sidebar a {
  text-decoration: none;
  margin: 30px 0 0 0;
  text-align: center;
  padding: 18px;
  font-size: 0.8em;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 500;
}
sidebar a.notas {
  background: #3f51b5;
  border: 2px solid #3f51b5;
}
sidebar a.notas:hover {
  background: none;
  color: #3f51b5;
}
sidebar a.downloads {
  background: #52cc57;
  border: 2px solid #52cc57;
}
sidebar a.downloads:hover {
  background: none;
  color: #52cc57;
}
sidebar .more-notas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}
sidebar .more-notas:nth-child(2) {
  margin: 0;
}
sidebar .more-notas img {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
sidebar .more-notas a {
  text-decoration: none;
  color: #1c252c;
  font-size: 0.95em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
}
sidebar .more-notas a:hover {
  text-decoration: underline;
}
sidebar h1.contact-name,
sidebar h2.contact-position,
sidebar a.contact-email,
sidebar p.contact-mobil,
sidebar p.contact-phone {
  margin-bottom: 8px;
}
sidebar h1.contact-name {
  color: #1c252c;
  padding: 0;
  border: none;
  font-size: 1rem;
}
sidebar h2.contact-position {
  font-size: 0.8rem;
  margin-top: 0;
  color: rgb(124, 124, 124);
}
sidebar h3.contact-position-top {
  font-size: 0.8rem;
  color: grey;
  margin-bottom: 10px;
}
sidebar a.contact-email {
  color: #4d61d6;
  margin-top: 0;
  text-align: inherit;
  padding: 0;
}
sidebar p.contact-mobil,
sidebar p.contact-phone {
  font-size: 0.8rem;
  color: rgb(124, 124, 124);
}
sidebar .contact-divi {
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  margin: 20px 0;
}

.side-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.side-download:hover {
  opacity: 0.5;
}
.side-download .icon {
  width: 50px;
  height: 50px;
  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;
  margin-right: 15px;
}
.side-download .icon figure {
  width: 40px;
  height: 40px;
  background: #52cc57;
  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;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.side-download .icon figure img {
  width: 50%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.side-download .icon .trame-icon {
  position: absolute;
  background: rgba(82, 204, 87, 0.42);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.side-download a {
  text-decoration: none;
  color: #1c252c;
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin: 0;
}