/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--color1);
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

.container{
  max-width: 1170px !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-family: 'Gotham Rounded Book';
  font-size: 40px;
  color: var(--color1);
  text-transform: none;
  font-weight: normal;
}
.section-header p {
  font-weight: normal;
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  color: var(--color1);
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: white;
  min-height: 40px;
  margin-top: 40px; 
  color: var(--color1);
  overflow: visible !important;
}

.breadcrumbs .breadcrumbs-title{
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color1);
  padding: 0 !important;
  margin: 0 !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}

/* .page-title{
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color1);
  padding: 0 !important;
  margin: 0 !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
 */

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-weight: normal;
  font-family: 'Gotham Rounded Book';
  font-size: 40px;
  padding: 0px !important;
  margin: 0px !important;
}
.breadcrumbs ol {
  font-weight: normal;
  font-family: 'Gotham Rounded Book';
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.breadcrumbs ol a {
  color: var(--color1);
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  color: var(--color3);
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color1);
  content: "|";
}

.breadcrumbs .row{
  align-items: flex-end;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: white;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* Top Bar
================================================== */
.top-bar {
  padding: 6px 0;
  background: transparent;
  position: relative;
  border-bottom: 1px solid var(--color2);
}

.top-menu ul{
  font-family: 'Gotham Rounded Book';
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px !important;
}

.top-menu ul li a{
  color: var(--color1);
  margin-right: 10px;
}

.top-menu ul li a.contact-link{
  border-right: 1px solid var(--color1);
  padding-right: 15px;
}

@media (max-width: 767px) {
  .top-menu ul li a{
    margin-right: 5px;

  }

  .top-menu ul li a.contact-link{
    padding-right: 10px;
  }
  
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 20px 0;
  padding-bottom: 0; */
}
.header.header-scrolled {
  background: white;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}


.logo-area {
  padding: 5px 0;
}

/*-- Logo --*/
.logo img {
  /* width: auto;
  height: 62px; */
  width:100%;
}

/* header right */
.header-right {
  float: right;
}

.sucursales-content p{
  margin-bottom: 0 !important;

}

.sucursales-title{
  font-family: 'Gotham Rounded Book';
  font-size: 15px;
  color: var(--color1);
}

.sucursales-title span{
  border-right: 1px solid var(--color1);
  padding-right: 5px;
}

.sucursales-title a{
  padding-left: 5px;
  color: var(--color3);
  text-decoration: underline;
}

.sucursal-info{
  font-family: 'Gotham Rounded Medium';
  /* line-height:1.3; */

}

.atencion-cliente {
  margin: 0;
  padding: 0;
  /* float: right; */
}

@media (max-width: 767px) {
  .atencion-cliente {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

.atencion-cliente-title{
  font-family: 'Gotham Rounded Book';
  font-size: 25px;
  color: var(--color3);
}

.atencion-cliente a{
  font-family: 'Gotham Rounded Bold';
  color: var(--color3);

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.bg-white{
  padding: 10px 0;
}

.bg-menu{
  background-color: var(--color3);
}

.navbar {
  padding: 0;
}
.navbar ul, .header-cart ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li, .header-cart li {
  position: relative;
}
.navbar a, .navbar a:focus  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 0px;
  padding-left: 0px !important;
  font-family: "Gotham Book";
  font-size: 15px;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  /* margin-left: 5px; */
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--color4);
  font-family: "Gotham Bold";
}


.header-cart ul {
  text-align: right;
  float: right;
  color:white;
}

.header-cart a, .header-cart a:focus  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 10px;
  /* padding-left: 0px !important; */
  font-family: "Gotham Book";
  font-size: 15px;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.header-cart a i, .header-cart a:focus i {
  font-size: 16px;
  padding-top: 2px;
  line-height: 0;
  /* margin-left: 5px; */
}

.header-cart a:hover, .header-cart li:hover > a {
  color: var(--color4);
  font-family: "Gotham Bold";
}

.btn.dropdown-toggle{
  background-color: transparent;
  border: 1px solid #959595;
  border-radius: 50px;
  font-family: "Gotham Book";
  font-size: 18px;
  color: var(--color1);
  padding: 5px 5px 5px 20px;
}

.dropdown-toggle::after {
  display: none;
}

.btn.dropdown-toggle i{
  border-left: 1px solid #959595;
  margin: 10px 0px 0px 25px;
  /* margin-left: 29px; */
  padding-left: 40px;
  padding-right: 0px;
  background: url(../img/dropdown-flecha.png) no-repeat center center;
}

.modal .modal-content{
  border: none;
  border-radius: 1rem;
}

.modal .modal-header{
  border-bottom: none;
  display: block;
}

.modal .modal-header i.close{
  color: var(--color3);
  font-size: 18px;
  float: right;
}



.modal .modal-body{
  padding: 30px 20px !important;
}

.modal .modal-body h2{
  font-family: 'Gotham Rounded Book' !important;
  font-size: 40px;
  font-weight: normal !important;
  color: var(--color1);
  padding: 30px 10px 0px 0px;
}

.modal .modal-body p{
  font-family: 'Gotham Rounded Book' !important;
  font-size: 18px;
  color: var(--color1);
}

.modal .modal-body .dropdown{
  float: left;
}

.modal .modal-body .btn-search{
  display: inline-block;
  /* width: 170px !important; */
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  font-family: 'Gotham Book';
  font-size: 18px;
  color: var(--color4);
  background-color: var(--color3);
  padding: 10px 20px;
  /* margin-left: 10px;  */
  transition: 0.5s;
  line-height: 1;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  font-weight: normal;
}

#hero a.btn-buy:hover, #hero a.btn-see-more:hover{
  text-decoration: underline;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--color2);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-top: 5px;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #4154f1;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: calc(100vh - 110px); */
  height: 480px;
  padding: 0;
  overflow: hidden;
  /* background: #000; */
}
#hero .carousel-item {
  width: 100%;
  /* height: calc(100vh - 110px); */
  height: 480px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#hero .carousel-content {
  text-align: left;
}
@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    /* height: calc(100vh - 70px); */
  }
  #hero .carousel-content.container {
    padding: 0 15px;
  }
}
#hero h2 {
  font-family: 'Gotham Rounded Book';
  color: var(--color1);
  margin-bottom: 30px;
  font-size: 50px;
}

