/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Barlow-Regular;
  src: url('../fonts/Barlow/Barlow-Regular.ttf'); 
}

@font-face {
  font-family: Barlow-Medium;
  src: url('../fonts/Barlow/Barlow-Medium.ttf'); 
}

@font-face {
  font-family: Barlow-Bold;
  src: url('../fonts/Barlow/Barlow-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}



/*//////////////////////////////////////////////////////////////////
[ Form ]*/
.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 220px;
  max-width: calc(100% - 10px);
  position: relative;
  background-color: #e6e6e6;
  height: 40px;
  border: 0px solid transparent;
  border-radius: 5px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

input.input100 {
  height: 100%;
  padding: 0 20px 0 20px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  border: 1px solid #846add;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input { position: relative; }

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  font-family: Barlow-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before { visibility: visible; opacity: 1; }

@media (max-width: 992px) {
  .alert-validate::before { visibility: visible; opacity: 1; }
}



/*==================================================================
    TEXT
==================================================================*/

.cl0 {color: #fff;}

.s1-txt1 {
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.s1-txt2 {
  font-family: Barlow-Regular;
  font-size: 15px;
  color: #785ecc;
  line-height: 1.4;
}

.s1-txt3 {
  font-family: Barlow-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}

.s1-txt4 {
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.m1-txt1 {
  font-family: Barlow-Bold;
  font-size: 25px;
  color: #e607ee;
  line-height: 1.2;
}

.l1-txt1 {
  font-family: Barlow-Medium;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}


/*==================================================================
   SHAPES
==================================================================*/

.size1 { width: 100%; min-height: 100vh; }
.size2 { width: 90px; height: 100px; }
.size3 { min-width: 120px; height: 40px; }

.wsize1 { max-width: 100%; width: 880px; }
.hsize1 { min-height: 230px; }

.bg0 {background-color: #fff;}
.bg1 {background-color: rgba(255,255,255,0.8);}
.bg-img1 { background-position: center; background-repeat: no-repeat; background-size: cover; }

.bor1 { border-radius: 18px; }
.bor2 { border-bottom: 1px solid #999999; }

.where1 { margin: 20px 5px 0px 5px; }


/*==================================================================
 HOW
==================================================================*/

.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

.wrappic1 { display: block; width: 100%; text-align: center; }
.wrappic1 img { max-width: 100%; }

/* Botones */
.how-btn {
  padding: 0 20px;
  background-color: #846add;
  border-radius: 5px;
}
.how-btn:hover { background-color: #333333; }

/* WhatsApp flotante */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{ margin-top:16px; }


/*==================================================================
  RESPONSIVE
==================================================================*/

@media (max-width: 1200px) { .w-full-xl {width: 100%;} }
@media (max-width: 992px) { .w-full-lg {width: 100%;} }
@media (max-width: 768px) { .w-full-md {width: 100%;} }
@media (max-width: 576px) {
  .w-full-sm {width: 100%;}
  .respon1 { padding-top: 80px; }
}
@media (max-width: 480px) { .w-full-ssm {width: 100%;} }


/*==================================================================
  Redes sociales
==================================================================*/

.wsize2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.how-countdown {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  text-align: center;
  width: 120px;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.15);
  text-decoration: none;
  color: inherit;
}

.how-countdown svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Colores iniciales */
.how-countdown:nth-child(1) svg { fill: #E1306C; } /* Instagram */
.how-countdown:nth-child(2) svg { fill: #1877F2; } /* Facebook */
.how-countdown:nth-child(3) svg { fill: #25D366; } /* WhatsApp */

.how-countdown .s1-txt1 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.how-countdown:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0,0,0,0.25);
}
.how-countdown:hover svg { transform: scale(1.2); }

@media (max-width: 576px) {
  .wsize2 {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .how-countdown {
    width: 80%;
    max-width: 250px;
  }
}




/* Contenedor de redes sociales */
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* espacio entre cada icono */
}

/* Cada caja de red social */
.social-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;  /* tamaño de la caja */
  height: 100px;
  background-color: transparent; /* fondo transparente */
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  overflow: visible; /* aseguramos que SVG no se corte */
  transition: transform 0.3s, background-color 0.3s;
}

.social-links a:hover {
  transform: translateY(-5px);
  background-color: rgba(132, 106, 221, 0.1); /* efecto hover suave */
}

/* Icono SVG */
.social-links svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  margin-bottom: 8px;
  z-index: 2; /* aseguramos que esté por encima */
}

/* Texto debajo del icono */
.social-links span {
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 14px;
  color: #333;
  text-align: center;
}


.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; /* espacio entre botones */
}

.social-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px; /* ajusta según necesites */
  height: 80px; /* ajusta según necesites */
  background-color: rgba(255,255,255,0.1); /* leve fondo, transparente */
  border-radius: 12px;
  text-decoration: none;
  overflow: visible; /* evita corte */
  position: relative;
  transition: transform 0.3s, background-color 0.3s;
}

.social-btn:hover {
  background-color: rgba(255,255,255,0.3);
  transform: scale(1.1);
}

.social-icon {
  width: 32px;
  height: 32px;
  fill: #fff; /* color del icono */
  margin-bottom: 8px;
  z-index: 10;
  position: relative;
}

.social-text {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.social-icon.instagram { fill: #E1306C; } /* rosa Instagram */
.social-icon.facebook { fill: #1877F2; }  /* azul Facebook */
.social-icon.whatsapp { fill: #25D366; }  /* verde WhatsApp */
