/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--- p variedades -----------------*/
#navresponsive {
  display: none;
  margin: auto;
  text-align: left;
  width: 100%;
  padding: 0 30px;
}

#navresponsive div {
    width: 29%; 
}

#navresponsive div:first-child {
    margin-top: 21px;
    width: 70%; 
}

#navresponsive .dropdown {
    text-align: right;
    margin-top: 14px; 
}

#navresponsive .dropdown button {
      font-size: 35px; 
}

#navresponsive .dropdown .dropdown-menu {
      transform: translate3d(0px, 15px, 0px) !important;
      will-change: transform !important;
      position: fixed !important;
      top: 50px !important;
      width: 100% !important;
      border-radius: 0 !important;
      padding: 0 !important; 
}

#navresponsive .dropdown .btn {
      padding: 0;
}

#navresponsive .dropdown .btn-secondary {
      background: none;
      border: none;
}

#navresponsive .dropdown .dropdown-toggle::after {
    display: none; 
}

#navresponsive .dropdown .btn-secondary.focus, #navresponsive .dropdown .btn-secondary:focus {
      box-shadow: none; 
}

#navresponsive .dropdown .dropdown-menu.show {
      width: auto;
      margin: 0;
      font-size: inherit;
      border: none;
      border-radius: 5px; 
}

#navresponsive .dropdown .dropdown-menu.show .dropdown-item {
        color: #7C7C7C;
        font-weight: inherit;
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #EFEFEF; 
}
      
#navresponsive .dropdown .dropdown-menu.show .dropdown-item:hover, #navresponsive .dropdown .dropdown-menu.show .dropdown-item:active, #navresponsive .dropdown .dropdown-menu.show .dropdown-item:focus {
        background: none;
        color: #324165; 
}

body {
  font-family: "Ubuntu", Arial, sans-serif;
  margin: auto; }
  body a, body a:hover {
    text-decoration: none; }
  body p {
    color: #7C7C7C;
    font-family: "Ubuntu", Arial, sans-serif; }
  body h1, body h2, body h3 {
    font-weight: 500; }
  body h2 {
    font-size: 50px; }
  body h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #324165; }
  @media (max-width: 500px) {
    body h2 {
      font-size: 30px !important;
      line-height: 35px !important; } }

/*--header  ---------------------------------*/
header {
  position: relative;
  background-image: url(../images/fondo.jpg);
  background-origin: content-box;
  background-position: center 80px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  /*--header breakpoints ---------------------------------------------------*/
  /*- NAV RESPONSIVE DISPLAY ----*/
  /*- Sidebar desaparece ----*/ }
  header #navegador {
    background: #324165;
    height: 80px; }
    header #navegador #navdesktop {
      margin: auto;
      width: 70%;
      display: flex;
      justify-content: space-between; }
      header #navegador #navdesktop ul {
        display: flex;
        justify-content: space-between; }
        header #navegador #navdesktop ul li {
          text-align: center;
          display: inline-block;
          margin-top: 30px;
          padding: 0 15px;
          box-sizing: border-box; }
          header #navegador #navdesktop ul li a {
            color: white;
            padding-bottom: 4px;
            box-sizing: border-box;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.5px; }
          header #navegador #navdesktop ul li a:hover {
            border-bottom: 1px solid white; }
        header #navegador #navdesktop ul #li1 {
          padding: 0 15px 0 0; }
        header #navegador #navdesktop ul #li2 {
          padding: 0 0 0 15px; }
      header #navegador #navdesktop div {
        margin-top: 20px;
        display: inline-block; }
  header #banner {
    margin: auto;
    padding: 30px 0; }

    header #banner p {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      color: #7C7C7C; }
    header #banner #titulos {
      display: block;
      margin-bottom: 40px; }
      header #banner #titulos h3 {
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
        color: #324165;
        margin-bottom: 10px; }
    header #banner #lista_productos {
      display: flex;
      justify-content: space-between;
      width: 90%;
      margin: auto; }
      header #banner #lista_productos article {
        padding: 15px;
        box-sizing: border-box;
        width: 13%;
        border-radius: 10px;
        text-align: left; }
        header #banner #lista_productos article div h4 {
          color: white; }
        header #banner #lista_productos article div p {
          font-size: 13px;
          font-weight: 400;
          line-height: 18px;
          color: white; }
        header #banner #lista_productos article div a {
          font-size: 17px;
          font-weight: 500;
          line-height: 20px;
          color: white; }
          header #banner #lista_productos article div a:hover {
            opacity: 0.5; }
        header #banner #lista_productos article div:first-child {
          text-align: right; }
        header #banner #lista_productos article div:nth-child(2) {
          border-bottom: 1px solid white;
          padding-bottom: 15px;
          margin-bottom: 15px; }
      header #banner #lista_productos article:nth-child(1) {
        background: #BA1312; }
      header #banner #lista_productos article:nth-child(2) {
        background: #008DD3; }
      header #banner #lista_productos article:nth-child(3) {
        background: #008F73; }
      header #banner #lista_productos article:nth-child(4) {
        background: #FF710D; }
      header #banner #lista_productos article:nth-child(5) {
        background: #00B050; }
      header #banner #lista_productos article:nth-child(6) {
        background: #F3D200; }
       header #banner #lista_productos article:nth-child(7) {
        background: #a2c130; }
      
      @media (max-width: 980px){
        header #banner {
           width: 90%;}}

      @media (max-width: 680px) {
        header #banner #lista_productos {
          display: block; }
          header #banner #lista_productos article {
            width: 100%;
            margin-bottom: 20px; }
            header #banner #lista_productos article div {
              margin-bottom: 0; } }
    header #banner #abanner {
      font-weight: 500;
      height: 40px;
      font-size: 17px;
      border-radius: 10px;
      color: white;
      background: #324165;
      padding: 10px 20px;
      box-sizing: border-box; }
      header #banner #abanner:hover {
        font-weight: 500;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
        color: white;
        background: #7C7C7C;
        padding: 10px 20px;
        box-sizing: border-box; }
    header #banner #sidebar {
      position: fixed;
      right: -10px;
      top: 100px; }
      header #banner #sidebar a {
        display: inline-block;
        width: 100%;
        background: #AEAEAE;
        color: white;
        padding: 10px 20px 10px 0;
        box-sizing: border-box;
        border-radius: 10px;
        text-decoration: none;
        font-size: 14px; }
        header #banner #sidebar a:hover {
          font-weight: 700; }
        header #banner #sidebar a i {
          color: white;
          font-size: 16px; }
      header #banner #sidebar a:last-child {
        visibility: hidden; }
    header #banner #upbutton {
      background: #324165;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      z-index: 10;
      position: fixed;
      margin-bottom: 0px;
      right: 40px;
      bottom: 40px;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.5); }
      header #banner #upbutton a {
        display: inline-block;
        padding: 15px;
        box-sizing: border-box; }
        header #banner #upbutton a span {
          color: white; }
  @media (max-width: 1060px) {
    header #navegador #navdesktop {
      width: 80%; }
    header #banner {
      width: 100%; }
      header #banner div {
        margin-bottom: 45px; } }
  @media (max-width: 950px) {
    header {
      background-image: url(../images/fondoa.jpg); }
      header #navegador #navdesktop {
        width: 90%; } }
  @media (max-width: 820px) {
    header {
      background-image: url(../images/fondob.jpg); }
      header #navegador #navdesktop {
        display: none; }
      header #navegador #navresponsive {
        display: flex; } }
  @media (max-width: 680px) {
    header #banner {
      width: 90%;
      padding: 25px 0 10px 0; }
      header #banner #titulos {
        margin-bottom: 25px; }
        header #banner #titulos h3 {
          font-size: 28px;
          line-height: 30px; }
      header #banner #lista_productos article div:nth-child(2) {
        margin-top: -45px; }
      header #banner #sidebar {
        display: none; } }

/*--sgl  ---------------------------------*/
#sgl_section {
  background: #324165;
  padding: 35px 0; }
  #sgl_section div {
    width:60%;
    margin: auto;
    text-align: center;
}

#sgl_section div h2 {
    color: white;
    margin-bottom: 25px;
}

#sgl_section div p {
    margin: auto;
     color: white;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: white; 
}

#sgl_section #iso{
    display: flex;
    margin-bottom: 15px;
}

#sgl_section #iso P{
    margin-bottom: 0px;
    margin-top: 5px;
}

#sgl_section #iso div{
   margin: 0px;
      width:auto;

}

#sgl_section #iso p{
   text-align: left;
   margin-left: 25px;
}


#sgl_section #botoncaja #boton{
        font-weight: 500;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
        background: white;
        padding: 10px 20px;
        box-sizing: border-box;
        color:#324165;
        display: inline-block;
}

@media (max-width: 1100px) {
  #sgl_section #iso{
     margin-bottom: 10px;
    }

}

@media (max-width: 980px) {

 #sgl_section #iso{
      margin-bottom: 20px;
    }

  #sgl_section div{
    width: 75%;
  }
}

@media (max-width: 679px) {

    #sgl_section {
      padding: 35px 0; 
    }

    #sgl_section div {
        width: 80%;
    }

    #sgl_section div h2 {
          margin-bottom: 5px;
    }

    #sgl_section div p {
          width: 90%; 
    } 

    #sgl_section #iso{
      display: block;
      margin-bottom: 20px;
    }

    #sgl_section #iso p{
      text-align: center;
    }
}

/*--beneficios  ---------------------------------*/
#beneficios {
  background-image: url(../images/beneficios.jpg);
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0; 
}

#beneficios #caja_ben {
    width: 70%;
    margin: auto;
    text-align: center; 
}

#beneficios #caja_ben h2 {
      color: #324165;
      margin-bottom: 25px; 
}
    
#beneficios #caja_ben p {
      font-size: 15px;
      font-weight: 300;
      line-height: 22px;
      color: #7C7C7C;
      margin-bottom: 60px; 
}
#beneficios #caja_ben #caja_art {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      text-align: left; 
}

#beneficios #caja_ben #caja_art article {
      width: 33%;
      display: flex;
}

#beneficios #caja_ben #caja_art article div:first-child {
     margin-right: 10px; 
}

#beneficios #caja_ben #caja_art article div:first-child i {
            color: #324165;
}

#beneficios #caja_ben #caja_art article div:last-child span {
          font-size: 15px;
          font-weight: 400;
          line-height: 15px;
          color: black; 
}

#beneficios #caja_ben #caja_art article div:last-child p {
          font-size: 12px;
          font-weight: 400;
          line-height: 18px;
          color: #7C7C7C;
          margin-bottom: 40px; 
}

@media (max-width: 1200px){

    #beneficios {
          padding: 0px;
    }

    #beneficios #caja_ben {
    padding: 25px 0px;
    }

}

@media (max-width: 680px) {
    #beneficios {
      background-image: none;
      background: #EFEFEF;
      padding: 25px 0; 
    }
    #beneficios #caja_ben {
        width: 90%;
        margin: auto; 
    }

    #beneficios #caja_ben h2 {
          margin-bottom: 5px; 
    }

    #beneficios #caja_ben p {
          margin-bottom: 20px;
    }

    #beneficios #caja_ben #caja_art {
          display: block; 
    }

    #beneficios #caja_ben #caja_art article {
            margin: auto;
            width: 85%; 
    }
           
   #beneficios #caja_ben #caja_art article div:last-child p {
              margin-bottom: 20px; 
   } 
}

