/*-- THEME COLORS --*/

:root {

	/* Colors */

	--verde_o: #0A683D;

	--verde_c: #B6CE44;

	--shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}



@font-face {

	font-family: "OptimaLTPro-Black";

	src: url("../fonts/OptimaLTPro-Black.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-Black.woff") format("woff");

}


@font-face {

	font-family: "OptimaLTPro-Bold";

	src: url("../fonts/OptimaLTPro-Bold.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-Bold.woff") format("woff");

}


@font-face {

	font-family: "OptimaLTPro-DemiBold";

	src: url("../fonts/OptimaLTPro-DemiBold.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-DemiBold.woff") format("woff");

}


@font-face {

	font-family: "OptimaLTPro-ExtraBlack";

	src: url("../fonts/OptimaLTPro-ExtraBlack.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-ExtraBlack.woff") format("woff");

}


@font-face {

	font-family: "OptimaLTPro-Italic";

	src: url("../fonts/OptimaLTPro-Italic.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-Italic.woff") format("woff");

}


@font-face {

	font-family: "OptimaLTPro-Medium";

	src: url("../fonts/OptimaLTPro-Medium.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-Medium.woff") format("woff");

}


@font-face {

	font-family: "OptimaLTPro-Roman";

	src: url("../fonts/OptimaLTPro-Roman.woff2") format("woff2"),

		url("../fonts/OptimaLTPro-Roman.woff") format("woff");

}

/*-- END THEME COLORS --*/



/*-- BASE --*/

* {

	margin: 0px;

	padding: 0px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	
	font-family: "OptimaLTPro-Roman";

}



body {

	background-color: #ffffff;

	margin: 0px;

}



::-webkit-scrollbar {

	width: 6px;

	height: 5px;

}



::-webkit-scrollbar-thumb {

	background-color: #d3d3d3;

}



a {

	text-decoration: none;

}



button {

	cursor: pointer;

}



.btn {

	font-size: 18px;

	padding: 8px 40px;

	color: var(--blanco);

	background-color: var(--amarillo);

	border-radius: 10px;

	margin-top: 30px;

}



.btn-css {

	background-color: #03178c;

	color: #ffffff;

	border-radius: 20px;

	padding: 4px 20px;

	font-size: 20px;

	border: none;

}



input,

textarea,

select {

	outline: none;

}



header {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	position: fixed;

	top: 0px;

	left: 0px;

	z-index: 9999;

    background-color: var(--verde_o);

}

#header-1 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	background-color: #619d3b ;
	border-bottom: 1px solid #fff;
	padding: 5px 20px;
}

#header-1 p {
	font-size: 16px;
	color: #fff;
	text-shadow: -1px 0 #54595F, 0 1px #54595F,
	  1px 0 #54595F, 0 -1px #54595F;
	  letter-spacing: 1px;
}

#header-1 b {
	font-size: 18px;
	font-family: "OptimaLTPro-Bold";
}



#header-2 {

	width: 100%;

	height: 90px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	background-color: var(--blanco);

	padding: 0px 10px;

	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),

		0 2px 4px -1px rgba(0, 0, 0, 0.3);

}



#header-2 a > img {

	height: 60px;

}



nav {

	display: flex;

	justify-content: center;

	align-items: center;

}



nav ul {

	display: flex;

	justify-content: center;

	align-items: center;

	list-style: none;

	gap: 10px;

}



nav ul li a {

	padding: 10px;

	font-size: 16px;

	color: #fff;

	font-family: "OptimaLTPro-Bold";

	transition: ease all 0.6s;

}



nav ul li a:hover {

	color: var(--verde_c);

}



#menu-btn {

	display: none;

}



.b-g-h {

    background-color: var(--verde_c);

    padding: 6px 20px;

    text-align: center;

	border-radius: 20px;

	box-shadow: var(--shadow);

	transition: ease all 0.6s;

}



.b-g-h:hover{
	color: #fff;
}



#s-banner {

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	margin-top: 120px;

}



#carousel-banner {

	width: 100%;

	display: block;

	position: relative;

}





.content-info-principal-carousel {

	width: 100%;

	display: flex;

	justify-content: flex-start;

	align-items: center;

	position: relative;

}


.content-info-principal-carousel {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content-info-principal-carousel img {
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.info-banner {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	border-radius: 20px;
	position: absolute;
	border: 1px solid var(--blanco);
	/* bottom: 100px; */
}

.info-banner h4{
	font-size: 60px;

	font-family: "OptimaLTPro-Bold";
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-shadow: -1px 0 #54595F, 0 1px #54595F, 1px 0 #54595F, 0 -1px #54595F;
    letter-spacing: 1px;
}



.content-info-principal-carousel img {

	width: 100%;

	height: 80vh;

	object-fit: cover;

	object-position: bottom;

	filter: brightness(0.5);

}



.info-carousel-prin {

	width: 50%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

	position: absolute;

	left: 40px;

	gap: 30px;

}



.info-carousel-prin h3 {

	font-size: 70px;


	font-family: "OptimaLTPro-Bold";

	color: var(--blanco);

}

.info-carousel-prin p {

	font-size: 20px;

	color: var(--blanco);

}

.info-carousel-prin a {

	font-size: 25px;

	background-color: var(--amarillo);

	color: var(--blanco);


	font-family: "OptimaLTPro-Bold";

	padding: 5px 10px;

	border-radius: 10px;

}



footer {

    width: 100%;

    display: flex;

}



footer img {

    width: 100%;

}



#s-desc {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 80px 0px 40px;

}



#s-desc >div {

    width: 80%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

#content-info-video {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	padding: 40px 0px;
}



