/*--------responsive 480-768px-----------------*/

@media (min-width:480px) {

  #banner {
    height: 88%;
  }

  #banner img {
    height: 99%;
    object-fit: cover;
  }

  #contenfooter p {
    width: 100%;
  }
}



@media (min-width:580px) {

  #secconceptos h2 {
    font-size: 30px;
  }

  .galeria h2 {
    font-size: 30px;
  }

  footer {
    display: flex;
    justify-content: center;
  }

  .columna50 {
    display: flex;
    justify-content: center;
    width: 50%;
  }

  .inputnone {
    width: 450px;
  }

  .textareanone {
    width: 450px;
    min-width: 450px;
    max-width: 450px;
  }

  .buttonA {
    width: 150px;
  }
}




@media (min-width:768px) {
  #banner {
    height: 98%;
  }

  #banner img {
    height: 710px;
    object-fit: cover;
  }

  #seccionlogo {
    position: relative;
    background: #191c1c;
    padding: 122px;
    height: 500px;
  }

  #divlogotipo img {
    width: 25%;
  }

  #divlogoname img {
    width: 70%;
  }

  #secconceptos {
    height: 420px;
  }

  #secconceptos .contenedor {
    width: 100%;
  }


  #secconceptos h2 {
    font-size: 37px;
    padding-top: 10px;
  }

  .galeria {
    padding-top: 20px;
  }

  .galeria h2 {
    font-size: 37px;
  }

  #linea {
    width: 90%;
    position: relative;
    left: 4%;
    margin-top: 20px;
  }


  .contformu {
    font-family: 'arial', 'sans-serif';
    display: flex;
  }

  #divp {
    padding: 5px 19px 5px 19px;
  }

}

/*-----------------responsive 890---------------------*/

@media (min-width:890px) {

  html {
    font-size: 100%;
    /*-------default font size --------*/
  }

  #banner {
    height: 88%;
  }

  #banner img {
    height: 100%;
    object-fit: cover;
  }


  .header__span {
    display: none;
  }

  .header__nav {
    position: relative;
    display: flex;
    top: 0px;
    height: auto;
    width: auto;
    background: none;
    transform: none;
  }



  .header__a {
    color: #1f1f1f;
    background: none;
    font-size: 0.90rem;
    border-bottom: none;
    height: auto;
    padding: 25px 17px;
    margin-bottom: 0px;
  }

  .header__a:hover {
    background: rgb(232, 232, 236);
    font-size: 0.95rem;
    transition: all 0.8s;
  }



  #seccionlogo {

    padding: 122px;

  }

  #divlogotipo img {
    width: 17%;
  }


  #secconceptos .contenedor {
    width: 85%;
  }

  #contediv {
    padding-top: 2em;

  }

  #me {
    width: 74%;
    padding: 1em 4em;
  }

  #me p {
    margin: 1em 0em 1em 0em;
  }

  #lineasobremi {
    position: relative;
    top: 15px;
    width: 100%;
    background: #191c1c;
  }

  #flexfooter {
    display: flex;
    height: 350px;
  }

  footer .contenedor {
    padding: 0;
  }

  #contformu {
    width: auto;
    height: auto;
  }

  .inputnone {
    width: 500px;
  }

  .textareanone {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    height: 66px;
    min-height: 66px
  }

  #contredes {
    width: 45%;
    margin-top: 0.5em;
  }

  #divredes {
    height: auto;
    align-items: center;
  }

  .enlacea {
    height: 280px;
    width: 20%;
    padding-bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #lineaconta {
    width: 77%;
    margin-bottom: 10px;
  }
}

/*--------responsive 1024---------------------*/

@media (min-width:1024px) {


  #banner {
    height: 890px;
  }

  #banner img {
    height: 99.2%;
    object-fit: cover;
  }

  #divlogoname img {
    width: 50%;
  }

  #secconceptos {
    height: 17%;
  }

  #lineacon {
    top: -30px;
  }

  #lineacon2 {
    top: -20px;
  }

  #secconceptos h2 {
    font-size: 33px;
    padding-top: 20px;
  }

  #secconceptos .contenedor {
    position: relative;
    width: 80%;
    padding: 1%;
  }

  .recc {
    margin: 2% 6% 3% 6%;
    border: 2px solid #000;
    height: 150px;
    width: 150px;
  }

  #seccionservicios {
    height: 320px;
    background: #191c1c;
    color: #fff;
    padding: 20px;
  }

  .galeria {
    width: fit-content;
    margin: 0px;
    padding: 20px;
    background: #fff;
    color: #000;
    height: 17%;

  }

  .galeria .contenedor {
    width: 100%;
  }

  .galeria .imgrec {
    width: 350px;
    margin: 10px;
  }

  .galeria img {
    width: 100%;
    object-fit: cover;
  }

  .galeria h2 {
    font-size: 33px;
  }


}