/*--words  ---------------------------------*/
#words #wordsfondo2 {
  padding: 50px 25px 80px 25px; }
  #words #wordsfondo2 div {
    width: 70%;
    margin: auto; 
}

#words #wordsfondo2 div img {
      width: 100%;
      height: auto; 
}

@media (max-width: 550px) {

  #words #wordsfondo2 {
    padding: 35px 10px; 
  }

  #words #wordsfondo2 div {
      width: 90%;
  } 
}

/*--nosotros  ---------------------------------*/
#nosotros {
  margin: auto;
  display: flex;
}

#nosotros article {
    width: 100%;
}

#nosotros article:first-child {
    background-image: url(../images/nosotros.jpg);
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#nosotros article:last-child {
    text-align: center;
    padding: 50px 100px;
    box-sizing: border-box;
    background: #58BFCE;
}

#nosotros article:last-child h2 {
      color: #324165;
      margin-bottom: 25px;
}

#nosotros article:last-child p {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: white;
      margin-bottom: 15px; 
}

@media (max-width: 680px) {
    #nosotros {
      background: #58BFCE; 
    }

    #nosotros article:first-child {
        display: none;
    }

    #nosotros article:last-child {
        padding: 25px 5px 20px 5px; 
    }

    #nosotros article:last-child h2 {
          margin-bottom: 5px; 
    }

    #nosotros article {
        margin: auto;
        width: 90%;
        background: none;
    } 
  }

/*---Casos de exito---*/
#clientes {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 45px 0 30px 0;
}

#clientes div h2 {
    color: #324165;
    margin-bottom: 15px;
}

#clientes div p { 
    margin-top: 15px;
}

#clientes div div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center; 
    padding-top: 30px;
}

#clientes #div-1 {
    display: flex;
    justify-content: center;
}

#clientes div div article {
      width: 15%;
      margin-bottom: 40px; 
}




#clientes #div-2 article {
      width: 20%;
      margin-bottom: 40px; 
}

#clientes p{
      padding-bottom: 10px;
}


#clientes div div article img {
          max-width: 100%; 
    } 

#clientes div article{
  padding: 10px;
}


@media (max-width: 680px) {

    #clientes {
      width: 90%;
      padding: 25px 0 20px 0;
    }

    #clientes div div{
      padding-bottom: 30px;
    }

    #clientes div h2 {
        margin-bottom: 5px; 
    }

    #clientes div p {
        margin-bottom: 5px; 
    }
     
     #clientes div div article {
        width: 90%;
        margin: auto;
    }


    #clientes div div article {
      width: 30%;
      margin-bottom: 22px; 
      margin-left: 0;
      margin-right: 0;
    }


    #clientes #div-2 article {
      width: 30%;
      margin-bottom: 20px; 
    }

     #clientes #div-2 {
        padding-bottom: 30px;
        justify-content: center;
    }

    

   

}


  @media (max-width: 480px) {

    #clientes div div{
      padding-left: 10px;
      padding-right: 10px;
    }
  #clientes div div article img{
     max-width: 90%;
    }

}

/*--form ---------------------------------*/
#form {
  background-image: url(../images/cont1.jpg);
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
}

#form #formcontenedor {
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 35px;
}

#form #formcontenedor h2 {
      color: #324165;
      margin-bottom: 50px; 
}

#form #formcontenedor div {
      width: 500px;
      margin: auto;
}