#s-desc h3{

    font-size: 25px;


	font-family: "OptimaLTPro-Bold";

    margin-bottom: 20px;

    color: var(--verde_o);

    text-align: center;

}

.info-video {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info-video p{

    color: #54595F;

    font-size: 18px;

    text-align: justify;

    margin-bottom: 15px;

}

.info-video a{

	background-color: var(--verde_o);

	padding: 8px 20px;

	font-size: 20px;

	color: #fff;

	margin-top: 30px;

	border-radius: 10px;
	box-shadow: var(--shadow);

}


#content-info-video iframe{
	width: 50%;
}


#s-serv {

    width: 100%;

    display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



#content-servicio {

	width: 90%;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr ;

	justify-content: center;

	align-items: stretch;

	gap: 30px;

}



.card-serv {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: flex-start;

	align-items: center;

	border-radius: 5px;

	background-color: var(--verde_o);

	overflow: hidden;

	transition: ease all 0.6s;

	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);

}



.card-serv:hover {

	background-color: var(--verde_c);

	transform: scale(1.04);

}



.card-serv img{

	width: 100%;

	/* height: 200px; */

	object-fit: cover;

}



.card-serv div{

	width: 100%;

	padding: 20px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	gap: 10px;

}



.card-serv div h3{

	font-size: 22px;


	font-family: "OptimaLTPro-Bold";

	color: #fff;

}



.card-serv div p{
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: start;
	padding: 20px 0px;
}

.card-serv div a{
	background-color: #fff;
    padding: 4px 20px;
    font-size: 16px;
    color: var(--verde_o);
	border-radius: 20px;
}



#s-interesado {

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	padding: 100px 0px;

}



#content-interesados {

	width: 80%;

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 30px;

}



#content-interesados>div {

	width: 60%;

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	align-items: flex-start;

	gap: 30px;

}



#content-interesados>div h3{

	font-size: 25px;

	color: var(--verde_o);

}



#content-interesados>div p{

	font-size: 20px;

	color: #000;

}



#content-interesados>a{

	background-color: var(--verde_o);

	font-size: 20px;

	color: #fff;

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 10px;

	padding: 8px 20px;

	border-radius: 20px;

}



#content-interesados>a svg {

	width: 40px;

	fill: #fff;

}



#content-interesados>a span {

	text-align: center;

}



#s-aliados {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	gap: 30px;

	padding: 40px 0px;

}



#s-aliados h3{

	font-size: 35px;

	color: var(--verde_o);

}



#aliados-carousel {

	width: 90%;

}



footer {

	width: 100%;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr;

	background-color: var(--verde_o);

	padding: 50px;

	gap: 50px;

	justify-content: center;

	align-items: flex-start;

}



#f-1 {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



#f-1 a{

	width: 40%;

	display: flex;

	justify-content: center;

	align-items: center;

}



#f-1 a img{

	width: 100%;

}



#f-2 {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

	gap: 20px;

}



.link-footer {

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 5px;

}



.link-footer svg {

	width: 25px;

	fill: #fff;

}



.link-footer span {

	width: calc(100% - 25px);

	font-size: 20px;

	color: #fff;

}



#f-3 {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

	gap: 20px;

}



#title-interno {

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: flex-start;

	background-color: var(--verde_o);

	padding: 30px 0px;

	margin-top: 90px;

	gap: 30px;

}



#title-interno> div {
	width: 80%;
	padding: 30px 0px;
	gap: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#title-interno> div h3 {
	color: #fff;
    font-size: 60px;
	text-align: center;
}

#title-interno> div p {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

#title-interno> div a {
	color: var(--verde_o);
	font-size: 25px;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 4px 20px;
	box-shadow: var(--shadow);
	font-family: "OptimaLTPro-Bold";
}


.s-img-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;align-items: center;
}
.s-img-info >div:nth-child(even){
	background-color: #F2F2F2;
}
.s-img-info >div:nth-child(even)>div{
	flex-direction: row-reverse;
}

.cards-img-info {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cards-img-info>div {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-card {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	gap: 20px;
}

.content-carousel-complejo {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content-carousel-complejo  img{
	width: 100%;
}

.content-carousel-complejo  .img-icon{
	height: 170px;
}

.info-card h3{
	font-size: 35px;
	color: var(--verde_o);
	margin-bottom: 15px;
	text-align: center;
}
.info-card p{
	font-size: 18px;
	color: #54595F;
	text-align: justify;
}
.info-card ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 20px;
}
.info-card li{
	font-size: 18px;
	color: #54595F;
}

.info-card a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background-color: var(--verde_c);
	border-radius: 20px;
	color: #fff;

	font-family: "OptimaLTPro-Bold";
	padding: 4px 20px;
	box-shadow: var(--shadow);
}

.bnn2 {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 20px);
	border-radius: 10px;
	z-index: 1999;
    background-color: var(--verde_c);
    box-shadow: var(--shadow);
}

.btn-complejo-izq {
	left: 10px;
}

.btn-complejo-der {
	right:  10px;
}

.info-card a svg{
	width: 25px;
	fill: #fff;
}

.card-sedes {
	border-bottom: 2px solid var(--verde_o);
}

#s-cremacion {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#conetent-info-cremacion {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#conetent-info-cremacion>div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 20px;
}

