/* Estilos personalizados */
body {
  background-color: #123f3e;
  color: #fff;
}

@font-face {
  font-family: "centurygothic"; /* Nombre que le asignarás */
  src: url("../fonts/centurygothic_bold.ttf") format("truetype"); /* Ruta al archivo .ttf */
}

@font-face {
  font-family: "centurygothic-2"; /* Nombre que le asignarás */
  src: url("../fonts/centurygothic.ttf") format("truetype"); /* Ruta al archivo .ttf */
}

@font-face {
  font-family: "GENNARO"; /* Nombre que le asignarás */
  src: url("../fonts/GENNARO.ttf") format("truetype"); /* Ruta al archivo .ttf */
}

@font-face {
  font-family: "HighCruiser-PersonalUseOnly"; /* Nombre de la fuente */
  src: url("../fonts/HighCruiser-PersonalUseOnly.otf") format("opentype"); /* Ruta al archivo .otf */
}

.menu li a {
  font-family: "centurygothic", sans-serif;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.squere-home h4 {
  font-family: "centurygothic", sans-serif;
  font-size: 17px;
}

.squere-home p {
  font-family: "centurygothic-2", sans-serif;
  font-size: 15px;
}

.squere-home h5 {
  font-family: "centurygothic", sans-serif;
  font-size: 15px;
}

.col-dedos-2 h5 {
  font-family: "HighCruiser-PersonalUseOnly", sans-serif;
  font-size: 15px;
}

.col-dedos-2 p {
  font-family: "centurygothic-2", sans-serif;
  font-size: 15px;
}

img.whats {
  position: fixed;
  max-width: 50px;
  left: 94%;
  top: 90%;
  z-index: 999;
}

footer {
  font-family: "centurygothic-2", sans-serif;
}

footer b {
  font-family: "centurygothic", sans-serif;
}

.navbar {
  background-color: transparent;
  padding-top: 4%;
}

.ms-auto {
  margin-inline: auto;
}
.navbar-nav .nav-link:hover {
  color: #f7c5c5;
}
.brand-logo {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f7c5c5;
}

.image-container {
  position: relative;
}
.image-container img {
  max-width: 100%;
  height: auto;
}

/* Estilos generales */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #103b39; /* Color de fondo */
  color: white;
}

/* Estilos del menú */
.menu {
  background-color: #103b39; /* Fondo del menú */
  text-align: center;
  padding: 20px 0;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px; /* Espaciado entre elementos */
}

.menu ul li {
  display: inline;
}

.menu ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.menu ul li a:hover {
  color: #87c5c0; /* Color de hover */
  transition: color 0.3s ease;
}

img.separator {
  width: 3px;
  height: 15px !important;
}

.navbar-nav .nav-link {
  width: 180px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.adorn-icon {
  position: relative;
  width: 250px;
  left: 84%;
  margin-top: -160px;
}

.margon-t {
  margin-top: -65px;
}

.squere-home {
  width: 100%;
  background: white;
  padding: 30px;
  color: black;
  border-radius: 10px;
  max-width: 600px;
  position: relative;
  margin-top: -200px;
  left: 100px;
}

#book {
  background-image: url(/img/bg-book.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
}

img.our-bookes {
  max-width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  left: 30px;
}

.conainer-text-sq img {
  width: 100%;
}

.content-squere {
  margin-top: 150px;
}

.conainer-text-sq {
  background: white;
  border-radius: 15px;
  color: black;
  height: 170px;
  vertical-align: top;
  margin-top: 64px;
  z-index: 10;
  position: relative;
  box-shadow: 10px 11px 40px 9px #00000033;
}

.col-dedos-1 {
  width: 35%;
  display: inline-block;
  vertical-align: text-top;
}

.col-dedos-2 {
  width: 63%;
  display: inline-block;
  vertical-align: text-top;
}

.col-dedos {
  width: 49%;
  display: inline-block;
  vertical-align: text-top;
}

.col-dedos-2 h5 {
  padding-top: 37px;
}

img.im-bokke-1 {
  position: relative;
  width: 215px;
  right: 30px;
  top: -20px;
}

.im-bokke-2 {
  position: relative;
  right: 31px;
  width: 172px !important;
  top: -35px;
}

.im-bokke-3 {
  position: relative;
  top: -30px;
}

.im-bokke-4 {
  position: relative;
  right: 15px;
}

#clients {
  background: white;
}

img.flowmates {
  max-width: 270px;
  margin-top: 100px;
  margin-left: 120px;
}

.whats a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  border-bottom: 0.1px solid;
  font-family: "centurygothic-2", sans-serif;
}

