:root{
  --c-fondo: white;
  --c-fondo-pie: #545454;
  --c-primario: #DA8643;
  --c-secundario: #545454;
  --c-terciario: #F9E9D4;
  --c-txt-inverso: white;
  --c-enlace: #EB8C40;
  --c-linea: #D6DBDF;
  --c-txt: black;
  --c-sombra-nav: #E5E5E5;
  --c-menu-movil: #DA8643;
  --max-ancho: 200px;
}
*,
*:after,
*:before {padding: 0; margin: 0; box-sizing: border-box; font-family: sans-serif; text-decoration: none;}
body{
  color: var(--c-txt);
  font-family: Helvetica, Arial, Verdana;
}
h1,h2,h3{
  font-family: PlayfairDisplay;
  color: #545454;
}
h1{
  font-size: 3.5em;
  padding: 10px 0;
}
h2{
  font-size: 2.5em;
  padding: 10px 0;
}
h3{
  font-size: 1.5em;
  padding: 10px 0;
}
p{
  line-height: 1.5em;
  margin-left: -10px;
}
.c-icono{
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  display: inline-block;
  justify-content: center;
  text-align: center;
  margin: 5px;
  font-size: 1.3em;
}
.c-icono > a:link, .c-icono > a:visited,.c-icono > a:hover,.c-icono > a:active{
text-decoration: none;
color: white;
}
.c-icono:hover{
  cursor: pointer;
}
.linksin:link, .linksin:visited,.linksin:hover,.linksin:active{
text-decoration: none;
color: white;
padding: 0 10px;
}
.linknar:link, .linknar:visited,.linknar:hover,.linknar:active{
text-decoration: none;
color: #EB8C40 !important;
padding: 0 10px;
font-weight: bold;
}
.fondo-nar-circular{
  background: #EB8C40;
  border-radius: 50%;
  padding: 10px;
}
.respuesta{
  width: calc(100% -35px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 20px;
}

header{
	width: 100%;
	height: 80px;
	/*Fija la barra supererior sobre cualquier capa*/
	position: sticky;
	z-index: 800;
	color: var(--c-txt);
  display: flex;
  justify-content: center;
  align-items: center;
}

.centradovh{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content:  center;
  align-items: center;
  max-width: 1400px;
}

 /* MENU */
 .menup .i-abajo{
   font-weight: bold;
 }
 .centradovh .i-carrito, .centradovh .i-carrito:link, .centradovh .i-carrito:visited, .centradovh .i-carrito:active {
   padding: 0px 10px;
   font-size: 1.10em;
   cursor: pointer;
   -webkit-text-stroke: 1px black;
   color: transparent;
 }
 .centradovh .i-carrito:hover{
   -webkit-text-stroke: 1px var(--c-enlace);
 }

.menup{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.menu-emergencia{
  margin: 0px 10px;
  position: relative;
  margin-top: 10px;
  height: 100%;
}
.menup > ul, .menu-emergencia > ul{
  height: 100%;
  display: flex;
}
.menup li, .menu-emergencia li{
  text-decoration: none;
  list-style: none;
  position: relative;
}
.menup > ul > li, .menu-emergencia > ul > li {
  height: 100%;
  position: relative;
}
.menup ul li a, .menu-emergencia ul li a{
font-size: 0.7em;
font-family: Roboto;
font-weight: bold;
padding: 10px 20px;
color: var(--c-txt);
}

.menup > ul > li > a, .menu-emergencia > ul > li > a{
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.menup > ul > li > a, .menu-emergencia > ul > li > a{
  transform: scale(1.01);
  /* Borde inferior del menu */
  &:before{
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: var(--c-txt);
    position: absolute;
    left: 50%;
    bottom: 1px;
    transition: all 50ms ease-in;

  }
  &:hover:before{
    width: 100%;
    left: 0;
  }
}
/* SUBMENU */
.menup .submenu{
  display: none;
}
.menup ul li .submenu{
width: 250px;
position: absolute;
left: -5px;
border: 1px solid #ccc;
display: none;
list-style: none;
background: #fff;
}
.menu-emergencia ul li ul{
width: 160px;
position: absolute;
left: -5px;
border: 1px solid #ccc;
display: none;
list-style: none;
background: #fff;
font-size: 0.7em;
z-index: 1000;
}
.menup .submenu > li a, .menu-emergencia > ul > li > ul > li a{
  display: flex;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 300ms ease;
}
.menup .submenu > li a:hover, .menu-emergencia > ul > li > ul > li a:hover{
  background:  var(--c-terciario);
}
.menup > ul > li:hover .submenu, .menu-emergencia > ul > li:hover ul{
  display: table;
}
.btn-emergencia,.btn-emergencia:hover, .btn-emergencia:active, .btn-emergencia:visited, .btn-emergencia:link{
  border-radius: 5px;
  background: var(--c-enlace);
  color: white;
}
/* para JS SubMenu*/
.menup .submenu .submenu-activo{
  display: block;
}
/* Movil check */
#check-menu,.menu-movil{
  display: none;
}
/* Menu Amburguesa */
.menu-movil > .i-menu{
  margin: 7px 10px;
  font-size: 1.50em;
  cursor: pointer;
}

/* fin MENU */

 /* fondo */
.imgfondo{
  background: url(../imgsis/fondo.webp);
  min-height: 97vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* PIE */
footer{
  width: 100%;
  background: var(--c-fondo-pie);
  color: var(--c-txt-inverso);
  padding: 10px 30px;
}
.l-pie-sub{
    padding: 0px 15px 3px 0px;
    position: relative;
    &:before{
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      transition: all .3s;
    }
    &:hover:before{
      width: 100%;
      left: 0;
    }
}
.l-pie-sub:link, .l-pie-sub:visited{
  text-decoration: none;
  color: white;
  transition: all 100ms ease;
}

.contacto-pie{
  padding: 20px 30px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
  border-bottom: 1px solid white;
}
.menu-pie{
  padding: 20px 30px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
  border-bottom: 1px solid white;
}
.menu-pie ul > li{
  list-style: none;
  padding: 5px 20px;
  font-size: 0.7em;
}
/* fin PIE */

/* CUERPO */
#contenido{
  width: 100%;
}
#contenido > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#contenido .imgfondo > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info-principal{
  margin: 40px 20px;
}
.tit-inverso{
  color: var(--c-txt-inverso);
  padding-top: 10px;
  font-size: 3em;
  font-weight: 100;
}
.tels{
  display: block;
  width: 100%;
  text-align: right;
  margin-right: -45%;
  margin-top: 2em;
}
.tels a:hover{
  color: black;
}
.btn-seno{
  border-radius: 5px;
  border: 0.5px solid var(--c-enlace);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  color:  var(--c-enlace);
  padding: 12px 20px;
  height: 50px;
  margin: 10px 5px;
}
.btn-seno:hover{
  color: var(--c-enlace);
  transform: scale(1.1);
  border: 0.5px solid var(--c-txt);
}
.btn-seno-sel{
  border-radius: 5px;
  border: 0.5px solid #EB8C40;
  text-decoration: none;
  color:  #EB8C40;
  padding: 12px 20px;
  margin: 10px 5px;
  background: white;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-seno-sel:hover{
  color: white ;
  background: #EB8C40;
}
.btn-seno-nar{
  position: relative;
  background: #EB8C40;
  padding: 12px 20px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 15px 0px;
  border-radius: 5px;
  text-transform: uppercase;
  color: var(--c-txt-inverso);
}
.btn-mas{
  border-radius: 5px;
  border: 1.5px solid var(--c-enlace);
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  color:  var(--c-txt-inverso);
  padding: 8px 20px;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.20em;
  word-spacing: 0.20em;
  text-transform: uppercase;
}
.btn-mas:hover{
  color: var(--c-txt-enlace);
  transform: scale(1.04);
  background: rgba(255, 255, 255, 1);
}
.nav-blog{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 7px 10px;
  padding-bottom: 3em;
}
.nav-blog > *{
  margin: 0 15px;
  font-size: 1.5em;
  cursor: pointer;
  text-decoration: none;
}
.btn-masgris{
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1.5px solid #919191;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  color:  #545454;
  padding: 10px 15px;
  font-size: 0.8em;
  margin: 2em 10px;
  display: inline-flex;
}
.btn-masgris:hover{
  color:  var(--c-txt-inverso);
  background: #545454;
}
.btn-massin{
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  color:  #545454;
  padding: 10px 15px;
  font-size: 0.8em;
}
.btn-masfondo{
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: #F5F5F5;
  color:  var(--c-enlace);
  padding: 5px 15px;
  font-size: 0.5em;
  margin-left: 50px;
}

.info-mar{
  width: 90%;
  max-width: 1250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}
.info-mar h2{
  font-size: 2.5em;
}
.info-mar > * {
  margin: 3px;
  align-self: flex-start;
  color: #FFF;
  line-height: 2em;
}
/*********SLIDER*********/
.cont-slider{
  display: inline-block;
  width: 97%;
  margin: 0 auto;
}
.slider{
  position: relative;
  width: 95%;
  height: 777px;
}
.carrusel{
  position: relative;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.slide{
  position: absolute;
  height: 70%;
  transition: all 0.5s;
  cursor: pointer;
}
.slide > img{
  object-fit: cover;
  **width: 100%;
  height: 100%;
  **transform: perspective( 400px ) rotateY( 45deg );
}
.btns-navegacion{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.navegaciones{
  top: 35%;
  text-decoration: none;
  position: absolute;
  font-size: 77px;
  font-weight: bold;
  -webkit-text-stroke: 2px white;
  color: var(--c-enlace);
}
.ir-ant{
  left: 20px;
  bottom: 20px
}
.ir-sig{
  right: 20px;
  bottom: 20px
}
/*FIN SLIDER*/

.txt-buscar{
  padding: 0.3em 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  font-size: 1.5em;
  color: #919191;
  border: 0.5px solid #919191;
}
.txt-buscar:focus{
  border: 1px solid #919191;
  outline: none;
}
.linea-h{
  width: 98%;
}
/**   INICIA MEMORIALES    **/
.memoriales{
  width: 100%;
  background: #EEEDEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.memoriales .enc-memoriales, #contenido .enc-memoriales {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2em 10px;
  width: 100%;
}
.memoriales .enc-memoriales > *, #contenido .enc-memoriales > *{
  text-align: center;
  margin: 30px 10px;
}
.memoriales .cont-memoriales{
margin: 10px;
padding-right: 20px;
width: 100%;
max-width: 1125px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
grid-gap: 20px;
border: 1px solid #D4D4D4;
}
.det-senorial .contenido .tab .tab-cont .tab-desc{
  margin: 10px;
  padding-right: 20px;
  width: 100%;
  max-width: 875px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
  border: 1px solid #D4D4D4;
}
.memoriales .cont-memoriales .cont-imgobit, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit{
  width: 240px;
  background: white;
  padding: 45px;
  margin: 20px;
  box-shadow: 5px 5px 5px #d3d3d3;
  display: flex;
  flex-direction: column;
}

.memoriales .cont-memoriales .cont-imgobit .imgobit, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit .imgobit{
  display: flex;
  align-items: center;
  justify-content: center;
}

.memoriales .cont-memoriales .cont-imgobit .imgobit  img, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit .imgobit  img{
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
}
.memoriales .cont-memoriales .cont-imgobit h3, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit h3{
  font-family: Roboto;
  text-align: center;
  text-transform: uppercase;
  padding: 0.7em;
  font-weight: bold;
  font-size: 1em;
}
.memoriales .cont-memoriales .cont-imgobit .imgobit > img:hover, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit .imgobit  > img:hover{
  cursor: pointer;
  box-shadow: 5px 10px 5px #d3d3d3;
}
.memoriales .cont-memoriales .cont-imgobit h3:hover, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit h3:hover {
  cursor: pointer;
  color: var(--c-enlace);
}
.memoriales .cont-memoriales .cont-imgobit .txt-homenaje , .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit .txt-homenaje {
  color: #919191;
  font-size: 0.8em;
}
.memoriales .cont-memoriales .cont-imgobit > p, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit > p{
  margin: 15px 0px;
  padding: 0px;
  text-align: left;
  font-size: 0.9em;
}

/**   FIN MEMORIALES    **/
/**   ICONOS    **/
.ico{
  width: 2.5em;
  padding: 0 0.5em;
  color: #919191;
}
.ico:hover{
  cursor: pointer;
  color: var(--c-enlace);
}
.c-redcircular {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.c-redcircular > a{
  padding: 7px 5px 0px 5px;
  border-radius: 50%;
}
.c-redcircular > a:link, .c-redcircular > a:visited, .c-redcircular > a:hover, .c-redcircular > a:active{
  text-decoration: none;
}
.c-redcircular .i-facebook{
  background: var(--c-enlace);
  color: #545454;
}
.c-redcircular .i-youtube-play, .c-redcircular .i-instagram{
  color: var(--c-enlace);
  background: #545454;
  font-size: 1.6em;
}
.c-redcircular .i-facebook:hover{
  background: white;
}
.c-redcircular .i-youtube-play:hover, .c-redcircular .i-instagram:hover{
  color: white
}
/**   FIN ICONOS    **/
/* Animación de Titulo1 */
@keyframes mover-arriba{
    from{
        transform:  translateY(1.2em);
        opacity: 25%;
    }
    to{
        transform: translateY(0px);
        opacity: 100%;
    }
}

.anima-h1 {
    animation: mover-arriba 2s 1;
    animation-fill-mode: forwards;
}

@keyframes mover-horizontal{
    from{
        transform:  translateX(-2.5em);
        opacity: 25%;
    }
    to{
        transform: translateX(0px);
        opacity: 100%;
    }
}
.anima-h1-horiz{
  animation: mover-horizontal 2s 1;
  animation-fill-mode: forwards;
}
/* FIN ANIMACIÓN DE TITULO */
/**   INICIA TESTIMONIALES    **/
.testimoniales{
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimoniales .tit-enc-testimoniales{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  width: 100%;
  text-align: center;
  padding-bottom: 3em;
}
.testimoniales .enc-testimonial{
  background: url("../img/testimoniales/back_testimoniales.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4em 0px;
}
.testimoniales .enc-testimonial > h1{
  width: 100%;
  margin-left: 50px;
  padding-top: 50px;
  text-align: left;
  font-size: 3.7em;
}
.testimoniales .enc-testimonial > p{
  margin-left: 50px;
  padding-bottom: 50px;
  line-height: 2em;
  width: 100%;
  text-align: left;
}
.testimoniales .enc-testimonial > * {
  padding-top: 1.5em;
  padding-left: 10%;
  padding-right: 50%;
  color: white;
}
.testimoniales .contenedor{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.testimoniales .contenedor .cont-testimonio{
  width:30vw;
  height: 300px;
  min-width: 230px;
  min-height: 230px;
  background: #F9E9D4;
  padding: 20px;
  margin: -10px 10px;
  **box-shadow: 5px 5px 5px #d3d3d3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimoniales .contenedor .cont-testimonio > p {
  width: 75%;
  text-align: center;
}
.comillag {
  font-size: 7em;
  color: #EDDECA;
}
.testimoniales .contenedor .testimonio .cont-testimonio iframe{
  width: 100%;
}
.testimoniales .contenedor .testimonio >  h3 , h4{
  margin: 20px 20px;
}
 .testimoniales .pie-testimonio{
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
}
.testimoniales .pie-testimonio > *{
    margin: 2em 0px;
}
/**   FIN TESTIMONIALES    **/
.momentos{
  width: 100%;
  background: #EEEDEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.momentos .enc-momentos{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 20px 0px;
}
.momentos .enc-momentos > * {
text-align: center;
margin: 15px 10px;
}
.momentos .enc-momentos > h1 {
  color: #545454;
  font-size: 3.7em;
}
.momentos .contenedor{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.momentos .contenedor .cont-momentos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
  width: 23%;
}
.momentos .contenedor .cont-momentos  img{
  width: 100%;
}
.momentos .contenedor .cont-momentos  h3{
  margin: 1em 0px;
}
/**   FIN MOMENTOS    **/
.respaldo{
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.respaldo > h2{
text-align: center;
margin: 1em 10px;
color: #545454;
}

/* Mini Carrusel */
.envoltura{
  max-width: 1250px;
  width: 100%;
  position: relative;
}
.envoltura i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.envoltura i:active{
  transform: translateY(-50%) scale(0.85);
}
.envoltura i:first-child{
  left: -22px;
}
.envoltura i:last-child{
  right: -22px;
}
.envoltura .carrusel-min{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carrusel-min::-webkit-scrollbar {
  display: none;
}
.carrusel-min.no-transition {
  scroll-behavior: auto;
}
.carrusel-min.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carrusel-min.dragging .tarjeta {
  cursor: grab;
  user-select: none;
}
.carrusel-min :where(.tarjeta, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carrusel-min .tarjeta {
  scroll-snap-align: start;
  width: 100%;
  **height: 342px;
  list-style: none;
  **background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carrusel-min .tarjeta .img {
  **background: #8B53FF;
  height: 148px;
  width: 90%;
  **border-radius: 50%;
}
.tarjeta .img img {
  width: 100%;
  **height: 140px;
  **border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carrusel-min .tarjeta h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carrusel-min .tarjeta span {
  color: #6A6D78;
  font-size: 1.31rem;
}
/* FIN CARRUSEL */
/**   FIN RESPALDO    **/
/**   INICIA HISTORIA    **/
.historia{
  background:  #EEEDEB;
  color: #747779;
}
.historia .enc-historia{
  background: url("../img/historia/back_historia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.historia .enc-historia > h1{
  width: 100%;
  margin-left: 50px;
  padding-top: 50px;
  font-size: 3.7em;
  text-align: left;
}
.historia .enc-historia > p{
  margin-left: 50px;
  padding-bottom: 50px;
  line-height: 2em;
  width: 100%;
  text-align: left;
}
.historia .enc-historia > * { /*Encabezado elementos*/
  padding-top: 1.5em;
  padding-left: 10%;
  padding-right: 50%;
  color: white;
}
.historia .pie-historia{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  width: 100%;
}
.historia .pie-historia > h2 { /*Pie elementos*/
  padding: 1.5em;
  color: #55595C;
  text-align: center;
}
.historia .pie-historia > a:hover{
  color: white;
}
.historia .linea {
  width: 100%;
  margin: 25px 0px;
  color: #8D8D8D;
  padding: 0px;
}
/* Navegación */
.en-vista{
  background: #EB8C40;
}
.tiempo ul li::after {
  background: #fff;
  transition: background .5s ease-in-out;
}
.tiempo ul li.en-vista::after {
  background: #EB8C40;
}
.tiempo ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.tiempo ul li:nth-child(even) div {
  transform: translate3d(200px,0,0);
}
.timeline ul li:nth-child(odd) div {
  transform: translate3d(-200px,0,0);
}
.tiempo ul li.en-vista div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* FIN NAVEGACIÓN */
.tiempo ul li:first-child{ /*Primer item, linea vertical*/
   **background: none;
   text-align: center;
}
.tiempo ul li { /*Linea Vertical*/
  list-style-type: none;
  position: relative;
  width: 5px;
  margin: 0 auto;
  padding-top: 50px;
  background: #CECECE  /*#EB8C40; #CECECE; */
}
.tiempo ul li:first-child::after{
  padding-top: 5px;
content: url("http://nueva.senoriales.com/imgsis/i-pastel.png");
}
.tiempo ul li::after { /*Puntos*/
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(50% - 25px);
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 7px solid white;
  background: inherit;
}
.tiempo ul li div { /*Cuadro Contenedor*/
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  margin-left: 50px;
  background: #FFF;
  border-radius: 7px;
}
.tiempo ul li div:hover{
  background: #F9E9D4;
  box-shadow: 7px 7px 13px gray;
}
.tiempo ul li div > img{
  width: 100%;
}
.tiempo ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
/*Izquierda*/
.timeline ul li:nth-child(even) div { /*Distancia Linea*/
  left: 45px;
}
.tiempo ul li:nth-child(even) div > time{ /*Año*/
  position: absolute;
  left: -200px;
  top: 150px;
  font-size: 3.7em;
  color: #8D8D8D;
  font-family: PlayfairDisplay;
}
.tiempo ul li:nth-child(even) div::before { /*Triangulo*/
  left: -25px;
  bottom: 50%;
  border-width: 25px 26px 25px 0;
  border-color: transparent #FFF transparent transparent;
}
/*Derecha*/
.tiempo ul li:nth-child(odd) div { /*Distancia Linea*/
  left: -495px;
  text-align: right;
}
.tiempo ul li:nth-child(odd) div > time{ /*Año*/
  position: absolute;
  left: 500px;
  top: 150px;
  font-size: 3.7em;
  color: #8D8D8D;
  font-family: PlayfairDisplay;
}
.tiempo ul li:nth-child(odd) div::before{ /*Triangulo*/
  right: -25px;
  bottom: 50%;
  border-width: 25px 0 25px 26px;
  border-color: transparent transparent transparent #FFF;
}
/* Mini Carrusel */

/**   INICIA TESTIMONIALES    **/
.actividades{
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}

.actividades .enc-actividad{
  background: url("../img/actividades/back-actividades.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.actividades .enc-actividad > h1{
  padding-top: 50px;
}
.actividades .enc-actividad > p{
  padding-bottom: 100px;
  line-height: 2em;
}
.actividades .enc-actividad > * { /*Encabezado elementos*/
  padding-top: 1.5em;
  padding-left: 10%;
  padding-right: 50%;
  color: white;
}
.actividades .paises-flotante{
  width: 90%;
  position: relative;
  background: #FAFAFA;
  padding: 20px;
  top: -100px;
}
.actividades .paises-flotante > select{
  width: 100%;
}
.actividades .paises-flotante > i, select{
  font-size: 1.1em;
  background: white;
  padding: 10px;
  color: #7D7D7D;
  border: 0px;
}
.actividades .paises-flotante > i {
  color: var(--c-enlace);
}
/* Acompañamiento */
.acompanamiento{
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.acompanamiento .enc-acompanamiento{
  background: url("../img/acompanamiento/back_blog.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50vh;
}
.acompanamiento .enc-acompanamiento > h3{
  width: 100%;
  text-align: center;
}
.acompanamiento .enc-acompanamiento > h1{
  width: 100%;
  text-align: center;
}
.acompanamiento .enc-acompanamiento > p{
  padding-bottom: 50px;
  line-height: 2em;
  width: 100%;
  text-align: center;
}
.acompanamiento .enc-acompanamiento > * { /*Encabezado elementos*/
  padding-top: 0.2em;
  color: white;
}
.acompanamiento .cont-acompanamiento{
  padding-top: 50px;
  width: 95%;
  max-width: 1250px;
  display: flex;
  flex-direction: column;
}
.acompanamiento .cont-acompanamiento .libro {
  margin: 50px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.acompanamiento .diapo > h3 {
  margin: 0.5em 0px
}
.acompanamiento .cont-acompanamiento .libro > div > img{
  width: 100%;
}
.acompanamiento .cont-acompanamiento .lista-libros{
  margin: 50px 0px;
  display: grid;
  grid-template-columns: repeat(4, 260px);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1vw;
}
.lista-libros p{
    text-align: justify;
}
.acompanamiento .cont-acompanamiento .lista-libros img{
  width: 100%;
}

.cont-acompanamiento .presentacion-h, .contenido-contacto .presentacion-h{
  width: 100%;
}
.acompanamiento .cont-pres h3{
  font-family: Arial;
  font-size: 1.1em;
}
.acompanamiento .lista-libros > div p{
  font-size: 0.9em;
  color: #929292;
}
.presentacion{
  position: relative;
}
.presentacion-h .presentacion .cont-pres{
  display: inline-flex;
  **background: #011b27;
  padding: 2px;
  width: calc(100%);
  height: 460px;
  overflow: hidden;
  scroll-behavior: smooth;
}
.presentacion-h .presentacion .cont-pres .diapo{
  margin: 10px;
  width: 260px;
}
.presentacion-h .presentacion  .cont-pres .diapo img{
  width: 250px;
}

.presentacion-h .presentacion .control{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #BFBEBC;
  color: #434343;
  font-size: 3em;
  cursor: pointer;
  object-fit: contain;
  padding: 0px;
}
.presentacion-h .presentacion  .ant{
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.presentacion-h .presentacion  .sig{
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.navegador-diapo{
  width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.navegador-diapo .control{
  width: 50px;
  height: 50px;
  border-radius: 3px;
  color: #434343;
  font-size: 1.5em;
  cursor: pointer;

}
.indicador{
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid gray;
  border-radius: 50%;
  margin: 3px 10px;
}
.activo{
  background: black !important;
  border: 1px solid black;
}
.indicador:hover{
  background: gray;
  cursor: pointer;
}
/* Talento */
.talento{
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.talento .enc-talento{
  background: url("../img/talento/back-talento.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}
.ftrans5{
  background: rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 13%;
}
.fnormal5{
  width: 50%;
}
.ftrans5 h1{
    font-family: Arial, sans-serif;
    color: white;
    margin: 20px 10px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    font-size: 3.8em
}
.ftrans5 p{
  color: white;
  line-height: 1.5em;
}
.talento .talento-fam{
  width: 100%;
  padding: 2em 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.talento .talento-fam > div{
  width: 100%;
  max-width: 1250px;
  font-size: 1.7em;
  font-family: sans-serif;
  font-weight: 100;
  color: #818181;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.talento .talento-fam > div > iframe{
  width: 100%;
  max-width: 750px;
  height: 450px;
  padding: 20px;
}
.talento .beneficio{
  width: 100%;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.talento .envoltura{
  width: 100%;
  max-width: 1100px;
  text-align: center;
}
.talento .beneficio .envoltura h1, .talento .estilo .envoltura h1{
  font-family: Robot, sans-serif;
}
.talento .beneficio .envoltura .cont-beneficio{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 50px;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.talento .beneficio .envoltura .cont-beneficio article{
  padding: 20px;
}
.talento .valores{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #272727;
  padding: 30px 0px;
}
.talento .valores .envoltura{
  color: white;
  width: 100%;
  max-width: 1100px;
  text-align: left;
  margin: 30px 0px;
}
.talento .valores .envoltura h3{
  color: white;
}
.talento .estilo{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.talento .estilo .envoltura{
  color: white;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 30px 0px;
}
.talento .estilo .envoltura .cont-estilo{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.talento .servicio{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.talento .servicio .envoltura{
  padding: 20px;
  width: 100%;
  max-width: 1100px;
  background: #272727;
  display: grid;
  grid-template-columns: repeat(auto-fit, 40% [col-start] 60% [col-end]);
  grid-gap: 20px;
  color: white;
}
.talento .servicio .envoltura .menu-servicio{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.talento .servicio .envoltura h1,.talento .servicio .envoltura h3{
  color: white;
  font-family: Roboto;
}
.menu-servicio .item-menu-servicio h1:hover{
  color: #EB8C40;
}
.talento .servicio .envoltura .menu-servicio .item-menu-servicio{
  cursor: pointer;
}
.talento .servicio .envoltura #info-servicio h1{
  padding: 0.5em;
  line-height: 0.9em;
}
.talento .servicio .envoltura #info-servicio{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  line-height: 2em;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7em;
}
.talento .servicio .envoltura #info-servicio img{
  width: 100%;
}
.talento .oportunidad{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.talento .oportunidad .envoltura{
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.talento .oportunidad .envoltura h1{
  font-family: Roboto;
  margin: 50px 0px;
}
.ls-paises{
  background: #EB8C40;
  color: white;
  border-radius: 3px;
  padding: 0.5em 20px;
  margin: 2em 20px;
}
.talento .oportunidad .envoltura .cont-oportunidad h3, .vacante .oportunidad .envoltura .cont-oportunidad h3{
  color: #EB8C40;
  text-align: left;
  margin: 10px 0px;
  text-indent: 10px;
  cursor: pointer;
}
.talento .oportunidad .envoltura .cont-oportunidad h4{
  color: #545454;
  text-align: left;
  margin: 10px 0px;
  text-indent: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.talento .oportunidad .envoltura .cont-oportunidad p{
  color: #545454;
  text-align: left;
  margin: 10px 0px;
}
.vacante .enc-vacante{
  width: 100%;
  background: #F2F2F2;
  padding: 3em 0px;
}
.vacante h1{
  text-align: center;
  font-size: 2.5em;
  color: #545454;
}
.vacante .enc-vacante h4{
  text-transform: uppercase;
  text-align: center;
  color: #545454;
}
.vacante .det-vacante{
  width: 100%;
  max-width: 600px;
  padding: 3em 0px;
  line-height: 2em;
}
.vacante .det-vacante h5, .vacante .det-vacante p{
  padding: 0px;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
.vacante .det-vacante ul{
  padding: 0px 30px;
}
.vacante .envoltura-frm{
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}
#frm .frm-cont{
  width: 100%;
  text-align: center;
}
#frm .frm-cont input:not(input[type="submit"]), #frm .frm-cont textarea{
  width: 100%;
  padding: 1em;
  background: #F2F2F2;
  color: #545454;
  border: none;
  margin: 1em 0px;
  border-radius: 3px;
}

#frm .col2, .diapo .desc .col2{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr ));
  grid-column-gap: 10px;
}
#frm #hvida{
  background: white;
  margin: 0.2em 0px;
}#frm .frm-cont button{
  cursor: pointer;
  border: none;
}
#infores{
  margin: 20px 10px;
  padding: 10px 20px;
  border-radius: 3px;
}
.error{
  background: salmon;
  color: white;
  margin: 20px;
}
.ok{
  background: #3EB489 ;
  color: white;
  margin: 20px;
}
.blanco{
  background: white ;
  color: black;
  margin: 20px;
}
@keyframes anima-img{
  from{
    opacity: 0;
    scale: 25%;
  }
  to{
    opacity: 1;
    scale: 100%;
  }
}
.talento .estilo .envoltura .cont-estilo > div > img{
  width: 100%;
  padding: 10px;
}
.anima-img {
    animation: anima-img 1.5s 1;
    animation-fill-mode: forwards;
}

.l-div{
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  border: 0.5px solid #C4C4C4;
}
.talento .testimonio{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 350px; */
  background: #F2F2F2;
}
.talento .testimonio .envoltura{
  width: 100%;
  max-width: 1250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
/* Inicia Carrusel*/
.talento .testimonio .envoltura .slide{
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 360px;
  /* background-color: #e0e0e0;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
  border-radius: 15px; */
  overflow: hidden;
}

.talento .testimonio .envoltura .carrusel {
    width: 500%;
    height: 100%;
    display: flex;
}

.talento .testimonio .envoltura .carrusel .diapositiva {
    width: calc(100% / 5);
    height: 100%;
    list-style:none;
}
.talento .testimonio .envoltura  .carrusel .diapositiva .cont-diapo{
  padding: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  margin: 10px 0px;
  height: 100%;
}
.foto{
  width: 250px;
}
 .descripcion{
  width: 100%;
}
.descripcion p{
  font-size: 1.2em;
  line-height: 1.4em;
}
.descripcion span{
  width: 100%;
  align-items: left
}
.imgcircular{

  width: 200px;
  height: 200px;
  object-fit: cover; /* Recorta la imagen sin deformarla */
  object-position: center;
  border: 0.5px solid gray;
  border-radius: 50%;

}
.comillasM{
  font-size: 3em;
  color: var(--c-enlace);
}
.btn-izq,
.btn-der {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.9rem;
    /* background-color: transparent; */
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #545454;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-izq:hover,
.btn-der:hover {
    /* background-color: #333333d4; */
    color: var(--c-enlace);
}

.btn-izq{
    left: 22px;
}

.btn-der{
    right: 22px;
}

/* Innovación */
.innovacion{
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.innovacion .enc-innovacion{
  background: url("../img/innovacion/back-innovacion.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size:  cover;
  /* display: flex;
  flex-direction: column; */
  display: inline-block;
  width: 100%;
  max-width: 1125px;
  height: 380px;
  padding: 4em 0px;
}
.innovacion .enc-innovacion span{
  background: #F5F5F5;
  line-height: 1em;
  padding: 0.4em 20px;
  margin: 0px 50px;
  font-weight: bold;
}
.innovacion .det-innovacion .descripcion span{
  background: #F5F5F5;
  line-height: 1em;
  padding: 0.2em 10px;
  margin: 0px 10px;
  font-weight: bold;
}
.tP{
  font-size: 0.7em;
}
.innovacion .det-innovacion{
  width: 100%;
  max-width: 1125px;
  padding: 20px 0px;
}
.innovacion .det-innovacion .envoltura{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.img-innovacion img{
  width: 100%;
}
.descripcion{
  display: grid;
  grid-template-rows: auto;
  margin-top: -90px;
}
.descripcion > div{
  margin: 0px 20px;
  width: calc(100% - 40px);
  background: white;
  padding: 20px;
}
/* Cementerio del Mar */
.cem-del-mar{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.cem-del-mar em{
  letter-spacing: 0.3em;
  font-size: 1.1em;
  padding: 10px 0px;
}
.cem-del-mar .det-mar{
  width: 100%;
  max-width: 1110px;
  margin: 20px 0px;
}
.cem-del-mar .det-mar .envoltura{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr ));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.txt-jus p{
  line-height: 1.3em;
  text-align: justify;
  color: #545454;
  margin: 2em 10px 0px -10px;
}
.cem-del-mar .det-mar .envoltura .img-mar{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.img-mar .col2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.img-mar .col2 img{
    width: calc(50% - 10px);
}
.img-mar .col1 img{
  display: flex;
  flex-direction: row;
  width: 100%;
}
/* Equipo guau */
.col3g{
  margin: 20px 0px;
  width: 100%;
  max-width: 1125;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr ));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.col3g img{
  width: 100%;
}
.redes-cuadradas{
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr ));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.redes-cuadradas span{
  color: white;
}
.redes-cuadradas i, .redes-cuadradas b{
  height: 50px;
  padding: 1em;
}
.redes-cuadradas .fb-i{
  background: #517AD1;
}
.redes-cuadradas .fb{
  background: #3A5896;
}
.redes-cuadradas .tw-i{
  background: #1DA3F5;
}
.redes-cuadradas .tw{
  background: #1A90D8;
}
.redes-cuadradas .li-i{
  background: #008ED9;
}
.redes-cuadradas .li{
  background: #0071AC;
}
.redes-cuadradas  a:link, .redes-cuadradas  a:visited,.redes-cuadradas  a:hover,.redes-cuadradas  a:active{
text-decoration: none;
color: white;
}
.cem-del-mar h1{
  font-size: 2.3em;
}
/* NOTICIA */
.noticia{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noticia .envoltura{
    width: 100%;
    max-width: 1125px;
}
.noticia .envoltura .enc-noticia{
  text-align: center;
}
.noticia .envoltura .det-noticia{
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.noticia .envoltura .det-noticia .selectores{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  padding: 20px 30px;
  }
  .selectores select, .selectores h3, .selectores h5, .selectores #ciudad{
      margin: 10px 0px;
  }
  .selectores select{
    border: 0.5px solid gray;
    background: #E9E9ED;
    border-radius: 3px;
  }
  #ciudad{
    height: 5.5em;
  }
.noticia .envoltura .det-noticia .contenido .tarjeta{
  box-shadow: 0 0 15px #85929E;
  margin: 35px 10px;
  padding: 30px 20px;
}
.tarjeta .info h3 a,.tarjeta .info h3 a:visited{
  line-height: 1.7em;
  font-size: 1.1em;
  color: var(--c-enlace);
  font-family: PlayfairDisplay;
  margin: 5px 0px
}
.tarjeta .info p, .tarjeta .info a{
  color: #838383;
  margin: 10px 0px 7px -10px;
}
#cont-noticia .tarjeta .det-info{
  width: 100%;
  margin: 20px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #838383;
}
.tarjeta .det-info p{
  margin-left: -10px;
}
/* Senoriales */
.senorial{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #EEEDEB;
}
.senorial .enc-senorial{
text-align: center;
  background: url("../img/senoriales/back-capillas-senoriales.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size:  cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150vh;
}
.senorial .det-senorial{
  width: 100%;
  max-width: 1125px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0 10px;
}
.senorial .filtros{
  line-height: 2.1em;
  color: #6b6b6a;
}
.senorial .filtros #rango_fecha{
  padding: 7px 15px;
  border-radius: 3px;
  outline: none;
  background-color:  #f8f9f9;
  border: 1px solid #ccc;
}
/* Check box personalizado */
.cont-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Ocultar los checkbox predeterminados */
.cont-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Crear el nuevo checkbox personalizado */
.nvo-check {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
/* Cuando pasa el mouse, add a gris al background */
.cont-check:hover input ~ .nvo-check {
  background-color: #ccc;
}
/* Cuando el checkbox esta marcado, add un color de background */
.cont-check input:checked ~ .nvo-check {
  background-color: #ccc;
}
/* Crear la marca del Check (ocultar cuando no esta marcado) */
.nvo-check:after {
  content: "";
  position: absolute;
  display: none;
}
/* Mostrar el nuevo check cuando esta marcado */
.cont-check input:checked ~ .nvo-check:after {
  display: block;
}
/* estido del nuevo check */
.cont-check .nvo-check:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* finaliza el check personalizado */
.senorial .det-senorial .contenido{
  width: 100%;
  min-width: 825px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  grid-gap: 20px;
}
/* Pestañas */
.tab{
  width: 100%;
  padding: 10px;
}
.tab .tab-cont{
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.tab .tab-cont .opciones{
  display: inline-block;
  height: auto;
  padding: 10px 10px 0px 10px;
  list-style: none;
}
.tab .tab-cont .opcion{
  display: inline-block;
  text-align: center;
  padding: 20px 25px;
  cursor: pointer;
  background: #EEEDEB;
  margin-bottom: -10px;
}
.tab .tab-cont .op-activa{
  border-left: 1px solid #D4D4D4;
  border-top: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
}

.senorial .casah{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: white;
}
.senorial .casah .contenido{
  width: 100%;
  max-width: 1800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
  padding: 0 10px;
}
.senorial .casah .contenido .casa-homenaje{
  width: 100%;
  max-width: 1225px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin: 40px 0px;
}
.senorial .casah .contenido .casa-homenaje .sede{
  box-shadow: 0 0 15px #777;
}
.senorial .casah .contenido .casa-homenaje .sede h4{
  color: #545454;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.3em;
}
.senorial .casah .contenido .casa-homenaje .sede p{
  margin-left: -10px;
  line-height: 1.3em;
  font-size: 0.9em;
  text-align: justify;
  color: #545454;
}
.senorial .casah .contenido .casa-homenaje .sede .img{
  padding: 20px;
}
.senorial .casah .contenido .casa-homenaje .sede img{
  width: 100%;
}
.senorial .casah .contenido .casa-homenaje .sede .desc{
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 10px;
}
.col2c{
  display: flex;
  flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.planifica{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  background: url("../img/senoriales/back-planifica.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.planifica .contenido{
  background: rgba(245,218,178, 0.9);
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planifica .contenido .info{
  width: 100%;
  padding: 10px;
  max-width: 480px;
}
.planifica .contenido .info p{
    line-height: 1.5em;
    margin: 20px 0px 20px -10px;
}
.citas{
  padding: 30px 0px;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.citas .contenido{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
}
.citas .contenido p{
  margin: 10px 0px;
}
.citas .contenido .cont-cita{
  margin: 30px 10px;
  width: 100%;
}
.legado{
  width:100%;
}
.legado p{
  line-height: 1.5em;
}
.legado .enc-legado{
  width: 100%;
  background: url("../img/senoriales/back-legado-de-vida.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.cita .enc-cita{
  width: 100%;
  background: url("../img/senoriales/back-legado-de-vida.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  height: 77vh;
  color: white;
}
.cita .enc-cita h1{
  color: white;
}
.cita .contenido .cont-cita{
  position: relative;
  top: -300px;
}
.legado .enc-legado .envoltura{
  width: 100%;
  max-width: 1125px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  margin: 50px 0;
  margin-bottom: 100px;
}
.legado .enc-legado .envoltura .cont-legado, .legado .enc-legado .envoltura .cont-legado h1 {
  color: white;
}
.legado .enc-legado .envoltura .cont-legado p{
  padding: 60px 0;
}
.legado .det-legado{
  position: relative;
  width: 100%;
  top: -140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.legado .det-legado .envoltura{
  width: 100%;
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-column-gap: 150px;
}
.legado .det-legado .envoltura .col2espacio{
  padding: 0px 50px;
}
.legado .det-legado .envoltura .col2espacio p{
  margin: 20px 0;
}
.legado .det-legado .envoltura .col2espacio a{
  font-size: 0.7em;
}
.legado .det-legado .envoltura .col2espacio img{
  height: 285px;
}
.legado-empezar{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.legado-empezar .legado-crear {
  width: calc(100% - 20px);
  max-width: 1125px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}
.legado-crear .pasos{
  width: 30%;
}
.legado-crear .pasos p{
  margin: 20px 5px;
}
.legado-crear .cont-paso{
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.legado-crear .cont-paso > p{
  margin: 7px 10px;
  text-align: left;
  color: #8D8D8D;
  font-size: 0.8em;
}
.legado-crear .cont-paso #frm{
  width: 100%;
  padding: 50px 35px;
  box-shadow: 0 0 20px #E8E8E8;
}
.legado-crear .cont-paso .btnpasos a {
  display: inline-block !important;
  font-size: 0.7em;
}
.legado-crear ul{
  width: calc(100% - 20px);
}
.legado-crear ul > li{
  margin: 10px 10px;
  list-style: none;
  padding: 20px 0px;
  max-width: 300px;
}
.legado-crear ul > li > span{
  margin: 20px 10px;
  padding: 10px 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CFD3D9;
}
.legado-crear .cont-paso > label{
  border-radius: 15px;
  border: 1px solid gray;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}
.txt-gris{
  color: gray;
  cursor: pointer;
}
.txt-gris span{
    padding: 10px !important;
}
.fon-nar{
  background: #EB8C40;
  color: white;
  border: 1px solid  #EB8C40 !important;
}
.txt-nar{
  color:  #EB8C40;
  box-shadow: 0 0 20px #E8E8E8;
  padding: 10px 5px;
}
.senorial .acompanamiento .envoltura{
  width: 100%;
  max-width: 1125px;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.senorial .acompanamiento .envoltura .enc-acomp{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}
.senorial .acompanamiento .envoltura .det-acomp{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 30px;
}
.senorial .acompanamiento .envoltura .det-acomp div {
  padding: 10px;
}
.senorial .acompanamiento .envoltura .det-acomp div img{
  width: 100%;
}
.senorial .acompanamiento .envoltura .det-acomp .det-acomp-2{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 20px;
}
/* Ver ovituario */
.ver_obit{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
}
.ver_obit .enc-obit{
  width: 100%;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.opaco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 530px;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.ver_obit .enc-obit h3{
  color: white;
  font-size: 1em;
}
.ver_obit .det-obit{
  width: 100%;
  max-width: 777px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -35px;
  background: white;
  padding-left: 40px;
  padding-right: 40px;
}
.ver_obit .det-obit .cont-img{
  width: 155px;
  height: 155px;
  border-radius: 50%;
  position: relative;
  top: -100px;
}
.ver_obit .det-obit .fila-rp{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  margin: 10px 0;
}
.ver_obit .det-obit .fila-rp p{
  padding: 10px 20px;
}
.ver_obit .det-obit .fila-rp p:first-child{
  text-align: right;
}
.ver_obit .det-obit .evento{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-gap: 30px;
  margin-bottom: 20px;
}
.ver_obit .det-obit .evento .info-evento{
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  border: 1px solid #CECECE;
}
.ver_obit .det-obit .evento .info-evento p{
  padding: 0.5em 0;
}
.c-naranja{
  color: var(--c-enlace);
}
.cruz{
  clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%, 10% 50%);
  background: var(--c-enlace);
}
.tp{
  font-size: 1.1em;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}
.tm{
  font-size: 1.5em;
  display: inline-block;
  min-width: 35px;
  text-align: center;
}
.tg{
  font-size: 2em;
  display: inline-block;
  min-width: 50px;
  text-align: center;
}
.compartir-redes{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 20px;
  text-align: center;
  margin: 30px 0;
}
.cont-icon{
  background: #EB8C40;
  padding: 7px 25px;
  border-radius: 25px;
  color: white;
  margin: 10px 20px;
}
.cont-icon:hover{
  cursor: pointer;
}
.cont-icon span{
  font-size: 1.2em;
}
.f-gris{
  background: #EEEDEB;
  color: #EB8C40;
  padding: 10px;
}
.fnar{
  color: #EB8C40;
  display: inline-block;
  width: 25px;
  height: 25px;
}
#flor:hover,#luz:hover{
  cursor: pointer;

}
#envflor img{
  height: 77px;
}
#envflor img:hover{
  cursor: pointer;
}
.a-izq{
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.galeria{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 25px;
}
.galeria .foto{
  width: 100%;
  height: 215px;
}
/* Inicia visor galeria */
.visor_galeria{
  display: none;
  background: rgba(0,0,0,0.7);
  position:  relative;
  z-index: 500;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.visor_galeria > .cerrar{
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 22px;
  text-shadow:
    1px 1px 2px black,
    0 0 1em Salmon,
    0 0 0.2em Salmon;
  color: Salmon;
  font:
    1.5em Georgia,
    "Bitstream Charter",
    "URW Bookman L",
    "Century Schoolbook L",
    serif;
    transform: scale(.9, 1);
    font-size: 2em;
}
.visor_galeria > .cerrar:hover{
  color: white;
  transform: scale(1, 1);
}
.visor_galeria .cont-galeria{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 10px;
}
.visor_galeria .cont-galeria #imagen{
  max-width: 1000px;
  height: 100%;
}
.boton{
  display: flex;
  position: absolute;
  top: 50%;
  font-size: 1.9rem;
  border-radius: 50%;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
  color: #545454;
  transform: translate(0,-50%);
  transition: .5s ease;
  user-select: none;
}
.boton > span {
  text-shadow:
    1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
  color: white;
  font:
    1.5em Georgia,
    "Bitstream Charter",
    "URW Bookman L",
    "Century Schoolbook L",
    serif;
    transform: scale(.7, 1);
    font-size: 2em;
}
.boton:hover{
  cursor: pointer;
  transform: scale(1.2, 1,2);
}
.atras{
  left: 22px;
}
.adelante{
  right: 22px;
}
/* Finaliza visor de galeria */
.cont-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#frmcom{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 777px;
  padding: 20px 0px;
  background: white;
}
#frmcom h5{
  padding: 10px 0;
}
#frmcom label{
  padding: 15px 0 0 0;
}
#frmcom input[type="text"], #frmcom input[type="email"], #frmcom textarea {
  width: 100%;
  border-radius: 3px;
  padding: 7px 10px;
  border: 0.5px solid gray;
}
.comentarios, #comentarios{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin: 5px 5px ;
}
.comentarios #comentarios div{
  padding: 0 0 5px 0;
  width: 100%;
}
.comentarios #comentarios div hr{
  margin: 5px 0;
  border: 1px solid #CCCCCC;
}
.enlace-naranja,.enlace-naranja:link, .enlace-naranja:visited,.enlace-naranja:hover,.enlace-naranja:active{
text-decoration: none;
color: var(--c-enlace);
font-size: 0.8em;
cursor: pointer;
}
.sede{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sede .sede-enc{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sede .sede-enc .infosede{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 30px 20px;
}
.sede .sede-enc .infosede p{
  color: #545454;
  margin: 7px 0;
}
.sede .sede-enc .imgsede{
  width: 55%;
}
.sede .sede-enc .imgsede img{
  width: 100%;
}
.sede .mapa{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sede .mapa p{
  width: 100%;
}
.vista3d{
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vista3d .cont-vista{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1125px;
  margin: 20px;
}
.vista3d .cont-vistasede{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.vista3d .cont-vista p{
  margin: 2em 0;
}
.contactosede{
  width: 100%;
  max-width: 1125px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 50px;
  margin: 30px 0;
}
.contactosede .contacto p{
  margin: 15px 0px;
}
.contactosede .mapa{
  width: 50%;
}
/* Legado de vida */
.sesion{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sesion .envoltura h1{
  font-size: 2.2em;
}
.sesion .envoltura{
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 982px;
  box-shadow: 0 0 20px #D5D8DC;
  padding: 40px;
}
.sesion .envoltura .cont-sesion{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  grid-gap: 20px;
}
.sesion .envoltura .cont-sesion .ingreso, .sesion .envoltura .cont-sesion .registro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #D3CED2;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
}
.sesion .envoltura .cont-sesion .ingreso label, .sesion .envoltura .cont-sesion .registro label, .usuario .cont-usuario label, .sesion .envoltura .cont-sesion .ingreso input, .sesion .envoltura .cont-sesion .registro input{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.7em 10px;
}
.sesion .envoltura .cont-sesion .registro p{
  margin: 7px 0;
}
.sesion .envoltura .cont-sesion h5{
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 1em;
}
.usuario{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.usuario .cont-usuario{
  width: calc(100% - 20px);
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.usuario .cont-usuario input{
  width: calc(100% - 20px);
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.7em 10px;
}
.msg p{
  margin: 7px 0;
}
.msg p:first-of-type{
  background: #F7F8F9;
  border-top: 3px solid var(--c-enlace);
}
/* Reloj */
.reloj{
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reloj #cuentaRegresiva{
  border: 1px solid blue;
  padding: 20px;
  border-radius: 50%;
}
/* Fin del reloj */
.sesion .envoltura .legado-inicio{
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sesion .envoltura .legado-inicio p, .sesion .envoltura .legado-inicio h1{
  margin: 12px 0;
}
.legado-inicio .legado-enlace{
  border-radius: 7px;
  width: 100%;
  max-width: 400px;
  padding: 0;
  border: 1px solid gray;
}
.legado-inicio .legado-enlace span, .legado-inicio .legado-enlace input{
  margin: 0;
  padding: 15px 10px;
  border: 0;
}
.legado-inicio .legado-enlace span{
  border-radius: 7px 0 0 7px;
  margin: 0;
  border-right: 1px solid gray;
}
.legado-inicio .legado-enlace span:hover{
  background:#545454;
  color: white;
  cursor: pointer;
}
.legado-inicio .legado-enlace input{
  width: 300px;
  margin-right: 0px;
  border-radius: 0 7px 7px 0;
}

/* Los parques */
.losparques, .area, .amanecer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #FFF;
}
.losparques .enc-losparques{
text-align: center;
  background: url("../img/losparques/parques.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size:  cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
}
.losparques .enc-losparques img{
  margin-top: 60px;
}
.losparques .cont-losparques, .cont-momentos .enc-momentos .envoltura{
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.area{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area-envoltura, .enc-area, .cont-cobertura{
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.det-aragon, .det-contacto{
  width: 100%;
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.det-aragon, .det-contacto{
  padding: 50px 0;
}
.det-aragon .colder{
  position: relative;
  top: -60px;
}
.det-aragon .colizq h2, .det-aragon .colizq p{
  margin: 15px 0px;
  padding-right: 70px;
}

.area .logo{
  width: 100%;
  max-width: 1125px;
  justify-content: flex-start;
  margin: 20px 0;
}
.area .logo img{
  width: 250px;
}
.enc-area {
  align-items: center;
}
.area-envoltura .colizq,.area-envoltura .colder,
.enc-area .colizq, .enc-area .colder,
.cont-cobertura .colizq, .cont-cobertura .colder,
.det-aragon .colizq,
.det-aragon .colder,
.det-contacto .colizq,
.det-contacto .colder,
.cont-pet .colizq,
.cont-pet .colder{
  width: 50%;
  padding: 10px;
}
.enc-momentos .envoltura .colizq,
.enc-momentos .envoltura .colder{
  width: 50%;
  padding: 50px;
  color: white;
}
.area-envoltura .colizq img, .area-envoltura .colder img{
  width: 100%;
  padding: 10px 0;
}
.losparques .cont-losparques .colizq, .losparques .cont-losparques .colder{
  width: 50%;
  padding: 40px 25px;
}
.losparques .cont-losparques .colizq{
  position: relative;
  top: -60px;
  background: #FFF;
}
.losparques .cont-losparques .colizq img, .losparques .cont-losparques .colder img{
  width: 100%;
}
.losparques .cont-losparques .colizq p, .losparques .cont-losparques .colder p{
  margin: 10px 0px;
}
.area > h1{
  margin: 40px 0;
}
.area .cont-area{
  width: 100%;
  max-width: 1125px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  grid-gap: 25px;
}
.det-area .divimg{
  width: 100%;
  height: 190px;
}
.det-area .num_orden{
  left: 20px;
  top: -40px;
  width: 80px;
  height: 80px;
  color: #8D8D8D;
  font-size: 3em;
  font-family: PlayfairDisplay;
  position:  relative;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px #8D8D8D;
  background: white;
}
.det-area .nom_area{
  position:  relative;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #EB8C40;
  float: right;
  margin: 10px 10px 0 0;
  font-weight: bold;
}
/* Amanecer */
.amanecer .enc-amanecer{
text-align: center;
  background: url("../img/amanecer/capillas-amanecer.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size:  cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 67vh;
}
.amanecer .enc-amanecer img{
  margin-top: 60px;
}
.amanecer .enc-amanecer h1{
  color: white;
  font-size: 2.9em;
  font-weight: bold;
}
.amanecer .cont-amanecer, .cont-amanecer .prenecesidad{
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amanecer .info-servicio{
  position: relative;
  top: -80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cuadro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: 225px;
  height: 160px;
  background: white;
  margin: 10px 10px;
  padding: 15px 20px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  color: #EB8C40;
}
.cuadro:hover{
  box-shadow: 0px 15px 20px -3px rgba(0,0,0,0.2);
}
.cuadro .i-ubicacion, .cuadro .i-correo, .cont-amanecer .info-contacto .tels .i-telefono{
  font-size: 3em;
  font-weight: bold;
}.cuadro > a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cuadro > a:visited, .cuadro > a:link, .cuadro > a:active{
  text-decoration: none;
  list-style: none;
  color: currentColor;
}
.cont-amanecer .info-contacto{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #EB8C40;
}
.cont-amanecer .info-contacto .tels{
  display: flex;
  flex-direction: row;
}
.cont-amanecer .info-contacto .tels > div{
  text-align: left;
}
.cont-amanecer .info-contacto .tels p{
  font-weight: bold;
}
.cont-amanecer .info-contacto .tels p:last-child{
  font-size: 2em;
}
.cont-amanecer .prenecesidad{
  margin: 20px 0;
  color: #545454;
}
.cont-amanecer .prenecesidad .serv-pre{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}
.cont-amanecer .prenecesidad .serv-pre .servicio{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.cont-amanecer .prenecesidad .serv-pre .servicio h4{
  margin: 15px 0;
}
.cobertura{
  margin-top: 30px;
  background: #F2F2F2;
}

/* *************************************** */
.cont-cobertura .colizq .sede-cont {
  width: 100%;
  max-width: 1225px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin: 20px 0;
}
.cont-cobertura .colizq .sede-cont .sede{
  width: 100%;
  box-shadow: 0 0 10px #777;
  padding-bottom: 30px;
  background: white;
}
.cont-cobertura .colizq .sede-cont .sede .img{
  width: 100%;
}
.cont-cobertura .colizq .sede-cont .sede img{
  width: 100%;
}

.cont-cobertura .colizq .sede-cont .sede .desc{
  padding: 10px 20px;
    color: #545454;
}
.cont-cobertura .colizq .sede-cont .sede .desc h4{
  width: 100%;
  font-size: 1.3em;
}
.cont-cobertura .colizq .sede-cont .sede .desc p{
  margin-left: -10px;
  line-height: 1.3em;
  font-size: 0.9em;
  text-align: justify;
  margin: 12px 0;
}
.cont-cobertura .colizq .sede-cont .sede .desc .enlace{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-cobertura .colder{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 20px;
}
.cont-cobertura .colder img{
  width: 100%;
  max-width: 500px;
}
.contacto{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
}
.contacto .cont-contacto{
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cobertura .contacto .tels{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cobertura .contacto .tels > .i-telefono{
  font-size: 2.5em;
}
.cobertura .contacto .tels p:last-child{
  text-align: left;
  font-size: 2em;
}
#frmc{
  width: 100%;
  max-width: 870px;
}
#frmc .frm-cont{
 width: 100%;
 text-align: center;
}
#frmc .frm-cont .col1 input{
   width: 100%;
}
#frmc .frm-cont .col2{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
   grid-column-gap: 10px;
}
#frmc .frm-cont .fil1 > *:not(span){
 padding: 1em;
 background: #F2F2F2;
 color: #545454;
 border: none;
 border-radius: 3px;
 box-shadow: 0 0 7px #125;
}
#frmc .frm-cont input:not(input[type="submit"]), #frmc .frm-cont textarea{
 width: 100%;
 padding: 1em;
 background: #F2F2F2;
 color: #545454;
 border: none;
 margin: 1em 0px;
 border-radius: 3px;
 /* box-shadow: 0 0 7px #125; */
}#frmc .frm-cont select{
  width: 100%;
  background: #F2F2F2;
  text-align: center;
  border-radius: 3px;
}
/* Aragon */
.aragon .enc-aragon{
  display: flex;
  text-align: center;
    background: url("../img/aragon/img-back-aragon.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 90vh;
}
.aragon .enc-aragon img{
  margin: 50px 60px;
}
.aragon .cont-aragon{
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}
.det-contacto p, .det-contacto hr{
  margin: 20px 0px;
}
.cont-momentos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cont-momentos .envoltura, .envoltura .solicitar-arreglo{
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-momentos .enc-momentos {
  background: url("../img/momentos-memorias/back-momentos-memorias.jpeg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  padding: 4em 0px;
}
.cont-momentos .enc-momentos h4{
  font-size: 2em;
}
.cont-momentos .solicitar-arreglo{
  padding: 25px 0;
  width: 100%;
}
.cont-momentos .momentos h2, .cont-momentos .masque-abrazo h3{
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.cont-masque-abrazo{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  grid-gap: 25px;
  width: 100%;
  max-width: 1125px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.cont-masque-abrazo .img-masque-abrazo{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.cuadro-masque-abrazo{
  width: 240px;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cont-masque-abrazo .img-masque-abrazo h5{
    color: white;
}
.cont-masque-abrazo:hover{
  transform: scale(1.03);
  transition: all 2s;
}
.respuesta{
  margin: 30px;
  padding: 20px;
}
/* PET DIGNITY */
.pet{
  background: url("../img/pet-dignity/img-back-pet.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pet .cont-pet{
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pet .cont-pet .enc-pet{
  display: flex;
  flex-direction: row;
  margin: 70px 0;
}
.pet .cont-pet .enc-pet h2{
  margin: 50px 0;
  text-align: left;
}
.pet .cont-pet h1, .pet .cont-pet h2, .pet .cont-pet h3, .pet .cont-pet p{
  color: white;
  text-align: center;
}
.pet .cont-pet .estrellas{
  margin: 50vh 0;
}
.cont-estrellas{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 25px;
}
.cont-estrellas .obit-estrella{
  background: white;
  color: #545454;
  width: 100%;
  padding: 10px;
}
.cont-estrellas .obit-estrella .det-estrella{
    color: #545454;
    position: relative;
    top: -40px;
}
.cont-estrellas .obit-estrella .det-estrella h3, .cont-estrellas .obit-estrella .det-estrella p{
  color: #545454;
}
.estrella {
  width: 222px;
  height: 222px;
    background: url("../img/pet-dignity/estrella-pet-dignity.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.estrella .imgestrella{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.politicas{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;;
}
.politicas .det-politica{
  width: 100%;
  max-width: 1125px;
  margin: 20px 0;
}
.politicas .det-politica h2{
  text-align: center;
  margin: 25px 0;
}
.politicas .det-politica p{
  text-align: left;
  left: 0;
  margin-top: 15px;
  font-size: 1.1em;
}
.politicas .det-politica ul{
  padding-left: 30px;
  margin-top: 15px;
  font-size: 1.1em;
}
.politicas .det-politica h4{
  text-align: left;
  margin-left: 0px;
}
.envoltura-contacto{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.contenido-contacto {
  width: 100%;
  max-width: 1125px;
  margin: 30 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenido-contacto .diapo{
  box-shadow: 0 0 20px #E8E8E8;
}
.contenido-contacto .diapo .desc{
  padding: 20px;
}
.contenido-contacto .presentacion .cont-pres{
  height: auto;
}
.contenido-contacto .desc .info-contacto{
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contenido-contacto .info-contacto .i-telefono, .contenido-contacto .info-contacto .i-ubicacion{
  font-size: 1.7em;
  margin-right: 7px;
}
.contenido-contacto .info-contacto p, .contenido-contacto .diapo .desc a{
  font-size: 0.8em;
}
.contenido-contacto .presentacion-h-env{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contenido-contacto .presentacion-h-fijo, .presentacion-h-fijo .presentacion{
  width: 100%;
  display: flex;
  flex-direction: column;
justify-content: center;
align-items: center;
}

.presentacion-h-fijo .cont-pres-unica{
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex: column;
  justify-content: center;
  align-items: center;
}
.contenido-contacto .cont-pres-unica .diapo{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contenido-contacto .cont-pres-unica .diapo > a,.contenido-contacto .cont-pres-unica .diapo .desc{
  padding: 0;
  width: 50%;
}
.contenido-contacto .cont-pres-unica .diapo .desc .mapa-unico, .diapo .desc .colflex{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contenido-contacto .cont-pres-unica .diapo .col2 > div{
  padding-left: 10px;
}
.contenido-contacto .cont-pres-unica .diapo{
  box-shadow: none;
}
.contenido-contacto  h2, .contenido-contacto  h1{
  margin: 30px 0;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .carrusel .cont-img{
    width: calc(100% / 2);
  }
  .tiempo ul li div {
    width: 250px;
  }
  .tiempo ul li:nth-child(even) div {
    left: -289px; /*250+45-6*/
  }
  .testimoniales .contenedor .testimonio p{
font-size: 0.7em;
  }
}

/* Móvil */
@media screen and (max-width: 760px) {
  .tiempo ul li {
    margin-left: 20px;
  }

  .tiempo ul li div {
    width: calc(100vw - 91px);
  }

  .tiempo ul li:nth-child(even) div {
    left: 45px;
  }

  .tiempo ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
  .centradovh .logo img{
    margin-left: 10px;
    width: 110px;
  }
 .menup, .menup .menu{
  display: block;
  position: fixed;
  background: white;
  width: 100%;
  height: auto;
  top: 40px;
  left: 0;
  transition: all 0.5s;
  transform: translateY(-150%);
  }

  .menup > ul > li:hover .submenu{
    display: block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    height: auto;
  }
  .menu-movil{
    display: block;
  }
  #check-menu:checked  ~ .menu{
    transform: translateY(0%);
  }


  h1{
    font-size: 1.7em !important;
    text-align: center;
  }
  h2{
    font-size: 1.4em;
  }
  h3{
    font-size: 1.1em;
  }
  .tels{
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 300px;
  }
  .btn-seno{
    padding: 5px 10px;
    height: 40px;
    margin: 5px;
    font-size: 0.7em;
  }
  .tels a:hover{
    width: 150px;
    display: block;
    margin: 5px;
  }
  .btns-navegacion{
    z-index: 10000;
  }

  .testimoniales .contenedor{
    max-width: 100%;
  }
  .testimoniales .contenedor .testimonio p{
font-size: 0.5em;
  }
  .momentos .contenedor {
    flex-direction: column;

  }
  .momentos .contenedor .cont-momentos{
    width: 95%;
  }
  /* Mini Carrusel */
  .envoltura .carrusel-min{
    grid-auto-columns: calc((100% / 2) - 12px);
  }
  /* FIN CARRUSEL */
  .contacto-pie{
    flex-direction: column;
  }
  .contacto-pie > div,.contacto-pie > div b {
    padding: 7px 0px;
    display: block;
    width: 100%;
    font-size: 0.8em;
  }
  .menu-pie{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 5px;
  }
  .c-redcircular{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .historia .enc-historia h1, .historia .enc-historia p,
  .testimoniales .enc-testimonial h1, .testimoniales .enc-testimonial p{
    margin: 0;
    padding: 20px;
  }
/* Linea de tiempo */
  .linea ul li {
  margin-left: 20px;
  }
  .linea ul li div {
  /* width: calc(100vw - 90px); */
  width: 280px;
  }
  .linea ul li div p {
  text-align: left;
  }
  .linea ul li:nth-child(odd) div {
  left: 45px;
  }
  .linea ul li:nth-child(odd) div::before,.linea ul li:nth-child(even) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent white transparent transparent;
  }
  .tiempo ul li:nth-child(odd) div > time,.tiempo ul li:nth-child(even) div > time{
  position: absolute;
  left: -77px;
  top: 150px;
  font-size: 2em;
  color: #8D8D8D;
  font-family: PlayfairDisplay;
  z-index: 2000;
  }
  .presentacion-h .presentacion  .ant{
    left: 15px;
  }
  .presentacion-h .presentacion  .sig{
    right: 15px;
  }
  .talento .enc-talento{
    height: 50vh;
  }
  .talento .enc-talento .ftrans5{
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .talento .enc-talento .fnormal5{
    width: 0;
  }
  .talento .talento-fam{
    padding: 20px 10px;
  }
  .talento .estilo .envoltura .cont-estilo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .talento .valores .envoltura h3{
    text-align: center;
  }
  .talento .servicio .envoltura{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .talento .servicio .envoltura .menu-servicio{
    display: flex;
    flex-direction: column;
  }
  .talento .servicio .envoltura .item-menu-servicio{
    display: flex;
    flex-direction: row;
  }
  .talento .servicio .envoltura .item-menu-servicio h1{
    margin-right: 20px;
  }
  .talento .servicio .envoltura .item-menu-servicio h3{
    font-size: 1.5em;
  }
  .talento .servicio .envoltura #info-servicio{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .talento .testimonio .envoltura .slide{
    height: auto;
  }
  .talento #cont-carrusel .diapositiva{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .talento #cont-carrusel .cont-diapo{
    padding: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
.talento #cont-carrusel .cont-diapo .descripcion{
    margin-top: 10px;
    font-size: 0.8em;
  }
  .noticia .envoltura .det-noticia{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-right: 20px;
  }
  .senorial{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .senorial .det-senorial{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .senorial .det-senorial .contenido{
    padding: 0px;
    width: 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .det-senorial .contenido .tab{
    width: 100%;
    min-width: 0;
  }
  .det-senorial .contenido .tab .tab-cont{
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .det-senorial .contenido .tab .tab-cont .tab-desc, {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: yellow;
  }
  .memoriales .cont-memoriales .cont-imgobit, .det-senorial .contenido .tab .tab-cont .tab-desc .cont-imgobit{
    width: 90%;
    }
  .planifica{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    background: url("../img/senoriales/backmobil-planifica.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.planifica .img{
  height: 600px;
}
.planifica .contenido{
  height: 400px;
}
.legado{
  padding: 10px;
}
.legado .enc-legado .envoltura{
  min-width: 98%;
  grid-template-columns:  1fr;
  grid-gap: 0;
}
.legado .enc-legado .cont-legado{
  padding: 5px;
}
.legado p{
  margin: 0;
}
.senorial .acompanamiento .envoltura .det-acomp{
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.senorial .acompanamiento .envoltura .det-acomp .det-acomp-2{
  grid-template-columns: 1fr;
}
.losparques .cont-losparques{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.losparques .cont-losparques .colizq, .losparques .cont-losparques .colder{
  top: 0;
  width: 100%;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactosede{
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.contactosede .contacto, .contactosede .mapa{
width: 100%;
}
.fila-rp{
  width: 100%;
  grid-template-columns: 1fr;
  text-align: center;
}
.fila-rp p:first-child{
  text-align: center!important;
}
.area, .area .logo,.area  div, .area  div .colizq, .area  div .colder, .memoriales .cont-memoriales, .sede .sede-enc, .sede .sede-enc div,
.cobertura .cont-cobertura, .cobertura .cont-cobertura .colizq, .cobertura .cont-cobertura .colder,
.aragon .det-aragon, .aragon .det-aragon .colizq, .aragon .det-aragon .colder,
.aragon .det-contacto, .aragon .det-contacto .colizq, .aragon .det-contacto .colder,
.momentos-memorias .enc-momentos .envoltura, .momentos-memorias .enc-momentos .envoltura .colizq, .momentos-memorias .enc-momentos .envoltura .colder,
.pet .enc-pet, .pet .enc-pet .colizq,
.cementeriodelmar, .cementeriodelmar .cont-pres-unica, .cementeriodelmar .cont-pres-unica .diapo,
.cementeriodelmar .cont-pres-unica .diapo .desc{
  width: 100%!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont-amanecer .info-servicio{
  flex-wrap: wrap;
}
.cont-amanecer .info-contacto,.cont-amanecer .prenecesidad, .contacto .cont-contacto{
  padding: 20px;
}
.cont-masque-abrazo{
  grid-template-columns: 1fr;
  padding: 10px;
}
.cont-masque-abrazo .img-masque-abrazo{
  width: 100%!important;
  background: yellow;
  flex-wrap: nowrap;
}
.pet .estrellas .enc-estrellas{
  position: relative;
  top: -200px;
}
.pet .estrellas .enc-estrellas p{
  font-size: 1.3em;
  margin: 10px;
}
.enc-contacto h1, .enc-contacto p{
  padding: 0 20px;
}
.cementeriodelmar .cont-pres-unica .diapo a{
  width: 100%;
  padding: 0 5px;
}
}