#form #formcontenedor div input, #form #formcontenedor div textarea {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        border: none;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #7C7C7C;
        font-family: "Ubuntu", Arial, sans-serif; }
      #form #formcontenedor div textarea {
        margin-bottom: 50px; }
      #form #formcontenedor div input[type=number]::-webkit-inner-spin-button,
      #form #formcontenedor div input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
      #form #formcontenedor div input[type=submit] {
        display: inline-block;
        width: auto;
        font-weight: 500;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
        color: white;
        background: #324165;
        padding: 10px 20px;
        box-sizing: border-box;
        margin-bottom: 60px; }
      #form #formcontenedor div input[type=submit]:hover {
        font-weight: 500;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
        color: white;
        background: #58BFCE;
        padding: 10px 20px;
        box-sizing: border-box; }
      #form #formcontenedor div p:last-child {
        padding-bottom: 60px; }
  @media (max-width: 1024px) {
    #form {
      background-image: url(../images/cont2.jpg); } }
  @media (max-width: 850px) {
    #form #formcontenedor {
      width: 90%; } }
  @media (max-width: 680px) {
    #form #formcontenedor {
      padding-top: 25px; }
      #form #formcontenedor div {
        width: 100%; }
        #form #formcontenedor div textarea {
          margin-bottom: 25px; }
        #form #formcontenedor div input[type=submit] {
          margin-bottom: 40px; }
      #form #formcontenedor h2 {
        margin-bottom: 25px; } }

/*-footer  --------------------------------------------*/
footer {
  height: 125px;
  /*-- footer responsive ////////////////////////////--*/ }
  footer #foot1 {
    height: 80px;
    background: #324165; }
    footer #foot1 nav {
      width: 70%;
      margin: auto;
      display: flex;
      justify-content: space-between; }
      footer #foot1 nav div {
        padding-top: 25px;
        display: inline-block;
        width: 23%; }
      footer #foot1 nav ul {
        display: inline-block; }
        footer #foot1 nav ul li {
          width: 49%;
          display: inline-block;
          color: #58BFCE;
          font-size: 20px; }
          footer #foot1 nav ul li a {
            display: inline-block;
            padding: 3px 0 0 5px;
            font-size: 13px;
            font-weight: 400;
            line-height: 12px;
            color: white; }
          footer #foot1 nav ul li span {
            display: inline-block;
            padding: 3px 0 0 5px;
            font-size: 13px;
            font-weight: 400;
            line-height: 12px;
            color: white; }
          footer #foot1 nav ul li span:hover, footer #foot1 nav ul li a:hover {
            color: #58BFCE; }
      footer #foot1 nav #datos {
        padding-top: 20px;
        text-align: center;
        width: 59%; }
      footer #foot1 nav #redes {
        padding-top: 27px;
        width: 17%;
        display: flex;
        text-align: right; }
        footer #foot1 nav #redes li a {
          font-size: 23px;
          box-sizing: border-box; }
        footer #foot1 nav #redes li a:hover {
          color: #58BFCE; }
  footer #foot2 {
    width: 70%;
    height: 45px;
    margin: auto;
    text-align: center; }
    footer #foot2 p {
      padding: 10px 0;
      font-size: 11px;
      font-weight: 400;
      line-height: 16px;
      color: #7C7C7C; }
      footer #foot2 p a {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        line-height: 16px;
        color: #324165;
        padding: 0 10px;}
    footer #foot2 p:last-child {
      border-top: 1px solid #7C7C7C; }
  @media (max-width: 1060px) {
    footer #foot1 nav {
      width: 80%; } }
  @media (max-width: 900px) {
    footer #foot1 nav {
      width: 90%; }
    footer #foot2 {
      width: 90%; } }
  @media (max-width: 780px) {
    footer #foot1 {
      height: 180px; }
      footer #foot1 nav {
        display: inline-block;
        margin: auto;
        width: 100%;
        text-align: center; }
        footer #foot1 nav div, footer #foot1 nav #redes {
          width: 100%; }
        footer #foot1 nav #datos {
          width: 80%; }
        footer #foot1 nav #redes {
          display: inline-block;
          text-align: center;
          padding-top: 20px; }
          footer #foot1 nav #redes li {
            width: auto;
            padding: 0 5px; } }
  @media (max-width: 490px) {
    footer #foot1 {
      height: 220px; }
      footer #foot1 nav #datos li {
        display: block;
        width: 100%; } }

/*# sourceMappingURL=style.css.map */