#hero p {
  font-family: 'Gotham Rounded Book';
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: var(--color1);
}

#hero .precio{
  color: var(--color3);
  font-family: 'Gotham Rounded Bold';
  font-size: 40px;
}

#hero .precio sup{
  text-decoration: underline;
  font-size: 20px;
  top: -.8em;
}

#hero .moneda{
  color: var(--color3);
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  text-transform: uppercase;
}


@media (max-width: 767px) {
  #hero .precio{
    font-size: 26px;
  }

}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 2px solid var(--color1);

}

.carousel-indicators .active {
  background-color: var(--color1);
  opacity: .7;

}

#hero a.btn-buy, #hero a.btn-see-more{
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  font-family: 'Gotham Rounded Book';
  font-size: 25px;
  color: var(--color4);
  background-color: var(--color3);
  padding: 20px 30px;
  margin: 30px 10px;
  transition: 0.5s;
  line-height: 1;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  font-weight: normal;
}


@media (max-width: 767px) {
  #hero a.btn-buy, #hero a.btn-see-more{
    width: 150px !important;
    padding: 20px 10px;
    margin: 10px 5px;
    font-size: 20px;
  }

}

#hero a.btn-buy:hover, #hero a.btn-see-more:hover{
  text-decoration: underline;
}

#hero a.btn-see-more{
  color: var(--color3) !important;
  background-color: var(--color4) !important;
}