#conetent-info-cremacion>div h3{
	font-size: 30px;
	color: var(--verde_o);
	margin-bottom: 15px;
	text-align: center;
}
#conetent-info-cremacion>div p{
	font-size: 20px;
	color: var(--verde_o);
	text-align: justify;
}

#conetent-info-cremacion>img {
	width: 40%;
}



#s-info-nosotros {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
}

#s-info-nosotros div {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}

#s-info-nosotros div p{
	width: 100%;
	font-size: 18px;
	text-align: justify;
	color: #54595F;
}


#content-btn-ws a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#content-btn-ws {
	position: fixed;
	right: -235px;
	top: 55%;
	z-index: 99;
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-btn-ws a {
	font-size: 16px;
	color: #ffffff;
	padding: 8px 10px;
	border-radius: 10px 10px 0px 0px;
	transition: ease all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	background-color: var(--verde_c);
}

#content-btn-ws a > svg {
	margin-right: 5px;
}

#content-btn-ws a:hover {
	transform: scale(1.05);
}

#content-btn-ws a svg {
	fill: #fff;
	width: 25px;
	transform: rotate(90deg);
}

#content-btn-ws a span {
	padding: 0px 10px;
}

.info-title-p {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding-bottom: 40px;
}

.info-title-p h3{
	font-size: 35px;


	font-family: "OptimaLTPro-Black";
	color: var(--verde_o);
}

.info-title-p p{
	font-size: 20px;
	color: var(--verde_o);
}


.line-separator {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.line-separator span{
    width: 70%;
    background-color: #838383;
    height: 1px;
}



.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.popup .popup-container {
	width: 70%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: -50px;
}

.popup-content {
	width: 100%;
	max-height: 80vh;
	color: #4d4d4d;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	overflow: auto;
	gap: 30px;
}

.popup-content h3 {
	font-size: 30px;
	color: var(--verde_o);
	margin-bottom: 20px;
	font-family: "OptimaLTPro-Black";
}

.popup-content h4 {
	color: var(--verde_o);
	font-size: 35px;
}

.popup-content p {
	font-size: 18px;
	color: #606060;
	margin-bottom: 10px;
	text-align: justify;
}

.info-popup-planes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.info-popup-planes> img{
	width: 50%;
	height: 300px;
	object-fit: cover;
}

.info-popup-planes ul {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}

.content-todos-planes {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}

.content-todos-planes ul{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	list-style: none;
	gap: 20px;
}

.content-todos-planes ul li{
	width: 100%;
	text-align: center;
	background-color: var(--verde_o);
	border-radius: 4px;
	padding: 4px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
}

.content-todos-planes ul li p{
	color: #fff;
	margin: 0px;
}

.s-q-contact {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), /* Ajusta el color y la opacidad según sea necesario */ url(../../src/img/banner-contacto.jpg);
    background-size: cover;
    background-position: center;
}

.s-q-contact h3{
	width: 50%;
	font-size: 50px;
    font-family: "lato-bold";
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-shadow: -1px 0 #54595F, 0 1px #54595F, 1px 0 #54595F, 0 -1px #54595F;
    letter-spacing: 1px;
}

.s-q-contact div p{
	font-size: 18px;
	color: var(--verde_o);
	font-family: "OptimaLTPro-Bold";
}
.s-q-contact div{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	gap: 20px;
	box-shadow: var(--shadow);
}


.s-q-contact div form{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.s-q-contact div form input{
	width: 100%;
	padding: 4px 10px;
	font-size: 18px;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
	border-radius: 10px;
}

.s-q-contact div form button{
	background-color: var(--verde_o);
    padding: 4px 20px;
    font-size: 20px;
    color: #fff;
	border: none;
	border-radius: 8px;
	letter-spacing: 1px;
	box-shadow: var(--shadow);
}

.s-frase{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
}

.s-frase p{
	width: 80%;
	font-size: 40px;
    color: var(--verde_o);
    text-align: center;
    line-height: 50px;
    /* text-shadow: -1px 0 #54595F, 0 1px #54595F, 1px 0 #54595F, 0 -1px #54595F; */
    letter-spacing: 1px;
	font-family: "OptimaLTPro-ExtraBlack";
}

.serv-interno-card {
	width: 70% !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 50px !important;
}

.ser-interno {
	padding: 40px 0px;
}

.content-todos-planes-interno {
	width: 90%;
}

.content-todos-planes-interno h3{
	font-size: 35px;
	color: var(--verde_o);
}

#s-asesores {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
	gap: 30px;
}

#content-asesores {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#carousel-asesores {
	width: 100%;
}

.card-asesor >a{
	color: #4d4d4d;
	font-size: 16px;
}
.card-asesor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background-color: #f1f0f0;
	padding: 20px;
	border-radius: 10px;
	box-shadow: var(--shadow);
}

.card-asesor img{
	width: 40% !important;
	border-radius: 50%;
}

.card-asesor h3{
	font-size: 20px;
	color: var(--verde_o);
}

.info-asesor {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.info-asesor a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	background-color: var(--verde_c);
	color: #fff;
	border-radius: 20px;
	padding: 2px 10px;
	box-shadow: var(--shadow);
}

.info-asesor a svg{
	width: 20px;
	fill: #fff;
}

.info-asesor a span {
    font-size: 18px;
    color: #fff;
    word-break: break-all;
}

#s-contadores {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0px;
}

