body {
  background: #FCFBF7;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  text-align: left;
  color: #0E1C49;
}

/*HEADER*/
.hdftp {
  background: #000;
}

.head-topp {
  font-size: 10pt;
  padding: 5px;
}

.header-nosotros {
  background: url('/images/nosotros/bg-nosotros.png') no-repeat center;
  background-size: cover;
}

.header-crematorio {
  position: relative;
  background: url('/images/bg-crematorio.jpg') no-repeat center center;
  background-size: cover;
  z-index: 1;
}


.header-hotel {
  position: relative;
  background: url('/images/bg-hotel.jpg') no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.header-hotel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* Cambia el color y opacidad */
  z-index: -1;
}

.header-contacto,
.header-eutanasia,
.header-veterinarios,
.header-cremacion,
.header-blog {
  background: url('/images/bg-cremacion.png') no-repeat;
  background-size: cover;
}

.bg-footer {
  background: url('/images/bg-footer.png') no-repeat;
  background-size: cover;
}

.img-hotel {
  background: url('/images/hotel/01.webp') no-repeat;
  background-size: cover;
  padding: 100px;
}

@media (max-width: 768px) {
  .img-hotel {
   padding: 10px !important;
  }
}

.slide-cont-movil {
  background: url('/images/slide1-movil.png') no-repeat;
  background-size: cover;
  min-height: 780px;
}

.header-contacto h1.titulo,
.header-nosotros h1.titulo,
.header-crematorio h1.titulo,
.header-hotel h1.titulo {
  font-family: "Roboto", sans-serif;
  font-size: 65px;

}


.menu-main .nav-link {
  font-family: "Radio Canada", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  padding: 5px 20px !important;
  margin: 0 2px;
  border-radius: 10px;

}

.text-danger {
  color: #F26C3E !important;
}
.bg-danger {
  background-color: #F26C3E !important;
}
.btn-danger{
  background-color: #F26C3E !important;
  color: #fff;
  border-radius: 30px;
  font-size: 16pt;
}
.btn-danger:hover{
   background-color: #0E1C49 !important;
   border:1px solid #0E1C49;
}
.btn-danger2{
  background-color: #F26C3E !important;
  color: #fff;
  border-radius: 30px;
  font-size: 16pt;
}
.btn-danger2:hover{
   background-color: #fff !important;
   border:1px solid #fff;
   color: #0E1C49;
}

.text-primary {
  color: #0E1C49 !important;
}

.bg-primary {
  background: #0E1C49 !important;
}

.btn-primary {
  background-color: #0E1C49 !important;
  color: #fff;
}

.menu-main a.active,
.menu-main .nav-item a:hover {
  background-color: #0E1C49;
  color: #fff !important;
  border-radius: 10px;
}

p {
  font-size: 16pt !important;
}

.menu-main .nav-item {
  padding: 0px !important;
}

.top-bar {
  transition: all 0.3s ease;
}

.top-bar.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .hover-dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {

  h1 {
    font-size: 60px !important;
  }

  h2 {
    font-size: 55px !important;
  }

  h3 {
    font-size: 45px !important;
  }

}


@media (min-width: 768px) {
  .mg-header{
    margin-top:134px;
  }
}

@media (max-width: 767px) {
  .mg-header{
    margin-top:160px;
  }
  .slide-cont .container {
    padding: 0 !important;
  }

  .half-bg-content {
    padding: 0 !important;
  }

  .col-atencion {
    padding: 0 !important;
  }

  .col-atencion .highlight-box {
    padding: 0 !important;
  }

  .column-solicita h3 {
    padding: 0 !important;
  }
}

.serv-domicilio .card-text,
.serv-domicilio-row .card-text,
.serv-domicilio-row2 .card-text {
  background: #FCC916;
  bottom: -10px;
  position: absolute;
  width: 90%;
  height: 90px;
  font-weight: bold;
  font-size: 13pt;
  line-height: 120%;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin: 0 5%;
}

.serv-domicilio-nos .card-text {
  background: #FCC916;
  bottom: -50px;
  position: absolute;
  width: 90%;
  font-weight: bold;
  font-size: 18pt !important;
  line-height: 120%;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  margin: 0 5%;
}

