/*
Theme Name: Ant-Theme
Theme URI:
Author: Antytec.com
Author URI: https://www.antytec.com
Description:
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Ant-Theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ant-Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Admin bar
	## Links
	## Menus
	## Categories
# Accessibility
# Alignments
# Aside
# Clearings
# Layout
  ## Header
  ## Content
  ## Home
  ## Posts
  ## Pages
  ## Footer
# Comments
# Widgets
# Infinite scroll
# Media
	## Captions
  ## Galleries
# Modules
  ## Address
  ## Banner
  ## Blog
  ## Calculator
  ## Cite
  ## Cursos
  ## Downloads
  ## Editor
  ## Events
  ## Form
  ## Form contact cf7
  ## Gallery
  ## H2
  ## H3
  ## Hightlights
  ## Image + Text
  ## In_numbers
  ## Links
  ## List
  ## Map
  ## Newsletter
  ## Portfolio
  ## Project
  ## Separator
  ## Servicios
  ## Slider
  ## Related
  ## RRSS
  ## Static
  ## Table
  ## Text
  ## Testimonies
  ## Video
# CPT
  ## Downloads
  ## Cursos
# Misc
# Custom Bootstrap
# Animation
# Libraries
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* @font-face {
  font-family: 'TextaNarrow';
  src: url('fonts/TextaNarrow-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'TextaNarrow';
  src: url('fonts/TextaNarrow-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'TextaNarrow';
  src: url('fonts/TextaNarrow-Heavy.ttf');
  font-weight: bolder;
}
@font-face {
  font-family: 'TextaNarrow';
  src: url('fonts/TextaNarrow-Light.ttf');
  font-weight: lighter;
} */

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
  background: #3c3c3a; /* Old browsers */
  background: -moz-linear-gradient(-35deg, #3c3c3a 0%, #636363 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-35deg, #3c3c3a 0%,#636363 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(125deg, #3c3c3a 0%,#636363 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3a', endColorstr='#636363',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.7;
  height: 100%;
  min-height: 100vh;
}

h1,
.h1 {
  font-size: 2em;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase
}

h3,
.h3 {
  font-size: 1.5em;
  line-height: 50px;

  /* position: relative; */
}

/* h3::after,
.h3::after {
  border-top: 3px #4b4b4d solid;
  content: '';
  display: block;
  position: relative;
  top: 13px;
  width: 20px;
} */

h4,
.h4 {
  color: #000;
  font-size: 1.1em;
  letter-spacing: .075em;
  line-height: 34px;
  text-transform: uppercase
}

p {
  line-height: 35px;
}

b,
strong {
  font-weight: 500;
}

u {
  text-decoration: none;
  border-bottom: solid 2px #3e3d40;
}


/* light theme */

body.light {
  background: #a9a9a9; /* Old browsers */
  background: -moz-linear-gradient(-35deg, #a9a9a9 0%, #fefefe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-35deg, #a9a9a9 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(125deg, #a9a9a9 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #3e3d40;
}

body.light h1,
body.light .h1,
body.light h2,
body.light .h2,
body.light h3,
body.light .h3,
body.light h5,
body.light .h5,
body.light h6,
body.light .h6 {
  color: #2e2d30;
}

body.light h4,
body.light .h4 {
  color: #fff;
}

body.light u {
  border-color: #3e3d40;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  /* color: #999 !important;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: .02em; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #999 !important;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: .02em; */
}
:-ms-input-placeholder { /* IE 10+ */
  /* color: #999 !important;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: .02em; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #999 !important;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: .02em; */
}
input::placeholder {
  /* color: #999 !important;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: .02em; */
}

/* form {
  color: #666;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']),
select,
textarea,
textarea:focus,
.form-check > ul,
.form-control,
.form-control:focus {
  background-color: transparent;
  border: solid 1px #999 !important;
  -webkit-border-radius: .2rem;
  border-radius: .2rem;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 51px;
  outline: none !important;
  padding: .8rem 1rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

textarea {
  resize: none;
} */

/* form p {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 1.2rem;
} */

/* .form-check {
  padding-left: 1rem;
}

.form-check ul {
  padding-left: 2.5rem;
} */

/* .form-check > div {
  padding-left: 1.25rem;
}

.form-control {
  border-color: #333;
  border-width: 0 0 1px;
} */

/* input,
select,
textarea,
.wpcf7-quiz-label {
  background-color: #fff;
  margin-top: 8px;
}

select {
  width: 100%;
}

input[type="date"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  border-color: #575756;
  border-style: solid;
  border-width: 0 0 1px;
  width: 100%;
}

label {
  display: block;
  font-weight: lighter;
}

button,
input[type="button"],
input[type="submit"] {
  background-image: none;
  background-color: #fff;
  border: 1px solid #575756;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #575756;
  color: #fff;
}

input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera /
  -moz-appearance: checkbox;    /* Firefox /
  -ms-appearance: checkbox;     /* not currently supported /
}

button[disabled],
input[disabled] {
  display: none;
}

.form-checkbox,
.form-radio {
  border-bottom: solid 1px #575756;
  border-width: 1px 0;
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 0px;
}

.form-checkbox ul,
.form-radio ul {
  margin: 0;
  padding-left: 20px;
}

.form-checkbox li,
.form-radio li {
  border-bottom: solid 1px #575756;
  padding: 15px 0;
}

.form-checkbox ul li:last-child,
.form-radio ul li:last-child {
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + span,
input[type="radio"] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
}

input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
  content: '';
  border: solid 1px #575756;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
}

input[type="checkbox"]:disabled + span:before,
input[type="radio"]:disabled + span:before,
input[type="checkbox"]:hover + span:before,
input[type="radio"]:hover + span:before {
  background: #f6f6f6;
}

input[type="checkbox"]:disabled + span,
input[type="radio"]:disabled + span {
  color: #f6f6f6;
  cursor: auto;
}

input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
  content: '\2715';
  color: #575756;
  font-size: 22px;
  left: 1px;
  position: absolute;
  top: -1px;
  width: 0px;
} */


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.pagination .page-item {
  display: inline-block;
  width: 50%;
}

.pagination .page-item:last-child {
  text-align: right;
}

.pagination .page-item .page-link {
  background-color: transparent;
  border: 0;
  padding: 0 .25rem;
}

.pagination a {
  display: inline-block;
  font-size: 1.3rem;
  font-variant: all-small-caps;
  height: 45px;
  margin-bottom: 3rem;
  margin-top: 1rem;
  text-decoration: none;
}

.pagination .fa-arrow-left,
.pagination .fa-arrow-right {
  height: 45px;
  width: 65px;
}

/* .pagination .fa-arrow-left {
  background: transparent url('img/icons/arrow-right-pink.svg') no-repeat scroll;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/* .pagination .fa-arrow-right {
  background: transparent url('img/icons/arrow-right-pink.svg') no-repeat scroll;
} */

.pagination .fa-arrow-left::before,
.pagination .fa-arrow-right::before {
  display: none;
}

.pagination a[rel="prev"] > i {
  padding-right: 1rem;
}

.pagination a[rel="next"] > i {
  margin-left: 1rem;
  margin-bottom: -1rem;
}

/* .site-bar {
  padding-bottom: .6rem;
  padding-top: .6rem;
}

.site-header .site-bar {
  color: #9e925f;
  font-weight: bold;
  line-height: 1.3rem;
  min-height: 44px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}

.site-header .site-bar .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}

.site-header .site-bar a {
  color: #9e925f;
}

.site-header .site-bar i.fab,
.site-header .site-bar i.fas {
  font-size: 1.33333em;
  font-weight: normal;
  line-height: .75em;
  vertical-align: -.0667em;
}

.site-header .site-bar .phone span {
  display: none;
}

.site-header .site-bar .phone img {
  padding-top: 5px;
} */

.site-branding {
  cursor: pointer;
  padding-top: 6px;
}

.site-branding a {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 12px 12px 12px 0;
  width: 15px;
}

body.light .site-branding a {
  background-color: #3e3d40;
}

/* .site-branding .logo {
  -webkit-filter: drop-shadow(0 0 1px #888 );
  filter: drop-shadow(0 0 1px #888);
  margin-top: 5px;
} */

.nav-toggle {
  float: right;
  text-transform: uppercase;
}

.nav-toggle h1 {
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: .1em;
  margin: 0 1.5rem 0 0;
  vertical-align: top;
}

@media (max-width: 575px) {

  .header-top {
    display: none !important;
  }

  .site-header .site-bar > div > div > div:nth-child(2) {
    padding: 0;
  }
}

@media (max-width: 991px) {

  .site-branding .logo {
    display: none !important;
  }

  .site-branding .logo-mini {
    display: inline-block !important;
  }

  .site-header .site-bar {
    position: fixed;
    right: 85px;
    top: 0;
    z-index: 9999;
  }

  .site-header .site-bar .container-fluid {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {

  /* .nav-toggle {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 126px;
    z-index: 1;
  } */

  .mini .nav-toggle .btn-open {
    display: block;
  }

  .opened .mini .nav-toggle .btn-open {
    display: none;
  }

  .opened .mini .nav-toggle .btn-close {
    display: block;
  }

  .mini .nav-menu {
    display: none;
  }

  .opened .mini .nav-menu {
    display: block;
  }

  .site-branding,
  .nav-toggle {
    position: absolute;
    top: 3.8rem;
  }

  .nav-toggle {
    right: 0;
  }
}

@media (min-width: 1200px) {

  .site-branding {
    top: 4rem;
  }
}

.hover {
  display: none;
}

*:hover > .hover {
  display: initial;
}

.icon-menu,
.icon-close {
  display: inline-block;
  width: 32px;
}

.icon-more {
  display: inline-block;
  width: 29px;
}

.icon-more.isLoading {
  animation: fadeIn 1.5s infinite alternate;
}

@keyframes fadeIn {
  from { opacity: 0; }
}

@media (max-width: 991px) {

  .btn-open .help-control {
    display: none;
  }
}

@media (min-width: 992px) {

  .icon-menu {
    display: none !important;
    width: 32px;
  }
}

body.light .icon-menu .cls-3,
body.light .icon-close .cls-3 {
  stroke: #3e3d40;
}

body.light .icon-more .cls-1 {
  fill: #3e3d40;
}


/*--------------------------------------------------------------
## Admin bar
--------------------------------------------------------------*/

body.admin-bar {
  min-height: calc(100vh - 46px);
}

@media (min-width: 783px) {

  body.admin-bar {
    min-height: calc(100vh - 32px);
  }
}

@media (min-width: 992px) {
  .admin-bar .site-content {
    margin-top: 165px;
  }
}


@media (max-width: 991px) {

  .admin-bar #header-sticky {
    top: 32px;
  }

  .admin-bar #site-navigation .btn-close {
    top: 41px;
  }

  .admin-bar #masthead.shadow #site-navigation .btn-close {
    top: 34px;
  }

  .admin-bar .site-content {
    margin-top: 90px;
  }
}

@media (max-width: 782px) {

  .admin-bar #header-sticky {
    top: 46px;
  }

  .admin-bar #site-navigation .btn-close {
    top: 56px;
  }

  .admin-bar #masthead.shadow #site-navigation .btn-close {
    top: 48px;
  }

  .admin-bar .site-content {
    /* margin-top: 100px; */
  }
}

@media (max-width: 600px) {

  .admin-bar #masthead #header-sticky {
    position: relative;
    top: 0;
  }

  .admin-bar #masthead.shadow #header-sticky {
    position: fixed;
  }

  .admin-bar .site-content {
    margin-top: 20px;
  }

  .admin-bar #masthead.shadow + .site-content {
    margin-top: 80px;
  }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