#hero .btn-buy {


}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (max-height: 500px) {
  #hero, #hero .carousel-item {
    height: 120vh;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Promociones
--------------------------------------------------------------*/

.promociones  {
  position: relative;
  z-index: 9;
  background: var(--color4);
  font-family: 'Gotham Rounded Book';

  }
  
  .promociones:after {
  content: "";
  position: absolute;
  z-index: -1;
  /* top: 480px; */
  top: 79.5%;
  right: 0%;
  bottom: 0;
  left: 0;
  background: white;
  }


.promociones .box {
  padding: 40px 0px 0px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  /* border-radius: 4px; */
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.promociones .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


.promociones h3 {
  font-family: 'Gotham Rounded Book';
  text-transform: uppercase;
  font-size: 30px;
  color: var(--color3);
  /* line-height: 0.9rem; */
}

.promociones .info{
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  color:var(--color1);
  padding-bottom: 10px;
}

.promociones .moneda{
  color: var(--color3);
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.5rem;
}

.promociones .price {
  color: var(--color3);
  font-family: 'Gotham Rounded Bold';
  font-size: 40px;
  margin-bottom: 10px;
}

.promociones .price sup {
  text-decoration: underline;
  font-size: 20px;
  top: -.8em;
}

.promociones .desc {
  padding: 0;
  color: var(--color1);
  text-align: center;
  font-size: 15px;
  margin: 30px auto;
  /* margin-bottom: 20px; */
  width: 80%;
}

.promociones .buy-box{
  background-color: var(--color3);
  padding: 20px 10px;
  /* margin: 0px 40px; */
}

.promociones .buy-box a{
  border:none;
  color: var(--color4);
  transition: none;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Gotham Rounded Book';
  transition: 0.3s;
  padding: 0 20px;
  /* margin: 10px 0; */
}


.promociones .btn-buy {
   border-right: 1px solid var(--color4) !important;
}

.promociones .buy-box a:hover {
  text-decoration: underline;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services{
  background: #fff url('../img/fondo-productos-servicios.png') no-repeat center 130px;
  background-size: contain;
  width: 100%;
}

@media (max-width: 767px) {
  .services{
    background: #fff url('../img/fondo-productos-servicios.png') no-repeat center 230px;
  }
}

.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: auto;
  /* padding: 100px 50px; */
  text-align: center;
  transition: 0.3s;
  /* border-radius: 5px; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 200px;
}

.services .service-box .title{
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 70px;
  margin: 40px 0 20px !important;

}

.services .service-box h3 {

  color: var(--color1);
  font-family: 'Gotham Rounded Book';
  /* align-self: flex-end; */
  /* padding: 50px; */
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
}

.services .service-box h3:hover {
  color: var(--color4);
}

.services .service-box.propiedades {
  background: #fff url(../img/productos-servicios/propiedades.png) no-repeat center 120px;
}

.services .service-box.propiedades:hover {
  background: var(--color3) url(../img/productos-servicios/propiedades-hover.png) no-repeat center 120px;
}

.services .service-box.funerales {
  background: #fff url(../img/productos-servicios/funerales.png) no-repeat center 120px;
}

.services .service-box.funerales:hover {
  background: var(--color3) url(../img/productos-servicios/funerales-hover.png) no-repeat center 120px;
}

.services .service-box.cremacion {
  background: #fff url(../img/productos-servicios/cremacion.png) no-repeat center 120px;
}

.services .service-box.cremacion:hover {
  background: var(--color3) url(../img/productos-servicios/cremacion-hover.png) no-repeat center 120px;
}

.services .service-box.ataudes {
  background: #fff url(../img/productos-servicios/ataudes.png) no-repeat center 120px;
}

.services .service-box.ataudes:hover {
  background: var(--color3) url(../img/productos-servicios/ataudes-hover.png) no-repeat center 120px;
}

.services .service-box.monumentos {
  background: #fff url(../img/productos-servicios/monumentos.png) no-repeat center 100px;
}

.services .service-box.monumentos:hover {
  background: var(--color3) url(../img/productos-servicios/monumentos-hover.png) no-repeat center 100px;
}

.services .service-box.urnas {
  background: #fff url(../img/productos-servicios/urnas.png) no-repeat center 100px;
}

.services .service-box.urnas:hover {
  background: var(--color3) url(../img/productos-servicios/urnas-hover.png) no-repeat center 100px;
}


.services .service-box:hover h3 {
  color: var(--color4);
}

.services .contact-link{
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  text-decoration: underline;
  color: var(--color3);
}


/*--------------------------------------------------------------
# Sucursales
--------------------------------------------------------------*/

.sucursales{
  background: var(--color4) url(../img/pinos.png) no-repeat 90% bottom ; 
}

.sucursales .sucursal-link{
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  text-decoration: underline;
  color: var(--color3);
}

/*--------------------------------------------------------------
# Obituarios
--------------------------------------------------------------*/

.obituarios{
  background: #fff url('../img/fondo-obituarios.jpg') no-repeat center top;
  background-size:cover;
  width: 100%;
  height: 480px;
}

.obituarios a{
  display: inline-block;
    width: 230px !important;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'Gotham Rounded Book';
    font-size: 30px;
    color: var(--color4);
    background-color: var(--color3);
    padding: 10px 30px;
    margin: 0 20px;
}


@media (max-width: 767px) {
  .obituarios a{
      display: inline-block;
      width: 200px !important;
      text-align: center;
      border-radius: 50px;
      box-sizing: border-box;
      font-family: 'Gotham Rounded Book';
      font-size: 30px;
      color: var(--color4);
      background-color: var(--color3);
      padding: 10px 30px;
      margin: 0 20px;
      margin-bottom: 10px;
  }
}

.obituarios a:hover{
  text-decoration: underline;
}

.obituarios a.saltillo{
  color: var(--color3) !important;
  background-color: var(--color4) !important;
}

/*--------------------------------------------------------------
# Emergencias
--------------------------------------------------------------*/

.emergencias{
  background: var(--color4);
  font-family: 'Gotham Rounded Book';
}

.emergencia-contact{
  border-top: 1px solid var(--color5);
  padding: 50px 0 0;
  /* padding-bottom: 0px; */
}

.emergencia-contact a{
    display: inline-block;
    width: 250px !important;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'Gotham Rounded Bold';
    font-size: 30px;
    color: var(--color3);
    background-color: var(--color4);
    padding: 5px;
    margin: 0 20px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

    /* box-shadow: 0px 0 60px rgba(1, 41, 112, 0.08); */

}


.emergencia a:hover{
  text-decoration: underline;
}

.emergencia-contact p{
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  font-weight: normal;
  color: var(--color1);
  line-height: 1.5rem;
}

/*--------------------------------------------------------------
# Emergencias Ventas
--------------------------------------------------------------*/

.ventas{
  padding: 30px 0 !important;
  background: #fff;
  font-family: 'Gotham Rounded Book';
  font-size: 35px;
  color: var(--color3);
}

.ventas-phone{
  font-family: 'Gotham Rounded Bold';
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-family: 'Gotham Rounded Book';
  background: var(--color1);
  padding: 0 0 30px 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: normal !important;
}

.footer .footer-top {
  background: var(--color3);
  padding: 60px 0 30px 0;
  font-size: 15px;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: var(--color6);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top h4 {
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  font-weight: normal;
  color:  var(--color6);;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  display: block;
  list-style-type: disc;
  padding: 0;
  margin: 0 20px;
}

.footer .footer-top .footer-links ul li {
  /* padding: 5px 0; */
  /* display: flex; */
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color:  var(--color6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color:  var(--color6);
}

.footer .footer-top .footer-clientes ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-clientes ul a {
  color:  var(--color6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: left;
  padding-top: 25px;
}

/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pagina de Productos
--------------------------------------------------------------*/

.productos  {
  position: relative;
  z-index: 9;
  background: white;
  font-family: 'Gotham Rounded Book';
  padding-top: 0px;

}
  
.productos:after {
  content: "";
  position: absolute;
  z-index: -1;
  /* top: 480px; */
  top: 77%;
  right: 0%;
  bottom: 0;
  left: 0;
  background: var(--color4);
  }



.productos .producto {
  width: 100%;
  /* text-align: center; */
  /* margin-bottom: 80px; */
  position: relative;
}
.productos .producto .pic {
  /* border-radius: 4px; */
  overflow: hidden;
  height: 297px;
}
.productos .producto  img {
  transition: all ease-in-out 0.4s;
}
.productos .producto:hover img {
  transform: scale(1.1);
}
.productos .producto .producto-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: var(--color3);
  padding: 20px 0;
  /* border-radius: 0 0 4px 4px; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.productos .producto h4 {
  font-family: 'Gotham Rounded Book';
  font-weight: normal !important;
  /* margin-bottom: 10px; */
  font-size: 38px;
  color: var(--color4);
  position: relative;
  /* padding-bottom: 10px; */
  text-align: center;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Detalles del Producto
--------------------------------------------------------------*/

.producto-detalle  {
  position: relative;
  z-index: 9;
  background: white;
  font-family: 'Gotham Rounded Book';
  padding-top: 0px;

}
  
.producto-detalle:after {
  content: "";
  position: absolute;
  z-index: -1;
  /* top: 480px; */
  top: 35%;
  right: 0%;
  bottom: 0;
  left: 0;
  background: var(--color4);
  }

  @media (max-width: 767px) {
    .producto-detalle:after{
      top: 20%;
    }

  }

  #producto-detalle .carousel-navigation-bar{
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
  }

  #producto-detalle .carousel-indicators {
    position: relative;
    right: 0 !important;
    /* bottom: -70px !important; */
    z-index: 2;
    margin-right: 0;
    margin-top: 0;
    margin-left: 12px;
    justify-content: start !important;
 
}

  #producto-detalle .carousel-indicators li {
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 100%;
  }
  
  #producto-detalle .carousel-indicators [data-bs-target] {
    background-color: white;
    border: none;
    margin-left: 0;
    margin-right: 10px !important;
    opacity: 1;
  }
  
  #producto-detalle .carousel-indicators .active {
    background-color: var(--color3);
    opacity: 1;
  
  }

  #producto-detalle .carousel-control-next-icon, #producto-detalle .carousel-control-prev-icon {
    background: none;
    font-size: 22px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  
  #producto-detalle .carousel-navigator {
    position: relative;
    right: 0 !important;
    /* bottom: -70px !important; */
    z-index: 2;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    justify-content: end !important;
    width: 35px;
    float: right !important;
    text-align: right !important;
    padding-right: 0;
 
}
/* 
#producto-detalle .carousel-control-prev, #producto-detalle .carousel-control-next {
  opacity: 1 !important;
} */



#producto-detalle .carousel-control-next-icon{
  color: var(--color3);
  text-align: right;

}

#producto-detalle .carousel-control-prev-icon{
  color: var(--color1);
}

#producto-detalle .contactar p{
  font-family: 'Gotham Rounded Book';
  font-size: 15px;
  color: var(--color1);
}

#producto-detalle .descripcion-producto{
  font-family: 'Gotham Rounded Book';
  font-size: 15px;
  color: var(--color1);
  padding: 25px 10px;
}

#producto-detalle .descripcion-producto .subtitulo{
  text-transform: uppercase;
  margin:30px 0 50px;
}

#producto-detalle .descripcion-producto ul{
  margin-left: 12px;
}

#producto-detalle .seleccion-plan{
  padding: 0px;
}

#producto-detalle .seleccion-plan hr{
  color: var(--color7) !important;
  margin-top: 20px;

}

#producto-detalle .seleccion-plan .dropdown{
  width: auto;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Gotham Book";

}

#producto-detalle .seleccion-plan .dropdown .btn.dropdown-toggle{
  background-color: white;
  border: none;
}

#producto-detalle .seleccion-plan .btn.dropdown-toggle i{
  border: none;
  background: url(../img/dropdown-flecha-gris.png) no-repeat center center;
}

#producto-detalle .seleccion-plan .btn.dropdown-toggle i.pago{
  background: url(../img/dropdown-flecha-morada.png) no-repeat center center;
}

