Commit 9827f0aa authored by Wilson Valverde's avatar Wilson Valverde

ultranet

parent 7bcbfaef
...@@ -57,7 +57,7 @@ footer{ ...@@ -57,7 +57,7 @@ footer{
} }
.text-intro{ .text-intro{
margin-bottom: 0; margin-bottom: 0;
background: #ffffff8c; background: #ffffff3b;
border-radius: 17px; border-radius: 17px;
} }
.start-end{ .start-end{
...@@ -65,21 +65,21 @@ footer{ ...@@ -65,21 +65,21 @@ footer{
margin-top: 2vw; margin-top: 2vw;
} }
.text-introend{ .text-introend{
color: #4C4C4C; color:#312e2e;
font-size: 2vw; font-size: 2vw;
font-weight: 700; font-weight: 700;
margin-bottom: 0; margin-bottom: 0;
background: #ffffff8c; /* background: #ffffff8c;*/
border-radius: 17px border-radius: 17px
} }
.text-end{ .text-end{
margin-bottom: 0; margin-bottom: 0;
background: #ffffff8c; /* background: #ffffff8c;*/
border-radius: 17px; border-radius: 17px;
font-size: 1.4vw; font-size: 1.4vw;
} }
.fondo{ .fondo{
background-image: url(../images/fondo.png); background-image:linear-gradient(179deg, #ffffff5e, #ffffff00), url(../images/fondo.png);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<div class="col title-two" style="max-width: 43%;"> <div class="col title-two" style="max-width: 43%;">
<p class="text-intro" style="width: 36vw; <p class="text-intro" style="width: 36vw;
margin-left: 5vw; margin-left: 5vw;
">AHORA TU PUEDES DISFRUTAR</p> ">AHORA PUEDES DISFRUTAR</p>
<p class="text-intro" style="width: 34.4vw; <p class="text-intro" style="width: 34.4vw;
margin-left: 6.6vw;">DE TU SERVICIO DE INTERNET</p> margin-left: 6.6vw;">DE TU SERVICIO DE INTERNET</p>
<p class="text-intro" style="width: 41vw;">SIN PAGAR NINGUNA MENSAULIDAD</p> <p class="text-intro" style="width: 41vw;">SIN PAGAR NINGUNA MENSAULIDAD</p>
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
</div> </div>
<div class="col start-end " > <div class="col start-end " >
<p class="text-introend" style="width: 41vw;" >¡AFILIATE GRATIS AL CLUB ULTRANET</p> <p class="text-introend" style="width: 41vw;" >¡AFÍLIATE GRATIS AL CLUB ULTRANET</p>
<p class="text-end" style=" width: 44vw;">“Uniendo a mi familia” y obtén grandes <strong>BENEFICIOS ECONÓMICOS</strong> </p> <p class="text-end" style=" width: 44vw;">“Uniendo a mi familia” y obtén grandes <strong>BENEFICIOS ECONÓMICOS</strong> </p>
</div> </div>
</container> </container>
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<div class="formulario"> <div class="formulario">
<div class="header-formulario"> <div class="header-formulario">
<p class="title-formulario">RESERVA TU CUPO DE AFILIADO</p> <p class="title-formulario">RESERVA TU CUPO DE AFILIADO</p>
<p class="subtitle-formulario">completa tus datos</p> <p class="subtitle-formulario">Completa tus datos</p>
</div> </div>
<form id="formulario" action="#"> <form id="formulario" action="#">
...@@ -176,17 +176,18 @@ ...@@ -176,17 +176,18 @@
</div> </div>
<div class="inputWithIcon" > <div class="inputWithIcon" >
<input type="text" name="country_user" placeholder="Parroquia" onkeypress="return sololetras(event)" required> <input type="text" name="country_user" placeholder="Cantón o parroquia" onkeypress="return sololetras(event)" required>
</div> </div>
<div class="inputWithIcon">
<input type="email" name="email_user" placeholder="Correo electrónico" required >
</div>
<div class="inputWithIcon" > <div class="inputWithIcon" >
<input type="text" name="tlf_user" placeholder="Teléfono Convencional" onkeypress="return solonumeros(event)" required> <input type="text" name="tlf_user" placeholder="Teléfono Convencional" onkeypress="return solonumeros(event)" required>
</div> </div>
<div class="inputWithIcon">
<input type="email" name="email_user" placeholder="Email" required >
</div>
<div class="inputWithIcon"> <div class="inputWithIcon">
<input type="text" name="phone_user" id="phone_user" onkeyup="solonumeros(this.id)" placeholder="Celular" required> <input type="text" name="phone_user" id="phone_user" onkeyup="solonumeros(this.id)" placeholder="Celular" required>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment