  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

  :root{
    --first: #0047DD;
    --second: #323232;
    --third: #14F10F;
    --fourth: #DDDFE4;
    --fifth: #EEEEEE;
    --neutral: #ffffff;
    --neutral2: #000000;
  }

*, html, body{
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

  

  body {
    background: var(--neutral);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: var(--second);
    font-size: 5em;
  }

  h2 {
    color: var(--second);
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: var(--second);
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: var(--second);
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: var(--second);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  .dropbtn{
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }


  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--first);
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: var(--third);
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid var(--neutral);
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: var(--second);
  }

  .btn-blue {
    background: var(--first);
  }


  
  .bar {
    background-color: var(--first);
    color: var(--neutral);
  }

  .bar p{
    color: var(--neutral);
  }

  header {
    background: var(--neutral);
    border-bottom: 1px solid var(--neutral);
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: var(--neutral);
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid var(--neutral);
    border-right: 1px solid var(--neutral);
    padding-right: 19px;
    padding-left: 19px;
  }
  
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  .sticky{
    position: sticky;
    top: 0;
    background-color: var(--neutral);
    z-index: 999999;
    box-shadow: 0 2px 5px var(--fourth);
  }
  .sticky nav{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1200px;
  }

  .padreNav a.icon {
    display: block;
    font-size: 2rem;
    z-index: 9999;
  }
  .logoYMenu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .padreNav .menuResponsive{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 4rem;
    color: var(--second);
    z-index: 9;
    background-color: var(--neutral);
  }
  .menuResponsive a{
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 15px #f0f0f0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .padreNav .menuResponsive .whats{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--third);
    color: var(--neutral);
    border-radius: 30px;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .padreNav .menuResponsive .whats i{
    padding-right: 1rem;
  }
  /*MOBILRESPONSIVE*/

  .padreNav .menuLaptop a{
    font-weight: 600;
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 1.3rem;
  }
  .padreNav .enlaces a:before{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--first);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s ease;
  }
  .padreNav .enlaces a:after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--first);
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
  }
  .padreNav .enlaces a:hover:before{
    width: 100%;
  }
  .padreNav .enlaces a:hover:after{
    width: 100%;
  }
  .padreNav .enlaces a:hover{
    color: #0047DD !important;
  }
  .padreNav .whats{
    margin-left: auto;
    background-color: var(--third);
    color: var(--neutral);
    border-radius: 30px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .padreNav .whats:hover{
    transform: scale(1.1);
  }
  .padreNav .whats i{
    padding-right: 1rem;
  }
  .activado{
    color: var(--first);
  }
  .padreNav img{
    width: 200px;
  }
  .padreNav .brand{
    margin-right: auto;
  }
  .padreNav.responsive .menuResponsive{
    display: block;
  }
  .menuLaptop{
    display: none;
  }
  /*Fin Menu desde cero*/
  /*Fin Menu desde cero*/
  /*Fin Menu desde cero*/
  /*Fin Menu desde cero*/
  /*Fin Menu desde cero*/
  /*Fin Menu desde cero*/
  /*Fin Menu desde cero*/
  
  
  @media screen and (min-width: 1000px) {
    .menuLaptop{
      display: block;
    }
    .padreNav a.icon {
      display: none;
    }
    .padreNav .menuResponsive{
      display: none;
    }
    .padreNav .logoYMenu {
      display: none;
    }
    .padreNav .menuLaptop{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .padreNav .menuLaptop .enlaces{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    
}
  #home h1 {
    color: var(--neutral);
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: var(--neutral);
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid var(--neutral);
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--neutral);
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../img/slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../img/soluciones.png);
  }

  .slider .item-third {
    background-image: url(../img/equipo.png);
  }

  .slider .item-fourth {
    background-image: url(../img/medida.png);
  }


  #about {
    background: url('../img/about-bg.png') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }

  #about h2{
    text-shadow: 1px 1px 0 var(--fourth),
                 -1px -1px 0 var(--fourth),
                 1px -1px 0 var(--fourth),
                 -1px 1px 0 var(--fourth),
                 2px 2px 1px gray;
  }
  #about p{
    text-shadow: 0.5px 0.5px 0 var(--fourth),
                 -0.5px -0.5px 0 var(--fourth),
                 0.5px -0.5px 0 var(--fourth),
                 -0.5px .5px 0 var(--fourth),
                 0.5px 0.5px 2px gray;
  }

  .contenedor{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .parent{
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .son{
    text-align: center;
    border: 2px solid var(--fifth);
    border-radius: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
    transition: 1s all ease;
  }

  .varios .son:hover{
    color: white;
    background-color: var(--first);    
    border: 2px solid var(--neutral);
  }

  .varios .son:hover i{
    color: var(--fifth);
  }

  .varios .son:hover h4{
    color: var(--neutral);
  }

  .varios .son:hover p{
    color: var(--neutral);
  }

  .son i{
    font-size: 4rem;
    padding-bottom: 3rem;
    color: var(--first);
  }

  .son h4{
    font-size: 1.7rem;
    padding-bottom: 1rem;
  }

  .son p{
    font-size: 1.3rem;
    line-height: 2rem;
    color: var(--second);
  }

  /*---------------------------------------
      FIN VARIOS
  -----------------------------------------*/

   /*---------------------------------------
      INCLUDE
  -----------------------------------------*/

  section.include{
    background-color: var(--fifth);
    padding-top: 2rem;

  }

  .contenedor{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .parent2{
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .son2{
    text-align: center;
    padding-bottom: 1rem;

    border-radius: 10px;
    
    background: #fff;
    box-shadow:  10px 10px 20px #cacaca,
                -10px -10px 20px #ffffff;

    transition: transform 1s ease;

  }

  .son2 h4{
    color: var(--second);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .include .son2:hover{
    color: white;
    background-color: var(--second);    
    transform: scale(1.05);
  }

  .include .son2:hover i{
    color: var(--fifth);
  }

  .include .son2:hover h4{
    color: var(--neutral);
  }

  .son2 h4{
    font-size: 1.5rem;
  }

  .son2 img{
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  /*---------------------------------------
      FIN INCLUDE
  -----------------------------------------*/

  /*---------------------------------------
        DEMOSTRACIÓN
    -----------------------------------------*/

    section.demo{
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .demo iframe{
      border-radius: 40px 10px 40px 10px;
    }
    /*---------------------------------------
        FIN DE DEMOSTRACIÓN
    -----------------------------------------*/


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .3);
    margin-top: 6rem;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #0047DD;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info a{
    display: block;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: var(--first);
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/


  .social-icon li {
    display: flex;
    list-style: none;
    align-items: center;
    align-content: center;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 1.6rem;
    line-height: 35px;
    text-decoration: none;
  }

  .social-icon li a:hover {
    padding: .2rem 1rem;
    background: var(--first);
    color: #ffffff;
  }

  .brands{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .parent-brand{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .item-brand{
    transition: all 1s ease;
  }

  .item-brand:hover{
    transform: scale(1.1);   

  }

  .item-brand img{
    width: 100%;
  }

   /*---------------------------------------
      Equipo
  -----------------------------------------*/

  section.equipo{
    padding-top: 2rem;
  }

  .contenedor{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .parent-equipo{
    padding-top: 4rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .son-equipo p{
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .son-equipo ul{
    padding-left: 2rem;
    text-align: left;
    list-style: none;
    font-size: 1rem;
  }

  .son-equipo{
    text-align: center;
    padding-bottom: 1rem;

    border-radius: 10px;
    
    background: #fff;
    box-shadow:  10px 10px 20px #cacaca,
                -10px -10px 20px #ffffff;

    transition: transform 1s ease;
    margin-bottom: 4rem;
  }

  .son-equipo h4{
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--second);
    color: white;
  }

  .equipo .son-equipo:hover{
    color: white;
    background-color: var(--second);    
    transform: scale(1.05);
  }

  .equipo .son-equipo:hover img{
    width: 90%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 7px #646464, 0 0 5px #f0f0f0;   
  }

  .equipo .son-equipo:hover h4{
    background-color: var(--neutral);
    color: black;  
  }

  .equipo .son-equipo:hover i{
    color: var(--fifth);
  }


  .son-equipo h4{
    font-size: 1.5rem;
  }

  .son-equipo img{
    margin-top: -3rem;
    width: 70%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 7px #f0f0f0, -10px -10px 20px #f0f0f0;
    transition: width 1s ease;   
  }

  section.hero{
    height: 100vh;
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--second);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  section.hero h1{
    line-height: 6rem;
    text-align: center;
    color: var(--neutral);
  }

  section.hero p{
    text-align: center;
    color: var(--neutral);
  }
  section.heroSoluciones{
    height: 100vh;
    background-image: url("../img/soluciones.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--second);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  section.heroSoluciones h1{
    line-height: 6rem;
    text-align: center;
    color: var(--neutral);
    font-size: 5rem;
  }

  section.heroSoluciones p{
    text-align: center;
    color: var(--neutral);
  }
  section.heroEquipo{
    height: 100vh;
    background-image: url("../img/equipo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--second);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  section.heroEquipo h1{
    line-height: 6rem;
    text-align: center;
    color: var(--neutral);
  }

  section.heroEquipo p{
    text-align: center;
    color: var(--neutral);
  }
  /*---------------------------------------
      FIN Equipo
  -----------------------------------------*/


  /*---------------------------------------
      INICIO CONTACTO
  -----------------------------------------*/
  .grid-contacto{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-contacto .widget2 div{
    width: auto;
    height: 30rem;
    background-image: url("../img/slider1.jpg");
    background-color: var(--second);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
  }

  
  form{
    padding: 2rem;
  }
  
  form ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    flex-wrap: wrap ;
  }

  form ul li label{
    display: block;
  }

  form ul li input{
    display: block;
    width: 30rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    border: none;
    border-radius: 20px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow:  14px 14px 27px #d9d9d9,
                 -14px -14px 27px #ffffff;
    transition: transform 1s ease;
  }


  form ul li textarea{
    width: 30rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    border-radius: 20px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow:  14px 14px 27px #d9d9d9,
                 -14px -14px 27px #ffffff;
    border: none;
    margin-bottom: 2rem;
    transition: transform 1s ease;
    resize: vertical;
  }

  form ul li input[type="submit"]{
    padding: 1rem 2rem;
    border: none;
    color: var(--neutral);
    border-radius: 20px;
    background: linear-gradient(145deg, #0040c7, #004cec);
    box-shadow: 2px 2px 0 #0040c7, 
                14px 14px 27px #d9d9d9,
                -14px -14px 27px #ffffff;
    transition: transform 1s ease;
  }

  
form ul li input:hover{
  transform: scale(1.1);
}

form ul li textarea:hover{
  transform: scale(1.1);
}

form ul li button:hover{
  transform: scale(1.1);
}

  
.mt{
  margin-top: 2rem;
  font-size: 4rem;
}

  
  /*---------------------------------------
     ESTILOS DEL FORMULARIO            
  -----------------------------------------*/

    /*---------------------------------------
      INICIO SOLUCIONES
  -----------------------------------------*/


  .padre-soluciones{
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .padre-soluciones .item-padre{
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: space-between;
    align-items: center;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: inset 20px 20px 60px #d9d9d9,
                inset -20px -20px 60px #ffffff,
                20px 20px 60px #d9d9d9,
                -20px -20px 60px #ffffff;
    transition: transform 1s ease;
  }

  .padre-soluciones .item2{
    padding: 2rem;
  }

  .padre-soluciones img{
    width: 100%;
  }


  .padre-soluciones .item-padre:hover{
    transform: scale(1.1);
  }


    /*---------------------------------------
      FIN SOLUCIONES
  -----------------------------------------*/
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
    .parent{
      grid-template-columns: 1fr 1fr 1fr;
    }
    .parent2{
      grid-template-columns: repeat(4, 1fr);
    }
    .parent2{
      grid-template-columns: repeat(4, 1fr);
    }
    .parent-equipo{
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media only screen and (max-width: 767px) {
    .padre-soluciones{
      grid-template-columns: repeat(2, 1fr);
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .parent{
      grid-template-columns: 1fr 1fr;
    }

    .parent2{
      grid-template-columns: repeat(3, 1fr);
    }
    
    .parent-equipo{
      grid-template-columns: repeat(3, 1fr);
    }
  


    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
    .grid-contacto{
      grid-template-columns: 1fr;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;

    }

    form ul li label{
      display: block;
    }
  
    form ul li input{
      display: block;
      width: 100%;
    }
  
  
    form ul li textarea{
      width: 100%;
    }
  
    form ul li button{
      width: 100%;
    }

    .mt{
      margin-top: 3rem;
    }
  


  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }
    .parent{
      grid-template-columns: 1fr;
    }

    .parent-brand{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
    }
    .parent2{
      grid-template-columns: repeat(2, 1fr);
    }
    .parent-equipo{
      grid-template-columns: repeat(2, 1fr);
    }
    .padre-soluciones{
      grid-template-columns: 1fr;
    }

  }

/*---------------------------------------
*  Software
-----------------------------------------*/
section.hero-medida{
  height: 100vh;
  background-image: url("../img/medida.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--second);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.hero-medida h1{
  line-height: 6rem;
  text-align: center;
  color: var(--neutral);
}
section.hero-medida p{
  text-align: center;
  color: var(--neutral);
}
.softwares{
  background-color: #1F1F1F;
}
.softwares .contenedor-softwares-iconos {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.softwares .contenedor-softwares-iconos .software-icon{
  padding: 2rem;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.softwares h2{
  text-align: center;
  color: var(--fourth);
  font-size: 2rem;
  padding-top: 6rem;
}
.softwares .contenedor-softwares-iconos .software-icon h3{
  color: var(--neutral);
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 1rem;
}
.softwares .contenedor-softwares-iconos .software-icon p{
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: var(--fourth);
  text-align: center;
}
.softwares .contenedor-softwares-iconos .software-icon img{
  max-width: 60px;
  color: white;
  padding-bottom: 1.5rem;
}
.softwares .contenedor-softwares-iconos .software-icon a{
  border: 2px solid var(--first);
  box-shadow: 1px 1px 10px var(--first);
  padding: .7rem 2rem;
  color: var(--fourth);
  font-size: 1rem;
  font-weight: bold;
}
.softwares .contenedor-softwares-iconos .software-icon a:hover{
  background-color: var(--first);
}
/*---------------------------------------
*  Software desarrollado
---------------------------------------*/
section.software-desarrollo .contenedor-cards{
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
section.software-desarrollo .contenedor-cards{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
section.software-desarrollo .contenedor-cards .imagen-software{
  background-color: var(--first);
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 33rem;
  transition: all .3s;
}
section.software-desarrollo .contenedor-cards .imagen-software.inst{
  background: url(../img/medida/soft.png);
  background-position: center;
  background-size: cover;
}
section.software-desarrollo .contenedor-cards .imagen-software.cof{
  background: url(../img/medida/cafe.png);
  background-position: left;
  background-size: cover;
}
section.software-desarrollo .contenedor-cards .imagen-software.carne{
  background: url(../img/medida/carne.png);
  background-position: center;
  background-size: cover;
}
section.software-desarrollo .contenedor-cards .imagen-software.cobros{
  background: url(../img/medida/cobros.png);
  background-position: center;
  background-size: cover;
}
section.software-desarrollo .contenedor-cards .imagen-software.pagos{
  background: url(../img/medida/pagos.png);
  background-position: center;
  background-size: cover;
}
section.software-desarrollo .contenedor-cards .imagen-software.taller{
  background: url(../img/medida/taller.png);
  background-position: center;
  background-size: cover;
}
section.software-desarrollo .contenedor-cards .imagen-software:hover{
  transform: scale(1.01);
}
section.software-desarrollo .contenedor-cards .imagen-software .text{
  background-color: var(--second);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0;
  width: 76%;
  max-width: 23rem;
  min-height: 36rem;
  padding: 1.5rem;
}
section.software-desarrollo .contenedor-cards .imagen-software .text h3{
  color: var(--neutral);
  font-size: 2rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--fourth);
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
}
section.software-desarrollo .contenedor-cards .imagen-software .text p{
  color: var(--fourth);
  line-height: 1.4rem;
  font-size: 1.2rem;
}
section.software-desarrollo .contenedor-cards .imagen-software .text a{
  padding: 1rem 2rem;
  color: var(--third);
  border: 1px solid var(--third);
  box-shadow: 1px 1px 5px var(--third);
  display: flex;
}
section.software-desarrollo .contenedor-cards .imagen-software .text a:hover{
  background-color: var(--third);
  color: var(--second);
}
section.software-desarrollo .contenedor-cards .imagen-software .text a i{
  padding-right: .7rem;
}

section.software-desarrollo .contenedor-cards .paraLink{
  padding-top: 13rem;
}

@media (min-width: 576px) {
  .softwares .contenedor-softwares-iconos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .softwares .contenedor-softwares-iconos {
    grid-template-columns: repeat(4, 1fr);
  }
  section.software-desarrollo .contenedor-cards .imagen-software .text{
    width: 45%;
  }
}
@media (min-width: 992px) {
  .softwares .contenedor-softwares-iconos {
    grid-template-columns: repeat(6, 1fr);
  }
  section.software-desarrollo .contenedor-cards{
    grid-template-columns: repeat(2, 1fr);
  }
}




/* Probando menu responsive */
.menu {
  background-color: steelblue;
  height: 75px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  box-shadow: 5px 0 10px rgba(0, 0, 0, .6);
}
.logo{
  color: #fff;
  font-size: 35px;
  padding: 0 80px;
  font-weight: bold;
}
.menu-items{
  display: flex;
  list-style: none;
  margin-right: 30px;
}
.menu-items li{
  border-radius: 3px;
  margin: 0 5px;
}
.menu-items li a{
  padding: 7px 13px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  color: #fff;
}
.menu-items li a:hover, .menu-items li a.active {
  background-color: slategray;
}
.btn-menu{
  margin-right: 30px;
  font-size: 25px;
  color: white;
  cursor: pointer;
  display: none;
}
ul.show{
  top: 65px;
}
@media screen and (max-width: 952px){
  .logo{
    font-size: 30px;
    padding-left: 35px;
  }
  .menu-items li a{
    font-size: 16px;
  }
}
@media screen and (max-width: 858px){
  .menu{
    height: 65px;
  }
  .btn-menu{
    display: inline-flex;
  }
  .menu-items{
    position: fixed;
    width: 100vw;
    height: calc(100% - 65px);
    background: black;
    top: -100px;
    text-align: center;
    transition: all .4s;
    flex-direction: column;
  }
  .menu-items li{
    margin: 30px 0 0 0;
    line-height: 30px;
  }
  .menu-items li:hover{
    background: none;
  }
  .menu-items li a{
    font-weight: 20px;
    color: #fff;
    font-weight: bold;
  }
  .menu-items li a:hover{
    color: #ed9172;
  }
  .logo{
    font-size: 25px;
    padding-left: 35px;
  }
}

/* Probando menu responsive */