

* {
	--width100porcien:100%;
	
  padding: 0;
  margin: 0;
  /*color: #1a1f36;*/
  box-sizing: border-box;
  word-wrap: break-word;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
}


body {
  font-family: sans-serif; /* Fuente para el texto */
  margin: 0; /* Eliminamos los margenes predeterminados del navegador */
  background-color:#f5f5f5 !important;
}


/*header*/
header {
  /*background-color: #333;  Color de fondo */
 /* color: white;  Color del texto */
  padding: 20px; /* Espacio interno */
}

.banner-img{
	max-height:50px;
}


nav ul.nav1 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items:center;
}

nav.nav2 {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.nav2:first-of-type {
  justify-content: start;
  padding-right:30px;
}
nav.nav2:last-of-type {
  justify-content: end;
  padding-left:30px;
}

nav.nav2 ul {
  display: flex;
  list-style: none;
}


nav li {
  /* Estilos para cada elemento de la lista */
  margin: 0 15px; /* Añadimos margen entre cada elemento */
}

nav a {
  /* Estilos para cada enlace del menú */
  text-decoration: none; /* Eliminamos la decoración del enlace */
  color: #000; /* Color del texto */
  font-size: 21px; /* Tamaño de la fuente */
  font-weight:550;
  transition:color .3s;
}

nav a:hover {
  /* Estilos para cuando se pasa el cursor por encima del enlace */
  color: #5469d4;
}

.active{
	color: #5469d4;
}




.li-menu:hover .submenu{
	display:block;
}

.submenu{
	position:absolute;
	background-color:#5469d4;
	display:none;
	color:white;
	right:10px;
	padding:5px;
}

.submenu a{
	color:white;
	border-top: 1px solid white;
    display: block;
}
.submenu a:first-child{
	border-top: none;
}
.submenu a:hover{
	color:#caf0ff;
}



#menu_movil_abierto{
	display:none;
	width: 100%;
	height: -webkit-fill-available;
	position: fixed;
	border: 2px solid blue;
	right: 0px;
	background-color: aliceblue;
	text-align: center;
	padding: 10px;
	font-size: 34px;
	z-index: 1;
	overflow:scroll;
}
#menu_movil_abierto p{
	margin-top:50px;
	margin-bottom:50px;
}
#menu_movil_abierto a{
	text-decoration:none;
}

#menu_movil{
	display:none;
}

#div-imgMenu1{
	position:absolute;
	right:0px;
	margin-right:10px;
}

#div-imgMenu2{
	text-align: end;
}



@media screen and (max-width: 800px) {
	#menu_desktop{
		display:none;
	}
	#menu_movil{
		display:flex;
	}
	.banner-img{
		max-height:70px;
	}
	.botonRegister{
	    margin-bottom: 10px;
		width: 100%;
	}
	.cuadroIndex{
		height:auto;
		width:auto;
	}
	.cuadroIndex2{
		height:auto;
	}
	.cuadro{
		min-width:auto;
		overflow:scroll;
	}
	#dinero_afiliados{
		width: -webkit-fill-available;
	}
	
	.botones_primarios{
		width:100%;
	}
	
}
@media screen and (min-width: 801px) {
	.cuadroIndex{
		width:650px;
		height:400px;
	}
	.cuadroIndex2{
		height:350px;
	}
	.cuadro{
		min-width:800px;
	}
	
}

#boton_ecommerce{
	background-color:#408700;
	color:white;
}

#boton_ecommerce:hover{
	background-color:#3f7e00;
	color:white;
}


#boton_quotes{
	background-color:#ff0000;
	color:white;
	display:none;
}

#boton_quotes:hover{
	background-color:#d10000;
	color:white;
}

/*Cuadros*/
.cuadro{
	margin:10px;
	padding:16px;
	-webkit-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.84);
	-moz-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.84);
	box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.84);
	background-color:white;
}

.cuadro input{
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.cuadroIndexParent{
	text-align:center;
}

.cuadroIndexParent h2{
	font-size:26px;
}

.cuadroIndex{
	min-width:auto;
	display:inline-block;
	vertical-align: bottom;
	padding:50px;
}



.cuadroIndex h3{
	font-size:24px;
	color: #5469d4;
}

.cuadroIndex2{
	min-width:auto;
	display:inline-block;
	width:350px;
	vertical-align: bottom;
	text-align:center;
	max-width: -webkit-fill-available;
}

.imgIndex2 {
	margin-top:20px;
}

.reverse{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.imagen-ejemplo{
	border: 1px solid #5469d4;
	margin-top:50px;
	width:100%;
}

.imagen-icono{
	height: 40px;
    width: auto;
}

.tituloIndex{
	margin-top: 100px;
    color: #5469d4;
	font-size:30px;
	text-align:center;
}
.parrafoIndex{
	margin-top: 10px;
    text-align:center;
}

.numeros_orden{
	font-size:60px;
	color: #5469d4;
	font-weight: bold;
}

.texto_orden{
	font-size:20px;
}

.botonRegister{
	padding:25px;
	background-color:#5469d4;
	color:white;
	font-size:24px;
}
.botonRegister:hover{
	background-color:#8a9aef;
	cursor:pointer;
}

/*Main*/
h1{
	color:#5469d4;
}
sup{
	font-size:20px;
}
sup.required{
	color:red;
	font-size: 14px;
}
main {
  padding: 20px;
  
  min-height:74vh;
}

@media (min-width: 1630px) {
	main {
		margin-left:300px;
		margin-right:300px;
	}
}

div input.submit{
	background-color:#5469d4;
	cursor:pointer;
	font-weight:600;
	color:#fff;
	text-align:center;
}


.rectangulo{
	background-color: #5469d4;
	width:var(--width100porcien);
	padding:10px;
	margin-top:100px;
	 
	 
	 
	 --border-width: 5px;

	  position: relative;
	  
	  justify-content: center;
	  align-items: center;
	  color: white;
	  border-radius: var(--border-width);

	  &::after {
		position: absolute;
		content: "";
		top: calc(-1 * var(--border-width));
		left: calc(-1 * var(--border-width));
		z-index: -1;
		width: calc(100% + var(--border-width) * 2);
		height: calc(100% + var(--border-width) * 2);
		background: linear-gradient(
		  60deg,
		  hsl(224, 85%, 66%),
		  hsl(269, 85%, 66%),
		  hsl(314, 85%, 66%),
		  hsl(359, 85%, 66%),
		  hsl(44, 85%, 66%),
		  hsl(89, 85%, 66%),
		  hsl(134, 85%, 66%),
		  hsl(179, 85%, 66%)
		);
		background-size: 300% 300%;
		background-position: 0 50%;
		border-radius: calc(2 * var(--border-width));
		animation: moveGradient 4s alternate infinite;
	  }
	}

	@keyframes moveGradient {
	  50% {
		background-position: 100% 50%;
	  }
	 
}



/*test1*/
@media screen and (max-width: 730px) {
	#recuadrosPrecios{
		display:block;
		text-align: -webkit-center;
	}
}
@import url("https://fonts.googleapis.com/css?family=Montserrat");

.pricing-table{
  
  font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.pricing-table .features{
	margin-top: 40px;
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
  font-weight: 100;
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}


h3{
    font-size: 1.17em !important;
}

/*fin test1*/


/*footer*/
.footer-basic {
	padding:40px;
    border-top: 1px solid #e5e5e5;
}


.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#444;
  margin-bottom:0;
}

