@charset "UTF-8";
/* CSS Document */

/*
 * Primary #21429b
 * Secondary #FF6600
 * Light #edf1fc
 * Dark #1a1e23
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Heebo:wght@100..900&display=swap');

body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 25px;
	color: #000;font-family: "Heebo";
  font-weight: 300;
}

section{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header{
  position:  absolute;
  top: 0;
}

#header .logo{
  padding: 20px 0px;
}

#header .logo img{
  width: 180px;
}


#header ul.nav{
	float: right;
}

#header ul.nav li{
	padding: 40px 20px;
	color: #FFF;
}

#header ul.nav li a{
	color: #173072;
  font-weight: 500;
	transition: all 0.5s ease;
}

#header ul.nav li a.active{
	color: #21429b;
}

#header ul.nav li a:hover{
	color: #21429b;
	text-decoration: none;
}

#pasos,
#metodos{
  padding: 60px 0px;
}

#servicios{
	padding: 30px 0px;
}

#afiliate{
	padding-top: 160px;
}

#beneficios,
#marcas{
  padding: 90px 0px;
}

#marcas img{
	max-width: 75%;
}

#cover{
  padding-top: 70px;
  width: 100%;
  height: 650px;
  background-image: url("img/bg-cover.webp");
  background-size: cover;
}

#cover h6{
  margin-top: 150px;
}


#cover h1{
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1.2px;
  font-weight: 700;
}

#servicios{
  background-image: linear-gradient(135deg, #173072 0%, #21429b 100%);
  color: #FFF;
}

#nosotros{
  width: 100%;
  min-height: 520px;
  padding: 120px 0px;
  background-image: url("img/bg-mapa.webp");
  background-position: center center;
  background-repeat: no-repeat;
}

#beneficios{
  background-color: #edf1fc;
}

#ganar{
	position: absolute;
	right: 90px;
	top: -100px;
	width: 380px;
}

#call-to-action{
  background-color: #edf1fc;
  border-radius: 30px;
  padding: 90px 60px;
  text-align: left;
}

#call-to-action p{
  font-size: 18px;
  line-height: 28px;
}

#footer{
  padding: 90px 0px 30px 0px;
}

#copyright{
  padding: 20px 0px 20px 0px;
  font-family: "Heebo", Sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.form-control{
  padding: 10px 20px;
  height: auto;
  border-radius: 30px;
  font-size: 14px;
}

.btn-primary{
  padding: 10px 90px;
  background-color: #FF6600;
  border-color: #FF6600;
  color: #FFF;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
}

.btn-outline-primary{
  padding: 10px 90px;
  color: #173072;
  border-color: #173072;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-primary:hover,
.bnt-primary:active,
.btn-primary:focus{
  background-color: #173072 !important;
  border-color: #173072 !important;
	color: #FFF !important;
	outline: none !important;
	box-shadow: none !important;
}

.text-primary{
  color: #FF6600 !important;
}

.logo-footer{
  width: 180px;
  margin-bottom: 30px;
}

.paso,
.metodo{
  min-height: 260px;
  padding: 30px 30px;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 50px 0px rgba(26,30,35,0.1);
  -moz-box-shadow: 10px 10px 50px 0px rgba(26,30,35,0.1);
  box-shadow: 10px 10px 50px 0px rgba(26,30,35,0.1);
  margin-bottom: 20px;
}

.paso{
  min-height: 580px !important;
  padding: 0 !important;
}

.paso .imagen{
  background-color: gray;
  height: 200px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.paso .info{
  min-height: 320px !important;
  padding: 20px 30px;
}

.numero{
  background-color: #FF6600;
  font-weight: 600;
  font-size: 1.8rem;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  color: #FFF;
  margin-bottom: 20px;
}

.metodo:hover,
.metodo.active{
  background-image: linear-gradient(135deg, #173072 0%, #21429b 100%);
  color: #FFF;
}

.error{
  font-size: 13px;
  font-style: italic;
  color: red;
}

#afiliate-form .form-alert,
#afiliate-form .form-error,
#afiliate-form .ajax-loader {
  display: none;
}

.afiliate-form .ajax-loader {
  margin-left: 10px;
  vertical-align: middle;
}

strong{
  font-weight: 600;
}

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

h2{
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3,
h5{
  font-weight: 700;
}

h6{
  text-transform: uppercase;
}

a{
  color: #173072;
  transition: all 0.3s;
}

a:hover{
  color: #21429b;
  text-decoration: none;
}

.modal-content{
  
  border-radius: 30px;
}

.modal-md{
  max-width: 600px !important;
}

.modal-header{
  border: none;
  padding-bottom: 0 !important;
}

.modal-footer{
  border: none;
}

.modal-body{
  padding: 30px 45px 30px 45px;
}

.close{
  font-size: 32px;
}

.form-control{
  height: auto;
}

.paso{
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  padding: 30px;
}

.list-group-horizontal .list-group-item:first-child{
	border-bottom-left-radius: 30px;
}

.list-group-item:first-child{
	border-top-left-radius: 30px;
}

.list-group-horizontal .list-group-item:last-child{
	  border-top-right-radius: 30px;
}

.list-group-item:last-child{
	border-bottom-right-radius: 30px;
}

.list-group-item.active{
	background-color: #173072;
  border-color: #173072;
}

.list-group-item{
	padding-left: 48px;
	min-height: 50px;
}

.list-group-item .bx{
	position: absolute;
	margin-left: -32px;
}


body .whatsapp {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 34px;
    right: 34px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px; 
    background-color: #25d366;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
body .whatsapp:before{
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background-color: #FFF;
    -webkit-mask: url("img/whatsapp.svg") no-repeat center center;
    mask: url(img/whatsapp.svg) no-repeat center center;
        mask-size: auto;
    -webkit-mask-size: contain;
}
body .whatsapp.show {
    opacity: 1;
}
body .whatsapp:after{
	position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
	background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 80%);
}
body .whatsapp:hover {
    background-color: #25d366;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1); /* tamaño normal */
  }
  50% {
    transform: scale(1.5); /* tamaño más grande */
  }
  100% {
    transform: scale(1); /* vuelve al tamaño normal */
  }
}

.whatsapp {
  animation: zoomInOut 3s ease-in-out infinite;
  animation-delay: 0s; /* Si quieres añadir un retraso entre los ciclos, ajusta este valor */
}

@media (max-width: 767.98px) {
 
  body{
    overflow-x: hidden !important;
  }
  
  #beneficios img{
    max-width: 90%;
  }
  
  #cover h6{
    margin-top: 40px;
  }
  
  .btn{
    width: 100%;
  }
  
  #cover h1{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  
  #cover{
    height: auto;
  }
  
  h2{
    font-size: 35px;
    line-height: 40px;
  }
	
	.imagen{
		min-height: 250px;	
	}
  
  .modal-body{
    padding: 15px 25px 15px 25px;
  }
	
	#afiliate{
		padding-top: 60px;
	}
	
	#call-to-action{
		padding: 60px 30px;
		min-height: 780px;
	}
	
	#ganar{
		position: absolute;
		right: 40px;
		top: 395px;
		width: 300px;
	}
	
	
	.list-group-item{
		padding-left: 0px;
		min-height: 50px;
	}

	.list-group-item .bx{
		position: absolute;
		margin-left: -3px;
	}
  
}