#s-contadores > div {
	width: 85%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	gap: 0px 80px;
}

.content-card-contador {
	color: var(--verde_o);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-card-contador svg {
	width: 30%;
	margin-left: 20px;
	fill: var(--verde_o);
}
.content-card-contador p {
	font-size: 90px;

	font-family: "OptimaLTPro-Bold";
	line-height: 115px;
	letter-spacing: -8px;
}

.content-card-contador span {
    font-size: 16px;
    text-transform: uppercase;

	font-family: "OptimaLTPro-Bold";
    text-align: center;
}

#s-sedes {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

#content-mapa-sede {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-info-mapa {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px;
	gap: 40px;
}

#content-info-mapa h3{
	color: var(--verde_o);

	font-family: "OptimaLTPro-Bold";
	font-size: 35px;
}

#content-info-mapa p{
	font-size: 20px;
	color: #54595F;
}

#content-svg {
	width: 50%;
}

.svg-hover.active {
	opacity: 1 !important;
	font-size: 50px;
	cursor: pointer;
}

.name-hover.active {
	font-size: 60px !important;
	opacity: 1;
	cursor: pointer;
}

#s-obituario {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s-obituario {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
	flex-direction: column;
	gap: 20px;
}

#content-obituario {
	width: 90%;
	display: grid;
	grid-template-columns:  1fr 1fr 1fr;
	align-items: center;
	gap: 30px;
}

.p-card-obituario {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-color: var(--verde_o);
	border-radius: 20px;
	box-shadow: var(--shadow);
	overflow: hidden;
}
.p-card-obituario .card-obituario{
	width: 85%;
	background-color: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.p-card-obituario .info-ob> div {
    align-items: center;
}

.content-img-flor {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/src/img/flor-honras.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.p-card-obituario .content-info-image-obituario::before {
    background-image: url(/src/img/fondo-honra.png);
}

.text-invitan {
	font-style: italic;
	font-size: 18px;
	color: #000;
	padding: 20px 0px;
	text-align: center;
	text-transform: lowercase;
}

.text-invitan::first-letter {
	text-transform: uppercase;
}

.card-obituario {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--verde_o);
	border-radius: 20px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.card-obituario img{
	width: 100%;
}

.card-obituario div{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.card-obituario> div> a{
	width: 100%;
	color: #fff;
	font-size: 25px;
	background-color: #619d3b;
	padding: 20px;
	text-transform: uppercase;
	box-shadow: var(--shadow);
	text-align: center;
	transition: ease all 0.6s;
}

.card-obituario> div> a:hover{
	background-color: var(--verde_c);
}

.popup-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--verde_c);
    border-radius: 20px;
    color: #fff;
    font-family: "lato-bold";
    padding: 4px 20px;
    box-shadow: var(--shadow);
	position: absolute;
	left: 30px;
	top: 35px;
	z-index: 1;
}


.popup-content a svg{
	width: 25px;
	fill: #fff;
}

#info-obituario {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}


#img-obituario {
	width: 50%;
	height: auto;
	border-radius: 50%;
	box-shadow: var(--shadow);
}

#info-obituario {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info-obituario form{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.content-input-popup {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}

.content-input-popup label{
	font-size: 20px;
	color: var(--verde_o);
}

.content-input-popup textarea,
.content-input-popup input{
	width: 100%;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 20px;
	border: 1px solid var(--verde_o);
}

.content-input-popup textarea {
	resize: none;
	height: 200px;
}

#info-obituario h3 {
	font-size: 30px;
	color: var(--verde_o);
	margin-bottom: 0px;
	text-align: center;
}

#info-obituario form button{
    background-color: var(--verde_o);
    border-radius: 20px;
    color: #fff;
    font-family: "lato-bold";
    padding: 4px 20px;
    box-shadow: var(--shadow);
	font-size: 25px;
	border: none;
}

.content-text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

.content-text p{
	font-size: 22px;
	color: var(--verde_o);

	font-family: "OptimaLTPro-Bold";
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}


