body{

	margin: 0 auto;
	max-width: 1200px;
	font-family: georgia, times, serif;
	color: black;
	font-size: 1rem;
	line-height: 1.3em;
}
h1{  
	margin-top: 5px;
	font-size: 1.5em;
	line-height: 1em;
	padding: 5px 0px;
    background: #FF8000;
	box-shadow: 0px 5px  #3C3D42;
	text-align: center;
	width: 100%;
	
}
h2{
color: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1em;
	padding: 5px 0px;
    background: #3C3D42;
	-webkit-box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	-moz-box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	text-align: center;
	width: 100%;
	}

h3{
color: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 1em;
	padding: 5px 0px;
    background: #1B67DA;
	-webkit-box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	-moz-box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	text-align: center;
	width: 100%;
}
.todo{
	width: 100%;
	max-width: 1200px;
	position: absolute;
	margin: 0 auto;
	border:1px solid;
	overflow: hidden;
	border-radius: 0px 0px 16px 16px;
}

.header{
	background: rgba(35,35,35);
	color: white;
	padding: 2rem 0;
	position: fixed;
	width: 100%;
	max-width: 1200px;
	height:40px;
	z-index: 12;
}


.header a {
color: white;
text-decoration: none;

}
.iframe iframe{
	background: red;
	width: 300px;
	height: 90px;
}

.figure{
 	margin-top: -22px;
 	 }

 .figure img{
 	width: 190px;
 	height: 100px
 	 }

.container{
display: flex;
justify-content: space-between;
aling-items: center;
height: 40px;
flex-wrap: wrap;

}

.navigation ul{
	margin-top: 35.5px;
	list-style: none;
}


.menu-icon{
	display: none;
}

.menu-bus{
	display: none;

}
.navigation ul  li{
display: inline-block;
}
.navigation ul li a{
	display: block;
	padding: 0.5rem 1.5rem;
	transition: all 0.4s linear;
}
.navigation ul li a:hover{
	background: #FF8000;
	border-radius: 5px 0px;
}
.navigationac {
	background: #FF8000;
	border-radius: 5px 5px 0px  0px;
	
	}


.banner {
	margin-top: 105px;
	width: 100%;
	height: 500px;
	border: solid 1px #FF9900;
	border-radius: 10px;
	box-shadow: 0px 5px  #3C3D42;
	background-size: 100% 100%;
	animation: banner 30s infinite;
    animation-direction: normal, reverse;    
   	
    }

   
@keyframes banner{
 	0%, 31% {
	background-image: url(../img/targetaebcom.png);
 	}
   32%, 33%{
   	transition: all 0.4s gradient;
   }
 	
 	34%, 67% { 		
	background-image: url(../img/mstrvigiaprint.jpg);
 	}
 	68%, 79%{
   	transition: all 0.4s gradient;
   }
 	70%, 100% { 		
	background-image: url(../img/espaciodisponible.png);
 	}
}

.buscar{
	background: rgba(35,35,35);;
	width: 100%;
	margin-top: 7px;
}


.fondobus{
  width: 100%;
  margin-top: 60px;
  padding: 5px;
  margin-bottom: 2px;
}
form {
  width: 80%;
  margin: auto;
  margin-top: -53px;
  margin-left: 0;
}

.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  width: 350px;
  border: none;
}

  
#email {
  width: 75%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 10%;
  height: 46px;
  background: #FF8000;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #d45d7d;
}
  

input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}


.contenido{
	width: 100%;
	margin-top: 10px;
}

.dos{
	margin-top: 15px;
	width: 100%;
	display: flex;
	flex: flex-wrap;
}
.cont-plan-categorias{	
	
	width: 75%;	
}

.planes{
	font-family: georgia, times, serif;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.plan{
	border: 1px solid;
	width: 270px;
	margin-left: 10px;
	border-radius: 9px 9px 0px 0px;
	padding: 0px 0px 0px 65px;
	overflow: hidden;
	display:block!important;
-webkit-transition:-webkit-transform 1s ease-out;
-moz-transition:-moz-transform 1s ease-out ;
-o-transition:-o-transform 1s ease-out;
-ms-transition:-ms-transform 1s ease-out;
transition:transform 1s ease-out;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);

}

