@font-face {
	font-family: 'HelveticaNeue';
	src: url("fonts/HelveticaNeueBold.woff2") format("woff2"), url("fonts/HelveticaNeueBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url("fonts/HelveticaNeueRegular.woff2") format("woff2"), url("fonts/HelveticaNeueRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url("fonts/HelveticaNeueLight.woff2") format("woff2"), url("fonts/HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
body, html {
  max-width: 100%;
}
body, .smooth-container {
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
  font-weight: bold;
}
figure {
  margin: 0;
}
.clear {
  clear: both;
}
.wow {
  visibility: hidden;
}
.fadein {
  opacity: 0;
}
.hidden_a {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.wrapper.wrapper-home {
  padding-top: 148px;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1180px;
}
@media only screen and (max-width: 550px) {
  .wrap {
    padding: 0 15px;
  }
}
.wrap-small {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
@media only screen and (max-width: 550px) {
  .wrap-small {
    padding: 0 15px;
  }
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row.no-gutters {
  margin-right: 0;
  margin-wleft: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.row-small {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-big {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
* {
  outline: none;
}
a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  text-decoration: none;
}
a:hover {
  color: #088;
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2.5rem !important;
}
.mt-3 {
  margin-top: 5rem !important;
}
.mt-4 {
  margin-top: 7rem !important;
}
.mt-5 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-top: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2.5rem !important;
}
.mb-3 {
  margin-bottom: 5rem !important;
}
.mb-4 {
  margin-bottom: 7rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
@media (max-width: 991px) {
  .flex-between,
  .flex-between-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
.btn {
  font-size: .9rem;
  font-weight: bold;
  padding: 1.1rem 3rem;
  text-align: center;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  display: inline-block;
  border-radius: 5px;
}
.btn i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.btn-rojo {
  background: #eb0028;
}
.btn.btn-rojo:hover {
  background: #c70022;
}
.btn.btn-azul {
  background: #013975;
}
.btn.btn-azul:hover {
  background: #012852;
}
.btn.btn-blanco {
  color: #333;
  background: #fff;
}
.btn.btn-blanco:hover {
  background: #eee;
}
.btn.btn-borde-rojo {
  background: transparent;
  border: 2px solid #eb0028;
  color: #eb0028;
}
.btn.btn-borde-rojo:hover {
  background: #eee;
}
.btn.no-borde {
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  max-width: 100vw;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrap .logo {
  display: block;
  margin-bottom: -20px;
  margin-top: 15px;
  width: 98px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
header .wrap .logo img {
  width: 100%;
}
@media only screen and (max-width: 550px) {
  header .wrap .logo img {
    width: 63px;
  }
}
header .wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrap .head nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header .wrap .head nav ul li {
  padding: 0 20px;
}
header .wrap .head nav ul li a {
  color: #333333;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 40px 0 32px;
  border-bottom: 5px solid transparent;
}
header .wrap .head nav ul li a.activo {
  border-color: #eb0028;
}
header .wrap .head nav ul li:hover > a {
  border-color: #eb0028;
}
header .wrap .head nav ul li:hover .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrap .head nav ul li .megamenu {
  position: absolute;
  margin-left: 0;
  display: none;
}
header .wrap .head nav ul li .megamenu ul {
  background: #fff;
  display: block;
  padding: 1.4rem .5rem 1rem;
}
header .wrap .head nav ul li .megamenu ul ul {
	padding-top: .8rem;
	padding-bottom: 0rem;
}
header .wrap .head nav ul li .megamenu ul li {
  width: 100%;
  margin-bottom: 15px;
}
header .wrap .head nav ul li .megamenu ul li a {
  color: #222222;
  font-size: .93rem;
  text-transform: none;
  padding: .5rem;
  border: none;
}
header .wrap .head nav ul li .megamenu ul li:hover a {
  border: none;
}
header .wrap .head nav ul li .megamenu ul ul {
	list-style: circle;
	padding-left: 2rem;
}
header .wrap .head nav ul li .megamenu ul ul li {
	padding-left: 0;
}
header .wrap .head nav ul li .megamenu ul ul li a {
	padding-left: 0;
	color: #7A7A7A !important;
}
header .wrap .head nav ul li .megamenu .c-menu {
  background: #f5f5f5;
  padding: 20px;
}
header .wrap .head nav ul li .megamenu ul ul li a:hover {
	color: #eb0028 !important;
}
header .wrap .head nav ul li .megamenu ul > li> a:hover {
	color: #eb0028 !important;
}
header .wrap .head nav ul li .megamenu .c-menu figure {
  width: 100%;
  margin-bottom: 1rem;
}
header .wrap .head nav ul li .megamenu .c-menu figure img {
  width: 100%;
}
header .wrap .head nav ul li .megamenu .c-menu a {
  font-size: .75rem;
  color: #eb0028;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
}
header .wrap .head nav ul li .megamenu .c-menu h4 {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 991px) {
  header .wrap .head nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 330px;
    z-index: 99;
    background: #fff;
    padding: 100px 30px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  header .wrap .head nav.visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .wrap .head nav ul {
    display: block;
  }
  header .wrap .head nav ul li {
    width: 100%;
    padding: 0;
  }
  header .wrap .head nav ul li a {
    padding: 10px 0;
  }
}
header .wrap .head .lupa {
  color: #000;
  font-size: 1.4rem;
  padding: 0 .5rem;
  margin-left: 1rem;
  cursor: pointer;
}
header .wrap .head .idioma {
  margin-left: 1rem;
}
header .wrap .head .idioma a {
  color: #333333;
  font-weight: 600;
  font-size: .7rem;
}
header .wrap .head .idioma a.activo {
  opacity: .5;
}
header .wrap .head .idioma a:first-child {
  border-right: 1px solid #c9c9c9;
  padding-right: .5rem;
  margin-right: .4rem;
}
@media only screen and (max-width: 991px) {
  header .wrap .head .idioma {
    display: none;
  }
}
header.scroll .logo {
  width: 77px;
}
header.scroll .wrap .head nav ul li a {
  padding: 28px 0 22px;
}
header.c-linea .wrap {
  position: relative;
}
header.c-linea .wrap:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
  z-index: -1;
  height: 2px;
  background: #666666;
}
@media only screen and (max-width: 550px) {
  header.c-linea .wrap:after {
    width: calc(100% - 30px);
  }
}
.btn-menu {
  display: none;
  z-index: 999;
  margin-left: 20px;
}
.btn-menu span {
  width: 35px;
  height: 3px;
  background-color: #000;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.btn-menu.open span:nth-child(2) {
  opacity: 0;
}
.btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
}
@media only screen and (max-width: 991px) {
  .btn-menu {
    display: block;
    right: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .btn-menu {
    right: 20px;
  }
}
.buscador {
  background: #f5f5f5;
  padding: 2rem;
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1180px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.buscador.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.buscador input {
  border: none;
  background: transparent;
  border-left: 2px solid #666;
  padding: 1rem;
  font-size: .91rem;
  color: #9b9b9b;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.buscador button {
  font-size: 1.125rem;
  color: #eb0028;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: transparent;
}
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #e0192f;
  padding: 10px 15px 15px 15px;
  overflow: scroll;
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-mobile {
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-mobile.visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu-mobile .menu-header .cerrar {
  position: absolute;
  top: 15px;
  right: 15px;
}
.menu-mobile .menu-body {
  margin-bottom: 20px;
  min-height: 70vh;
}
.menu-mobile .menu-body nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.menu-mobile .menu-body nav .item {
  width: 50%;
  margin-bottom: 8px;
}
.menu-mobile .menu-body nav .item h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.menu-mobile .menu-body nav .item h4 a {
  color: #fff;
}
.menu-mobile .menu-body nav .item ul {
  padding-left: 0;
  list-style: none;
  padding-right: 20px;
}
.menu-mobile .menu-body nav .item ul li {
  margin-bottom: 10px;
}
.menu-mobile .menu-body nav .item ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.menu-mobile .menu-body nav .item ul li .submenu {
  padding-left: 10px;
  margin-top: 5px;
}
.menu-mobile .menu-body nav .item ul li .submenu li {
  font-size: 1rem;
  margin-bottom: .2rem;
  padding-left: .7rem;
  position: relative;
}
.menu-mobile .menu-body nav .item ul li .submenu li:before {
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: block;
  top: 6px;
}
.menu-mobile .menu-body nav .item ul li .submenu li a {
  font-weight: normal;
}
.menu-mobile .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px 0;
  border-top: 1px solid #fff;
}
.menu-mobile .menu-footer .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-mobile .menu-footer .redes a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 5px;
}
@media only screen and (max-width: 340px) {
  .menu-mobile .menu-footer .redes a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.menu-mobile .menu-footer p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  padding-left: 5px;
}
h2.t-2 {
	color: #eb0028;
	font-size: 1.3rem;
	margin: 0 0 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
@media only screen and (max-width: 550px) {
  h2.t-2 {
    font-size: 14px;
  }
}
h2.t-2.blanco {
  color: #fff;
}
.contenido-destacados {
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
}
.contenido-destacados .w-content {
  background: #fff;
  padding: 40px 80px;
  margin-top: -126px;
}
.contenido-destacados .w-content .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .contenido-destacados .w-content {
    margin-top: -40px;
    padding: 40px 15px 20px;
  }
}
.box-dest {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.box-dest a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, black));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.box-dest img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.box-dest .texto-dest {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 40px;
	z-index: 2;
}
.this-is-chile .box-dest .texto-dest {
	height: 55%;
}
.box-dest .texto-dest h3 {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 600;

}
.box-dest .texto-dest h3:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 9px auto 0;
}
.this-is-chile .box-dest .texto-dest h3:after,
.contenido-destacados .box-dest .texto-dest h3:after {
	width: 50px;
	height: 4px;
	margin: 9px 0;
}

.box-dest .texto-dest.big p {
  font-size: .98rem;
}
.box-dest .texto-dest p {
  font-size: .85rem;
  color: #fff;
  font-weight: 300;
}
.box-dest .texto-dest.center {
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-dest .texto-dest.center h3 {
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 550px) {
  .box-dest {
    height: 200px;
    margin-bottom: 12px;
  }
  .box-dest img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-dest .texto-dest {
    padding: 20px 30px 5px 20px;
  }
  .box-dest .texto-dest h3 {
    font-size: 14px;
  }
  .box-dest .texto-dest h3:after {
    height: 2px;
    width: 30px;
  }
  .box-dest .texto-dest.big p {
    font-size: 12px;
  }
  .box-dest .texto-dest p {
    font-size: 12px;
    line-height: 1.2;
  }
}
.box-dest:hover img {
  opacity: .9;
}
.ver-mas {
  position: absolute;
  width: 43px;
  height: 43px;
  background: #eb0028;
  color: #fff;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 99;
}
a.ver-masb:hover {
  color: #fff !important;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}
a:hover .ver-mas{
  color: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (max-width: 550px) {
  .ver-mas {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.ver-mas.big {
  width: 70px;
  height: 70px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 550px) {
  .ver-mas.big {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.ver-mas.medium {
  width: 60px;
  height: 60px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 550px) {
  .ver-mas.medium {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.que-es-chile {
  text-align: center;
}
.que-es-chile .w-video-chile {
  position: relative;
}
.que-es-chile p {
  font-size: 1.5rem;
  color: #222222;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 640px) {
  .que-es-chile p {
    font-size: 16px;
  }
}
.que-es-chile figure {
  width: 100%;
}
.que-es-chile figure img {
  width: 100%;
}
.que-es-chile .video-chile {
  background: #222222;
  padding: 4rem 0px 3.8rem 40px;
  text-align: left;
  width: 485px;
  position: absolute;
  top: 50px;
  right: 100px;
}
.que-es-chile .video-chile h4 {
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
  padding-left: 20px;
}
.que-es-chile .video-chile h4:after {
  content: "";
  width: 88px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 12px;
}
.que-es-chile .video-chile p {
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  margin: 0 0 3rem;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .que-es-chile .video-chile {
    width: 350px;
    padding: 30px 0 40px 20px;
  }
  .que-es-chile .video-chile h4 {
    font-size: 24px;
  }
  .que-es-chile .video-chile p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .que-es-chile .video-chile {
    width: 350px;
  }
  .que-es-chile .video-chile h4 {
    font-size: 20px;
  }
  .que-es-chile .video-chile p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .que-es-chile .video-chile {
    width: 250px;
    right: 0px;
    margin-right: 20px;
    top: 25px;
  }
  .que-es-chile .video-chile h4 {
    font-size: 20px;
  }
  .que-es-chile .video-chile p {
    font-size: 12px;
  }
}
.que-es-chile .video-chile.video-born p {
  font-size: 1rem;
  line-height: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .que-es-chile .video-chile.video-born {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .que-es-chile .video-chile.video-born {
    margin-top: 0;
    top: 30px;
    right: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .que-es-chile .video-chile.video-born {
    margin-top: 0;
    right: 30px;
    margin-right: 0;
  }
  .que-es-chile .video-chile.video-born p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 380px) {
  .que-es-chile .video-chile.video-born {
    margin-top: 0;
    right: 10px;
    top: 10px;
    margin-right: 0;
  }
}
.rrss {
  margin-top: 180px;
  margin-bottom: 4rem;
}
.rrss .fb-page {
  max-width: 100%;
}
.rrss.mt-0 {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .rrss {
    margin-top: 240px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 340px) {
  .rrss {
    margin-top: 300px;
  }
}
.this-is-chile {
  margin-bottom: 7rem;
}
.this-is-chile .titulo {
	margin-bottom: 40px;
	text-align: center;
}
.this-is-chile .titulo h2 {
	margin-bottom: 20px;
	text-align: center;
}
.this-is-chile .titulo p {
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 560px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .this-is-chile .titulo {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .this-is-chile .titulo p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.this-is-chile .box-dest .texto-dest {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 550px) {
  .this-is-chile .box-dest .texto-dest .ver-mas {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .this-is-chile .box-dest .texto-dest {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .this-is-chile {
    margin-bottom: 50px;
  }
}
.carr-not {
  position: relative;
  margin-bottom: 6rem;
}
.carr-not .wrap {
  position: relative;
}
.carr-not .wrap .titulo {
  min-width: 178px;
  width: 178px;
  height: 100%;
  position: absolute;
  left: 20px;
  background: #fff;
  z-index: 10;
}
.carr-not .wrap .titulo h2 {
	font-size: 1.56rem;
	font-weight: 600;
	color: #222222;
	margin: 0 0 1.2rem;
	line-height: 1.2;
}
.carr-not .wrap .titulo h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #222;
  display: block;
  margin-top: .5rem;
}
.carr-not .wrap .titulo a {
  font-size: .91rem;
  color: #eb0028;
  font-weight: 600;
}
.carr-not .wrap .titulo a:hover {
  color: #000;
}
@media only screen and (max-width: 550px) {
  .carr-not .wrap .titulo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}
.carr-not .wrap .carrusel {
  margin-left: 180px;
  max-width: 722px;
}
.carr-not .wrap .carrusel .tns-ovh {
  overflow: visible;
}
.carr-not .wrap .carrusel .tns-nav {
  display: none;
}
.carr-not .wrap .carrusel .tns-controls {
  display: block;
}
.carr-not .wrap .carrusel .tns-controls button {
  color: #222;
  border: none;
  padding: 0;
  font-size: 0;
  top: -40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.carr-not .wrap .carrusel .tns-controls button:after {
  font-size: 20px;
}
.carr-not .wrap .carrusel .tns-controls button:first-child {
  right: 40px;
  left: auto;
}
.carr-not .wrap .carrusel .tns-controls button:first-child:after {
  content: "\f053";
}
.carr-not .wrap .carrusel .tns-controls button:last-child {
  right: 0;
}
.carr-not .wrap .carrusel .tns-controls button:last-child:after {
  content: "\f054";
}
@media only screen and (max-width: 550px) {
  .carr-not .wrap .carrusel {
    margin-left: -40px !important;
  }
}
.box-not {
  width: 100%;
}
.box-not figure {
  width: 100%;
  margin-bottom: 1rem;
}
.box-not figure img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.box-not:hover figure img {
  opacity: .85;
}
.box-not .categoria {
	font-weight: 300;
	color: #000;
	font-size: .75rem;
}
.box-not h4 {
	font-size: .85rem;
	font-weight: bold;
	color: #000;
	margin: 1rem 0 .8rem;
	line-height: 120%;
}
.box-not h4 a {
  color: #000;
}
.box-not h4 a:hover {
  color: #333;
}
.box-not p {
	font-size: .813rem;
	font-weight: 300;
	color: #000;
	line-height: 150%;
}
.box-not.tipo2 {
  margin-bottom: 2rem;
}
.box-not.tipo2 h4 {
  font-size: 1.25rem;
}
.box-not.tipo2 p {
  line-height: 1.6;
}
.box-not.tipo2 a {
  font-size: .75rem;
  color: #eb0028;
  font-weight: bold;
}
.box-not.tipo2 a:hover {
  color: #000;
}
.calc {
  height: 500px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: calc(((100vw - 1140px)/2));
  min-width: 20px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .calc {
    display: none;
  }
}
.banner {
  height: 100vh;
  max-height: 740px;
  position: relative;
	overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.banner h1 {
  color: #fff;
  font-size: 3.615rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner {
    height: 420px;
  }
  .banner h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .banner.b-fundacion {
    height: 400px;
  }
}
h2.titulo {
  font-size: 1.9rem;
  color: #eb0028;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media only screen and (max-width: 550px) {
  h2.titulo {
    font-size: 18px;
  }
}
.contenido-top {
  position: relative;
  z-index: 10;
}
.contenido-top .w-top {
  background: #fff;
  margin-top: -95px;
  padding: 80px 100px;
}
.contenido-top .wrap {
	position: relative;
	z-index: 2;
}
.gradient{
	top: 95px;
	z-index: 1;
	height: calc(100% - 95px);
	position:absolute;
	width: 100%;
background: rgba(254,254,254,1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3', GradientType=0 );

}
.conoce .gradient {
	height: 100%;
	top: 0;
	
background: rgba(227,227,227,1);
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,227,227,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff', GradientType=0 );

}s
.contenido-top .w-top h2 {
  color: #eb0028;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2.5rem;
  font-size: 2.25rem;
}
.wp-transparent {
	background: transparent !important;
}
@media only screen and (max-width: 768px) {
  .contenido-top .w-top h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
	.gradient {
		top: 50px;
		height: calc(100% - 50px);
	}
}
@media only screen and (max-width: 550px) {
  .contenido-top .w-top h2 {
    font-size: 18px;
  }
}
.contenido-top .w-top p {
  font-size: 18px;
  line-height: 30px;
}
.contenido-top .w-top ol {
  font-size: 17px;
  line-height: 25px;
}
.contenido-top .w-top ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.contenido-top .w-top ol li {
  counter-increment: my-awesome-counter;
	text-indent: -20px;
}
.contenido-top .w-top ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  .contenido-top .w-top p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.contenido-top .w-top .bajada {
  text-align: center;
  margin: 120px 0 20px;
}
.contenido-top .w-top .bajada h2 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.contenido-top .w-top .bajada p {
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 550px) {
  .contenido-top .w-top .bajada {
    margin: 60px 0 20px;
  }
  .contenido-top .w-top .bajada h2 {
    font-size: 18px;
  }
  .contenido-top .w-top .bajada p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .contenido-top .w-top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    margin-top: -50px;
  }
}
.contenido-top .w-top.pb-1 {
  padding-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .contenido-top .w-top.pb-1 {
    padding-bottom: 0rem;
  }
}
.compromiso {
  position: relative;
	height: calc(100vh - 71px);
	background-size: cover;
	background-position: center bottom;
}
.compromiso img {
  width: 100%;
  vertical-align: bottom;
}
.compromiso .w-carr-com {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 40px 40px 20px;
  height: 100%;
}
.compromiso .w-carr-com.w-geo {
  background: rgba(69, 69, 69, 0.9);
}
@media only screen and (max-width: 768px) {
  .compromiso .w-carr-com.w-geo {
    /*width: calc(100% - 40px);*/
    height: 90%;
  }
}
.compromiso .w-carr-com .carrusel {
  max-width: 530px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compromiso .w-carr-com .carrusel .tns-outer {
  max-width: 100%;
}
.compromiso .w-carr-com .carrusel .box-compromiso h5 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: normal;
}
.compromiso .w-carr-com .carrusel .box-compromiso h3 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  font-weight: 900;
  color: #fff;
}
.compromiso .w-carr-com .carrusel .box-compromiso p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .compromiso .w-carr-com .carrusel .box-compromiso h5 {
    font-size: .65rem;
  }
  .compromiso .w-carr-com .carrusel .box-compromiso h3 {
    font-size: 2rem;
  }
  .compromiso .w-carr-com .carrusel .box-compromiso p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .compromiso .w-carr-com .carrusel .box-compromiso h5 {
    font-size: 10px;
  }
  .compromiso .w-carr-com .carrusel .box-compromiso h3 {
    font-size: 22px;
  }
  .compromiso .w-carr-com .carrusel .box-compromiso p {
    font-size: 12px;
  }
}
.compromiso .w-carr-com .carrusel .tns-nav {
  display: none;
}
.compromiso .w-carr-com .carrusel .tns-controls {
  display: block;
}
.compromiso .w-carr-com .carrusel .tns-controls button {
  color:#FFF;
  background: #eb0028;
  border: none;
  padding: 0;
  font-size: 0;
  top: auto;
  bottom: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.compromiso .w-carr-com .carrusel .tns-controls button:hover {
	opacity: .8 !important;
}
.compromiso .w-carr-com .carrusel .tns-controls button:after {
  font-size: 20px;
}
.compromiso .w-carr-com .carrusel .tns-controls button:first-child {
  right: -40px;
  left: auto;
}
.compromiso .w-carr-com .carrusel .tns-controls button:first-child:after {
  content: "\f053";
}
.compromiso .w-carr-com .carrusel .tns-controls button:last-child {
  right: -80px;
}
.compromiso .w-carr-com .carrusel .tns-controls button:last-child:after {
  content: "\f054";
}
@media only screen and (max-width: 768px) {
  .compromiso .w-carr-com {
    max-width: 100%;
    width: 100%;
  }
  .compromiso .w-carr-com .carrusel {
    max-width: 100%;
    width: 100%;
  }
  .compromiso .w-carr-com .carrusel .tns-controls button:first-child {
    right: 0px;
  }
  .compromiso .w-carr-com .carrusel .tns-controls button:last-child {
    right: -40px;
  }
	.compromiso.geografia .tns-item {
		vertical-align:bottom !important;
	}
}
.compromiso.geografia .w-carr-com {
  height: 70%;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .compromiso.geografia .w-carr-com {
    height: 75%;
  }
  .compromiso.geografia .w-carr-com .carrusel {
    max-width: 100%;
    width: 100%;
  }
  .compromiso.geografia .w-carr-com .carrusel .tns-controls button:first-child {
    right: 0px;
  }
  .compromiso.geografia .w-carr-com .carrusel .tns-controls button:last-child {
    right: -40px;
  }
  .compromiso {
    height: 350px;
  }
  .compromiso.geografia {
    height: 400px;
  }
  .compromiso img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 550px) {
  .compromiso {
    height: 250px;
  }
}
.w-int {
  padding-left: 120px;
  padding-right: 120px;
}
.w-int p {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .w-int {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .w-int p {
    font-size: 14px;
  }
}
.estructura {
  background-image: url("../images/bg-estr.jpg");
  padding: 80px 0 320px;
	background-size: cover;
}
.estructura h2.titulo {
  font-size: 36px;
  line-height: 40px;
}
.estructura p {
  font-size: 18px;
  line-height: 30px;
}
.estructura a {
	color: #333;
}
@media only screen and (max-width: 550px) {
  .estructura h2.titulo {
    font-size: 18px;
  }
}
.gestion {
  position: relaitve;
  z-index: 2;
}
.gestion .w-int {
  background: #fff;
  margin-top: -250px;
  padding-top: 50px;
}
.gestion .w-int h2.titulo {
  font-size: 2.25rem;
  line-height: 40px;
}
.gestion .w-int p {
  font-size: 18px;
  line-height: 30px;
}
.gestion .w-int .js-accordion {
  margin-bottom: 150px;
}
@media only screen and (max-width: 550px) {
  .gestion .w-int .js-accordion {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .gestion .w-int h2.titulo {
    font-size: 18px;
  }
}
.boxes-img {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 640px) {
  .boxes-img {
    margin-bottom: 50px;
  }
}
.box-img {
  position: relative;
}
.box-img h3 {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-img img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .box-img {
    margin-bottom: 20px;
  }
}
.btns-mobile {
  display: none;
}
.btns-mobile .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.btns-mobile .btns a {
  display: block;
  border-radius: 0;
  margin-right: 20px;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .btns-mobile {
    display: block;
    padding-left: 15px;
  }
  .btns-mobile .btns {
    display: block;
  }
  .btns-mobile .btns a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.texto-principal {
  background: #fff;
  width: 52%;
  margin-top: -19rem;
  position: relative;
  z-index: 10;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
  margin-bottom: 5rem;
}
.margin-top-extra {
  margin-top: -21rem;
}
.texto-principal .texto {
	padding: 65px 30px 0 0;
	max-width: 590px;
	width: 100%;
}
.texto-principal .texto h1 {
  margin: 0 0 1.2rem;
  font-size: 3.12rem;
  color: #eb0028;
  font-weight: normal;
  text-transform: uppercase;
}
.texto-principal .texto p {
  font-size: 1.1rem;
  line-height: 30px;
  color: #000;
  font-weight: normal;
  text-align: justify;
}
.texto-principal.small .texto p {
  line-height: 2;
}
.texto-principal.solo-titulo {
  margin-top: -17rem;
}
.texto-principal.solo-titulo .texto {
  padding-bottom: 65px;
}
.texto-principal.solo-titulo .texto h1 {
	font-weight: 600;
	font-size: 3.12rem;
}
@media only screen and (max-width: 768px) {
  .texto-principal.solo-titulo {
    margin-top: -50px;
  }
  .texto-principal.solo-titulo .texto {
    padding-bottom: 30px;
  }
  .texto-principal.solo-titulo .texto h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .texto-principal.solo-titulo {
    margin-bottom: 30px;
  }
  .texto-principal.solo-titulo .texto h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .texto-principal {
    width: 60%;
  }
  .texto-principal .texto {
    padding: 40px 30px 0 0;
  }
  .texto-principal .texto h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .texto-principal {
    width: 100%;
    margin-top: -50px;
  }
  .texto-principal .texto {
    padding: 40px 20px 0 0;
    max-width: 100%;
  }
  .texto-principal .texto h1 {
    font-size: 50px;
  }
  .texto-principal .texto h1 br {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .texto-principal .texto h1 {
    font-size: 32px;
  }
  .texto-principal .texto p {
    font-size: 16px;
  }
}
.texto-principal.on-bottom {
  margin-top: 0;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  padding-bottom: 1.5rem;
  position: absolute;
}
.texto-principal.on-bottom .texto h1 {
  font-size: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .texto-principal.on-bottom {
    width: 65%;
    min-height: 0;
  }
  .texto-principal.on-bottom .texto h1 {
    font-size: 36px;
  }
  .texto-principal.on-bottom .texto p {
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
  }
  .texto-principal.on-bottom .btns {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .texto-principal.on-bottom {
    margin-bottom: 0rem;
  }
  .texto-principal.on-bottom .texto h1 {
    font-size: 22px;
  }
  .texto-principal.on-bottom .texto .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .texto-principal.on-bottom .texto .btns a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.texto-principal .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.texto-principal .btns a {
  display: block;
  border-radius: 0;
  margin-right: 20px;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: normal;
}
.texto-principal.texto-small p {
  font-size: 16px;
}
.texto-principal.texto-x-small p {
  font-size: 14px;
}
.texto-principal.t-vermas .texto-mobile {
  display: none;
}
.contenido-top .w-top .oculto {
	display: none;
}
.contenido-top .w-top .v-mas {
	color: #eb0028;
	font-size: 18px;
	font-weight: bold;
}
.contenido-top .w-top .v-menos {
	color: #eb0028;
	font-size: 18px;
	font-weight: bold;
	display: none;
}
@media only screen and (max-width: 768px) {
  .texto-principal.t-vermas {
    width: 65%;
    margin-top: -200px;
    height: auto;
    padding-bottom: 20px;
    min-height: 200px;
    max-width: 350px;
	margin-bottom: 0;
  }
  .texto-principal.t-vermas.solo-titulo {
    margin-top: -120px;
    min-height: 120px;
  }
  .texto-principal.t-vermas .texto h1 {
    font-size: 22px;
  }
  .texto-principal.t-vermas .texto p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  .texto-principal.t-vermas .texto .v-mas {
    color: #eb0028;
    font-size: 12px;
    font-weight: bold;
  }
  .texto-principal.t-vermas .texto .v-menos {
    color: #eb0028;
    font-size: 12px;
    font-weight: bold;
    display: none;
  }
  .texto-principal.t-vermas .texto-desktop {
    display: none;
  }
  .texto-principal.t-vermas .texto-mobile {
    display: block;
  }
  .texto-principal.t-vermas .texto-mobile .oculto {
    display: none;
  }
}
.menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.menu-tabs a {
  color: #555559;
  font-size: 1rem;
  text-transform: uppercase;
  border-right: 1px solid #555559;
  letter-spacing: 1px;
  padding: 0 10px;
  font-weight: normal;
}
.menu-tabs a:first-child {
  padding-left: 0;
}
.menu-tabs a:last-child {
  border: none;
  padding-right: 0;
}
.menu-tabs a.activo {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .menu-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-tabs a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .menu-tabs a {
    font-size: 12px;
    padding: 0 7px;
  }
}
.menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.menu-links a {
  color: #555559;
  font-size: 1rem;
  text-transform: uppercase;
  border-right: 1px solid #555559;
  letter-spacing: 1px;
  padding: 0 10px;
  font-weight: normal;
}
.menu-links a:first-child {
  padding-left: 0;
}
.menu-links a:last-child {
  border: none;
  padding-right: 0;
}
.menu-links a.activo {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .menu-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-links a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .menu-links a {
    font-size: 12px;
    padding: 0 7px;
  }
}
.box-colaboracion {
  background: #dcdcdc;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
}
.box-colaboracion figure {
  width: 100%;
}
.box-colaboracion figure img {
  width: 100%;
  vertical-align: bottom;
}
.box-colaboracion .texto {
  padding: 40px 25px;
}
.box-colaboracion .texto h4 {
  font-size: 1.125rem;
  color: #000;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.box-colaboracion .texto p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 20px;
}
.box-colaboracion.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-colaboracion.big figure {
  width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.box-colaboracion.big .texto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .box-colaboracion.big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-colaboracion.big figure {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .box-colaboracion .texto {
    padding: 20px 15px;
  }
  .box-colaboracion .texto h4 {
    font-size: 1.2rem;
  }
  .box-colaboracion .texto p {
    font-size: .75rem;
    line-height: 1.6;
  }
}
.socios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.socios .item {
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
}
.socios .item img {
	max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .socios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .socios .item {
    width: 50%;
    padding: 0 10px;
  }
}
.panel-item {
  display: none;
  margin-bottom: 3rem;
}
.panel-item.activo {
  display: block;
}
.item-video {
  margin-bottom: 1.5rem;
}
.item-video h4 {
  color: #000000;
  font-weight: bold;
  font-size: .85rem;
  margin: 1rem 0;
}
@media only screen and (max-width: 550px) {
  .item-video h4 {
    font-size: 1.2rem;
  }
}
.w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  margin: 6rem 0;
}
.video img {
  width: 100%;
}
.texto-interior {
  margin: 5rem 0 3rem;
}
h3.t-3 {
  color: #222222;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 1.625rem;
}
h3.t-3:after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  background: #222;
  margin-top: 20px;
}
@media only screen and (max-width: 550px) {
  h3.t-3 {
    font-size: 1.2rem;
  }
}
.bg-gris {
  background: #ededed;
}
.grid-directorio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  padding-top: 55px;
}
.grid-directorio .box-directorio {
  width: 20%;
  padding: 0 30px;
  margin-bottom: 2rem;
}
.grid-directorio .box-directorio figure img {
  width: 100%;
}
.grid-directorio .box-directorio h4 {
  color: #222222;
  font-weight: bold;
  font-size: .875rem;
  margin: .5rem 0 1rem;
}
@media only screen and (max-width: 768px) {
  .grid-directorio .box-directorio {
    width: 33.33%;
  }
}
@media only screen and (max-width: 550px) {
  .grid-directorio {
    margin: 0 -15px;
  }
  .grid-directorio .box-directorio {
    width: 50%;
    padding: 0 15px;
  }
}
.item-info p {
  line-height: 1.6;
}
.item-info p span {
	display: block;
	font-weight: bold;
	font-size: 1.125rem;
}
.item-info a {
	color: #eb0028;
	font-weight: bold;
	text-decoration: underline;
}
.c-bg {
  position: relative;
  padding-bottom: 5rem;
}
.c-bg .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 1;
}
.c-bg .wrap-small {
  position: relative;
  z-index: 5;
}
.grid-memorias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0 0;
}
.grid-memorias a {
  display: block;
  text-align: center;
  width: 14.2%;
  margin-bottom: 30px;
}
.grid-memorias a p {
  font-size: 1rem;
  color: #201416;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .grid-memorias a {
    width: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .grid-memorias a {
    width: 33.33%;
  }
}
@media only screen and (max-width: 340px) {
  .grid-memorias a {
    width: 50%;
  }
}
.grid-memorias a:hover {
  opacity: .6;
}
.img-estructura {
  text-align: center;
  padding: 3rem 0 0;
}
.img-estructura img {
  max-width: 100%;
}
.estados {
  padding: 40px 0 0;
}
.estados .item {
  color: #222222;
  margin-bottom: 14px;
}
.estados .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  background: #eb0028;
  padding: 3px 13px;
  margin-right: 10px;
}
.estados .item a {
  color: #222222;
  font-weight: 300;
}
.estados .item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 550px) {
  .estados .item span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.conoce {
  font-size: .875rem;
  color: #eb0028;
  font-weight: bold;
}
.conoce:hover {
  color: #000;
}
.la-marca {
  text-align: center;
}
.la-marca h5 {
  font-size: 20px;
  color: #eb0028;
  margin: 0 0 20px;
  font-weight: bold;
}
.la-marca h4 {
  font-size: 1.68rem;
  color: #000;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.la-marca p {
  font-size: 20px !important;
  color: #201416;
  line-height: 1.4 !important;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .la-marca p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}
.texto-marca {
  padding: 70px 80px;
  text-align: center;
}
.texto-marca p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.texto-marca h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .texto-marca {
    padding: 40px 20px;
  }
  .texto-marca p {
    font-size: 1rem;
    margin-bottom: 4rem;
  }
  .texto-marca h4 {
    font-size: 18px;
  }
}
.img-b {
  display: block;
  margin-bottom: 20px;
}
.img-b img {
  width: 100%;
}
.t-marca {
	padding: 3rem 0 3rem;
	vertical-align: middle;
}
.t-marca figure {
  text-align: center;
}
.t-marca p {
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 0;
	margin-top: .8rem;
}
@media only screen and (max-width: 991px) {
  .t-marca {
    padding: 5rem 0 3rem;
  }
  .t-marca figure {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .t-marca {
    padding: 5rem 0 3rem;
  }
  .t-marca p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .t-marca {
    padding: 3rem 0 3rem;
  }
  .t-marca p {
    font-size: 1rem;
  }
}
.beneficios {
  position: relative;
  padding: 4rem 0;
  margin-top: 10rem;
}
.beneficios .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  top: 0;
}
.beneficios .wrap {
  position: relative;
}
.beneficios .wrap .t-2 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 20px;
}
.beneficios .wrap .box-ben {
  background: rgba(28, 28, 28, 0.9);
  padding: 45px 20px 30px;
  color: #fff;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
.beneficios .wrap .box-ben figure {
  margin-bottom: 10px;
}
.beneficios .wrap .box-ben h3 {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}
.beneficios .wrap .box-ben h3:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #eb0028;
  display: block;
  margin-top: 1rem;
}
.beneficios .wrap .box-ben p {
  font-size: 1rem;
  line-height: 20px;
}
.beneficios .wrap .texto-ben {
  text-align: center;
  max-width: 740px;
  margin: 3rem auto 1rem;
}
.beneficios .wrap .texto-ben p {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .beneficios .wrap .texto-ben {
    margin-top: 1rem;
  }
  .beneficios .wrap .texto-ben p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .beneficios {
    margin-top: 13rem;
  }
}
@media only screen and (max-width: 550px) {
  .beneficios {
    margin-top: 16rem;
  }
}
.test-exp {
  margin-top: 2rem;
  margin-bottom: 7rem;
}
.test-exp .t-2 {
  margin-bottom: 3rem;
  font-size: 20px;
}
.test-exp .box-dest .texto-dest {
  padding-bottom: 40px;
}
.test-exp .box-dest .texto-dest h3 {
  font-size: 1.125rem;
}
.test-exp .box-dest .texto-dest p {
  font-size: 1rem;
  padding-right: 50px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .test-exp {
    margin-bottom: 4rem;
  }
  .test-exp .box-dest .texto-dest h3 {
    font-size: 1.2rem;
  }
  .test-exp .box-dest .texto-dest p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .test-exp .box-dest .texto-dest {
    padding-bottom: 20px;
  }
  .test-exp .box-dest .texto-dest h3 {
    font-size: 1rem;
  }
  .test-exp .box-dest .texto-dest p {
    font-size: .75rem;
    padding-right: 30px;
  }
}
.pasos-post {
  padding: 70px 0;
}
.pasos-post .w-pasos-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pasos-post .w-pasos-post .item {
  width: 20%;
  padding: 0 10px;
}
.pasos-post .w-pasos-post .item figure {
  margin-bottom: 10px;
  height: 45px;
}
.pasos-post .w-pasos-post .item h4 {
  margin: 0 0 1rem;
  font-size: 1.18rem;
  color: #000;
}
.pasos-post .w-pasos-post .item h4:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #eb0028;
  display: block;
  margin: 1rem 0 0;
}
.pasos-post .w-pasos-post .item p {
  font-size: .7rem;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .pasos-post .w-pasos-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pasos-post .w-pasos-post .item {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .pasos-post {
    padding: 50px 0 40px;
  }
  .pasos-post .w-pasos-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pasos-post .w-pasos-post .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .pasos-post {
    padding: 50px 0 40px;
  }
  .pasos-post .w-pasos-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pasos-post .w-pasos-post .item {
    width: 100%;
    text-align: center;
  }
  .pasos-post .w-pasos-post .item h4:after {
    margin: 10px auto 10px;
  }
}
.form-postulacion {
  padding-bottom: 4rem;
}
.form-postulacion .t-2 {
  margin-bottom: 3rem;
}
.form-postulacion .form-group {
  margin-bottom: 1.75rem;
}
.form-postulacion .form-group input {
  font-size: 1.25rem;
  color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  width: 100%;
  letter-spacing: 1px;
  padding: 5px 0;
}
@media only screen and (max-width: 550px) {
  .form-postulacion .form-group input {
    font-size: 12px;
  }
}
.form-postulacion .form-group input::-webkit-input-placeholder {
  color: #000;
}
.form-postulacion .form-group input::-moz-placeholder {
  color: #000;
}
.form-postulacion .form-group input:-ms-input-placeholder {
  color: #000;
}
.form-postulacion .form-group input:-moz-placeholder {
  color: #000;
}
.form-postulacion .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 10px auto;
  background-position: 98% center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 1.25rem;
  padding: 5px 0;
}
@media only screen and (max-width: 550px) {
  .form-postulacion .form-group select {
    font-size: 12px;
  }
}
.form-postulacion button {
  border: none;
  margin-top: 3rem;
}
.conoce {
  background: #f9f9f9;
  padding-bottom: 0;
}
.conoce .w-top {
  background: #fff;
  margin-top: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  padding: 60px 100px;
}
.conoce .w-top .t-2 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .conoce .w-top {
    padding: 40px 15px 0;
  }
  .conoce .w-top .t-2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.panel-conoce figure {
  height: 100%;
}
.panel-conoce figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel-conoce .texto-conoce {
  background: #b5b5b5;
  padding: 50px 25px;
  min-height: 450px;
}
.panel-conoce .texto-conoce p {
  color: #fff;
  font-size: .938rem;
  line-height: 2;
  font-weight: normal;
}
@media only screen and (max-width: 550px) {
  .panel-conoce .texto-conoce {
    padding: 30px 15px;
  }
  .panel-conoce .texto-conoce p {
    font-size: 12px;
    line-height: 1.6;
  }
}
.banner-chile {
  height: 680px;
}
.banner-chile .cont-icono {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1180px;
  z-index: 10;
  padding: 80px 20px 40px;
  top: 0;
	flex-direction:column;
	align-items:center;
	
}
.banner-chile .iconos-chile {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.banner-chile .iconos-chile a {
	background: rgba(0, 0, 0, 0.6);
	margin: 15px;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	flex: 1 0 auto;
	height:auto;
	width: calc(25% - 30px);
	align-items:center;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.banner-chile .iconos-chile a:before {
    content:'';
    float:left;
    padding-top:100%;
}
.banner-chile .iconos-chile a img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.banner-chile .iconos-chile a p {
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;

  /*-margin-bottom: 0;*/
}
.banner-chile .iconos-chile a:hover {
  opacity: .85;
}

.banner-chile h2 {
	font-size: 80px;
	margin-top: 75px;
	color: #FFF;
	margin-bottom: 0;
	font-weight: 900;
}
.banner-chile h3 {
	color: #FFF;
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 20px;
}
@media only screen and (max-width: 550px) {
	.banner-chile .iconos-chile {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner-chile .iconos-chile a {
		width: calc(48% - 30px);
	}
	.banner-chile h2 {
		font-size: 55px;
		margin-top: 0px;
	}
	.banner-chile h3 {
		margin-top: 10px;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.banner-chile .iconos-chile a p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {
	.banner-chile h2 {
		font-size: 40px;
	}
	.banner-chile h3 {
		margin-top: 0;
	}
}
@media only screen and (max-width: 550px) {
  .banner-chile {
    height: 690px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-chile {
    height: 620px;
  }
}
@media only screen and (max-width: 380px) {
  .banner-chile {
    height: 550px;
  }
}
.carr-this {
  margin: 0rem 0 6rem;
}
.carr-this .carrusel {
  padding: 0 20px !important;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.carr-this .carrusel .tns-controls {
  display: block;
}
.carr-this .carrusel .tns-controls button {
  color: #fff;
  border: none;
  top: 50%;
}
.carr-this .carrusel .tns-controls button:first-child {
  left: -80px;
}
.carr-this .carrusel .tns-controls button:last-child {
  right: -80px;
}
.carr-this .carrusel .tns-ovh {
  overflow: visible;
}
.carr-this .carrusel .item {
  position: relative;
}
.carr-this .carrusel .item img {
  width: 100%;
}
.carr-this .carrusel .item h3 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .carr-this .carrusel .item h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .carr-this .carrusel .item h3 {
    font-size: 1rem;
    height: 80%;
  }
}
.not-destacada {
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
  position: relative;
	z-index: 1;
}
.not-destacada figure {
  width: 55%;
  min-width: 55%;
}
.not-destacada figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.not-destacada .texto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #dbdbdb;
  padding: 40px 20px 20px 30px;
}
.not-destacada .texto h5 {
  font-size: .75rem;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.not-destacada .texto h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0 12px;
  letter-spacing: 1px;
}
.not-destacada .texto p {
  font-size: .875rem;
  color: #000000;
  line-height: 2.8;
}
@media only screen and (max-width: 991px) {
  .not-destacada {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .not-destacada {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .not-destacada figure {
    width: 100%;
  }
  .not-destacada figure img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .not-destacada figure {
    width: 100%;
  }
  .not-destacada figure img {
    width: 100%;
    height: auto;
  }
  .not-destacada .texto {
    padding: 30px 15px;
  }
  .not-destacada .texto h5 {
    font-size: 12px;
  }
  .not-destacada .texto h4 {
    font-size: 16px;
  }
  .not-destacada .texto p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.video .bajada {
  text-align: center;
  padding-bottom: 2rem;
}
.video .bajada p {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .video .bajada p {
    font-size: 1.2rem;
  }
}
.w-between > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h3.t-3.titulo-descargas {
  margin-bottom: 3rem;
}
.box-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.box-app figure {
  width: 55%;
}
.box-app figure img {
  width: 100%;
  vertical-align: bottom;
}
.box-app .texto-app {
  width: 45%;
  padding: 25px 30px;
  border: 1px solid #f5f5f5;
}
.box-app .texto-app h3 {
  font-size: 1.5rem;
  color: #000;
  margin: 0 0 10px;
}
.box-app .texto-app h5 {
  font-size: .875rem;
  color: #000;
  margin: 0 0 15px;
  font-weight: bold;
}
.box-app .texto-app p {
  font-size: .875rem;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}
.box-app .texto-app a {
  color: #eb0028;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
}
.box-app .btns a {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .box-app {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-app figure {
    width: 100%;
  }
  .box-app .texto-app {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .box-app .texto-app {
    width: 100%;
    padding: 20px;
  }
}
.n-destacada {
  margin-top: 200px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.n-destacada figure {
  width: 50%;
  min-width: 50%;
}
.n-destacada figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.n-destacada .texto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #dbdbdb;
  padding: 40px 20px 20px 30px;
}
.n-destacada .texto h5 {
  font-size: .75rem;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.n-destacada .texto h4 {
  font-size: 1.66rem;
  font-weight: bold;
  margin: 10px 0 12px;
  letter-spacing: 1px;
}
.n-destacada .texto p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .n-destacada {
    width: 100%;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .n-destacada {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .n-destacada figure {
    width: 100%;
  }
  .n-destacada figure img {
    width: 100%;
    height: auto;
  }
  .n-destacada .texto {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 550px) {
  .n-destacada {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .n-destacada figure {
    width: 100%;
  }
  .n-destacada figure img {
    width: 100%;
    height: auto;
  }
  .n-destacada .texto {
    padding: 30px 15px;
  }
  .n-destacada .texto h5 {
    font-size: 12px;
  }
  .n-destacada .texto h4 {
    font-size: 16px;
  }
  .n-destacada .texto p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.n-destacada.tipo2 {
  margin-top: 0;
}
.menu-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #201416;
}
.menu-interior a {
  display: block;
  font-size: 1rem;
  color: #201416;
  padding: 8px 10px;
  margin-right: 15px;
}
/*INICIO POP UP*/

.wrap-pop {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.wrap-pop .body-pop {
  max-width: 90%;
  position: relative;
}
.wrap-pop .body-pop .texto-pop {
 /* background: #e6e7eb;*/
  background-image: url("../images/pop_3.png");
  background-position: center center;
  color: #333;
  /*padding: 234px 560px;*/
  height: 500px;
  width: 760px;
}
.wrap-pop .body-pop h3 {
  color: #336391;
  margin-top: 0;
}
.wrap-pop .body-pop p {}
.wrap-pop .cerrar-pop {
  cursor: pointer;
  position: absolute;
  top: -23px;
  right: -7px;
  color: #eb0028;
  font-size: 42px;
}
@media only screen and (max-width: 600px) {

    .wrap-pop .body-pop .texto-pop {
    /* background: #e6e7eb; */
    background-image: url("/web/images/pop_4.png");
    background-position: center center;
    color: #333;
    /* padding: 234px 560px; */
    height: 437px;
    width: 300px;
}
  }


/*FIN POP UP*/
@media only screen and (max-width: 768px) {
  .menu-interior {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-interior a {
    font-size: 14px;
    margin-right: 0;
  }
}
.grid-noticias {
  padding: 3rem 0;
}
.grid-noticias .row {
  margin-right: -25px;
  margin-left: -25px;
}
.grid-noticias .row > [class^="col-"],
.grid-noticias .row > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.grid-noticias .box-not {
  margin-bottom: 3rem;
}
.grid-noticias .box-not h5 {
  margin: 10px 0 5px;
  font-weight: normal;
}
.grid-noticias .box-not h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.grid-noticias .box-not a {
  color: #eb0028;
  font-weight: bold;
  text-align: right;
}
.grid-noticias .box-not a:hover {
  color: #000;
}
.not-detalle {
  margin-top: 150px;
}
.not-detalle .w-detalle {
  padding-left: 80px;
}
@media only screen and (max-width: 991px) {
  .not-detalle .w-detalle {
    padding-left: 0;
  }
}
.not-detalle .meta {
  font-size: .875rem;
  color: #6f6f6f;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.not-detalle .meta .fecha {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #6f6f6f;
}
.not-detalle h1 {
  font-size: 2.6rem;
  color: #222222;
  font-weight: bold;
  margin: 15px 0 30px;
}
.not-detalle figure {
  position: relative;
}
.not-detalle figure img {
  width: 100%;
  vertical-align: bottom;
}
.not-detalle figure .ic-zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
.not-detalle .compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
}
.not-detalle .compartir a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #545458;
  border-radius: 50%;
  border: 1px solid #545458;
  font-size: 18px;
  margin-right: 10px;
}
.not-detalle .compartir a.fb {
  color: #3a5899;
  border-color: #3a5899;
}
.not-detalle .compartir a.tw {
  color: #1da2f3;
  border-color: #1da2f3;
}
.not-detalle .compartir a.ws {
  color: #24d466;
  border-color: #24d466;
}
@media only screen and (max-width: 768px) {
  .not-detalle .compartir a {
    color: #eb0028;
    border-color: #eb0028;
  }
  .not-detalle .compartir a.fb {
    color: #eb0028;
    border-color: #eb0028;
  }
  .not-detalle .compartir a.tw {
    color: #eb0028;
    border-color: #eb0028;
  }
  .not-detalle .compartir a.ws {
    color: #eb0028;
    border-color: #eb0028;
  }
}
.not-detalle .bajada {
  color: #6f6f6f;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.not-detalle p {
  font-size: 1rem;
  color: #222222;
  margin-bottom: 1.8rem;
}
.not-detalle p a {
  color: #0645ad;
  text-decoration: underline;
}
.not-detalle blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 40px;
  background: #ededee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.not-detalle blockquote p {
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: #222222;
  margin-bottom: 0;
  line-height: 1.6;
}
.not-detalle ul {
  list-style: none;
  padding-left: 0px;
  font-size: 1rem;
  margin-bottom: 30px;
}
.not-detalle ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.not-detalle ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #eb0028;
  top: 4px;
}
.not-detalle ul li a {
  color: #0645ad;
  text-decoration: underline;
}
.not-detalle .sidebar img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .not-detalle .sidebar {
    display: none;
  }
}
.not-detalle .sidebar .widget-banner {
  margin-bottom: 10px;
}
.not-detalle .sidebar .widget-banner img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .not-detalle h1 {
    font-size: 2rem;
  }
  .not-detalle .bajada {
    font-size: 1rem;
  }
  .not-detalle p {
    font-size: 14px;
  }
  .not-detalle ul {
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .not-detalle {
    margin-top: 120px;
  }
  .not-detalle .meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .not-detalle .meta .fecha {
    margin-bottom: .2rem;
  }
  .not-detalle h1 {
    font-size: 1.4rem;
  }
  .not-detalle .bajada {
    font-size: 1rem;
  }
  .not-detalle p {
    font-size: 14px;
  }
  .not-detalle ul {
    font-size: 14px;
    padding-left: 0;
  }
  .not-detalle blockquote {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .not-detalle blockquote img {
    margin-bottom: 15px;
  }
  .not-detalle blockquote p {
    padding-left: 0;
  }
}
.banner-azul {
  background: #2d6094;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 100px 0;
  margin-top: 90px;
  margin-bottom: 50px;
}
.banner-azul p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
}
.filtros {
  margin-bottom: 3rem;
}
.filtros select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select2.png");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: #eeeeee;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 50px;
  color: #555559;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.grid-lic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-lic .item-lic {
  margin: 0 20px;
  width: calc(25% - 40px);
  text-align: center;
  border: 1px solid #e5e5e5;
  height: 260px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}
.grid-lic .item-lic .texto-hover {
  position: absolute;
  top: 100%;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
  background: rgba(240, 240, 240, 0.9);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.grid-lic .item-lic .texto-hover h4 {
  font-size: 1.1rem;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px;
}
.grid-lic .item-lic .texto-hover p {
  font-size: 13px;
  line-height: 1.2;
}
.grid-lic .item-lic .texto-hover a {
  font-size: .813rem;
  color: #eb0028;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.grid-lic .item-lic:hover .texto-hover {
  top: 0;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .grid-lic .item-lic {
    margin: 0 20px 20px;
    width: 100%;
  }
	.logos {
		padding-top: 40px !important;
		background-position: top;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		
	}
	.int-logo {
		margin-bottom: -80px !important;
	}
	.video {
		margin: 3rem 0;
	}
}
@media only screen and (max-width: 480px) {
  .grid-lic {
    margin: 0 -10px;
  }
  .grid-lic .item-lic {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    height: 150px;
  }
  .grid-lic .item-lic img {
    max-width: 100%;
  }
}
.paginador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 70px;
}
.paginador a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  color: #333333;
  border: 1px solid #dcdcdc;
  margin: 0 3px;
}
.paginador a:hover {
  background: #333;
  color: #fff;
}
.paginador a.activo {
  background: #333;
  color: #fff;
}
.grid-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.grid-videos .item-video {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
@media only screen and (max-width: 768px) {
  .grid-videos {
    margin: 0;
  }
  .grid-videos .item-video {
    width: 100%;
    margin: 0 0 30px;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .only-mobile {
    display: block;
  }
}
footer {
  background-image: url("../images/bg-footer.png");
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  footer {
    background-size: 300% auto;
  }
}
footer .wrap {
  position: relative;
}
footer .logo {
  text-align: center;
  margin-bottom: -2rem;
}
footer .logo img {
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
}
footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #B8B8BA;
  padding-top: 4.5rem;
}
footer nav .item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #eb0028;
  text-transform: uppercase;
}
footer nav .item h4 a {
  color: #eb0028;
}
footer nav .item ul {
  list-style: none;
  padding-left: 0;
}
footer nav .item ul li {
  font-size: 1.125rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: .8rem;
}
footer nav .item ul li a {
  color: #000000;
}
footer nav .item ul li a:hover {
  text-decoration: underline;
}
footer nav .item ul li .submenu {
  margin: .3rem 0;
  padding-left: .8rem;
}
footer nav .item ul li .submenu li {
  font-size: 1rem;
  margin-bottom: .2rem;
  padding-left: .7rem;
  position: relative;
}
footer nav .item ul li .submenu li:before {
  width: 6px;
  height: 6px;
  border: 1px solid #7a7a7a;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: block;
  top: 6px;
}
footer nav .item ul li .submenu li a {
  color: #7A7A7A;
}
@media only screen and (max-width: 991px) {
  footer nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer nav .item {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer nav .item {
    width: 50%;
    margin-bottom: 30px;
  }
  footer nav .item h4 {
    font-size: 16px;
  }
  footer nav .item ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer nav .item ul li .submenu li {
    font-size: 14px;
  }
}
footer .logo-imagen {
  text-align: right;
}
footer .logo-imagen img {
	max-width: 100%;
	width: 192px;
}
@media only screen and (max-width: 768px) {
  footer .logo-imagen {
    text-align: center;
  }
}
footer .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
}
footer .redes a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  margin: 0 20px;
}
footer .redes a:hover {
  background: #fff;
  color: #eb0028;
}
@media only screen and (max-width: 640px) {
  footer .redes a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 16px;
  }
}
footer .copy {
  font-size: .875rem;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
footer .scroll-up {
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 104px;
  cursor: pointer;
	background: #eb0028;
	width: 60px;
	height: 60px;
}
footer .scroll-up img {
  vertical-align: bottom;
	max-width: 30px;
	margin: 15px;
	
}
@media only screen and (max-width: 640px) {
  footer .scroll-up {
    display: none;
  }
}
.js-accordion {
  margin: 0 auto;
}
.js-accordion-title {
  background: #fff;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em .5em;
  width: 100%;
}
.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.ac-default .item-ac .button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.ac-default .button {
  font-size: 1.125em;
  color: #eb0028;
  background: #fff;
  padding: 15px 30px 20px 50px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  position: relative;
}
.ac-default .button:after {
  content: "\f067";
  color: #d41c22;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 29%;
}
.ac-default .button.activo {
  background: #fff;
}
.ac-default .button.activo:after {
  content: "\f068";
}
.ac-default .int-ac {
  margin-top: 0px;
  margin-bottom: 4px;
  border-bottom: 1px solid #eb0028;
  padding: 0;
}
.ac-default .int-ac p {
  margin: 20px 0 20px 50px;
  font-size: 1rem;
}
.ac-default .int-ac a {
  color: #eb0028;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 40px;
  display: block;
}
.ac-default .int-ac a:hover {
  color: #000;
}
.ac-default .int-ac img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .ac-default .int-ac p {
    margin-left: 0;
  }
  .ac-default .int-ac a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .ac-default .button {
    padding: 20px 20px 20px 40px;
    font-size: 1em;
  }
  .ac-default .button:after {
    right: 10px;
  }
}
.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0 40px;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}
.carrusel .tns-nav button {
	width: 30px;
    height: 4px;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	margin: 0 6px;
	background: #FFF;
	opacity: .5;
	padding: 0;
}
.carrusel .tns-nav button.tns-nav-active {
	opacity: 1;
}
@media only screen and (max-width: 1500px) {
}
.carrusel.blanco button {
  border-color: #fff;
}
.carrusel.blanco button.tns-nav-active {
  background: #fff;
}
.carrusel.rojo button {
  border-color: #fff;
  background: #fff;
}
.carrusel.rojo button.tns-nav-active {
  background: #eb0028;
  border-color: #eb0028;
}
.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0px;
  color: #eb0028;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border: 1px solid #eb0028;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 25%;
}
.carrusel .tns-controls button:first-child {
  left: -20px;
  padding-right: 0px;
}
.carrusel .tns-controls button:last-child {
  right: -20px;
  padding-left: 0px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 30px;
}
.carrusel .tns-controls button:first-child:after {
  content: "\f060";
}
.carrusel .tns-controls button:last-child:after {
  content: "\f061";
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 640px) {
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: -10px;
  }
  .carrusel .tns-controls button:last-child {
    right: -10px;
  }
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}
.carrusel.flecha-2 .tns-controls button {
  color: #fff;
  background: #eb0028;
}
.slide-home .carrusel .tns-nav {
	position: absolute;
	left: 0px;
	height: auto;
	z-index: 2;
	width: 100%;
	top: 79vh;
	bottom: auto;
}
@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 0;
	  top: 71vh;
  }
}
@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 80px 0 40px;
    margin: 0 0px !important;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}
.slide-home .c-home .item {
  position: relative;
  height: calc(100vh + 126px);
}
@media only screen and (max-width: 640px) {
  .slide-home .c-home .item {
    /*height: 410px;*/
	  height: calc(61vh + 126px);
  }
}
.slide-home .c-home .item img.img-slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-home .c-home .item .texto-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 60em;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.slide-home .c-home .item .texto-slide.startAnimation {
  opacity: 1;
}
.slide-home .c-home .item .texto-slide h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 7rem 0 0;
  border-left: 5px solid #eb0028;
  padding-left: 10px;
}
.slide-home .c-home .item .texto-slide h1 {
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  margin: .7rem 0;
  font-weight: 900;
}
.slide-home .c-home .item .texto-slide h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.slide-home .c-home .item .texto-slide .categoria {
  font-size: 1.15rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  width: 80%;
  margin-top: 3rem;
}
.slide-home .c-home .item .texto-slide .categoria span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  .slide-home .c-home .item .texto-slide {
    padding: 0 40px;
  }
  .slide-home .c-home .item .texto-slide h4 {
    font-size: 14px;
    margin-top: 4rem;
  }
  .slide-home .c-home .item .texto-slide h1 {
    font-size: 24px;
  }
  .slide-home .c-home .item .texto-slide h5 {
    font-size: 12px;
  }
}
.slide-home .scroll {
  font-size: .75em;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2em;
  text-transform: uppercase;
  z-index: 999;
  width: 4em;
}
.slide-home .scroll:after {
  width: 1px;
  height: 8em;
  background: #fff;
  content: "";
  display: block;
  margin: 10px auto 0;
}
.tns-liveregion.tns-visually-hidden {
  display: none;
}
header .wrap .head nav ul li .megamenu {
    position: absolute;
    margin-left: 0;
    display: none;
}
/*# sourceMappingURL=estilos.css.map */
.logos {
	background: url("../images/bg_02.jpg");
	background-size: cover;
	padding-top: 100px;
}
.logos img {
	max-width: 100%;
}
.embajadores {
	padding-top: 40px;
	margin-top: 100px;
	background: #FFF;
}
.embajadores .grid-noticias {
	padding-top: 0;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.txt-campania.texto {
	position: absolute;
	top: -65%;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 59%;
}
.txt-campania img {
	max-width: 100%;
}
.rrss iframe,
.rrss .instalink {
	border: 1px solid #B8B8BA !important;
	width: 100% !important;
}
.contenido-destacados a {
	display: block;
}
.slide-home {
	height: 100vh;
	overflow: hidden;
}
.slide-home .c-home .item .texto-slide {
	height: 100vh;
}
.not-detalle .compartir {
	display: none;
}
.not-detalle figure {
	margin-bottom: 20px;
}
.box-dest a {
	display: block;
}
.sticky {
	background:rgba(235,0,40,0.8);
	position: fixed;
	right: 0;
	top: 45%;
	padding: 10px 1px;
	z-index: 999;
	border-radius: 25px 0 0 25px;
}
.sticky a {
	border-radius: 50%;
	border: 2px solid #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 27px;
	color: #FFF;
	display: block;
	margin: 8px;
	transition: .5s;
}
.sticky a .fa-play {
	text-indent: 1px;
}
.sticky a i {
	font-size: 14px;
}
.sticky a:hover {
	background: #FFF;
	color: #eb0028;
}
.hidden-desktop {
	display: none;
}
.hidden-mobile {
	display: block;
}
footer a .hidden-mobile {
	display: inline-block;
}
.menu-mobile .logo {
	max-width: 27%;
	display: inline-block;
	vertical-align: top;
}
.menu-mobile .idioma {
	display: inline-block;
	color: #FFF;
	margin-left: 20%;
	padding-top: 39px;
	vertical-align: top;
}
.menu-mobile .idioma a {
	color: #FFF;
}
.menu-mobile .idioma a.activo {
	/*color: #ffb1b4;*/
}
.menu-mobile .logo img {
	width: 100%;
}
.text-estudios {
	padding-left: 100px;
	padding-right: 100px;
}
@media (max-width: 1170px) {
	.texto-principal.t-vermas .txt-campania-turismo h1 {
		font-size: 2.6rem;
	}
}
@media (max-width: 991px) {
	.txt-campania.texto {
		top: -30%;
		padding-left: 21px;
		height: auto;
		max-width: 68%;
	}
	.texto-principal.t-vermas .txt-campania-turismo h1 {
		font-size: 1.8rem;
	}
}
@media (max-width: 768px) {
	.slide-home .carrusel .tns-nav {
		top: 80%;
	}
	.hidden-desktop {
		display: inline-block;
	}
	footer a .hidden-mobile,
	.hidden-mobile {
		display: none;
	}
	footer .logo-imagen {
		margin-top: 40px;
	}
	.txt-campania.texto {
		top: -52%;
		padding-left: 21px;
		height: auto;
		max-width: 100%;
	}
	.texto-principal .btns {
		display: none;
	}
	.slide-home {
		height: auto !important;
	}
	.this-is-chile .box-dest .texto-dest {
		height: auto !important;
	}
	.sticky {
		display: none;
	}
	.banner-turismo h3 {
		font-size: 1rem;
	}
	.carr-not {
		margin-bottom: 1.5rem;
	}
	.menu-tabs {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.wrap-small .texto-interior {
		margin-top: 1.8rem;
	}
	.grid-lic {
		margin-top: 1rem;
	}
}
@media (min-width: 767px) {
	.grid-noticias .box-not h3 {
		min-height: 63px;
	}
	.embajadores .grid-noticias .box-not h3 {
		min-height: auto;
		margin-bottom: 10px;
	}
}
@media (max-width: 550px){
	.texto-principal.t-vermas .txt-campania-turismo h1 {
		font-size: 1.2rem;
	}
	.txt-campania.texto {
		top: -45%;
	}
	.slide-home .carrusel .tns-nav {
		top: 86%;
	}
	.text-estudios {
		padding-left: 20px;
		padding-right: 20px;
	}
}




.cont-iframe {
	position: relative;
	background-color: #000;
	padding-bottom: 70.25%; /* 16:9 */
	height: 0;
	clear: both;
	width: 100%;
	margin-bottom: 70px;
}
.cont-iframe iframe {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	border:0px;
}