.whats {
  width: 100% !important;
  font-family: "centurygothic-2", sans-serif;
}

img.brands {
  max-width: 350px;
  margin-left: 120px;
}

.video-im {
  max-width: 100%;
  margin-top: 100px;
}

#contact-us {
  background-image: url(/img/bg-contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us img {
  max-width: 100%;
}

#contact-us .container-fluid {
  padding-top: 10%;
  padding-bottom: 10%;
}

input::placeholder,
textarea::placeholder {
  color: white; /* Cambia #ff6347 por el color que desees */
}

form#contactForm {
  display: block;
  margin: auto;
  text-align: center;
  width: 80%;
  border: 0.5px solid white;
  padding: 30px;
  border-radius: 20px;
  font-family: "centurygothic-2", sans-serif;
  font-size: 13px;
}

#contactForm button {
  font-family: "centurygothic-2", sans-serif;
  font-size: 13px;
}

input {
  width: 80%;
  background: transparent;
  border: 0.5px solid white;
  height: 40px;
  color: white;
  padding: 10px;
  border-radius: 15px;
}

textarea {
  width: 80%;
  background: transparent;
  border: 0.5px solid white;
  height: 90px;
  color: white;
  padding: 10px;
  border-radius: 15px;
  color: white;
}

button {
  background: white;
  width: 80%;
  border: 0.5px solid white;
  height: 30px;
  color: black;
  border-radius: 15px;
}

footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
}

footer p {
  margin-top: 20px;
  width: 60%;
}

.bg-blac-footer-btn {
  background-color: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.bg-blac-footer-btn p {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 12px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

video {
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%; /* Ocupa todo el ancho */
  min-height: 100%; /* Ocupa todo el alto */
  width: auto;
  height: auto;
  object-fit: cover; /* Ajusta el video sin distorsionar */
  cursor: pointer; /* Cambia el cursor a "mano" para indicar que es clickeable */
  padding-bottom: 90px;
}

#clients {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .adorn-icon {
    width: 211px;
    left: 85%;
    margin-top: -100px;
  }
}

@media only screen and (max-width: 990px) {
  .squere-home {
    max-width: 800px;
    width: 100%;
    margin-top: -35px;
    left: 0;
    display: block;
    margin: auto;
  }
  .adorn-icon {
    display: none;
  }

  img.whats {
    left: 91%;
  }

  img.our-bookes {
    transform: rotate(90deg);
    padding-top: 0;
    left: 0;
    width: 200px;
    padding-bottom: 0;
    margin-top: 90px;
  }

  button.navbar-toggler {
    border: none;
    text-align: left;
  }

  .content-squere {
    margin-top: 0px;
  }

  .margenmeno {
    margin-top: -80px;
  }

  .paddin-demas {
    padding-bottom: 100px;
  }
  .im-bokke-3 {
    top: -58px;
    width: 185px !important;
  }
  img.brands {
    padding-bottom: 100px;
  }

  video {
    position: relative;
    max-width: 320px;
    width: 100%;
    padding: 50px;
  }

  #clients {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .flowmates {
    display: inline-block;
    width: 49%;
    margin-top: 25px !important;
  }

  img.brands {
    display: inline-block;
    width: 49%;
    padding-bottom: 0;
  }

  .video-im {
    margin-top: 50px;
  }

  footer p {
    width: 100%;
  }
  .squere-home {
    width: 90%;
  }

  .flowmates {
    margin-left: 0px !important;
  }
  .brands {
    margin-left: 0px !important;
  }
  .container-fluid {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  video {
    left: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .text-md-start img {
    padding-top: 10%;
  }
  img.our-bookes {
    left: 36px;
  }

  img.whats {
    left: 85%;
    top: 92%;
  }

  video {
    padding: 5px;
  }

  .flowmates {
    margin-top: 15px !important;
  }
  .video-im {
    margin-top: 10px;
  }
  footer p {
    text-align: center;
  }
  .separator {
  }

  .menu ul {
    gap: 10px;
  }
  .menu ul li a {
    font-size: 14px;
  }

  img.im-bokke-1 {
    width: 190px;
  }
  .col-dedos-2 h5 {
    padding-top: 26px;
  }
  img.im-bokke-2 {
    width: 159px !important;
  }
  .im-bokke-3 {
    top: -56px;
    width: 130px !important;
    right: 20px;
  }
  img.im-bokke-4 {
    width: 145px;
  }

  input,
  textarea {
    width: 100%;
  }

  form#contactForm {
    width: 100%;
  }

  button {
    width: 100%;
  }
}
