.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
#wpadminbar {
  top: initial !important;
  bottom: 0 !important;
}
body.hide-items-menu-fr .hide-fr {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}
.no-padding {
  padding: 0 !important;
}
.grey-background {
  background: #f5f5f5;
}
.ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.none-element {
  display: none !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.no-relative {
  position: initial !important;
}
.page-404 .box-404 {
  margin: 50px 0 50px 0;
  background: #F2F1EC;
  padding: 30px;
  font-size: 1.125em;
}
.page-404 .box-404 a {
  color: #0E1E4C;
}
.breadscrumbs-container {
  padding: 30px 0;
  font-size: 0.8125em;
  border-bottom: 1px solid #f3f3f3;
}
.breadscrumbs-container .breadcrumbs-intro {
  display: inline-block;
  color: #0E1E4C;
  margin: 0;
}
.breadscrumbs-container .breadcrumbs-link {
  color: #0E1E4C;
  text-decoration: underline;
}
.breadscrumbs-container .breadcrumbs-link.current {
  color: #0E1E4C;
  text-decoration: none;
}
.breadscrumbs-container .breadcrumbs-arrow {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: 1px;
}
.intro-wy {
  padding: 0 60px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  color: #0E1E4C;
  line-height: 1.4;
}
.intro-wy strong {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.row.row-gray {
  background: #F2F1EC;
}
.row.relative {
  position: relative;
}

.content-container {
  padding: 50px 0;
}

@-moz-keyframes ajax-loading {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ajax-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.ajax-loading:not(:required) {
  -moz-animation: ajax-loading 1250ms infinite linear;
  -webkit-animation: ajax-loading 1250ms infinite linear;
  animation: ajax-loading 1250ms infinite linear;
  border: 2px solid #97999B;
  border-right-color: transparent;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  display: none;
}
@-moz-keyframes ajax-overlay {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ajax-overlay {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-overlay {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.ajax-overlay:not(:required) {
  -moz-animation: ajax-overlay 1250ms infinite linear;
  -webkit-animation: ajax-overlay 1250ms infinite linear;
  animation: ajax-overlay 1250ms infinite linear;
  border: 2px solid #97999B;
  border-right-color: transparent;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  display: none;
}
.big-screen-absolute {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-filter {
  background: #F2F9FD;
  padding: 25px 35px;
}
.sidebar-filter .title {
  margin: 0 0 20px 0;
  font-size: 1.25em;
  text-align: center;
  color: #0E1E4C;
}
.sidebar-filter .filter-row {
  margin: 0 0 17px 0;
}
.sidebar-filter .filter-row select {
  height: 40px;
  border: 1px solid #CCCCCC;
  padding: 5px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #0E1E4C;
  width: 100%;
  outline: none;
  background: #fff;
}
.sidebar-filter .filter-submit {
  margin: 10px 0 0 0;
}

.basic-title-page {
  margin-top: 40px;
}
.basic-title-page.margin-bottom {
  margin-bottom: 40px;
}
.basic-title-page .title {
  margin: 0;
}
.ltr .basic-title-page .title {
  float: left;
}
.rtl .basic-title-page .title {
  float: right;
}
.share-rrss {
  margin-top: 10px;
}
.ltr .share-rrss {
  float: right;
}
.rtl .share-rrss {
  float: left;
}
.share-rrss a {
  width: 25px !important;
  height: 25px !important;
  background-size: cover !important;
}
.ltr .share-rrss a {
  float: left;
}
.rtl .share-rrss a {
  float: right;
}
.ltr .share-rrss a {
  margin: 0 0 0 5px;
}
.rtl .share-rrss a {
  margin: 0 5px 0 0;
}
.share-rrss a.ssba_facebook_share {
  background-image: url('../images/icons/facebook.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.share-rrss a.ssba_twitter_share {
  background-image: url('../images/icons/twitter.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.share-rrss a.ssba_linkedin_share {
  background-image: url('../images/icons/linkedin.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.share-rrss img {
  display: none !important;
}
.no-resultados {
  font-size: 1em;
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 15px;
  margin: 20px 0 0 0;
}
.modal-video {
  display: none;
  width: 750px;
  max-width: 100%;
}
.modal-video iframe {
  height: 400px;
  width: 100%;
}
.modal-specialist {
  display: block;
  padding: 50px 70px;
}
.modal-specialist__title {
  font-size: 1.3125em;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0 100px;
  color: #003e75;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media (max-width: 1499px) {
  .modal-specialist__title {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .modal-specialist__title {
    font-size: 1.125em;
    padding: 0 40px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .modal-specialist__title {
    padding: 0;
  }
}
.modal-specialist__description {
  font-size: 1em;
  color: #0E1E4C;
  text-align: center;
}
@media (max-width: 991px) {
  .modal-specialist__description {
    font-size: 0.875em;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .modal-specialist__description {
    font-size: 0.8125em;
    padding: 0;
  }
}
.modal-specialist__buttons-container {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .modal-specialist__buttons-container {
    margin-top: 30px;
  }
}
.modal-specialist__button {
  font-size: 1em;
  display: inline-block;
  width: auto;
  margin: 0 2px;
  padding: 7px 40px 7px 20px;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
}
.modal-specialist__button:after {
  position: absolute;
  content: '';
  top: 11px;
  right: 6px;
  width: 20px;
  height: 20px;
  background-size: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .modal-specialist__button:after {
    top: 9px;
  }
}
.modal-specialist__button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modal-specialist__button {
    font-size: 0.8125em;
  }
}
.modal-specialist .button-yes {
  background-color: #0E1E4C;
  color: #FFFFFF !important;
  border: 1px solid #0E1E4C;
}
.modal-specialist .button-yes:after {
  background-image: url('../images/icons/next-white.png');
}
.modal-specialist .button-no {
  color: #0E1E4C !important;
  background-color: #FFFFFF;
  border: 1px solid #0E1E4C;
}
.modal-specialist .button-no:after {
  background-image: url('../images/icons/next-blue.png');
}
@media (max-width: 991px) {
  .modal-specialist {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .modal-specialist {
    padding: 20px 15px;
  }
}
@media (max-width: 1499px) {
  .intro-wy {
    padding: 0 48px;
    font-size: 1.1875em;
  }
  .content-container {
    padding: 40px 0;
  }
  .sidebar-filter {
    padding: 20px 28px;
  }
  .sidebar-filter .title {
    margin: 0 0 16px 0;
    font-size: 1em;
  }
  .sidebar-filter .filter-row {
    margin: 0 0 14px 0;
  }
  .sidebar-filter .filter-row select {
    height: 32px;
    padding: 4px 16px;
    font-size: 0.8125em;
  }
  .sidebar-filter .filter-submit {
    margin: 8px 0 0 0;
  }
  .basic-title-page {
    margin-top: 32px;
  }
  .share-rrss {
    margin-top: 8px;
  }
  .share-rrss a {
    width: 20px !important;
    height: 20px !important;
    margin-left: 4px;
  }
  .no-resultados {
    font-size: 0.8125em;
    padding: 12px;
    margin: 16px 0 0 0;
  }
}
@media (max-width: 991px) {
  .big-screen-absolute {
    position: relative;
  }
}
@media (max-width: 767px) {
  .intro-wy {
    padding: 0;
    font-size: 1em;
  }
  .basic-title-page {
    margin-top: 15px;
  }
  .basic-title-page .title {
    float: none !important;
  }
}
.c-hubspot-form {
  display: block;
  width: 100%;
  padding: 75px 35px;
}
.c-hubspot-form__title {
  font-size: 1.5625em;
  text-align: center;
  margin: 0 0 30px 0;
  color: #0E1E4C;
  min-width: 470px;
}
@media (max-width: 767px) {
  .c-hubspot-form__title {
    font-size: 1.125em;
    min-width: auto;
  }
}
.c-hubspot-form .hs-form .field {
  display: block;
  margin: 10px 0;
}
.c-hubspot-form .hs-form .field label {
  font-size: 1em;
  color: #0E1E4C;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-hubspot-form .hs-form .field label {
    font-size: 0.9375em;
  }
}
.c-hubspot-form .hs-form .field input {
  display: block;
  width: 100% !important;
  outline: none !important;
  height: 40px;
  padding: 0 10px;
  font-size: 0.875em;
  color: #0E1E4C;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .c-hubspot-form .hs-form .field input {
    font-size: 0.8125em;
    height: 30px;
  }
}
.c-hubspot-form .hs-form .field select {
  display: block;
  width: 100% !important;
  outline: none !important;
  height: 40px;
  padding: 0 10px;
  font-size: 0.875em;
  color: #0E1E4C;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .c-hubspot-form .hs-form .field select {
    font-size: 0.8125em;
    height: 30px;
  }
}
.c-hubspot-form .hs-form .hs-fieldtype-booleancheckbox {
  display: inline-block;
  font-size: 0.875em;
  color: #97999B;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-hubspot-form .hs-form .hs-fieldtype-booleancheckbox {
    font-size: 0.8125em;
  }
}
.c-hubspot-form .hs-form .hs-fieldtype-booleancheckbox input {
  display: inline-block;
  height: auto;
  width: auto !important;
}
.c-hubspot-form .hs-form .hs-fieldtype-booleancheckbox span {
  display: inline;
  margin: 0 0 0 10px;
}
.c-hubspot-form .hs-form .hs-submit input {
  display: block;
  width: 280px;
  margin: 0 auto;
  background: #0E1E4C;
  border: none;
  height: 50px;
  color: #fff;
  font-size: 1.125em;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .c-hubspot-form .hs-form .hs-submit input {
    font-size: 0.9375em;
  }
}
.c-hubspot-form .hs-form .hs-error-msg {
  color: red !important;
}
.c-hubspot-form .submitted-message {
  text-align: center !important;
}
@media (max-width: 767px) {
  .c-hubspot-form {
    padding: 30px 15px;
  }
}
.page-template-template-selector-php {
  padding: 0;
}
.page-template-template-selector-php .header {
  display: none;
}
.page-template-template-selector-php .header-responsive {
  display: none !important;
}
.selector-page {
  background-size: cover;
  background-position: center center;
}
.selector-page-content {
  display: table-cell;
  vertical-align: middle;
  width: 1110px;
  height: 755px;
  padding: 55px 0;
}
.selector-page-content .selector-page-logo {
  text-align: center;
}
.selector-page-content .selector-page-logo img {
  width: 364px;
  height: auto;
}
.selector-page-content .selector-page-list {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.59);
  padding: 50px;
}
.selector-page-content .selector-page-title {
  margin: 0;
  color: #0E1E4C;
  font-size: 2.25em;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.selector-page-content .selector-page-subtitle {
  margin: 15px 0 30px 0;
  color: #465466;
  font-size: 0.9375em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
}
.selector-page-content .flag-element {
  display: block;
}
.selector-page-content .flag-element.inactive .flag-element-image img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.selector-page-content .flag-element.inactive .flag-element-country {
  color: #bbbbbb;
}
.selector-page-content .flag-element .flag-element-item {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
}
.selector-page-content .flag-element .flag-element-image {
  width: 36px;
}
.selector-page-content .flag-element .flag-element-image img {
  width: 36px;
  height: 24px;
}
.selector-page-content .flag-element .flag-element-country {
  padding-left: 25px;
  font-size: 0.8125em;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.selector-page-content .other-text {
  text-align: center;
  font-size: 0.875em;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.selector-page-content .other-text a {
  text-decoration: underline;
  color: #666;
}
@media (max-width: 1499px) {
  .selector-page-content {
    height: 604px;
    padding: 44px 0;
  }
  .selector-page-content .selector-page-logo img {
    width: 291px;
    height: auto;
  }
  .selector-page-content .selector-page-list {
    margin-top: 24px;
    padding: 40px;
  }
  .selector-page-content .selector-page-title {
    font-size: 1.8125em;
  }
  .selector-page-content .selector-page-subtitle {
    margin: 12px 0 24px 0;
    font-size: 0.75em;
  }
  .selector-page-content .flag-element .flag-element-item {
    height: 43px;
  }
  .selector-page-content .flag-element .flag-element-image {
    width: 29px;
  }
  .selector-page-content .flag-element .flag-element-image img {
    width: 29px;
    height: 19px;
  }
  .selector-page-content .flag-element .flag-element-country {
    padding-left: 20px;
    font-size: 0.6875em;
  }
  .selector-page-content .other-text {
    font-size: 0.75em;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 767px) {
  .selector-page-content {
    display: block;
    width: 100%;
    height: auto;
  }
  .selector-page-content .selector-page-logo img {
    width: 175px;
    height: auto;
  }
  .selector-page-content .selector-page-list {
    padding: 15px;
  }
  .selector-page-content .selector-page-title {
    font-size: 1.25em;
  }
}
body {
  padding-top: 80px;
}
.contact-rrss-home {
  padding: 40px 0;
}
@media (max-width: 1499px) {
  .contact-rrss-home {
    padding: 32px 0;
  }
}
.contact-rrss-home .contact-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0E1E4C;
  padding-left: 220px;
  position: relative;
  border: 1px solid #fff;
}
@media (max-width: 1499px) {
  .contact-rrss-home .contact-container {
    padding-left: 176px;
  }
}
@media (max-width: 991px) {
  .contact-rrss-home .contact-container {
    padding: 15px;
    background-image: none !important;
    margin-bottom: 30px;
  }
}
.contact-rrss-home .contact-container .featured-image {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 179px;
}
@media (max-width: 1499px) {
  .contact-rrss-home .contact-container .featured-image {
    width: 160px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .contact-rrss-home .contact-container .featured-image {
    display: none;
  }
}
.contact-rrss-home .contact-container .content {
  display: table-cell;
  width: 10000px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  height: 230px;
}
@media (max-width: 1499px) {
  .contact-rrss-home .contact-container .content {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .contact-rrss-home .contact-container .content {
    height: auto;
    padding: 10px 0;
  }
}
.contact-rrss-home .contact-container .content .title {
  font-size: 1.625em;
  margin-bottom: 10px;
}
@media (max-width: 1499px) {
  .contact-rrss-home .contact-container .content .title {
    font-size: 1.25em;
    margin-bottom: 8px;
  }
}
.contact-rrss-home .contact-container .content .description {
  font-size: 0.875em;
  margin-bottom: 20px;
}
@media (max-width: 1499px) {
  .contact-rrss-home .contact-container .content .description {
    font-size: 0.8125em;
    margin-bottom: 15px;
  }
}

.contact-rrss-home .rrss-container {
  border: 1px solid #D7D7D7;
}
@media (max-width: 991px) {
  .contact-rrss-home .rrss-container {
    padding: 15px;
  }
}
.contact-rrss-home .rrss-container .content {
  display: table-cell;
  width: 10000px;
  vertical-align: middle;
  height: 230px;
  text-align: center;
  padding: 15px 10px;
}
@media (max-width: 1499px) {
  .contact-rrss-home .rrss-container .content {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .contact-rrss-home .rrss-container .content {
    height: auto;
    padding: 10px 0;
  }
}
.contact-rrss-home .rrss-container .content .title {
  color: #0E1E4C;
  font-size: 1.625em;
  margin-bottom: 5px;
}
@media (max-width: 1499px) {
  .contact-rrss-home .rrss-container .content .title {
    font-size: 1.25em;
  }
}
.contact-rrss-home .rrss-container .content .description {
  font-size: 0.875em;
  color: #5f5f5f;
}
@media (max-width: 1499px) {
  .contact-rrss-home .rrss-container .content .description {
    font-size: 0.8125em;
  }
}
.newsletter-banner {
  background: #F2F9FD;
  padding: 70px 0;
}
@media (max-width: 1499px) {
  .newsletter-banner {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .newsletter-banner {
    padding: 20px 0;
  }
}
.newsletter-banner .newsletter-banner-texto {
  text-align: center;
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25em;
  margin: 0;
}
@media (max-width: 1499px) {
  .newsletter-banner .newsletter-banner-texto {
    font-size: 1.8125em;
  }
}
@media (max-width: 991px) {
  .newsletter-banner .newsletter-banner-texto {
    font-size: 1.25em;
  }
}
.newsletter-banner .newsletter-banner-button-container {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1499px) {
  .newsletter-banner .newsletter-banner-button-container {
    margin-top: 30px;
  }
}
.modal-form {
  display: none;
  width: 720px;
}
@media (max-width: 991px) {
  .modal-form {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .modal-form {
    width: 100%;
  }
}


.__seccion-2,
.__seccion-3,
.__seccion-4,
.__seccion-5 {
  padding: 60px 0;
  color: rgb(80,80,80);
}

.__seccion-3 {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.__seccion-2 .__title,
.__seccion-3 .__title,
.__seccion-4 .__title,
.__seccion-5 .__title {
  margin: 0 0 24px 0;
  display: block;
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
  line-height: 1.25;
  font-weight: bold;
}
.__seccion-2 .__texto,
.__seccion-3 .__texto,
.__seccion-4 .__texto,
.__seccion-5 .__texto {
  font-size: 1.125rem;
  /*margin: 0 0 20px 0;*/
  /*display: block;*/
  /*color: #0E1E4C;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-size: 2em;*/
  /*font-weight: bold;*/
}
/*.__seccion-3 .__texto ul,*/
/*.__seccion-3 .__texto ul li,*/
/*.__seccion-5 .__texto ul,*/
/*.__seccion-5 .__texto ul li {*/
/*  list-style: none;*/
/*  list-style-position: outside;*/
/*}*/
.__seccion-5 .__texto ul {
  padding-left: 20px;
}
.__seccion-3 .__texto ul li,
.__seccion-5 .__texto ul li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.__seccion-3 .__texto ul li {
  font-size: 1.25rem;
}
.__seccion-2 .__texto p {
  margin-bottom: 2rem;
}
.__seccion-2 .__texto p:last-child {
  margin-bottom: 0;
}
.__seccion-2 a.__button:not(.action) {
  display: inline-block !important;
  margin: 2rem 0 0 0 !important;
  padding: 12px 18px !important;
  background-color: #F9BB53;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.__seccion-4 .__texto_bottom_image {
  font-size: 1.125rem;
}
.__seccion-3 .__image {
  padding-left: 7%;
  padding-right: 7%;
}

.__seccion-4 .__image,
.__seccion-5 .__image {
  border: solid 1px #dddddd;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.__seccion-5 .__image.__mt-0 {
  margin-top: 0 !important;
}
.__seccion-5 .__text_s {
  color: #000000 !important;
  margin-bottom: 5px !important;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.__seccion-5 .__image_2 {
  margin-top: 0 !important;
}
.__seccion-4  {
  color: #97999B;
  background-color: #efefef !important;
}
.__seccion-5 .images_wrapper {
  background-color: #efefef;
  padding: 10px 13px 15px;
  margin-top: 50px;
}
.__seccion-4 .col,
.__seccion-5 .col {
  padding-left: 15px;
  padding-right: 15px;
}

.__texto_inferior_asterisco {
  padding: 50px 0 20px;
  font-size: 14px;
  font-style: italic;
}

.bloques .basic-title {
  text-align: left;
  margin: 0 0 30px 0;
}
.bloques .col-sm-6 {
  float: left;
}
.bloques .bloque {
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: 1px solid #F3F3F3;
}
.bloques .bloque.imagen-right {
  background-position: right bottom;
}
.bloques .bloque.imagen-left {
  background-position: left bottom;
}
.bloques .bloque.imagen-center {
  background-position: center bottom;
}
.bloques .bloque.imagen-center .bloque-contenido {
  height: auto;
  padding: 40px 0;
}
.bloques .bloque-contenido {
  display: table-cell;
  width: 1110px;
  vertical-align: middle;
  height: 555px;
  padding: 15px 0;
}
.bloques .bloque-contenido .bloque-titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875em;
  color: #0E1E4C;
  margin: 0 0 25px 0;
}
@media (max-width: 1499px) {
  .bloques .bloque.imagen-center .bloque-contenido {
    height: auto;
    padding: 32px 0;
  }
  .bloques .bloque-contenido {
    height: 444px;
    padding: 12px 0;
  }
  .bloques .bloque-contenido .bloque-titulo {
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .bloques .bloque-contenido {
    height: 330px;
  }
  .bloques .bloque-contenido .bloque-titulo {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .bloques .bloque {
    background: none !important;
  }
  .bloques .bloque .imagen-responsiva {
    height: 245px;
    background-size: cover;
    background-position: center center;
  }
  .bloques .bloque-contenido {
    padding: 40px 0;
    display: block;
    height: auto;
    width: 100%;
  }
}
.title-featured-product {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 1.875em;
  padding: 15px 20px;
  background-color: #0E1E4C;
  color: #ffffff;
  text-align: center;
  left: 0;
}
.title-featured-product p {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1499px) {
  .title-featured-product {
    font-size: 1.625em;
  }
}
@media (max-width: 991px) {
  .title-featured-product {
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .title-featured-product {
    font-size: 1.125em;
  }
}
.description-featured-product {
  text-align: center;
  margin-bottom: 20px;
}
.insignia-page .producto-header {
  height: 540px;
}
.insignia-page .producto-header .producto-header-texto .producto-header-line {
  border-bottom: 1px solid rgba(81, 117, 141, 0.5);
}
.insignia-page .producto-header .producto-header-texto .producto-texto {
  color: #fff;
}
.insignia-page .producto-header .producto-header-image img {
  top: 10px;
}
.insignia-page .overview-section .bloques {
  padding-bottom: 40px;
  border-bottom: 1px solid #F3F3F3;
}
.insignia-page .overview-section .bloques .bloque {
  border-bottom: 0;
  background-position: center;
  background-size: contain;
}
.insignia-page .overview-section .bloques .footer-text {
  padding: 20px;
}
.insignia-page .insignia-bonding .bloques .bloque .wy h1,
.insignia-page .insignia-bonding .bloques .bloque .wy h2,
.insignia-page .insignia-bonding .bloques .bloque .wy h3,
.insignia-page .insignia-bonding .bloques .bloque .wy h4,
.insignia-page .insignia-bonding .bloques .bloque .wy h5,
.insignia-page .insignia-bonding .bloques .bloque .wy h6 {
  color: #0E1E4C;
}
.insignia-page .insignia-bonding .bloques .bloque .wy h3 {
  font-size: 1em;
  font-weight: 700;
}
.menu-anchors-bar {
  background: #0E1E4C;
}
.menu-anchors-bar .menu {
  text-align: center;
}
.menu-anchors-bar .menu > li {
  display: inline-block;
}
.menu-anchors-bar .menu > li.active > a {
  background: #fff;
  color: #0E1E4C;
}
.menu-anchors-bar .menu > li > a {
  display: inline-block;
  height: 76px;
  padding: 28px 23px 0 23px;
  color: #fff;
  font-weight: 400;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.insignia-tecnologia .section-1 {
  padding: 40px 0;
  border-bottom: 1px solid #F3F3F3;
}
.insignia-tecnologia .section-1 .text-container {
  background: #F2F1EC;
  padding: 40px 80px 70px;
  position: relative;
}
.insignia-tecnologia .section-1 .text-container .wy h1,
.insignia-tecnologia .section-1 .text-container .wy h2,
.insignia-tecnologia .section-1 .text-container .wy h3,
.insignia-tecnologia .section-1 .text-container .wy h4,
.insignia-tecnologia .section-1 .text-container .wy h5,
.insignia-tecnologia .section-1 .text-container .wy h6 {
  color: #0E1E4C;
}
.insignia-tecnologia .section-1 .text-container .wy h3 {
  font-size: 1.125em;
}
.insignia-tecnologia .section-1 .text-container .cite-container {
  padding: 30px;
  background: #fff;
  width: 600px;
  margin: 80px auto 0;
}
.insignia-tecnologia .section-1 .text-container .cite-container .cite {
  color: #666;
  font-size: 0.9375em;
}
.insignia-tecnologia .section-1 .text-container .cite-container .author {
  font-style: italic;
  font-size: 0.9375em;
  color: #0E1E4C;
  margin-top: 10px;
}
.insignia-tecnologia .section-1 .text-container .author-image {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.insignia-tecnologia .section-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.insignia-tecnologia .section-2 .technologies {
  padding: 40px 0;
}
.insignia-tecnologia .section-2 .technologies .technology {
  padding-top: 90px;
  margin-bottom: 30px;
}
.insignia-tecnologia .section-2 .technologies .technology .data-container {
  background: #fff;
  border: 1px solid #C5D7E0;
  padding: 20px;
}
.insignia-tecnologia .section-2 .technologies .technology .data-container .image-container {
  margin-top: -110px;
  text-align: center;
}
.insignia-tecnologia .section-2 .technologies .technology .data-container .title {
  text-transform: uppercase;
  color: #0E1E4C;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
.insignia-tecnologia .section-2 .technologies .technology .data-container .features {
  font-size: 0.8125em;
}
.insignia-tecnologia .section-2 .technologies .technology .data-container .features a {
  color: #666;
  text-decoration: underline;
}
.insignia-software {
  border-bottom: 1px solid #F3F3F3;
}
.insignia-software .software-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.insignia-software .software-container .content {
  padding: 25px 0 100px 0;
  display: table-cell;
  vertical-align: middle;
  height: 800px;
  width: 10000px;
  text-align: center;
}
.insignia-software .software-container .content .title {
  font-size: 1.875em;
  color: #fff;
  margin-bottom: 50px;
}
.insignia-software .software-container .content .image-container {
  display: block;
  position: relative;
}
.insignia-software .software-container .content .image-container:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  background-image: url("../images/icons/play.png");
  background-size: 135px 135px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-software .software-container .content .image-container:after {
    background-image: url("../images/icons/play@2x.png");
    background-size: 135px 135px;
    background-repeat: no-repeat;
  }
}
.insignia-software .features-section {
  padding-bottom: 50px;
  margin-top: -100px;
}
.insignia-software .features-section .features-container {
  background: #F2F1EC;
  padding: 40px;
}
.insignia-software .features-section .features-container .feature {
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
}
.insignia-software .features-section .features-container .feature .title {
  color: #0E1E4C;
  font-size: 0.9375em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
}
.insignia-software .features-section .features-container .col:nth-child(even) .feature:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #5f5f5f;
  top: 0;
  left: -15px;
}
.insignia-carrusel .block-items-carousel {
  display: table;
}
.insignia-carrusel .img-items-carousel {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .insignia-carrusel .img-items-carousel {
    display: block;
    margin: 0 auto;
  }
}
.insignia-carrusel .text-items-carousel {
  display: table-cell;
  float: left;
  padding: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .insignia-carrusel .text-items-carousel {
    display: block;
    float: none;
    padding: 10px 0;
  }
}
.insignia-carrusel .items-carousel {
  margin-top: 20px;
}
.insignia-carrusel .items-carousel .items-carousel-video {
  width: 100%;
}
.insignia-carrusel .items-carousel .item {
  width: 540px;
  margin: 0 auto;
}
.insignia-carrusel .items-carousel .item .image-container {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.insignia-carrusel .items-carousel .item .image-container.is-video:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  background-image: url("../images/icons/play.png");
  background-size: 135px 135px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-carrusel .items-carousel .item .image-container.is-video:after {
    background-image: url("../images/icons/play@2x.png");
    background-size: 135px 135px;
    background-repeat: no-repeat;
  }
}
.insignia-carrusel .items-carousel .item .title {
  color: #0E1E4C;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 10px;
}
.insignia-carrusel .items-carousel .item .title a {
  color: #0E1E4C;
}
.insignia-carrusel .items-carousel .item .description {
  font-size: 0.8125em;
  color: #666;
  margin-bottom: 0;
}
.insignia-carrusel .items-carousel .owl-dots {
  margin-top: 20px;
}
.insignia-carrusel .items-carousel .owl-dots .owl-dot {
  border: 1px solid #0E1E4C;
  background: #0E1E4C;
}
.insignia-carrusel .items-carousel .owl-dots .owl-dot.active {
  border: 1px solid #0E1E4C;
  background: transparent;
}
.insignia-carrusel .items-carousel .owl-nav .owl-prev,
.insignia-carrusel .items-carousel .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 60px;
  background-size: contain;
  margin-top: -30px;
}
.insignia-carrusel .items-carousel .owl-nav .owl-prev {
  left: 0;
  background-image: url("../images/icons/angle-left.png");
  background-size: 30px 60px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-carrusel .items-carousel .owl-nav .owl-prev {
    background-image: url("../images/icons/angle-left@2x.png");
    background-size: 30px 60px;
    background-repeat: no-repeat;
  }
}
.insignia-carrusel .items-carousel .owl-nav .owl-next {
  right: 0;
  background-image: url("../images/icons/angle-right.png");
  background-size: 30px 60px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-carrusel .items-carousel .owl-nav .owl-next {
    background-image: url("../images/icons/angle-right@2x.png");
    background-size: 30px 60px;
    background-repeat: no-repeat;
  }
}
.insignia-video {
  padding: 40px 0;
}
.insignia-video .insignia-video-description {
  font-size: 0.9375em;
  text-align: center;
  margin: 0 0 20px 0;
}
.insignia-video .insignia-video-description p {
  margin: 0;
}
.insignia-video-content {
  width: 100%;
  display: none;
  text-align: center;
}
.insignia-video-content video {
  width: 100%;
  background-color: #000000;
  margin: 0 auto;
  height: 400px;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  .insignia-video-content video {
    height: 300px;
  }
}
.insignia-video-downloader {
  display: inline-block;
}
.warpper-insignia-video-link {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
}
.video-bonding {
  width: 100%;
  display: block;
}
.insignia-video-link {
  display: inline-block;
  width: 340px;
  max-width: 100%;
  border: 1px solid #0E1E4C;
  color: #0E1E4C;
  text-align: center;
  font-size: 1.375em;
  padding: 12px;
  margin: 30px 0;
  border-radius: 30px;
}
.insignia-video-link:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .insignia-video-link {
    padding: 7px;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .insignia-video-link {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .insignia-page .producto-header {
    height: 432px;
  }
  .insignia-page .producto-header .producto-header-image img {
    top: 15px;
  }
  .insignia-page .menu-anchors-bar .menu > li > a {
    height: 61px;
    padding: 22px 18px 0 18px;
    font-size: 0.6875em;
  }
  .insignia-page .overview-section .bloques {
    padding-bottom: 32px;
  }
  .insignia-tecnologia .section-1 {
    padding-top: 32px;
  }
  .insignia-tecnologia .section-1 .text-container {
    padding: 32px 64px 40px;
  }
  .insignia-tecnologia .section-1 .text-container .cite-container {
    padding: 24px;
    width: 480px;
    margin-top: 64px;
  }
  .insignia-tecnologia .section-1 .text-container .cite-container .cite,
  .insignia-tecnologia .section-1 .text-container .cite-container .author {
    font-size: 0.75em;
  }
  .insignia-tecnologia .section-1 .text-container .author-image img {
    width: 160px;
  }
  .insignia-tecnologia .section-2 .technologies {
    padding: 32px 0;
  }
  .insignia-tecnologia .section-2 .technologies .technology {
    padding-top: 72px;
  }
  .insignia-tecnologia .section-2 .technologies .technology .data-container .image-container {
    margin-top: -88px;
  }
  .insignia-tecnologia .section-2 .technologies .technology .data-container .image-container img {
    border-width: 8px;
    width: 152px;
  }
  .insignia-tecnologia .section-2 .technologies .technology .data-container .title {
    font-size: 0.8125em;
    margin-bottom: 15px;
    margin-top: 24px;
  }
  .insignia-tecnologia .section-2 .technologies .technology .data-container .features {
    font-size: 0.75em;
  }
  .insignia-software .software-container .content {
    padding: 25px 0 100px 0;
    height: 640px;
  }
  .insignia-software .software-container .content .title {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  .insignia-software .software-container .content .image-container:after {
    width: 100px;
    height: 100px;
    background-image: url("../images/icons/play.png");
    background-size: 100px 100px;
    background-repeat: no-repeat;
  }
  .insignia-software .features-section {
    padding-bottom: 40px;
    margin-top: -80px;
  }
  .insignia-software .features-section .features-container {
    padding: 32px;
  }
  .insignia-software .features-section .features-container .feature {
    padding: 0 15px;
  }
  .insignia-software .features-section .features-container .feature .title {
    font-size: 0.875em;
  }
  .insignia-carrusel {
    padding: 32px 0;
  }
  .insignia-carrusel .items-carousel .item {
    width: 432px;
  }
  .insignia-carrusel .items-carousel .item .image-container.is-video:after {
    width: 100px;
    height: 100px;
    background-image: url("../images/icons/play.png");
    background-size: 100px 100px;
    background-repeat: no-repeat;
  }
  .insignia-carrusel .items-carousel .item .title {
    font-size: 0.875em;
  }
  .insignia-carrusel .items-carousel .owl-nav .owl-prev,
  .insignia-carrusel .items-carousel .owl-nav .owl-next {
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  .insignia-carrusel .items-carousel .owl-nav .owl-prev {
    background-image: url("../images/icons/angle-left.png");
    background-size: 24px 48px;
    background-repeat: no-repeat;
  }
  .insignia-carrusel .items-carousel .owl-nav .owl-next {
    background-image: url("../images/icons/angle-right.png");
    background-size: 24px 48px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1499px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-software .software-container .content .image-container:after {
    background-image: url("../images/icons/play@2x.png");
    background-size: 100px 100px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1499px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-carrusel .items-carousel .item .image-container.is-video:after {
    background-image: url("../images/icons/play@2x.png");
    background-size: 100px 100px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1499px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-carrusel .items-carousel .owl-nav .owl-prev {
    background-image: url("../images/icons/angle-left@2x.png");
    background-size: 24px 48px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1499px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .insignia-carrusel .items-carousel .owl-nav .owl-next {
    background-image: url("../images/icons/angle-right@2x.png");
    background-size: 24px 48px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .insignia-page .producto-header {
    height: 368px;
  }
  .insignia-page .producto-header .producto-header-image img {
    top: 50px;
  }
  .insignia-page .overview-section .bloques {
    padding-bottom: 25px;
  }
  .insignia-tecnologia .section-1 {
    padding-top: 25px;
  }
  .insignia-tecnologia .section-1 .text-container {
    padding: 20px;
  }
  .insignia-tecnologia .section-1 .text-container .cite-container {
    padding: 15px;
    width: 100%;
    margin-top: 25px;
  }
  .insignia-tecnologia .section-1 .text-container .author-image {
    display: none;
  }
  .insignia-tecnologia .section-2 .technologies {
    padding: 25px 0;
  }
  .insignia-software .software-container .content {
    padding: 25px 0;
    height: auto;
  }
  .insignia-software .software-container .content .title {
    font-size: 1.25em;
    margin-bottom: 32px;
  }
  .insignia-software .features-section {
    padding-bottom: 32px;
    padding-top: 32px;
    margin-top: 0;
  }
  .insignia-software .features-section .features-container {
    padding: 25px;
  }
  .insignia-carrusel {
    padding: 25px 0;
  }
  .insignia-carrusel .items-carousel .item {
    width: 432px;
  }
  .insignia-carrusel .items-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .insignia-page .producto-header .producto-header-image img {
    top: 15px;
  }
  .insignia-page .overview-section .bloques {
    padding-bottom: 0;
  }
  .insignia-software .features-section .features-container .col:nth-child(even) .feature:before {
    display: none;
  }
  .insignia-carrusel .items-carousel {
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  .insignia-carrusel .items-carousel .item {
    width: 100%;
  }
}
.memotain-header {
  background-size: cover;
  z-index: -1;
  position: relative;
}
.memotain-header .memotain-header-wrapper {
  display: block;
  padding: 100px 0;
}
.memotain-header .memotain-header-wrapper .memotain-header-logo-title {
  display: table;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #0E1E4C;
}
.memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-logo {
  display: table-cell;
  min-width: 198px;
  padding: 8px 20px 0 0;
}
.memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-logo {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
}
.memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-title {
  display: table-cell;
  font-size: 3.375em;
  font-weight: 700;
  text-transform: uppercase;
  color: #003e75;
  line-height: 55px;
  vertical-align: top;
}
@media (max-width: 1499px) {
  .memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-title {
    font-size: 2.6875em;
  }
}
@media (max-width: 991px) {
  .memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-title {
    font-size: 2.1875em;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .memotain-header .memotain-header-wrapper .memotain-header-logo-title .memotain-header-title {
    font-size: 1.75em;
  }
}
@media (max-width: 767px) {
}
.memotain-header .memotain-header-wrapper .memotain-header-subtitle {
  display: block;
  font-size: 1.5em;
  color: #003e75;
  padding: 30px 0 0 0;
}
@media (max-width: 1499px) {
  .memotain-header .memotain-header-wrapper .memotain-header-subtitle {
    font-size: 1.1875em;
  }
}
@media (max-width: 991px) {
  .memotain-header .memotain-header-wrapper .memotain-header-subtitle {
    font-size: 0.9375em;
  }
}
@media (max-width: 767px) {
  .memotain-header .memotain-header-wrapper .memotain-header-subtitle {
    font-size: 0.8125em;
    text-align: left;
  }
}
@media (max-width: 1499px) {
  .memotain-header .memotain-header-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .memotain-header .memotain-header-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .memotain-header .memotain-header-wrapper {
    width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 1499px) {
  .memotain-header {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .memotain-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    z-index: -1;
  }
}
.center-img {
  display: block;
  margin: 0 auto;
}
.forum_link {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -100px;
  z-index: 999;
}
.forum_link__content {
  display: block;
  width: 195px;
  position: relative;
}
@media (max-width: 991px) {
  .forum_link__content {
    width: 100%;
  }
}
.forum_link__img {
  display: block;
  width: 195px;
  height: 220px;
  background-image: url('../images/cta-theforum.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 991px) {
  .forum_link__img {
    display: none;
  }
}
.forum_link__text {
  position: absolute;
  bottom: 0;
  padding: 15px 0 15px 15px;
  color: #FFFFFF;
  font-size: 1.125em;
  background-color: #0E1E4C;
  width: 100%;
  border-radius: 0 0 0 7px;
}
@media (max-width: 991px) {
  .forum_link__text {
    position: relative;
    width: 100%;
    padding: 31px;
    text-align: center;
    bottom: auto;
    border-radius: inherit;
  }
}
.forum_link__icon {
  background-image: url('../images/icons/arrow-product-link-form.png');
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 16px;
  position: relative;
  top: 3px;
  margin: 0 0 0 10px;
}
.forum_link:hover,
.forum_link:focus {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .forum_link {
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    margin-top: auto;
  }
}
.curso-bloque {
  margin-bottom: 50px;
}
.curso-bloque .curso-title {
  font-family: 'Montserrat', sans-serif;
  color: #0E1E4C;
  font-size: 1.5em;
  margin: 0 0 40px 0;
}
.curso-evento-widget {
  margin-top: 20px;
  display: block;
  border: 1px solid #D7D7D7;
  position: relative;
  min-height: 300px;
}
.curso-evento-widget.destacado {
  border: 2px solid #0E1E4C;
}
.curso-evento-widget .curso-evento-imagen {
  position: absolute;
  top: 0;
  padding: 20px;
  width: 265px;
}
.ltr .curso-evento-widget .curso-evento-imagen {
  left: 0;
}
.rtl .curso-evento-widget .curso-evento-imagen {
  right: 0;
}
.curso-evento-widget .curso-evento-datos {
  position: relative;
}
.ltr .curso-evento-widget .curso-evento-datos {
  padding: 15px 30px 15px 280px;
}
.rtl .curso-evento-widget .curso-evento-datos {
  padding: 15px 280px 15px 30px;
}
.curso-evento-widget .curso-evento-precio {
  position: absolute;
  top: 15px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 1.25em;
  color: #0E1E4C;
}
.ltr .curso-evento-widget .curso-evento-precio {
  right: 30px;
}
.rtl .curso-evento-widget .curso-evento-precio {
  left: 30px;
}
.curso-evento-widget .curso-evento-titulo {
  margin: 3px 0 0 0;
  font-size: 1.25em;
  color: #0E1E4C;
}
.ltr .curso-evento-widget .curso-evento-titulo {
  padding: 0 95px 0 0;
}
.rtl .curso-evento-widget .curso-evento-titulo {
  padding: 0 0 0 95px;
}
.curso-evento-widget .especialidad {
  margin: 10px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #0E1E4C;
}
.curso-evento-widget .especialidad .especialidad-nombre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.curso-evento-widget .especialidad .coma:last-child {
  display: none;
}
.curso-evento-widget .datos {
  margin-top: 15px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px;
}
.curso-evento-widget .datos .dato {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #666;
  font-size: 0.875em;
}
.ltr .curso-evento-widget .datos .dato {
  margin: 0 8px 0 0;
}
.rtl .curso-evento-widget .datos .dato {
  margin: 0 0 0 8px;
}
.curso-evento-widget .datos .icon {
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.ltr .curso-evento-widget .datos .icon {
  margin: 0 10px 0 0;
}
.rtl .curso-evento-widget .datos .icon {
  margin: 0 0 0 10px;
}
.curso-evento-widget .datos .fecha .icon {
  background-image: url('../images/icons/curso-widget-reloj.png');
}
.curso-evento-widget .datos .tipo .icon {
  background-image: url('../images/icons/curso-widget-tipo.png');
}
.curso-evento-widget .datos .pais .icon {
  background-image: url('../images/icons/curso-widget-pais.png');
}
.curso-evento-widget .curso-evento-intro {
  margin-top: 15px;
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}
.curso-evento-widget .curso-evento-impartido {
  margin-top: 15px;
}
.curso-evento-widget .impartido-title {
  font-size: 0.875em;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.curso-evento-widget .impartido-ponente {
  margin-top: 15px;
  position: relative;
}
.curso-evento-widget .impartido-ponente .impartido-ponente-imagen {
  position: absolute;
  top: 0;
}
.ltr .curso-evento-widget .impartido-ponente .impartido-ponente-imagen {
  left: 0;
}
.rtl .curso-evento-widget .impartido-ponente .impartido-ponente-imagen {
  right: 0;
}
.curso-evento-widget .impartido-ponente .impartido-ponente-texto {
  height: 60px;
  width: 1110px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 75px;
}
.ltr .curso-evento-widget .impartido-ponente .impartido-ponente-texto {
  padding: 0 0 0 75px;
}
.rtl .curso-evento-widget .impartido-ponente .impartido-ponente-texto {
  padding: 0 75px 0 0;
}
.curso-evento-widget .impartido-ponente .impartido-ponente-nombre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  color: #0E1E4C;
  margin: 0;
}
.curso-evento-widget .impartido-ponente .impartido-ponente-especialidades {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #0E1E4C;
  margin: 0;
}
.curso-evento-widget .impartido-ponente .impartido-ponente-especialidades .coma:last-child {
  display: none;
}
.affix-sidebar.affix {
  top: 80px;
  position: fixed !important;
}
.sidebar-reference {
  margin-top: -129px;
}
.affix-sidebar-cursos.affix {
  top: 80px;
  position: fixed !important;
}
.cursos-eventos-menu-bar {
  background: #0E1E4C;
}
.ltr .cursos-eventos-menu-bar .menu {
  float: left;
}
.rtl .cursos-eventos-menu-bar .menu {
  float: right;
}
.ltr .cursos-eventos-menu-bar .menu > li {
  float: left;
}
.rtl .cursos-eventos-menu-bar .menu > li {
  float: right;
}
.cursos-eventos-menu-bar .menu > li.current_page_item > a {
  background: #fff;
  color: #0E1E4C;
}
.cursos-eventos-menu-bar .menu > li > a {
  float: left;
  height: 76px;
  padding: 28px 23px 0 23px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.cursos-eventos-menu-bar .ponentes-button-container {
  width: 350px;
}
.ltr .cursos-eventos-menu-bar .ponentes-button-container {
  float: right;
}
.rtl .cursos-eventos-menu-bar .ponentes-button-container {
  float: left;
}
.cursos-eventos-menu-bar .ponentes-button-container .ponentes-button {
  background: #0E1E4C;
  color: #fff;
  text-align: center;
  height: 76px;
  display: block;
  padding: 26px 0 0 0;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.cursos-eventos-menu-bar .ponentes-button-container .ponentes-button.active {
  background: #ffffff;
  color: #0E1E4C;
}
.ltr .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button.active .ponentes-button-icon {
  background-image: url('../images/icons/ponentes-button-icon-active.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ltr .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button.active .ponentes-button-icon {
    background-image: url("../images/icons/ponentes-button-icon-active@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.rtl .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button.active .ponentes-button-icon {
  background-image: url('../images/icons/ponentes-button-icon-active-rtl.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .rtl .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button.active .ponentes-button-icon {
    background-image: url("../images/icons/ponentes-button-icon-active-rtl@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
  display: inline-block;
  width: 9px;
  height: 16px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
.ltr .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
  background-image: url('../images/icons/ponentes-button-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .ltr .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
    background-image: url("../images/icons/ponentes-button-icon@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.rtl .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
  background-image: url('../images/icons/ponentes-button-icon-rtl.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .rtl .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
    background-image: url("../images/icons/ponentes-button-icon-rtl@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.ltr .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
  margin: 0 10px 0 0;
}
.rtl .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
  margin: 0 0 0 10px;
}
.cursos-eventos-separtor {
  margin: 40px 0 0 0;
  font-size: 1.25em;
  color: #0E1E4C;
  text-transform: uppercase;
  position: relative;
}
.cursos-eventos-separtor:before {
  content: "";
  border-bottom: 14px solid #F3F3F3;
  position: absolute;
  width: 100%;
  top: 4px;
  z-index: -1;
}
.ltr .cursos-eventos-separtor:before {
  left: 0;
}
.rtl .cursos-eventos-separtor:before {
  right: 0;
}
.cursos-eventos-separtor .text {
  background: #fff;
  display: inline-block;
}
.ltr .cursos-eventos-separtor .text {
  padding: 0 10px 0 0;
}
.rtl .cursos-eventos-separtor .text {
  padding: 0 0 0 10px;
}
.bloque-listado-cursos-eventos {
  position: relative;
}
.ponente-widget {
  padding: 0 0 30px 0;
  margin-top: 30px;
  border-bottom: 1px solid #F3F3F3;
}
.ponente-comun {
  position: relative;
  min-height: 157px;
}
.ponente-comun .ponente-widget-image {
  position: absolute;
  top: 0;
  width: 157px;
  height: 157px;
  text-align: center;
}
.ltr .ponente-comun .ponente-widget-image {
  left: 0;
}
.rtl .ponente-comun .ponente-widget-image {
  right: 0;
}
.ltr .ponente-comun .ponente-widget-texto {
  padding: 10px 0 0 172px;
}
.rtl .ponente-comun .ponente-widget-texto {
  padding: 10px 172px 0 0;
}
.ponente-comun .ponente-nombre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  color: #0E1E4C;
  margin: 0 0 10px 0;
}
.ponente-comun .ponente-texto {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #0E1E4C;
  line-height: 1.5;
}
.page-template-template-ponentes-php .listado-ponentes .ponente-comun .ponente-texto.titulo {
  display: none;
}
.ponente-comun .ponente-texto a {
  color: #0E1E4C;
  text-decoration: underline;
}
.ponente-comun .coma:last-child {
  display: none;
}

.fancybox-close {
  background-image: url("../images/icons/fancy-close.png") !important;
  height: 30px !important;
  width: 30px !important;
  top: 15px !important;
  right: 30px !important;
  background-size: 30px !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .fancybox-close {
    height: 15px !important;
    width: 15px !important;
    top: 22px !important;
    background-size: 15px !important;
  }
}
.ponente-fancy {
  width: 750px;
  max-width: 100%;
}
.ponente-fancy .ponente-fancy-widget {
  padding: 30px;
}
.ponente-fancy .ponente-fancy-biografia-content {
  padding: 30px;
}
.ponente-fancy .ponente-fancy-biografia {
  background: #F2F9FD;
  max-height: 320px;
}
.ponente-fancy .biografia-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9375em;
  color: #0E1E4C;
}
.ponente-fancy .biografia-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  color: #0E1E4C;
}
.ponente-fancy .mCSB_scrollTools {
  width: 16px !important;
  background: #D9E6EF !important;
}
.ponente-fancy .mCSB_draggerRail {
  margin: 0 !important;
  background: none !important;
}
.ponente-fancy .mCSB_dragger {
  background: #0E1E4C !important;
}
.ponente-fancy .mCSB_dragger .mCSB_dragger_bar {
  background: #0E1E4C !important;
}
@media (max-width: 1499px) {
  .curso-bloque {
    margin-bottom: 40px;
  }
  .curso-bloque .curso-title {
    font-size: 1.1875em;
    margin: 0 0 32px 0;
  }
  .curso-evento-widget {
    margin-top: 16px;
    min-height: 240px;
  }
  .curso-evento-widget .curso-evento-imagen {
    width: 212px;
  }
  .ltr .curso-evento-widget .curso-evento-datos {
    padding: 12px 24px 12px 224px;
  }
  .rtl .curso-evento-widget .curso-evento-datos {
    padding: 12px 224px 12px 24px;
  }
  .curso-evento-widget .curso-evento-precio {
    top: 12px;
    font-size: 1em;
  }
  .ltr .curso-evento-widget .curso-evento-precio {
    right: 24px;
  }
  .rtl .curso-evento-widget .curso-evento-precio {
    left: 24px;
  }
  .curso-evento-widget .curso-evento-titulo {
    margin: 2px 0 0 0;
    font-size: 1em;
  }
  .ltr .curso-evento-widget .curso-evento-titulo {
    padding: 0 76px 0 0;
  }
  .rtl .curso-evento-widget .curso-evento-titulo {
    padding: 0 0 0 76px;
  }
  .curso-evento-widget .especialidad {
    margin: 8px 0 0 0;
    font-size: 0.8125em;
  }
  .curso-evento-widget .datos {
    margin-top: 12px;
    padding: 8px;
  }
  .curso-evento-widget .datos .dato {
    font-size: 0.6875em;
  }
  .ltr .curso-evento-widget .datos .dato {
    margin: 0 6px 0 0;
  }
  .rtl .curso-evento-widget .datos .dato {
    margin: 0 0 0 6px;
  }
  .curso-evento-widget .datos .icon {
    width: 13px;
    height: 13px;
    top: 2px;
  }
  .ltr .curso-evento-widget .datos .icon {
    margin: 0 8px 0 0;
  }
  .rtl .curso-evento-widget .datos .icon {
    margin: 0 0 0 8px;
  }
  .curso-evento-widget .curso-evento-intro {
    margin-top: 12px;
    font-size: 0.6875em;
  }
  .curso-evento-widget .curso-evento-impartido {
    margin-top: 12px;
  }
  .curso-evento-widget .impartido-title {
    font-size: 0.6875em;
  }
  .curso-evento-widget .impartido-ponente {
    margin-top: 12px;
  }
  .curso-evento-widget .impartido-ponente .impartido-ponente-imagen img {
    width: 48px;
    height: 48px;
  }
  .curso-evento-widget .impartido-ponente .impartido-ponente-texto {
    height: 48px;
  }
  .ltr .curso-evento-widget .impartido-ponente .impartido-ponente-texto {
    padding: 0 0 0 60px;
  }
  .rtl .curso-evento-widget .impartido-ponente .impartido-ponente-texto {
    padding: 0 60px 0 0;
  }
  .curso-evento-widget .impartido-ponente .impartido-ponente-nombre {
    font-size: 0.6875em;
  }
  .curso-evento-widget .impartido-ponente .impartido-ponente-especialidades {
    font-size: 0.6875em;
  }
  .affix-sidebar.affix {
    top: 64px;
  }
  .affix-sidebar-cursos.affix {
    top: 64px;
  }
  .sidebar-reference {
    margin-top: -119px;
  }
  .cursos-eventos-menu-bar .menu > li > a {
    height: 61px;
    padding: 22px 18px 0 18px;
    font-size: 0.6875em;
  }
  .cursos-eventos-menu-bar .ponentes-button-container {
    width: 280px;
  }
  .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button {
    height: 61px;
    padding: 21px 0 0 0;
    font-size: 0.6875em;
  }
  .cursos-eventos-menu-bar .ponentes-button-container .ponentes-button-icon {
    width: 7px;
    height: 13px;
    margin: 0 8px 0 0;
  }
  .cursos-eventos-separtor {
    margin: 32px 0 0 0;
    font-size: 1em;
  }
  .cursos-eventos-separtor:before {
    border-bottom: 11px solid #F3F3F3;
    top: 3px;
  }
  .ltr .cursos-eventos-separtor .text {
    padding: 0 8px 0 0;
  }
  .rtl .cursos-eventos-separtor .text {
    padding: 0 0 0 8px;
  }
  .ponente-widget {
    padding: 0 0 24px 0;
    margin-top: 24px;
  }
  .ponente-comun {
    min-height: 126px;
  }
  .ponente-comun .ponente-widget-image {
    width: 126px;
    height: 126px;
  }
  .ltr .ponente-comun .ponente-widget-texto {
    padding: 8px 0 0 138px;
  }
  .rtl .ponente-comun .ponente-widget-texto {
    padding: 8px 138px 0 0;
  }
  .ponente-comun .ponente-nombre {
    font-size: 0.6875em;
  }
  .ltr .ponente-comun .ponente-nombre {
    margin: 0 0 6px 0;
  }
  .rtl .ponente-comun .ponente-nombre {
    margin: 0 0 6px 0;
  }
  .ponente-comun .ponente-texto {
    font-size: 0.6875em;
  }

  .ponente-fancy .ponente-fancy-widget {
    padding: 24px;
  }
  .ponente-fancy .ponente-fancy-biografia-content {
    padding: 24px;
  }
  .ponente-fancy .ponente-fancy-biografia {
    max-height: 256px;
  }
  .ponente-fancy .biografia-title {
    font-size: 0.75em;
  }
  .ponente-fancy .biografia-content {
    font-size: 0.75em;
  }
  .wy.curso > ul {
    margin-bottom: 20px;
  }
  .wy.curso > ul li {
    background: url('../images/icons/curso-bullet-1.png') no-repeat;
  }
  .ltr .wy.curso > ul li {
    background-position: 12px 6px;
  }
  .rtl .wy.curso > ul li {
    background-position: right 12px top 6px;
  }
  .ltr .wy.curso > ul li {
    padding: 0 0 0 24px;
  }
  .rtl .wy.curso > ul li {
    padding: 0 24px 0 0;
  }
  .wy.curso > ul li ul {
    margin-top: 8px;
  }
  .wy.curso > ul li ul li {
    background: url('../images/icons/curso-bullet-2.png') no-repeat;
  }
  .ltr .wy.curso > ul li ul li {
    background-position: 12px 6px;
  }
  .rtl .wy.curso > ul li ul li {
    background-position: right 12px top 6px;
  }
  .ltr .wy.curso > ul li ul li {
    padding: 0 0 0 24px;
  }
  .rtl .wy.curso > ul li ul li {
    padding: 0 24px 0 0;
  }
}
@media (max-width: 991px) {
  .responsive-sidebar {
    margin-bottom: 90px;
  }
  .cursos-eventos-menu-bar-resp {
    background: #0E1E4C;
    color: #fff;
  }
  .cursos-eventos-menu-bar-resp .current-page {
    display: block;
    height: 50px;
    font-size: 0.8125em;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0 0 0;
    color: #fff;
  }
  .cursos-eventos-menu-bar-resp .glyphicon {
    position: absolute;
    top: 19px;
    font-size: 0.6875em;
  }
  .ltr .cursos-eventos-menu-bar-resp .glyphicon {
    right: 0;
  }
  .rtl .cursos-eventos-menu-bar-resp .glyphicon {
    left: 0;
  }
  .cursos-eventos-menu-bar-resp .cursos-eventos-menu-resp {
    display: none;
    padding-bottom: 15px;
  }
  .cursos-eventos-menu-bar-resp .cursos-eventos-menu-resp a {
    display: block;
    border-bottom: 1px solid #0E1E4C;
    padding: 11px 0;
    font-size: 0.8125em;
    text-transform: uppercase;
    color: #9AB2CA;
  }
  .cursos-eventos-menu-bar-resp .cursos-eventos-menu-resp .ponentes-button {
    border-bottom: none;
  }
  .sidebar-reference-cursos {
    position: initial !important;
  }
  .affix-sidebar-cursos,
  .affix-sidebar-cursos.affix {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 40px 0 !important;
  }
}
@media (max-width: 767px) {
  #contact-map {
    height: 250px;
  }
  .ponente-fancy .ponente-fancy-biografia {
    max-height: 150px;
  }
}
@media (max-width: 499px) {
  .curso-evento-widget .curso-evento-imagen {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .curso-evento-widget .curso-evento-imagen img {
    width: auto;
    max-width: 100%;
  }
  .curso-evento-widget .curso-evento-datos {
    padding: 15px;
  }
  .ltr .curso-evento-widget .curso-evento-datos {
    padding: 15px 15px 15px 15px;
  }
  .rtl .curso-evento-widget .curso-evento-datos {
    padding: 15px 15px 15px 15px;
  }
  .ponente-comun .ponente-widget-image {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .ponente-comun .ponente-widget-image img {
    width: 100px;
    height: 100px;
  }
  .ltr .ponente-comun .ponente-widget-texto {
    padding: 20px 0 0 0;
  }
  .rtl .ponente-comun .ponente-widget-texto {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .cursos-eventos-menu-bar-resp .cursos-eventos-menu-resp {
    display: none !important;
  }
}
.bloques-container .bloque .bloque-border {
  border-top: 1px solid #F3F3F3;
  padding-top: 40px;
}
.bloques-container .bloque:first-child {
  border-top: none;
}
.bloques-container .bloque:first-child .bloque-border {
  border: none;
}
.bloques-container .bloque .bloque-vertical-center {
  height: 310px;
  width: 1110px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1499px) {
  .bloques-container .bloque {
    padding: 0 0 32px 0;
  }
  .bloques-container .bloque .bloque-border {
    padding-top: 32px;
  }
  .bloques-container .bloque .bloque-vertical-center {
    height: 248px;
  }
}
@media (max-width: 767px) {
  .bloques-container .bloque {
    padding: 0 0 20px 0;
  }
  .bloques-container .bloque .bloque-border {
    padding-top: 20px;
  }
  .bloques-container .bloque .bloque-vertical-center {
    height: auto;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

.delegaciones {
  position: relative;
  border-top: 1px solid #F3F3F3;
}
.delegaciones .authorized-dealers-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #666;
  text-align: center;
  margin: 30px 0 0 0;
}
.delegaciones .delegaciones-image-content {
  position: absolute;
  top: 0;
  height: 100%;
}
.ltr .delegaciones .delegaciones-image-content {
  right: 0;
}
.rtl .delegaciones .delegaciones-image-content {
  left: 0;
}
.delegaciones .delegaciones-image-content .delegaciones-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.delegaciones .componentes-listado {
  padding: 30px 0;
}
.delegaciones .componentes-listado .clearfix {
  border-bottom: 1px solid #f3f3f3;
}
.delegaciones .componente {
  padding: 30px 0;
}
.delegaciones .componente .componente-imagen {
  position: relative;
  text-align: center;
}
.delegaciones .componente .componente-imagen img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.delegaciones .componente .componente-color {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  bottom: -14px;
}
.ltr .delegaciones .componente .componente-color {
  left: 50%;
}
.rtl .delegaciones .componente .componente-color {
  right: 50%;
}
.ltr .delegaciones .componente .componente-color {
  margin: 0 0 0 -14px;
}
.rtl .delegaciones .componente .componente-color {
  margin: 0 -14px 0 0;
}
.delegaciones .componente .componente-texto {
  padding-top: 20px;
  text-align: center;
}
.delegaciones .componente .componente-nombre {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  color: #0E1E4C;
  margin: 0;
}
.delegaciones .componente .componente-zona {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #0E1E4C;
  margin: 2px 0 0 0;
}
.delegaciones .componente .componente-email {
  display: block;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.75em;
  color: #97999B;
  margin: 2px 0 0 0;
  word-wrap: break-word;
}
.delegaciones .componente .componente-telefono {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #0E1E4C;
  margin: 3px 0 0 0;
}
.contacto-page {
  padding: 40px 0;
}
.newsletter-banner-form {
  width: 400px;
}
@media (max-width: 1499px) {
  .newsletter-banner-form {
    width: auto;
  }
}
.newsletter-banner-form .contact-form-submit button {
  width: 100% !important;
}
.cta-banner-form,
.newsletter-banner-form,
.products-catalog-form {
  max-width: 540px;
}
.cta-banner-form .contact-form-container,
.newsletter-banner-form .contact-form-container,
.products-catalog-form .contact-form-container {
  background: #fff;
}
.cta-banner-form .contact-form-container .contact-form-box-title,
.newsletter-banner-form .contact-form-container .contact-form-box-title,
.products-catalog-form .contact-form-container .contact-form-box-title {
  font-size: 1.5625em;
}
@media (max-width: 1499px) {
  .delegaciones .componentes-listado {
    padding: 24px 0;
  }
  .delegaciones .componente {
    padding: 24px 0;
  }
  .delegaciones .componente .componente-imagen img {
    width: 104px;
    height: 104px;
  }
  .delegaciones .componente .componente-color {
    width: 22px;
    height: 22px;
    bottom: -11px;
  }
  .ltr .delegaciones .componente .componente-color {
    margin: 0 0 0 -11px;
  }
  .rtl .delegaciones .componente .componente-color {
    margin: 0 -11px 0 0;
  }
  .delegaciones .componente .componente-texto {
    padding-top: 16px;
  }
  .delegaciones .componente .componente-nombre {
    font-size: 0.6875em;
  }
  .delegaciones .componente .componente-zona {
    font-size: 0.6875em;
  }
  .delegaciones .componente .componente-email {
    font-size: 0.6875em;
  }
  .delegaciones .componente .componente-telefono {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.6875em;
  }
  .contacto-page {
    padding: 32px 0;
  }
  .cta-banner-form .contact-form-container .contact-form-box-title,
  .newsletter-banner-form .contact-form-container .contact-form-box-title,
  .products-catalog-form .contact-form-container .contact-form-box-title {
    font-size: 1.25em;
  }
}
.sidebar-search {
  background: #F2F9FD;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
.sidebar-search label {
  display: none;
}
.sidebar-search input[type="text"] {
  display: block;
  width: 100%;
  outline: none !important;
  height: 40px;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #0E1E4C;
  border: 1px solid #ccc;
}
.sidebar-search input[type="submit"] {
  position: absolute;
  top: 15px;
  background: none;
  width: 40px;
  height: 40px;
  text-indent: -10000px;
  border: none;
}
.ltr .sidebar-search input[type="submit"] {
  right: 15px;
}
.rtl .sidebar-search input[type="submit"] {
  left: 15px;
}
.sidebar-search .glyphicon {
  position: absolute;
  top: 15px;
  color: #0E1E4C;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
}
.ltr .sidebar-search .glyphicon {
  right: 15px;
}
.rtl .sidebar-search .glyphicon {
  left: 15px;
}
@media (max-width: 1499px) {
  .sidebar-search {
    padding: 12px;
    margin-bottom: 32px;
  }
  .sidebar-search input[type="text"] {
    height: 32px;
    padding: 0 8px;
    font-size: 0.75em;
  }
  .sidebar-search input[type="submit"] {
    top: 12px;
    width: 32px;
    height: 32px;
  }
  .ltr .sidebar-search input[type="submit"] {
    right: 12px;
  }
  .rtl .sidebar-search input[type="submit"] {
    left: 12px;
  }
  .sidebar-search .glyphicon {
    top: 12px;
    width: 32px;
    height: 32px;
    padding-top: 10px;
  }
  .ltr .sidebar-search .glyphicon {
    right: 12px;
  }
  .rtl .sidebar-search .glyphicon {
    left: 12px;
  }
}
#html-approver {
  padding: 0 !important;
}
.approver-page {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  padding: 30px 0;
  background-size: cover;
}
.approver-page .img_approver {
  position: relative;
}
.approver-page .img_approver img {
  width: 100%;
  height: auto;
}
.approver-page .title {
  margin: 20px 0;
  font-size: 1.875em;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .approver-page .title {
    font-size: 1.500em;
  }
}
@media (max-width: 767px) {
  .approver-page .title {
    font-size: 1.125em;
  }
}
.approver-page .description {
  margin: 20px 0 40px 0;
  font-size: 1em;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .approver-page .description {
    font-size: 0.813em;
  }
}
.approver-page .link-light-box {
  position: absolute;
  background: #0E1E4C;
  opacity: 0.4;
}
.approver-page .link-light-box:hover {
  opacity: 0.6;
  cursor: pointer;
}
.row_approver {
  position: relative;
}
.logo_approver {
  height: 49px;
  width: 122px;
  top: 0;
  left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .logo_approver {
    display: block;
    margin: 0 auto;
  }
}
.title-light-box {
  text-align: center;
  padding: 15px 50px;
  font-size: 1.438em;
}
@media (max-width: 767px) {
  .title-light-box {
    font-size: 1.188em;
  }
}
.content-light-box {
  padding: 25px 35px;
  font-size: 1.000em;
}
@media (max-width: 767px) {
  .content-light-box {
    font-size: 0.813em;
  }
}
.modal-video-approver {
  background-color: #ffffff;
  background-size: cover;
  color: #222222;
}
.legal-mentions {
  display: block;
}
.legal-mentions__content {
  display: block;
  width: 100%;
  border: 1px solid #D7D7D7;
  margin: 50px 0;
  padding: 30px 50px;
}
.legal-mentions__title {
  display: block;
  color: #0050A5;
  font-size: 1.25em;
  margin: 0 0 15px 0;
}
.legal-mentions__text {
  display: block;
  color: #0E1E4C;
  font-size: 0.875em;
}
.product-link-form {
  display: none;
  position: relative;
  z-index: 999;
}
.product-link-form.__show {
  display: block;
}
.product-link-form:hover {
  opacity: 1;
}
.product-link-form__content {
  display: block;
  position: fixed;
  top: 44%;
  right: 0;
  border-radius: 20px;
  width: 200px;
  z-index: 999;
}
@media (max-width: 991px) {
  .product-link-form__content {
    display: none;
  }
}
.product-link-form__content-contacto {
  display: block;
  position: fixed;
  top: 44%;
  right: 0;
  border-radius: 20px;
  width: 180px;
  z-index: 999;
}
@media (max-width: 991px) {
  .product-link-form__content-contacto {
    display: none;
  }
}
.product-link-form__content-responsive {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  .product-link-form__content-responsive {
    display: block;
  }
}
.product-link-form__text-content-resposive {
  display: block;
  color: #FFFFFF;
  font-size: 1.125em;
  background-color: #0E1E4C;
  position: relative;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
}
.product-link-form__text-content-resposive:after {
  position: absolute;
  content: '';
  top: 34px;
  right: 50%;
  margin-right: -90px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/arrow-product-link-form.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-link-form__catalogo:before {
  position: absolute;
  content: '';
  top: -35px;
  left: 0;
  width: 200px;
  height: 200px;
  background-image: url('../images/catalogo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-link-form__contacto:before {
  position: absolute;
  content: '';
  top: 27px;
  left: 50%;
  margin-left: -100px;
  width: 38px;
  height: 33px;
  background-image: url('../images/icons/icon-message.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-link-form__img-content {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 163px;
  position: relative;
  padding: 0 0 0 10px;
  border-radius: 0;
}
.product-link-form__img-content .catalogo {
  min-width: 180px;
  position: absolute;
  top: -43px;
  z-index: 999;
}
.product-link-form__img-content .contacto {
  width: 135px;
  position: absolute;
  top: -19px;
  z-index: 999;
  left: 25px;
}
.product-link-form__text-content-catalogo {
  display: block;
  color: #FFFFFF;
  font-size: 1.125em;
  padding: 20px 60px 20px 30px;
  background-color: #0E1E4C;
  border-radius: 0;
  position: relative;
}
.product-link-form__text-content-catalogo:after {
  position: absolute;
  content: '';
  top: 24px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/arrow-product-link-form.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product-link-form__text-content-contacto {
  display: block;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1em;
  padding: 7px 40px 10px 75px;
  background-image: url('../images/background-contact-baner.jpg');
  background-size: contain;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
}
.product-link-form__text-content-contacto:after {
  position: absolute;
  content: '';
  top: 21px;
  right: 1px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/arrow-product-link-form.png');
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.product-link-form__text-content-contacto:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 3px;
  width: 60px;
  height: 48px;
  background-image: url('../images/icons/icon-message.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wrapper-mon-space-header {
  background-image: url('../images/producto-back.jpg');
  background-size: cover;
  height: 540px;
  display: grid;
  width: 100%;
}
@media (max-width: 991px) {
  .wrapper-mon-space-header {
    height: 400px;
  }
}
.mon-space-header {
  display: block;
  text-align: left;
  padding: 40px 0 90px 0;
  margin: 50px 0 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.mon-space-header__title {
  display: block;
  font-size: 3.25em;
  color: #003979;
  margin: 10px 0;
  padding: 0 300px 0 0;
}
@media (max-width: 1499px) {
  .mon-space-header__title {
    padding: 0;
    font-size: 2.5625em;
  }
}
@media (max-width: 991px) {
  .mon-space-header__title {
    font-size: 2.0625em;
  }
}
@media (max-width: 767px) {
  .mon-space-header__title {
    font-size: 1.6875em;
  }
}
.mon-space-header__description {
  display: block;
  margin: 10px 0;
  font-size: 1.5em;
  color: #003979;
}
@media (max-width: 991px) {
  .mon-space-header__description {
    font-size: 1.1875em;
  }
}
@media (max-width: 767px) {
  .mon-space-header__description {
    font-size: 0.9375em;
  }
}
.mon-space-header__link {
  display: block;
  font-size: 1em;
  color: #FFFFFF;
  background-color: #0E1E4C;
  padding: 14px 60px 14px 30px;
  margin: 20px 0 20px 0;
  max-width: 190px;
  border-radius: 30px;
  position: relative;
}
.mon-space-header__link:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 30px;
  width: 17px;
  height: 23px;
  background-image: url('../images/icons/lock.png');
}
@media (max-width: 991px) {
  .mon-space-header__link:after {
    top: 7px;
    right: 35px;
    width: 13px;
    height: 18px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.mon-space-header__link:hover {
  color: #FFFFFF;
}
.mon-space-header__link:focus {
  color: #FFFFFF;
}
@media (max-width: 1499px) {
  .mon-space-header__link {
    font-size: 0.9375em;
  }
}
@media (max-width: 991px) {
  .mon-space-header__link {
    font-size: 0.875em;
    margin: 20px auto;
    padding: 7px 60px 7px 30px;
  }
}
@media (max-width: 767px) {
  .mon-space-header__link {
    font-size: 0.8125em;
  }
}
@media (max-width: 1499px) {
  .mon-space-header {
    background-size: 500px;
  }
}
@media (max-width: 991px) {
  .mon-space-header {
    text-align: center;
    background-size: 200px;
    background-position: center bottom;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .mon-space-header {
    padding: 0 0 90px 0;
  }
}
.service-features {
  display: block;
  padding: 50px 0;
  text-align: center;
}
.service-features__title {
  font-size: 2.25em;
  color: #003979;
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.service-features__description {
  font-size: 0.9375em;
  font-weight: 400;
  color: #0E1E4C;
  margin: 0 0 20px 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .service-features__description {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .service-features__description {
    font-size: 0.8125em;
  }
}
.service-features__items {
  display: block;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .service-features__items {
    margin: 20px 0;
  }
}
.service-features__item {
  display: block;
  padding: 20px 0;
}
.service-features__item-image {
  display: block;
  margin: 0 0 20px 0;
}
.service-features__item-image img {
  max-width: 100px;
  margin: 0 auto;
}
.service-features__item-title {
  display: block;
  margin: 0 0 20px 0;
  font-size: 2.25em;
  color: #003979;
}
@media (max-width: 1499px) {
  .service-features__item-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 991px) {
  .service-features__item-title {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .service-features__item-title {
    font-size: 1em;
    margin: 0 0 5px 0;
  }
}
.service-features__item-subtitle {
  display: block;
  margin: 0 0 20px 0;
  font-size: 1.125em;
  color: #0E1E4C;
}
@media (max-width: 1499px) {
  .service-features__item-subtitle {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .service-features__item-subtitle {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .service-features__item-subtitle {
    font-size: 0.8125em;
    margin: 0 0 5px 0;
  }
}
.service-features__item-description {
  display: block;
  margin: 0 0 20px 0;
  font-size: 0.875em;
  font-weight: 400;
  color: #0E1E4C;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .service-features__item-description {
    font-size: 0.8125em;
    margin: 0 0 5px 0;
  }
}
.service-features__item-link {
  display: block;
  position: relative;
  font-size: 0.875em;
  background-color: #0E1E4C;
  color: #FFFFFF;
  padding: 8px 50px 8px 25px;
  max-width: 175px;
  margin: 40px auto 0 auto;
  border-radius: 50px;
}
.service-features__item-link:hover {
  color: #FFFFFF;
}
.service-features__item-link:focus {
  color: #FFFFFF;
}
.service-features__item-link:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url('../images/icons/next.png');
  background-repeat: no-repeat;
  background-size: 17px;
}
@media (max-width: 767px) {
  .service-features__item-link:after {
    background-size: 15px;
  }
}
@media (max-width: 767px) {
  .service-features__item-link {
    margin: 10px auto 0 auto;
    font-size: 0.8125em;
  }
}
.service-features__modal {
  display: none;
  padding: 50px 20px;
  text-align: center;
}
@media (max-width: 1499px) {
  .service-features__modal {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  .service-features__modal {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .service-features__modal {
    padding: 0;
  }
}
.service-features__modal-title {
  display: block;
  margin: 0 0 20px 0;
  font-size: 2.25em;
  color: #003979;
}
@media (max-width: 1499px) {
  .service-features__modal-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 991px) {
  .service-features__modal-title {
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .service-features__modal-title {
    font-size: 1.125em;
    padding: 0 20px 0 0;
  }
}
.service-features__modal-image img {
  width: 100%;
}
.listado-webinars-title {
  display: block;
  color: #003979;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 30px 0;
  background-color: #F2F9FD;
  margin: 0 0 60px 0;
}
.listado-webinars-title.main {
  font-size: 2.25em;
  margin: 60px 0;
  padding: 0;
  background-color: inherit;
}
.listado-webinars-content {
  display: inline-block;
  margin: 0 0 50px 0;
  width: 100%;
}
.webinar-widget {
  border: 1px solid #D7D7D7;
  padding: 0;
  display: table;
  margin: 0 0 20px 0;
}
.webinar-widget-align {
  vertical-align: middle;
  display: table-cell;
}
.webinar-widget-img {
  display: table-cell;
  width: 110px;
}
@media (max-width: 1499px) {
  .webinar-widget-img {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .webinar-widget-img {
    display: block;
    margin: 0 auto;
  }
}
.webinar-widget-content {
  padding: 0 10px 0 20px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .webinar-widget-content {
    display: block;
    margin: 20px 0 0 0;
  }
}
.webinar-widget-cooming {
  display: inline-block;
  background-color: #FFBF00;
  color: #FFFFFF;
  font-size: 0.625em;
  padding: 5px 10px;
  margin: 0 0 10px;
  border-radius: 4px;
}
.webinar-widget-title {
  display: block;
  color: #003e75;
  font-size: 0.875em;
  margin: 0 0 10px;
}
.webinar-widget-speaker {
  display: block;
  color: #0E1E4C;
  margin: 0 0 10px;
  font-size: 0.6875em;
}
.webinar-subtitle {
  display: inline-block;
  font-size: 1.25em;
  color: #0E1E4C;
  text-transform: uppercase;
  margin: 3px 0 10px 0;
}
@media (max-width: 1499px) {
  .webinar-subtitle {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .webinar-subtitle {
    font-size: 0.9375em;
  }
}
.webinar-back {
  display: inline-block;
  float: right;
  border: 1px solid #EFEFEF;
  padding: 8px 50px 8px 30px;
  border-radius: 22px;
  position: relative;
  font-size: 0.875em;
}
.webinar-back:after {
  position: absolute;
  content: '';
  top: 12px;
  right: 25px;
  width: 12px;
  height: 12px;
  background-image: url('../images/arrow-right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.webinar-title {
  display: block;
  font-weight: 700;
  font-size: 2.625em;
  color: #003A79;
  margin: 20px 0;
}
@media (max-width: 1499px) {
  .webinar-title {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .webinar-title {
    font-size: 1.5625em;
  }
}
.webinar-description {
  display: block;
  font-weight: 400;
  font-size: 1em;
  color: #0E1E4C;
  margin: 0 0 30px 0;
}
@media (max-width: 1499px) {
  .webinar-description {
    font-size: 0.9375em;
  }
}
@media (max-width: 991px) {
  .webinar-description {
    font-size: 0.875em;
  }
}
.webinar-video {
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 1499px) {
}
@media (max-width: 767px) {
}
.webinar-video__video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-height: 102%;
}
@media (max-width: 767px) {
}
.webinar-video__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
.webinar-video__play:hover {
  opacity: 1 !important;
}
.webinar-video-warning {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}
.webinar-column {
  display: block;
  padding: 20px;
  background-color: #F2F9FD;
}
.webinar-column-link {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.375em;
  color: #FFFFFF;
  padding: 20px 20px 20px 90px;
  background-color: #003C79;
}
.webinar-column-link:after {
  position: absolute;
  content: '';
  top: 18px;
  left: 50%;
  margin-left: -115px;
  background-image: url('../images/icons/play-icon.png');
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1499px) {
  .webinar-column-link:after {
    top: 34px;
    margin-left: -90px;
  }
}
.webinar-column-info {
  display: block;
  margin: 20px 0 0 0;
}
.sidebar-reference-3 .affix {
  top: 82px !important;
}
.aditional-info-webinar .aditional-info-link {
  display: block;
}
.aditional-info-webinar .aditional-info-link:hover {
  opacity: 0.7;
}
.aditional-info-webinar .aditional-info-block {
  display: table;
  padding: 20px;
  margin: 0 0 10px 0;
  background-color: #F4F7F7;
  width: 100%;
}
.aditional-info-webinar .aditional-info-content {
  display: table-cell;
  vertical-align: middle;
  color: #0050A5;
  font-size: 1.25em;
  width: 60%;
}
@media (max-width: 1499px) {
  .aditional-info-webinar .aditional-info-content {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .aditional-info-webinar .aditional-info-content {
    font-size: 0.875em;
  }
}
.aditional-info-webinar .aditional-info-img {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  text-align: right;
}
.aditional-info-webinar .aditional-info-img img {
  max-width: 180px;
}
@media (max-width: 1499px) {
  .aditional-info-webinar .aditional-info-img img {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .aditional-info-webinar .aditional-info-img img {
    max-width: 145px;
  }
}
.damon-ultima-degraded {
  position: relative;
}
.damon-ultima-degraded:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 214px;
  content: '';
  background-image: url('../images/damon-ultima-degraded.jpg');
}
.c-video-form {
  display: block;
  text-align: center;
}
.c-video-form__title {
  margin: 40px 0 0 0;
  display: block;
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75em;
}
@media (max-width: 991px) {
  .c-video-form__title {
    font-size: 2.8125em;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .c-video-form__title {
    font-size: 1.875em;
  }
}
.c-video-form__description {
  display: block;
  color: #0E1E4C;
  margin: 20px 0 0 0;
  font-size: 1.125em;
}
@media (max-width: 991px) {
  .c-video-form__description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .c-video-form__description {
    font-size: 0.9375em;
  }
}

.c-video-form__image {
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
}
.c-video-form__video {
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
  height: 300px;
  position: relative;
}
.c-video-form__video video,
.c-video-form__video img {
  display: block;
  height: 520px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #fff;
}
@media (max-width: 1499px) {
  .c-video-form__video video,
  .c-video-form__video img {
    height: 438px;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .c-video-form__video video,
  .c-video-form__video img {
    height: 405px;
  }
}
@media (max-width: 767px) {
  .c-video-form__video video,
  .c-video-form__video img {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .c-video-form__video video,
  .c-video-form__video img {
    height: auto;
    width: 100% !important;
  }
}
@media (max-width: 1499px) {
  .c-video-form__video {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .c-video-form__video {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .c-video-form__video {
    height: 150px;
  }
}
@media (max-width: 400px) {
  .c-video-form__video {
    height: auto;
  }
}
.c-shadow {
  position: relative;
}
.c-shadow:before {
  position: absolute;
  bottom: -320px;
  left: 0;
  width: 100%;
  height: 158px;
  content: '';
  background-image: url('../images/damon-ultima-degraded-video.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .c-shadow:before {
    content: none;
  }
}
.separation-top {
  padding: 260px 0 0 0;
}
@media (max-width: 991px) {
  .separation-top {
    padding: 200px 0 0 0;
  }
}
@media (max-width: 767px) {
  .separation-top {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 400px) {
  .separation-top {
    padding: 20px 0 0 0;
  }
}
.c-blocks-text-image {
  display: block;
  text-align: center;
}
.c-blocks-text-image__title {
  display: block;
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75em;
}
@media (max-width: 991px) {
  .c-blocks-text-image__title {
    font-size: 2.8125em;
  }
}
@media (max-width: 767px) {
  .c-blocks-text-image__title {
    font-size: 1.875em;
  }
}
.c-blocks-text-image__description {
  display: block;
  color: #0E1E4C;
  font-size: 1.125em;
}
@media (max-width: 991px) {
  .c-blocks-text-image__description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .c-blocks-text-image__description {
    font-size: 0.9375em;
  }
}
.c-blocks-text-image__main {
  display: block;
  margin: 0 0 20px 0;
}
.c-blocks-text-image__item {
  display: block;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-blocks-text-image__item {
    padding: 10px 0;
  }
}
.c-blocks-text-image__single {
  display: table;
}
.c-blocks-text-image__text {
  display: table-cell;
  padding: 60px 0 0 0;
  text-align: left;
  width: 50%;
}
@media (max-width: 991px) {
  .c-blocks-text-image__text {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .c-blocks-text-image__text {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.c-blocks-text-image__single-title {
  display: block;
  font-size: 1.875em;
  font-family: 'Montserrat', sans-serif;
  color: #0E1E4C;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .c-blocks-text-image__single-title {
    font-size: 1.5625em;
  }
}
@media (max-width: 767px) {
  .c-blocks-text-image__single-title {
    font-size: 1.25em;
  }
}
.c-blocks-text-image__single-description {
  display: block;
  font-size: 0.9375em;
  color: #0E1E4C;
}
.c-blocks-text-image__single-video {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
.c-blocks-text-image__single-video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .c-blocks-text-image__single-video {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
}
.c-features-damon-ultima {
  text-align: center;
  background-position: center;
  background-size: cover;
}
.c-features-damon-ultima__section-title {
  text-align: center;
}
.c-features-damon-ultima__title {
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75em;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1499px) {
  .c-features-damon-ultima__title {
    font-size: 3em;
  }
}
@media (max-width: 991px) {
  .c-features-damon-ultima__title {
    font-size: 2em;
  }
}
.c-features-damon-ultima__intro {
  margin: 30px 0 0 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875em;
}
@media (max-width: 1499px) {
  .c-features-damon-ultima__intro {
    margin: 24px 0 0 0;
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .c-features-damon-ultima__intro {
    font-size: 1.25em;
  }
}
.c-features-damon-ultima__text {
  margin: 30px 0 0 0;
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.125em;
}
@media (max-width: 1499px) {
  .c-features-damon-ultima__text {
    margin: 24px 0 0 0;
    font-size: 0.875em;
  }
}
.c-features-damon-ultima__text *:last-child {
  margin-bottom: 0;
}
.c-steps-damon-ultima {
  overflow: hidden;
}
.c-steps-damon-ultima__numbers {
  text-align: center;
  position: relative;
  margin: 50px 0 0 0;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__numbers {
    margin: 40px 0 0 0;
  }
}
.c-steps-damon-ultima__numbers:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #dddddd;
  top: 50%;
  left: 0;
  z-index: 1;
}
.c-steps-damon-ultima__number {
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 3px solid #DDD;
  border-radius: 50%;
  background: #060000;
  color: #dddddd;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875em;
  margin: 0 15px;
  line-height: 1;
  padding: 8px 0 0 0;
  position: relative;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__number {
    width: 44px;
    height: 44px;
    font-size: 1.5em;
    margin: 0 12px;
    padding: 6px 0 0 0;
  }
}
.c-steps-damon-ultima__number.step-gray {
  background: #f5f5f5;
}
.c-steps-damon-ultima__number.is-active {
  color: #FF5F30;
  opacity: 1;
  border: 3px solid #FF5F30;
}
.c-steps-damon-ultima__number:hover {
  opacity: 1;
}
.c-steps-damon-ultima__contents {
  margin: 0 0 100px 0;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__contents {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 991px) {
  .c-steps-damon-ultima__contents {
    margin: 0 0 20px 0;
  }
}
.c-steps-damon-ultima__content {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-steps-damon-ultima__content.is-active {
  opacity: 1;
  z-index: 2;
  position: relative;
  transition: opacity 300ms ease-in-out;
}
.c-steps-damon-ultima__content-title {
  color: #fff;
  font-size: 1.25em;
  margin: 60px 0 0 0;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__content-title {
    font-size: 1em;
    margin: 48px 0 0 0;
  }
}
.c-steps-damon-ultima__content-intro {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  margin: 15px 0 0 0;
  line-height: 1.5;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__content-intro {
    font-size: 0.75em;
    margin: 12px 0 0 0;
  }
}
.c-steps-damon-ultima__content-text {
  color: #97999B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  margin: 15px 0 0 0;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__content-text {
    margin: 12px 0 0 0;
    font-size: 0.75em;
  }
}
.c-steps-damon-ultima__content-full-image {
  margin-top: 50px;
  max-width: 430px;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__content-full-image {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-steps-damon-ultima__content-full-image {
    max-width: 100%;
  }
}
.c-steps-damon-ultima__image-result {
  width: 380px;
  height: auto;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__image-result {
    width: 304px;
  }
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__image-result {
    width: 210px;
    margin-bottom: 30px;
  }
}
.c-steps-damon-ultima__result-title {
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2em;
  margin: 0;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__result-title {
    font-size: 1.625em;
  }
}
.c-steps-damon-ultima__result-subtitle {
  color: #97999B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  margin: 15px 0 0 0;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__result-subtitle {
    font-size: 0.875em;
    margin: 12px 0 0 0;
  }
}
.c-steps-damon-ultima__result-text {
  color: #0E1E4C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  margin: 15px 0 0 0;
  line-height: 1.5;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__result-text {
    font-size: 0.75em;
    margin: 12px 0 0 0;
  }
}
.c-steps-damon-ultima__result-text *:last-child {
  margin-bottom: 0;
}
.c-steps-damon-ultima__result-images {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__result-images {
    margin-top: 20px;
  }
}
.c-steps-damon-ultima__image-before {
  width: 49.9%;
  float: left;
}
.c-steps-damon-ultima__image-after {
  width: 49.9%;
  float: right;
}
.c-steps-damon-ultima__text-before,
.c-steps-damon-ultima__text-after {
  position: absolute;
  bottom: 5px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  margin: 0;
}
.c-steps-damon-ultima__text-before {
  left: 2%;
}
.c-steps-damon-ultima__text-after {
  left: 52%;
}
.c-steps-damon-ultima__video-button {
  display: inline-block;
  background: #0E1E4C;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.375em;
  margin: 50px 0 0 0;
  padding: 12px 30px;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__video-button {
    font-size: 1.125em;
    margin: 40px 0 0 0;
    padding: 10px 24px;
  }
}
.c-steps-damon-ultima__video-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/ormco2/assets/images/icons/timelapse.png') no-repeat center center;
  background-size: contain;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
@media (max-width: 1499px) {
  .c-steps-damon-ultima__video-button:after {
    width: 19px;
    height: 19px;
  }
}
.c-separator {
  margin: 40px 0 0 0;
  width: 100%;
  border-top: 1px solid #F3F3F3;
}
.c-separator-sm {
  margin: 0;
  width: 100%;
  border-top: 1px solid #F3F3F3;
}
.reverse .c-blocks-text-image__text {
  float: right;
}
.reverse .c-blocks-text-image__single-video {
  float: left;
  text-align: left !important;
  padding: 60px 0 0 0;
}
@media (max-width: 991px) {
  .reverse .c-blocks-text-image__single-video {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .reverse .c-blocks-text-image__single-video {
    text-align: center !important;
    float: none;
    padding: 0;
  }
}
.normal .c-blocks-text-image__single {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .normal .c-blocks-text-image__single {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .normal .c-blocks-text-image__single {
    padding: 0;
  }
}
.c-menu-damon-ultima {
  bottom: 0;
  position: absolute;
  background: transparent !important;
}
.c-menu-damon-ultima .menu li {
  width: 19% !important;
}
.c-menu-damon-ultima .menu a:hover {
  background: transparent !important;
  color: #ffffff !important;
}
.c-menu-damon-ultima .menu a:focus {
  background: transparent !important;
  color: #ffffff !important;
}
.c-menu-damon-ultima .menu .active a {
  background: transparent !important;
  color: #ffffff !important;
}


.section-logos-footer {
  padding: 20px 0;
}
.__logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.__logos-wrapper .__logo {
  padding: 10px 20px;
  text-align: center;
}
.__logos-wrapper .__logo img {
  max-width: 100%;
}
@media (max-width: 767px){
  .__logos-wrapper {
    flex-wrap: wrap;
  }
  .__logos-wrapper .__logo {
    width: 50%;

  }
}
