@import "externos/swiper-bundle.min.css";
/*** EXTERNOS ***/
/*** contenidos comunes *****/
/*** RESET ***/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
  font-family: "Bariol";
  src: url("../fonts/BARIOL_REGULAR.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bariol";
  src: url("../fonts/BARIOL_BOLD.OTF") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bariol";
  src: url("../fonts/BARIOL_REGULAR_ITALIC.OTF") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Bariol";
  src: url("../fonts/BARIOL_BOLD_ITALIC-WEBFONT.TTF") format("truetype");
  font-weight: bold;
  font-style: italic;
}

#HomeSlider .elementor-flip-box__layer__overlay a {color:#fff!important; font-weight: bold!important}
#SliderPlanes .elementor-flip-box__layer__title{margin-bottom: 0px!important; margin-top: 6px!important}
#SliderPlanes .elementor-flip-box__front{background-position: center 167px!important}
#SliderPlanes .elementor-flip-box__button{width: 100%!important; margin-top: 30px!important}
#SliderPlanes .elementor-flip-box__front .elementor-icon{position: absolute; bottom: 30px; left: 50%; margin-left: -25px;}
#SliderPlanes .elementor-flip-box__back .elementor-flip-box__layer__title {margin-bottom: 30px!important}
#SliderPlanes .elementor-flip-box__back .elementor-flip-box__layer__title span{color:#0169B2!important}
.elementor-flip-box__back ul li{list-style: disc!important;text-align: left!important}
.elementor-flip-box__layer__description a {color:#fff!important}



h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
/**** FONTS ****/
/*** color ***/
/**** MIXINS LESS CLASES *****/
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
  }
  .grid.gap-0 {
    gap: 0px;
    margin-bottom: 0px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-50-rest {
    grid-template-columns: 50px 1fr;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid.col-3-1 {
    grid-template-columns: 3fr 300px;
  }
  .grid .column {
    display: block;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
}
.grid.col-1-2-nobreak {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.grid .column.flx-center {
  display: flex;
  align-items: center;
}
/***** CONTENIDOS COMUNES ******/
body.open {
  overflow: hidden !Important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Bariol', sans-serif;
}
#main {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 113px;
}
.wrapper {
  width: 1350px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1370px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.tc {
  display: block;
  text-align: center;
}
.module {
  display: block;
  position: relative;
  padding: 50px 0;
}
.module.nomarg {
  padding: 0;
}
.btn {
  text-align: center;
  background: #00b2e2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}
.btn:hover {
  background-size: 100% 100%;
}
.btn.contrast {
  text-align: center;
  background: #333;
  text-decoration: none;
  background-image: linear-gradient(#999999, #999999);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}
.btn.contrast:hover {
  background-size: 100% 100%;
}
.btn.mini {
  font-size: 14px;
  padding: 10px 20px;
}
.btn.big {
  font-size: 18px;
  padding: 13px 25px;
}
.btn.fill {
  text-align: center;
  background: transparent;
  color: #fff;
  border: solid 1px #00b2e2;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}
.btn.fill:hover {
  background-size: 100% 100%;
}
.tit-mod {
  display: block;
  position: relative;
  margin: 30px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px #00b2e2;
}
.tit-mod .tit {
  font-size: 30px;
  line-height: 35px;
  color: #1a1d54;
  text-transform: uppercase;
  font-family: 'Bariol', sans-serif;
}
/***** animaciones ****/
.fadeIn {
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeIn.active {
  opacity: 1 !important;
}
.fadeInUp {
  transform: translateY(150px);
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeInUp.active {
  transform: translateY(0);
  opacity: 1 !important;
}
.fadeInRight {
  transform: translateX(150px);
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeInRight.active {
  transform: translatex(0);
  opacity: 1 !important;
}
.fadeInLeft {
  transform: translateX(-150px);
  opacity: 0 !important;
  transition: ease 1s all;
}
.fadeInLeft.active {
  transform: translatex(0);
  opacity: 1 !important;
}
/**** INTERNAS *****/
.top-image-interna {
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 40px;
}
.top-image-interna img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.top-image-interna .tit {
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}
.top-image-interna .top-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-int-desk {
  display: block;
}
.top-int-mob {
  display: none;
}
@media (max-width: 700px) {
  .top-int-desk {
    display: none;
  }
  .top-int-mob {
    display: block;
  }
}
/**** FICHA CONTENT ***/
.content-nota {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 0;
}
.content-nota .tit {
  color: #00394c;
  font-size: 40px;
  line-height: 50px;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
}
.content-nota .tit:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 80px;
  height: 5px;
  background: #00b2e2;
  bottom: 0;
  left: 0;
}
.content-nota .img-ficha {
  width: 100%;
  display: block;
  /*border-right: solid 5px @secondaryColor;*/

  margin-bottom: 30px;
}
.content-nota .img-ficha img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}
@media (max-width: 780px) {
  .content-nota {
    padding: 30px 10px;
  }
  .content-nota .tit {
    font-size: 30px;
    line-height: 35px;
  }
}
/***** PAGE CONTENTE COMUN ****/
.page-content {
  display: block;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.page-content h1 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  color: #1a1d54;
  display: flex;
  align-items: center;
  position: relative;
  /*&:before {
			content: ' ';
			position: absolute;
			display: block;
			width: 10px;
			background: @secondaryColor;
			top: 0;
			left: -25px;
			bottom: 0;
			z-index: -1;
		}*/

}
.page-content h1:after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #00b2e2;
  margin-left: 20px;
}
.page-content h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #1a1d54;
  display: flex;
  align-items: center;
  position: relative;
}
.page-content h2:after {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #00b2e2;
  margin-left: 20px;
}
.page-content h3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #00b2e2;
}
.page-content h4 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #1a1d54;
}
.page-content h5 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  color: #1a1d54;
}
.page-content h6 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}
.page-content p {
  font-size: 17px;
  line-height: 27px;
  color: #444;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-content p strong {
  font-weight: 700;
}
.page-content p a {
  text-decoration: none;
  color: #1a1d54;
  text-decoration: underline;
}
.page-content p a:hover {
  color: #00b2e2;
}
.page-content p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  margin-left: 0;
}
.page-content figure {
  display: block;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
}
.page-content figure figcaption {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.page-content ul {
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  list-style: none;
}
.page-content ul li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 27px;
  color: #444;
}
/**.page-content ul li::before {
  content: "\2022";
  color: #1a1d54;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}**/
.page-content ul li a {
  text-decoration: none;
  color: #1a1d54;
  text-decoration: underline;
}
.page-content ul li a:hover {
  color: #00b2e2;
}
.page-content ol {
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  list-style: none;
  counter-reset: li;
}
.page-content ol li {
  list-style: none;
  counter-increment: li;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #444;
}
.page-content ol li::before {
  content: counter(li);
  color: #1a1d54;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.page-content ol li a {
  text-decoration: none;
  color: #1a1d54;
  text-decoration: underline;
}
.page-content ol li a:hover {
  color: #00b2e2;
}
.page-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 0;
}
.page-content iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 350px;
  margin-left: 0;
}
.page-content blockquote {
  display: block;
  padding: 0px 80px 0 50px;
  color: #1a1d54;
  font-size: 22px;
  line-height: 34px;
  margin: 40px 0;
  font-weight: 700;
  position: relative;
}
.page-content blockquote::after {
  content: '‟';
  position: absolute;
  color: #00b2e2;
  font-size: 70px;
  font-weight: 700;
  left: 0;
  top: 20px;
  display: block;
}
.page-content table {
  font-size: 16px;
  font-weight: 300;
  color: #444;
  border-spacing: 0;
}
.page-content table td {
  border-bottom: solid 1px #e7e7e7;
  padding: 5px;
}
@media (max-width: 780px) {
  .top-image-interna .tit {
    font-size: 30px;
  }
  .page-content blockquote::after {
    display: none;
  }
  .page-content blockquote {
    padding: 0;
    font-size: 20px;
    line-height: 21px;
  }
  .page-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .page-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-content h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .page-content h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .page-content h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .page-content table {
    font-size: 13px;
  }
}
.aside {
  padding: 30px 0;
}
.aside h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #444;
  padding: 0 0 10px 0;
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
.aside h4:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  background: #1a1d54;
  bottom: 0;
  left: 0;
}
.planes-int-carrusel {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.planes-int-carrusel .carrusel-int-page {
  text-align: center;
  padding: 20px 0 0 0;
}
.planes-int-carrusel .swiper-wrapper {
  height: auto;
}
.noti-box {
  display: block;
  margin-bottom: 20px;
}
.noti-box figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.noti-box figure img {
  display: block;
  width: 100%;
  height: auto;
}
.noti-box figure img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.noti-box figure:hover img {
  transform: scale(1.05);
}
.noti-box .info .tit {
  font-family: 'Bariol', sans-serif;
  color: #1a1d54;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.noti-box .info .tit a {
  text-decoration: none;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #1a1d54;
}
.noti-box .info .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.noti-box .info .date {
  color: #999;
  font-weight: 300;
  font-size: 11px;
}
.noti-box.list {
  margin-bottom: 20px;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 20px;
}
.noti-box.list .info .tit {
  font-family: 'Bariol', sans-serif;
  color: #1a1d54;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.noti-box.list .info .tit a {
  text-decoration: none;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #1a1d54;
}
.noti-box.list .info .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.noti-box.list .info .date {
  margin-top: 14px;
  font-size: 12px;
}
@media (max-width: 1023px) {
  #main {
    padding-top: 60px;
  }
}
/********** WP FORMS PLUGIN CUSTOMIZE ******/
.form-custom {
  display: block;
  max-width: 700px;
}
/***** inputs custom ***/
.wpforms-field {
  display: block;
  padding: 0 0 25px 0;
}
.wpforms-field input[type="text"] {
  font-family: 'Bariol', sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: solid 1px #efe7e7;
  background: #fdfafa;
  border-radius: 30px;
  text-indent: 20px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="text"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
.wpforms-field input[type="tel"] {
  font-family: 'Bariol', sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: solid 1px #efe7e7;
  background: #fdfafa;
  border-radius: 30px;
  text-indent: 20px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="tel"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
.wpforms-field input[type="password"] {
  font-family: 'Bariol', sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: solid 1px #efe7e7;
  background: #fdfafa;
  border-radius: 30px;
  text-indent: 20px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="password"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
.wpforms-field input[type="email"] {
  font-family: 'Bariol', sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: solid 1px #efe7e7;
  background: #fdfafa;
  border-radius: 30px;
  text-indent: 20px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="email"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
.wpforms-field input[type="number"] {
  font-family: 'Bariol', sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: solid 1px #efe7e7;
  background: #fdfafa;
  border-radius: 30px;
  text-indent: 20px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="number"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
.wpforms-field input[type="checkbox"] {
  margin-right: 10px;
}
.wpforms-field input[type="radio"] {
  margin-right: 10px;
}
.wpforms-field select {
  font-family: 'Bariol', sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  width: 100%;
  border: solid 1px #efe7e7;
  background: #fdfafa;
  border-radius: 30px;
  text-indent: 20px;
  padding: 0 20px 0 0;
  height: 40px;
}
.wpforms-field select:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
.wpforms-field-label {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Bariol', sans-serif;
  color: #000;
  padding: 0 0 10px 0;
}
.wpforms-field-layout-preset-33-33-33 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wpforms-field-layout-preset-50-50 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wpforms-field ul {
  margin-bottom: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.wpforms-field ul li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.wpforms-field ul li::before {
  display: none;
}
/**********/
/**** ACORDEON ***/
.acordeonbox {
  display: block;
  padding: 0 0 30px 0;
}
.acordeonbox .accord {
  cursor: pointer;
  color: #1a1d54;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 0 10px 0;
  display: flex;
  align-items: center;
}
.acordeonbox .accord .ico {
  width: 15px;
  margin: 2px 0 0 10px;
  height: 15px;
}
.acordeonbox .accord .ico svg {
  width: 100%;
  fill: #1a1d54;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acordeonbox .accord.active .ico svg {
  transform: rotate(180deg);
}
.acordeonbox .cont {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 0;
}
.acordeonbox .cont.active {
  max-height: 500px;
}
.referencias {
  display: block;
  padding: 15px;
  color: #444;
  font-size: 11px;
  line-height: 16px;
}
.referencias strong {
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.hamburger {
  display: none;
}
.satelite {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #1a1d54;
  padding: 5px 0;
}
.satelite .wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
}
.satelite .num {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.satelite .num img {
  width: 12px;
  margin-right: 5px;
}
.satelite .redes {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.satelite .redes a {
  margin-left: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.satelite .redes a img {
  width: 12px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.satelite .redes a.fb img {
  width: 10px;
}
.satelite .redes a:hover {
  background: #00b2e2;
}
.header {
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: block;
  padding: 20px 0 10px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  
}
.logo-top {
  margin-left: 0px;
  max-width: 270px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.logo-top a {
  display: block;
}
.logo-top img {
  display: block;
  width: 100%;
}
.menu-nav ul {
  display: flex;
  align-items: center;
}
.menu-nav li {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #9c9ba0;
  font-size: 16px;
  line-height: 18px;
  padding: 0px;
  font-weight: 500;
  position: relative;
}
.menu-nav li a {
  text-decoration: none;
  color: #9c9ba0;
  display: flex;
  align-items: center;
}
.menu-nav li a:hover {
  color: #1a1d54;
}
.menu-nav li a.active {
  color: #1a1d54;
}
.menu-nav li i {
  color: #1a1d54;
  padding-left: 5px;
}
.menu-nav li .down {
  display: inline-block;
  width: 18px;
  padding: 5px 0 0 0;
  margin: 0 0 0 5px;
}
.menu-nav li .down img {
  width: 18px;
}
.menu-nav li .sub-menu {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 0;
  top: 39px;
  left: -10px;
  width: 200px;
  background: #ffffff;
  padding: 0;
  margin: 0;
  display: block;
}
.menu-nav li .sub-menu li {
  display: block;
  padding: 6px 10px;
  margin: 0;
  font-size: 15px;
}
.menu-nav li .sub-menu li a:hover {
  color: #1a1d54;
}
.menu-nav li .sub-menu li:first-child {
  padding-top: 16px;
}
.menu-nav li .sub-menu li:last-child {
  padding-bottom: 16px;
}
.menu-nav li:hover .sub-menu {
  max-height: 500px;
  opacity: 1;
}
.menu-nav li.prestadores a {
  text-align: center;
  background: #00b2e2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
  border-radius: 30px;
  text-decoration: none;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}
.menu-nav li.prestadores a i {
  color: #fff;
}
.menu-nav li.prestadores a:hover {
  background-size: 100% 100%;
}
.menu-nav li.prestadores .sub-menu li a {
  text-align: left;
  background: transparent;
  color: #fff;
  margin: 0;
  border-radius: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0;
  transition: background-size 0.3s ease-in-out;
  font-size: 15px;
  line-height: 18px;
  padding: 0px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  padding: 0;
  color: #9c9ba0;
  display: flex;
  align-items: center;
}
.menu-nav li.prestadores .sub-menu li a:hover {
  color: #1a1d54;
}
.menu-nav li.micuenta a:first-child {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  background: transparent;
  color: #9c9ba0;
  border: solid 1px #00b2e2;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}
.menu-nav li.micuenta a:first-child:hover {
  background-size: 100% 100%;
  color: #fff;
}
/*** RESPONSIVE ****/
@media(max-width: 1023px){
  .menu-nav li.micuenta a:first-child{
    color: white;
  }
}

@media (max-width: 1220px) {
  .logo-top {
    max-width: 190px;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    position: relative;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    align-items: center;
  }
  .hamburger .hamburger-inner {
    position: relative;
    height: 23px;
    width: 30px;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hamburger .bar {
    width: 30px;
    height: 2px;
    background: #777;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hamburger.open .bar {
    background: #777;
  }
  .hamburger .bar.bar2,
  .hamburger .bar.bar3 {
    top: 10px;
    transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
  }
  .hamburger .bar.bar4 {
    top: 20px;
  }
  .hamburger.open .bar1,
  .hamburger.open .bar4 {
    opacity: 0;
  }
  .hamburger.open .bar2 {
    height: 2px;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  }
  .hamburger.open .bar3 {
    height: 2px;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
  }
  .satelite {
    display: none;
  }
  .header {
    top: 0;
  }
  .logo-top {
    max-width: 170px;
    min-width: 170px;
    width: 170px;
  }
  .menu-nav {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #333;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    min-height: 95%;
    padding: 30px 0;
  }
  .menu-nav ul {
    display: blocK;
  }
  .menu-nav ul li {
    display: block;
    margin: 0;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 20px;
  }
  .menu-nav ul li a {
    color: #fff;
  }
  .menu-nav ul li .btn {
    font-size: 18px;
  }
  .menu-nav ul li .sub-menu {
    display: block;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .menu-nav ul li .sub-menu li {
    font-size: 17px;
  }
  .menu-nav li .btn.fill {
    color: #fff;
  }
  .menu-nav.open {
    right: 0;
  }
}
.footer {
  display: block;
  background: #2A2A2A;
  padding: 40px 0;
}
.top-foot {
  border-bottom: solid 2px #1a1d54;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}
.top-foot p {
  color: #CED1D6;
  font-size: 13px;
  line-height: 23px;
}
.top-foot p a {
  color: #CED1D6;
  text-decoration: none;
  background-image: linear-gradient(#ced1d6, #ced1d6);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #ced1d6;
}
.top-foot p a:hover {
  background-size: 100% 1px;
}
.top-foot .logo-foot {
  width: 175px;
  height: auto;
  display: flex;
  margin-bottom: 10px;
}
.top-foot .logo-foot img {
  display: block;
  width: 100%;
}
.top-foot .slogan {
  color: #CED1D6;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.bot-foot p {
  color: #CED1D6;
  font-size: 13px;
  line-height: 23px;
}
.bot-foot p a {
  color: #CED1D6;
  text-decoration: none;
  background-image: linear-gradient(#ced1d6, #ced1d6);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #ced1d6;
}
.bot-foot p a:hover {
  background-size: 100% 1px;
}
.footer .social {
  margin: 20px 0;
}
.footer .social a {
  font-size: 18px;
  color: #CED1D6;
  display: inline-block;
  margin-right: 10px;
}
.footer .social a:hover {
  color: #1a1d54;
}
.footer .dataFiscal {
  display: inline-block;
  margin-right: 10px;
}
.footer .dataFiscal img {
  display: block;
  max-width: 40px;
}
.footer .ademp {
  display: inline-block;
  margin-right: 10px;
}
.footer .ademp img {
  display: block;
  max-width: 120px;
}
.footer .legal {
  display: inline-block;
}
@media (max-width: 1023px) {
  .top-foot {
    display: block;
  }
  .top-foot .logo-foot {
    width: 200px;
  }
  .top-foot .slogan {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .btns-area.light .tx {
    display: none;
  }
  .btns-area.light a {
    margin: 0 2px;
  }
  .bot-foot p {
    margin-bottom: 20px;
  }
  .top-foot p {
    margin: 20px 0;
  }
}
/**** HOME ***/
.slider-principal {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-principal .item {
  position: relative;
}
.slider-principal .item figure {
  margin: 0;
}
.slider-principal .item figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.slider-principal .info {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  height: 100%;
}
.slider-principal .info .content {
  max-width: 50%;
}
.slider-principal .info .tit {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 300;
  text-shadow: 0 0 10px #444;
}
.slider-principal .info .tit strong {
  font-style: normal;
  font-weight: 700;
}
.slider-principal .info .text {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 0 0 10px #444;
}
.slider-principal .swiper-pagination-bullet-active {
  background: #222;
}
.slider-principal .swiper-button-next,
.slider-principal .swiper-button-prev {
  color: #fff;
}
.slider-principal .swiper-wrapper {
  height: auto;
}
.box-doble .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.box-doble .image img {
  display: block;
  width: 100%;
  height: auto;
}
.box-doble .column {
  display: flex;
  align-items: center;
}
.box-doble .info .tit {
  font-family: 'Bariol', sans-serif;
  color: #1a1d54;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.box-doble .info .tit a {
  text-decoration: none;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #1a1d54;
}
.box-doble .info .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.box-doble .info ul {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.box-doble .info ul li {
  list-style: none;
  color: #444;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.box-doble .info ul li::before {
  content: "\2022";
  color: #00b2e2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.module-full {
  display: block;
  width: 100%;
  padding: 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.module-full .box {
  margin: 0 auto;
}
.module-full .box .tit {
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Bariol', sans-serif;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.module-full .box .tit a {
  text-decoration: none;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #ffffff;
}
.module-full .box .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.module-full .box .text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.module-full .box .bt-ap {
  display: inline-block;
}
.module-full .box .bt-ap img {
  max-width: 120px;
  display: block;
}
.module-app {
  display: block;
  width: 100%;
  padding: 40px 0 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.module-app .box {
  max-width: 600px;
}
.module-app .box .tit {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 40px 10px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 3px #47d8ff;
  display: inline-block;
}
.module-app .box .text {
  color: #FFF;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.module-app .box .down {
  color: #FFF;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.module-app .box .down .bt-ap {
  margin: 0 0 0 10px;
  width: 150px;
}
.module-app .box .down .bt-ap img {
  display: block;
  max-width: 100%;
}
.news-box {
  display: block;
  margin-bottom: 20px;
}
.news-box figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.news-box figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.news-box figure:hover img {
  transform: scale(1.05);
}
.news-box .info .tit {
  font-family: 'Bariol', sans-serif;
  color: #1a1d54;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
.news-box .info .tit a {
  text-decoration: none;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #1a1d54;
}
.news-box .info .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.news-box .info .text {
  font-size: 16px;
  line-height: 20px;
  color: #747474;
  margin: 0 0 10px 0;
}
.news-box .info .place {
  color: #747474;
  font-size: 9px;
  font-weight: 400;
}
.news-box .info .date {
  color: #747474;
  font-size: 11px;
  font-weight: 400;
}
.news-box.big .info .tit {
  font-family: 'Bariol', sans-serif;
  color: #1a1d54;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
.news-box.big .info .tit a {
  text-decoration: none;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #1a1d54;
}
.news-box.big .info .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.carrusel-principal {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  margin: 0 0 40px 0;
}
.carrusel-principal .item {
  position: relative;
}
.carrusel-principal .item figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.carrusel-principal .info {
  display: block;
  width: 100%;
}
.carrusel-principal .info .tit {
  font-family: 'Bariol', sans-serif;
  color: #333333;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.carrusel-principal .info .tit a {
  text-decoration: none;
  background-image: linear-gradient(#333333, #333333);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #333333;
}
.carrusel-principal .info .tit a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.carrusel-principal .info .text {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.carrusel-principal .swiper-pagination-bullet-active {
  background: #222;
}
.info-cont {
  position: relative;
  margin: -210px 0 0 0;
  z-index: 2;
}
.box-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: red;
  padding: 20px;
  text-align: center;
  height: 210px;
  position: relative;
}
.box-info .over {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #747474;
  position: absolute;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.box-info:hover .over {
  opacity: 1;
}
.box-info .tit {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-info .txt {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0 20px;
}
.box-info .num {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.box-info .num a {
  color: #fff;
}
.box-info .bt {
  color: #007399;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  padding: 3px 10px;
}
.aside .box-info {
  height: 230px;
}
.box-info.emr {
  background: #47d8ff;
}
.box-info.aso {
  background: #00b2e2;
}
.box-info.com {
  background: #2263a7;
}
.box-info.car {
  background: #67a0be;
}
.planes-carrusel {
  display: block;
  position: relative;
  overflow: hidden;
}
.planes-carrusel .carrusel-page {
  text-align: center;
  padding: 20px 0 0 0;
}
.planes-carrusel .swiper-wrapper {
  height: auto;
}
.box-plan {
  position: relative;
  overflow: hidden;
  background: #747474;
}
.box-plan .diap {
  position: relative;
  display: block;
  padding: 30px;
}
.box-plan .diap .image {
  display: block;
  text-align: center;
}
.box-plan .diap .image img {
  display: inline-block;
  max-width: 100%;
}
.box-plan .diap h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}
.box-plan .diap h1 {
  /*-webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);*/
  margin: auto;
  font-size: 80px;
  color: #0169b2 ;
  font-weight: 800;
  line-height: 90px;
  text-align: center;
}
.box-plan .diap .ico {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 50px;
  rotate: -90deg;
}
.box-plan .info {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1) translateY(400px);
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  padding: 0;
  z-index: 4;
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
.box-plan .info .tit {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  padding: 10px;
}
.box-plan .info .tit span {
  /*-webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);*/
  font-weight: 800;
  color: #0169b2;
}
.box-plan .info ul {
  margin: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.box-plan .info ul li {
  list-style: none;
  color: #747474;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 6px;
}
.box-plan .info ul li::before {
  content: "\2022";
  color: #00b2e2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.box-plan .info .btns {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.box-plan .info .btns .btn {
  display: block;
  margin-bottom: 10px;
}
.box-plan .info .btns .btn.fill {
  color: #00b2e2;
}
.box-plan .info .btns .btn.fill:hover {
  color: #fff;
}
.box-plan:hover .info {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.box-plan.p440pm {
  background: #e5e5e5;
}
.box-plan.p440pm .info .tit {
  background: #e5e5e5;
}
.box-plan.p550 {
  background: #dcdcdc;
}
.box-plan.p550 .info .tit {
  background: #dcdcdc;
}
.box-plan.p660 {
  background: #d1d1d1;
}
.box-plan.p660 .info .tit {
  background: #d1d1d1;
}
.box-plan.p770 {
  background: #bababa;
}
.box-plan.p770 .info .tit {
  background: #bababa;
}
.box-plan.p880 {
  background: #aeaeae;
}
.box-plan.p880 .info .tit {
  background: #aeaeae;
}
.info-somos p {
  color: #747474;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}
.info-asoc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.info-asoc h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 40px 10px;
  margin: 0 0 20px 0;
  border-bottom: solid 3px #47d8ff;
  display: inline-block;
}
.info-asoc p {
  color: #FFF;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}
/***** RESPONSIVE *****/
@media (max-width: 1023px) {
  .slider-principal .info .content {
    max-width: 100%;
    padding: 0 20px;
  }
  .slider-principal .info .content br {
    display: none;
  }
  .slider-principal .info .tit {
    font-size: 28px;
    line-height: 30px;
  }
  .slider-principal .swiper-button-next:after,
  .slider-principal .swiper-button-prev:after {
    font-size: 20px;
  }
  .slider-principal .info {
    align-items: end;
    padding-bottom: 10px;
  }
  .info-cont {
    margin: 0 -20px;
  }
  .tit-mod .tit,
  .info-asoc h3,
  .module-app .box .tit,
  .news-box.big .info .tit a {
    font-size: 24px;
    line-height: 30px;
  }
  .info-somos p,
  .info-asoc p,
  .module-app .box .text {
    font-size: 20px;
    line-height: 28px;
  }
  .module-app .box .text br {
    display: none;
  }
}

@media(max-width: 1023px){
	#sobre-nosotros{
		 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/bg-somos.jpg") !important;
	}
	#sobre-nosotros p{
		color: white;
	}
	#modulo-app{
		background-image: none !important;
		background-color: #67a0be;
		padding:20px 10px;
	}
	cite{
		font-size: 15px;
	}
  .module-app .box .down {
    display: block;
  }
  .module-app .box .down .bt-ap {
    margin: 0;
    padding: 0;

  }
}

.error404 h1, .error404 p, .error404 a{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.error404 a{
  width: 200px;
  display: block;
}

/**** POP UP IN PAGE ***/
.popup-in {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -2;
  opacity: 0;
  transition: 1s ease all;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.popup-in.open {
  opacity: 1;
  z-index: 9999;
}
.popup-in .content-popup {
  transform: scale(0);
  transition: 0.5s ease all;
  background: #fff;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px 0 #666666;
  max-width: 500px;
  max-height: 500px;
}
.popup-in .close-popup-in {
  position: absolute;
  top: 0px;
  right: -26px;
  font-size: 25px;
  color: #333;
  padding: 2px 5px 0 5px;
  cursor: pointer;
  background: #fff;
}
.popup-in.open .content-popup {
  transform: scale(1);
}
.popup-in .modal {
  display: flex;
}
.popup-in .modal img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media(max-width: 600px){
  .popup-in .close-popup-in {
    top: -25px;
    right: 0px;
    padding: 2px 5px 0 5px;
  }
  .noti-box .info .tit {
    font-size: 20px;
    line-height: 24px;
  }
}


/************** agregados 2024 ***************/
.btn-generic {
  text-align: center;
  background: #00b2e2;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none !important;
  margin: 0;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}
.btn-generic i {
  color: #fff;
}
.btn-generic:hover {
  background-size: 100% 100%;
  color: fff !important;
}

a[href$=".pdf"] { 
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;	
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none !important;
  margin: 0;
  cursor: pointer;
  border: none;	
  border-radius: 30px;
  /* background: url('https://i.imgur.com/n8EHrrI.png') 15px 50% no-repeat; */
  background-color: #00b2e2;
  background-image: linear-gradient(#1a1d54, #1a1d54);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;	
}

a[href$=".pdf"]:hover {
  background-size: 100% 100%;
  color: fff !important;
}

a[href$=".pdf"]:after {
  font-family: 'FontAwesome';
  content:"\f08e";
  /* content:"\f1c1"; PDF*/
  color:#fff;
  margin-left: 15px;
	/*position: absolute;
	  top: 0;
	  left: 10px;
	*/
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.wpforms-container.custom-form {
  max-width: 700px;
}