/* Tipografía y ajustes generales */

/*// <weight>: Use a value from 400 to 800
// <uniquifier>: Use a unique and descriptive class name

Utilizamos esta tipografía principalmente para títulos o aspectos resaltantes

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

La siguiente tipografía para textos secundarios 

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

*/


body {
  margin: 0;
  background-color: #000;
  color: #333;
  font-family: "EB Garamond", serif;
}

body button:hover {
  background-color: #2f2f2f;
  color: #FFF;
  transition: .5s;
}

/* Slider de imagenes principales*/
.slider-container {
  width: 100%;
  height: 800px;
  background-color: #000;
  overflow: hidden;
  position: relative;
  align-content: center;
  margin: auto;
}

.slider-track {
  display: flex;
  transition: transform 1s ease;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 800px;
  display: block;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.slide-content h2 {
  font-size: 5rem;
  margin-bottom: 10px;
}

.slide-content .btn-slider {
  padding: 15px 70px;
  background-color: #000;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

.btn-half {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 1.2rem;
  }

  .slide-content button {
    font-size: 0.9rem;
  }
}

/* */

#sec-01 {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #000;
  color: #f9f9f9;
  border-bottom: #333 1px solid;
}

#sec-01 h1,
h2,
p {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10%;
}

#sec-01 h2 {
  font-size: 5rem;
}

#sec-01 h1 {
  font-size: 4rem;
}

#sec-01 p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;

}

#sec-01 button {
  padding: 15px 45px;
  margin-left: 10%;
  background-color: #e0e0e0;
  color: #000;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media only screen and (max-width:1030px) {}

/* */
#id-masc {
  width: 100%;
  height: auto;
  padding-bottom: 70px;
  padding-top: 30px;
  background-color: #FFF;
  display: table;
}

#id-masc p {
  font-size: 1.3rem;
  padding-bottom: 30px;
  width: 80%;
  line-height: 2rem;
  margin-left: 5%f;
}

#id-masc h2 {
  font-size: 3.5rem;
  padding-bottom: 30px;
}

.dv-bene {
  width: 80%;
  margin-left: 10%;
}

.art-bene {
  float: left;
  height: auto;
  width: 20%;
  padding-bottom: 30px;
  padding-top: 30px;
  border: #000 2px solid;
  box-sizing: border-box;
  margin-left: 2%;
}

.art-bene p {
  margin-left: 0%;
  width: 100%;
}

.art-bene .p-bene {
  font-size: 2rem;
  text-align: center;
  width: 80%;
  margin-left: 10%;
}

.art-bene img {
  width: 50%;
  height: auto;
  margin-left: 25%;
}

.art-bene .p-text {
  font-size: 1.2rem;
  text-align: center;
  width: 80%;
  margin-left: 10%;
}

@media only screen and (max-width:1040px) {
  .art-bene {
    float: left;
    height: auto;
    width: 45%;
    margin-top: 3%;
  }
}

/* */
#sec-02 {
  width: 100%;
  height: auto;
  display: table;
  padding-bottom: 50px;
  background-color: #000;
  border-bottom: #333 1px solid;
}

#sec-02 h2 {
  font-size: 7rem;
  width: 80%;
  color: #fff;
  line-height: 6rem;
  padding-top: 30px;
  padding-bottom: 70px;
}

#sec-02 .cl-services {
  width: 25%;
  height: 500px;
  float: left;
  align-content: center;

}

#sec-02 .cl-services:hover {
  transform: scale(0.95);
  transition: .5s;
}

.cl-services li {
  list-style: none;
  font-size: 1.4rem;
  text-align: center;
  color: #f9f9f9;
  width: 80%;
  margin-left: 10%;
  font-family: "Lato", sans-serif;
}

#sec-02 button {
  padding: 15px 45px;
  margin-left: 80%;
  margin-top: 30px;
  background-color: #e0e0e0;
  color: #000;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media only screen and (max-width:940px) {
  #sec-02 .cl-services {
    width: 50%;
  }

  #sec-02 button {
    margin-left: 40%;
    margin-top: 30px;
  }
}

#sec-03 {
  width: 100%;
  height: auto;
  display: table;
  background-color: #000;
  color: #fff;
  border-bottom: #333 1px solid;
  padding-bottom: 50px;
}

#sec-03 h2 {
  font-size: 3rem;
  padding-top: 30px;
}

#sec-03 p {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}


.cl-benef {
  float: left;
  height: 300px;
  width: 17%;
  text-align: center;
  align-content: center;
  border: #333 solid 3px;
  border-radius: 15px;
  margin-left: 2%;
}

.cl-benef:hover {
  background-color: #f2f2f2;
  color: #000;
  font-size: 1.3rem;
  transition: .5s;
}

.cl-benef li {
  list-style: none;
  font-size: 1.2rem;
}

@media only screen and (max-width:900px) {

.cl-benef {
  width: 30%;
  margin-left: 2%;
  margin-top: 3%;
}
}
@media only screen and (max-width:700px) {

.cl-benef {
  width: 43%;
  margin-left: 2%;
  margin-top: 3%;
}
}

