

/* ↓BARRA de NAVEGACIÓN ↓ */
.navbar{
	background-color: #373A3C;
	
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 20px;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color:#12B9FD;
}
.navbar-nav .nav-item.active .nav-link{
	color: #12B9FD;
}
/* ↓BARRA de NAVEGACIÓN - RESPONSIVA ↓ */
.navbar-toggler {
    color: rgba(255,255,255,1);
}
.navbar-toggler-icon{
	stroke: rgba(255,255,255,1);
}


/* ↓ICONOS SOCIALES ↓ */
.social--icon a img{
	width:24px;
	padding-top:8px;
}
.social--icon a {
	padding:25px;
}

/* ↓JUMBOTRON ↓ */
.jumbotron{
	width:100%;
	height:600px;
	background: url('../img/inicio/header-bg.png');
  	background-repeat: no-repeat;
  	background-position: bottom center;
  	background-size:cover;
}
.jumbotron h2,
.jumbotron p{
	color:#ffffff;
}
.jumbotron h2{
	padding-top: 5px;
	font-size: 30px;
	font-weight: bold;
}
.jumbotron p{
	font-size: 23px;
}
/* ↓IMAGENES JUMBOTRON ↓ */
.header--img img{
	padding-left:30px;
	margin: -30px;
    width: 88%;
}
/* ↓Boton demo ↓ */
 
.button--label {
	position: relative;
  }
  .btn--slide {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 0 1.33333rem;
	background-color: #ECF5FF;
	transition: background-color .6s cubic-bezier(.075,.82,.165,1),color .6s cubic-bezier(.075,.82,.165,1);
	height: 3.73333rem;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
	color: #4F535B;
	overflow: hidden;
	transform: translateZ(0);
  }
  .btn.btn--slide:before {
	  background-color: #48F9AA; 
  }
  .btn--slide:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  transform: scaleX(0);
	  transition: transform .3s cubic-bezier(0.0, 0.0, 0.2, 1);
	  transform-origin: center right;
  }
  .btn--slide:hover:before{
	transform: scaleX(1);
	transform-origin: center right;
  }
  .btn--slide:hover .button--label{
	color:#4F535B;
	
}

/* Beneficios*/
.icon-title{
	width: 100%;
}

h3{
	font-size: 40px;
	text-align: center;
	color:#12B9FD;
	font-family: "Arial Black";
	margin-top: -63px;
	letter-spacing: 1.5px;
}
.card{
	border-radius: 9px;
	box-shadow: 0 2px 2px #23B7ED;
	overflow: hidden;
	margin: 15px;
	text-align: center;
	transition: all 0.25s;
	min-height:525px;

}
.card:hover{
	transform:translateY(-15px);
	box-shadow: 0,12px 16px rgba(0,0,0,0.2);
	
}
h5{
font-weight: bold;
font-size: 30px;
}

.tablinks:hover{
color: #0135FF;
font-size: 25px;
}

.card-text{
	font-size: 18px;

}

/* Funciones*/

* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}


/* Style the tab */
.tab {
  float: left;
  border: 1px solid transparent;
  background-color:#12bafd94;
  width: 55%;
  height: 1000px;

  
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #ffffff;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #018dff96
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:#018dffd0;
  color: #0135FF;
font-size: 25px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 0px solid #12B9FD;
  width: 45%;
  border-left: none;
  height: 1000px;
  background-color: transparent;
}
.fuction{
	margin-top: 150px;
}
.telefono{
	width: 100%;
	max-width: 560px;
	height: auto;
	margin:-60px;
	background-color: transparent;
}
.text{
	font-size: 20px;

}
.num{
	width: 60px;
}
.font{
	background: rgb(1,141,255);
    background: linear-gradient(180deg, rgba(1,141,255,1) 0%, rgba(18,185,253,1) 100%);
    overflow: visible;
}

/*Experiencia*/
.refuerzo{
	font-size: 30px;
	font-family: "Arial Black";
}
.experience{
	padding-top: 20px;
	width:100%;
	height:auto;
	background: url('../img/FUNCIONES/Reloj_azul@2x.png');
  	background-repeat: no-repeat;
  	background-size:cover;

}
.experience h2{
	padding-top: 80px;
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
}
.experience p{
	color: #ffffff;
	font-size: 30px;
}
/* Comienzan los estilos de la sección planes*/
.planes{
	margin: 50px;
}
.plan-plan{
	padding-top: 50px;
}
.carta-planes{
	border-radius: 0 0 150px 150px;
	min-height:1210px;
}