.producto-detalle .precio {
  color: var(--color3);
  font-family: 'Gotham Rounded Bold';
  font-size: 40px;
  margin-bottom: 10px;
}

.producto-detalle .precio sup {
  text-decoration: underline;
  font-size: 20px;
  top: -.8em;
}

.producto-detalle .moneda{
  color: var(--color3);
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.5rem;
}

#producto-detalle a.btn-buy{
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  font-family: 'Gotham Rounded Book';
  font-size: 25px;
  color: var(--color4);
  background-color: var(--color3);
  padding: 20px 30px;
  margin: 30px 10px;
  transition: 0.5s;
  line-height: 1;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  font-weight: normal;
}

/*--------------------------------------------------------------
# Pagina de Sucursales
--------------------------------------------------------------*/

.sucursales-page  {
  background: white;
  font-family: 'Gotham Rounded Book';
  padding-top: 0px;

}

.sucursales-page .sucursal-nombre{
  color: var(--color8);
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color9);
}

.sucursales-page p{
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  color: var(--color1);
}

.sucursales-page .sucursal-direccion:after{
  display: block;
  color: var(--color1);
  content: "-";
}

.sucursales-page .contact-link{
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  text-decoration: underline;
  color: var(--color3);
}

/*--------------------------------------------------------------
# Pagina de Nosotros
--------------------------------------------------------------*/