section#s-pf {
	padding: 30px 10px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-pf {
		padding: 60px 0px;
	}
}
section#s-pf .pf-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
}
@media screen and (min-width: 992px) {
	section#s-pf .pf-container {
		width: 80%;
		flex-direction: row;
	}
}
section#s-pf .pf-container .pf-l {
	width: 100%;
	padding: 40px 0px;
	background-color: #252947;
	border-radius: 8px 8px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-pf .pf-container .pf-l {
		width: 30%;
		border-radius: 8px 0px 0px 8px;
	}
}
section#s-pf .pf-container .pf-l img {
	width: 100px;
	height: auto;
	margin-bottom: 20px;
}
section#s-pf .pf-container .pf-l h2 {
	width: 100%;
	color: #f5f5f5;
	text-align: center;
	display: flex;
	flex-direction: column;
	letter-spacing: 1px;
}
section#s-pf .pf-container .pf-l h2 span {
	font-size: 18px;
}
section#s-pf .pf-container .pf-r {
	width: 100%;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 20px;
    overflow: hidden;
	display: flex;
	flex-direction: column;
}
section#s-pf .pf-container .pf-r .pf-i-container {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
    gap: 5px;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item {
	background-color: #fff;
	transition: ease all 0.5s;
}
section#s-pf
	.pf-container
	.pf-r
	.pf-i-container
	.pf-item:first-child
	.pregunta {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item:nth-child(odd) {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item.active {
	margin: 15px 0px;
	border-radius: 10px;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
        /* background-color: var(--verde_o); */
        background-color: #efefef;
        border: 1px solid var(--verde_o);
}

section#s-pf .pf-container .pf-r .pf-i-container .pf-item.active p{
    color: #343434;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item.active .pregunta {
	border-bottom: 1px solid #efefef;
	border-radius: 10px 10px 0px 0px;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item.active p {
	display: block;
	animation-name: fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item .pregunta {
	width: 100%;
	padding: 15px 20px;
	cursor: pointer;
	background-color: var(--verde_o);
	font-size: 18px;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: backgroud-color 0.2s linear;
}
section#s-pf
	.pf-container
	.pf-r
	.pf-i-container
	.pf-item
	.pregunta
	span:first-child {
	color: #4d4d4d;

	font-family: "OptimaLTPro-Bold";
}
section#s-pf
	.pf-container
	.pf-r
	.pf-i-container
	.pf-item
	.pregunta
	span:last-child {
	color: #343434;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item p {
	width: 100%;
	padding: 15px 20px;
	color: #6d6d6d;
	font-size: 16px;
	display: none;
}
section#s-pf .pf-container .pf-r .pf-r-masbtn {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-pf .pf-container .pf-r .pf-r-masbtn a {
	padding: 5px 10px;
	color: #252947;
	background-color: #00e5e5;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.blanco {
    color: #fff !important;
}


section#s-pf
	.pf-container
	.pf-r
	.pf-i-container
	.pf-item
	.pregunta
	span:first-child {
    color: #fff;

	font-family: "OptimaLTPro-Bold";
}

.s-preguntas-frecuentes >h3 {
    color: var(--verde_o);

	font-family: "OptimaLTPro-Bold";
    padding: 4px 10px;
    font-size: 30px;
    margin-bottom: 30px;
}

.s-preguntas-frecuentes > p{
	width: 80%;
	font-size: 20px;
	color: var(--verde_o);
	padding: 30px 0px;
	text-align: center;

	font-family: "OptimaLTPro-Bold";
}

#s-unidad {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	padding: 40px 0px;
}

#content-unidad {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.card-unidad {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--verde_o);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--shadow);
}

.card-unidad img{
	width: 100%;
	/* height:  200px;
	object-fit: cover; */
}

.card-unidad div{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 10px ;
	gap: 20px;
}

.card-unidad div h3{
	font-size: 20px;
	color: #fff;

	font-family: "OptimaLTPro-Bold";
}

.card-unidad div a{
	background-color: #fff;
	padding: 4px 20px;
	color: var(--verde_o);
	box-shadow: var(--shadow);
	border-radius: 20px;

	font-family: "OptimaLTPro-Bold";
}

#content-info-articulo {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

#content-info-articulo h3{
	font-size: 30px;
	color: var(--verde_o);

	font-family: "OptimaLTPro-Bold";
}
#content-info-articulo img{
	width: 80%;
	border-radius: 10px;
	box-shadow: var(--shadow);
}

#content-info-articulo iframe,
#content-info-articulo video{
	width: 100%;
	height: 350px;
	border-radius: 10px;
	box-shadow: var(--shadow);
}

#content-info-articulo p{
	font-size: 18px;
	color: #343434;
	text-align: justify;
}

#s-contacto {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#content-info-contacto {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--verde_o);
}

#content-info-contacto>div {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
	justify-content: center;
	align-items: stretch;
	padding: 40px;
}

.card-contacto:hover {
	background-color: #619d3b;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	transform: scale(1.08);
	border: 2px solid #fff;
}
.card-contacto {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: var(--shadow);
	transition: ease all 0.8s;
	gap: 10px;
	border: 2px solid transparent;
}

.card-contacto:hover svg{
	fill: #fff;
}

.card-contacto svg{
	width: 60px;
	fill: var(--verde_o);
}
.card-contacto:hover span{
	color: #fff;
}
.card-contacto span{
	font-size: 25px;
	color: var(--verde_o);
	text-align: center;
}
.card-contacto:hover p{
	color: #fff;
}
.card-contacto p{
	color: #343434;
	font-size: 18px;
}

#content-iframe-mapa {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

#content-iframe-mapa iframe{
	width: 80%;
	height: 400px;
	border-radius: 10px;
	box-shadow: var(--shadow);
	border: none;
}

#conent-redes-footer {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

#conent-redes-footer a svg{
	width: 35px;
	fill: #fff;
}

#content-btn-terminos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


#content-btn-terminos a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--verde_c);
    border-radius: 20px;
    color: #fff;
    font-family: "lato-bold";
    padding: 4px 20px;
    box-shadow: var(--shadow);
	font-size: 18px;
}


#content-btn-terminos a svg{
	width: 25px;
	fill: #fff;
}

.btn-num {
	background-color: var(--verde_o) !important;
}

.info-asesor a:nth-child(2) {
	background-color: var(--verde_o);
}

#content-chevron-down {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-chevron-down a {
	transition: ease all .6s;
}

#content-chevron-down a svg{
	width: 40px;
	fill: var(--verde_o);
}

#content-chevron-down a:hover{
	transform: scale(1.5);
}

#content-time-header {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 10px;
	top: 200px;
	z-index: 9999;
}

#content-time-header a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--verde_c);
	box-shadow: var(--shadow);
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-time-header a svg{
	width: 80%;
	fill: #fff;
}

