@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: sans-serif;
  font-size: 16px;
}

a, button {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
  border: none;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.img-holder.img-full {
  padding-bottom: 100%;
}
.img-holder.img-std {
  padding-bottom: 75%;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.full-height {
  position: relative;
  height: 100%;
  padding-bottom: 0;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
}

.container {
  max-width: 1200px;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: inherit;
  font-size: 1em;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child), p:not(:first-child) {
  margin-top: 1em;
}

.filter-white {
  filter: brightness(0) invert(1);
}

.cke_editable {
  padding: 30px;
}

.relative {
  position: relative;
}

.row-grid {
  margin: -15px;
}
.row-grid > * {
  padding: 15px;
}

.row-grid-big {
  margin: -30px;
}
.row-grid-big > * {
  padding: 30px;
}

.row-grid-small {
  margin: -7.5px;
}
.row-grid-small > * {
  padding: 7.5px;
}

.animated {
  animation-duration: 0.3s;
}

.text-uppercase {
  text-transform: uppercase;
}

.wow {
  animation-duration: 1s;
}

.slider {
  position: relative;
}

section {
  position: relative;
}

.img-fluid {
  width: 100%;
}

.wrapper {
  position: relative;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.form-control, button {
  background: none;
  display: block;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit;
}
.form-control::placeholder, button::placeholder {
  color: inherit;
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

button {
  transition: 0.3s;
}

strong, b {
  font-weight: bold;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
body.menu-active {
  overflow: hidden;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.top {
  background: #0C0970;
  color: #fff;
  font-size: 0.875em;
  line-height: 30px;
  font-weight: 600;
}
.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social {
  font-size: 1.25em;
  display: flex;
  text-align: center;
}
.social a {
  width: 1.25em;
}
.social a:not(:first-child) {
  margin-left: 0.5em;
}
.social a:hover {
  color: #00C4CD;
}

.logo {
  max-height: 120px;
}

.cke_editable {
  line-height: 1.25;
}
.cke_editable li a, .cke_editable p a {
  font-weight: 600;
}
.cke_editable h1 {
  font-size: 2em;
}
.cke_editable h2 {
  font-size: 1.5em;
}
.cke_editable b, .cke_editable strong {
  font-weight: 600;
}
.cke_editable table td, .cke_editable table th {
  padding: 0.5em;
  border: 1px dotted #ccc;
}
.cke_editable li {
  margin-top: 1em;
}

.header {
  font-weight: 600;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  margin: 15px 0;
}
.header.fixed {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.header.fixed .logo {
  height: 45px;
  margin: 7.5px 0;
}
.header .logo {
  height: 75px;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}

.charlas-slider {
  z-index: 9999;
  position: relative;
  transform: translateY(-90px);
  max-width: 768px;
}

.charlas {
  margin: auto;
}
.charlas .inner-container {
  padding: 30px;
  margin-top: 30px;
  background: #00C4CD;
  color: #fff;
  height: 100%;
}
.charlas .charla-fecha {
  font-weight: 600;
  padding: 1em 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 15px;
  background: #fff;
  color: #00C4CD;
}
.charlas h4 {
  margin: 0 auto 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
}
.charlas h3 {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  line-height: 1.25;
}
.charlas p {
  line-height: 1.5;
}
.charlas .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.charlas .owl-nav button {
  margin: 2px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.charlas .owl-nav button:not(:first-child) {
  margin-left: 0;
}
.charlas .owl-nav button i {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  color: #00C4CD;
  display: block;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.charlas .owl-nav button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.charlas .owl-nav button:hover i {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.sidebar h2 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto 1em;
}

.course {
  background: rgba(0, 196, 205, 0.05);
}
.course .inner-container {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.course .inner-container > *:not(:first-child) {
  margin-top: 15px;
}
.course .inner-container h1 {
  margin-bottom: 0.5em;
}
.course .inner-container h2 {
  font-weight: 600;
}
.course .inner-container blockquote {
  background: #f9f9f9;
  padding: 30px;
  line-height: 1.5;
  font-weight: 600;
}
.course .course-slider {
  background: #fff;
}
.course .course-slider .owl-nav .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 2em;
  color: #808080;
  background: #eee;
  border-radius: 50%;
  height: 1.5em;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.course .course-slider .owl-nav .arrow.arrow-left {
  left: 0.5em;
}
.course .course-slider .owl-nav .arrow.arrow-right {
  right: 0.5em;
}
.course .course-slider .owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main {
  position: relative;
  overflow: hidden;
}

.nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  position: relative;
}
.nav > ul > li::before {
  content: "";
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0C0970;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.nav > ul > li > a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  text-align: center;
  line-height: 1.5;
}
.nav > ul > li > a i {
  margin-left: 0.5em;
}
.nav > ul > li:last-child {
  background: #00C4CD;
}
.nav > ul > li:last-child > a {
  color: #fff;
}
.nav > ul > li:last-child:hover::before, .nav > ul > li:last-child.active::before {
  height: 100%;
}
.nav > ul > li:hover, .nav > ul > li.active {
  background: rgba(12, 9, 112, 0.05);
}
.nav > ul > li:hover::before, .nav > ul > li.active::before {
  height: 4px;
}
.nav .dropdown > ul {
  position: absolute;
  top: 100%;
  width: 240px;
  background: #fff;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(60px);
}
.nav .dropdown > ul > li {
  border-top: 1px solid;
}
.nav .dropdown > ul > li > a {
  display: block;
  padding: 1em;
  line-height: 1.25;
  font-size: 0.875em;
  font-weight: 500;
}
.nav .dropdown > ul > li > a:hover {
  background: #0C0970;
  color: #fff;
}
.nav .dropdown:hover > ul {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.btn-container {
  margin-top: 30px;
  display: flex;
}
.btn-container .btn:not(:first-child) {
  margin-left: 15px;
  background: #00C4CD;
  border-color: #00C4CD;
}

.btn {
  border: 2px solid #0C0970;
  color: #fff;
  padding: 1em 2em;
  text-transform: uppercase;
  display: inline-block;
  background: #0C0970;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.btn:hover {
  background: #fff;
  color: #0C0970;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-outline {
  color: #fff;
  background: none;
  border-color: #fff;
}
.btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.content {
  position: relative;
}
.content h1 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.content .content-html {
  line-height: 1.5;
}

.content-html h2 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.content-html table {
  margin: auto;
  color: #000;
}
.content-html table tbody tr:first-child td {
  border-color: #0C0970;
}
.content-html table td, .content-html table th {
  padding: 0.5em 1em;
}
.content-html table th {
  font-weight: 600;
  color: #0C0970;
}
.content-html table td {
  border-top: 1px solid #ccc;
}

.somos {
  background: #0C0970;
  padding: 45px 0;
  color: #fff;
}
.somos .inner-container {
  padding: 0 30px;
}
.somos .content-html img {
  max-width: 360px;
  width: 50%;
}
.somos::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(16.66666666% - 20px);
}

.beneficios {
  margin-top: 90px;
}
.beneficios h2 {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.beneficios h1 {
  text-align: center;
  margin-bottom: 1em;
}

.page-cover {
  background: linear-gradient(to left, #0C0970, #00C4CD);
  text-align: center;
  color: #fff;
  padding: 90px 0;
}
.page-cover h1 {
  font-size: 3em;
  font-weight: 600;
}
.page-cover p {
  line-height: 1.25;
}

.dropzone {
  background: rgba(0, 196, 205, 0.05);
  border: 4px solid rgba(0, 196, 205, 0.5);
  padding-bottom: 56.25%;
  position: relative;
  transition: 0.3s;
  display: block;
}
.dropzone:hover {
  background: rgba(0, 196, 205, 0.1);
}
.dropzone:hover .dropzone-preview {
  opacity: 0.5;
}
.dropzone i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  color: rgba(0, 196, 205, 0.5);
  font-size: 4em;
  margin: auto;
  height: 1em;
  line-height: 1;
  transition: 0.3s;
}
.dropzone .dropzone-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

article {
  padding-bottom: 90px;
}
article section {
  margin-top: 90px;
}
article .content-html {
  line-height: 1.5;
  color: #666;
}
article .content-html > *:not(:first-child) {
  margin-top: 15px;
}
article .content-html ul {
  list-style: none;
}
article .content-html ul li {
  position: relative;
  padding-left: 1em;
}
article .content-html ul li:not(:first-child) {
  margin-top: 1em;
}
article .content-html ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
}
article .content-html ol {
  padding-left: 2em;
}
article .content-html ol li {
  position: relative;
}
article .content-html ol li > * {
  margin-top: 0;
}
article .content-html ol li:not(:first-child) {
  margin-top: 1em;
}

.form h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.form .inner-container {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.form .full-height {
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form .full-height img {
  max-width: 240px;
  margin-bottom: 45px;
}
.form .full-height ul li:not(:first-child) {
  margin-top: 1em;
}
.form .full-height ul li i {
  width: 1em;
}
.form .full-height ul li span {
  margin-left: 0.5em;
}
.form form {
  padding: 45px;
}
.form form h1 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto 1em;
}

label {
  margin-bottom: 0.5em;
  display: block;
}

.form-control {
  border: 1px solid #eee;
  padding: 1em;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  background: #fff;
}
.form-control::placeholder {
  color: #ccc;
}

.contacto .form .full-height {
  background: #0C0970;
  border: none;
  color: #fff;
}
.contacto .full-height {
  font-size: 1.25em;
}

.conocenos h1 {
  text-align: center;
  font-weight: 600;
}
.conocenos .main {
  background: rgba(0, 196, 205, 0.05);
  padding: 90px 0;
  margin-top: 0;
}
.conocenos .main h1 {
  text-align: left;
}
.conocenos .main .container {
  max-width: 992px;
}
.conocenos .main .inner-container {
  background: #fff;
  padding: 45px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.conocenos .main .inner-container .img-fluid {
  transform: translate(-45px, -45px) scale(1.25);
}
.conocenos .team .img-holder {
  padding-bottom: 150%;
  margin-bottom: 30px;
  overflow: visible;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.conocenos .team .img-holder:hover {
  transform: translateY(-0.5em);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.conocenos .team .img-holder:hover .caption {
  background: #0C0970;
}
.conocenos .team .img-holder .caption {
  position: absolute;
  bottom: -30px;
  left: 30px;
  right: 30px;
  background: #00C4CD;
  color: #fff;
  text-align: center;
  padding: 30px;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.conocenos .team .img-holder .caption h3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
}
.conocenos .team .img-holder .caption p {
  margin-top: 0.5em;
}
.conocenos .stats {
  padding: 90px 0;
  background: #0C0970;
  color: #fff;
  line-height: 1;
}
.conocenos .stats .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
.conocenos .stats i {
  text-align: center;
  font-size: 4.5em;
}
.conocenos .stats h3 {
  font-size: 3em;
  font-weight: 600;
  margin: 0 0 0 1em;
}
.conocenos .stats h3 small {
  font-size: 0.5em;
  display: block;
  font-weight: normal;
}

.cards .container {
  max-width: 992px;
}
.cards .inner-container {
  height: 100%;
  background: #f9f9f9;
  padding: 30px;
  text-align: center;
  font-weight: 800;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  color: #666;
}
.cards .inner-container:hover, .cards .inner-container.active {
  box-shadow: none;
  background: #00C4CD;
  color: #fff;
}
.cards .inner-container:hover i, .cards .inner-container.active i {
  color: inherit;
}
.cards .inner-container h3 {
  margin-top: 1em;
  font-weight: 600;
  line-height: 1.5;
}
.cards .inner-container i {
  font-size: 3em;
  color: #00C4CD;
}

.asociate {
  margin-top: 90px;
  padding: 45px 0;
  color: #fff;
  text-align: center;
}
.asociate .container {
  max-width: 768px;
}

.asociarse .inner-container {
  padding: 45px 0;
}
.asociarse .full-height, .asociarse form {
  padding: 0 45px;
}
.asociarse .full-height {
  border-right: 4px solid #0C0970;
}

.footer {
  padding: 90px 0;
  background: #0C0970;
  color: #fff;
}
.footer h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.footer p, .footer ul {
  font-size: 0.875em;
  line-height: 1.5;
}
.footer p a:hover, .footer ul a:hover {
  color: #00C4CD;
}
.footer ul li {
  position: relative;
  padding-left: 1em;
}
.footer ul li:not(:first-child) {
  margin-top: 1em;
}
.footer ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
}

.form-flex {
  display: flex;
  font-size: 0.875em;
  margin: 30px auto;
  flex-wrap: wrap;
}
.form-flex input {
  flex: 1;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
}
.form-flex input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-flex input, .form-flex button {
  padding: 1em;
  line-height: 1;
}
.form-flex button {
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  flex-basis: 3em;
}
.form-flex button:hover {
  background: #00C4CD;
  color: #fff;
}
.form-flex button i {
  width: 1em;
  text-align: center;
}

p b, p strong {
  font-weight: 600;
}
p a:hover {
  text-decoration: underline;
}

.home-slider .item {
  min-height: calc(100vh - 105px - 30px);
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}
.home-slider .inner-container {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.home-slider .inner-container h2 {
  font-weight: 600;
  margin-bottom: 1em;
}
.home-slider .inner-container .title {
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
}
.home-slider .inner-container .title * {
  margin: auto;
}
.home-slider .inner-container .title b, .home-slider .inner-container .title strong {
  font-weight: inherit;
  color: #00C4CD;
}
.home-slider .inner-container.animated {
  visibility: visible;
  opacity: 1;
}
.home-slider .btn-container {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.home-slider .btn-container.animated {
  visibility: visible;
  opacity: 1;
}
.home-slider .owl-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 30px;
}
.home-slider .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  box-sizing: content-box;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.home-slider .owl-dots .owl-dot:not(:first-child) {
  margin-top: 15px;
}
.home-slider .owl-dots .owl-dot:hover, .home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  z-index: 10000;
  box-sizing: border-box;
  display: none;
}
.fixed-button a {
  color: #fff;
  width: 1.75em;
  line-height: 1.75;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.fixed-button a.fa-whatsapp {
  background: #25d366;
}
.fixed-button .message {
  position: absolute;
  right: 6em;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  padding: 0.5em;
  background: #0C0970;
  height: 2em;
  line-height: 1;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(3em);
  border: 1px solid;
  font-size: 0.75em;
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover .fa-telegram {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}

.zoom {
  display: block;
  position: relative;
  background: #fff;
}
.zoom img {
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.zoom::after {
  content: "\f00e";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #00C4CD;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-size: 1.5em;
  top: 0;
  left: 0;
  margin: auto;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
.zoom:hover img {
  opacity: 0.85;
}
.zoom:hover::after {
  transform: scale(1);
  opacity: 1;
}

.wow {
  visibility: hidden;
}

.covid {
  padding: 45px 0;
  background: #f9f9f9;
  transform: translateY(-45px);
}
.covid img {
  max-width: 576px;
  width: 100%;
}
.covid .btn-container {
  justify-content: center;
}
.covid .btn-container .btn {
  background: #DD0124;
  border-color: #DD0124;
  color: #fff;
}
.covid .btn-container .btn:hover {
  background-color: #0C0970;
  border-color: #0C0970;
}

.form-group {
  line-height: 1.25;
}
.form-group + .form-group {
  margin-top: 15px;
}

.alert {
  padding: 1em;
  background: #DD0124;
  color: #fff;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.25;
}
.alert:not(:first-child) {
  margin-top: 15px;
}
.alert:not(:last-child) {
  margin-bottom: 15px;
}

.mfp-bg, .mfp-wrap {
  z-index: 10001;
}

.directorio {
  background: rgba(0, 196, 205, 0.05);
}
.directorio .filter {
  overflow: hidden;
  margin-bottom: 90px;
}
.directorio .members .inner-container {
  background: #fff;
  padding: 15px;
  height: 100%;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  border: 1px solid #00C4CD;
  line-height: 1.5;
}
.directorio .members .inner-container:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.directorio .members .inner-container dt {
  margin-bottom: 15px;
  font-weight: 600;
}
.directorio .members .inner-container ul li {
  display: flex;
}
.directorio .members .inner-container ul li i {
  width: 1em;
  text-align: center;
  margin-right: 15px;
  color: #00C4CD;
  line-height: inherit;
}

.pagination li > * {
  width: 3em;
  line-height: 3;
  border: 1px solid #eee;
  background: #fff;
  text-align: center;
  display: block;
}
.pagination li:not(.disabled):hover > *, .pagination li:not(.disabled).active > * {
  background: #00C4CD;
  color: #fff;
}
.pagination li.disabled > * {
  color: #ccc;
  border-color: transparent;
  background: transparent;
}

/*# sourceMappingURL=style.css.map */
