@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  box-sizing: border-box;
}

/*
@font-face{
    font-family: 'Antenna Black';
    src: url('../font/Antenna-Black.otf');
}
@font-face{
    font-family: 'Antenna Regular';
    src: url('../font/Antenna-Regular.otf');
}
*/
@font-face {
  font-family: "Antenna Light";
  src: url("../font/Antenna-Light.otf");
}
@font-face {
  font-family: "Antenna Bold";
  src: url("../font/Antenna-Bold.otf");
}
.f-black {
  font-family: "Antenna Black" !important;
}

.f-regular {
  font-family: "Antenna Regular" !important;
}

.f-bold {
  font-family: "Antenna Bold" !important;
}

.f-light {
  font-family: "Antenna Light" !important;
}

body {
  font-family: "Antenna Light", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ffffff;
}

ul, h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antenna Bold", "Arial";
}

iframe {
  vertical-align: top;
}

/* --------------------------------------------- */
.trns, .slick-arrow, .box-def li a {
  transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

:focus, :active, button:active, button:focus {
  outline: 0;
}

.badge {
  padding: 0.95em !important;
}

.btn-sm {
  padding: 0.2rem 0.4rem !important;
  font-size: 0.9rem !important;
  border-radius: 0.25rem !important;
}

.btn {
  padding: 0.6rem 3rem;
  font-size: 0.9rem;
  border-radius: 8px;
}

.btn.focus, .btn:focus,
.form-control:focus,
.btn-sm:focus,
.custom-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.form-control:focus,
.custom-select:focus {
  border-color: #ababab;
}

.is-invalid, .is-invalid:focus {
  background-color: rgba(220, 53, 69, 0.03);
}

.sl {
  text-decoration: none;
}

.sl:hover {
  text-decoration: none;
}

.sl i {
  text-align: center;
  margin-right: 4px;
}

.bg-b {
  background-color: #ffffff;
}

.sl-b, .btn-v, .btn-fb {
  color: #ffffff !important;
}

.bg-c, .btn-c {
  background-color: #1cbab9;
}

.btn-c {
  color: #ffffff !important;
}

.sl-c {
  color: #1cbab9 !important;
}

.bg-n, .btn-n {
  background-color: #3d3d3d !important;
}

.sl-n {
  color: #3d3d3d !important;
}

.bg-t, .btn-t {
  background-color: #8e8e8e;
}

.sl-t {
  color: #8e8e8e !important;
}

.bg-g, .btn-g {
  background-color: #f0f0f0 !important;
}

.sl-g {
  color: #f0f0f0;
}

a.sl-g:hover {
  color: #ffffff;
}

.bg-deg-g {
  background: #ffffff;
  background: radial-gradient(ellipse at center, #ffffff 0%, #e7ecf0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e7ecf0",GradientType=1 );
}

.btn-out-b {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-out-b:active, .btn-out-b:hover, .btn-out-b:focus {
  border-color: white;
}

.btn-wsp {
  background-color: #128C7E;
  color: #ffffff;
}

.btn-wsp:active, .btn-wsp:hover, .btn-wsp:focus {
  color: #ffffff;
}

.btn-fb, .bg-fb {
  background-color: #3b5998;
}

.sl-fb {
  color: #3b5998;
}

.btn-tw, .bg-tw {
  background-color: #00acee !important;
  color: #ffffff !important;
}

.sl-tw {
  color: #00acee !important;
}

.bs-def {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.btn-primary, .badge-primary {
  background-color: #2694D1 !important;
}

.btn-pp, .badge-pp {
  background-color: #204389 !important;
  color: #ffffff !important;
}

.btn-warning, .badge-warning {
  background-color: #FFB93E !important;
}

.btn-danger, .badge-danger {
  background-color: #C44545 !important;
}

.btn-success, .badge-success {
  background-color: #1DB775 !important;
}

/* tamaños */
.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-21 {
  font-size: 21px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-23 {
  font-size: 23px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-27 {
  font-size: 27px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-29 {
  font-size: 29px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-31 {
  font-size: 31px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-33 {
  font-size: 33px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-35 {
  font-size: 35px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-37 {
  font-size: 37px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-39 {
  font-size: 39px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-41 {
  font-size: 41px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-43 {
  font-size: 43px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-45 {
  font-size: 45px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-47 {
  font-size: 47px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-49 {
  font-size: 49px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-51 {
  font-size: 51px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-53 {
  font-size: 53px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-55 {
  font-size: 55px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-57 {
  font-size: 57px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-59 {
  font-size: 59px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-w300 {
  font-weight: 300;
}

.f-w400 {
  font-weight: 400;
}

.f-w600 {
  font-weight: 600;
}

.f-w800 {
  font-weight: 800;
}

.f-w900 {
  font-weight: 900;
}

.lh {
  line-height: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.4;
}

.lh-5 {
  line-height: 1.5;
}

/* */
.cp {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.c1 {
  width: 100%;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.img-w {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clear {
  clear: both;
}

.sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-m {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec-mm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.br-50 {
  border-radius: 50%;
}

.br {
  border-radius: 4px;
}

.brx {
  border-radius: 10px;
}

.br-t {
  border-radius: 4px 4px 0 0;
}

.brx-t {
  border-radius: 10px 10px 0 0;
}

.br-b {
  border-radius: 0 0 4px 4px;
}

.brx-b {
  border-radius: 0 0 10px 10px;
}

.pos-rel {
  position: relative;
}

[data-div],
.load,
.frm_load,
.frm_msj {
  display: none;
  position: relative;
}

/* load */
.load, .frm_load {
  width: 100%;
  padding: 50px 0;
  background-image: url("../img/load.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center center;
}

.frm_load p {
  position: absolute;
  text-align: center;
  padding-top: 50px;
  width: 100%;
  bottom: -13px;
  color: #8e8e8e;
}

.load-min {
  padding: 25px 0;
  background-size: 50px;
}

/* jconfirm */
.jconfirm-box {
  background-color: #3d3d3d !important;
}

.jconfirm-title {
  display: block !important;
  font-family: "Antenna Bold", "Arial", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  padding-bottom: 15px;
}

/* header */
.logo, .logo a {
  display: block;
  width: 250px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
}

.logo-head a {
  background-image: url("../img/logo_321x36.png");
}

.logo-footer a {
  background-image: url("../img/logo_250x28_b.png");
}

/* menu principal */
.nav-principal li a {
  display: block;
  padding: 0 8px 0 8px;
  text-decoration: none;
  color: #8e8e8e;
}

.nav-principal li:last-child a {
  padding: 0 0 0 8px;
}

.nav-principal li a:hover, .np-sel a {
  color: #1cbab9 !important;
}

.nav-principal li .np-btn i {
  font-size: 18px;
}

.nav-principal li {
  padding: 6px 0;
  position: relative;
}
.nav-principal li:hover ul {
  display: block;
}
.nav-principal li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 32px;
  background: #1cbab9;
  border-radius: 3px;
  z-index: 9999;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.125);
}
.nav-principal li ul li {
  display: block;
  padding: 0 0;
}
.nav-principal li ul li a {
  display: block;
  padding: 10px;
  color: #fff;
}
.nav-principal li ul li a:hover {
  background: #18A3A2;
  color: #fff !important;
}
.nav-principal li ul li:first-child {
  position: relative;
}
.nav-principal li ul li:first-child:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #1cbab9;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
}
.nav-principal li ul li:first-child:hover:before {
  background: #18A3A2;
}
.nav-principal li ul li:last-child a {
  padding: 10px;
}

/* footer li  redes */
.ul-redes li {
  margin: 4px;
}

.ul-redes li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #1cbab9;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding-top: 8px;
  border-radius: 50%;
}

.ul-redes li a i {
  color: #ffffff;
}

/* widget footer */
.widget-footer h5 {
  color: #fff;
  margin-bottom: 20px;
}

.widget-footer li {
  margin-bottom: 10px;
}

.widget-footer li:last-child {
  margin-bottom: 0;
}

.widget-footer li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.widget-footer li a i {
  color: #1cbab9;
  margin-right: 4px;
}

/* slide principal */
.slide-principal .d-flex, .slide-principal .bg-cover {
  min-height: 400px;
}

.slide-principal h3, .slide-principal p {
  color: #ffffff;
  margin-bottom: 14px;
}

.slide-principal h3 {
  font-size: 32px;
}

.slide-principal p {
  font-size: 18px;
}

/* nosotros content */
.nosotros-content h3 {
  font-size: 30px;
}

.nosotros-content h1 {
  font-size: 26px;
}

/* ul default */
.ul-def li {
  margin-bottom: 10px;
}

.ul-def li:before {
  content: "\2022";
  font-family: sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #1cbab9;
  vertical-align: middle;
  margin-right: 3px;
  line-height: 0.8;
}

.ul-def li:last-child {
  margin-bottom: 0;
}

/* desplegable */
.box-desplegable-item {
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.box-desplegable-item h2 {
  position: relative;
  font-size: 16px;
  padding-right: 26px;
  cursor: pointer;
}

.box-desplegable-item h2:before {
  content: "\F067";
  font-family: "FontAwesome";
  color: #ffffff;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 7px;
}

.box-desplegable-item-b:before {
  content: "\F068" !important;
}

.box-desplegable-item-c {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-desplegable-item-c p {
  color: #f0f0f0;
}

/* informes content */
.informes-content .bg-cover {
  min-height: 200px;
}

/* titulo de secciones */
.sec-titulo {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.sec-titulo h5 {
  color: #fff;
  font-size: 28px;
  padding-left: 100px;
}

.sec-titulo [data-titulo-icon] {
  display: block;
  position: absolute;
  left: 15px;
  top: 40%;
  width: 80px;
  height: 80px;
  border-radius: 12px 0 12px 0;
  background-color: #ffffff;
}

.sec-titulo [data-titulo-icon]:before {
  display: block;
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 60px;
  right: -50px;
  background-color: #1cbab9;
  border-radius: 6px 0 6px 0;
}

.sec-titulo [data-titulo-icon] span {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  background-color: #1cbab9;
  border-radius: 8px 0 8px 0;
  padding: 0;
}

/* nota content */
.nota-content p {
  font-size: 26px;
}

/* formularios */
::-webkit-input-placeholder, :placeholder-shown {
  color: #ababab !important;
}

.frm input, .frm textarea, .frm select {
  font-size: 14px;
}

.frm input, .frm select {
  height: 35px;
}

.frm h2 {
  font-size: 20px;
}

.frm-box, .box {
  display: block;
  background-color: #f0f0f0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #dedede;
}

.frm label span {
  display: block;
  font-weight: bold;
  color: #707070;
  margin-bottom: 6px;
}

.e-archivos {
  display: block;
  border: 4px dashed #cdcdcd;
  padding: 30px 10px;
  position: relative;
}

.e-archivos:hover {
  border: 4px dashed #ababab;
}

.e-archivos:focus, .e-archivos:active {
  opacity: 0.85;
}

.e-archivos input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* ul redes contacto */
.ul-redes-sec li a {
  text-decoration: none;
  color: #8e8e8e !important;
}

.ul-redes-sec li {
  padding: 10px;
}

.ul-redes-sec li a span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  padding-top: 11px;
}

.ul-redes-sec li a span i {
  line-height: 1;
  font-size: 28px;
  color: #ffffff;
}

/* slide-ejemplo */
.slide-ejemplo .slide-item {
  position: relative;
  padding: 14px;
}

.slick-arrow {
  display: block;
  position: absolute;
  width: 58px;
  height: 38px;
  background-color: #1cbab9;
  color: #fff;
  top: 50%;
  margin-top: -19px;
  z-index: 999;
  font-size: 22px;
  opacity: 0.75;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 14px;
  border-radius: 0 19px 19px 0;
}

.slick-next {
  right: 14px;
  border-radius: 19px 0 0 19px;
}

/* box */
.box-cv img {
  width: 100%;
  max-width: 280px;
  vertical-align: top;
}
.box-cv h1 {
  font-size: 20px;
}
.box-cv h3 {
  font-size: 18px;
}
.box-cv p {
  font-size: 16px;
  color: #1cbab9;
  font-style: italic;
}
.box-cv img, .box-cv h1, .box-cv h3 {
  margin-bottom: 6px;
}
.box-cv ul li {
  margin-bottom: 1rem;
}
.box-cv ul li:last-child {
  margin-bottom: 0;
}
.box-cv .col-lg-4 {
  position: relative;
}
.box-cv .col-lg-4:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  background: #1cbab9;
}
@media (max-width: 991px) {
  .box-cv .col-lg-4:before {
    display: none;
  }
}

.box {
  padding: 15px;
}

.box-def li a {
  display: block;
  padding: 10px;
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px solid #cdcdcd;
}

.box-def li a:hover, .box-def-sel a {
  background-color: #1cbab9 !important;
  color: #fff !important;
  border-bottom: 1px solid #1cbab9 !important;
}

.box-def li a i {
  margin-right: 4px;
}

.box-def li a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #C44545;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  margin-left: 4px;
}

.box-def li:last-child a {
  border-bottom: 1px solid transparent;
}

/* fix blimpo */
.blimpo-table-mx {
  min-width: 650px;
}

.blimpo-table-hover tbody tr:hover, .blimpo-tr-sel {
  background-color: #fff6c6 !important;
}

/* chat */
.chat-content {
  display: block;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ced4da;
  max-height: 300px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.chat-msj {
  display: block;
  clear: both;
  width: 100%;
}

.chat-ms-left, .chat-ms-right {
  max-width: 80%;
}

.chat-ms-left {
  float: left;
}

.chat-ms-right {
  float: right;
}

.chat-msj span {
  font-size: 12px;
  opacity: 0.8;
}

.chat-msj h6 {
  font-size: 14px;
  margin-bottom: 6px;
}

.chat-msj h6 i {
  margin-right: 4px;
}

/* menu clp */
.bg-modal {
  background-color: rgba(47, 79, 79, 0.4);
}

#menu-clp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}

#menu-clp-content {
  display: block;
  position: fixed;
  right: -280px;
  top: 0;
  width: 280px;
  bottom: 0;
  box-shadow: -1px 0 10px rgba(10, 10, 10, 0.5);
  overflow: hidden;
  overflow-y: auto;
}

#menu-clp-top {
  padding: 15px;
  clear: both;
  overflow: hidden;
}

#menu-clp-top button {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: right;
  opacity: 0.8;
}

#menu-clp-top button:hover {
  opacity: 1;
}

#menu-clp-body li a {
  display: block;
  padding: 12px 0 12px 16px;
  font-size: 17px;
  color: #8e8e8e;
  text-decoration: none;
}

#menu-clp-body li a:hover, #menu-clp-body li a:focus, #menu-clp-body li a:active, .menu-clp-sel a {
  background-color: #1cbab9 !important;
  color: #ffffff !important;
}

#menu-clp-body li a i {
  width: 24px;
  margin-right: 6px;
  text-align: center;
}

.blimpo_footer {
  background-color: #3d3d3d;
  padding: 6px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.blimpo_footer_c a img {
  max-height: 12px;
  width: auto;
  transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

.blimpo_footer_c a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.blimpo_footer_c a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

/* queries */
@media (max-width: 420px) {
  .slide-principal .bg-cover {
    min-height: 200px;
  }
}
@media (max-width: 576px) {
  .logo, .logo a {
    width: 213px;
    height: 24px;
  }

  .sec-titulo h5 {
    font-size: 20px;
    padding-left: 70px;
  }

  .sec-titulo [data-titulo-icon] {
    left: 15px;
    top: 90%;
    width: 48px;
    height: 48px;
  }

  .sec-titulo [data-titulo-icon]:before {
    width: 24px;
    height: 24px;
    top: 36px;
    right: -25px;
  }

  .sec-titulo [data-titulo-icon] span {
    width: 42px;
    height: 42px;
    top: 3px;
    left: 3px;
    padding: 6px;
  }

  .slide-principal h3 {
    font-size: 24px;
  }

  .slide-principal p {
    font-size: 16px;
  }

  .f-30 {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  .informes-content .sec {
    padding-bottom: 10px;
  }
}