/*Responsive*/
html {
  scroll-behavior: smooth;
}

body {
        font-family: 'Open Sans', sans-serif;
}
.navbar .container{
   padding-right: 4px;
}
a:hover{
    text-decoration: none;
}
.industrias{
    height: 200px;
    /*border: 1px solid;*/
    /*margin: .5rem 1rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries{
    flex-wrap:nowrap;
    gap: 12px;
}

.ceramicos{
    background-image: url(/img/Ceramicos2.jpg);
    background-color: #ffffff;
}
.autos{
    background-image: url(/img/automotriz.jpg);
}
.protect{
    background-image: url(/img/corrugados.jpg);
}
.lacteos{
    background-image: url(/img/lacteos2.jpg);
}
.industrias h4{
    text-align: center;
}

.top-header{
    background-color: #2E72B2;
}
.top-header a{
    line-height: 2.2rem;
    color:white;
}
.slider{
    background-image: url(/img/cajas-metropolitanas-home.jpg);
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.internal-row{
    display: flex;
    justify-content: center;
    align-items: top;
}

.external-row{
    padding: 1.5rem;
}
.element{
    margin: 1.5rem;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.2;
    font-weight: 700;
}
h1,h2,h5{
    margin-bottom: 2rem;
    color:#193E61;
}
p{
    color:#193E61;
}

.img-icon{
text-align: center;
    padding: 1.5rem;
}
.img-icon img{
    max-height: 80px;
}

.card {
    border: 3px solid #6DA5D9;
    border-radius:12px;
    margin-bottom: 1.5rem;
}

.img-icon{
    padding-bottom: 0rem;
}

.card-body{
    min-height: 265px;
    padding: 1.5rem 2rem;    
}

.btn-primary{
    background-color: #2E72B2;
    border-color: #2e72b2;
    min-width: 180px;
    min-height: 42px;
}
.contcto{
    background: #193E61;
    color:ffffff;
}
#contacto h2,#contacto p, #contacto a{
    color:#ffffff;
}

@media (min-width: 900px) and (max-width: 1200px) {
.card-body{
    min-height: 365px;
}
}

@media (max-width: 500px) {
  .mairu,.top-header{
    display: none;
  }
  .desktop{
    display: none;
  }
  h1{
    font-size: 2.2rempx;
  }
  h2{
    font-size: 1.8rem;
  }
  .slider{
    height: 90%;
  }

  footer .text-right, .end{
    padding-top: 1rem;
    text-align: center !important;
  }
  .end{
    text-align: center !important;
}
.industries{
    flex-wrap:wrap;
    gap: 12px;
}
p, a, li, .btn{
    font-size: 18px;
}

}

@media (min-width: 500px){
  .mobile{
    display: none;
  }
}

.about{
    padding: 1rem 0rem;
}

.tabout{
    padding-top: 1rem;
}
#success_message,#error_message{
    color: #ffffff;
}