@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  --naranja1: #ff6b00;
  --amarillo1: #f4a51b;
  --negro1: #3a3631;
  --marino: #161838;
}

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.woff2') format('woff2'),
      url('../fonts/Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.woff2') format('woff2'),
      url('../fonts/Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CalibriBlold';
  src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
      url('../fonts/Calibri-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.woff2') format('woff2'),
      url('../fonts/Calibri.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CalibriLight';
  src: url('../fonts/Calibri-Light.woff2') format('woff2'),
      url('../fonts/Calibri-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body,.p{
  font-family: 'Calibri';
  letter-spacing: 1px;
  font-size: 17px;
}

h1,h2,h3,h4,h5{
  font-family: 'Impact';
  margin: 0px;
  letter-spacing: 1px;
}

.img-res img{
  max-width: 100%;
}

section{
  padding: 75px 0px 75px 0px;
}

.text-naranja{
  color: var(--naranja1);
}

.ad{
  text-decoration: none;
  color:#000;
}

.space_30{
  margin-top: 30px;
}

.btm-naranja{
  background-color: var(--naranja1);
  border: none;
  color: #fff;
}

.btm-naranja:hover{
  background-color: #ca5603;
  color:#ffffff;
}

.calendly-badge-widget {
    bottom: 35px;
}
#contacto{
  background-color: var(--negro1);
  height: 550px;
  background-image: url('../img/back_form.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.form-floating{
  color:#8d8d8d;
}

.caja_mapas{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;

}

.conten_maps{
  position: absolute;
  min-width: 100%;
  height: 558px;
  background-color: var(--negro1);
  border-radius: 10px;
  overflow: hidden;
}
.map_normal{
  background-color: #737373;
  color:#ffffff;
  font-weight: bold;
}

.map_active{
  background-color: var(--naranja1);
  border: 3px solid #febe5fe0;
  color:#ffffff;
}

.map_normal:hover{
  color:#ffffff;
}

.map_col{
  min-height:400px;
}



footer{
  background-color: #fff;
  padding: 30px 0px;
  border-top: 4px solid var(--naranja1);
}

.logo_footer{
  filter: invert(1);
  width: 160px;
}
.redes_footer{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.rf{
  width: 30px;
  cursor: pointer;
}

.ani_1{
  -webkit-animation-delay: 0.2s;
   animation-delay: 0.2s;
}
.ani_2{
  -webkit-animation-delay: 0.4s;
   animation-delay: 0.4s;
}
.ani_3{
  -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
}
.ani_4{
  -webkit-animation-delay: 0.8s;
   animation-delay: 0.8s;
}
.ani_5{
  -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.ani_6{
  -webkit-animation-delay: 1.3s;
   animation-delay: 1.3s;
}

.social_wp{
  position: fixed;
  left: 20px;
  bottom: 15px;
  width: 55px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;

}


.direccion{
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 279px;
  text-align: center;
}

.col-5-custom {
  width: 20%; /* Aproximadamente 1/5 del ancho */
}

.direccion:hover{
  border: 3px solid #fb6c30;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .direccion{
    min-height: 303px;    
  }
  .col-5-custom {
    width: 33%; /* Aproximadamente 1/5 del ancho */
  }
  #contacto{
    height: auto;
  }

}



  @media (max-width: 991.98px) {
    #contacto{
      height: auto;
    }
    .col-5-custom {
      width: 50%; /* Aproximadamente 1/5 del ancho */
    }
  }

  @media (max-width: 767.98px) {


    body, p{
      font-size: 1em;
    }
    h2{
      font-size: 1.1em;
    }
    h3{
      font-size: 1em;
    }

    h4{
      font-size: .9em;
    }

    .redes_footer{
      justify-content: start;
    }
    .title_producto>h2{
      font-size: 2.3em;
    }
    .title_producto>h4{
      font-size: 2em;
    }
    .social_wp {
      width: 40px;
      left: auto;
      bottom: 73px;
      right: 22px;
    }

    #contacto{
      height: auto;
    }

    .col-5-custom {
      width: 50%; /* Aproximadamente 1/5 del ancho */
    }
    .direccion {
      padding: 30px 10px 30px 10px;    
    }
  }

