body {
  font-family: 'Roboto', sans-serif;
  animation: colorchange 10s linear 1s infinite; /* animation-name followed by duration in seconds*/
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 10s linear 0s infinite alternate; /* Chrome and Safari */
  padding:0 !important;
}

ul li {
  list-style: none;
  text-decoration:none;
}

a:hover {
	text-decoration: none;
	transition:all 0.3s ease;

}

a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;

}

a {
text-decoration:none;
transition:all 0.3s ease;
}

a:visited {
text-decoration:none;

}

a:active {
text-decoration:none;


}

*::-moz-selection{
   background: #9aeaff;
}

*::selection {
   background: #9aeaff;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

body, nav, ul, li, a  {margin: 0; padding: 0px }



/* fondo colores */

@keyframes colorchange {
  0% {
    background: #208bdb;
    color: #033356;
  }
  33% {
    background: #033356;
    color: #208bdb;
  }
  66% {
    background: #208bdb;
    color: #033356;
  }
  100% {
    background: #033356;
    color: #208bdb;
  }
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */ {
  0% {
    background: #208bdb;
    color: #033356;
  }
  33% {
    background: #033356;
    color: #208bdb;
  }
  66% {
    background: #208bdb;
    color: #033356;
  }
  100% {
    background: #033356;
    color: #208bdb;
  }
}



/********************************/
/*         loading */
/********************************/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1364a2;
  z-index: 2000;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height:20px;
  letter-spacing:-0.03em;
  color: #05caff;
  width: 100%;
  height: 100px;
  line-height: 100px;
   -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;

}

.loading-img {
  position: absolute;
  max-width: 300px;
  max-height:64px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
 
   -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;

}


@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}


/* Loaded styles///// */
.loaded #loader-wrapper {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}




/* nav */

.navbar {
	margin:0;
	background-color: rgba(19, 100, 160, 0.8); IE8 and lower
	}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color: #fff;
	font-weight:500;
	}

.navbar-brand span{
	font-weight:900;
	}	
	
	
.navbar-brand:hover {
	color:#5d9bd8
	}
	
.navbar-expand-sm{
	background-color: none

	}
	
	
.navbar-nav a{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color: #fff;
	font-weight:700
	}
	
.borde{	
	border: 3px solid #fff;
	border-radius:30px;
	padding:10px
	}
	
.navbar-nav a:hover {
	color: #05caff
	}
	
.nav-item {
	padding:5px;
	}
	
	
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255, 0.5);
} 




/*carrousel*/
#myCarousel{
        width: 100%;
        height: 100%;
        min-height: 100vh;
        max-height: 100vh;
        overflow: hidden;
      }



#myCarousel .carousel-item .mask {
    position: absolute;
    top: 130px;
	height:100%;
    width: 100%;
    background-attachment: fixed;

}
#myCarousel h1{
	font-size: 85px;
	margin-bottom:15px;
	color:#FFF;
	letter-spacing: -0.05em;
	line-height:72px;
	padding-left:90px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

#myCarousel h2{
	font-size: 70px;
	margin-bottom:15px;
	color:#FFF;
	letter-spacing: -0.05em;
	line-height:65px;
	padding-left:90px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}


#myCarousel p{
	font-size:58px;
	margin-bottom:15px;
	color:#4dd6fb;
	padding-left:90px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style:italic;
	letter-spacing: -0.05em;
	line-height:48px;
}

#myCarousel img{
	width:100%;
	max-width:755px;
} 

#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; margin-left:90px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h1{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item h2{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h1, #myCarousel h2, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:800px; }
#myCarousel{position:relative; z-index:1; background-size:cover; }




.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
	transition: opacity;
}


.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1;

}
.carousel-fade  .carousel-item-left.active, .carousel-fade .carousel-item-right.active{
	opacity: 0;

}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: width 2s ease 2s
}

@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


/*parallax*/