a:focus,
a:visited,
a > span {
  color: #fff;
  outline: 0;
  text-decoration: underline;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}

a > .fa,
a > .far {
  font-weight: bold;
  vertical-align: middle;
}

a:hover {
  color: #fff;
  text-decoration: none;
  /* opacity: .7; */
}

body.light a,
body.light a:hover {
  color: #3e3d40;
}

#content a:hover:after,
.pagination a::after {
  display: none;
}

.post-type-archive .more-link:hover,
.blog .more-link:hover {
  color: #141414 !important;
}

.more-link > i {
  vertical-align: middle;
}

.more-link > i {
  padding-left: 6px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.more-link:focus > i,
.more-link:hover > i {
  padding-left: 12px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.block-more-link {
  margin-top: 2rem;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#site-navigation {
  letter-spacing: initial;
  padding-bottom: 5px;
  padding-top: 6px;
}

#site-navigation .btn-open {
  cursor: pointer;
  line-height: 22px;
  margin: 12px 0 12px 12px;
}

#site-navigation .btn-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 11px;
  width: 30px;
}

#site-navigation .nav-menu {
  background: #636363; /* Old browsers */
  background: -moz-linear-gradient(65deg, #636363 0%, #3c3c3a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(65deg, #636363 0%,#3c3c3a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(25deg, #636363 0%,#3c3c3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#3c3c3a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  display: none;
  height: 100%;
  overflow: auto;
  padding: 4rem 2rem;
  position: fixed;
  top: 0;
  z-index: 9999;

  /* -ms-flex-align: center !important;
  align-items: center !important; */
}

.opened #site-navigation .nav-menu {
  display: flex;
}

#site-navigation .nav-menu h5 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

#site-navigation .nav-menu > ul {
  max-width: 390px;
}

#site-navigation .nav-menu ul {
  list-style: none;
  padding: 0;
}

#site-navigation .nav-menu li {
  font-size: 1em;
  font-weight: 500;
}

#site-navigation .nav-menu a {
  color: #fff;
  line-height: 2em;
  position: relative;
  text-decoration: none;
}

#site-navigation .nav-menu a:hover:after,
#site-navigation .nav-menu .current-menu-item > a:after {
  background: #fff;
  bottom: -3px;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

#site-navigation .menu-item-has-children > .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.click > .sub-menu {
  display: block;
}

#site-navigation .nav-menu li ul {
  padding-left: 2.5em;
}

#site-navigation .btn-close::after{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#site-navigation .btn-close::before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.help-control,
#site-navigation .site-branding span {
  display: none;
  font-weight: 500;
}

#site-navigation .btn-open span {
  font-size: 1.2em;
  letter-spacing: .1em;
  line-height: 1.2;
}

#site-navigation .site-branding span {
  line-height: 2.2;
  padding-right: .5rem;
}

@media (max-width: 991px) {

  #site-navigation .nav-menu {
    clear: both;
    left: 0;
    width: 100%;
  }

  .shadow #site-navigation .btn-close {
    top: 10px;
  }
}

@media (min-width: 576px) {

  #site-navigation {
    padding-top: 23px;
  }

  #site-navigation .nav-menu li {
    font-size: 1rem;
  }

  #site-navigation .btn-close {
    top: 29px;
    left: calc((100% / 2) + 224px);
  }
}

@media (min-width: 768px) {

  #site-navigation .btn-close {
    left: calc((100% / 2) + 314px);
    top: 28px
  }

  #site-navigation .nav-menu {
    padding: 6rem 5rem;
  }
}

@media (min-width: 992px) {

  #site-navigation {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 5;
  }

  #site-navigation .nav-menu {
    -webkit-box-shadow: 3px 0 12px #222220;
    box-shadow: 3px 0 12px #222220;
    right: 0;
    top: 0;
    width: 50%;
    padding: 10rem 6rem;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  #site-navigation .menu > li:nth-last-child(-n+3) {
    display: inline-block;
    font-size: .85em;
    left: calc((100% / 2) + 464px);
    position: fixed;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    width: fit-content;
  }

  #site-navigation .menu > li:nth-last-child(3) {
    bottom: 62px;
  }

  #site-navigation .menu > li:nth-last-child(2) {
    bottom: 145px;
  }

  #site-navigation .menu > li:nth-last-child(1) {
    bottom: 215px;
  }

  #site-navigation .site-branding:hover span:first-child,
  body.light #site-navigation .site-branding:hover span:last-child {
    display: inline;
  }

  #site-navigation .site-branding:hover a,
  body.light #site-navigation .site-branding:hover span:first-child {
    display: none;
  }

  #site-navigation .btn-open h1 {
    margin-right: 0;
  }

  #site-navigation .btn-open:hover h1,
  .opened #site-navigation .btn-open h1 {
    display: none;
  }

  .opened #site-navigation .btn-open:hover span {
    display: inline;
  }

  #site-navigation .btn-close {
    left: calc((992px / 2) - 62px);
    top: 67px;
  }
}

@media (min-width: 1200px) {

  #site-navigation .btn-close {
    left: calc((1200px / 2) - 76px);
  }

  #site-navigation .menu > li:nth-last-child(-n+3) {
    left: calc((100% / 2) + 553px);
  }
}


/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/

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

.cat-links .screen-reader-text {
  display: none;
}

/* .cat-links a::before {
  color: #ccc;
  content: '\f02e';
  font-family: 'Font Awesome 5 Free';
  left: -8px;
  position: relative;
  top: 1px;
} */

/* .home .cat-links {
  font-size: .9em;
  margin-bottom: 0;
}

.home .cat-links a {
  color: inherit;
}

.single-post .cat-links {
  font-size: 1em;
  margin-bottom: 0;
  text-transform: inherit;
} */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-bottom: 4em;
	margin-right: 4em;
	margin-top: 2em;
}

.alignright {
	display: inline;
	float: right;
  margin-bottom: 4em;
	margin-left: 4em;
  margin-top: 2em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Aside
--------------------------------------------------------------*/

.vertical-aside {
  display: none;
  font-size: .7em;
  font-weight: 500;
  letter-spacing: initial;
}

.vertical-aside a {
  text-decoration: none;
}

.vertical-aside .container > section {
  bottom: 19px;
  margin-left: -12px;
  position: fixed;
  transform: rotate(270deg);
  transform-origin: left top 0;
  width: fit-content;
  z-index: 99999;
}

#site-navigation .vertical-aside .container > section {
  bottom: -8px;
  margin-left: 0;
  position: absolute;
}

#site-navigation .vertical-aside .container > section,
#site-navigation .vertical-aside .container > section a {
  color: #fff;
}

.opened .vertical-aside .container > section {
  left: calc(100% - 51px);
}

@media (min-width: 576px) and (max-width: 767px) {

  .opened .vertical-aside .container > section {
    left: calc((100% / 2) + 221px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .opened .vertical-aside .container > section {
    left: calc((100% / 2) + 310px);
  }
}

@media (max-width: 991px) {

  .opened .vertical-aside {
    display: block !important;
  }
}

@media (min-width: 992px) {

  .vertical-aside {
    display: block;
  }

  #site-navigation .vertical-aside {
    display: none !important;
  }
}

/* Categories */

.current-cat,
.current-tags {
  text-decoration: none;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/* .home #site-navigation a,
.page-id-64 #site-navigation a,
.page-single-event #site-navigation a,
.home .site-header .site-bar a,
.page-id-64 .site-header .site-bar a,
.page-single-event .site-header .site-bar a {
  color: #9e925f;
}

.home .site-bar .phone,
.page-id-64 .site-bar .phone,
.page-single-event .site-bar .phone {
  border-color: #9e925f;
}

.home #site-navigation .nav-menu ul,
.page-id-64 #site-navigation .nav-menu ul,
.page-single-event #site-navigation .nav-menu ul {
  border-left: 2px solid rgba(157, 146, 100, 0.7);
}

.home #site-navigation .nav-menu li::before,
.page-id-64 #site-navigation .nav-menu li::before,
.page-single-event #site-navigation .nav-menu li::before {
  background-color: #9e925f;
} */

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#masthead.fixed > #header-sticky {
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#masthead.fixed.opened > #header-sticky {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
  height: 100%;
  min-width: 250px
}

#masthead .social-icon:first-child {
  padding-left: 0;
}

@media (max-width: 991px) {

  #masthead.shadow #site-navigation {
    padding-top: 5px;
    transition: padding .25s;
  }

  #masthead.shadow > #header-sticky {
    background-color: #3e3d40;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  }

  body.light #masthead.shadow > #header-sticky {
    background-color: #fff;
  }
}

@media (min-width: 992px) {

  #header-sticky {
    z-index: 5;
  }

  #header-sticky > div {
    position: relative;
  }

  /* #header-sticky {
    padding-top: 24px;
    position: absolute;
    z-index: 1;
  }

  #header-sticky > .container-fluid {
    display: inline-block;
    padding-left: 45px;
    padding-right: 0;
    width: auto;
  } */
}


/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.parallax {
  min-height: 100vh;
  position: relative;
}

