/*TIPOGRAFIA*/
.passion-one-regular {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.passion-one-bold {
  font-family: "Passion One", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.passion-one-black {
  font-family: "Passion One", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body{background: transparent;}
p{font-family: "Barlow", sans-serif;}

.titulo-seccion{font-size: 56px;text-align: center;}
.titulo-seccion span{color:#a32035;}
.titulo{font-size: 26px; }
.text{font-size: 16px;}




.clearfix{ height:40px; }
#wrapper{background-color: #ffffff;}
.found-contact{
/*  background-image: linear-gradient(0deg, rgba(164, 32, 53, 1) 26%, rgba(255, 255, 255, 0.1) 75%, rgba(164, 32, 53, 0.2) 5%, rgba(164, 32, 53, 0) 7%);*/
  background-image: linear-gradient(0deg, rgba(164, 32, 53, .9) 26%, rgba(255, 255, 255, 0) 75%, rgba(164, 32, 53, 0.2) 5%, rgba(164, 32, 53, 0) 7%);
}



/* Sección "Contáctanos" */
.contactanos-section { padding: 0 0 60px 0;width: 100%; margin: 0 auto; display: inline-block; position: relative; }
.contactanos-title {
  text-align: center;
  color: #7e1c29;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.contactanos-desc {
    text-align: center;
    color: #7e1c29;
    font-size: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.contactanos-form {
  max-width: 760px;
  margin: 0 auto;
}
.contactanos-input {
  background: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  padding: 14px 16px;
  margin-bottom: 0;
  box-shadow: none;
}
.contactanos-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #7e1c29;
}
.contactanos-btn {
  background: #fff;
  color: #7e1c29;
  font-size: 1.2rem;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  margin-top: 20px;
  letter-spacing: 2px;
  transition: background 0.2s, color 0.2s;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0; position: absolute; top: 53px; background: #a32035; padding: 0; /*padding: 8px 20px;*/
    border-left: 2px solid #fff; border-right: 2px solid #fff; border-bottom: 2px solid #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item{
    color: #ffffff;
    font-size: 20px;
    padding: 8px 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:hover{color: #a32035;}
.dropdown-item.active, .dropdown-item:active{background: transparent !important;color: #ffffff !important;}


.base-whatsapp{
  background:#fff;
  display:block;
  position:fixed;
  right:0;
  top:calc(50% - 75px);
  width:72px;
  height:150px;
  z-index:999;
  background:url(../images/base-whatsapp.png)top center no-repeat;
}
#whatsapp-btn{
  display:block;
  position:absolute;
  top:51px;
  left:14px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:url(../images/btn-whatsapp.png);
  background-size:100%;
}

.pulsar {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(21,153,79, 0.4);
  animation: pulsation 2s infinite;
}
.pulsar:hover {
  animation: none;
}

@-webkit-keyframes pulsation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(21,153,79, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(21,153,79, 0);
  }
}
@keyframes pulsation {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);
    box-shadow: 0 0 0 0 rgba(21,153,79, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(21,153,79, 0);
      box-shadow: 0 0 0 10px rgba(21,153,79, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(21,153,79, 0);
      box-shadow: 0 0 0 0 rgba(21,153,79, 0);
  }
}


/* FIRMA KBI */
.firmaKBI {
    width: 40px;
    height: 20px;
    display: block;
    background: url(../images/firma/firma.png)no-repeat;
    position: relative;
    top: inherit;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.firmaKBI:hover {width: 95px;}

.footer-emideal {
  background: #000;
  color: #eaeaea;
  padding: 30px 0 10px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
}

.footer-logo {
  max-width: 110px;
  margin-bottom: 10px;
}

.footer-copyright {
  font-size: 13px;
  color: #eaeaea;
  margin-top: 5px;
}

.footer-menu {
  margin-bottom: 10px;
}

.footer-link {
  color: #eaeaea;
  text-decoration: none;
  margin: 0 12px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #a62c3b;
}

.footer-contact {
  color: #eaeaea;
  font-size: 15px;
  margin-bottom: 0;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 0;
}
.footer-social .btn-facebook{
  color:#000; width: 40px; height: 40px;
}
.footer-social .btn-linkedin{
  color:#000; width: 40px; height: 40px;
}
.footer-social .btn-facebook .content-f{
  display:flex; align-items:center; justify-content:center; width:100%; height:100%;
}
.footer-social .btn-linkedin .content-l{
  display:flex; align-items:center; justify-content:center; width:100%; height:100%;
}
.footer-social .btn-facebook .content-f .fa-facebook-f{font-size: 20px; font-weight: bold;}
.footer-social .btn-linkedin .content-l .fa-linkedin-in{font-size: 20px; font-weight: bold;}


.footer-social-icon {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  transition: background 0.2s;
}

.footer-social-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.footer-social-icon:hover {
  background: #a62c3b;
}

 

@media screen and (max-width: 1440px){
    .titulo-seccion { font-size: 50px; }
}


@media screen and (max-width: 1360px){
    .titulo{font-size: 21px;}
    .text{font-size: 13px;}
}


@media screen and (max-width: 1200px){
    .titulo-seccion { font-size: 40px; }
    .text-banner { font-size: 26px;}
    .titulo-nosotros{font-size: 40px;}
}

@media screen and (max-width: 1200px){
    .titulo-seccion { font-size: 40px; }

}


@media screen and (max-width: 991px){
    .text-banner { font-size: 18px; }
    .contactanos-desc{font-size: 18px;}
    .titulo-seccion { font-size: 30px; }
    .navbar-expand-lg .navbar-nav .dropdown-menu{position: relative; top: 0;border-left: 2px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff;}
    .footer-contact{margin-bottom: 30px;}
}

@media screen and (max-width: 880px){
    .text{font-size: 14px; padding-right: 25px;}
    .titulo { font-size: 18px; }
    .max-catalogo{width: 100%;}
}

 @media (max-width: 768px) {
    .footer-emideal {
      font-size: 13px;
      padding: 20px 0 8px 0;
    }

    .footer-logo {
      max-width: 80px;
    }

    .footer-link {
      margin: 0 6px;
      font-size: 13px;
    }

    .footer-social-icon img {
      width: 22px;
      height: 22px;
    }
  }

@media screen and (max-width: 767px){
    .contactanos-title { font-size: 2rem; }
    .contactanos-form { max-width: 100%; padding: 0 10px; }


    .titulo{font-size: 20px;}
    .text{font-size: 16px;}
    

    .titulo-seccion { font-size: 50px; }
    .text-content{font-size: 30px !important;}

    .contactanos-desc br{ display:none; }
}


@media screen and (max-width: 600px){
    .text-content { font-size: 20px !important; line-height: 26px; }
    .titulo-seccion { font-size: 38px; }
}

@media screen and (max-width: 480px){
    .titulo-seccion { font-size: 30px; }
    .productos-label { padding: 0px 40px; font-size: 22px; }
    .text-content { font-size: 18px !important; line-height: 26px; }

    .titulo-seccion{margin-bottom: 0px !important;}
    .text-content { font-size: 16px !important; line-height: normal; }
    .contactanos-title{ margin-top: 10px !important; padding-bottom: 10px; }
    .contactanos-desc{margin-bottom: 0px; font-size: 16px; padding: 0 20px;}
    .footer-emideal{ padding: 30px 0 50px 0; }
    .contactanos-section { padding: 20px 0 30px 0; }
}

@media screen and (max-width: 400px){
      .text { font-size: 14px; padding-right:0 !important; }
      .text br{display: none;}
    .titulo { font-size: 18px; }
    .btn-ideal{border: 2px solid white; font-size: 14px;}
    .banner-home .content-text { min-height: 250px; }
}