*{
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

/*font-family: 'Fjalla One', sans-serif;*/
body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
h1, h2{
  font-family: 'Open Sans', sans-serif;
}
h6, h3{
    color: #6d6e70
}
p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
h6{
    margin-top: 0px;
    padding: 20px 0;
    text-align: center;
    font-size: 18px
}
.top{
  background-color: #e96824;
  color:#fff;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
}
.top .whatsapp{
  text-align: left;
}
.top .schedule{
  text-align: right;
}
.top .fa{
  font-size: 18px !important;
}
.top a{
  color: #fff;
}
/* Header */
.headerVentas{
    background-image: url('/img/fondo3.jpg');
    position: relative;
}
.headerContacto{
    background-image: url('/img/fondo4.jpg');
    position: relative;
}
.headerHome{
    background-image: url('/img/fondo3.jpg');
    position: relative;
}
.overlay{
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.headerSube, .headerVentas, .headerContacto{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding-top: 155px;
}
.headerHome{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 130px;
}
.headerSube{
    background-image: url('/img/fondo2.jpg');
    position: relative;
}

.opcion{
  background-color: #e96824;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto
}
.opcion p{
  color: #fff;
  font-size: 22px
}

/* navbar */
.navbar{
    display: flex;
    align-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all ease 300ms;
    padding-bottom: 5px;
}
.navFixed{
    position: fixed;
    background: rgba(39, 39, 39, 1);
    width: 100%;
    border-radius: 0;
    z-index: 99;
    transition: all ease 300ms;
}

.nav{
    padding: 30px 0;
}

.nav a{
    color: #fff;
    transition: all ease 300ms;
    font-size: 16px;
    text-transform: uppercase;
}
.active a{
  color: #ef6d2f;
  font-weight: bold;
}
.nav a:hover{
    background-color: #e96824 !important;
    border-radius: 8px;
    color: #fff;
    font-weight: normal;
}
.navbar-toggle{
    background-color: #e96824;
    margin-top: 40px;
}
.icon-bar{
    background-color:#fff
}
.navbar-header{
  /*min-height: 160px*/
}
.navbar-brand{
  overflow: hidden;
  height: auto;
  padding: 10px 0 0 0;
}
/*--
HOME
---*/

h1{
    color: #0e9046;
    padding: 35px 0
}

.tituloHeader{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headerHome h1{
  color: #fff;
  font-size: 55px;
  /*text-transform: capitalize;*/
  font-weight: bold;
  padding: 0px;
  margin: 55px 0 15px 0;
}
.headerHome h1 span{
  color: #ee6d2f;
}
.headerHome p{
  color: #e6e6e6;
  font-size: 20px;
}
.formHome{
  background: #efefef;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 2px;
  padding: 15px 30px !important;
}
.formHome h3{
  text-transform: uppercase;
  font-weight: 600;
}
.btn{
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 15px;
  margin: 20px 0;
  background: #2196f3;
  transition: all ease 300ms;
  color: #fff;
  border: none;
  font-weight: bold;
}
.btn:hover{
  background-color: #272727;
  color: #fff;
}
.form-group{
  position:relative;
  margin-bottom:15px;
}

.form-control:focus, .filled{
  outline:none;
  box-shadow: none;
  background: #fff;
}
.line{
  background-color: #151c53;
  height: 2px;
  width: 0px;
  position: absolute;
  left: 50%;
  transition:0.2s ease all;
}
.label{
  color:#222;
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:10px;
  top:12px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
textarea.form-control{
  height: 70px;
}
/* active state */
.form-control:focus ~ .line, .filled ~ .line{
  width: 100%;
  left: 0px;
}
.form-control:focus ~ .label, .filled ~ .label{
  top:2px;
  left: 10px;
  font-size:10px;
  color:#151c53;
  padding: 0 5px;
}
.tituloHeader p{
    max-width: 500px;
    background-color: rgba(14, 144, 70, 0.55);
    padding: 20px;
    color: #fff;
    text-align: center
}

.titulo{
    border-bottom: dashed 3px #f5f5f5;
    margin-bottom: 30px
}
.homeServices{
  background-color: #f8f9f9;
  padding-bottom: 40px;
}
.homeServices ul{
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  box-shadow: 0px 0px 5px #eaeaea;
}
.homeServices ul li{
  list-style: none;
  position: relative;
  font-size: 16px;
  padding: 10px 5px 10px 28px;
  border-bottom: 1px solid #f8f9f9;
}
.homeServices ul li a{
  color: #222;
}
.homeServices ul li:last-child{
  border:none;
}
.homeAbout ul li{
  list-style: none;
  position: relative;
  font-size: 16px;
  padding: 10px 5px 10px 28px;
}
.homeServices ul li:before, .homeAbout ul li:before{
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  position: absolute;
  background-image: url('/img/icon-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.homeAbout{
  margin-bottom: 30px;
}
.descripcion{
    background-color: #f8f9f9;
    padding: 50px 0
}

.texto{
    padding: 15px;
}

.logosProviders{
    overflow: hidden;
    padding-bottom: 30px
}
.logosProviders .icon{
  width: 20%;
  float: left;
  text-align: center;
}




/*-- FOOTER --*/

.providers{
    background-color: #f8f9f9;
    padding-bottom: 35px;
}
.proveedores h6{
  text-transform: uppercase;
}
.legales{
    padding: 25px 0;
    text-align: center
}
.legales p{
    font-size: 12px
}
.moreSales{
  position: relative;
  background-image: url('/img/more-sales-bg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 50px;
}
.moreSales .overlay{
  background: rgba(0, 0, 0, 0.8);
}
.moreSales .container{
  z-index: 1;
  position: relative;
}
.moreSales h1{
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}
.moreSales-list{
  width: 350px;
  margin: auto;
  overflow: hidden;
}
.moreSales-list ul{
  float: left;
}
.moreSales-list ul:last-child{
  margin-left: 72px;
}
.moreSales-list ul li{
  list-style: none;
}
.mapaSitio{
    padding: 30px 0;
    background: #272727; /* Old browsers */
}

.mapaSitio2{
    display: flex;
    justify-content: space-between
}

.listaSitio{
    list-style: none;
    margin-top: 20px;
    color: #fff;
}
.listaSitio li{
  padding: 5px 0;
  border-bottom: 1px solid #313131;
}
.listaSitio a{
    color: #fff
}
.mapaSitio p{
    color: #fff;
}

.mapa{
  padding: 40px 10px;
}

.mapa p{
  margin-top: 25px
}
/*--------------
/*--------------
Pantalla Carga Virtual
----------------*/
h2{
    font-family: 'Fjalla One', sans-serif;
    background-color: #0e9046;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 35px
}

.linkDestacado {
    color: #e96824 !important;
    font-weight: 900
}
.linkDestacado a{
    text-decoration: none !important;
}

.logoServicios{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.descripcion .text{
  padding-top: 40px;
}

/*-----------------------
Pantalla Ventas
----------------------*/

.servicios{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.servicio{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 450px;
  padding: 20px;
  position: relative;
}
.servicioHover{
  position: absolute;
  background-color: rgba(233, 104, 36, 0.53);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all ease-in-out 300ms
}

.servicioHover:hover{
  opacity: 1;
  transform: scale(1);
}

.servicioHover p{
  color: #fff;
  font-family: 'Oxygen', sans-serif;
  font-size: 18px
}

/*----------------------
Carga Virtual
----------------------*/
.benefitsBoxes{
  margin: 70px 0 40px 0;
}
.benefitsBoxes .benefitBox{
  background-color: #f8f9f9;
  text-align: center;
  position: relative;
  padding: 30px 10px 20px 10px;
  box-shadow: 0px 0px 5px #eaeaea;
  height: 100%;
}
.benefitsBoxes .benefitBox h3{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #0e9046;
}
.benefitsBoxes .benefitBox .benefitIcon{
  position: absolute;
  background-color: #6d6d70;
  width: 85px;
  padding: 20px;
  border-radius: 50%;
  top: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 4px #fff;
}
.virtualBenefits .row, .benefitsBoxes .row, .logosCargaVirtual .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.virtualBenefits .row > [class*='col-'], .benefitsBoxes .row > [class*='col-'], .logosCargaVirtual .row > [class*='col-']{
  display: flex;
  flex-direction: column;
}

.virtualBenefits{
  background-color: #f8f9f9;
}
.virtualBenefits ul{
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  box-shadow: 0px 0px 5px #eaeaea;
  height: 100%;
}
.virtualBenefits ul h3{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
.virtualBenefits ul li{
  list-style: none;
  position: relative;
  font-size: 16px;
  padding: 10px 5px 10px 28px;
  border-bottom: 1px solid #f8f9f9;
}
.virtualBenefits ul li:last-child{
  border:none;
}
.virtualBenefits ul li{
  list-style: none;
  position: relative;
  font-size: 16px;
  padding: 10px 5px 10px 28px;
}
.virtualBenefits ul li:before{
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  position: absolute;
  background-image: url('/img/icon-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/*----------------------
Pantalla Contacto
------------------------*/

.tituloContacto{
  display: flex;
  align-items: center;
}
.tituloContacto img{
  margin-right: 15px
}

.contactoSube{
  padding: 15px;
  width: 100%
}
.campo{
  width: 100%;
  padding: 12px 10px;
  border: none;
  height: auto;
  border-radius: 0;
}
.contactInfo ul{
}
.contactInfo ul li{
  list-style: none;
  padding: 10px 0;
  border-bottom: solid 1px #efefef;
  position: relative;
}
.contactInfo ul li img{
  width: 50px;
  margin-right: 10px;

}
.contactInfo ul li a{
  color: #333;
}
.iconosContacto{
  padding: 35px 10px
}

.iconos{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.icono{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%
}

.icono img{
  margin-right: 15px
}

.fa{
  font-size: 30px !important;
  color: #fff;
  margin-right: 5px;
  transition: all ease-in-out 300ms
}
.fa:hover{
  color: #0e9046
}
.subeServices .col-md-6{
  margin-bottom: 30px;
}
.msg-ok{
  color: rgb(69, 145, 70);
}
.msg-error{
  color: rgb(244, 6, 6);
}
.msg{
  display: block;
}
.ajaxgif img{
  width: 50px;
}
.hide{
  display: none;
}
/*--- Media Queries ---*/
@media (max-width: 991px) {
  .top .whatsapp{
    text-align: center;
  }
  .top .schedule{
    text-align: center;
  }
  .listaSitio{
    text-align: center;
    margin-bottom: 20px;
  }
  .virtualBenefits .row, .benefitsBoxes .row {
    display: block;
  }
  .virtualBenefits .row > [class*='col-'], .benefitsBoxes .row > [class*='col-']{
    display: inherit;
  }
  .benefitsBoxes .benefitBox{
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .navbar {
    display: block;
    z-index: 999;
    background: rgba(39, 39, 39, 1);
  }
  .logosProviders .icon{
    width: 33.33%;
    margin: 10px 0;
  }

}

@media (max-width: 680px) {
  .listaSitio {
    display: block;
  }
  .servicio{
    width: 100%
  }
  .iconos{
    flex-direction: column;
  }
  .icono{flex-direction: column;
    margin: 15px 0;
    text-align: center;
  }
  .mapa{
    text-align: center;
  }
  .mapa img{
    margin: 10px 0
  }
}

@media (max-width: 500px) {
  .logosProviders .icon{
    width: 100%;
    margin: 10px 0;
  }
  .links {
    width: 100%;
    display: block;
  }
  .info{
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
  }
  .mapaSitio2{
    display: block;
    text-align: center;
  }
}
  @media (max-width: 400px) {
    .navbar-brand>img{
      width: 220px;
    }
    .headerHome h1{
      font-size: 40px;
    }
    .headerHome p{
      font-size: 16px;
    }
    .moreSales-list ul:last-child {
      margin-left: 11px;
    }
    .moreSales-list {
      width: 288px;
    }
  }
  .tooltip{
    background-color: transparent;
  }

div .formError{
  color: red;
  font-size: .7em;
  text-align: left;
}

.grecaptcha-badge{
  margin-right: -300px !important;
}