* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

.m-auto {
  margin: 0 auto !important;
  /* display: inline-block; */
}

.text-center {
  text-align: center;
  /* width: auto; */
  /* margin: 0 auto; */
  
}

.col-6 {
  width: 50%;
}

.container {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.banner-content {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;
  background: #0000007a;
}

.banner-content .video-banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-content header {

}

header .content-logo {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
  padding: 20px 0;
  width: 100%;
  height: 77px;

  max-width: 1100px;
  margin: 0 auto;
}

header .content-logo .logo {
  /* margin: 0 0 0 70px; */
  display: flex;
  align-items: center;
  /* padding-left: 20px; */
  /* width: 100px; */
  margin-left: -10px;
}

header .content-logo .logo  img {
  width: 63px;
}

header .content-logo .logo .text-logo {
  /* margin-left: 2px; */
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

header .content-logo .social-media {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80px;
  /* margin-right: 70px; */
}

header .content-logo .social-media a {
  display: flex;
  align-items: center;
}

header .content-logo .social-media a img {
  width: 20px;
}

header nav {
  width: 100%;
  height: 44px;
  /* padding: 0 20px; */
  background: #FFFFFF;
  border-bottom: 5px solid #FFC600;
}

header nav .nav-container {
  justify-content: space-between !important;
}

header nav .nav-container .burger-button {
  display: none;
  cursor: pointer;
}

header nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  /* margin: 0 60px; */
  /* max-width: 1000px; */
  /* margin: 0 auto; */
}
header nav ul li {
  list-style: none;
  margin: 0 20px;
}
header nav ul li:first-child {
  margin-left: 0;
}

header nav ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  
}

.box-user {
  background-color: rgba(0, 0, 0, 0.704);
  border-radius: 5px;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  width: 104px;
  cursor: pointer;
}

.box-user span {
  font-size: 12px;
  color: white;
}

/* *************** Banner ************** */


.banner-content .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 580px; */
  /* Gradiente */
  background: linear-gradient(90deg, #000000 0%, #ffffff00 30%, #ffffff00 100%);
  height: calc(100% - 99px);
}

.banner-content .banner-text div {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
}

.banner-content .banner-text p {
  display: flex;
  line-height: 1;
  width: 450px;
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
}

.banner-content .banner-text .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin-top: 20px;
  background: #FFC600;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

/* *********** Sobre Nosotros ********* */
.aboutUs {
  margin-top: 50px;
}
.content-img {
  display: flex;
  /* justify-content: center; */
}

.content-img img {
  width: 500px;
  border-radius: 10px;
  object-fit: cover;
}
.content-text {
  height: 300px;
  /* display: block; */
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
}
.title {
  /* margin: 0 auto; */
  margin-top: 20px;
  font-size: 36px;
  color: #000000;
  display: block;
  /* width: 100%; */
}

.title::before {
  margin-bottom: -3px;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #FFC600;
  /* margin-top: 10px; */
}

.content-text p {
  margin-top: 30px;
  font-size: 17px;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin-top: 20px;
  background: #FFC600;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

/* *********** Post Information ************** */
.post-information {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 400px;
  background-color: #000000c1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.post-information .content {
  width: 100%;
}

.post-information .content h3 {
  width: 440px;
  margin: auto;
  text-align: center;
  color: white;
}

.post-information .text-content {
  margin-top: 20px;
  color: white;
  font-size: 17px;
}

.brands-container {
  margin-top: 20px;
  width: 100%;
  display: flex;
}

.brands-container .logo-brand-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 50px;
  background-color: #ffffffb2;
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px;
  /* Efecto de fondo borroso */
}

.brands-container .logo-brand-container img {
  width: 100%;
  height: auto;
  
}
.post-information .content .btn-primary {
  /* margin: auto; */
  margin-top: 40px;
  margin-left: auto;
}


/* Primer media query */
@media screen and (max-width: 1180px) {
  .banner-text div, .banner-content .content-logo, .container {
    padding: 0 40px;
  }
  .aboutUs .content-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .col-6 {
    width: 100%;
    margin-top: 10px;
  }
}


/* Segundo media query */
@media screen and (max-width: 750px){
  /* bANNER CONTENT*/
  .banner-content {
    height: 500px;
  }


/* Aboout us */
  .aboutUs .content-text {   
    height: auto !important;
  }


  header {
    /* background: #000000; */
  }
  .banner-content .nav-container ul {
    display: none;
  }

  .banner-content .nav-container .burger-button {
    display: block;
  }

  .post-information .content h3 {
    /* font-size: 30px; */
    text-align: start;
    line-height: 1;
    width: 330px;
  }
  .post-information .content h3::before {
    margin-bottom: 2px;
  }

  .post-information .content p {
    font-size: 15px;
  }

  .post-information {
    height: auto;
    padding: 45px 0;
  }
}


/* TERCER */
@media screen and (max-width: 500px) {
  /* Banner */
  .banner-text p {
    font-size: 40px !important;
    width: 100% !important;
  }
}