.parallax {
  /* The image used */
  background-color:#edf1f3;
  /*background-image:url(../img/img_1.png);*/


  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.parallax2 {
  /* The image used */
  background: #373B44;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #012e4f, #208bdb);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #012e4f, #208bdb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}


.parallax3 {
  /* The image used */
  background-color:#000;

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
.parallax3 img {
    background-position: center center;
    transform: translateZ(-1px) scale(1.5);
}


.parallax4 {
  /* The image used */
  background-image: url(../img/bg_4.png);

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*caracteristicas*/

.siempreonline {
	padding: 150px 0 50px 0;
}

.siempreonline h1{
	color:#05caff;
	letter-spacing: -0.05em;
	font-size:46px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-align:center
}

.siempreonline h2{
	color:#000;
	letter-spacing: -0.05em;
	font-size:34px;
	line-height:32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align:center
}

.siempreonline h2 spam{
	font-weight: 700;
}

.caracteristicas {
	padding-bottom: 150px
}

.caracteristicas h3{
	color:#000;
	font-size:24px;
	letter-spacing: -0.03em;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-align:center
}

.caracteristicas p{
	color:#000;
	line-height:26px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align:center
}

.margen_caracteristicas{
	padding-top:20px;
	padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 20px
}

.caracteristicas img{
	width:100%;
	max-width:125px;
	height:100%;
	max-height: 100%;
	margin:auto;
	text-align:center;
	display: block;}
	
	

/*planes*/

.planes {
	padding: 150px 0 15px 0;
}

.planes h1{
	color:#fff;
	letter-spacing: -0.05em;
	font-size:46px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-align:center
}

.planes h2{
	color:#fff;
	letter-spacing: -0.05em;
	font-size:34px;
	line-height:32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align:center
}

.planes h2 spam{
	font-weight: 700;
}

.btn-ars:not(:disabled):not(.disabled).active, .btn-ars:not(:disabled):not(.disabled):active, .show>.btn-ars.dropdown-toggle {
    color: #fff;
    background-color: #00bef3;
    border-color: #00b2e4;
}

.btn-ars {
	color: black; 
	border: 2px solid #05caff;
	border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	padding:10px 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size:17px;
	color: #05caff;
	transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
	}
	
.btn-ars:hover {
	text-decoration:none;
	color:#FFF
	}
		

.btn-usd:not(:disabled):not(.disabled).active, .btn-usd:not(:disabled):not(.disabled):active, .show>.btn-usd.dropdown-toggle {
    color: #fff;
    background-color: #00bef3;
    border-color: #00b2e4;
}	
	
.btn-usd{
	color: black; 
	border: 2px solid #05caff;
	border-radius:0 30px 30px 0;
	-webkit-border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	padding:10px 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size:17px;
	color: #05caff;
	}	
.btn-usd:hover {
	text-decoration:none;
	color:#FFF
	}
		


.planes-info {
	padding:0 0 150px;
}


.card-planes {
    margin-bottom: 1.5rem;
    box-shadow: 0 0.5rem 0.7rem rgba(0,0,0,.1);
	padding:0
}
.card-planes {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
	border-radius: none;
}


.card-container {
	padding:0
	}

.card-container h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color:#fff;
	letter-spacing: -0.02em;
	font-size:33px;
	background-color:#0a4978;
	padding:20px 0px 10px;
	margin: 0
	}
	
		
.card-container h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color:#fff;
	letter-spacing: -0.02em;
	font-size:56px;
	background-color:#00bef3;
	padding:20px 0px 10px
	}
	
.card-container h6 spam{
	font-size:28px;
	font-weight: 500;
	}	

.card-container p{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color:#5f5f5f;
	font-size:18px;
	padding:5px 0px 5px;
	margin:0
	}

.back-gris{
	background-color:#e1e3e4;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#5f5f5f;
	font-size:18px;
	padding:5px 0px 5px;
	margin:0
	}	
	
.btn-planes {
	color: black; 
	border: 2px solid #05caff;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	padding:10px 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size:20px;
	color: #05caff;
	}
	
.btn-planes:hover {
  background-color: #05caff;
  color: white;
  text-decoration:none
	}
	
	
	
/* CONTACTO */	
	
.contacto {
	padding: 150px 0;
	text-align:center;
}

.contacto h1{
	color:#05caff;
	letter-spacing: -0.05em;
	font-size:46px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-align:center
}

.contacto p{
	line-height:50px;
}


.contactolink{
	color:#000;
	letter-spacing: -0.05em;
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align:center;
}



.contactolink:hover{
	color:#05caff;
	text-decoration:none
}

.siempreonline h2 spam{
	font-weight: 700;
}	



/* FOOTER */	
	
.footer {
	padding: 100px 0;
}

.footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size:14px;
}

.footerlink{
	color: #CCC;
	letter-spacing: -0.05em;
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.footerlink:hover{
	color:#05caff;
	text-decoration:none
}

.footerlogo img{
	width:100%;
	max-width: 180px;
	text-align:left;
	padding-left:28px
}
	
	
/* wa */
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
	opacity:0.8;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 10;
}


.whatsapp-icon {
    margin-top: 13px;
}	
	
	
/* RESPONSIVE */

@media (max-width: 800px) {
	
	.navbar-expand-sm{
	background-color: #1364a0

	}
	
	#myCarousel h1{
	font-size: 45px;
	line-height:35px;
	padding-left:0;
}

#myCarousel h2{
	font-size: 45px;
	line-height:35px;
	padding-left:0;
}


#myCarousel p{
	font-size: 25px;
	line-height:20px;
	padding-left:0;
}

#myCarousel{

        max-height: 150vh;
      }
#myCarousel .carousel-item .mask {

    top: 80px;

}


.loading-text {
  font-size: 20px;
}


.btn-ars {
	font-size:15px;
	}
	
.btn-usd {
	font-size:15px;
	}
	
.contactolink{

	font-size:25px;
}

.contacto p{
	line-height:40px;
}		
	  
	  


}

@media screen and (max-width: 640px){
	
	.navbar-expand-sm{
	background-color: #1364a0 ;
	opacity: 0.9;
	}
	
	.borde{	
	border: none;
	border-radius:none;
	padding:none
	}
	
	#myCarousel h1{
	font-size: 45px;
	line-height:35px;
	padding-left:0;
}

#myCarousel h2{
	font-size: 45px;
	line-height:35px;
	padding-left:0;
}


#myCarousel p{
	font-size: 25px;
	line-height:20px;
	padding-left:0;
}

#myCarousel{

        max-height: 150vh;
      }
.loading-text {
  font-size: 20px;
}

.btn-ars {
	font-size:12px;
	}
	
.btn-usd {
	font-size:12px;
	}
	
	
.contactolink{
	font-size:25px;
}

.contacto p{
	line-height:40px;
}				  
		  
	  
	  


}			
			
	
		
	
	