/* Contador automático*/
.spacer {
  height: 1px;
  /* Solo para demostrar el efecto de scroll */
}

#contador {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 20px;
  margin: 0;
}

.counter-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 90%;
}

.counter-box {
  text-align: center;
  padding: 20px;
  width: 15%;
}

.counter-number {
  font-size: 5rem;
  font-weight: bold;
  color: #000;
}

.counter-label {
  font-size: 18px;
  margin-top: 5px;
  color: #333;
}

@media only screen and (max-width:1030px) {}

/* */
#donwload-id {
  width: 100%;
  height: auto;
  align-content: center;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 50px;
  background-image: url(/img/background-download-grupo-bratila.png);
  background-position: center;
  background-size: cover;
}

#donwload-id .tittle-dwnl {
  color: #fff;
  width: 100%;
  font-size: 3rem;
  margin: 0;
  text-align: center;
}

.text-dwnl {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  margin-left: 0;
  color: #e0e0e0;
}

#donwload-id button {
  background-color: #fff;
  color: #2f2f2f;
  padding: 15px 45px;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;  
  height: 60px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width:1030px) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Slider de imagenes principales*/
.slider-container {
  width: 100%;
  height: auto;
  background-color: #000;
  overflow: hidden;
  position: relative;
  align-content: center;
  margin: auto;
  padding-top: 175px;
}

.slider-track {
  display: flex;
  transition: transform 1s ease;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 400px;
  display: block;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.slide-content h2 {
  font-size: 5rem;
  margin-bottom: 10px;
}

.slide-content .btn-slider {
  padding: 15px 70px;
  background-color: #000;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

.btn-half {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  border-radius: 5px;
}
  /* */

  #sec-01 {
    width: 100%;
  }

  #sec-01 h1,
  h2,
  p {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
    text-align: center;
  }

  #sec-01 h1 {
    font-size: 3rem;
  }

  #sec-01 p {
    font-size: 1.2rem;

  }

  #sec-01 button {
    margin-left: 25%;
    width: 50%;
  }

  /* */
  #id-masc {
    width: 100%;
  }

  #id-masc p {
    font-size: 1.3rem;
    padding-bottom: 30px;
    width: 80%;
    line-height: 2rem;
    margin-left: 10%;
  }

  #id-masc h2 {
    font-size: 3.5rem;
    padding-bottom: 30px;
  }

  .dv-bene {
    width: 80%;
    margin-left: 10%;
  }

  .art-bene {
    width: 85%;
    margin-left: 7.5%;
    margin-top: 2%;
  }

  .art-bene p {
    margin-left: 0%;
    width: 100%;
  }

  .art-bene .p-bene {
    font-size: 2rem;
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }

  .art-bene img {
    width: 50%;
    height: auto;
    margin-left: 25%;
  }

  .art-bene .p-text {
    font-size: 1.2rem;
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }

  /**/
  /* */
  #sec-02 {
    width: 100%;
    height: auto;
    display: table;
    padding-bottom: 50px;
    background-color: #000;
    border-bottom: #333 1px solid;
    text-align: center;
  }

  #sec-02 h2 {
    font-size: 5rem;
    width: 80%;
    margin-left: 10%;
  }

  #sec-02 .cl-services {
    width: 85%;
    margin-left: 7.5%;
    margin-top: 3%;

  }

  #sec-02 .cl-services:hover {
    transform: scale(0.95);
    transition: .5s;
  }

  .cl-services li {
    list-style: none;
    font-size: 1.4rem;
    text-align: center;
    color: #f9f9f9;
    width: 80%;
    margin-left: 10%;
    font-family: "Lato", sans-serif;
  }

  #sec-02 button {
    margin-left: 0%;
  }


  #sec-03 {
    width: 100%;
    height: auto;
    display: table;
    background-color: #000;
    color: #fff;
    border-bottom: #333 1px solid;
    padding-bottom: 50px;
  }

  #sec-03 h2 {
    font-size: 3rem;
    padding-top: 30px;
  }

  #sec-03 p {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
  }

  .cl-benef {
    float: left;
    height: 200px;
    width: 80%;
    text-align: center;
    align-content: center;
    border: #333 solid 3px;
    border-radius: 15px;
    margin-left: 10%;
    margin-top: 5%;
  }

  .cl-benef li {
    list-style: none;
    font-size: 1.2rem;
  }

  /* Contador automático*/
  .spacer {
    height: 1px;
    /* Solo para demostrar el efecto de scroll */
  }

  #contador {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
    margin: 0;
  }

  .counter-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
  }

  .counter-box {
    text-align: center;
    padding: 5px;
    width: 80%;
  }

  .counter-number {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
  }

  .counter-label {
    font-size: 1.5rem;
    margin-top: 5px;
    color: #333;
  }

  /* */
  #donwload-id {
    width: 100%;
    height: auto;
    align-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  #donwload-id .tittle-dwnl {

    width: 80%;
    font-size: 2rem;
    margin-left: 10%;
    text-align: center;
  }

  .text-dwnl {
    font-size: 2rem;
    width: 80%;
    margin-left: 10%;
  }

  #donwload-id button {
    width: 50%;
    margin-left: 0%;
  }
}