/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-ExtraBold.woff2") format("woff2"), url("fonts/Chilena-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Regular.woff2") format("woff2"), url("fonts/Chilena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Bold.woff2") format("woff2"), url("fonts/Chilena-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Light.woff2") format("woff2"), url("fonts/Chilena-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
}

body {
  color: #1D1E1E;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Chilena", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container.container-small {
  width: 1090px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

p {
  font-size: .875rem;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
  .videos .owl-dots {
    display: none;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.3em;
  margin-left: -.3em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .3em;
  padding-left: .3em;
}

.row.row-big {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 800;
  font-size: 1.083rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1.2rem 2rem .9rem;
  min-width: 13rem;
  text-align: center;
  transition: all .5s ease;
}

.btn i {
  font-size: .9rem;
  margin-left: .5rem;
}

.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: .5rem;
}

.btn.btn-verde {
  background: #01A31A;
}

.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}

.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: .85rem 1rem .5rem;
  display: inline-block;
}

.btn.btn-descarga {
  padding: .7rem 1rem .5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}

.btn.btn-descarga img {
  width: .6rem !important;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 10rem;
    padding: 1rem 1rem .7rem;
    font-size: .9rem;
  }
  .btn.btn-small {
    height: auto;
  }
  .btn.btn-descarga {
    height: auto;
  }
}