.plan:hover{
   color: black;
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.plan:nth-child(1){
  background-color: #fff;
  padding: 5px;
}
.plan:nth-child(2){
  background-color: #fff;
  padding: 5px;
}
.plan:nth-child(3){
  background-color: #fff;
  padding: 5px;
}
.invisuble{
	color: #fff;
}


.nombre-plan{
	margin-left: -5px;
	margin-top: -5px;
	width: 93%;
	background: rgba(35,35,35);
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	font-size: 1.3em;
	border-radius: 10px 10px 0px 0px;
	padding: 15px;

}

.informacion-plan{
	width: 200px;
	 background: #FF8000;
	 border:1px solid;
	 margin-left: 50px;
	 margin-right: -8px;
	 margin-bottom: 8px;
	 transform: rotate(-24deg); 
	 padding-left: 78px;
	 padding-bottom: 7px;
	 padding-top: 7px;
	 cursor: pointer;
	 font-weight: bold;
	}

.informacion-plan a{
	text-decoration: none;
	color: black;
}

.informacion-plan a:hover{
	font-size: 1em ;
	font-weight: bold;
	color: #fff;
}
.descriccion-plan {
	margin-bottom: 40px;


}

.descriccion-plan p{
	padding: 0px 10px;
	text-align: justify;

}

.categorias{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.categoria{
	border: 1px solid;
	width: 280px;
	margin-top: 55px;
	margin-left: 10px;
	border-radius: 9px 9px 0px 0px;
	margin-bottom: 20px;
	padding-bottom: 45px;
}

.cintillo-cat{
	width: 100%;
	height: 50px;
}

.img-categ{
	background: rgba(35,35,35);
	width: 70px;
	height: 100px;
	margin-top: -60px;
	margin-left: -5px;
	border: 1px solid;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	-moz-box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);
	box-shadow: 10px 10px 5px -3px rgba(153,151,153,1);

}

.img-categ img{
	width: 50px;
	height: 85px;
	margin-left: 10px;
	margin-top: 10px;
}

.nombre-categ{
	width: 205px;
	height: 60px;
	float: right;
	margin-top: -54px;
	margin-right: -2px;
	border-radius: 10px 10px 0px 0px;
	background: #FF8000;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 1em;
	border-left: 2px solid;
	border-top: 2px solid;
	border-right: 2px solid;
}
.sub-categ{
	margin-top: -15px;
	width: 100%;
	margin-top: 5px;	
	

}
.sub-categ:hover{
	color: #fff;
}

.sub-categ p{
	color: white;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	line-height: 1.8em;
	display:block!important;
-webkit-transition:-webkit-transform 1s ease-out;
-moz-transition:-moz-transform 1s ease-out;
-o-transition:-o-transform 1s ease-out;
-ms-transition:-ms-transform 1s ease-out;
transition:transform 1s ease-out;
}
.sub-categ p:hover{ 
	color: white;
	text-decoration: none;
	justify-content: space-between;
	transition: all 0.4s linear;
	background: #333;
	border-radius: 5px;
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)

}
.sub-categ a{ 

	text-decoration: none;
	justify-content: space-between;
	color: black;
}

.sub-categ a:hover{
	color: white;
}


.noticias{
	width: 22%;
	float: right;
	padding: 10px;
	text-align: justify;
	box-shadow: -10px 1px  5px -3px rgba(153,151,153,1);
	background: #C9C9C9;
	margin-top: 15px;
	margin-left: 10px;

}

 .cont-twiter{
 	margin-left: 5%;
 		width: 94%;
 		height: 2290px;
    	overflow: scroll;

    }

  .cont-twiter::-webkit-scrollbar-track {
      background-color: blue;
}



.twitter-timeline{
		width: 90%;
	height: 450px;
	height: 70px;
}

.ultimos-afiliados{

	width: 90%;
	height: 450px;
	margin-left: 5%;
}

.img-ult-afiliados{
	width: 100%;
	height: 140px;
	padding: 5px 0px;
}

.img-ult-afiliados img{
	width: 100%;
	height: 140px;
	
}





.magia{
	display: none;
	width: 100%;
}


.footer{
	margin-top: 10px;
	background-image: url(../img/fon.png);
	width: 100%;
	max-width: 1200px;
	padding: 10px 5px;
	display: flex;
  justify-content: flex-start; 
  border-bottom: : 1px rgba(153,151,153,0.7);
}
.footer1{
	font-size: 0.7em;
	width: 100%;
	padding-right: 35px	
	margin-top: 45px;
	background-image: url(../img/fon.png);
	color: #fff;
	padding: 7px 5px;
	text-align: center;
  border-radius: 0px 0px 15px 15px;

}
.mapa-sitio{
	width: calc(97% / 3);
	color: #fff;
	text-decoration: none;
	margin-bottom: 15px;
	box-shadow: 3px 0px rgba(153,151,153,0.5);
}
.mapa-sitio p{
	color: #fff;
	text-align: center;
}

.mapa-sitio a{
	color: #fff;
	text-align: center;
	text-decoration: none;
}