.parallax::before {
  background-color: rgba(7, 9, 21, .5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.site-content {
  padding-top: 73px;
  min-height: calc(100vh - 43px - 1rem);
}

@media (min-width: 576px) {

  .site-content {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {

  .site-content {
    padding-top: 165px;
  }

  .site-content .container {
    max-width: 848px;
  }
}

@media (min-width: 1200px) {

  .site-content .container {
    max-width: 975px;
  }

  .home .site-content .container,
  .page .site-content .container {
    max-width: 848px;
  }
}

.site-main > section,
.site-main [id^=section] {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
  padding-top: 3rem;
}

#primary > .site-main > .entry-header > img,
.slick-slide > .img-fluid {
  width: 100% !important;
}

/* #main > section:not(#section-1):last-child {
  padding-bottom: 0;
  padding-top: 0;
} */

.author {
  color: #dec6b9;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.entry-header {
  /* background-color: #888;
  min-height: 400px; */
  position: relative;
}

.entry-header > .middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.featured-image{
  margin-top: 3rem;
}

.featured-image .caption {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .site-main > section {
    padding-bottom: 4rem;
  }

  .home #section-2 .module-editor > div > p:first-child {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}

@media (min-width: 992px) {

  .featured-image .caption {
    left: -85px;
    max-width: 283px;
    position: absolute;
    top: calc(3rem + 30px);
  }
}


/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.home #main > section:first-child {
  padding-top: 0;
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

/* Article */

/* article {
  margin-bottom: 5rem;
} */

article h3 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

article > a {
  display: inline-block;
}

article a::after {
  display: none;
}

article .arrow {
  display: none;
}

article .entry-media {
  padding-bottom: 3rem;
}

article .entry-header {
  padding-bottom: .75rem;
}

article .entry-header a {
  color: #222;
}

.byline,
.author {
  display: none;
}

.entry-meta {
  font-size: .75em;
  font-weight: 500;
}

.entry-meta a {
  color: #222;
}

.search article {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {

  article .arrow {
    padding-top: 2em;
    display: block;
  }
}

.post-thumbnail.no-image {
  background-color: #e1e1e1;
}

.entry-footer .posted-on {
  font-size: 1em;
}

/* .page-title {
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: #fff;
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
} */

/* .entry-title {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: .5em;
} */

.entry-section {
  margin-bottom: 2rem;
}

.entry-calendar {
  margin-bottom: 2rem;
}

.entry-calendar .page-title {
  font-size: 1.1em !important;
  padding-bottom: 1rem !important;
  /* font-weight: bold; */
}

.entry-calendar .page-title a {
  color: #dec6b9 !important;
}

.entry-calendar ul {
  list-style: none;
  padding-left: 0;
}

.entry-calendar .date {
  color: #141414;
  padding-bottom: .25rem;
}

.entry-calendar strong {
  color: #dec6b9;
}

.calendar {
  border-bottom: solid 2px #808080;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {

  .entry-category {
    position: fixed;
  }
}

@media (min-width: 1200px) {

  .entry-calendar {
    padding-left: 30px;
  }
}

.entry-category ul {
  font-size: 1.1em;
  font-weight: 500;
  list-style: none;
  margin-bottom: 3rem;
}

.entry-category li {
  padding-bottom: .5rem;
}

.entry-category a {
  letter-spacing: initial;
  text-decoration: none;
}

.entry-category a:hover,
.entry-category .current-cat a {
  border-bottom: solid 2px #fff;
}

body.light .entry-category a:hover,
body.light .entry-category .current-cat a {
  border-bottom: solid 2px #3e3d40;
}

.entry-category li.term > ul {
  display: none;
}

.entry-category li.term::before {
  color: #dec6b9;
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: 1px;
}

.entry-category li.minus::before {
  content: '\f068';
}

.entry-category li.lg > a,
.entry-category li.term > a {
  color: #141414;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

#archive > .entry-header,
.blog #main > .entry-header,
.single #main > article > .entry-header {
  margin-bottom: 2rem;
}

.single .entry-content {
  display: none;
}

.post-type-archive-programs .entry-content,
.single-programs .entry-content {
  color: #191919;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.single-programs .entry-content {
  margin-bottom: 0;
}

.entry-extra li:not(:last-child) {
  padding-bottom: .5rem;
}

.posted-on .screen-reader-text,
.posted-on time,
.tags-links .screen-reader-text {
  display: none;
}

time.entry-date {
  display: inline-block;
}

@media (min-width: 768px) {

  #archive > .entry-header,
  .blog #main > .entry-header,
  .single #main > article > .entry-header {
    margin-bottom: 5rem;
  }

  .single .entry-media {
    margin-bottom: 2rem;
  }

  article > section {
    padding-bottom: 65px;
  }

  .entry-section {
    text-align: left !important;
  }

  article .module-cite {
    margin: 60px 0 45px;
  }
}

@media (min-width: 992px) {

  .entry-category ul {
    font-size: .9em;
  }

  .single .entry-content {
    display: initial;
    float: right;
    width: 490px;
  }

  .entry-extra {
    float: left;
    width: 300px;
  }
}

/* Archive */

.archive article .page-title {
  margin-bottom: 2rem;
  border-bottom: solid 2px #7f7f7f;
}

.archive article {
  margin-bottom: 3rem;
}

.archive article .page-title {
  color: #141414;
  text-align: left;
  font-size: 2em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.archive article .page-title::after {
  display: none;
}

.archive article .page-title a:hover {
  color: #dec6b9;
}


/* Single */

.single article {
  padding-bottom: 3rem;
}

@media (max-width: 991px) {

  .single article {
    padding-top: 2rem;
  }
}

.single article ul {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
}

.single article ul > li {
  border-bottom-color: #222220 !important;
  color: #222220;
  font-weight: 300;
  font-variant: small-caps;
  width: 100% !important;
}

.single article strong {
  font-size: 22px;
  font-variant: all-small-caps;
  font-weight: 500;
}


/* Single Post */

.single-post #main > .entry-header {
  display: block !important;
  margin-bottom: 4rem;
  max-height: 718px;
  overflow: hidden;
}

.single-post #main > .entry-header::before {
  background-color: rgba(0, 0, 0, .4);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.single-post #main > .entry-header > img {
  height: 100vh;
  object-fit: cover;
}

.single-post .page-title,
.single-team .page-title {
  font-size: 3.8vmax;
}

.blog .author,
.single-post .author {
  color: #dec6b9;
}

.single-post blockquote {
  border: solid 1px #dec6b9;
  border-width: 1px 0;
  color: #dec6b9;
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6em;
  max-width: 570px;
  margin: 3rem auto;
  padding-bottom: 1rem;
  padding-top: 1rem;
}


/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/


/* Blog */

.blog article .page-title {
  text-align: left;
  font-size: 1.2em;
  letter-spacing: initial;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
}

.blog article .page-title::after {
  display: none;
}

.blog article {
  margin-bottom: 3rem;
}

.tags-links {
  display: none;
}

.blog .post-thumbnail img {
  height: inherit;
  /* height: fit-content; */
  object-fit: cover;
  object-position: center;
}

@media (min-width: 576px) {
  .blog .post-thumbnail {
    height: 246px;
    text-align: center;
    display: block;
    overflow: hidden;
  }
}

@media (min-width: 768px) {

  .blog .post-thumbnail {
    height: 356px;
  }

  .blog #main > .container > .row > div:first-child article .page-title {
    font-size: 1.4em;
  }

  .blog #main > .container > .row > div:first-child article .entry-content {
    font-size: 1.1em;
  }

  .blog #main > .container > .row > div:first-child article .entry-meta {
    font-size: .9em;
  }

  .blog article {
    margin-bottom: 7rem;
  }
}

@media (min-width: 992px) {

  .blog #main > .container > .row > div:first-child .post-thumbnail {
    height: 512px;
  }
}

@media (min-width: 1440px) {

  .blog #main > .container {
    max-width: 1350px;
  }

  .blog #main > .container > .row > div:nth-child(odd) {
    padding-right: 30px;
  }

  .blog #main > .container > .row > div:nth-child(even) {
    padding-left: 30px;
  }
}

/* Event */

/* .single-event .page-title {
  color: #141414;
  text-align: left;
  font-size: 3em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: bold;
}

.single-event .entry-media,
.post-type-archive-event .entry-media {
  position: relative;
}

.single-event .entry-date,
.post-type-archive-event .entry-date {
  height: 74px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 83px;
}

.single-event .entry-date > span,
.post-type-archive-event .entry-date > span {
  background-color: #dec6b9;
  color: #fff;
  display: block;
}

.single-event .entry-date .day,
.post-type-archive-event .entry-date .day {
  font-size: 2em;
  line-height: 1.7em;
  opacity: .9;
}

.single-event .entry-date .month,
.post-type-archive-event .entry-date .month {
  font-size: 1.2em;
  line-height: 1.6em;
  opacity: .7;
} */

/* Program */

.post-type-archive-programs #archive,
.single-programs #main {
  background-attachment: scroll;
  background-image: url('img/backgrounds/background-programa.png');
  background-position: calc(50% - 570px) 1400px;
  background-repeat: no-repeat;
}

.single-programs #main > article {
  padding-bottom: 0 !important;
}

.post-type-archive-programs h2::after,
.post-type-archive-programs h3::after,
.single-programs h2::after,
.single-programs h3::after {
  display: none;
}

.post-type-archive-programs h3,
.single-programs h3 {
  color: #dec6b9;
  font-style: italic;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 2rem;
  text-transform: inherit;
}

/* .post-type-archive-programs strong,
.single-programs strong {
  color: #191919;
} */

/* Team */

.post-type-archive-team .post-thumbnail > img {
  max-width: 100%;
  height: auto;
}

.single-team #main .entry-media {
  text-align: center;
}

/* Contacto */

.contacto .module-editor {
  color: #333E48;
}

.contacto .module-form {
  padding-bottom: 1rem;
  padding-top: 0;
}

.contacto .module-form button[type="submit"] {
  background-color: #dec6b9;
  border: 0;
  color: #fff;
  width: 100%;
}

.contacto .module-map  {
  margin-bottom: 2rem !important;
}

.contacto .module-map .map  {
  height: 680px;
}

@media (min-width: 1200px) {

  .contacto > div > .row > div:last-child {
    padding-left: 100px;
    width: calc(50% - 130px);
  }

  .contacto .module-form {
    width: 70%;
  }
}


/*--------------------------------------------------------------
 ## 404
--------------------------------------------------------------*/

.error-404 .container > div {
  min-height: 45vh;
  padding-bottom: 6rem;
}

.error-404 .entry-header h1 {
  margin-bottom: 2rem;
}

.error-404 p {
  font-size: 1.2em;
}

.error-404 div p:not(:nth-child(2)) {
  margin-bottom: 4rem;
}


/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/

#colophon {
  margin-bottom: 1rem;
}

#colophon a {
  text-decoration: none;
}

#colophon a:not(:last-child):after {
  content: '/';
  padding: 0 .5rem;
}

#footer-bottom-1.fixed {
  bottom: 27px;
  left: 2rem;
  padding-right: 3rem;
  position: fixed;
  z-index: 999;
}

#footer-bottom-1.fixed a {
  color: #fff;
}

#footer-bottom-2 {
  font-weight: 500;
}

#footer-bottom-2:hover .text {
  visibility: hidden;
}

#footer-bottom-2:hover .help-control {
  display: initial;
}

@media (min-width: 768px) {

  #footer-bottom-1.fixed {
    left: 5rem;
  }
}

@media (min-width: 992px) {

  #footer-bottom-1 {
    display: none;
  }

  #footer-bottom-1.fixed {
    bottom: 54px;
    display: initial;
    font-size: .85em;
    left: calc((100% / 2) + 6rem) !important;
  }

  #footer-bottom-2 {
    bottom: 45px;
    /* left: calc((100% / 2 ) + 274px); */
    right: calc((100% / 2 ) - 464px);
    position: fixed;
    z-index: 1;
  }
}

@media (min-width: 1200px) {

  #footer-bottom-2 {
    /* left: calc((100% / 2 ) + 364px); */
    right: calc((100% / 2 ) - 515px);
  }
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-link {
  display: none;
}

.comments-area {
  background-color: #fff;
  font-size: .9em;
  padding: 15px;
}

.comments-area h2 {
  color: #333;
  font-size: 1.5rem !important;
  margin-bottom: 3rem;
}

.comments-area h3 {
  color: #333;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.comments-area label:not([for="wp-comment-cookies-consent"]) {
  display: none;
}

.comments-area ol.comment-list,
.comments-area ol.comment-list ol {
  list-style: none;
}

.comments-area .comment {
  margin-top: 2rem;
}

.comments-area .comment > article {
  margin-bottom: 2rem;
}

.comments-area .comment-meta,
.comments-area .comment-author {
  margin-bottom: .5rem;
}

.comments-area .fn {
  padding-left: 6px;
}

.comments-area .comment-metadata {
  font-size: .8em;
}

.comments-area .comment-reply-link {
  color: #007fb8;
}

.comments-area #cancel-comment-reply-link {
  background-color: red;
  color: #fff;
  font-size: .7em;
  margin-left: 12px;
  padding: 6px 12px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-title {
  font-weight: 300;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.widget h5 {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  position: relative;
}

/* Category & Tags */

.widget_categories a,
.widget_tags a {
  color: #222;
  font-style: italic;
}

/* Text */

/* .widget_text h5 {
  color: #dec6b9;
} */

.widget_text h5::after {
  display: none;
}

.widget_text .textwidget p {
  margin-bottom: .5rem;
}

/* Menu */

.widget_nav_menu ul {
  padding-left: 0;
}

.widget_nav_menu .menu-menu-container li {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: .8em;
}

/* Search */

.widget_search .screen-reader-text {
  display: none;
}

.widget.widget_search .search-field {
  background-color: transparent !important;
  border: solid 1px #eaeaea !important;
  color: #181818 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.widget_search .search-submit {
  background-color: #111 !important;
  border: 0;
  color: #fff;
  float: right;
  height: 40px;
  margin-top: -48px;
  padding: 0 !important;
  width: 38px;
  z-index: 1;
}

/* Social */

@media (max-width: 575px) {

  /* .widget_anttheme_widget_social .social-icon:not(:first-child) {
    padding-left: .3rem;
  } */
}

/* Header top */

#header-top {
  margin-top: .7rem;
}