@media (max-width: 1980px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 1700px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

.form-group {
  margin-bottom: 1.1rem;
  text-align: left;
}

.form-group.horizontal {
  margin-bottom: 1.5rem;
}

.form-group.horizontal .label {
  font-weight: 600;
}

.form-group.horizontal .label-small {
  color: #475467;
  font-size: .875rem;
}

.form-group.horizontal .label-small.light {
  color: #6F7A88;
  font-size: .75rem;
}

.label {
  color: #344054;
  display: block;
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: .3rem;
}

.input {
  width: 100%;
  height: 2.75rem;
  padding: .5rem .8rem;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  color: #101B31;
  font-size: 1rem;
  transition: all .3s ease;
}

.input:focus {
  border-color: #d8bbf9;
  box-shadow: 0px 0px 0px 3px #f4eaff;
  -webkit-box-shadow: 0px 0px 0px 3px #f4eaff;
  -moz-box-shadow: 0px 0px 0px 3px #f4eaff;
}

.input.con-edit {
  background-image: url("../images/ic-edit-input.svg");
  background-repeat: no-repeat;
  background-position: .8rem center;
  padding-left: 2.7rem;
}

.input.con-tag {
  background-image: url("../images/ic-tag.svg");
  background-repeat: no-repeat;
  background-position: .8rem center;
  padding-left: 2.7rem;
}

.input.con-mail {
  background-image: url("../images/ic-mail2.svg");
  background-repeat: no-repeat;
  background-position: .8rem center;
  padding-left: 2.7rem;
}

.input-group-text {
  height: 2.75rem;
  background: #fff;
  border-radius: 8px 0 0 8px;
}

.w-input {
  position: relative;
}

.ic-input {
  background-repeat: no-repeat;
  background-position: .8rem center;
  padding-left: 2.7rem;
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: .3rem;
  right: 0;
}

.ic-input.success {
  background-image: url("../images/check-verde.svg");
}

.ic-input.error {
  background-image: url("../images/alert-circle.svg");
}

.textarea {
  width: 100%;
  height: 7.75rem;
  padding: .7rem .8rem;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  color: #101B31;
  font-size: 1rem;
  line-height: 1.4;
}

.textarea.con-edit {
  background-image: url("../images/ic-edit-input.svg");
  background-repeat: no-repeat;
  background-position: .8rem .8rem;
  padding-left: 2.7rem;
}

.textarea.big {
  height: 12.5rem;
}

.btn {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem;
  padding: .86rem 1rem;
  text-transform: none;
  width: auto;
  min-width: 112px;
}

.btn.text-small {
  font-size: .82rem;
}

.btn.btn-primary {
  background-color: #7F56D9;
}

.btn.btn-primary:hover {
  background: #6939d2;
}

.btn.btn-secondary {
  border: 1px solid #7F56D9;
  background: transparent;
  color: #7F56D9;
}

.btn.btn-secondary:hover {
  background: rgba(152, 97, 243, 0.05);
}

.btn.btn-gris {
  border: 1px solid #C6C9CE;
  color: #293449;
}

.btn.btn-gris i {
  color: #979FA9;
  margin-right: .4rem;
  margin-left: 0;
  font-size: .9rem;
}

.btn.btn-text {
  color: #2A2F31;
}

.btn.btn-text.morado {
  color: #7F56D9;
}

.btn.btn-full {
  width: 100%;
}

.form-check label {
  color: #2A2F31;
  font-size: .75rem;
  font-weight: 600;
}

.olvidaste {
  font-size: .8rem;
}

.text-link {
  color: #7F56D9;
  font-weight: 600;
}

.no-cuenta {
  color: #475467;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: 0;
}

.no-cuenta a {
  text-decoration: none;
}

.no-cuenta a:hover {
  color: #6f41d4;
}

.msg {
  color: #475467;
  font-size: .875rem;
  font-weight: 400;
  padding-top: .3rem;
}

.msg.small {
  font-size: .75rem;
  font-weight: 600;
}

.msg.success {
  color: #1FB43F;
}

.msg.error {
  color: #FF5A5A;
}

.msg .editor {
  color: #F04438;
  display: block;
}

.btn-estado {
  border-radius: 16px;
  height: 1.65rem;
  padding: .3rem .8rem;
  font-size: .67rem;
  color: #475467;
  background: #fff;
  border: 1px solid #C6C9CE;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

.btn-estado--publicado {
  border-radius: 16px;
  border: 1px solid rgba(127, 86, 217, 0.2);
  background: linear-gradient(0deg, rgba(127, 86, 217, 0.2) 0%, rgba(127, 86, 217, 0.2) 100%), #FFF;
  color: #7F56D9;
}

.btn-estado--revision {
  border-radius: 16px;
  border: 1px solid rgba(64, 94, 255, 0.2);
  background: linear-gradient(0deg, rgba(64, 94, 255, 0.2) 0%, rgba(64, 94, 255, 0.2) 100%), #FFF;
  color: #405EFF;
}

.btn-estado--observacion {
  border-radius: 16px;
  border: 1px solid rgba(255, 184, 3, 0.3);
  background: rgba(255, 184, 3, 0.2);
  color: #FF8B03;
}

.btn-estado--rechazado {
  border-radius: 16px;
  border: 1px solid rgba(255, 76, 0, 0.3);
  background: rgba(255, 76, 0, 0.2);
  color: #FF4A11;
}

.tag {
  border-radius: 30px;
  border: 1px solid rgba(46, 144, 250, 0.15);
  background: linear-gradient(0deg, rgba(46, 144, 250, 0.05) 0%, rgba(46, 144, 250, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
  font-size: .67rem;
  display: inline-block;
  color: #2A2F31;
  height: 1.65rem;
  padding: .3rem .5rem;
}

.tag:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #475467;
  margin-right: .3rem;
}

.tag--celeste:before {
  background: #2E90FA;
}

.tag--morado {
  border: 1px solid rgba(152, 97, 243, 0.15);
  background: linear-gradient(0deg, rgba(152, 97, 243, 0.05) 0%, rgba(152, 97, 243, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
}

.tag--morado:before {
  background: #7F56D9;
}

.mas-tag {
  border-radius: 30px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
  font-size: .68rem;
  display: inline-block;
  height: 1.65rem;
  padding: .3rem .5rem;
}

.paginador {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
}

.paginador a {
  color: #475467;
  font-size: .875rem;
}

.paginador .pages a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.paginador .pages a.current {
  background: #FFF;
  box-shadow: 0px 4px 11px 0px rgba(16, 24, 40, 0.07);
}

.tabs-nota {
  display: flex;
  border: none;
}

.tabs-nota .nav-link {
  color: #6F7A88;
  font-size: .875rem;
  font-weight: 600;
  display: block;
  padding: .6rem .5rem;
  margin-right: 1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 3px solid transparent;
}

.tabs-nota .nav-link.active {
  border-color: #7F56D9;
  color: #7F56D9;
  background: transparent;
}

.tabs-nota .nav-link:last-child {
  margin-right: 0;
}

.form-title {
  margin-bottom: 1.8rem;
}

.form-title h3 {
  color: #293449;
  font-size: 1.125rem;
  margin: 0 0 .5rem;
  font-weight: 600;
}

.form-title p {
  font-size: .75rem;
  color: #6F7A88;
  margin-bottom: 0;
}

.form-title p.big {
  font-size: .875rem;
}

.separador {
  background: #EAEAEA;
  height: 1px;
  margin-bottom: 1.25rem;
}

.con-tag .choices__inner {
  background-image: url("../images/ic-tag.svg");
  background-repeat: no-repeat;
  background-position: .8rem center;
  padding-left: 2.5rem;
}

.choices {
  margin-bottom: 0;
}

.choices__inner {
  padding: 0.5rem 0.8rem;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - .6rem) center;
}

.choices__input {
  background: transparent;
  margin: 0;
}

.choices__list--dropdown[aria-expanded] {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  top: calc(100% + .2rem);
}

.choices__item--selectable.is-selected {
  background: #7F56D9 !important;
  color: #fff !important;
}

.choices__item--selectable.is-selected:hover {
  background: #7F56D9 !important;
  color: #fff !important;
}

.choices__item--selectable:hover {
  background: #eee !important;
  color: #111;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  color: #111;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:hover,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:hover {
  color: #111;
}

.choices__list--multiple .choices__item {
  font-size: .7rem;
  color: #293449;
  border-radius: 30px;
  border: 1px solid rgba(152, 97, 243, 0.15);
  background: linear-gradient(0deg, rgba(152, 97, 243, 0.05) 0%, rgba(152, 97, 243, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
  height: 1.65rem;
}

.choices__list--multiple .choices__item:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #475467;
  margin-right: .3rem;
}

.choices__list--multiple .choices__item:nth-child(4n + 1) {
  border: 1px solid rgba(152, 97, 243, 0.15);
  background: linear-gradient(0deg, rgba(152, 97, 243, 0.05) 0%, rgba(152, 97, 243, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
}

.choices__list--multiple .choices__item:nth-child(4n + 1):before {
  background: #9861F3;
}

.choices__list--multiple .choices__item:nth-child(4n + 2) {
  border: 1px solid rgba(46, 144, 250, 0.15);
  background: linear-gradient(0deg, rgba(46, 144, 250, 0.05) 0%, rgba(46, 144, 250, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
}

.choices__list--multiple .choices__item:nth-child(4n + 2):before {
  background: #2E90FA;
}

.choices__list--multiple .choices__item:nth-child(4n + 3) {
  border: 1px solid rgba(23, 178, 106, 0.15);
  background: linear-gradient(0deg, rgba(23, 178, 106, 0.05) 0%, rgba(23, 178, 106, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
}

.choices__list--multiple .choices__item:nth-child(4n + 3):before {
  background: #17B26A;
}

.choices__list--multiple .choices__item:nth-child(4n + 4) {
  border: 1px solid rgba(238, 70, 188, 0.15);
  background: linear-gradient(0deg, rgba(238, 70, 188, 0.05) 0%, rgba(238, 70, 188, 0.05) 100%), #FFF;
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
}

.choices__list--multiple .choices__item:nth-child(4n + 4):before {
  background: #EE46BC;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border: none;
  background-image: url("../images/x-close.svg");
  width: 11px;
  background-size: 11px;
  margin-left: 0;
}

.ic-pass {
  position: absolute;
  top: .75rem;
  right: 1rem;
  color: #6F7A88;
  cursor: pointer;
}

.ic-pass .ocultar-pass {
  display: none;
}

.ic-pass.activo .ver-pass {
  display: none;
}

.ic-pass.activo .ocultar-pass {
  display: block;
}

.checkbox-container {
  position: relative;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  left: 0;
  z-index: 10;
  background: #f00;
  height: 100%;
}

.checkbox-container label {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  /* Ancho del checkbox personalizado */
  height: 16px;
  /* Altura del checkbox personalizado */
  background-color: #fff;
  border: 1px solid #D0D5DD;
  /* Color de fondo del checkbox no marcado */
  border-radius: 4px;
  /* Bordes redondeados */
  cursor: pointer;
}

.checkbox-container input:checked + label {
  background-color: #7F56D9;
  border-color: #7F56D9;
  background-image: url("../images/ic-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.checkbox-container span {
  color: #344054;
  font-size: .75rem;
  font-weight: 600;
  margin-left: 1.5rem;
}

.checkbox-container span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.tool {
  cursor: pointer;
}

.file-drop {
  min-height: 118px;
  height: auto;
  border: 2px dashed #7F56D9;
  padding: 16px;
  cursor: pointer;
  border-radius: 12px;
  background: #fff;
}

.file-input {
  display: none;
}

.file-label {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.file-label img {
  margin-bottom: 0rem;
}

.nombreArchivo {
  text-align: center;
  color: #7F56D9;
  margin-top: .5rem;
}

.nombreArchivo p {
  font-weight: bold;
  margin-bottom: 0;
}

.file-label span {
  display: block;
  margin-top: 0rem;
  line-height: 1.6;
}

.file-label span b {
  color: #7F56D9;
}

.file-label span .small {
  font-size: 12px;
}

.file-drop.dragover {
  border-color: #4CAF50;
}

.w-select .choices[data-type*=select-one] .choices__button {
  display: none;
}

.w-select .select {
  background-image: none;
}

.w-select .choices[data-type*=select-one]::after {
  display: none;
}

.w-select .choices__item--selectable:hover {
  background: #fff !important;
}

.filtrar-chart {
  display: flex;
  justify-content: flex-end;
  padding-top: .2rem;
  margin-bottom: .5rem;
}

.filtrar-chart select {
  appearance: none;
  background-image: none;
  width: 20rem;
}

.filtrar-chart .choices__inner {
  background-image: url("../images/ic-filter.svg");
  background-position: .6rem center;
  padding: .35rem .5rem .5rem 2rem;
  min-height: 30px;
  height: 40px;
  width: 9rem;
  border-radius: 10px !important;
}

.filtrar-chart .choices__inner .choices__list--single {
  padding-right: 0;
}

.filtrar-chart .choices__list--dropdown .choices__item--selectable,
.filtrar-chart .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0;
}

.filtrar-chart .choices[data-type*=select-one] .choices__input {
  display: none;
}

header {
  padding: .7rem 0;
  position: relative;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

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



#header2024 {

}
#header2024 .navbar {
    background-color:#fff !important;  
    padding:20px 20px !important;
}
#header2024 .navbar .logo {
    height:68px;
    height:75px;
}
#header2024 .navbar .logo2 {
    height:75px;
    width:186px;
}

#header2024 button {
    border:0
}
#header2024 button .navbar-toggler-icon {
    width:40px !important;
    height:40px !important;
    margin-top:17px;
}


@media only screen and (max-width: 768px) {
  header .logo img {
    width: 120px;
  }
}

.hero img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.hero video {
  width: 100%;
  position: relative;
  z-index: 99;
}

.seccion {
  padding: 3rem 0 0;
}

@media only screen and (max-width: 768px) {
  .seccion {
    padding: 2rem 0 0;
  }
}

.s-bajada {
  text-align: center;
  margin-bottom: 3.5rem;
}

.s-bajada h2 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .s-bajada h2 {
    font-size: 1.8rem;
  }
}

.s-bajada p {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}

.boxes-home h3 {
  color: #E4032C;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .boxes-home h3 {
    font-size: 1.8rem;
  }
}

.boxes-home .box-home {
  position: relative;
  display: block;
}

@media only screen and (max-width: 768px) {
  .boxes-home .box-home {
    margin-bottom: 2rem;
  }
}

.boxes-home .box-home__img {
  width: 100%;
  transition: all .3s ease;
}

.boxes-home .box-home__video {
  position: absolute;
  bottom: .8rem;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all .5s ease;
}

.boxes-home .box-home__video img {
  margin-bottom: .5rem;
}

.boxes-home .box-home__video p {
  font-weight: 700;
  color: #fff;
}

.boxes-home .box-home:hover img {
  opacity: .9;
}

.boxes-home .box-home:hover .box-home__video {
  transform: translateY(-1rem);
}

.videos {
  padding: 50px 0px;
  background: #E40E36;
}

.videos p {
  color: #FFF;
text-align: center;
font-family: Chilena;
font-size: 18px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom:24px;
}

.videos h3 {
  	color: #FFF;
    text-align: center;
    font-family: Chilena;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top:50px;
    padding-bottom:24px;
}

@media only screen and (max-width: 768px) {
  .videos p {
    font-size: 1.1rem;
  }
}

.videos .card-video {
  text-align: left;
}

.videos .card-video__img {
  position: relative;
}

.videos .card-video__img img {
  width: 100%;
  vertical-align: bottom;
  transition: all .3s ease;
}

.videos .card-video__img .ic-play {
  width: 53px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.videos .card-video__img a:hover img {
  opacity: .9;
}

.videos .card-video__img a:hover .ic-play {
  width: 48px;
  opacity: 1;
}

.videos .card-video__txt {
  padding: 1.5rem 0;
}

.videos .card-video__txt h4 {
  color: #2A2F31;
  margin: 0 0 .6rem;
  font-weight: 700;
  font-size: 1rem;
}

.videos .card-video__txt h4 a {
  color: #2A2F31;
}

.videos .card-video__txt h4 a:hover {
  color: #000;
}

.videos .card-video__txt p {
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}



.videos_anteriores {
  padding: 50px 0px;
  background: #E9EBEC;
}

.videos_anteriores p {
  color: #000;
text-align: center;
font-family: Chilena;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-bottom:24px;
}

.videos_anteriores h3 {
  	color: #FFF;
    text-align: center;
    font-family: Chilena;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
  .videos_anteriores p {
    font-size: 1.1rem;
  }
}

.videos_anteriores .card-video {
  text-align: left;
}

.videos_anteriores .card-video__img {
  position: relative;
}

.videos_anteriores .card-video__img img {
  width: 100%;
  vertical-align: bottom;
  transition: all .3s ease;
}

.videos_anteriores .card-video__img .ic-play {
  width: 53px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.videos_anteriores .card-video__img a:hover img {
  opacity: .9;
}

.videos_anteriores .card-video__img a:hover .ic-play {
  width: 48px;
  opacity: 1;
}

.videos_anteriores .card-video__txt {
  padding: 1.5rem 0;
}

.videos_anteriores .card-video__txt h4 {
  color: #2A2F31;
  margin: 0 0 .6rem;
  font-weight: 700;
  font-size: 1rem;
}

.videos_anteriores .card-video__txt h4 a {
  color: #2A2F31;
}

.videos_anteriores .card-video__txt h4 a:hover {
  color: #000;
}

.videos_anteriores .card-video__txt p {
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}



.btn-ver {
  display: inline;
padding: 12px 25px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 5px;
background: #E40E36;
color:#fff;

}

.btn-ver:hover {
  color: #fff;
  background: #cb0327;
}

.homenajes {
  background: #D3D8D9;
  padding: 4.2rem 0rem 1rem;
}

.homenajes .logo-homenajes {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 3rem;
}

.homenajes .logo-homenajes img {
  max-width: 100%;
}

.homenajes p {
  font-size: 18px !important;
  color: #000100;
  font-weight: 700;
  max-width: 1100px;
  margin: 0 auto 3rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .homenajes p {
    font-size: 1.4rem;
  }
}

.grid-homenajes {
  margin-bottom: 3.125rem;
}

.card-homenaje {
  display: block;
  position: relative;
  background: #000;
}

.card-homenaje img {
  width: 100%;
  vertical-align: bottom;
  transition: all .5s ease;
}

.card-homenaje h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1.5rem;
  z-index: 2;
  color: #000100;
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  text-align: center;
}

.card-homenaje h4:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #E4032C;
  display: inline-block;
  margin-left: .2rem;
}

.card-homenaje:hover img {
  opacity: .8;
}

.videos-homenaje {
  background: #2A2E30;
  padding-bottom: 2.5rem;
  padding-top: 1rem;
}

.videos-homenaje .bajada {
color: #FFF;
text-align: center;
font-family: Chilena;
font-size: 18px !important;
padding: 30px 0 !important;
}

@media only screen and (max-width: 768px) {
  .videos-homenaje .bajada {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .videos-homenaje .video-homenaje {
    margin-bottom: 1rem;
  }
}

.videos-homenaje .video-homenaje a:hover .ic-play {
  width: 48px;
  opacity: 1;
}

.videos-homenaje .video-homenaje__img {
  position: relative;
}

.videos-homenaje .video-homenaje__img img {
  width: 100%;
}

.videos-homenaje .video-homenaje__img .ic-play {
  width: 53px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
}

.videos-homenaje .video-homenaje__txt {
  padding: 1.5rem 0;
}

.videos-homenaje .video-homenaje__txt h4 {
color: #FFF;
font-family: Chilena;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: 21px;
font-variant: all-small-caps;
border-bottom: 10px solid #E40E36;
padding-bottom:20px;
display:inline-block;
}

.videos-homenaje .video-homenaje__txt h5 {
  font-size: .875rem;
  color: #fff;
  font-weight: 700;
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}

.videos-homenaje .video-homenaje__txt .item-participante {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: .4rem;
}

.videos-homenaje .video-homenaje__txt .item-participante .nombre {
  display: inline-block;
  width: 40%;
}

.videos-homenaje .video-homenaje__txt .item-participante .cargo span {
  font-size: .8rem;
}

.videos-homenaje .video-homenaje__txt .director {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
  margin-top: -.5rem;
}

.videos-homenaje .video-homenaje__txt p {
  font-size: .875rem;
  color: #fff;
  font-weight: 300;
}

.videos-homenaje .video-homenaje__txt .leer-mas {
  color: #E4032C;
  font-size: .875rem;
  font-weight: 400;
  border: 1px solid #E4032C;
  width: 110px;
  text-align: center;
  padding: .3rem .4rem .5rem;
  display: inline-block;
}

.videos-homenaje .video-homenaje__txt .leer-mas:hover {
  background: #E4032C;
  color: #fff;
}

.banner-sitio {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: .7rem 1rem;
}

@media only screen and (max-width: 768px) {
  .banner-sitio {
    padding: 2rem 1rem;
  }
}

.banner-sitio img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-sitio .banner-texto {
  background: #E4032C;
  padding: 1.8rem 1.5rem;
  width: 286px;
  position: relative;
}

.banner-sitio .banner-texto h4 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.banner-sitio .banner-texto h4 b {
  font-weight: 700;
}

.banner-sitio .banner-texto p {
  color: #fff;
  margin-bottom: 1rem;
}

.banner-sitio .btn {
  background: #fff;
  color: #E4032C;
  border-radius: 4px;
  width: 100%;
}

body {
  padding-right: 0 !important;
}

.modal-mujer {
  padding-right: 0 !important;
  padding-top: 3rem;
}

.modal-mujer::-webkit-scrollbar {
  width: 6px;
  background: #dbe8ec;
}

.modal-mujer::-webkit-scrollbar-button {
  width: 4px;
  height: 5px;
}

.modal-mujer::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

.modal-mujer::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(top, #666, #666);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.modal-mujer::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(top, #333, #333);
}

.modal-mujer .modal-dialog {
  width: 728px;
  max-width: 100%;
  background: transparent;
  color: #000;
  position: relative;
}

.modal-mujer .modal-dialog .cerrar-modal {
  position: absolute;
  right: 0;
  top: -2rem;
  cursor: pointer;
  z-index: 10;
}

.modal-mujer .modal-dialog .modal-content {
  background: #fff;
  border-radius: 0;
  border: none;
}

.modal-mujer .modal__img img {
  width: 100%;
  vertical-align: bottom;
}

.modal-mujer .modal__title {
  text-align: center;
  padding: 2rem .5rem 1rem;
}

.modal-mujer .modal__title img {
  width: 80%;
  margin-bottom: .3rem;
}

.modal-mujer .modal__title h3 {
  margin: .5rem 0;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding: 0 1.5rem;
}

.modal-mujer .modal__title h5 {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0 auto .5rem;
  padding: 0 1.5rem;
}

.modal-mujer .modal__txt {
  padding: 1.2rem;
  color: #000;
  font-weight: 300;
}

.modal-mujer .modal__txt p {
  color: #000;
  font-weight: 300;
}

.palabras {
  color: #E4032C;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .palabras {
    font-size: 1.8rem;
  }
	
    .hero{
        height: 150px;
    }

    .hero video {
        position: relative;
        z-index: 99;
        width: 100%;
        height: 100%;
    }
}

.modal-backdrop.show {
  opacity: .3;
}

footer {
  background: #fff;
  text-align: center;
  padding: 1.5rem 0 2rem;
}

footer .container {
  position: relative;
}

footer .logo-footer {
  position: relative;
  z-index: 2;
}

footer .logo-footer span {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding: .4rem 1rem;
}

footer .logo-footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*# sourceMappingURL=estilos.css.map */

.logo {
	margin: 0 auto;
}

  .descripcion_bloques_head{
    font-family: Chilena;
    font-weight: 300 !important;
	font-size: 1.5rem  !important;
	line-height: 1.4;
  }

.card-homenaje h4{
	text-shadow: 2px 2px 4px #000000;
	color:#fff;
}
.videos {
	background:#E4032C !important;
    padding: 30px 20px !important;
    margin-top:40px !important;
}
.videos .card-video__txt h4 a {
	color:#fff !important;
}
.videos .btn-ver {
  display: inline-block;
  background: #fff;
  color: #E4032C;
  font-weight: 700;
  width: 234px;
  padding: 0.67rem 0.5rem;
  text-align: center;
  border-radius: 4px;
}




.videos .carousel-control-prev-icon:hover,.videos .carousel-control-next-icon:hover {
    background-color: #F2EDED;
}

.videos .owl-nav button:hover,.videos .owl-nav button:hover {
    background-color: #F2EDED;
}
.videos .owl-carousel {
    cursor: grab;
}

.videos .owl-carousel:active {
    cursor: grabbing;
}


.videos .owl-carousel .owl-dot span {
    background: #fff !important;
    display: block !important;
    border-radius: 50% !important;
    transition: background 0.3s ease !important;
    width:20px !important;
    height:20px !important;
}

.videos .owl-carousel .owl-dot.active span {
    background: #E40E36 !important;
    border:3px solid #fff !important;
    display: block !important;
    border-radius: 50% !important;
    transition: background 0.3s ease !important;
}

.videos .owl-nav {
	width:200px !important;
    margin: 0 auto;
}

.videos .owl-nav .owl-next {
	float:right;
}
.videos .owl-nav .owl-prev {
	float:left;
}

.videos .owl-nav .owl-prev span,.videos .owl-nav .owl-next span {
	background:none !important;
}

.videos .owl-nav .owl-prev {
	background-color:#E40E36 !important;
    background-image: url(../images/chevron_prev_azul.svg) !important;
    background-size: contain !important;
    width: 20px !important;
    height: 26px !important;
    border-radius: 50px !important;
    background-repeat:no-repeat !important;
}
.videos .owl-nav .owl-next {
	background-color:#E40E36 !important;
    background-image: url(../images/chevron_next_azul.svg) !important;
    background-size: contain !important;
    width: 20px !important;
    height: 26px !important;
    border-radius: 50px !important;
    background-repeat:no-repeat !important;
}
.videos .owl-dots {
	margin-bottom:50px;
}

.mujeres-v2.active {
    min-height: 300px;
}