.car1 h5{
	color:#12B9FD;
}
.mon{
	font-size: 18px;
	padding-top: 2px;
}
p i{
	color: #696D75;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
ul{
	font-size: 23px;
	font-family:auto;
	text-align: left;
	padding-top: 5px;
}
.avion{
	color: #12B9FD;
	
}
.avion li{
	color: #12B9FD;
	content: "•";
	font-size: 100%; /* or whatever */
	padding-right: 5px;

}
li p{
	color: #666363;
	margin-top: 15px;	
}
/*avión verde*/
.car2 h5{
	color:#31E0D4;
}
.avionver li{
	color: #31E0D4;
	content: "•";
	font-size: 100%; /* or whatever */
	padding-right: 5px;

}
/*cohete*/
.car3 h5{
	color:#FFD00C;
}
.cohete li{
	color: #FFD00C;
	content: "•";
	font-size: 100%; /* or whatever */
	padding-right: 5px;

}
/*comienza sección de contacto*/
.contact{
	background: url('../img/Planes/comunicate\ con\ nosotros.png') no-repeat bottom center;
 background-size:cover;
 color: #ffffff;
 padding-top: 30px;
 font-size: 25px;
}
.contat-enviar{
	padding-top: 100px;
}
.email{
	border-radius: 8px;
	width:300px;
	height: 30px;
	border-color: #12bafd8f;
	color: #12B9FD;
	font-size: 18px;
	
}
.Mensaje{
	border-radius: 8px;
	width:300px;
	height: 100px;
	max-height: 200px;
    max-width: 500px;
	border-color:#12bafd8f;
	color: #12B9FD;
}

.texto{
	border-radius: 8px;
	width:300px;
	height: 30px;
	border-color: #12bafd8f;
	color: #12B9FD;
}
.btn-SEND{
	width: 300px;
	height: 35px;
	background-color:#4CAF50;
	border: none;
	color: #ffffff;
	font-size: 18px;
}

.btn-enviar{
	width: 300px;
	height: 35px;
	background-color: #12B9FD;
	border: none;
	color: #ffffff;
	font-size: 18px;
}
/*Inicia el footer*/
.bg--dark{
	background-color: #373A3C;
}
.icons-footer a{
	display: inline-block;
}

.appwhatsapp{
	position: fixed;
	right: 26px;
	bottom: 100px;
	width: 60px;
	z-index: 1000;
}
.appwhatsapp img{
	width: 100%;
	height: auto;
}
@media (max-width: 991.98px) { 
	.tab {
		width: 60%;
		height: 1000px;
	}
	.telefono-jum{
			padding-left:40px;
			padding-top: 80px;
			width: 300px;
			height: 425px;
	  }
	  .cel{
		  
		width: 300px;
		height: 900px;
		margin: 30px;
		
	  }
	  h3{
		padding-top: 15px;
		font-size: 40px;
		letter-spacing: 1.5px;
	  }
	
	h5{
		font-weight: bold;
		font-size: 25px;
		}
	.tablinks:hover{
		color: #0135FF;
		font-size: auto;
	
		}	
		.tabcontent {
			width: 40%;
			border-left: none;
			height: 1000px;
			background-color: transparent;
		  }	
		  .experience h2{
			padding-top: 5px;
			color: #ffffff;
			font-weight: bold;
			font-size: 25px;
			
		}
		.experience p{
			color: #ffffff;
			font-size: 20px;
		}
	.btn--slide{
		height: 60px;
		width: 150px;
	}

}

	
@media (max-width: 768px){ 
	.jumbotron{
		height:550px;
		background: url('../img/inicio/header-bg-sm.png') no-repeat bottom center;
		background-size:cover;
	}
	.jumbotron h2,
	.jumbotron p{
		color:#12B9FD;
	}
	.header--logo{
		max-width: 220px;
	}
	.header--img{
		margin: 15px;
		max-width: 350px;
		height: auto;
	}
	.imag1{
		width: 150px;	
	}
	.boton1{
		margin-top: 300px;
		width: 350px;
		height: 60px;
	
	}		
	h3{
		margin-top: 15px;
		font-size: 40px;
		letter-spacing: 1.5px;
	}
	.card{
		text-align: center;
		margin-top: 100px; 
		margin:7px;
	}
	.fuction{
		margin-top: 40px;
	}
	.telefono{
		width: 350px;
		height: auto;
		margin: -5px;
		padding-top: 0px;
	}	
	.content-tel{
		margin: 15px;
		background: rgb(1,141,255);
       background: linear-gradient(180deg, rgba(1,141,255,1) 0%, rgba(18,185,253,1) 100%);
        color: white;
	}
	h5{
		font-size: 40px;
	}
	.text-fuction{
		font-size:20px;
	}
	.refuerzo{
		font-size: 25px;
	}
	.experience-responsive{
	width:100%;
	height:auto;
	background: url('../img/FUNCIONES/cuadro-Ab.png');
  	background-repeat: no-repeat;
	  background-size:cover;
	  color: #ffffff;
	}
	.experience-responsive h2{
		padding-top: 60px;
	    font-weight: bold;
	    font-size: 40px;
		letter-spacing: 1mm;
	}
	.experience-responsive p{
		padding-top: 10px;
			font-size: 28px;
		}
	.demo{
		font-weight: bold;
		font-size: 30px;
	}
	.boton2{
		width:100%;
	height:auto;
	background: url('../img/FUNCIONES/bo2.png');
  	background-repeat: no-repeat;
	  background-size:cover;
	  padding-top: -40px;
	}
	.resp-plan{
		background: url('../img/Planes/comuni-resp.png');
  	background-repeat: no-repeat;
	  background-size:cover;
	  color: #ffffff;

	}
	.contac-vs-enviar{
	padding-top: 60px;
	}
   .bg--dark{
	   background-color: #F9F9F9;
   }
   
}