#info-horarios-popup {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#info-horarios-popup span{
	font-size: 25px;
	color: var(--verde_o);

	font-family: "OptimaLTPro-Bold";
}

#info-horarios-popup p{
	font-size: 18px;
	color: var(--verde_o);
}

#aliados-carousel img {
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.mt-6 {
	margin-top: 60px;
}


#content-carousel-cremacion {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* #carousel-cremacion img {
	height: 300px;
	object-fit: cover;
} */

#content-info-cremacion {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.bgverdeoscuro {
	background-color: #619d3b !important;
}




#s-time-line {
	justify-content: center;
	align-items: center;
	padding: 60px;
	background-color: #efefef;
}

#content-cards-nos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.card-time-line {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.card-time-line svg {
	width: 20%;
	position: relative;
	border-right: 2px solid var(--verde_c);
	padding: 80px 0px;
	padding-right: 60px;
	fill: var(--verde_o);
}

.info-card-nos::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: var(--verde_c);
	border-radius: 50%;
	left: -61px;
}

.line-nosotros {
	width: 100%;
	height: 2px;
	background-color: var(--verde_o);
	margin: 25px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.line-nosotros::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: var(--verde_o);
	border-radius: 50%;
}

.info-card-nos {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	position: relative;
	margin-left: 50px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.info-card-nos h4 {
	color: var(--verde_o);
	font-weight: bold;
	font-size: 22px;
	font-family: "GothamRounded-Bold";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
	padding: 20px;
}
.info-card-nos h4 svg {
	width: 30px;
	fill: var(--verde_o);
}
.info-card-nos h5 {
	font-size: 18px;
	color: #000;
}
.info-card-nos p {
	font-size: 18px;
	text-align: justify;
	display: none;
	padding: 0px 20px 20px;
	color: #343434;
}
.info-card-nos a {
	font-weight: bold;
	color: var(--verde_o);
}

.info-card-nos p.active {
	display: block;
}

.text-card-sede {
font-size: 18px !important;
}

#s-sin-obituarios.active {
	display: flex;
}

#s-sin-obituarios {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

#s-sin-obituarios div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#s-sin-obituarios div img{
	width: 100%;
}

.title-interno-reportar {
	background-color: #fff !important;
}

.title-interno-reportar h3 {
    color: var(--verde_o) !important;
}

.title-interno-reportar p {
    color: #4d4d4d !important;
}




#btn-contacto-h{

	background-color: var(--verde_o) !important;

	font-size: 20px;

	color: #fff !important;

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 10px;

	padding: 8px 20px;

	border-radius: 20px;
	animation: gentle-float3 3s ease-in-out infinite;

}



#btn-contacto-h svg {

	width: 40px;

	fill: #fff;

}



#btn-contacto-h span {

	text-align: center;

}

.content-info-image-obituario {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.content-info-image-obituario::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/src/img/Obituarios-pcz-v.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 0;
}

.content-info-image-obituario::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); /* Color blanco con opacidad */
    z-index: 0;
}

.info-ob {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	gap: 5px;
	z-index: 1;
}

.info-ob> div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}

.info-ob> div span{
	width: 100%;
	font-size: 16px;
	color: var(--verde_o);
	font-family: "OptimaLTPro-Bold";
	text-align: start;
	
}

.info-ob> div img{
	width: 30%;
}
.info-ob> img {
	width: 40%;
	border-radius: 50%;
	box-shadow: var(--shadow);
	margin: 5px 0px;
}

.info-ob h2{
	font-size: 25px;
	color: var(--verde_o);
	font-family: "OptimaLTPro-Bold";
	text-align: center;
	text-transform: uppercase;
}

.info-ob h4{
	font-size: 13px;
	color: #000;
	text-align: center;		
	margin: 0px;
	font-family: "OptimaLTPro-Roman";
}

.info-ob h5{
	font-size: 18px;
	color: #000;
	text-align: center;		
	margin: 0px;
}

.info-ob h3 b{
	color: var(--verde_o);
}

.info-ob h3{
	font-size: 18px;
	color: #000;
	text-align: center;		
	margin: 0px;
}



#obituario-popup .content-info-image-obituario {
	width: 50% !important;
}

#obituario-popup .info-ob {
    gap: 10px;
} 


.info-ob p{
	font-size: 13px;
	color: var(--verde_o);
	text-align: center;
	margin-top: 20px;
}

.info-ob p a{
	font-family: "OptimaLTPro-Bold";
	color: var(--verde_o);
}

.apodo {
	text-transform: capitalize !important;
}

.link-prin-pop {
	width: 100%;
	position: unset !important;
	background-color: transparent !important;
	padding: 0px !important;
}

.link-prin-pop img {
	height: 80vh;
}

#princ-popup .popup-content {
	padding: 0px;
	background-color: transparent;
	height: auto;
	width: auto !important;
}

#princ-popup .popup-container {
    width: auto;
}

#btn-misas {
	background-color: var(--verde_o);
    padding: 8px 20px;
    font-size: 25px;
    color: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#btn-misas svg{
	fill: #fff;
	width: 25px;
}

#content-btn-misas {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 20px 0px 40px;
	gap: 40px;
}

#content-imgs-misas {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#content-imgs-misas img{
	width: auto;
	border-radius: 20px;
	box-shadow: var(--shadow);
}

#content-imgs-misas img:nth-child(1){
    animation: gentle-float 3s ease-in-out infinite;
}
#content-imgs-misas img:nth-child(2){
    animation: gentle-float2 3s ease-in-out infinite;
}

