// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900


.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.gochi-hand-regular {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-style: normal;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2A2C2E;
  background-color: #FCFCFC;
  overflow-x: hidden;
}
a{
  color:#E43D2F;
}
.nopc{
  display: none;
}
.nomob{
  display: block;
}
.calltoaction:hover{
  transform: scale(1.3);
}
.calltoaction{
  transition: transform .2s;
}
.nav{
  justify-content: center;
}
.mt-30{
  margin-top: 30px;
}
.mt-60{
  margin-top: 60px;
}
.mt-90{
  margin-top: 90px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60{
  margin-bottom: 60px;
}
.banner{
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 100px;
  line-height: 90px;
}
.banner span{
  font-family: "Gochi Hand", cursive;
  color:#E43D2F;
  font-size: 160px;
}
.dot {
  height: 155px;
  width: 155px;
  background-color: #2A2C2E;
  border-radius: 50%;
  display: inline-block;
}
.call{
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 150px;
  line-height: 120px;
}
.call span{
  font-family: "Gochi Hand", cursive;
  color:#E43D2F;
  font-size: 180px;
}

.cintillo{
  background-color: #2A2C2E;
  color:white;
}
.marquee {
  position: relative;
  max-width: 300%;
  height: 60px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 19s linear infinite;
  margin-top: 6px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



.box-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
}
.box{
  width:25%;
  margin-bottom: 20px;
  align-items:center;
  justify-content:center;
  border-radius:3px;
  transition:.2s all; 
}
.box-wrap:hover .box{
  filter:blur(5px);
  transform: scale(.8);
  box-shadow:none;
}
.box-wrap:hover .box:hover{
  transform:scale(1.3);
  filter:blur(0px);
  opacity:1;
  z-index: 99;
}
.videoo{
  width: auto;
  height: 600px !important;
}
.links{
  font-size: 12px;
}
.row {
    --bs-gutter-x: 0rem;
}
.nav ul {
    display: inline-block;
    list-style-type: none;
}
div .nav{
  text-align: center;
}
div .nav ul{
  display: inline-block;
}


@media (max-width: 1000px) and (min-width:701px) {
  .videoo{ 
    width: auto;
    height: 300px !important;
  }
  .banner{
    font-size: 60px;
    line-height: 55px;
  }
  .banner span{
    font-size: 90px;
  }
  .call{
    font-size: 95px;
    line-height: 80px;
  }
  .call span{
    font-size: 120px;
  }
  .mt-30{
  margin-top: 10px;
  }
  .mt-60{
    margin-top: 10px;
  }
  .mt-90{
    margin-top: 50px;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  .mb-40{
    margin-bottom: 40px;
  }
  .mb-60{
    margin-bottom: 60px;
  }
  .box{
    width:33%;
  }
}




@media only screen and (max-width: 700px) {
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
  .videoo{
    width: auto;
    height: 340px !important;
  }
  .banner{
    font-size: 50px;
    line-height: 45px;
  }
  .banner span{
    font-size: 80px;
  }
  .call{
    font-size: 75px;
    line-height: 60px;
  }
  .call span{
    font-size: 60px!important;
  }
  .mt-30{
  margin-top: 10px;
  }
  .mt-60{
    margin-top: 20px;
  }
  .mt-90{
    margin-top: 50px;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  .mb-40{
    margin-bottom: 40px;
  }
  .mb-60{
    margin-bottom: 60px;
  }
  body{
    font-size: 14px;
  }
  .dot {
    height: 85px;
    width: 85px;
  }
  .box{
    width:50%;
  }
  .links{
    font-size: 10px;
  }
  .call{
    text-align: center!important;
  }
  .mobcenter{
    text-align: center;
  }
  .nopc{
    display: flex !important;
  }
  .nomob{
    display: none;
  }
}





  body::-webkit-scrollbar {
    width: 8px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4);
    border-radius: 20px;
  }

  body::-webkit-scrollbar-track-piece:start {
    background: #2A2C2E;
  }

  @media (max-width: 991px) {
    .navbar-nav {
        flex-direction: row !important;
        justify-content: center !important;
    }
    .navbar-nav .dropdown-menu {
      position: absolute;
      left: -50px;
    }
}
.nav-item:hover .dropdown-menu {
          display: block;
        }
        .nav-item {
            position: relative;
            padding: 0.1rem 0.2rem!important;
            font-size: 10px!important;
        }

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}


#chatbot-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background: #E43D2F;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
#chatbot-toggle img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
#chatbot {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 420px;
  max-height: 430px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  display: none;
  flex-direction: column;
  overflow: hidden;
  font-family: Arial, sans-serif;
  border: 1px solid #e5e7eb;
}

/* Header */
#chatbot-header {
  background: #E43D2F;
  color: white;
  padding: 12px;
  font-weight: bold;
  text-align: center;
}

/* Área de mensajes */
#chatbot-messages {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Burbujas */
.message {
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.3;
}
.message.bot {
  align-self: flex-start;
  background: #eef2ff;
}
.message.user {
  align-self: flex-end;
  background: #2563eb;
  color: #fff;
}

/* Input */
#chatbot-input {
  display: flex;
  border-top: 1px solid #ddd;
}
#chatbot-input input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
  outline: none;
}
#chatbot-input button {
  background: #E43D2F;
  color: white;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
}

h1{
        font-display: swap
      }
      @media only screen and (max-width: 700px) {
        .banner {
            font-size: 34px!important;
            line-height: 36px!important;
        }
            .call {
            font-size: 40px!important;
            line-height: 37px!important;
        }
        .banner span {
            font-size: 58px!important;
        }
    }
    .linksfoter a{
      font-weight: 700;
    }


