body

@font-face {
  font-family: 'JannaLTBold';
  src: url('../fonts/JannaLT-Bold.ttf') format('truetype');
}

.logo{
  width: 150px;
} 
 

/*titulos banner*/
.h1banner{ 
  font-weight: 400;
  color: white;
  text-shadow: .5px .5px .5px #000;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 2rem;  
  
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}

.txt-blue{
  color: #27274c;  
}

.txt-red{
  color: #e55130;  
}

.card-custom {
      border: none;
      border-radius: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .card-custom:hover {
      transform: translateY(-5px);
    }

    .card-img-top {
      width: 80%;
      height: auto;
      margin: 20px auto 0;
      display: block;
    }

    .card-body {
      text-align: center;
    }

    .card-body ul {
      padding-left: 0;
      list-style-type: none;
    }

    .card-body ul li::before {
      color: #e55130;
    }

    .highlight-bottom {
      border-bottom: 4px solid #e55130;
      border-radius: 0 0 20px 20px;
    }

/*botones*/
.btn-llamanos{
  background: #E55031;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: rgb(229, 81, 48);
  color: white;
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-1{
  background: #27274c;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: rgb(14, 14, 40);
  color: white;
}

.btn-2{
  background: #E55031;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-2:hover{
  background: rgb(255, 255, 255);
  color: #E55031;
}


.btn-envia{
  background: #27274c;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: rgb(116, 116, 145);
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #000000;
  color: white;  
} 

.btn-llamanos-g{
  background: #27274c;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#5f5f84; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
}

/*backgrounds*/
.bg-menu{ 
  background: #f4f4f4;
}

.bg-red{ 
  background: #e55130;
}

.bg-blue{ 
  background: #27274c;
}

.bg-image {
  position: relative;
  background: url('../img/bg-img-3.webp') no-repeat center center;
  background-size: cover;
  border-radius: 60px; /* Bordes redondeados */
  overflow: hidden; /* Evita desbordes */
  padding: 100px 0; /* Espaciado para que el contenido no quede pegado */
}

.bg-img-2{
  background-image: url('../img/fondo-1.webp');
  background-size: cover; /* O ajusta según necesites */
  background-repeat: no-repeat;
  background-position: center;
}

.gradient-box1{ 
  background: #ffffff;
  background: linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -webkit-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -moz-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
}


/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*boxes*/

.box1{
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px;
  box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -webkit-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
}  

.box2{
  background: #f4f4f4;  
  border-radius: 30px; 
  padding: 40px; 
}   

.box3{
  background:#dddfdf;  
  border-radius: 30px; 
  padding: 40px 40px 0px 40px; 
}   


/*texto caja*/
.txt-box1{
  background: rgb(229, 81, 48);
  border-radius: 20px; 
  padding: 8px 15px 8px 15px;
  display: inline-block; /* Ajusta el ancho al contenido */
}

/*titulo de box1*/
.h2-with-line {
  display: flex;
  align-items: center;
  text-align: center;
}

.h2-with-line::before,
.h2-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* Color de la línea */
  margin: 0 15px; /* Espacio entre el texto y las líneas */
}



/*tamaño de imagenes*/
.img-size1{
  width: 80px;
}

.img-size2{
  width: 60px;
}

.img-size3{
  width: 500px;
}

.img-size4{
  width: 800px;
}

.img-tslider{
  width:180px;
}

.bcard-accent {
  border-color: rgb(16, 218, 90)!important; 
}

/*n*/
.acordeon-1 .accordion-button:not(.collapsed) {
  color: white!important; 
  background-color: gray!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} 

/*btn navpills*/
.custom-pills.nav-link.active, 
.nav-pills .show > .nav-link {
    color: white !important;
    background-color: #ff5733 !important;
}  

.custom-pills.nav-link, 
.nav-pills .show > .nav-link {
    color: #ff5733 !important;
}  


@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 

}



@media (max-width: 768px){

  #banner {
      background-size: 160% auto;
      background-position: 0px 0px;
  } 

  .h1banner{
    padding-top: 18px; 
    font-size: 31px;
    margin-bottom: 4px;
  }

  .h2banner{
    /*padding-top: 23px;*/
    font-size: 19px;
    margin-bottom: 4px;
  }

  /*cajas*/
  .box1 {
    margin: 20px;
    padding: 10px;
  }

  .box2 {
    padding: 20px;
    margin: 10px;
  }

  .box3 {
    margin: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  /*formulario*/
  .bg-form {
    background: rgb(126, 126, 126);
    border-radius: 20px; 
  } 


 
}