/*RESET*/
a {
  text-decoration: none; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Nunito', sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

body {
  font-family: 'Nunito', sans-serif; }

header {
  width: 100%;
  height: auto;
  padding: 18px 3%;
  padding-bottom: 24px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  background-color: #F7F7F7;
  flex-wrap: wrap; }

header h1 {
  margin: 0;
  padding: 0; }

header .logo {
  width: 200px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

header .icMenu {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0px;
  background: transparent;
  display: none; }

header .icMenu svg {
  fill: #4b77bb; }

header .redes {
  display: flex;
  align-items: center; }

header .redes li a {
  padding: 4px;
  margin: 0px 0px; }

header .redes li a svg {
  height: 28px;
  width: auto;
  fill: #4b77bb;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

header .redes li .btn1 {
  margin-left: 20px; }

header .redes li a:hover svg {
  fill: #51E9DD; }

header .redes li a:active svg {
  fill: #222220; }

header .redes li .btn1 {
  margin-right: 30px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

header .redes li .btn2 {
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

header nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }

header nav a {
  color: #3E80EC;
  padding: 1px 25px;
  border-right: 1px solid #3E80EC;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Lato', sans-serif;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  cursor: pointer; }

header nav a:hover {
  color: #1b4992; }

header nav a:last-child {
  border: none; }

.show-menu {
  background-color: #FFF;
  padding: 20px 3%; }

.show-menu .logo {
  width: 140px; }

.show-menu .redes li a.btn1 {
  padding: 8px 20px !important; }

.show-menu .redes li a.btn2 {
  padding: 8px 20px !important; }

.show-menu nav {
  margin-top: 3px; }

.show-menu nav a {
  padding: 1px 15px;
  font-size: 13px;
  line-height: 18px; }

.btn1 {
  color: #FFF;
  padding: 14px 40px !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #3E80EC 100%);
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.btn1:hover {
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #51E9DD 100%); }

.btn1:active {
  background: #51E9DD;
  opacity: 1 !important;
  color: #000;
  background: linear-gradient(90deg, #51E9DD 0%, #51E9DD 100%); }

.btn1:disabled {
  background: #E9E9E9; }

.btn2 {
  color: #FFF;
  padding: 14px 40px !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #51E9DD 100%);
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.btn2:hover {
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #3E80EC 100%); }

.btn2:active {
  background: #51E9DD;
  opacity: 1 !important;
  color: #000;
  background: linear-gradient(90deg, #51E9DD 0%, #51E9DD 100%); }

.btn3 {
  color: #009bc2;
  padding: 10px 40px !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #009bc2;
  cursor: pointer;
  background: white;
  opacity: 1 !important;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.btn3:hover {
  color: #FFF;
  background: #009bc2;
  opacity: 1 !important;
  background: linear-gradient(90deg, #009bc2 0%, #203c44 100%); }

.btn3:active {
  border: 2px solid #93ba2e;
  background: #93ba2e;
  opacity: 1 !important;
  background: linear-gradient(90deg, #93ba2e 0%, #93ba2e 100%); }

.btn3.active {
  color: #FFF;
  padding: 14px 50px !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #009bc2;
  opacity: 1 !important;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #009bc2 0%, rgba(0, 155, 194, 0) 100%);
  box-shadow: 1px 1px 19px 0px rgba(0, 155, 194, 0.75);
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 155, 194, 0.75);
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 155, 194, 0.75);
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.hero {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 25px;
  margin-top: 150px;
  overflow: hidden;
  margin-bottom: 70px; }

.hero div {
  margin: 0px 30px;
  margin-top: 60px;
  margin-right: 0px;
  width: 46%; }

.hero .info {
  max-width: 700px; }

.hero .contImg {
  margin-left: 0px;
  margin-right: 30px; }

.hero .contImg img {
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px); }

.hero h3 {
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 0px; }

.hero h4 {
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 20px; }

.hero .textoRotatorio {
  width: 100%;
  text-align: left;
  margin: 0 !important;
  margin-bottom: 20px !important; }

.hero .textoRotatorio a {
  color: #111;
  text-align: center;
  font-weight: 800;
  font-size: 52px;
  line-height: 64px; }

.hero p {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #6B6B6B; }

.hero .back {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  background-image: url(../img/fondo-hero.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0px !important;
  padding: 0 !important; }

.hero .img-mob {
  display: none; }

.scroll2 {
  display: flex;
  align-items: center;
  justify-content: center; }

.scroll2 .image {
  margin-right: 0px; }

.scroll2 div {
  padding-right: 40px; }

.scroll2 ul li {
  color: #3E80EC;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  border-bottom: 1px solid #CCC;
  padding: 7px 0px; }

.scroll2 ul li:last-child {
  border: none; }

.scroll2 .flechas {
  width: 200px;
  margin-top: 12px; }

.secTitle {
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0px 25px;
  box-sizing: border-box; }

.secTitle span {
  color: #3E80EC; }

.sec1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px; }

.sec1 div {
  padding-left: 50px;
  width: 50%;
  max-width: 400px; }

.sec1 div h6 {
  color: #6B6B6B;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 12px; }

.sec1 div p {
  font-size: 17px;
  line-height: 24px;
  color: #565656;
  margin-bottom: 30px; }

.sec1 div .btn2 {
  font-size: 13px;
  padding: 12px 24px !important; }

.sec1.inv {
  flex-direction: row-reverse; }

.sec1.inv div {
  padding-left: 0px;
  padding-right: 50px; }

.slider {
  text-align: center;
  margin-top: 10px;
  position: relative;
  padding: 80px 20px;
  margin-bottom: 80px; }

.slider h4 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  width: 90%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 18px; }

.slider h4 span {
  color: #3E80EC; }

.slider ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.slider ul li {
  color: #898989;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  padding: 2px 25px;
  border-right: 1px solid #666; }

.slider ul li:last-child {
  border: none; }

.slider .logos {
  display: flex;
  width: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap; }

.slider .logos img {
  height: 50px;
  margin: 6px 3%; }

.slider .back {
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: -1; }

.planes {
  text-align: center;
  margin-bottom: 90px; }

.planes h4 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 0px; }

.planes p {
  color: #565656;
  font-size: 19px;
  line-height: 27px; }

.planes .tablas {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.planes .tablas li {
  width: 280px;
  margin: 0px 15px; }

.planes .tablas li .oferta1 {
  background-color: #3E80EC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-bottom: 35px; }

.planes .tablas li .oferta1 span {
  color: #FFEF89;
  font-size: 11px;
  line-height: 13px;
  text-align: right; }

.planes .tablas li .oferta1 p {
  color: #FFF;
  margin-left: 10px;
  font-size: 21px;
  line-height: 20px;
  font-weight: 800; }

.planes .tablas li .oferta1 svg {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: auto;
  height: 8px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.planes .tablas li .fondo {
  background-color: #E9E9E9;
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
  padding-top: 40px; }

.planes .tablas li .fondo .destacado {
  position: absolute;
  top: -15px;
  left: 50%;
  box-sizing: border-box;
  padding: 10px 32px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #47B0E5 100%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.planes .tablas li .fondo .destacado p {
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px; }

.planes .tablas li .fondo .tit1 {
  margin-bottom: 10px; }

.planes .tablas li .fondo .tit1 h3 {
  font-size: 24px;
  line-height: 22px;
  font-weight: 700; }

.planes .tablas li .fondo .tit1 h3 span {
  font-size: 17px; }

.planes .tablas li .fondo .tit1 .line {
  width: 80%;
  max-width: 160px;
  height: 5px;
  margin: auto;
  margin-top: 8px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  margin-bottom: 10px;
  background: #51E9DD;
  opacity: 1 !important;
  background: linear-gradient(90deg, #51E9DD 0%, #3E80EC 100%); }

.planes .tablas li .fondo .tit1 p {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  color: #3E80EC;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800; }

.planes .tablas li .fondo .tit1 p span {
  text-decoration: line-through;
  color: #666;
  font-size: 18px;
  font-weight: 800; }

.planes .tablas li .fondo .tit2 {
  margin-bottom: 30px; }

.planes .tablas li .fondo .tit2 h3 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 800; }

.planes .tablas li .fondo .tit2 h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 26px;
  text-align: left; }

.planes .tablas li .fondo .tit2 .line {
  width: 80%;
  max-width: 160px;
  height: 5px;
  margin-top: 8px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  margin-bottom: 10px;
  background-color: #333; }

.planes .tablas li .fondo .tit2 span {
  color: #565656;
  font-size: 18px; }

.planes .tablas li .fondo ul {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 34px; }

.planes .tablas li .fondo ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  width: 100%; }

.planes .tablas li .fondo ul li img {
  height: 34px; }

.planes .tablas li .fondo ul li div {
  margin-left: 12px;
  text-align: left;
  display: none; }

.planes .tablas li .fondo ul li div b {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700; }

.planes .tablas li .fondo ul li div p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0px; }

.planes .tablas li .fondo ul.items li {
  text-align: left;
  border-bottom: 1px solid #CCC;
  margin: 0px 0px !important;
  padding: 5px 0px;
  height: 46px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.planes .tablas li .fondo ul.items li b {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700; }

.planes .tablas li .fondo ul.items li p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0px; }

.planes .tablas li.dest .fondo {
  background-color: #77b6d5; }

.planes .tablas li.dest .fondo .tit1 h3 {
  color: #FFF; }

.planes .tablas li.dest .fondo .tit1 .line {
  background: #FFF;
  background: linear-gradient(90deg, #FFF 0%, #FFF 100%); }

.planes .tablas li.dest .fondo .tit1 p {
  color: #FFEF89; }

.planes .tablas li.dest .fondo .tit1 p span {
  color: #FFF; }

.planes .tablas li.dest .fondo .tit2 h3 {
  color: #FFF; }

.planes .tablas li.dest .fondo .tit2 span {
  color: #FFF; }

.planes .tablas li.lista .fondo {
  background-color: #FFF; }

.planes .op {
  visibility: hidden; }

.medios {
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  margin-bottom: 100px; }

.medios div {
  position: relative;
  text-align: center; }

.medios div h5 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800; }

.medios div .line {
  width: 100px;
  height: 5px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  margin: auto;
  margin-top: 13px;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #51E9DD 100%);
  margin-bottom: 30px; }

.medios .border {
  width: 4px;
  height: 200px;
  margin: 0px 40px;
  background: #3E80EC;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  background: linear-gradient(0deg, #3E80EC 0%, #51E9DD 100%); }

.premios {
  margin-bottom: 90px; }

.premios h4 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 0px;
  text-align: center; }

.premios .line {
  width: 140px;
  height: 5px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  margin: auto;
  margin-top: 13px;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #51E9DD 100%);
  margin-bottom: 30px; }

.premios ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.premios ul li {
  margin: 0px 12px;
  box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  box-shadow: -1px 1px 18px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 1px 18px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 18px -9px rgba(0, 0, 0, 0.75); }

.premios ul li img {
  height: 80px; }

.nosotros {
  text-align: center;
  margin-bottom: 100px; }

.nosotros h4 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center; }

.nosotros p {
  color: #565656;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  max-width: 500px;
  margin: auto; }

.nosotros .line {
  width: 140px;
  height: 5px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  margin: auto;
  margin-top: 22px;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #51E9DD 100%);
  margin-bottom: 40px; }

.nosotros ul {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.nosotros ul li {
  margin: 0px 20px; }

.nosotros ul li img {
  margin-bottom: 12px;
  width: 417px; }

.nosotros ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #222; }

.nosotros ul li p svg {
  height: 38px;
  width: auto;
  fill: #4b77bb;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border: 2px solid #4b77bb;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  box-sizing: border-box;
  padding: 5px;
  margin-left: 14px; }

.nosotros ul li p a:hover svg {
  fill: #51E9DD;
  border: 2px solid #51E9DD; }

.nosotros ul li p a:active svg {
  fill: #222220;
  border: 2px solid #222220; }

.testimonios {
  padding: 90px 0px;
  background-color: #f7f7f7;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 80px; }

.testimonios .izq {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 60px; }

.testimonios .izq h4 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 8px; }

.testimonios .izq .swiper-pagination {
  width: auto;
  bottom: initial;
  top: initial;
  left: initial;
  position: relative;
  margin-top: 10px; }

.testimonios .izq .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 10px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important; }

.testimonios .swipeTestimonios {
  width: 70%;
  height: auto; }

.testimonios .swipeTestimonios .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #E9E9E9;
  width: 320px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column; }

.testimonios .swipeTestimonios .swiper-slide .images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.testimonios .swipeTestimonios .swiper-slide .images .comillas {
  height: 30px;
  width: 40px;
  margin-right: 15px; }

.testimonios .swipeTestimonios .swiper-slide .images .stars {
  display: flex; }

.testimonios .swipeTestimonios .swiper-slide .images .stars img {
  height: 20px; }

.testimonios .swipeTestimonios .swiper-slide .cita {
  margin-top: 15px;
  margin-bottom: 15px; }

.testimonios .swipeTestimonios .swiper-slide .cita p {
  font-size: 14px;
  line-height: 20px; }

.testimonios .swipeTestimonios .swiper-slide .user {
  display: flex;
  align-items: center;
  width: 100%; }

.testimonios .swipeTestimonios .swiper-slide .user img {
  height: 50px;
  margin-right: 12px; }

.testimonios .swipeTestimonios .swiper-slide .user p {
  color: #3E80EC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800; }

.testimonios .swipeTestimonios .swiper-slide .user span {
  color: #3E80EC;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700; }

.contact {
  text-align: center;
  margin-bottom: 80px; }

.contact h4 {
  font-weight: 800;
  font-size: 42px;
  line-height: 50px; }

.contact .line {
  width: 140px;
  height: 5px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  margin: auto;
  margin-top: 13px;
  background: #3E80EC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #3E80EC 0%, #51E9DD 100%);
  margin-bottom: 40px; }

.contact .abajo {
  display: flex;
  width: 90%;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
  text-align: left; }

.contact .abajo .info {
  width: 320px; }

.contact .abajo .info h6 {
  color: #3F80EB;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 6px; }

.contact .abajo .info p {
  color: #565656;
  font-size: 20px;
  line-height: 28px; }

.contact .abajo .info .line {
  margin: inherit;
  margin-top: 18px;
  height: 2px;
  background: #CCC;
  opacity: 1 !important;
  background: linear-gradient(90deg, #CCC 0%, #CCC 100%); }

.contact .abajo .info .redes {
  display: flex;
  align-items: center;
  margin-top: 20px; }

.contact .abajo .info .redes li a {
  padding: 4px;
  margin: 0px 0px; }

.contact .abajo .info .redes li a svg {
  height: 28px;
  width: auto;
  fill: #4b77bb;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.contact .abajo .info .redes li .btn1 {
  margin-left: 20px; }

.contact .abajo .info .redes li a:hover svg {
  fill: #51E9DD; }

.contact .abajo .info .redes li a:active svg {
  fill: #222220; }

.contact .abajo .info .redes li .btn1 {
  margin-right: 30px; }

.contact .abajo form {
  width: 700px;
  height: auto;
  text-align: left;
  margin-left: 80px; }

.contact .abajo form input {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 15px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border: 1px solid #CCC;
  font-family: 'Montserrat', sans-serif; }

.contact .abajo form .half {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.contact .abajo form .half input {
  width: 49%; }

.contact .abajo form textarea {
  border: 1px solid #CCC;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 30px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  resize: none;
  font-family: 'Montserrat', sans-serif;
  height: 140px; }

.contact .abajo form .btn1 {
  cursor: pointer;
  width: 250px;
  text-align: center;
  margin-right: auto;
  border: none;
  padding: 10px 0px !important; }

footer {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

footer .in {
  width: 90%;
  max-width: 1400px;
  margin: auto; }

footer .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  padding-bottom: 14px; }

footer .up .logo {
  height: 74px; }

footer .up .right {
  display: flex;
  align-items: center; }

footer .up .right .link {
  color: #FFF;
  border-right: 1px solid #FFF;
  padding: 0px 24px; }

footer .up .right .link:hover {
  text-decoration: underline; }

footer .up .right .redes {
  display: flex;
  align-items: center;
  margin-left: 12px; }

footer .up .right .redes li img {
  height: 24px; }

footer .up .right .redes li a {
  padding: 4px;
  margin: 0px 6px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

footer .up .right .redes li a:hover {
  opacity: 0.6; }

footer .up .right .redes li .btn1 {
  margin-right: 30px; }

footer .legal {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  margin-top: 14px; }

.lighMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none; }

.lighMenu .izq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 350px; }

.lighMenu .der {
  width: 350px;
  height: 100%;
  position: absolute;
  right: -350px;
  top: 0;
  background-color: #FFF; }

.lighMenu .der .cerrar {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.lighMenu .der nav {
  width: 80%;
  position: relative;
  margin-top: 100px;
  margin-left: 10%;
  margin-bottom: 40px; }

.lighMenu .der nav a {
  width: 100%;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  padding: 13px 0px;
  font-weight: 300;
  display: inline-block;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.lighMenu .der nav a:hover {
  padding-left: 6px; }

.lighMenu .der .redes {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 10%; }

.lighMenu .der .redes li {
  height: 60px; }

.lighMenu .der .redes li a {
  padding: 4px;
  margin: 0px 0px; }

.lighMenu .der .redes li a svg {
  height: 28px;
  width: auto;
  fill: #4b77bb;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.lighMenu .der .redes li .btn1 {
  margin-left: 0px; }

.lighMenu .der .redes li a:hover svg {
  fill: #51E9DD; }

.lighMenu .der .redes li a:active svg {
  fill: #222220; }

.lighMenu .der .redes li .btn1 {
  margin-right: 30px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.lighMenu .der .redes li .btn2 {
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s; }

.lighMenu .der .redes .redLink {
  flex-direction: row;
  display: flex; }

.wp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  box-shadow: -1px 1px 18px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 1px 18px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 18px -9px rgba(0, 0, 0, 0.75); }

.wp svg {
  fill: #4b77bb; }

.wp:hover {
  background-color: #4b77bb; }

.wp:hover svg {
  fill: #FFF; }

.wp:active svg {
  fill: #51E9DD; }

@media (max-width: 1400px) {
  .hero div {
    margin-right: 0px; }
  .hero h3 {
    font-size: 42px;
    line-height: 56px; }
  .hero h4 {
    font-size: 42px;
    line-height: 56px; }
  .hero .textoRotatorio a {
    font-size: 42px;
    line-height: 56px; }
  .scroll2 .image {
    width: 535px; }
  .scroll3 .image {
    margin-right: 50px;
    width: 400px; } }

@media (max-width: 1200px) {
  .scroll2 h5 {
    font-size: 30px;
    line-height: 40px; }
  .scroll2 p {
    font-size: 16px;
    line-height: 28px; }
  .scroll3 ul li {
    font-size: 18px;
    line-height: 26px; }
  .planes .tablas li .fondo ul.items li p {
    font-size: 12px;
    line-height: 13px; }
  header nav a {
    padding: 2px 13px;
    font-size: 14px;
    line-height: 18px; }
  .hero p {
    font-size: 22px;
    line-height: 29px; }
  .hero div {
    margin-top: 12px; }
  .hero .info {
    width: 50%; }
  .hero .contImg {
    width: 40%; }
  .hero .contImg img {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px); }
  .planes .tablas li {
    width: 210px;
    margin: 0px 8px; }
  .planes .tablas li .fondo .tit1 h3 {
    font-size: 19px;
    line-height: 21px; }
  .planes .tablas li .fondo .tit1 h3 span {
    font-size: 14px; }
  .planes .tablas li .fondo .tit2 h4 {
    font-size: 18px; }
  .planes .tablas li .fondo ul.items li b {
    font-size: 14px;
    line-height: 17px; }
  .planes .tablas li .fondo ul.items li p {
    font-size: 10px;
    line-height: 11px; }
  .planes .btn2 {
    padding: 12px 20px !important;
    font-size: 13px;
    line-height: 26px; }
  .planes .tablas li .fondo .tit2 h3 {
    font-size: 36px; }
  .medios div {
    width: 45%; }
  .medios div img {
    width: 100%; }
  .testimonios .izq {
    padding-right: 36px; }
  .testimonios .izq h4 {
    font-size: 32px;
    line-height: 38px; } }

@media (max-width: 992px) {
  .hero {
    flex-direction: column; }
  .hero .contImg {
    margin-top: 80px; }
  .hero .image {
    width: 90%;
    max-width: 600px; }
  .scroll2 {
    flex-direction: column-reverse; }
  .scroll2 div {
    padding-right: 0px; }
  .slider h4 {
    font-size: 32px;
    line-height: 32px; }
  .slider .contSlider {
    height: 410px; }
  .slider .contSlider .business {
    height: auto;
    width: 90%; }
  .slider .contSlider .individuals {
    height: auto;
    width: 90%; }
  .slider .contSlider .cu ul {
    margin-right: 0px; }
  .slider .contSlider .business .cu .image {
    height: 325px; }
  .scroll3 {
    flex-direction: column; }
  .scroll3 .image {
    margin-right: 0px;
    width: 80%;
    max-width: 460px;
    margin-bottom: 40px; }
  header {
    padding: 18px 3%;
    padding-bottom: 18px; }
  header nav {
    display: none; }
  header .logo {
    width: 150px; }
  header .redes {
    display: none; }
  header .icMenu {
    display: block; }
  .hero {
    margin-top: 98px; }
  .hero .info {
    width: 50%;
    width: 90%;
    margin: auto;
    margin-top: 55px;
    text-align: center; }
  .hero .contImg {
    display: none; }
  .hero .img-mob {
    display: block;
    margin-top: 40px;
    width: 100%;
    max-width: 600px; }
  .hero .textoRotatorio {
    text-align: center; }
  .secTitle {
    font-size: 36px;
    line-height: 42px; }
  .sec1 {
    flex-direction: column; }
  .sec1 img {
    width: 90%;
    max-width: 500px;
    margin-bottom: 30px; }
  .sec1 div {
    padding-left: 0px;
    width: 100%;
    max-width: 600px;
    text-align: center; }
  .sec1.inv {
    flex-direction: column; }
  .slider ul li {
    font-size: 16px;
    line-height: 18px;
    padding: 2px 18px; }
  .planes .tablas {
    margin-top: 40px; }
  .planes .tablas li {
    width: 90%;
    margin: 0px 8px;
    margin: auto;
    margin-bottom: 50px;
    max-width: 500px; }
  .planes .tablas li.lista {
    display: none; }
  .planes .tablas {
    flex-direction: column; }
  .planes .tablas li .fondo ul li {
    width: 300px;
    margin: 10px auto;
    justify-content: flex-start; }
  .planes .tablas li .fondo ul li div {
    display: block; }
  .planes .op {
    display: none !important; }
  .planes .tablas li.dest .fondo ul li div b {
    color: #FFF; }
  .planes .tablas li.dest .fondo ul li div p {
    color: #FFF; }
  .medios div h5 {
    font-size: 30px;
    line-height: 38px; }
  .premios h4 {
    font-size: 32px;
    line-height: 45px; }
  .premios ul li img {
    height: 55px; }
  .testimonios {
    flex-direction: column; }
  .testimonios .izq {
    padding-right: 0;
    width: 100%;
    align-items: center;
    justify-content: center; }
  .testimonios {
    padding: 62px 0px; }
  .testimonios .swipeTestimonios {
    width: 100%;
    height: auto;
    margin-top: 30px; }
  .nosotros h4 {
    font-size: 32px;
    line-height: 45px; }
  .nosotros p {
    font-size: 18px;
    line-height: 24px; }
  .nosotros ul li {
    width: 44%;
    margin: 0px 10px; }
  .nosotros ul li img {
    width: 100%; }
  .contact h4 {
    font-size: 32px;
    line-height: 45px; }
  .contact .abajo .info p {
    font-size: 16px;
    line-height: 24px; }
  .planes h4 {
    font-size: 32px;
    line-height: 45px; }
  .sec1.inv div {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 768px) {
  .hero div {
    margin-top: 170px; }
  .slider ul li {
    font-size: 18px;
    line-height: 22px;
    padding: 2px 18px; }
  .sec1 {
    width: 90%;
    margin: 50px auto; }
  .medios {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .medios div {
    width: 100%;
    max-width: 300px; }
  .medios .border {
    width: 190px;
    height: 3px;
    margin: 50px 0px; }
  .premios ul {
    flex-direction: column; }
  .premios ul li {
    margin: 10px 0px;
    padding: 10px;
    width: 250px;
    text-align: center; }
  .premios ul li img {
    height: 66px; }
  .nosotros ul {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .nosotros ul li {
    width: 80%;
    max-width: 320px;
    margin: 20px 0px; }
  .contact .abajo {
    flex-direction: column;
    text-align: center; }
  .contact .abajo .info {
    width: 100%; }
  .contact .abajo .info .line {
    margin: auto;
    margin-top: 20px; }
  .contact .abajo .info .redes {
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 40px; }
  .contact .abajo form {
    width: 100%;
    text-align: left;
    margin-left: 0; }
  footer .up {
    flex-direction: column; }
  footer .up .logo {
    height: 60px;
    margin-bottom: 18px; }
  footer .up .right .link {
    font-size: 14px; } }

@media (max-width: 576px) {
  .hero h3 {
    font-size: 34px;
    line-height: 48px; }
  .hero h4 {
    font-size: 34px;
    line-height: 48px; }
  .hero .textoRotatorio a {
    font-size: 34px;
    line-height: 48px; }
  .scroll2 {
    width: 400px;
    margin: auto;
    text-align: center; }
  .scroll2 div {
    width: 100%; }
  .scroll2 .image {
    width: 100%;
    max-width: 450px; }
  .scroll2 ul li {
    font-size: 24px;
    line-height: 34px; }
  .slider ul li {
    font-size: 16px;
    line-height: 20px;
    padding: 2px 15px; }
  .slider .btn3 {
    padding: 14px 25px !important;
    font-size: 14px;
    line-height: 24px; }
  .slider .btn3.active {
    padding: 14px 25px !important;
    font-size: 14px;
    line-height: 24px; }
  .slider .buttons .btn3 {
    margin: 0px 7px; }
  .scroll3 ul li {
    font-size: 15px;
    line-height: 24px; }
  .contact form .half {
    flex-direction: column; }
  .contact form .half input {
    width: 100%; }
  .contact .abajo form .half input {
    width: 100%; }
  .slider .contSlider .business .cu .image {
    height: 280px; }
  .slider ul {
    flex-direction: column; }
  .slider ul li {
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 10px 0px; }
  .nosotros p {
    max-width: initial;
    width: 90%; }
  footer .up .right {
    flex-direction: column; }
  footer .up .right .link {
    font-size: 14px;
    padding: 5px 0px;
    border: none; }
  footer .up .right .redes {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 18px; } }

@media (max-width: 480px) {
  header .redes li {
    display: none; }
  header .redes li:first-child {
    display: block; }
  .hero h3 {
    font-size: 28px;
    line-height: 41px; }
  .hero h4 {
    font-size: 28px;
    line-height: 41px; }
  .hero .textoRotatorio a {
    font-size: 28px;
    line-height: 41px; }
  .hero p {
    font-size: 18px;
    line-height: 24px; }
  .scroll2 {
    width: 90%;
    text-align: center; }
  .scroll2 h5 {
    font-size: 5vw;
    line-height: 7vw; }
  .scroll2 p {
    font-size: 3vw;
    line-height: 5vw; }
  .how .left h4 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 10px; }
  .how .left ul li p {
    font-size: 13px;
    line-height: 24px; }
  .slider ul {
    flex-direction: column; }
  .slider ul li {
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 10px 0px; }
  .scroll3 h5 {
    font-size: 38px;
    line-height: 44px; }
  .scroll3 ul li {
    font-size: 13px;
    line-height: 22px; }
  .slider .contSlider .business .cu .image {
    height: auto;
    width: 100%; } }

body, html {
  min-height: 100%;
  position: relative; }

.modal {
  display: none;
  min-height: 200px;
  height: 20vh;
  min-width: 300px;
  width: 30vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1em;
  background: #fff;
  border: 2px solid black;
  z-index: 2; }

.modal .btnCloseModal {
  position: absolute;
  right: 0;
  top: 0; }

.modal h1 {
  font-size: 20px;
  text-align: center; }

.modal p {
  text-align: center;
  margin-top: 80px; }

.show-modal {
  display: block; }

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  z-index: 1; }

.show-backdrop {
  display: block; }
