body, html{
    margin:0;
    padding:0;
    height:100%;
    min-height:100% !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size:12px;
    -webkit-font-smoothing: antialiased;
    color:#231F20;
}


/* ······ MENú ··············· */

.menu {
  width:100%;
  margin: 0 auto;
  display: block;
  padding-left: 0px;
  margin-left: 0px;
}

.menu li {
  display: inline-block;
  margin-right:23px;
  position: relative;
  z-index: 1050;
}


.menu li a {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  color: #C3EEC3;
}

.menu a:hover{
  color: #fff !important;
}

.active{
  color: #fff !important;
}

/* ···· footer ······· */

footer{
  background-color:#003978;
  width: 100%;
  display: block;
  padding-top: 3%;
  padding-bottom:5%;
  padding-left: 10%;
  color: #fff;
  text-align: left;
}

footer li a {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  color: #86AEDB;
}

footer a:hover{
  color: #fff !important;
}




#wrapper {
  min-width:100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  position: absolute;
  z-index: 1 !important;

  background: url(../images/neoconecta-green-back@2x.jpg) no-repeat center top !important;
  background-size: 100% !important;
  background-color: #003E83 !important;

}

#wrapper_contacto {
  min-width:100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  position: absolute;
  z-index: 1 !important;

  background: url(../images/neoconecta-contacto-back@2x.jpg) no-repeat center top !important;
  background-size: 100% !important;
  background-color: #003E83 !important;

}

#wrapper_demo {
  min-width:100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  position: absolute;
  z-index: 1 !important;

  background: url(../images/neoconecta-demo-back@2x.jpg) no-repeat center top !important;
  background-size: 100% !important;
  background-color: #003E83 !important;

}

#analitica {
  min-width:100%;
  min-height: 600px;
  background: url(../images/neoconecta-back-analitica@2x.jpg) no-repeat center center !important;
  background-size: 100% !important;

}

#acompanamiento {
  min-width:100%;
  min-height: 700px;
  background: url(../images/neoconecta-acompanamiento-back@2x.jpg) no-repeat center center !important;
  background-size: 100% !important;

}

#celular {
  max-width:293px;
  min-height: 572px;
  margin: 0 auto;
  text-align: center;
  z-index: 1 !important;
  background: url(../images/neoconecta_cel@2x.png) no-repeat center top !important;
  background-size: 100% !important;
}

#precios_back {
  max-width:736px;
  min-height: 450px;
  margin: 0 auto;
  text-align: center;
  z-index: 1 !important;
  background: url(../images/neoconecta_back_precios@2x.png) no-repeat center top !important;
  background-size: 100% !important;
}

#acercade {
  min-width:100%;
  min-height:1100px;
  background: url(../images/neoconecta_acerca_de_back@2x.jpg) no-repeat center center !important;
  background-size: 100% !important;

}

#logo{
    margin: 0 auto;
    width: 100%;
}

#logo img{
  max-width:180px;
  padding-bottom: 13px;
  padding-right: 6px;
}

.sans-serif{
  font-family: 'Montserrat', sans-serif;
}


/* ----------------- textos interfaz ---------------- */

.verde{
  color: #2FE000;
}

.verde2{
  color: #0A4C45;
}

.verde3{
  color: #08766C;
}
.gris{
  color: #818181;
}

.bg_azul{
  background-color: #0055BA;
}

.bg_verde{
  background-color: #05B322;
}

.aviso{
  margin: 0 auto;
  text-align: center;
  font-size:14px;
  color:#fff;
  padding-top: 14px;
}

.aviso a{
  text-decoration: underline;
  color: #fff;
}

.aviso a:hover{
  color: #fff;
}

.btn_azul{
  background-color: #0055BA;
  color:#fff;
  cursor: pointer !important;
}

.btn_azul:hover{
  background-color: #006CFF;
  outline: none;
}

.btn_verde{
  background-color: #05B322;
  color:#fff;
  cursor: pointer;
}

.btn_verde:hover{
  background-color: #02D01D;
  outline: none;
}


/* ··············· FORMULARIOS ························· */


