/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
/*   font-family: "Open Sans", sans-serif; */
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

p {
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 1px;
}

p.cuadro {
  text-align: right;
  text-justify: inter-word;
  letter-spacing: 1px;

} */

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #EE396D;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #EE396D;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
  
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(56, 56, 56, 1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
  
}

/*--------------------------------------------------------------
# PAGINA PLANES
--------------------------------------------------------------*/

.wrapper{
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .table{
  background: #fff;
  width: calc(33% - 20px);
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-radius: 20px;
}

.center {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.table .price-section{
  display: flex;
  justify-content: center;
}
.table .price-area{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 2px;
}
.price-area .inner-area{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  line-height: 117px;
  text-align: center;
  color: #fff;
  position: relative;
}
.price-area .inner-area .text{
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: -10px;
  left: 17px;
}
.price-area .inner-area .price{
  font-size: 45px;
  font-weight: 500;
  margin-left: 16px;
}
.table .package-name{
  width: 100%;
  height: 2px;
  margin: 35px 0;
  position: relative;
}
.table .package-name::before{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  font-weight: 500;
  background: #fff;
  padding: 0 15px;
  transform: translate(-50%, -50%);
}
.table .features li{
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.features li .list-name{
  font-size: 17px;
  font-weight: 400;
}
.features li .icon{
  font-size: 15px;
}
.features li .icon.check{
  color: #2db94d;
}
.features li .icon.cross{
  color: #cd3241;
}
.table .btn{
  width: 100%;
  display: flex;
  margin-top: 35px;
  justify-content: center;
}
.table .btn button{
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table .btn button:hover{
  border-radius: 5px;
}
.basic .features li::selection{
  background: #EE396D;
}
.basic ::selection,
.basic .inner-area,
.basic .price-area,
.basic .btn button
{
  background: #EE396D;
}

.basic .btn button{
  border: 2px solid #EE396D;
  background: #fff;
  color: #EE396D;
}
.basic .btn button:hover{
  background: #EE396D;
  color: #fff;
}
.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .btn button{
  background: #00A1CA;
}
.premium .btn button:hover{
  background: #00A1CA;
  color: #fff;
}

.premium .btn button{
  border: 2px solid #00A1CA;
  color: #00A1CA;
  background: #fff;
}

.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area{
  background: #383838;
}
.ultimate .btn button{
  border: 2px solid #383838;
  color: #383838;
  background: #fff;
}
.ultimate .btn button:hover{
  background: #383838;
  color: #fff;
}
.basic .package-name{
  background: #EE396D;
}
.premium .package-name{
  background: #00A1CA;
}
.ultimate .package-name{
  background: #383838;
}
.basic .package-name::before{
  content: "Hogares";
}
.premium .package-name::before{
  content: "Negocios";
  font-size: 24px;
}
.ultimate .package-name::before{
  content: "Empresas";
  font-size: 24px;
}
@media (max-width: 1020px) {
  .wrapper .table{
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media (max-width: 698px) {
  .wrapper .table{
    width: 100%;
  }
}
::selection{
  color: #fff;
}
.table .ribbon{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}
.table .ribbon::before,
.table .ribbon::after{
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #00A1CA;
  border-top-color: transparent;
  border-left-color: transparent;
}
.table .ribbon::before{
  top: 0px;
  right: 15px;
}
.table .ribbon::after{
  bottom: 15px;
  left: 0px;
}
.table .ribbon span{
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #a26bfa;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}


/*--------------------------------------------------------------
# SPACE INVADERS
--------------------------------------------------------------*/

.center{text-align:center}
#space-invaders {
  margin: 0 auto;
  display: block;
  background: white
}

.card{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
padding: 14px 80px 18px 36px;
cursor: pointer;
margin: 20px;
}

.card:hover{
  transform: scale(1.03);
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h3{
font-weight: 600;
}

.card img{
position: absolute;
top: 20px;
right: 15px;
max-height: 120px;
}

.card-1{
background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
    background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-2{
 background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
    background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-3{
 background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
    background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

@media(max-width: 990px){
.card{
  margin: 20px;
}
} 

#consultaplanes {
  padding: 20px 0px 0px 0px;
}


/*--------------------------------------------------------------
# FX & Animations
--------------------------------------------------------------*/
@font-face {
  src: url("https://www.axis-praxis.org/fonts/webfonts/MetaVariableDemo-Set.woff2")
    format("woff2");
  font-family: "Meta";
  font-style: normal;
  font-weight: normal;
}

.body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #8357EB;
  width: 100vw;
  height: 100vh;
}

.westnet {
  transition: all 0.5s;
  -webkit-text-stroke: 4px #d6f4f4;
  font-variation-settings: "wght" 900, "ital" 1;
  font-size: 240px;
  height: auto;
  text-align: center;
  color: transparent;
  font-family: "Meta", sans-serif;
  text-shadow: 10px 10px 0px #07bccc,
    15px 15px 0px #e601c0,
    20px 20px 0px #e9019a,
    25px 25px 0px #f40468,
    45px 45px 10px #482896;
  cursor: pointer;
  width:auto;
}

.westnet:hover {
  font-variation-settings: "wght" 100, "ital" 0;
  text-shadow: none;
}

@media (max-width: 992px) {
  .westnet {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .westnet {
    font-size: 90px;
  }
}

@media (max-width: 420px) {
  .westnet {
    font-size: 90px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

#header {
  background-color: #383838;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar , .navbar li:hover > a {
  color: #47b2e4;
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #383838;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;

}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #383838;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
 /*  color: #EE396D; */
 color: #fff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #EE396D;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 3;
  visibility: visible;
  background: #383838;;
  box-shadow: 0px 0px 60px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /* width: 100%; */
  /* height: 80vh; */
/*   background: #EE396D;  */
  background: linear-gradient(45deg, #EE396D, #00A1CA, #00A1CA) 0 0 / 1000% no-repeat; 
  /* background: #8357EB; */
} 

#hero {
  width: 100%;
  height: 80vh;
	background: linear-gradient(45deg, #EE396D, rgba(100,216,243,.7), rgba(245,146,176,.7), rgba(52,219,216,.7)) 0 0 / 1000% no-repeat, url('/assets/img/hero-section/fiber-background.jpg') 0 0 / cover no-repeat;
	-webkit-animation: gradientAnimation 20s ease infinite;
	animation: gradientAnimation 20s ease infinite;
}

@-webkit-keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}
@keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #EE396D;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners {
  padding: 12px 0;
  text-align: center;
}

.partners img {
  max-width: 55%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.partners img:hover {
  filter: none;
  transform: scale(1.5);
}

@media (max-width: 768px) {
  .partners img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# App Section
--------------------------------------------------------------*/
.app .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #EE396D;
  font-family: "Poppins", sans-serif;
}

#youtube {
  margin: 30px;
  padding: 10px;
}

#mobile {
    -webkit-animation: wobble-hor-bottom 1s 2s 10 both;
            animation: wobble-hor-bottom 1s 2s 10 both;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

/*--------------------------------------------------------------
# Wifihome section
--------------------------------------------------------------*/
.wifihome .content {
  padding: 60px 100px 0 100px;
}

.wifihome .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #EE396D;
}

.wifihome .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.wifihome .content p {
  font-size: 15px;
  color: #848484;
}

.wifihome .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.wifihome .accordion-list {
  padding: 0 100px 60px 100px;
}

.wifihome .accordion-list ul {
  padding: 0;
  list-style: none;
}

.wifihome .accordion-list li + li {
  margin-top: 15px;
}

.wifihome .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.wifihome .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.wifihome .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.wifihome .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.wifihome .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.wifihome .accordion-list .icon-show {
  display: none;
}

.wifihome .accordion-list a.collapsed {
  color: #343a40;
}

.wifihome .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.wifihome .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.wifihome .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .wifihome .content, .wifihome .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .wifihome .img {
    min-height: 400px;
  }
  .wifihome .content {
    padding-top: 30px;
  }
  .wifihome .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .wifihome .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Nosotros 
--------------------------------------------------------------*/
.nosotros .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.nosotros .content ul {
  list-style: none;
  padding: 0;
}

.nosotros .content ul li {
  padding-left: 28px;
  position: relative;
}

.nosotros .content ul li + li {
  margin-top: 10px;
}

.nosotros .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.nosotros .content p:last-child {
  margin-bottom: 0;
}

.nosotros .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;

}

.nosotros .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  margin: 10px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #EE396D;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Nuestros Planes Section
--------------------------------------------------------------*/
.nuestros_planes {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("/assets/img/nuestros-planes-section/planes-background.jpg") fixed center center;
  background-size:cover;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  padding: 120px 0;
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

.nuestros_planes h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.nuestros_planes p {
  color: #fff;
}

.nuestros_planes .nuestros_planes-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.nuestros_planes .nuestros_planes-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .nuestros_planes {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .nuestros_planes .nuestros_planes-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Convenios
--------------------------------------------------------------*/
.convenios #convenios-flters {
  list-style: none;
  margin-bottom: 20px;
}

.convenios #convenios-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.convenios #convenios-flters li:hover, .convenios #convenios-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.convenios .convenios-item {
  margin-bottom: 30px;
}

.convenios .convenios-item .convenios-img {
  overflow: hidden;
}

.convenios .convenios-item .convenios-img img {
  transition: all 0.6s;
}

.convenios .convenios-item .convenios-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.convenios .convenios-item .convenios-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.convenios .convenios-item .convenios-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.convenios .convenios-item .convenios-info .preview-link, .convenios .convenios-item .convenios-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.convenios .convenios-item .convenios-info .preview-link:hover, .convenios .convenios-item .convenios-info .details-link:hover {
  color: #47b2e4;
}

.convenios .convenios-item .convenios-info .details-link {
  right: 10px;
}

.convenios .convenios-item:hover .convenios-img img {
  transform: scale(1.15);
}

.convenios .convenios-item:hover .convenios-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Convenios Details
--------------------------------------------------------------*/
.convenios-details {
  padding-top: 40px;
}

.convenios-details .convenios-details-slider img {
  width: 100%;
}

.convenios-details .convenios-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.convenios-details .convenios-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.convenios-details .convenios-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.convenios-details .convenios-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.convenios-details .convenios-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.convenios-details .convenios-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.convenios-details .convenios-info ul li + li {
  margin-top: 10px;
}

.convenios-details .convenios-description {
  padding-top: 30px;
}

.convenios-details .convenios-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.convenios-details .convenios-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.servicios .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.servicios .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.servicios .member .pic img {
  transition: ease-in-out 0.3s;
}

.servicios .member:hover {
  transform: translateY(-10px);
}

.servicios .member .member-info {
  padding-left: 30px;
}

.servicios .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #EE396D;
}

.servicios .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.servicios .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.servicios .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.servicios .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.servicios .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.servicios .member .social a i {
  color: #EE396D;
  font-size: 16px;
  margin: 0 2px;
}

.servicios .member .social a:hover {
  background: #47b2e4;
}

.servicios .member .social a:hover i {
  color: #fff;
}

.servicios .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# MEDIOS DE PAGO
--------------------------------------------------------------*/

.containermedia{
  margin-top:100px
}
.box1 img,.box1:after,.box1:before{
  width:100%;
  transition:all .3s ease 0s
}
.box1 .icon,.box2,.box3,.box4,.box5 .icon li a{
  text-align:center
}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{
  content:""
}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{
  overflow:hidden
}
.box1 .title,.box10 .title,.box4 .title,.box7 .title{
  letter-spacing:1px
}
.box3 .post,.box4 .post,.box5 .post,.box7 .post{
  font-style:italic
}

.mt-30{
  margin-top:30px
}
.mt-40{
  margin-top:40px
}
.mb-30{
  margin-bottom:30px
}
.box1 .icon,.box1 .title{
  margin:0;
  position:absolute
}
.box1{
  box-shadow:0 0 3px rgba(0,0,0,.3);
  position:relative
}
.box1:after,.box1:before{
  height:50%;
  background:rgba(0,0,0,.5);
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  transform-origin:100% 0;
  transform:rotateZ(90deg)
}
.box1:after{
  top:auto;
  bottom:0;
  transform-origin:0 100%
}
.box1:hover:after,.box1:hover:before{
  transform:rotateZ(0)
}
.box1 img{
  height:auto;
  transform:scale(1) rotate(0)
}
.box1:hover img{
  filter:sepia(80%);
  transform:scale(1.3) rotate(10deg)
}
.box1 .title{
  font-size:19px;
  font-weight:600;
  color:#fff;
  text-transform:uppercase;
  text-shadow:0 0 1px #004cbf;
  bottom:10px;
  left:10px;
  opacity:0;
  z-index:2;
  transform:scale(0);
  transition:all .5s ease .2s
}
.box1:hover .title{
  opacity:1;
  transform:scale(1)
}
.box1 .icon{
  padding:7px 5px;
  list-style:none;
  background:#004cbf;
  border-radius:0 0 0 10px;
  top:-100%;
  right:0;
  z-index:2;
  transition:all .3s ease .2s
}
.box1:hover .icon{
  top:0
}
.box1 .icon li{
  display:block;
  margin:10px 0
}
.box1 .icon li a{
  display:block;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:10px;
  font-size:18px;
  color:#fff;
  transition:all .3s ease 0s
}
.box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{
  border-radius:50%
}
.box1 .icon li a:hover{
  color:#fff;
  box-shadow:0 0 10px #000 inset,0 0 0 3px #fff
}
@media only screen and (max-width:990px){
  .box1{
      margin-bottom:30px
  }
}

/*--------------------------------------------------------------
# MODAL
--------------------------------------------------------------*/

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 32, 32, 0.7);
  transition: all .4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 20px;
  position: relative;
  width: 900px;
  max-width: 100%;
  background: #fff;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}

.informarpago {
  max-width:100%;
  max-height:100%;

}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #EE396D;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}


.carousel-nav-icon {
  height: 48px;
  width: 48px;
}


  .carousel-item  .col, .col-sm, .col-md {
     margin: 8px;
     height: 300px;
     background-size: cover;
     background-position: center center;
  }

/*--------------------------------------------------------------
# Footer
---------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #EE396D;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #EE396D;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #EE396D;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #EE396D;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #EE396D;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}