.nosotros-page  {
  background: white;
  font-family: 'Gotham Rounded Book';
  padding-top: 0px;

}

.nosotros-page h3{
  color: var(--color8);
  font-family: 'Gotham Rounded Book';
  font-size: 40px;
  padding-bottom: 5px;
}

.nosotros-page h2{
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  padding-bottom: 5px;
  color: var(--color3);
  border-bottom: 1px solid var(--color10);

}

.nosotros-page ul{
  margin-left: 20px;
}

.nosotros-page ul li a{
  color: var(--color1);
}

.nosotros-page ul li a:hover{
  text-decoration: underline;
}

.nosotros-page a.mail-link{
  color: var(--color3);
}

.nosotros-page a.mail-link:hover{
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.page-obituarios{
  background: #fff;
  width: 100%;
  padding-top: 0;
}

/* @media (max-width: 767px) {
  .services{
    background: #fff url('../img/fondo-productos-servicios.png') no-repeat center 230px;
  }
} */

.page-obituarios .service-box {
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
  height: auto;
  /* padding: 100px 50px; */
  text-align: center;
  transition: 0.3s;
  /* border-radius: 5px; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 140px;
}

.page-obituarios .service-box .title{
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 70px;
  margin: 40px 0 20px !important; */

}

.page-obituarios .service-box h3 {

  color: var(--color3);
  font-family: 'Gotham Rounded Book';
  /* align-self: flex-end; */
  /* padding: 50px; */
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
  font-size: 27px;
  font-weight: normal;
}

.page-obituarios .service-box h5 {

  color: var(--color3);
  font-family: 'Gotham Rounded Book';
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
}
.page-obituarios .service-box h5.link-detalles {
  text-decoration: underline;
}

.page-obituarios .service-box h3:hover, .page-obituarios .service-box h5:hover {
  color: var(--color4);
}

.page-obituarios .service-box.propiedades {
  background: var(--color4) url(../img/cruz.png) no-repeat center 50px;
}

.page-obituarios .service-box.propiedades:hover {
  background: var(--color3) url(../img/cruz-hover.png) no-repeat center 50px;
}


.page-obituarios .service-box:hover h3, .page-obituarios .service-box:hover h5 {
  color: var(--color4);
}

.page-obituarios .contact-link{
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  text-decoration: underline;
  color: var(--color3);
}




.breadcrumbs span.etiqueta{
    padding-right: 5px;
}
  
.breadcrumbs input{
    background-color: transparent;
    border: 1px solid #959595;
    border-radius: 50px;
    font-family: "Gotham Book";
    font-size: 18px;
    color: var(--color1);
    padding: 5px 5px 5px 20px;
    background: transparent url(../img/lupa-search.png) 95% no-repeat;
    width: 100%;
}

.page-obituarios .box {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0 5px rgb(1 41 112 / 8%);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.page-obituarios .box h3.subtitle{
  color: var(--color3);
  font-family: 'Gotham Rounded Book';
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
}

.page-obituarios .paginator{
  font-family: 'Gotham Rounded Book';
  color: var(--color1);
  font-size: 20px;

}

.page-obituarios .page-link{
  border: none !important;
  font-size: 20px;
  color: var(--color1);
}

.page-obituarios .page-item.active, .page-obituarios .page-item.next{
  font-family: 'Gotham Rounded Bold';
  font-size: 20px;
  background-color: transparent !important;
}

.page-item.separator .page-link:hover{
  background-color: transparent;
}

.page-item.active .page-link, .page-item.next .page-link {
  z-index: 3;
  color: var(--color3);
  background-color: transparent;
  border: none !important;
}

/*--------------------------------------------------------------
# Pagina de Obituario Detalle
--------------------------------------------------------------*/

.obituario-detalle-page  {
  background: white;
  font-family: 'Gotham Rounded Book';
  padding-top: 0px;

}

.rosa-container{
  background-color: var(--color4);
  margin-right: 0px;
  padding: 20px;
}

.obituario-detalle-page h3{
  color: var(--color8);
  font-family: 'Gotham Rounded Book';
  font-size: 40px;
  padding-bottom: 5px;
}

.obituario-detalle-page h2{
  padding: 0;
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  padding-bottom: 5px;
  color: var(--color3);
  border-bottom: 1px solid var(--color10);

}

.obituario-detalle-page ul{
  margin-left: 10px;
}

.obituario-detalle-page ul li a{
  color: var(--color1);
}

.obituario-detalle-page ul li a:hover{
  text-decoration: underline;
}

.obituario-detalle-page a.mail-link{
  color: var(--color3);
}

.obituario-detalle-page a.mail-link:hover{
  text-decoration: underline;
}

.obituario-detalle-page .detalle {
  background: var(--color4) url(../img/pinos.png) no-repeat 98% bottom;
  padding: 20px;
  border: white 2px solid;
}

.obituario-detalle-page .detalle p{
  color: var(--color8);
  font-family: 'Gotham Rounded Book';
  font-size: 22px;
  margin-bottom: 0 !important;
}

.obituario-detalle-page .detalle h3{
  font-family: 'Gotham Rounded Bold';
  color: var(--color8);
  font-size: 38px;
}

.obituario-detalle-page .detalle h5{
  font-family: 'Gotham Rounded Bold';
  color: var(--color8);
  font-size: 24px;
  text-transform: uppercase;
}

.obituario-detalle-page .detalle span{
  font-family: 'Gotham Rounded Medium';
}

.obituario-detalle-page .detalle .pie-pagina{
  color: var(--color8);
  font-family: 'Gotham Rounded Book';
  font-size: 14px;
}

.obituario-detalle-page .menu-container{
  padding-left: 30px;
}

/*--------------------------------------------------------------
# Pagina de Compras
--------------------------------------------------------------*/
.compras .breadcrumbs{
  background-color: var(--color4);
  margin-top: 0;
}

.compras .breadcrumbs-title{
  border-bottom: none !important;
  margin-bottom: 0 !important;

}

.page-compras  {
  position: relative;
  z-index: 9;
  background: var(--color4);
  font-family: 'Gotham Rounded Book';
  padding-top: 0px !important;
  margin-top: 0 !important;

}
  
.page-compras:after {
  content: "";
  position: absolute;
  z-index: -1; 
  /* top: 480px; */
  top:80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
}

table tr{
  border-bottom: 1px solid black;
}

table tbody tr td{
  padding: 30px 10px !important;
}


table tfoot tr td{
  margin: 30px 10px !important;
}

.last-row{
  border-bottom: 2px solid black;

}

.bi-trash-fill{
  color: red;
  margin-left: 10px;
}

table th.align-end, table td.align-end{
  text-align: right;
}


