.section-clientes{
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-contacto{
   margin-top: 50px;
  margin-bottom: 50px;
}
.section-clientes .label-textch{
  color: #055d55;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}
.section-clientes .text-title-label{
  color: #055d55;
  font-family: 'Montserrat', sans-serif;
}
.card {
    background: rgb(92,164,156);
  background: linear-gradient(130deg, 	rgb(90, 166, 157) 5%, 	rgb(123, 184, 177) 15%, 
  rgba(125,236,220,1) 35%,rgb(90, 166, 157)  50%,		rgb(125, 208, 198) 65%,	rgb(94, 212, 197) 100%); 
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: rgb(92,164,156);
  background: linear-gradient(130deg, 	rgb(90, 166, 157) 5%, 	rgb(123, 184, 177) 15%, 
  rgba(125,236,220,1) 35%,rgb(90, 166, 157)  50%,		rgb(125, 208, 198) 65%,	rgb(94, 212, 197) 100%); 
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    /*background-color: #5ca49c;*/
    color:#ffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px !important;
    font-weight: 600;
}
.modal-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    /*background-color: #5ca49c;*/
    color:#ffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px !important;
    font-weight: 600;
}
.btn-send {
    padding: 5px;
    padding-right: 50px;
    padding-left: 50px;
    color: #fff;
    border-color: #ffff;
}
footer{
  background-color: #055d55;  
}
.socialsf{
  font-size: 40px;
}
.socials{
  color: #fff;
  font-size: 50px;
}
.socials:hover{
  color: #fff;
  font-size: 50px;
}
.text-footer{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px !important;
  font-weight: 600;
  font-style: italic;
}
.text-footerh1{
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
}



.header {
  background-size: cover;
  height: 350px;
}

.header .navbar {
  background-color: transparent !important;
}

.nav-link {
  color: white !important;
}

.navbar-toggler {
  color: white !important;
  border-color: white !important;
}

.btn-buscar {
  background-color: transparent;
}

.grupo-lista {
  background-color: white;
  border: 1px solid #379292;
}

.bg-transparent::placeholder {
  color: white !important;
  opacity: 1 !important;
}

.bg-xardam {
  background-color: #065e56;
}

.color-xardam {
  color: #065e56;
}

.listas {
  /* font-size: smaller; */
}

@media (min-width: 320px) {
  h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 50;
  }

  h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin-top: -5px;
  }

  h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
  }

  .list-group-sm {
    width: 78%;
    overflow: auto;
    height: 160px;
  }

  .img-logo {
    width: 175px;
  }
}

@media (min-width: 375px) {
  h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 50;
  }

  h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin-top: -5px;
  }

  h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
  }

  .list-group-sm {
    width: 65%;
  }
}

@media (min-width: 425px) {
  h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 50;
  }

  h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin-top: -5px;
  }

  h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }

  .list-group-sm {
    width: 55%;
  }

  
}

@media (min-width: 575px) {
  .list-group-sm {
    width: 42%;
  }
}

@media (min-width: 768px) {
  h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 50;
  }

  h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin-top: -5px;
  }

  h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
  }

  .list-group-sm {
    width: 31%;
  }
}
@media (min-width: 992px) {
  .list-group-lg {
    width: 22%;
    overflow: auto;
    height: 160px;
    float: right;
  }

  .img-logo {
    width: 225px;
  }
}

@media (min-width: 1200px) {
  .list-group-lg {
    width: 19%;
    overflow: auto;
    height: 160px;
    float: right;
  }
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.negrita {
  font-weight: bold;
}