.header-top.widget-area {
  display: flex;
  justify-content: flex-end;
}

.header-top.widget-area > .widget:not(:first-child) {
  margin-left: 20px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

.module {
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

.container-fluid > .module {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

section .module:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
## Address
--------------------------------------------------------------*/

.module-address {
  padding-top: 0 !important;
}

.module-address .map {
	width: 100%;
	height: 650px;
}

/* fixes potential theme css conflict */
.module-address .map img {
  max-width: inherit !important;
}

.module-address .item:not(:last-child) {
/* .module-address .item { */
  margin-bottom: 5rem;
}

.module-address .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.module-address .text {
  /* margin-bottom: 2.5rem; */
}

.module-address .group .text {
  margin-left: 12px;
}


.module-address .info-block {
  margin-top: 3em;
}

.module-address .info-block .title {
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 1.5rem;
  margin-top: .5rem;
  text-align: center;
}

.module-address .info-block i.fas {
  padding-right: .25em;
}

/* .module-address .info-block .col-auto::before {
  font-family: 'Font Awesome 5 Free';
  color: #dec6b9;
  content: '\f111';
  font-weight: bold;
  position: relative;
  left: 0;
  top: 1px;
} */

@media (min-width: 768px) {
  .module-address {
    padding: 0 !important;
  }

  .module-address .info-block {
    position: absolute;
    z-index: 1;
  }

  .module-address .info-block .container,
  .module-address .info-block,
  .module-address .info-block .row {
    height: 650px;
  }

  .module-address .info-block .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .module-address .info-block .row > div {
    background-color: #fff;
    box-shadow: 0 0 .8rem 8px rgba(0, 0, 0, .4);
    padding: 1.5rem;
  }
}


/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/

.module-banner {
  text-align: center;
  /* padding-bottom: 6rem;
  padding-top: 4rem; */
}

.module-banner img {
  margin-bottom: 1rem;
}

.module-banner .title1 {
  font-size: 2.2rem;
  line-height: .9em;
}

.module-banner .title2 {
  font-size: 2.6rem;
  line-height: .8em;
  text-transform: uppercase;
}

.module-banner .title1,
.module-banner .title2 {
  color: #dec6b9;
  font-weight: bold;
  letter-spacing: -.01em;
}

.module-banner .text {
  font-size: 1.5em;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}

@media (min-width: 576px) {

  .module-banner .title1 {
    font-size: 3.2rem;
  }

  .module-banner .title2 {
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {

  .module-banner .title1 {
    font-size: 4.2rem;
  }

  .module-banner .title2 {
    font-size: 4.6rem;
  }
}

@media (min-width: 992px) {

  .module-banner .title1 {
    font-size: 5.2rem;
  }

  .module-banner .title2 {
    font-size: 6.6rem;
  }
}

@media (min-width: 1200px) {

  .module-banner .title1 {
    font-size: 6.2rem;
  }

  .module-banner .title2 {
    font-size: 9.6rem;
  }
}


/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

/* .module-blog .card {
  border: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.module-blog .card-title {
  font-size: 1.1rem;
}

.module-blog .card article {
  margin-bottom: 0;
}

.module-blog .card article > a {
  border-radius: 0.25rem 0.25rem 0 0;
  display: block;
}

.module-blog .entry-content {
  color: #646a7c;
  font-size: 0.9rem;
  line-height: 24px;
}

.module-blog .posted-on {
  display: none;
}

.module-blog .card:hover {
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
} */


/*--------------------------------------------------------------
## Calculator
--------------------------------------------------------------*/

.module-calculator span {
  font-size: .9rem;
  white-space: nowrap;
}

.module-calculator .item {
  padding-bottom: 12px;
  padding-top: 12px;
}

.module-calculator td,
.module-calculator th {
  white-space: normal;
}

/* .module-calculator .btn {
  font-size: .85em;
} */

@media (max-width: 575px) {
  .module-calculator .result,
  .module-calculator .result span {
    font-size: .9rem;
  }
}

@media (max-width: 991px) {
  .module-calculator .border-left {
    border-style: solid;
    border-width: 1px 0 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .module-calculator .result,
  .module-calculator .result span {
    font-size: .8rem;
  }
}

@media (min-width: 576px) {
  .module-calculator .item {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .module-calculator table.result thead th {
    text-align: center;
  }
}


/*--------------------------------------------------------------
## Cite
--------------------------------------------------------------*/

/* blockquote,
cite,
.module-cite {
  color: #9e925f;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

p + blockquote {
  margin: 45px 0;
  padding: 15px;
}

.module-cite p {
  margin-bottom: 0;
} */


/*--------------------------------------------------------------
## Cursos
--------------------------------------------------------------*/

/* .module-cursos_module .details {
  display: none;
}

.module-cursos_module .opened .details {
  display: inline-block;
}
.module-cursos_module .opened .details_hide {
  display: none;
}

.module-cursos_module .cursos_module {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 22.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.module-cursos_module .cursos_module > div {
  border-bottom: solid 1px #575756;
  padding: 10px 0;
}

.module-cursos_module .cursos_module .name {
  font-size: 29px;
  font-weight: 700;
  line-height: 34.6px;
  padding-bottom: 15px;
}

.module-cursos_module .cursos_details h3 {
  margin-top: 0;
}

.module-cursos_module .cursos_details .title {
  font-weight: 700;
  letter-spacing: 1px;
  max-width: none;
  text-transform: uppercase;
  padding-top: 25px;
}

.module-cursos_module .cursos_details > div .title:first-child {
  padding-top: 12px;
}

.module-cursos_module .cursos_details .text {
  padding-left: 25px;
}

.module-cursos_module .btn-open {
  color: #f0837a;
  font-size: 36px;
  line-height: 32px;
  padding: 5px 80px 5px 0;
  text-transform: uppercase;
}

.module-cursos_module a.btn-open:active,
.module-cursos_module a.btn-open:focus,
.module-cursos_module a.btn-open:hover {
  text-decoration: none;
}

.module-cursos_module .details_hide small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 12px;
  vertical-align: middle;
} */


/*--------------------------------------------------------------
## Downloads
--------------------------------------------------------------*/

.module-downloads {
  margin-bottom: .75em;
}

.module-downloads h3 {
  font-size: 1.6rem;
  padding-top: 1.5em;
  text-transform: uppercase;
}

.module-downloads ul {
  padding-left: 0 !important;
  list-style: none;
}

.module-downloads li {
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.module-downloads li:not(:last-child) {
  margin-right: 1.5rem;
}

.module-downloads a::after {
  display: none;
}


/*--------------------------------------------------------------
## Editor
--------------------------------------------------------------*/

.module-editor {
  margin-bottom: 0;
  line-height: 1.6;
}

/* .module-editor h1,
.module-editor h2,
.module-editor h3,
.module-editor h4,
.module-editor h5,
.module-editor h6 {
  font-weight: i;
} */

.entry-content ul,
.module-editor ul {
  padding-left: 1.2rem;
}

.entry-content ul > li,
.module-editor ul > li{
  padding-left: 1rem;
}

.module-editor a {
  text-decoration: none;
}

.module-editor h3:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {

  .module-editor .content {
    padding-left: 16.666667%;
  }
}


/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/

/*body.post-type-archive-eventos #page > div {
  background-color: #10243b;
  background-image: url('img/background_blue.png');
}

body.post-type-archive-eventos .site-content {
  color: #fff;
}

body.post-type-archive-eventos .site-content h2,
body.post-type-archive-eventos .site-content .h2 {
  color: #ffb700;
}

body.post-type-archive-eventos .site-content a {
  color: #ffb700;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
}

body.post-type-archive-eventos .site-content a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  body.post-type-archive-eventos .site-title {
    background-image: url('img/logos/anttheme_logo_white.png');
  }
}

.module-eventos .events {
  margin-top: 35px;
}

.module-eventos .old {
  background-color: #ccc;
  opacity: 0.5;
  position: absolute;
  z-index: 100;
}

.module-eventos article {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}

.module-eventos .evento-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 263px;
}

.module-eventos .evento-title > a {
  color: #fff !important;
  display: block;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: bold !important;
  margin-bottom: 45px;
  position: relative;
}

.module-eventos .evento-title > a:hover {
  color: #ffb700 !important;
}

.module-eventos .evento-title > a::after {
  content: "_";
  display: inline-block;
  left: 0;
  margin-top: 28px;
  position: absolute;
}

.module-eventos .evento-day span {
  color: #ffb700;
}

.module-eventos .evento-link {
  font-family: "CrimsonText-Roman", "Times New Roman", Times, serif;
}

@media (max-width: 767px) {

  .module-eventos .old {
    height: calc(100% - 94px);
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
  }

  .module-eventos .evento-content > div {
    border: solid 7px #ffb700;
    padding: 27px 21px;
    margin-bottom: 60px;
    margin-top: 26px;
  }
}

@media (max-width: 991px) {

  .module-eventos .evento-day span {
    font-size: 36px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {

  .module-eventos .evento-day span {
    font-size: 52px;
    line-height: 53px;
  }
}

@media (min-width: 768px) {

  .module-eventos .old {
    height: calc(100% - 47px);
    left: 36px;
    top: 6px;
    width: calc(100% - 57px);
  }

  .module-eventos article {
    border: solid 7px #ffb700;
    min-height: 330px;
    margin-left: 15px;
    padding: 27px 21px;
  }

}

@media (min-width: 1199px) {
  .module-eventos .evento-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}


.calendar {
  color: #ffb700;
  position: relative;
}

.calendar table {
  margin: 0 auto;
}

.calendar .ui-datepicker-header {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.calendar .ui-datepicker-header {
  text-align: center;
  margin-bottom: 25px;
}

.calendar .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  right: 7%;
  visibility: hidden;
}

.calendar .ui-datepicker-header .ui-datepicker-next::after {
  content: '>';
  display: inline-block;
  padding: 0 10px;
  visibility: visible;
}

.calendar .ui-datepicker-header .ui-datepicker-prev {
  cursor: pointer;
  left: 7%;
  position: absolute;
  visibility: hidden;
}

.calendar .ui-datepicker-header .ui-datepicker-prev::before {
  content: '<';
  display: inline-block;
  padding: 0 10px;
  visibility: visible;
}

.calendar .ui-datepicker-month {
  text-transform: capitalize;
}

.calendar .ui-state-default {
  cursor: default;
  text-decoration: none !important;
}

.calendar a {
  color: #fff !important;
}

.calendar th,
.calendar td {
  padding: 7px;
  text-align: center;
}

.calendar td {
  background-color: #ffb700;
}

.calendar td.ui-datepicker-unselectable {
  background-color: transparent;
  color: #fff;
}

.calendar .ui-datepicker-current-day {
  background-color: #ffb700;
}

@media (max-width: 767px) {

  .calendar {
    margin-bottom: 60px;
  }

  .calendar,
  .calendar a {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .calendar .ui-datepicker-title {
    padding-top: 5px
  }
}

@media (min-width: 768px) {
  .calendar {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 100px;
  }
}*/


/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/

.module-form {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.module-form .form-group {
  margin-bottom: 0;
}

.module-form .form-group > label {
  visibility: hidden;
}


/*--------------------------------------------------------------
## Form contact cf7
--------------------------------------------------------------*/

div.wpcf7-validation-errors {
  border: 0;
  color: #ff0000;
  text-align: center;
}


/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.gallery .card {
  border: none;
}

.gallery .image > a::before {
  background: #dec6b9 url('img/icons/plus.svg') no-repeat scroll center;
  background-size: 65px;
  content: '';
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;

  opacity: 0;
  transition: opacity 1s;
}

.gallery .image > a:hover:before {
  opacity: 1;
}

.module-multimedia .caption {
  display: none;
}

/* .module-multimedia .gallery .slick-slider .item {
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: .25rem 1.5rem;
} */

.home .module-multimedia .gallery .slick-slider .item {
  padding: .25rem 1.5rem;
}

.module-multimedia .gallery .slick-slide {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
}

.module-multimedia .gallery .slick-next {
  right: -20px;
}

.module-multimedia .gallery .slick-prev {
  left: -20px;
}

.module-multimedia .gallery .slick-prev::before {
  content: '\f104';
}

.module-multimedia .gallery .slick-next::before {
  content: '\f105';
}

.module-multimedia .gallery .slick-prev::before,
.module-multimedia .gallery .slick-next::before {
  background: none;
  color: #666;
  display: initial;

  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: relative;
  left: 0;
  top: 1px;
}

.container-fluid .module-multimedia .gallery .slick-next {
  right: 20px;
}

.container-fluid .module-multimedia .gallery .slick-prev {
  left: 20px;
}

.container-fluid .module-multimedia .gallery .slick-next,
.container-fluid .module-multimedia .gallery .slick-prev {
  background-color: #222;
  border: 0;
}

.container-fluid .module-multimedia .gallery .slick-prev::before,
.container-fluid .module-multimedia .gallery .slick-next::before {
  color: #fff;
}


.slick-images {
  margin-bottom: 2rem;
}

.slick-images .slick-slide img {
  padding-bottom: 2rem;
}

.slick-images .slick-next,
.slick-images .slick-prev {
  bottom: -3rem;
  top: auto;
}

.slick-images .slick-next {
  right: 1.5rem;
}

.slick-images .slick-prev {
  left: 1.5rem;
}

@media(min-width: 768px) {

  .slick-images {
    margin-bottom: 3rem;
  }

  .slick-images .slick-slide img {
    padding-top: 2rem;
  }

  .slick-images .slick-slide a:first-child img {
    padding-right: 2rem;
  }

  .slick-images .slick-slide a:nth-child(2) img {
    padding-left: 2rem;
  }
}


/*--------------------------------------------------------------
## H2
--------------------------------------------------------------*/

.module-title_h2 > h2,
.site-footer h2 {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .3em;
  margin-bottom: 4rem;
  text-align: center;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
## H3
--------------------------------------------------------------*/

.module-subtitle_h3 > h3 {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
## Hightlights
--------------------------------------------------------------*/

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

.module-hightlights div.icon {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.module-hightlights .card {
  background-color: transparent;
  border: 0;
}

.module-hightlights .card-img-top {
  align-self: center;
  width: 100px;
}

.module-hightlights .card-title {
  font-weight: bold;
}

/* .module-hightlights .card-title strong {
  color: #dec6b9;
} */

.module-hightlights .card-text {
  font-size: .9em;
  line-height: 1.5em;
}


/*--------------------------------------------------------------
## Image + Text
--------------------------------------------------------------*/

#blog .module-image img {
  width: 100%;
}

.module-image {
  margin-bottom: 45px;
}


/*--------------------------------------------------------------
## In_numbers
--------------------------------------------------------------*/

.module-in_numbers .card {
  border-radius: 0;
  color: #fff;
  margin-bottom: 0;
  min-width: 250px;
  text-align: center;
  text-transform: uppercase;
}

.module-in_numbers .card-group .card:nth-child(even) {
  background-color: #0a0a0a;
}

.module-in_numbers .card-group .card:nth-child(odd) {
  background-color: #dec6b9;
}

.module-in_numbers .card-body {
  padding: 1.5rem;
}

.module-in_numbers .card-title {
  color: #fff;
  font-size: 4.5em;
  font-weight: 800;
  white-space: nowrap;
}

.module-in_numbers .card-title span {
  display: inline-block;
  min-width: 155px;
}

.module-in_numbers .card-title span {
  display: inline-block;
  min-width: 155px;
}

.module-in_numbers .card-title i {
  font-size: 2rem;
  padding-right: .4em;
  position: relative;
  top: -5px;
}

.module-in_numbers .card-text {
  font-size: 1.2em;
  font-weight: 800;
  padding-top: 1em;
}

@media (min-width: 992px) {
  .module-in_numbers .card {
    min-width: 240px;
  }
}

@media (max-width: 1199px) {

  .module-in_numbers .card-title i {
    display: block;
  }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.module-links ul {
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
}

.module-links a {
  background-color: #fff;
  color: #141414;
  font-size: .7em;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
## List
--------------------------------------------------------------*/

.module-list:last-child > ul:last-child,
.module-list:last-child > ul:last-child > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.module-list > ul {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 24px;
  text-transform: uppercase;
}

.module-list li {
  padding-bottom: 22px;
  padding-top: 15px;
  position: relative;
}

.module-list li::before {
  border-top: solid 2px #000a8b;
  content: ' ';
  display: block;
  left: -24px;
  position: absolute;
  top: 23px;
  width: 10px;
}

.module-list li > p:last-child {
  margin: 0;
}

.module-list li em {
  font-style: normal;
  text-transform: initial;
}

.module-list li .links > p {
  margin-bottom: .5em;
}

.module-list li .links a {
  margin-right: .5em;
}


/*--------------------------------------------------------------
## Map
--------------------------------------------------------------*/

.module-map .map {
  height: 322px;
}


/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/

.module-newsletter a {
  text-decoration: underline;
}

.module-newsletter input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.module-newsletter textarea {
  border: none;
  box-shadow: none;
}

.module-newsletter button {
  font-size: .85rem;
  padding: 8px 18px;
}


/*--------------------------------------------------------------
## Portofolio
--------------------------------------------------------------*/

.module-portofolio .tags {
  text-align: center;
  margin-bottom: 30px;
}

.module-portofolio .item {
  float: left;
  min-height: 1px;
  position: relative;
  width: 25%;
}


/*--------------------------------------------------------------
## Project
--------------------------------------------------------------*/

.post-type-archive-project .wrapper-image,
.tax-project_category .wrapper-image {
  margin-bottom: 30px;
  position: relative;
  /* text-align: center; */
}

.post-type-archive-project .wrapper-image a,
.tax-project_category .wrapper-image a {
  text-decoration: none;
}

.post-type-archive-project .wrapper-image img,
.tax-project_category .wrapper-image img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.post-type-archive-project .wrapper-image:hover img,
.tax-project_category .wrapper-image:hover img {
  -webkit-filter: none;
  filter: none;
}

.post-type-archive-project .wrapper-image:hover .title,
.tax-project_category .wrapper-image:hover .title {
  opacity: 1;
  transition: opacity 1s;
}

.post-type-archive-project .title,
.tax-project_category .title {
  font-size: .9em;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 991px) {

  .post-type-archive-project .title,
  .tax-project_category .title {
    bottom: 18px;
    opacity: 0;
    transition: opacity 1s;
    left: 25px;
    position: absolute;
  }
}


/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/

.separator-xs {
  margin-bottom: 2rem;
}

.separator-sm {
  margin-bottom: 4.5rem;
}

.separator-md {
  margin-bottom: 6.2rem;
}

.separator-lg {
  margin-bottom: 8.5rem;
}

.separator-xl {
  margin-bottom: 10.5rem;
}

.separator {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .separator-md {
    margin-bottom: 3.5em;
  }
}


/*--------------------------------------------------------------
## Servicios
--------------------------------------------------------------*/

/* .module-servicios {
  text-align: center;
}

.module-servicios article {
  padding: 0 15px;
}

.module-servicios .img {
  margin-bottom: 30px;
}

.module-servicios img {
  margin: 0 auto;
} */


/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.module-slider {
  margin: 0 auto;
}

/* Slick */

.module-slider .slick-slider .slide {
  display: block !important;
  /* height: 100vh; */
}

.module-slider .slide-caption {
  font-weight: 500;
  line-height: 1rem;
  width: 100%;
}

.module-slider > .float .slide-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* position y */
.module-slider > .float .slide .middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-slider > .float .slide .top {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.module-slider > .float .slide .bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.module-slider > .fixed .left .slide-caption {
  text-align: left;
}
.module-slider > .fixed .right .slide-caption {
  text-align: right;
}

.module-slider .slide-img {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 564px;
  width: 100%;
}

.module-slider .slide > a {
  text-decoration: none;
}

.module-slider .slide > img,
.module-slider .slide > a > img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-height: 260px;
  margin: 0 auto .5rem;
  width: 100%;
}

/* .module-slider .slide-img::after {
  background-color: rgba(25, 25, 25, .4);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
} */

.module-slider .slide-video.video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform:translate(-50%, -50%);
}

.module-slider .slide-video iframe {
  pointer-events: none;
  position: relative;
}

.scroll-btn {
  display: inline-block;
  margin: 2rem auto -10px;
  text-align: center;
  width: 57px;
}

.scroll-btn > a {
  display: block;
}

.scroll-btn .mouse,
.scroll-btn .wheel {
  color: #786500;
}

.scroll-btn .mouse {
  border: 2px solid #786500;
  border-radius: 24px;
  display: inline-block;
  height: 50px;
  opacity: .75;
  position: relative;
  transform: scale(0.8);
  width: 30px;
}

.scroll-btn .wheel {
  position: relative;
  display: inline-block;
  height: 22px;
  margin: 10px auto 5px;
  animation-duration: 3s !important;
}

.scroll-btn .wheel span {
  background: #786500;
  border-radius: 50%;
  display: block;
  height: 8px;
  left: 50%;
  margin: -14px 0 0 -4px;
  position: absolute;
  top: 18px;
  width: 8px;
}

.module-slider .slide-title {
  color: #fff;
  display: block;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5em;
}

.module-slider .slide-content {
  color: #fff;
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
}

.module-slider .slide-content p {
  line-height: 1.2em;
}

.module-slider .slide-content p:last-child {
  margin-bottom: 0;
}

.module-slider .slide-caption > a {
  align-items: center;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: .9em;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  margin: 5px auto 0;
  text-decoration: none;
  width: 45px;

  transition: all .5s linear;
}

.module-slider .slide-caption > a:hover {
  background-color: #fff;
  border: 0;
  color: #141414 !important;
  opacity: .8;
}

.module-slider .slick-next {
  background: transparent url('img/icons/arrow-right.svg') no-repeat scroll center !important;
  /* display: none !important; */
  opacity: 0;
  transition: opacity 1s;
  margin: 1rem;
  right: 5px;
  width: 28px;
}

.module-slider:hover .slick-next {
  opacity: 1;
  transition: opacity 1s;
}

.module-slider .slick-next::before {
  display: none;
}

.module-slider .slick-prev {
  display: none !important;
}

@media (min-width: 576px) {

  .module-slider .slide > img,
  .module-slider .slide > a > img {
    max-height: 564px;
  }

  .module-slider > .float .slide-caption {
    z-index: 5;
  }

  .module-slider .slide-caption > a {
    font-size: 1.1em;
    height: 65px;
    margin-top: 20px;
    width: 65px;
  }
}

@media (min-width: 768px) {

  .module-slider .slide-body {
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .module-slider > .float .slide-caption {
    padding: 38px;
  }

  /* position x */
  /* .module-slider > .float .slide > .center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  } */
  .module-slider > .float .slide > .left {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .module-slider > .float .slide > .right {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }

  .module-slider .slide-title {
    font-size: 2.5em;
  }

  .module-slider .slide-content {
    font-size: 1.1em;
  }
}

@media (min-width: 992px) {

  /* .module-slider .slide-img {
    background-attachment: fixed;
  } */

  .module-slider .slide-title {
    font-size: 2.8em;
  }

  .module-slider .slide-caption > a {
    font-size: 1.2em;
    height: 85px;
    width: 85px;
  }

  .module-slider .slick-next {
    right: 70px;
  }
}

@media (min-width: 1200px) {

  .module-slider .slide-title {
    font-size: 2.8em;
  }
}


/*--------------------------------------------------------------
## Reasons
--------------------------------------------------------------*/

.module-reasons {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.module-reasons > .container {
  max-width: 850px;
}

.module-reasons h2.title {
  color: #dec6b9;
}

.module-reasons h2.title::after {
  display: none;
}

.module-reasons ol {
  counter-reset: item;
  padding-left: 0;
}

.module-reasons ol li {
  display: block;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 1rem;
}

.module-reasons ol li:before {
  color: #dec6b9;
  content: counter(item) '. ';
  counter-increment: item;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 768px) {

  .module-reasons {
    padding-top: 3rem;
  }
}


/*--------------------------------------------------------------
## Related
--------------------------------------------------------------*/

.module-related {
  display: block;
}

/* Board */

.module-related .board .card {
  border: 0;
}

.module-related .board .card-media,
.module-related .board .card-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.module-related .board .card-media {
  position: relative;
}

.module-related .board .card-media > a {
  display: block;
}

.module-related .board .card-bar {
  border: solid 1px #ececec;
  border-width: 1px 0;
  margin-bottom: 1rem;
  position: relative;
}

.module-related .board .card-bar a {
  padding: 9px 8px 3px;
}

.module-related .board .card-bar a:first-child {
  padding-left: 0;
}

.module-related .board .card-title {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 1rem;
}

.module-related .board .card-text {
  line-height: 2em;
}

.module-related .board .posted-on {
  background-color: #dec6b9;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-style: italic;
  max-height: 60px;
  line-height: 1;
  padding: .55rem 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  max-width: 67px;
}

.module-related .board .posted-on time > span {
  display: block;
}

.module-related .board .slick-next {
  right: 12px;
}

.module-related .board .slick-prev {
  left: 12px;
}

.module-related .board .slick-next,
.module-related .board .slick-prev {
  background-color: #fff;
}

/* Card */

.module-related .block .card {
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0;
}

.module-related .block .card-image {
  position: relative;
}

.module-related .block .card-image a {
  display: block;
}

.module-related .block .posted-on {
  background-color: #f7f7f7;
  bottom: 0;
  left: 0;
  line-height: 1;
  padding: 1rem 1.6rem 0;
  position: absolute;
  text-align: center;
}

.module-related .block .entry-date {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: .1rem;
}

.module-related .block .entry-date > span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.module-related .block .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.2em;
  font-weight: 800;
  -webkit-line-clamp: 2;
  line-height: 1.7em;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.module-related .block .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.7em;
  height: 6.8em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.module-related .block .card-subtitle {
  font-size: .85em;
}

.module-related .block .card-subtitle.categories > ul a:hover {
  color: #181818;
}

/* @media (min-width: 768px) {
  .module-related .card-body {
    min-height: 146px
  }
} */

/* Card Slim */

.module-related .card-slim .card {
  border: 0;
}

.module-related .card-slim .card-title {
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.module-related .card-slim .card-subtitle {
  color: #6f6f6f;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  text-transform: inherit;
}

.module-related .card-slim .card-bar {
  top: -65px;
  height: 46px;
  left: 0;
  padding: .5rem 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 576px) {

  .module-related .card-slim .card-bar {
    top: -32px;
    height: 26px;
    padding: .2rem 0;
  }

  .module-related .card-slim.team .card-bar a {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}

.module-related .card-slim.team {
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.module-related .card-slim.team .card-body {
  position: relative;
}

/* Carousel */

.module-related .carousel .slick-slider .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  /* width: 100px; */
}

.module-related .carousel .slick-slider .item {
  padding: .25rem 1.5rem;
}

.module-related .carousel .slick-slider .item > .row > div {
  padding: 0 .25rem;
}

@media (max-width: 575px) {
  /* .module-related .slick-slider .slick-arrow {
    display: none;
  } */
}

.module-related .image-text a {
  color: #dec6b9;
  text-decoration: underline;
}

/* Portfolio */

.module-related .image-text .item {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.module-related .image-text .title {
  color: #dec6b9;
  /* font-size: 2.3rem; */
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: inherit;
}

.module-related .image-text .title::after {
  display: none;
}

.module-related .image-text .subtitle {
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 300;
  padding-top: 80px;
}

.module-related .image-text.team .subtitle::after {
  content: '/';
  padding-left: 5px;
}

.module-related .image-text .content {
  margin-bottom: 2rem;
}

.module-related .image-text .content.ellipsis {
  height: 58px;
}

.module-related .image-text .content.ellipsis::before {
  height: 58px;
}

/* Portfolio */

.module-related .portfolio .links {
  margin-bottom: 2.5rem;
}

.module-related .portfolio .links a {
  padding: .5rem .75rem;
  margin-bottom: 1rem;
}

.module-related .portfolio .links a:not(:first-child) {
  margin-left: 1rem;
}

.module-related .portfolio .card-group {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.module-related .portfolio .card-group > div:last-child {
  margin-bottom: 0;
}

.module-related .portfolio .card {
  border: 0;
  flex-basis: 50%;
  /* max-width: 480px; */
  opacity: 1;
  height: auto;
}

.module-related .portfolio .card > article {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.module-related .portfolio .card a {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1 !important;
}

.module-related .portfolio a > .card-img-top,
.module-related .portfolio a > .card-img-top > img {
  width: 100%;
}

.module-related .portfolio a > .card-img-top::before {
  background-color: rgba(29, 37, 44, .5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all .5s;
}

.module-related .portfolio a:hover > .card-img-top::before,
.module-related .portfolio a.active > .card-img-top::before {
  background-color: rgba(0, 0, 0, .8);
}

.module-related .portfolio a:hover > .card-body,
.module-related .portfolio a.active > .card-body {
  display: block;
}

.module-related .portfolio .card-body {
  /* height: 100%; */
  position: absolute;
  text-align: center;
  /* top: 0; */
  width: 100%;
  z-index: 1;
}

.module-related .portfolio .card-title {
  color: #9e925f;
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}

.module-related .portfolio .card-subtitle {
  color: #fff;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
  text-transform: inherit;
  text-transform: capitalize;
}

@media (min-width: 576px) {

  .module-related .portfolio .card-body {
    display: none;
  }
}

/* @media (min-width: 768px) {

  .module-related .portfolio .card {
    flex-basis: 25%;
  }
} */

/* Ticket */

.module-related .ticket {
  text-align: center;
}

.module-related .ticket > div > .row > div {
  margin-top: 4em;
}

.module-related .ticket > div > .row > div:nth-child(-n+4)  {
  margin-top: 0;
}

.module-related .ticket .card  {
  background-color: transparent;
}

.module-related .ticket .card-title  {
  font-size: 1.6em;
  height: auto;
  text-transform: uppercas
  e;
}
.module-related .ticket .card-text {
  height: auto;
}

/* Slider */

@media (max-width: 1199px) {

  .module-related .slider .slick-next {
    bottom: 0;
    float: right;
    position: relative;
    right: 0;
  }

  .module-related .slider .slick-prev {
    bottom: -43px;
    left: 0;
    top: auto;
  }
}

/* Game */

/* .module-related .game .animated-number {
  font-size: 5em;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap
}

.module-related .game .title {
  font-size: 1.2em;
  font-weight: 500;
  opacity: .6;
  text-transform: uppercase;
}

.table td {
  font-weight: 500;
  opacity: .6;
  text-transform: uppercase;
} */


/*--------------------------------------------------------------
## RRSS
--------------------------------------------------------------*/

.module-rrss {
  padding-top: 1rem;
}

.module-rrss a {
  border: solid 2px #333E48;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  margin-right: .5rem;
  padding: 6px 0;
  text-align: center;
  width: 35px;
}

.module-rrss a:hover {
  border-color: #dec6b9;
}

.module-rrss a > i {
  font-size: 1.2em;
  vertical-align: middle;
}


/*--------------------------------------------------------------
## Static
--------------------------------------------------------------*/

/* eventos360 */

#svg-eventos360 {
  max-width: 550px;
}

#svg-eventos360 .btn {
  cursor: initial;
  opacity: 1 !important; /* overwrite opacity .btn:hover */
}

@media (max-width: 991px) {

  #svg-eventos360 .btn {
    cursor: pointer;
  }

  #svg-eventos360 .btn.hover path {
    fill: #fff;
    stroke: #dec6b9;
  }

  #svg-eventos360 .btn.hover text{
    fill: #dec6b9;
  }
}

.module-static .eventos360 {
  text-align: center;
}

.module-static .eventos360 span {
  color: #dec6b9;
  font-style: italic;
  font-weight: 500;
}

.module-static .eventos360 .slick-eventos360 {
  margin: 2rem auto 0;
  max-width: 480px;
}

.module-static .eventos360 .slick-dots {
  border-bottom: solid 2px #dec6b9;
  bottom: initial;
  color: #dec6b9;
  font-size: 1.2rem;
  font-style: italic;
  left: 0;
  max-width: 300px;
  padding-bottom: .5rem;
  right: 0;
  top: 0;
}

.module-static .eventos360 .slick-dots .slick-active {
  color: #dec6b966;
}

.module-static .eventos360 .slick-list {
  padding-top: 4rem;
}

.module-static .eventos360 .item {
  text-align: left;
}

.module-static .eventos360 .item ul {
  display: table;
  list-style: none;
  padding-left: 0;
}

.module-static .eventos360 .item ul > li {
  display: table-row;
  font-weight: 500;
}

.module-static .eventos360 .item ul > li::before {
  content: '>';
  display: table-cell;
  padding-right: .5rem;
}

@media (min-width: 1200px) {

  .module-static .eventos360 {
    position: relative;
  }

  .module-static .eventos360 .item {
    max-width: 265px;
  }

  .module-static .eventos360 .item-1 {
    left: 45px;
    position: absolute;
    top: 15px;
  }

  .module-static .eventos360 .item-2 {
    right: 75px;
    position: absolute;
    top: 15px;
  }

  .module-static .eventos360 .item-3 {
    right: -25px;
    position: absolute;
    top: 290px;
  }

  .module-static .eventos360 .item-4 {
    right: 0;
    position: absolute;
    top: 525px;
  }

  .module-static .eventos360 .item-5 {
    padding-left: 50px;
  }

  .module-static .eventos360 .item-6 {
    left: 45px;
    position: absolute;
    top: 525px;
  }

  .module-static .eventos360 .item-7 {
    left: -35px;
    position: absolute;
    top: 290px;
  }

}


/* hacemos */

.module-static .hacemos {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

svg a {
  cursor: pointer;
}

svg a:hover {
  opacity: 1;
}

#svg-hacemos .eventos360 .points .cls-1,
#svg-hacemos .servicios60 .points .cls-1 {
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#svg-hacemos .eventos360:hover .points .fill,
#svg-hacemos .servicios60:hover .points .fill:nth-child(-n+10) {
  fill-opacity: 1;
}

#svg-hacemos .eventos360 .title,
#svg-hacemos .servicios60 .title {
  animation: hacemos-title-out 1.5s backwards;
}

#svg-hacemos .eventos360:hover .title,
#svg-hacemos .servicios60:hover .title {
  animation: hacemos-title-in 1.5s forwards;
}

@keyframes hacemos-title-in {
  from {
    -ms-transform: translate(0, 43px);
    -moz-transform: translate(0, 43px);
    -o-transform: translate(0, 43px);
    -webkit-transform: translate(0, 43px);
    transform: translate(0, 43px);
  }

  to {
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes hacemos-title-out {
  from {
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  to {
    -ms-transform: translate(0, 43px);
    -moz-transform: translate(0, 43px);
    -o-transform: translate(0, 43px);
    -webkit-transform: translate(0, 43px);
    transform: translate(0, 43px);
  }
}

#svg-hacemos.preload .eventos360 .subtitle,
#svg-hacemos.preload .servicios60 .subtitle {
  visibility: hidden;
}

#svg-hacemos .eventos360 .subtitle,
#svg-hacemos .servicios60 .subtitle {
  animation: opacity-out 1s;
  opacity: 0;
}

#svg-hacemos .eventos360:hover .subtitle,
#svg-hacemos .servicios60:hover .subtitle {
  animation: opacity-in 1.5s forwards;
  animation-delay: .8s;
}

@keyframes opacity-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacity-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media (max-width: 765px) {

  .module-static .hacemos {
    margin-bottom: 4rem;
    margin-top: 4rem;
    overflow: hidden;
  }

  #svg-hacemos {
    padding: 1.6rem 0;
    transform: scale(1.55);
  }
}


/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

@media (max-width: 991px) {

  .module-table table td {
    display: block;
  }
}


/*--------------------------------------------------------------
## Text
--------------------------------------------------------------*/

/* .home .module-text {
  text-align: justify;
} */

article .module-text {
  margin-bottom: 30px;
}

.module-text a {
  color: #3b85b7;
}

.module-text + .module-title_h2 {
  margin-top: 3rem;
}

.module-text p,
.module-image_text p {
  /* text-align: justify; */
  text-indent: 1rem;
}

@media (min-width: 576px) {
  .module-text p,
  .module-image_text p {
    text-indent: 2.5rem;
  }
}


/*--------------------------------------------------------------
## Testimonies
--------------------------------------------------------------*/

.module-testimonies .item {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.module-testimonies .item:nth-child(1n) {
  background-color: #f2f2f2;
}

.module-testimonies .item:nth-child(2n) {
  background-color: #fff;
}

.module-testimonies .item:nth-child(3n) {
  background-color: #000;
}

.module-testimonies .item:nth-child(3n) h3 {
  color: #fff;
}

.module-testimonies .body {
  -ms-flex-item-align: center;
  align-self: center;
}

.module-testimonies h2 {
  color: #dec6b9;
  margin-bottom: 0;
}

.module-testimonies h3 {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.module-testimonies h2,
.module-testimonies h3 {
  font-size: 2.3em;
  letter-spacing: inherit;
  line-height: 1.3;
  text-align: inherit;
}

.module-testimonies h2::after,
.module-testimonies h3::after {
  display: none;
}

.module-testimonies cite {
  font-size: 1.5em;
  font-style: normal;
  padding-left: 50px;
  position: relative;
  display: block;
}

.module-testimonies cite::before {
  background: transparent url('img/icons/cite.png') no-repeat scroll center;
  content: '';
  display: block;
  height: 51px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 74px;
}

.module-testimonies img {
  border-radius: 50%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {

  .module-testimonies {
    font-size: .8em;
  }

  .module-testimonies cite {
    padding-left: 100px;
  }

  .module-testimonies h2 {
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {

  .module-testimonies .item {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .module-testimonies .item:nth-child(even) .row > div:first-child {
    order: 1;
    text-align: right;
  }

  .module-testimonies cite {
    padding-left: 0;
  }

  .module-testimonies cite::before {
    left: -100px;
  }
}


/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

.module-video ul {
  margin: 0;
}

.module-video li {
  border: 0;
  margin-bottom: 30px;
  padding: 0;
}

.module-video li:last-child {
  margin-bottom: 0;
}

.module-video .link {
  display: block;
  position: relative;
  text-align: center;
}

.module-video .play {
  background: transparent url('img/modules/play.png') no-repeat center;
  background-size: contain;
  position: absolute;
  height: 25%;
  left: 41%;
  top: 37%;
  width: 16%;
}

.module-video img {
  width: 100%;
}


/*--------------------------------------------------------------
# CPT
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Downloads
--------------------------------------------------------------*/

/* .cpt-downloads article {
  padding: 20px;
  border: solid 1px #6d9489;
  margin-bottom: 30px;
}

.cpt-downloads article:active,
.cpt-downloads article:focus,
.cpt-downloads article:hover {
  border-color: #eb5e57;
}

.cpt-downloads h3 {
  margin-top: 16px;
}

.cpt-downloads h4 {
  border-top: solid 1px #575756;
  padding-top: 5px;
  margin-bottom: 30px;
}

.cpt-downloads a {
  font-size: 30px;
  line-height: 38px;
}

.cpt-downloads a,
.cpt-downloads a:active,
.cpt-downloads a:focus,
.cpt-downloads a:hover {
  color: #eb5e57;
}

@media (min-width: 992px) {
  .cpt-downloads h3 {
    height: 114px;
  }

  .cpt-downloads h4 {
    height: 72px;
  }

  .cpt-downloads .description {
    height: 180px;
  }
}

@media (min-width: 1200px) {
  .cpt-downloads h3 {
    height: 76px;
  }

  .cpt-downloads h4 {
    height: 50px;
  }

  .cpt-downloads .description {
    height: 168px;
  }
} */


/*--------------------------------------------------------------
## Cursos
--------------------------------------------------------------*/

/* .single-cursos .date {
  color: #6d9489;
  border-bottom: solid 1px #575756;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.single-cursos h2::after {
  margin-top: 0;
}

.single-cursos article > section {
  border: solid 1px #fff;
}

.single-cursos article > section:hover {
  border-color: #f0837a;
}

.single-cursos article > section:nth-child(2),
.single-cursos article > section:nth-child(2):hover {
  border: 0;
} */


/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.btn-back {
  cursor: pointer;
}

.text-invert,
.text-invert * {
  color: #fff;
}

.text-invert .btn-light {
  color: inherit;
}

/* .text-invert strong {
  color: #dec6b9 !important;
} */

.bg-gray {
  color: #191919;
  background-color: #f2f2f2;
}

.bg-orange {
  background: #dec6b9;
  background-position-y: -35px !important;
  font-size: 1rem;
  line-height: 1.4em;
  padding-top: 8rem;
}

/* .bg-orange.text-invert strong {
  color: #fff !important;
} */

.btn-group-xl > .btn,
.btn-xl {
  border-radius: .3rem;
  font-size: .8rem !important;
  letter-spacing: .5em;
  line-height: 1.8;
  padding: 1rem 2rem;
}

.row-align-items-end > div > .row {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

@media (max-width: 767px) {

  .background-hide-mobile {
    background-image: none !important;
    padding: inherit !important;
  }
}

.ellipsis {
  overflow: hidden;
}

.ellipsis:before {
  content: '';
  float: left;
  width: 5px;
  height: 60px;
}

.ellipsis > *:first-child {
  float: right;
  margin-left: -5px;
  width: 100%;
  /* word-break: break-all; */
}

.ellipsis:after {
  content: '...';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -22px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top,
  from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.text-invert .ellipsis:after {
  background: -webkit-gradient(linear, left top, right top,
  from(rgba(0, 0, 0, 0)), to(black), color-stop(50%, black));
	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
	background: -o-linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
	background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
}

.more {
  /* height: 250px; */
  overflow: hidden;
  transition: all .5s linear;
  /* text-align: justify; */
}


.container-md,
.module-form form {
    margin: 0 auto;
    max-width: 768px;
}

.container-lg {
    margin: 0 auto;
    max-width: 992px;
}


/*--------------------------------------------------------------
# Custom Bootstrap
--------------------------------------------------------------*/

/* Background */

.bg-secondary {
  background-color: #f2f2f2 !important;
}

/* Border */

.border-right {
  border-color: #eee !important;
}

/* Breadcrumb */

.breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb > li:not(:first-child):before {
  font-family: 'Font Awesome 5 Free';
  color: #ccc;
  content: '\f105';
  font-weight: bold;
  position: relative;
  left: 0;
  top: 1px;
}

/* Buttons */

.btn {
  border: 0;
  border-radius: 0.2rem;
  font-size: .9em;
  font-weight: 500;
  /* padding: 10px 20px; */
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.btn:active,
.btn:hover {
  outline: none !important;
  box-shadow: none !important;
}

.btn:hover {
  opacity: .8;
}

.btn.btn-lg {
  padding: .8rem 2.5rem;
}

.btn-primary,
.btn-primary:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: .5rem 2rem;
}

.btn-primary:hover {
  /* -webkit-box-shadow: 0 0 0 2px #dec6b9 inset !important;
  box-shadow: 0 0 0 2px #dec6b9 inset !important; */
}

.btn-dark,
.btn-dark:focus {
  background-color: #111 !important;
  /* color: #fff !important;
  box-shadow: 0 0 0 3em #191919 inset; */
}

.btn-dark:hover {
  /* box-shadow: 0 0 0 2px #191919 inset;
  background-color: transparent;
  color: #191919 !important; */
}

.btn-light,
.btn-light:focus {
  background-color: #fff;
  border: solid 1px #ececec;
}

.btn-light:hover,
.btn-light.current {
  background-color: #fff;
  border: solid 1px #dec6b9;
}

.btn-transparent {
  border: solid 2px #dec6b9;
  color: #dec6b9 !important;
}

.btn-transparent:hover {
  box-shadow: 0 0 0 2px #dec6b9 inset;
  background-color: #dec6b9;
  color: #141414 !important;
}

.btn-orange,
.btn-orange:focus {
  background-color: #dec6b9;
  /* box-shadow: 0 0 0 3em #dec6b9 inset; */
  /* box-shadow: none; */
  color: #fff !important;
  padding: .75rem 2.5rem;
}

.btn-orange:hover {
  opacity: .9;
  /* box-shadow: 0 0 0 2px #dec6b9 inset;
  color: #fff !important; */
}


/* Cards */

.card > article {
  margin-bottom: 0;
}

.card-title {
  font-size: 1em;
}

.card-footer {
  background-color: transparent;
  border: 0;
}

.card-bar {
  background-color: #fff;
  padding: .5rem 0;
}

.card-bar ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.card-bar li:not(:last-child) {
  margin-right: .5rem;
}

.card-bar li {
  display: inline-block;
}

.card-bar a {
  display: inline-block;
  padding: 5px 8px;
}

.card-bar .fas,
.card-bar .fab {
  font-size: 1rem;
}

@media (min-width: 576px) {

  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .card-columns {
    width: 98% !important;
  }
}

@media (max-width: 767px) {
  .card-deck .card {
    flex: inherit;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

/* Container */

.site-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}


@media (max-width: 767px) {

  .container-reset {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {

  .container-reset {
    overflow: hidden;
  }
}


/* Modal */

#modal .modal-body {
  padding: 0;
}

#modal .modal-header {
  border: 0;
  position: absolute;
  right: 70px;
  top: 45px;
  z-index: 1;
}

#modal .modal-header button.close span {
  display: block;
}

.modal-padding {
  padding: 140px 15px;
}

.modal-xl {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 576px) {

  .modal-padding {
    padding: 140px 110px;
  }
}

@media (min-width: 768px) {

  .modal-padding .ponente .entry-content {
    padding-left: 2.5em;
  }
}

@media (min-width: 992px) {

  .modal-padding {
    padding: 140px 220px;
  }
}

@media (min-width: 1200px) {

  .modal-xl {
    max-width: 1200px;
  }
}

/* Pagination */

.page-link:focus {
  box-shadow: none;
}

/* Tables */

/* .table {
  background-color: #f7f7f7;
} */

.table td {
  border: 0;
  color: #8e8e8e;
  padding: 0;
}

.table .thead-dark th {
  background-color: #dec6b9;
  border-color: #dec6b9;
  font-size: 1em;
  text-transform: uppercase;
}

/* MISC */

.social-icon .far {
  font-weight: normal;
}

/* LIST */

ul.list-inline.list-separator > li.list-inline-item {
  position: relative;
}

ul.list-inline.list-separator > li.list-inline-item::after {
  background-color: #fff;
  content: ' ';
  height: 20px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

ul.list-inline.list-separator > li.list-inline-item:not(:last-child) {
  padding-right: 0.5rem;
}

ul.list-inline.list-separator > li.list-inline-item:last-child:after {
  content: none;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes slideDown {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slideUp {
  0%   { height: 74px; }
  50% { height: 0; }
  100% { height: auto; }
}


/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/

#loading {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#loading > .text {
	color: #dec6b9;
	font-size: 22px;
  font-weight: bold;
	position: absolute;
	text-align: center;
	top: calc(50% + 100px);
	width: 100%;
	z-index: 1016;
}

#loading > .background {
  background-color: #fff;
  height: 100%;
  opacity: 0.3;
}

#loading > .loading   {
	height: 200px;
	left: calc(50% - 100px);
	position: absolute;
	top: calc(50% - 100px);
	width: 200px;
}

#loading > .loading > div {
  background: #dec6b9;
  border-radius: 10px;
  left: 93px;
  height: 40px;
  position: absolute;
  top: 80px;
  width: 14px;
}

@-webkit-keyframes uil-default-anim {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes uil-default-anim {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

#loading > .loading > div:nth-of-type(1) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

#loading > .loading > div:nth-of-type(2) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

#loading > .loading > div:nth-of-type(3) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#loading > .loading > div:nth-of-type(4) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

#loading > .loading > div:nth-of-type(5) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

#loading > .loading > div:nth-of-type(6) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

#loading > .loading > div:nth-of-type(7) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#loading > .loading > div:nth-of-type(8) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}

#loading > .loading > div:nth-of-type(9) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#loading > .loading > div:nth-of-type(10) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

#loading > .loading > div:nth-of-type(11) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#loading > .loading > div:nth-of-type(12) {
  -webkit-animation: uil-default-anim 1.5s linear infinite;
  animation: uil-default-anim 1.5s linear infinite;
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}


/*--------------------------------------------------------------
# Dots nav
--------------------------------------------------------------*/

#cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#cd-vertical-nav ul {
  list-style: none;
  padding-left: 0;
}

#cd-vertical-nav li {
  text-align: right;
}

#cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}

#cd-vertical-nav a span {
  float: right;
  display: inline-block;
}

#cd-vertical-nav a:hover span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}

#cd-vertical-nav a:hover .cd-dot {
  background-color: #9e925f;
}

#cd-vertical-nav a.is-selected .cd-dot {
  background-color: #9e925f;
}

#cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: solid 1px #9e925f;
  background-color: transparent;
  margin: 1rem 0;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}


/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Fancybox
--------------------------------------------------------------*/

body .fancybox-bg {
  background-color: #eee !important;
}

body .fancybox-toolbar {
  right: 10px;
  top: 70px;
}

body .fancybox-button,
body .fancybox-button:link,
body .fancybox-button:visited {
  color: #dec6b9;
}

body .fancybox-button {
  background-color: #eee;
  height: 70px;
  width: 70px;
}

body .fancybox-navigation button {
  outline: none;
}

body .fancybox-navigation button::before {
  /* background: #eee url('img/icons/arrow-right-pink.svg') no-repeat scroll center; */
  background-size: 80%;
  height: 60px;
  padding: 1rem;
  width: 80px;
}

body .fancybox-navigation button[class*=left]::before {
  transform: rotate(180deg);
  left: 10px;
}

body .fancybox-navigation svg {
  display: none;
}


/*--------------------------------------------------------------
## Masonry
--------------------------------------------------------------*/

.grid:after {
  clear: both;
  content: '';
  display: block;
}

.grid-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #fff;
  float: left;
  height: 100vh;
  width: 100%;
}

@media (min-width: 576px) {

  .grid-sizer,
  .grid-item {
    width: 25%;
  }

  .grid-item {
    height: 20vh;
  }

  .grid-item--width-half {
    width: 50%;
  }

  .grid-item--width2 {
    width: 40%;
  }

  .grid-item--width3 {
    width: 60%;
  }

  .grid-item--height2 {
    height: 40vh;
  }

  .grid-item--height3 {
    height: 60vh;
  }

  .grid-item--height4 {
    height: 80vh;
  }
}

@media (min-width: 768px) {

  .grid-item {
    height: 25vh;
  }

  .grid-item--height2 {
    height: 50vh;
  }

  .grid-item--height3 {
    height: 75vh;
  }

  .grid-item--height4 {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
## Ion.RangeSlider
--------------------------------------------------------------*/

/* .irs {
  height: 60px;
}

.irs-from,
.irs-single,
.irs-to {
  top: -12px;
  background: #7eb8e7;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  border: 4px solid transparent;
  border-top-color: #7eb8e7;
  bottom: -8px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -4px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.irs-max,
.irs-min {
  background-color: transparent;
  color: inherit;
  top: 40px;
} */

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: -23px;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: -40px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0.0);
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* CUSTOM */

.irs {
  height: 55px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 5px;
  top: 6px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.irs-line-left {
  height: 8px;
}

.irs-line-mid {
  height: 8px;
}

.irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 5px;
  top: 6px;
  background: #3b85b7;
  /* W3C */
}

.irs-bar-edge {
  height: 5px;
  top: 6px;
  width: 14px;
  border: 1px solid #3b85b7;
  border-right: 0;
  background: #3b85b7;
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  height: 2px;
  top: 45px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 6px solid #3b85b7;
  background: #001c37;
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
  background: #FFF;
}

.irs-min,
.irs-max {
  color: #94A4AC;
  top: 18px;
  visibility: visible !important;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
  background-color: #3b85b7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 3px;
  text-align: center;
  text-shadow: none;
  top: -35px;
  width: 90px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  border: 5px solid transparent;
  border-top-color: #3b85b7;
  bottom: -10px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #3b85b7;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

.irs-disabled {}


/*--------------------------------------------------------------
## Slick
--------------------------------------------------------------*/

.slick-slide img {
  margin: 0 auto;
  width: 100%;
}

.slick-next,
.slick-prev {
  border: solid 2px rgba(250, 250, 250, .2);
  /* bottom: 50%; */
  height: 36px;
  /* top: auto; */
  width: 36px;
  z-index: 1;
}

.slick-next {
  right: 8%;
}

.slick-prev {
  left: 8%;
}

.slick-dots {
  bottom: -30px;
}

.slick-prev:before,
.slick-next:before {
  content: ' ';
  display: block;
  height: 32px;
  width: 32px;
}

.slick-prev:before {
  background: transparent url('img/icons/arrow-left.png') no-repeat scroll center;
}

.slick-next:before {
  /* background: transparent url('img/icons/arrow-right.png') no-repeat scroll center; */
}

.slick-icon .slick-prev:before,
.slick-icon .slick-next:before {
  background: none;
  color: #141414;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  padding-top: 6px;
}

.slick-icon .slick-prev:before {
  content: '\f104';
}

.slick-icon .slick-next:before {
  content: '\f105';
}

/* ui-datepicker */

.calendar .ui-datepicker {
  padding-bottom: 2.5rem;
  position: relative;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  background-color: #808080;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 28px;
  position: absolute;
  width: 28px;
}

.ui-datepicker-next {
  left: 40px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5em;
  font-weight: bold;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ui-datepicker-prev:before {
  content: '\f104';
}

.ui-datepicker-next:before {
  content: '\f105';
}

.ui-datepicker-title {
  color: #dec6b9;
  font-weight: bold;
  padding-bottom: .5rem;
  text-transform: uppercase;
}

.ui-datepicker-calendar tbody td {
  padding: 2px;
}

.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span {
  background-color: #ffcbb2;
  border-radius: 50%;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar a:hover,
.ui-datepicker-calendar span {
  color: #6f6f6f;
  cursor: default;
  display: block;
  height: 25px;
  padding: 3px;
  text-align: center;
  width: 25px;
}

.ui-datepicker-today a,
.ui-datepicker-today span {
  border: solid 1px #dec6b9;
}

.ui-state-disabled a,
.ui-state-disabled span {
  background-color: transparent !important;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

.rpwe_widget > h4 {
  border-bottom: solid 2px #8c8c8c;
  font-weight: bold;
  padding-bottom: .5rem;
}

.rpwe-ul {
  list-style: none;
}

.rpwe-block li {
  margin-bottom: 2rem;
}

.rpwe-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
  max-height: 2.8em;
  margin-bottom: .2rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.rpwe-title::after {
  display: none;
}

.rpwe-img {
  display: block;
  margin-bottom: 1rem;
}

.rpwe-thumb {
  height: auto;
  margin: 0px 12px 0px 0;
  max-width: 100%;
  padding-top: 2px;
}

.rpwe-summary {
  font-size: 12px;
}

.rpwe-time {
  color: #191919;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  margin-bottom: .75em;
}

.rpwe-comment {
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

/* .rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
} */

.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}

/* twitter */

.zoom-twitter-widget__items {
  list-style: none;
  padding-left: 0;
}

.zoom-twitter-widget__item-permalink time {
  color: #3a3a3a;
  display: inline-block;
  padding-top: .5rem;
}

.zoom-twitter-widget__item-permalink time::before {
  content: '\f099';
  font-family: 'Font Awesome 5 Brands';
  padding-right: 5px;
}

/* instagram */

.zoom-instagram-widget__items {
  padding-left: 0;
}

.zoom-instagram-widget__item > a {
  position: relative;
}

.zoom-instagram-widget__item > a:hover {
  background-color: #dec6b9;
  background-image: none !important;
}

.zoom-instagram-widget__item > a:hover:after {
  align-items: center;
  bottom: 0;
  color: #fff;
  content: '\f002';
  display: flex;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5em;
  font-weight: bold;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.gallery .card.mb-4.image {
    height: 100%;
    max-height: 100%;
    padding-bottom: 20px !important;
    background: transparent !important;
}

.gallery .image .img-fluid {
    max-width: 100%;
    height: 100%;
}



/* Mailchimp for WP */

.mc4wp-alert {
  padding: .8rem .5rem 0rem;
}

.mc4wp-error {
  color: red;
}

.mc4wp-success {
  color: #9e925f;
}

/* WPML */

.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  position: relative;
}

.site-bar .languages {
  margin-top: .7rem;
}

.languages li {
  display: inline-block;
  position: relative;
}

.site-bar .languages > li:not(:first-child)::before,
.wpml-ls-legacy-list-horizontal > ul > li:not(:first-child)::before {
  border-left: solid 1px #9e925f;
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  top: 2px;
  width: 1px;
}

.site-bar .languages a,
.wpml-ls-legacy-list-horizontal a {
  font-weight: 500;
  padding: 3px 0;
  margin: 0 10px;
  text-transform: uppercase;
}

.site-bar .languages .active a,
.wpml-ls-current-language a {
  font-weight: 700;
}

@media (max-width: 575px) {

  .site-bar .languages a,
  .wpml-ls-legacy-list-horizontal a {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