/* ······· index ······· */
#forma{
    margin:0 auto;
    z-index: 300;
    width: 100%;
    height: auto;
    padding:10px 6px 30px 6px;
    text-align: center;
}

.losinputs{
  color: #fff !important;
  position: relative;
  width: 80%;
  height: auto;
  padding: 12px;
  line-height: auto;
  border:2px solid #008AFF;
  background-color: #353535;
  margin-bottom:4px;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.losinputs:focus{
  color:#fff !important;
  background-color:#153C48 !important;
}

.inputs_whats{
  font-size: 14px;
  color: #0D5D54 !important;
  position: relative;
  width: 70%;
  height: auto;
  padding: 12px;
  line-height: auto;
  border:2px solid #D6DCC9;
  background-color: #E8F2D3;
  margin-bottom:4px;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.inputs_whats:focus{
  color:#fff !important;
  background-color:#08766C !important;
}

*:focus {
    outline: none;
}


select {
  margin-top: 1px;
  width: 95%;
  height: 35px;
  color: #fff !important;
  font-size:15px;
  text-align:center !important;

}


/* -------- LOS ERRORES ---------------------------------------- */
#errorContainer {
    position: relative;
    display: none;
    width:90%;
    height:auto;
    background-color: #c40c0c;
    color:#fff;
    /* border: 1px solid #FF2323; */
    text-align: justify;
    margin-bottom: 8px;
    padding: 8px 0px 8px 0px;
    font-size: 1.2em !important;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

#errorContainer label {
    float:none;
    width: auto;

}

input.error {
    border: 2px solid #FFA900;
}

select.error {
  background-color:#FFA900;
  border: 2px solid #FF2323;
  color:#fff;
}

#aviso.error {
        border: 2px solid #FF2323;
}

input[type=checkbox].error {
    outline:2px solid #FF2323;
}

.error {
  outline: 0 !important;
  border-width: 1px !important;
  border-color: #FFA900 !important;
  color:#E27D2C;
 
}

#laforma li{
  list-style-type: none !important;
  font-size: 14px; 
}


.valido{
  margin-bottom:4px;
  width: 60%;
  margin: 0 auto;
  height: 40px;
  color: #fff;
  font-size:22px;
  font-weight:bold;
  background-color:#66B40C;
  text-align:center;
  vertical-align: middle;
  padding-top: 6px;
  border:none;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.novalido{
  margin-bottom:4px;
  width: 60%;
  margin: 0 auto;
  height: 40px;
  color: #fff;
  font-size:22px;
  font-weight:bold;
  background-color:#FB3B00;
  text-align:center;
  vertical-align: middle;
  padding-top: 6px;
  border:none;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}



/* ------- MEDIA QUERIES --------------------- */

@media screen and (max-width:480px){

  #wrapper {
    background-size: 160% !important;
  }

  #wrapper_contacto {
    background: url(../images/neoconecta-green-back@2x.jpg) no-repeat center top !important;
    background-size: 103% !important;
  }

  #wrapper_demo {
    background-size: 147% !important;
  }

 #acercade{
    min-height: 300px !important;
    height: 300px !important;
    margin: 0px !important;
    padding: 0px !important;
  }


  .contenedor{
    width:97%;
    padding-top: 16px !important;
  }
  
  fieldset{
    font-size: 1em;
    width: 70%;
  }

  #forma{
    width:95%;
    padding: 33px 20px 33px 20px !important;
  }
  .losinputs{
    height: 54px;
    width: 95% !important;
    
  }
  select{
    width:80% !important;
    font-size: 1em;
  }

  .aviso{
    font-size: 12px;
    width: 95%;
  }

}



@media screen and (min-width:481px) and (max-width:768px){

  /* ······· index ······· */
  .contenedor{
    width:97%;
    padding-top: 16px !important;
  }

  #acercade{
    max-height: 500px !important;

  }

  #forma{
    width:95%;
    padding: 33px 20px 33px 20px !important;
  }
  .losinputs{
    height: 54px;
    width: 90% !important;
  }

  .aviso{
    font-size: 1em;
  }

  
}