.header-servicio .card-text {
  background: #FCC916;
  left: -120px;
  position: absolute;
  width: auto;
  font-size: 13pt !important;
  padding: 15px;
  text-align: left;
  margin-top: 30px;
}

.header-servicio .card-text-movil {
  background: #FCC916;
  bottom: -40px;
  position: absolute;
  width: 90%;
  font-size: 13pt !important;
  padding: 15px;
  text-align: left;
  margin: 0 5%;
}


.column-compromiso {
  background: #ECEBEB;
}

.column-porqueelegirnos {
  /*  background: url('/images/bg-porque.png') no-repeat;
  background-size: cover;*/
  background: #F4F4F4;
}

.column-solicita .column1 {
  background-image: url('/images/bg-solicita.jpg');
  background-size: cover;
  background-position: center;
}

.text-right {
  text-align: right;
}

.column-contacto {
  font-size: 15px;
}

.column-contacto h2 {
  font-size: 35px;
  font-weight: bold;
}

.brand-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-10px);
}

.brand-card img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.hover-lift {
  transition: transform 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-20px);
}

.divider-line {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 3px;
  background-color: #B30103;
  margin: 1rem 1rem;
}

.divider-line2 {
  display: inline-block;
  text-align: left;
  width: 100px;
  height: 3px;
  background-color: #B30103;
  margin: 10px 0;
}

.line-divider2 {
  width: 100px;
  height: 3px;
  background-color: #E5C64A;
  margin: 0.5rem 0;
}

.column-marca a {
  color: #000;
}

.column-marca .texto {
  font-size: 12pt;
}

.column-marca .texto strong {
  font-weight: 500;
}


/*OTROS*/
.btn-amarillo {
  background: #FCC916;
  padding: 15px 20px;
  color: #000;
  border-radius: 0;
  font-size: 13pt;
  font-weight: bold;
}

.btn-amarillo:hover {
  background: #FCC916;
  color: #000;
}

.btn-azul {
  background: #276CD9;
  padding: 20px 30px;
  color: #fff;
  border-radius: 0;
  font-size: 11pt;
  font-weight: bold;
  color: #fff;
}

.btn-azul:hover {
  background: #4A85E0;
  color: #fff;
}

@media (max-width: 767px) {
  .head-topp .direccion {
    display: none !important;
  }

  .navbar .texto {
    font-size: 12pt;
  }

  .header-servicio h1.titulo,
  .header-nosotros h1.titulo,
  .header-contacto h1.titulo {
    font-size: 25pt;
  }
}

/*FOOTER*/
footer {
  background: #FCC916;
  color: #000;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #000;
}

footer .footer-bottom .copyright {
  font-size: 10pt !important;
}

footer h4 {
  text-transform: uppercase;
  font-size: 11pt;
}


#back_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

#back_to_top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.linea-azul {
  width: 100px;
  height: 3px;
  background-color: #0E1C49;
  margin: 0.5rem 0;
}

.half-bg-container {
  position: relative;
  overflow: hidden;
}

.half-bg-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 0;
}

.half-bg-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

@media (max-width: 768px) {
  .cuerpo-listado {
    max-width: 100% !important;
  }

  .column-siguenos .text-siguenos {
    display: inline-block;
  }


}

.icon-rounded {
  background-color: #000;
  color: white;
  padding: 18px;
  border-radius: 50%;
  display: inline-block;
  font-size: 22pt;
  width: 65px;
  height: 65px;
}

.info-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1rem;
}

.info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.info-box:hover .icon-circle {
  background-color: #ff7043;
  /* nuevo color al hacer hover */
  transform: scale(1.1);
}

.info-box i {
  transition: color 0.3s ease;
}

.info-box:hover i {
  color: white;
}

.bg-estamos {
background-image: url('/images/perro-telefono.avif'); 
background-size: cover;background-repeat: no-repeat; 
background-position: center; width: 100%;height: 102vh;
}

@media (max-width: 768px) {
  .bg-estamos {
    background-image: url('/images/bg-perro-telefono-movil.png') !important;
  }
}