/* Teléfonos */
@media only screen and (max-width: 575px) {

  /* TITULOS */
  .tit {
    font-size: 20px;
  }

  .tit img {
    width: 25px;
  }

  .subtit {
    font-size: 14px;
    padding: 0 40px;
  }

  /*INICIO MENU*/
  #logo {
    width: 140px;
    padding-top: 2px;
  }

  nav {
    height: 50px;
  }

  nav li {
    height: 50px;
  }

  .sidebar {
    background-color: rgba(0, 0, 0, 0.803);
    width: 100%;
    z-index: 999;
    bottom: 5px;
  }

  .sidebar a {
    color: var(--color1);
  }
  

  .hideOnMobile {
    display: none;
  }

  .menu-button {
    display: block;
  }

  /* SLIDES */
  #slider {
    padding-top: 52px;
  }

  /* ABOUT */
  #about {
    padding: 30px 5px;
  }

  .about-col-img {
    width: 100%;
  }

  .about-col-img img {
    width: 100%;
    text-align: center;
  }

  .about-col-tex {
    width: 100%;
  }

  .about-tex1 {
    font-size: 13px;
    padding: 35px 25px;
  }

  .about-tex2 {
    font-size: 22px;
    padding: 35px 25px;
  }

  .about-tex2 p {
    font-size: 14px;
  }

  .slogan {
    font-size: 20px;
    padding: 35px 25px;
  }

  .cua-col {
    width: 50%;
  }

  .cua-tex {
    height: 70px;
    padding: 5px 8px;
  }

  .cua-tex p {
    font-size: 9px;
    line-height: 13px;
  }

  /* BUSINESS */
  #business {
    padding: 30px 5px;
  }

  .business-col {
    width: 100%;
  }

  .tit-business {
    width: 100%;
    margin: 0;
    font-size: 13px;
  }

  .tit-business > div {
    padding: 10px;
    font-size: 25px;
  }

  .tit-business img {
    width: 50px;
    margin-right: 30px;
  }

  .business-tex {
    font-size: 13px;
  }

  .business-foto {
    width: 100%;
  }

  .business-foto img {
    width: 100%;
  }

  .business-foto h1 {
    font-size: 14px;
  }

  /* MARKET */
  #market {
    padding: 60px 0;
  }

  .tab-container {
    width: 100%;
    margin-bottom: -50px;
    margin-top: 120px;
  }

  .tabs {
    height: 150px;
  }

  h3 {
    font-size: 10px;
  }

  .tab-content {
    width: 100%;
    height: 150px;
  }

  .tex-market {
    padding: 15px 15px;
  }

  .tex-market h1 {
    font-size: 24px;
  }

  .tex-market p {
    font-size: 14px;
  }

  .col-flecha-der {
    width: 40%;
    padding: 10px 50px;
  }

  .col-flecha-der img {
    width: 180px;
  }

  .col-flecha-izq {
    width: 40%;
  }

  .col-flecha-izq img {
    width: 180px;
  }

  /* CONTACT */
  #contact {
    height: 900px;
    padding: 60px 0;
  }

  .contact-col {
    margin-top: 20px;
    width: 100%;
  }

  .contact-form {
    padding: 0;
  }

  .contact-form h4 {
    font-size: 16px;
  }

  .contact-form button[type="submit"] {
    font-size: 16px;
    width: 100%;
    height: 60px;
    text-align: center;
  }

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

  .wrapper {
    grid-template-rows: repeat(4, 75px);
    grid-auto-columns: 50px 300px;
  }

  .wrapper>div {
    font-size: 14px;
  }


  .copyright {
    height: 150px;
    padding-bottom: -50px;
  }

  .text-copy {
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

}










/* Begin Media Queries*/
@media screen and (max-width: 850px) {

  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {


  .form-control,
  textarea {

    margin: 0 auto;
  }


  .name,
  .email,
  textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }

  .social-media-list {
    left: 0;
  }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }

}