.redesd{
	text-align: left;
	margin-bottom: 15px;

}
.redesd p{
	padding: 3px;
	margin-bottom: -15px;
	color: #fff;


}
.redesd img{
	width: 30px;
	height: 30px; 
	vertical-align: middle; 
}

.redesd a{
color: #fff;
text-decoration: none;
cursor: pointer;
}

.redesd a:hover{
color: #fff;
background: #FF8000;
padding: 10px;
border-radius: 5px;
}

.redes{
	width: calc(97% / 3);
	text-align: center;
	margin-bottom: 15px;
	box-shadow: 3px 0px rgba(153,151,153,0.5);

}
.redes p{
	padding: 3px;
	margin-bottom: -15px;
	color: #fff;


}
.redes img{
	width: 40px;
	height: 40px; 
	vertical-align: middle; 
	margin-right: 10px;
}

.redes a{
color: #fff;
text-decoration: none;
}



.contactos{
	width: calc(97% / 3);
	margin-top: 25px;
	text-align: center;
	text-decoration: none

}
.contactos p{
	color: #fff;
	text-decoration: none;
	padding-bottom: -5px;

}
.contactos a{
	font-size: 0.7em;
	color: #fff;
	text-decoration: none
}

.contactos img{
	width: 170px;
	height: 100px;

}
	@media only screen and (max-width: 767px){

		h3{
			margin-top: 0px;
		}
		.menu-icon{
	display: block;
	cursor: pointer;
	transition: all 0.4s linear;
}


.figure{
	margin-left: 15px;
 	margin-top: -9px;
 	 }

 .figure img{
 	width: 150px;
 	height: 80px;
 	 }


.navigation{
margin-left: -30px;
margin-top: -2.45rem;
	width: 100%;
}
.navigation ul{
	
	width: 100%;
	margin-left: -7px;
	display:none;
}

.navigation ul.show{
	display: block;
}
.navigation ul  li{
display: block;
}
.navigation ul li a{
	display: block;

	padding: 0.5rem ;
	transition: all 0.4s linear;
	background-image: url(../img/fon.png);
}
.navigation ul li a:hover{
	background: #FF9900;
	border-radius: 5px 0px;}

.dos{
	display: flex;
	flex: flex-wrap;
}

.cont-plan-categorias{
	width: 100%;
}
	
.noticias{
	display:  none;


}

.magia{
	display: block;
	margin-top: -15px;
	padding: 10px 5px;
	width: 100%;
	display: flex;
  justify-content: center;
}

.mag-tuiter{
	width: 95%;
	height: 300px;
	overflow: hidden;
}
.mag-nuv-afiliados{
	width: calc(97% /1);
	display: flex;
  justify-content: flex-start;
  margin-left:  1%;
  margin-right: 1%;
}

.nuv-afi{
	width: calc(97% /3);
	margin-left:  1%;
  margin-right: 1%;
}
.footer{
	background-image: url(../img/fon.png);
	width: 100%;
	display: block;
	margin: 0 auto;
}
.mapa-sitio{
	width: 100%;
}
.redes{
	margin-left: -5px;
	width: 100%;
}
.contactos{
	width: 100%;
}

}


.fondobus{
  width: 100%;
  margin-top: 60px;
  padding: 5px;
  margin-bottom: 2px;
}
form {
  width: 95%;
  margin: auto;
  margin-top: -53px;
  margin-left: 0;
}

.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  width: 350px;
  border: none;
}

  
#email {
  width: 950%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 30%;
  height: 46px;
  background: #FF8000;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #d45d7d;
}
  

input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}

@media only screen and (max-width: 320px){
.banner {
	margin: 0;
	margin-top: 105px;
	width: 100%;
	height: 180px;
	border: solid 1px #FF9900;
	border-radius: 10px;
	box-shadow: 0px 5px  #3C3D42;
	background-size: 100% 100%;
	animation: banner 30s infinite;
    animation-direction: normal, reverse;    
   	
    }


.magia{
	display: block;
	margin-top: 10px;
	background: #C9C9C9;
	width: 110%;
	display: flex;
}

.footer{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.mapa-sitio{
	width: 100%;
}
.redes{
	width: 100%;
}
.contactos{
	width: 100%;
}

.buscar{
	background: rgba(35,35,35);;
	width: 100%;
	margin-top: 7px;
}


.fondobus{
  width: 100%;
  margin-top: 60px;
  padding: 5px;
  margin-bottom: 2px;
}
form {
  width: 95%;
  margin: auto;
  margin-top: -53px;
  margin-left: 0;
}

.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  width: 350px;
  border: none;
}

  
#email {
  width: 950%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 30%;
  height: 46px;
  background: #FF8000;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #d45d7d;
}
  

input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}

}