@keyframes gentle-float {
    0% {
        transform: translatex(0);
    }
    50% {
        transform: translatex(-5px); /* Ajusta la distancia del "flote" */
    }
    100% {
        transform: translatex(0);
    }
}
@keyframes gentle-float2 {
    0% {
        transform: translatex(0);
    }
    50% {
        transform: translatex(5px); /* Ajusta la distancia del "flote" */
    }
    100% {
        transform: translatex(0);
    }
}
@keyframes gentle-float3 {
    0% {
        transform: translatey(0);
    }
    50% {
        transform: translatey(5px); /* Ajusta la distancia del "flote" */
    }
    100% {
        transform: translatey(0);
    }
}

#content-info-misas {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#content-info-misas p {
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	text-align: center;
}

#content-info-misas >span {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: var(--verde_o);
}

.texthorario {
	color: #000 !important;
	font-size: 15px !important;
}

.content-obituario-misas {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr !important;
}

#contenedor-general {
    width: 100%;
    display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
    gap: 30px;
}



.tarjetas-container {
	width: 90%;
	display: grid;
	grid-template-columns:  1fr 1fr 1fr;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 50px;
}

.title-p-misah {
	color: var(--verde_o);
	font-size: 30px;
	text-align: center;
	font-family: "OptimaLTPro-Black";
}

.content-habeas-d {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: flex-start !important;
	box-shadow: none !important;
	flex-direction: row !important;
	padding: 10px 0px !important;
	gap: 0px !important;
}

.content-habeas-d input{
	width: 30px !important;
}

.content-habeas-d label{
	width: calc(100% - 30px);
	text-align: start;
}

.content-habeas-d label a{
	font-size: 18px;
	color: #343434;
	font-family: "OptimaLTPro-Bold";
}

#img-sin-obi {
	width: 100%;
	grid-column: 1 / span 3;
}

#img-sin-misa {
	width: 80%;
}


