:root{
  --primary:#a7bf30;;
  --primaryOscuro: #0C0C3A;
  --blancoy: #ffffff;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: Roboto, sans-serif;
 }

@font-face {
  font-family: UrbanJungleDEMO;
  src: url("../recursos/UrbanJungleDEMO.otf");
}


.index{
  width: 100%;
  height: 750px;
  background: url("../imagenes/banner-prin.png");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.barra-contacto{
  background-color: #0c0c3a;
  width: 100%;
  height: 40px;
  text-align: right;
  position: absolute;
}

h2.telefonos{
  padding-top: 10px;
  padding-right: 90px;
  font-size: 14px;
  font-weight:lighter;
  color: white;
}


.principal{
display: flex;
justify-content: space-between;
padding-top: 30px;
}


.logo img{
width: 20%;
padding-left: 30px;
padding-top: 50px;
}

.contenedor-menu{
  margin: 20px 30px 0 0;
}

.contenedor-menu a{
text-decoration: none;
color: white;
font-size: 16px;
font-weight: normal;
margin: 0 10px;
}

.contenedor-menu{
text-align: right;
padding: 30px 50px 0 0;
right: 0;
z-index: 1;
}

.contenedor-menu a:hover{
font-size: 14px;
font-weight: normal;
color: gray;
}

.banner-prin{
  display: block;
  color: white;
  margin-left: 100px;
  padding-top: 100px;
}

.textos-header h2{
  font-size: 35px;
}

.textos-header h1{
  font-size: 80px;
  font-weight: bolder;
}

.textos-header h3{
  font-size: 30px;
  font-weight: lighter;
}

.boton-banner1{
  padding-top: 40px;
}

.boton1{
  text-decoration: none;
  background-color:var(--primary);
  padding: 10px 20px 10px 20px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  border-radius: 50px;
  border: 2px solid var(--primary);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  display: inline-block;
  width:180px;
  text-align: center;
  
}

.boton1:hover{
  opacity: 0.8;
  color: white;
  transform: scale(1.1);
}

.contenedor-a1-click{
  align-items: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.a1-click{
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}

.boton2{
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #0c0c3a;
  border-radius: 50px;
  border: 2px solid #0c0c3a;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  display: inline-block;
  width:200px;
}

.boton2:hover{
  background-color: #0c0c3a;
  color: white;
  transform: scale(1.1);
}

.boton3{
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color:   #0c0c3a;
  border-radius: 50px;
  border: 2px solid #0c0c3a;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  display: inline-block;
  width:200px;
}

.boton3:hover{
  background-color: #0c0c3a;
  color: white;
  transform: scale(1.1);
}

.boton4{
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
  color:   #0c0c3a;
  border-radius: 50px;
  border: 2px solid #0c0c3a;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  display: inline-block;
  width:200px;
}

.boton4:hover{
  background-color: #0c0c3a;
  color: white;
  transform: scale(1.1);
}

.contenedor-planes{
  background-color: whitesmoke;
  text-align: center;
  align-items: center;
  flex-direction: column;
  margin-bottom:15px;
}

.titulo-planes{
  font-size: 30px;
  padding-top: 80px;
  font-weight: bold;
  padding-bottom: 20px;
}

.subti-planes{
  font-size: 18px;
  color: gray;
  font-weight: normal;
}

.tarjetas-planes{
  display: flex;
  justify-content: center;
  
}

.planes{
  background-color: #0c0c3a;
  margin-right: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
  width: 18%;
  height: auto;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0 5px 0 black;
  padding-bottom:-10px;
  padding-top:50px;
}

.plan-hoy{
  font-family: UrbanJungleDEMO;
  font-size: 80px;
  color: white;
  font-weight: normal;
}

.plan-hoy1{
  font-family: UrbanJungleDEMO;
  font-size: 60px;
  color: white;
  font-weight: normal;
}


.texto-tarjeta h4{
  color: white;
  font-size: 30px;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-bottom: -0.1rem;
}

.texto-tarjeta p{
  color: white;
  font-size: 10px;
  font-weight: lighter;
  margin-bottom: 25px;
}

.botonplanes{
  text-decoration: none;
  background-color: #a7bf30;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: white;
  border-radius: 50px;
  border: 2px solid #a7bf30;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  width:140px;
  text-align: center;
  margin-top:15px;
}

.botonplanes:hover{
  color: white;
  transform: scale(1.1);
}

a .botonplanesmm{
  margin-top: 50px;
}

.contenedor-pagos{
  width: 100%;
  height: 500px;
  background: url("../imagenes/banner2.png");
  background-size: cover;
  position: relative;
}

.img-pagos{
  width: 20%;
  margin-top: 100px;
  margin-left: 210px;
}

.texto-pagos{
  text-align: right;
  padding-right: 100px;
  right: 0;
  z-index: 1;
  color: white;
  padding-top: 80px;
}

.paga-aqui1{
font-size: 50px;
padding-right: 90px;
}

.paga-aqui2{
  font-size: 100px;
  padding-right: 40px;
}

.paga-aqui3{
  font-size: 50px;
  font-weight: lighter;
}

.boton5 img{
  display: inline-block;
  width: 14%;
  border-radius: 50px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  margin-top: 30px;
  margin-right: 80px;
}

.boton5:hover{
  color: darkblue;
  opacity: 0.5;
}

.boton6 img{
  display: inline-block;
  width: 14%;
  border-radius: 50px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  margin-right: 50px;
}

.boton6:hover{
color: darkblue;
opacity: 0.5;
}

.portafolio{
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.contenedor-portafolio{
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.contenedor-portafolio .titulo-port{
  padding-top: 80px;
  font-size: 30px;
  font-weight: bold;
}

.contenedor-portafolio .subti-port{
  padding-top: 25px;
  color: gray;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}

.galeria-port{
  display: block;
  justify-content: space-evenly;
  padding: 50px 150px 50px 150px;
}

.img-port{
  width: 30%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 10px 15px 10px 15px;
}

.img-port img{
  width: 100%;
  height: 210px;
  border-radius: 20px;
}

.boton-wp{
  position: relative;
  padding-left: 200px;

}

.boton-wp a{
  position: fixed;
  right: 15;
  top: 125px;

}

.boton-wp img {
    width: 150px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
    position: fixed;
    right: 15px;
    top: 125px;
}

.contenedor-footer{
  background-image: url(../imagenes/footer.png);
  background-size: cover;
  height: 250px;
}

.contenido-footer{
  display: flex;
  padding-top: 40px;
  margin: 0 400px 20px 200px;
}

.text-foo{
  display:  flex;
}

.leyes h4{
  font-size: 14px;
  color: white;
  padding-left: 40px;
  font-weight: normal;
}

.leyes a{
text-decoration: none;
color: gray;
display: block;
padding-top: 5px;
font-weight: lighter;
font-size: 12px;
padding-left: 40px;
}

.leyes a:hover{
  text-decoration: underline;
  font-weight: bold;
}

.contactos{
  font-size: 14px;
  color: white;
  padding-left: 60px;
  padding-top: 20px;
}

.nosotros p{
  color: gray;
  display: block;
  padding-top: 5px;
  font-weight: lighter;
  font-size: 12px;
  padding-left: 60px;
font-weight: normal;
}

.terminos{
  color: whitesmoke;
  padding-top: 22px;
  font-weight: normal;
}

.contacto{
  font-size: 14px;
  font-weight: normal;
}
.cierre{
  background-color: #0c0c3a;
  color: white;
  padding: 12px;
}

.cierre-footer{
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
}

/*media queries*/
/*smartphones tamaño maximo pantalla en que se aplicaran sera de 480px*/
@media (max-width:480px) {
  .galeria-port {
    display: block;
    justify-content: space-evenly;
    padding-left:5px;
    padding-right:5px;
    min-width: 320px;;
    width: 100%;
  }
  .img-port {
    width: 95%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 10px 15px 10px 15px;
  }
  .tarjetas-planes {
    display: flex;
    justify-content: center;
    display: block;
    padding: 0px 15px;
  }
  .planes {
    background-color: #0c0c3a;
    margin-right: 40px;
    margin-top: 60px;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 0 5px 0 black;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .contenido-footer {
    display: block;
    padding-top: 40px;
    /* margin: 0 400px 20px 200px; */
    width: 100%;
    max-width: 480px;
    align-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .logo-netsol {
    width: 100%;
    
    display: block;
  }
  .contenedor-footer {
    background-image: url(../imagenes/footer.png);
    background-size: cover;
    height: auto;
    padding-bottom: 25px;
  }
  .leyes h4 {
    font-size: 14px;
    color: white;
    padding-left: 0px;
    font-weight: normal;
  }
  .contactos {
    font-size: 14px;
    color: white;
    padding-left: 10px;
    padding-top: 20px;
  }
  .nosotros p {
    color: gray;
    display: block;
    padding-top: 5px;
    font-weight: lighter;
    font-size: 12px;
    padding-left: 10px;
    font-weight: normal;
  }
}
.planesytarifas{
  background-image: url(../imagenes/footer.png);
  background-size: cover;
}
.contenedor-netsol{
  width: 100%;
  height: 230px;
  display: column;
  justify-content: center;
  text-align: center;
}
.titulo1{
  font-size: 40px;
  font-weight: bold;
  color: black;
  padding-top: 50px;
  padding-bottom: 20px;
}
.texto1{
  color: gray;
  font-size: 20px;
  font-weight: lighter;
  padding: 0 150px 0 150px;
  text-align: justify;
}
.contenido-acerca-de{
  display: flex;
  padding-left: 180px;
  padding-top: 20px;
 }
 .contenedor-caracteristicas{
    width: 30%;
 }
 .servicios-netsol{
  color: gray;
  font-size: 20px;
  font-weight: lighter;
  padding: 0 150px 0 150px;
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 40px;
}
.lista-servicios{
  background-image: url(../imagenes/servicios.png);
  background-size: cover;
  height: 400px;
  padding-left: 180px;
  padding-bottom: 100px;
  padding-top: 60px;
}
.lista-servicios h2{
  padding-bottom: 25px;
  font-size: 30px;
  color: white;
}
.lista-servicios p{
  padding-bottom: 20px;
  font-size: 18px;
  color: white;
}
.lista-servicios ul{
  padding-left: 50px;
  color: white;
  font-size: 18px;
}

.container_ih{
  background-image: url(../imagenes/internet_hogar2.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.tit-ih{
  text-align: end;
  padding-right: 400px;
  padding-top: 30px;
  font-weight: bold;
}

.inter_hogar{
  margin-top: 30px;
  background-color: #0c0c3a;
  width: 100%;
  height: auto;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0 5px 0 black;
  padding-top:15px;
  text-align: center;
  color: white;
}

.planes-hogar{
  position: absolute;
  top: 220px;
  right: 120px;
  width: 200px;
  height: 100px;
}

.titulo_planes1{
  font-family: UrbanJungleDEMO;
  font-size: 60px;
  font-weight:500;
}

.titulo_planes2{
  font-family: UrbanJungleDEMO;
  font-size: 40px;
  font-weight:500;
}

.titulo_planes3{
  font-family: UrbanJungleDEMO;
  font-size: 80px;
  font-weight:500;
}

.valor-plan{
  font-size: 30px;
  margin-bottom: -0.5rem;
}
.cargo{
  padding-bottom: 15px;
  font-size: 14px;
}
.container_ie{
  background-image: url(../imagenes/internet_empresarial.jpg) ;
  background-size: cover;
  height: 800px;
}

.tit-ie{
  padding-left: 200px;
  padding-top: 100px;
  font-weight: bold;
}

.inter_empre{
  margin-top: 60px;
  margin-left: 200px;
  background-color: #0c0c3a;
  width: 25%;
  height: auto;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0 5px 0 black;
  padding-bottom:10px;
  padding-top:10px;
  text-align: center;
  color: white;
}

.titulo_planes3{
  font-family: UrbanJungleDEMO;
  font-size: 180px;
}

.valor-plan3{
  font-size: 50px;
  margin-bottom: -0.5rem;
}

.cargo3{
  font-size: 20px;
  padding-bottom: 40px;

}
.boton-plan{
  text-decoration: none;
  background-color: #a7bf30;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: white;
  border-radius: 50px;
  border: 2px solid #a7bf30;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  text-align: center;
  margin-top:15px;
}

.boton-plan:hover{
  transform: scale(1.1);
  text-decoration: none;
}
  
.boton-plan3{
  text-decoration: none;
  background-color: #a7bf30;
  padding: 15px;
  font-size: 25px;
  font-weight: normal;
  border-radius: 50px;
  border: 2px solid #a7bf30;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 25);
  
  text-align: center;
  
  color: white;
  
}

.boton-plan3:hover{
  transform: scale(1.1);
  text-decoration: none;
}

.contenedor-bayunca{
  background-color: whitesmoke;
  display: flex;
  justify-content: space-evenly;
}

.bayunca{
  width: 30%;
  margin-left: 50px;
  margin-top: 200px;
}

.bay-map{
  width: 50% ;
  margin-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cont-cobertura{
  background-image: url(../imagenes/footer.png);
  background-size: cover;
  height: 480px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.map{
  width: 20%;
  margin-top: 40px;
  margin-right: 20px;
 
}

.text-ubic{
  color: white;
  font-size: 20px;
  padding-bottom: 10px;
}

.formulario__netsol{
  width: 100%;/* temer em cuenta este ancho para ajustar el formulario*/
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
}
.form-title{
  padding-top:15px;
  margin-bottom: 35px;
  margin-top:35px;
  font-family: var(--fuentePrincipal);
  color: var(--primaryOscuro);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  
}
.formulario__netsol--wrapper{
  max-width: 800px;
  margin: 0 auto;
}

/*FIELDS -  campos*/
.netsol_form{
  border-color: var(--primaryOscuro)!important;
  border-width: 2px solid!important;
  margin-bottom:15px;
}

.netsol_form:focus{
  border-color: var(--primary)!important;
  border: 2px solid!important;
  appearance: none;
}
.netsol_form--textarea{
  min-width:330px!important;
}
.netsol_form_label{
  font-family: var(--fuentePrincipal);
  font-weight: 700;
  color: var(--primaryOscuro);
}
.netsol_boton{
  background-color: var(--primaryOscuro)!important;
  border-radius:5px!important;
  margin-top:15px;
  font-family: var(--fuentePrincipal);
}
.netsol_boton:hover{
  background-color: var(--primary)!important;
  border-radius:5px!important;
  margin-top:15px;
  font-family: var(--fuentePrincipal);
  border:none;
}