.sub-items-header {
	display: none;
	width: 300px !important;
	position: absolute;
	background-color: #fff;
	border-radius: 3px;
	top: 80%;
	z-index: 9999;
    flex-direction: column;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.sub-items-header > li > a {
    width: 100%;
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
	color: var(--verde_o) !important;
	border-bottom: 2px solid var(--verde_o);
	padding: 10px 30px;
	transition: ease all 0.6s;
	font-weight: 600;
}

.sub-items-header > li {
    width: 100%;

}

.sub-items-header > li > a:hover {
	transform: unset;
    color: var(--verde_c) !important;
}
.btn-header-sub svg {
    width: 25px;
    fill: #828282;
}

.btn-header-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.btn-header-sub svg {
	fill: #fff;
	width: 25px;
}

.btn-header-sub span {
	font-size: 16px;
    color: #fff;
    font-family: "OptimaLTPro-Bold";
    transition: ease all 0.6s;
}



.content-sub-items-header:hover ul {
	display: block;
}


@media screen and (max-width: 1024px) {
	

    .sub-items-header {
        position: unset;
    }

	#img-sin-misa {
		width: 100%;
	}

	#img-sin-obi {
		grid-column: 1 / span 1;
	}

	.link-prin-pop img {
		height: 63vh;
	}

	#s-info-nosotros > div {
		width: 90%;
		padding: 20px 0px;
	}

	#s-time-line {
		padding: 20px;
	}
	#content-cards-nos {
		width: 100%;
		flex-direction: column;
	}

	.card-time-line {
		width: 100%;
		padding: 30px;
		flex-direction: column;
		border-left: 2px solid var(--verde_c);
	}

	.line-nosotros {
		display: none;
	}

	.card-time-line::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		background-color: var(--verde_c);
		border-radius: 50%;
		left: -11px;
	}

	.info-card-nos {
		width: 100%;
		margin: 0px;
		gap: 10px;
	}
	.info-card-nos::before {
		display: none;
	}

	.card-time-line img {
		margin: 0px;
		padding: 30px 0px !important;
		border: none;
		width: 35%;
	}

	#content-time-header {
		display: flex;
	}

	#header-1 {
		display: none;
	}

	nav {
        display: none;
    }

    nav.active {
        width: 100%;
        display: flex;
        position: absolute;
        top: 70px;
        left: 0px;
        background-color: var(--verde_o);
        padding: 20px;
    }

    nav.active ul {
		width: 100%;
        flex-direction: column;
    }

    nav.active ul li {
        width: 100%;
        display: flex;
    }

    nav.active ul li a{
        height: auto;
        width: 100%;
        color: #fff;
        padding: 8px 10px;
		text-align: center;
		justify-content: center !important;
    }

	#menu-btn {
		display: flex;
	}

	#s-banner {
		margin-top: 90px;
	}

	.info-banner {
		width: 80%;
	}

	.info-banner h4 {
		font-size: 40px;
		line-height: 35px;
	}

	.content-info-principal-carousel img {
		height: 40vh;
	}

	#s-desc {
		padding: 30px 0px 20px;
	}

	#s-desc >div {
		width: 100%;
		padding: 20px;
	}

	#content-info-video {
		gap: 20px;
		padding: 20px 0px;
		flex-direction: column;
	}

	#content-info-video iframe {
		width: 100%;
		height: 250px;
	}

	.info-video {
		width: 100%;
	}

	#s-desc h3 {
		font-size: 20px;
	}

	.info-video a {
		font-size: 18px;
		margin-top: 10px;
	}

	.line-separator {
		padding: 30px 0px;
	}

	.info-title-p h3 {
		font-size: 25px;
		text-align: center;
	}

	#content-servicio {
		width: 100%;
		padding: 20px;
		grid-template-columns: 1fr ;
		gap: 20px;
	}

	.s-frase {
		padding: 20px 0px;
	}

	.s-frase p {
		width: 100%;
		padding: 20px;
		font-size: 25px;
		line-height: 28px;
	}

	#s-interesado {
		padding: 30px 0px;
	}

	#content-interesados {
		width: 100%;
		padding: 20px;
		flex-direction: column;
		gap: 20px;
	}

	#content-interesados>div {
		width: 100%;
		flex-direction: column;
	}

	footer {
		grid-template-columns:  1fr;
		padding: 20px 20px 80px;
	}

	#content-btn-ws {
		right: auto;
		top: auto;
		bottom: 0px;
		transform: rotate(0deg);
	}

	#content-btn-ws a {
		text-align: center;
	}

	#title-interno> div h3 {
		font-size: 35px;
	}

	#title-interno> div {
		padding: 0px;
	}

	.info-card h3 {
		font-size: 25px;
	}

	.cards-img-info>div {
		width: 100%;
		padding: 20px;
		flex-direction: column;
	}

	.info-card {
		width: 100%;
	}

	.content-carousel-complejo {
		width: 90%;
	}

	.s-img-info >div:nth-child(even)>div {
		flex-direction: column;
	}

	.serv-interno-card {
		width: 95% !important;
		grid-template-columns:  1fr !important;
	}

	.content-todos-planes-interno h3 {
		font-size: 25px;
		text-align: center;
	}

	.content-todos-planes ul {
		grid-template-columns: 1fr 1fr;
	}

	#s-asesores {
		padding: 20px;
	}

	.info-asesor a {
		width: 90%;
		justify-content: center;
	}

	.info-asesor span {
		word-break: break-all;
		width: calc(100% - 20px);
	}

	#s-contadores > div {
		width: 100%;
		padding: 20px;
		grid-template-columns:  1fr;
		gap: 0px 20px;
	}

	#s-contadores {
		padding: 20px 0px;
	}

	#s-info-nosotros div {
		width: 100%;
		padding: 20px;
		grid-template-columns:  1fr;
		gap: 20px;
	}

	#s-info-nosotros div p {
		font-size: 16px;
	}

	#content-mapa-sede {
		width: 100%;
		padding: 20px;
		flex-direction: column;
	}

	#content-info-mapa {
		width: 100%;
		padding: 20px;
		gap: 20px;
	}

	#content-svg {
		width: 100%;
	}

	#content-obituario {
		width: 100%;
		padding: 20px;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.info-popup-planes {
		flex-direction: column;
		align-items: center;
	}

	#carousel-cremacion {
		width: 100%;
	}

	.popup .popup-container {
		width: 95%;
	}

	.popup-content {
		padding: 20px;
	}

	#info-horarios-popup {
		gap: 10px;
	}

	#info-horarios-popup span {
		font-size: 22px;
		margin-top: 20px;
		text-align: center;
	}

	.popup-content p {
		text-align: center;
	}

	#info-obituario {
		width: 100%;
	}

	.popup-content a {
		position: unset;
	}

	#content-unidad {
		width: 100%;
		padding: 20px;
		grid-template-columns:  1fr;
		gap: 30px;
	}

	#content-info-articulo iframe, #content-info-articulo video {
		height: 200px;
	}

	#content-info-contacto>div {
		width: 100%;
		grid-template-columns:  1fr;
		gap: 20px;
		padding: 20px;
	}

	#content-iframe-mapa {
		padding: 20px;
	}

	#content-iframe-mapa iframe {
		width: 95%;
		height: 250px;
	}	

	.s-q-contact {
		flex-direction: column;
		padding: 20px;
		gap: 20px;
	}

	.s-q-contact h3 {
		width: 100%;
		font-size: 35px;
		line-height: 35px;
	}
	.s-q-contact div {
		width: 100%;
	}

	.s-preguntas-frecuentes >h3 {
		font-size: 25px;
		margin-bottom: 20px;
		text-align: center;
	}

	.popup-content h4 {
		text-align: center;
		font-size: 25px;
	}

	#s-aliados h3 {
		font-size: 25px;
		text-align: center;
	}

	.info-card p {
		font-size: 18px;
	}

	.info-card li {
		font-size: 18px;
	}

	#content-interesados>div p {
		font-size: 18px;
	}

	#info-obituario h3 {
		font-size: 20px;
	}

	.content-input-popup label {
		font-size: 18px;
	}

	.card-time-line svg {
		display: none;
	}

	.info-ob h2 {
		font-size: 28px;
	}

	#obituario-popup .content-info-image-obituario {
		width: 100% !important;
	}

	#content-btn-misas {
		padding: 20px 0px ;
		gap: 10px;
		flex-direction: column;
	}

	#content-imgs-misas {
		width: 100%;
	}

	#content-info-misas {
		width: 100%;
	}

	.tarjetas-container {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 30px;
	}

	.title-p-misah {
		font-size: 25px;
	}

	#content-info-cremacion {
		width: 100%;
	}

	#content-carousel-cremacion {
		width: 100%;
	}

	.content-sub-items-header {
		flex-direction: column !important;
	}

	.sub-items-header {
		width: 100% !important;
	}
}