/*-- THEME COLORS --*/
:root {
	/* Colors */
	--verde_o: #00763B;
	--verde_c: #9FD015;
	--blanco: #ffffff;
	--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);
}

@font-face {
	font-family: "Futura-Medium";
	src: url("/src/fonts/Futura-Medium.woff2") format("woff2"),
		url("/src/fonts/Futura-Medium.woff") format("woff");
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Futura-Bold";src: url("/src/fonts/Futura-Heavy.woff2") format("woff2"),
		url("/src/fonts/Futura-Heavy.woff") format("woff");
	font-style: italic;
	font-display: swap;
}
/*-- END THEME COLORS --*/

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Futura-Medium";
}

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(--blanco);
}

#header-2 {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--blanco);
	padding: 0px 20px;
	box-shadow: var(--shadow);
	/* border-radius: 0px 0px 15px 15px; */
}
.img-logo-h {
	transition: ease all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-corta {
	height: 130px;
	position: relative;
	top: 60px;
	opacity: 1;
	transition: height 0.6s ease, opacity 0.6s ease;
}

.img-logo-h {
	min-width: 15%;
}

.img-larga {
	height: 70px;
	opacity: 0;
	position: absolute;
	transition: height 0.6s ease, opacity 0.6s ease;
}

.scroll .img-corta {
	height: 70px;
	opacity: 0;
}

.scroll .img-larga {
	height: 70px;
	opacity: 1;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80%;
}

nav ul li {	
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	gap: 10px;
	height: 100%;
}

nav ul li a {
	padding: 0px 20px;
	height: 100%;
	font-size: 16px;
	color: #000;
	font-family: "Futura-Bold";
	transition: ease all 0.6s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

nav ul li a.active,
nav ul li a:hover {
	color: var(--blanco);
	background-color: var(--verde_c);
}

#menu-btn {
	display: none;
}

.b-g-h {
    background-color: var(--verde_c);
    padding: 6px 20px;
    text-align: center;
	color: var(--blanco);
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:30px;
	box-shadow: var(--shadow);
	transition: ease all 0.8s;
}

.b-g-h:hover{
	transform: scale(1.08);
	background-color: var(--verde_o);
}

#s-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

#carousel-banner {
	width: 100%;
	display: block;
	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: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px;
	border-radius: 20px;
	position: absolute;
}

.info-banner h4{
	font-size: 40px;
	font-family: "Futura-Bold";
	color: var(--blanco);
	text-align: start;
	line-height: 36px;
	margin-bottom: 30px;
}

.info-banner a{
	color: #fff;
	background-color: var(--verde_c);
	padding: 8px 15px;
	font-size: 40px;
	border-radius: 30px;
	box-shadow: var(--shadow);
	transition: ease all 0.8s;
}

.info-banner a:hover{
	transform: scale(1.08);
	background-color: var(--verde_o);
}

.info-banner img{
	width: 60%;
}


footer {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* background: rgb(159,208,21);
	background: linear-gradient(180deg, rgba(159,208,21,1) 25%, rgba(69,152,29,1) 100%); */
	padding: 80px 50px 50px;
	gap: 50px;
	justify-content: center;
	align-items: center;
	background-image: url(/src/img/bg-footer.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#f-1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#f-1 a{
	width: 70%;
	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 {
	font-size: 20px;
	color: #fff;
}

#f-3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

#f-3 p{
	font-size: 25px;
	color: #fff;
	font-family: "Futura-Bold";
	text-align: center;
}

.title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding: 30px 0px;
}

.title span{
	font-size: 50px;
	color: var(--verde_c);
	font-family: "Futura-Bold";
	text-align: center;
	text-transform: uppercase;
}

.title-2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding: 30px 0px;
}

.title-2 span{
	font-size: 35px;
	color: var(--verde_c);
	font-family: "Futura-Bold";
	text-align: center;
}

#s-servicios {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 40px 0px;
}

#content-servicios {
	width: 90%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;

}

.info-serv {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;

}

.info-serv img{
	width: 40%;
}

.info-serv h3{
	font-size: 25px;
	color: var(--verde_o);
	text-align: center;
}

.info-serv p{
	font-size: 18px;
	text-align: center;
	color: #0E0E0E;
}

.content-info-serv {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#s-nosotros {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
	flex-direction: column;
	gap: 15px;
}

#s-nosotros>p {
	font-size: 20px;
	color: #252947;
}

#s-nosotros >div{
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 30px 0px;
}

#s-nosotros >div img{
	width: 35%;
}

#content-info-nosotros {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#content-info-nosotros p{
	font-size: 25px;
	color: #0E0E0E;
	margin-bottom: 30px;
}

.btn{
	color: #fff;
    background-color: var(--verde_c);
    padding: 8px 25px;
    font-size: 25px;
	border-radius: 30px;
}

#s-mas-nos {
	width: 100%;
	min-height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* Ajusta el color y la opacidad según sea necesario */
    url('/src/img/bg-bottom.jpg');
  	background-size: cover;
	background-position: center;
	padding: 40px 0px;
}

#s-mas-nos>div {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

#s-mas-nos>div span{
	font-size: 40px;
	color: var(--blanco);
	font-family: "Futura-Bold";
	text-align: center;
}


#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: -90px;
	top: 50%;
	z-index: 99;
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-btn-ws a {
	font-size: 20px;
	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;
}

.s-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 30px 0px;
}

.s-text p{
	width: 80% !important;
	text-align: center;
	font-size: 40px;
	color: var(--verde_c);

}

.s-text p:last-child{
	font-size: 25px;
	color: #343434;
}


#s-serv {

    width: 100%;

    display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 30px 0px;
	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: center;

	align-items: center;

	/* border-radius: 5px; */

	/* background-color: var(--verde_c); */

	overflow: hidden;

	transition: ease all 0.6s;

	position: relative;

	/* 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_o); */
	
	transform: scale(1.04);

	}

	
.card-serv img {
	width: 100%;
	border-radius: 50%;
	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);
	filter: brightness(0.7);
	border: 6px solid var(--verde_c);
}



.card-serv div{

	width: 100%;

	padding: 10px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	gap: 5px;
	position: absolute;
	bottom: 60px;

}



.card-serv div h3{

	font-size: 35px;

	font-weight: bold;

	color: #fff;
	text-transform: uppercase;

}



.card-serv div p{
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: start;
	padding: 20px 0px;
}

.card-serv div a{
	margin: 0px;
	box-shadow: var(--shadow);
	font-size: 20px;
}




.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: 9999;
}

.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: #606060;
	margin-bottom: 20px;
}

.popup-content h4 {
	color: var(--verde_o);
	font-size: 35px;
}

.popup-content p {
	font-size: 18px;
	color: #606060;
	margin-bottom: 10px;
}

.info-popup-planes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	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;
	padding: 30px;
}

.content-todos-planes h3 {
	font-size: 35px;
    color: var(--verde_o);
}

.content-todos-planes ul{
	width: 80%;
	display: grid;
	grid-template-columns:  1fr 1fr 1fr 1fr ;
	list-style: none;
	gap: 0px;
}

.content-todos-planes ul li{
	width: 100%;
	text-align: center;
	border-radius: 20px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

/* 
.content-todos-planes ul li::before{
	width: 30px;
	height: 10px;
	content: "";
	background-color: var(--verde_c);
	right: -15px;
	position: absolute;
}


.content-todos-planes ul li:nth-child(1)::after,
.content-todos-planes ul li:nth-child(4)::after{
	width: 10px;
	height: 30px;
	content: "";
	background-color: var(--verde_c);
	bottom: -15px;
	right: auto;
	position: absolute;
}


.content-todos-planes ul li:nth-child(4):before,
.content-todos-planes ul li:nth-child(8):before{
	display: none;
} */

.content-todos-planes ul li img{
	width: 100%;
}

.content-todos-planes ul li p{
	color: var(--verde_o);
	font-size: 18px;
	margin: 0px;
}



.s-q-contact {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 40px;
}

.s-q-contact div p{
	font-size: 18px;
	color: #000;
	text-align: center;
}


.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: 8px 10px;
	font-size: 18px;
	color: #4d4d4d;
	border: 2px solid var(--verde_c);
	border-radius: 10px;
	background-color: #f1f0f0;
}

.s-q-contact div form button{
	background-color: var(--verde_c);
    padding: 4px 20px;
    font-size: 20px;
    color: #fff;
	border: none;
	border-radius: 20px;
	letter-spacing: 1px;
	box-shadow: var(--shadow);
}

#content-info-contacto-n {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#content-info-contacto-n img{
	width: 30%;
}

#content-info-contacto-n div{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: #FFF;
	border: 5px solid var(--verde_c);
}



#title-interno {
    width: 100%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    gap: 10px;
}

#title-interno img{
	width: 100%;
}



#title-interno> div {
	width: 80%;
	padding: 30px 0px;
	gap: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#title-interno> div h3 {
	color: var(--verde_c);
    font-size: 60px;
}

#title-interno> div p {
	color: var(--verde_c);
	font-size: 40px;
	text-align: center;
}


.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: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* padding: 20px; */
	gap: 10px;
	background-color: #FAFAFA;
	border-radius: 20px;
	padding: 20px;
	border: 2px solid var(--verde_c);
	box-shadow: var(--shadow);
}

.info-titulares {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 20px;
	background-color: var(--verde_c);
	padding: 10px;
}

.info-titulares>span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	padding: 4px 20px;
}

.info-titulares>span>span {
	font-size: 35px;
	color: #fff;
	font-family: "Futura-Bold";
}

.info-titulares>span svg {
	width: 40px !important;
	fill: #fff;
}


.content-carousel-complejo {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content-carousel-complejo  img{
	width: 100%;
}

.info-card h3 {
    font-size: 35px;
    color: var(--verde_o);
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.info-card p{
    font-size: 18px;
    color: #54595F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.info-card ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* margin-left: 20px; */
	list-style: none;
}
.info-card li{
	width: 100%;
	font-size: 18px;
	color: #54595F;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.info-card li p{
	width: calc(100% - 25px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.info-card li svg{
	width: 25px;
	fill: var(--verde_c);
}
.info-card li img{
	width: 25px;
}

.img-check {
	box-shadow: none !important;
	border-radius: 0px !important;
}

.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: "Futura-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;
}


#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: 25px;

	color: var(--verde_o);

}



#aliados-carousel {

	width: 90%;

}



#s-obituario {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
}

#content-obituario {
	width: 90%;
	display: grid;
	grid-template-columns:  1fr;
	align-items: center;
	gap: 50px;
}

.card-obituario {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--verde_c);
	border-radius: 20px;
	box-shadow: var(--shadow);
	overflow: hidden;
	position: relative;
}

.card-obituario img{
	width: 100%;
	/* border-right: 2px solid #fff; */
}

.card-obituario >div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px 20px;
}

.card-obituario >div:last-child{
	width: 35%;
}

.card-obituario >div>div{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.card-obituario >div> a{
	color: var(--verde_o);
	font-size: 20px;
	background-color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
	box-shadow: var(--shadow);
}

.card-obituario> a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    border-radius: 20px;
    color: var(--verde_c);
    font-family: "Futura-Bold";
    padding: 4px 20px;
    box-shadow: var(--shadow);
	position: absolute;
	right:20px;
	top: 20px;
}

.card-obituario> a svg{
	width: 25px;
	fill: var(--verde_c);
}

.content-btn-info-obi {
	gap: 10px;
	margin-bottom: 20px;
}
.content-btn-info-obi p {
	font-size: 30px;
	color: #fff;
	font-family: "Futura-Bold";
	text-align: center;
	text-transform: uppercase;
}

.content-btn-info-obi span {
	font-size: 20px;
	color: #fff;
}

#obituario-popup .popup-container {
    width: 50%;
}


.s-frase{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
}

.s-frase p{
	width: 80%;
	font-size: 35px;
    font-family: "Futura-Bold";
    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;
}


#img-obituario {
	width: 50%;
	height: auto;
	border-radius: 20px;
	box-shadow: var(--shadow);
}

#info-obituario {
	width: 100%;
	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: #343434;
}

.content-input-popup textarea,
.content-input-popup input{
	width: 100%;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 20px;
	border: 1px solid #343434;
}

.content-input-popup textarea {
	resize: none;
	height: 200px;
}

#info-obituario h3 {
	font-size: 30px;
	color: var(--verde_c);
	margin-bottom: 0px;
}

#info-obituario form button{
    background-color: var(--verde_c);
    border-radius: 20px;
    color: #fff;
    font-family: "Futura-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-weight: bold;
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}



.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: "Futura-Bold";
    padding: 4px 20px;
    box-shadow: var(--shadow);
	position: absolute;
	left: 30px;
	top: 35px;
}

.popup-content a svg{
	width: 25px;
	fill: #fff;
}


#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 1fr;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.card-unidad {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border: 5px solid var(--verde_c);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--shadow);
	flex-direction: column;
}

.card-unidad img{
	width: 100%;
}

.card-unidad div{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0px ;
	gap: 20px;
}

.card-unidad div h3{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-color: var(--verde_c);
	border-radius: 0px 20px 20px 0px;
	padding: 8px 20px;
	box-shadow: var(--shadow);
	max-width: 90%;
}

.card-unidad div a{
	background-color: var(--verde_c);
	padding: 4px 20px;
	color: #fff;
	box-shadow: var(--shadow);
	border-radius: 20px;
	font-weight: bold;
	font-size: 22px;
}

.content-btn-unidad {
	align-items: center !important;
}

#content-info-articulo {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-info-articulo h3{
	font-size: 30px;
	color: var(--verde_o);
	font-weight: bold;
}
#content-info-articulo img{
	width: 30%;
	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;
}


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: 100%;
		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%;
	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: #fff;
        border: 1px solid var(--verde_o);
}

section#s-pf .pf-container .pf-r .pf-i-container .pf-item.active p{
    color: #000;
}
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_c);
	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: #fff;
	
}
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: "Futura-Bold";
}


#content-info-contacto {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: var(--verde_o); */
}

#content-info-contacto>div {
	width: 70%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	justify-content: center;
	align-items: stretch;
	padding: 40px;
}

.card-contacto {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--verde_c);
	border-radius: 10px;
	padding: 20px;
	box-shadow: var(--shadow);
	gap: 10px;
}

.card-contacto svg{
	width: 60px;
	fill: #fff;
}
.card-contacto span{
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.card-contacto p{
	color: #fff;
	font-size: 18px;
	text-align: center;
}



#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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px;
}

.card-asesor img{
	width: 70% !important;
	border-radius: 50%;
}

.card-asesor h3{
	font-size: 26px;
	color: var(--verde_c);
	text-align: center;
}
.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;
}

.info-title-p {
	font-size: 25px;
    color: var(--verde_o);
	margin-bottom: 20px;
}



#afiliate-res{
	display: none;
}
#afiliate-desk{
	display: flex;
}

#content-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

#content-list ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 30px;
	gap: 15px;
	margin-top: 20px;
	list-style: none;
}

#content-list ul li{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

#content-list ul li img{
	width: 50px;
}

.s-text-int {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
}

#content-list p,
#content-list li{
	font-size: 20px;
	margin: 0px;
}
#content-list ul  ul li{
	margin-left: 30px;
}

#s-n-ali {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#s-planes-n {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

#content-card-planes-n {
	width: 80%;
	display: grid;
	grid-template-columns:  1fr;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.card-planes-n {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;

}

.card-planes-n >img{
	width: 20%;
	border-radius: 50%;
	box-shadow: var(--shadow);
	
}

.card-planes-n p>img{
	width: 40px;
	
}



.line-separator {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.line-separator span{
    width: 70%;
    background-color: var(--verde_c);
    height: 1px;
}

#content-btn-flotante {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: var(--shadow);
	padding: 10px;
	background-color: #fff;
	transition: ease all 1s;
	z-index: 1;
}

#content-btn-flotante img{
	width: 100%;
}

#content-btn-flotante:hover {
	transform: scale(1.3);
	right: 30px;
	bottom: 30px;
}

#s-nosotros-n {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 0px 60px;
}

#content-s-nosotros {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

#content-btns-nosotros {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	gap: 30px;
	padding: 40px 0px;
}

#content-btns-nosotros a{
	width: 100%;
	padding: 10px 20px;
	font-size: 25px;
	color: #fff;
	background-color: var(--verde_c);
	border-radius: 20px 0px 0px 20px;
	transition: ease all 0.6s;
}

#content-btns-nosotros a.active,
#content-btns-nosotros a:hover{
	background-color: var(--verde_o);
	box-shadow: var(--shadow);
}

#info-nosotros {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: var(--shadow);
	border: 2px solid var(--verde_c);
}

.content-info-nosotros {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.content-info-nosotros.active {
	display: flex;
}

.content-info-nosotros p {
	font-size: 20px;
	color: #4d4d4d;
	text-align: center;
}

.content-info-nosotros ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.content-info-nosotros ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background-color: #efefef;
	border-radius: 20px;
	padding: 4px 20px;
}


.content-info-nosotros ul li img{
	width: 30px;
}

.content-info-nosotros ul li p{
	font-size: 25px;
	color: #343434;
}

.s-franja {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-franja a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-franja a img {
	width: 100%;
}

#s-info-unidad {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-info-unidad {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#info-unidad {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

#info-unidad h3{
	color: var(--verde_c);
    font-size: 30px;	
}
#info-unidad p{
	color: #000;
    font-size: 20px;
	text-align: justify;
}

#content-form-unidad {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info-form-unidades {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: #FFF;
    border: 5px solid var(--verde_c);
}

#info-form-unidades p {
	font-size: 20px;
	text-align: center;
}


#info-form-unidades form{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#info-form-unidades form input{
	width: 100%;
	padding: 4px 10px;
	font-size: 18px;
	color: #4d4d4d;
	border: 2px solid var(--verde_c);
	border-radius: 10px;
	background-color: #f1f0f0;
}

#info-form-unidades form button{
	background-color: var(--verde_c);
    padding: 4px 20px;
    font-size: 20px;
    color: #fff;
	border: none;
	border-radius: 20px;
	letter-spacing: 1px;
	box-shadow: var(--shadow);
}

#content-preguntas {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}
#content-preguntas img{
	width: 55%;
}


#content-img-pregunta {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
    top: 100px;
}

#s-video-slider {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-carousel-videos {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	position: relative;
}

#carousel-videos {
	width: 100%;
}

.card-video {
	width: 100%;
	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);
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: ease all 0.6s;
}

.card-video iframe {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: bottom;
	transition: ease all 0.6s;
}

.card-video > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	padding: 20px 10px;
	transition: ease all 0.6s;
	background-color: var(--verde_c);
}

.card-video span {
	font-family: "Futura-Bold";
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.card-video:hover div {
	bottom: 35%;
	justify-content: space-between;
}

.card-video div p {
	display: none;
	background-color: #fff;
	color: #606060;
	padding: 4px 10px;
	border-radius: 20px;
	font-family: "Futura-Bold";
	font-size: 20px;
	text-align: center;
	box-shadow: var(--shadow);
}

.card-video:hover div p {
	display: block;
}

.card-video:hover img {
	filter: brightness(0.4);
}

#bnn-izq-premios {
    left: -80px;
}

#bnn-der-premios {
    right: -80px;
}

.bnn-2 {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: calc(50% - 20px);
    border: 1px solid var(--verde_o);
    border-radius: 50%;
    position: absolute;
	background-color: var(--verde_c);
    z-index: 99;
}

.bnn-2 svg{
    fill: #fff;
}


#s-plataformas {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--verde_c);
	padding-bottom: 50px;
}

#s-plataformas .title span {
	color: #fff;
	padding: 0px;
}

#s-plataformas div {
	width: 80%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#s-plataformas div a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding-top: 50px;
}

#s-plataformas div a:hover svg {
	fill: var(--verde_o);
	border: 2px solid var(--verde_o);
}

#s-plataformas div a svg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	padding: 10px;
	fill: var(--verde_c);
	transition: ease all 0.6s;
}

#s-plataformas div a span {
	color: #fff;
	font-size: 20px;
}



#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%;
}


.content-info-image-obituario {
	width: 65%;
	background-image: url(/src/img/fondo-obituario.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	position: relative;
	overflow: hidden;
}



.info-ob {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}


.logo-prev-ob {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.logo-prev-ob span{
	width: 100%;
	font-size: 16px;
	color: var(--verde_c);
	font-family: "OptimaLTPro-Bold";
	text-align: center;
	
}
.logo-prev-ob img{
	width: 22%;
}
.info-ob> img {
	width: 30%;
	border-radius: 50%;
	box-shadow: var(--shadow);
	margin: 5px 0px;
}

.info-ob h2{
	font-size: 30px;
	color: #000;
	font-family: "Futura-Bold";
	text-align: center;
	text-transform: uppercase;
}

.info-ob h2.cap{
	text-transform: capitalize;
}

.info-ob h4{
	font-size: 18px;
	color: var(--verde_c);
	text-align: center;		
	margin: 0px;
}

.info-ob h5{
	font-size: 18px;
	color: #000;
	text-align: center;		
	margin: 0px;
}

.info-ob h3 b{
	color: #000;
	font-size: 20px;
}

.info-ob h3{
	font-size: 18px;
	color: #000;
	text-align: center;		
	margin: 0px;
	font-family: "Futura-Bold";
}

.info-ob p{
	font-size: 13px;
	color: var(--verde_c);
	text-align: center;
	margin-top: 20px;
}

.info-ob p a{
	font-family: "Futura-Bold";
	color: var(--verde_o);
}

.content-img-name-obi {
	width: 100%;
	display: flex;
	justify-content: center ;
	align-items: center ;
	flex-direction: row ;
	gap: 10px;
	margin-top: 20px;
}

.content-img-name-obi img {
	width: 22%;
	border-radius: 50%;
	box-shadow: var(--shadow);
	margin: 5px 0px;
}

.content-img-name-obi h2 {
	font-size: 30px;
    color: #000;
    font-family: "Futura-Bold";
    text-align: center;
}
.content-img-name-obi div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-img-name-obi div span {
    font-size: 16px;
    color: var(--verde_c);
    font-family: "OptimaLTPro-Bold";
    text-align: center;
}

.img-null {
	background-color: #fff;
}

.btn-go-down {
	position: fixed;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 20px;
}

.btn-go-down svg{
	fill: #fff;
	background-color: var(--verde_c);
	border-radius: 50%;
	box-shadow: var(--shadow);
}


.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;
}


.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;
	border: none !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: "Futura-Bold";
}

#content-iframe-q-s {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
}

#content-iframe-q-s iframe{
	width: 80%;
	height: 70vh;
	border-radius: 20px;
	border: 3px solid var(--verde_c);
	box-shadow: var(--shadow);
}




@media screen and (max-width: 1024px) {
	#header-1 {
		display: none;
	}

	nav {
        display: none;
    }

	#header-2 {
		height: 90px;
	}

    nav.active {
        width: 100%;
        display: flex;
        position: absolute;
        top: 90px;
        left: 0px;
        background-color: #fff;
        padding: 20px;
		height: auto;
		flex-direction: column;
		gap: 20px;
		box-shadow: var(--shadow);
    }

    nav.active ul {
        flex-direction: column;
    }

    nav.active ul li {
        width: 100%;
        display: flex;
    }

    nav.active ul li a{
        height: auto;
        width: 100%;
        color: var(--verde_o);
        padding: 8px 10px;
		text-align: center;
    }

	#menu-btn {
		display: flex;
	}

	#s-banner {
		margin-top: 90px;
	}

	.info-banner {
		width: 100%;
	}

	.info-banner h4 {
		font-size: 30px;
		line-height: 28px;
	}

	.info-banner a {
		padding: 4px 15px;
		font-size: 25px;
	}

	#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%;
		align-items: flex-start;
	}

	#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;
	}

	#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: 90px 20px 120px;
	}

	#content-btn-ws {
		width: 100%;
		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 {
		width: 100%;
		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;
	}

	.popup .popup-container {
		width: 90% !important;
	}

	.link-prin-pop img {
		height: 80vh;
		width: 100%;
		object-fit: contain;
	}

	.popup-content {
		padding: 20px;
	}

	#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%;
		flex-direction: column;
	}

	.s-preguntas-frecuentes >h3 {
		font-size: 25px;
		margin-bottom: 20px;
		text-align: center;
	}

	#header-2 a > img {
		height: 90px;
		position: unset;
		top: 0px;
	}

	#afiliate-res{
		display: flex;
	}
	#afiliate-desk{
		display: none;
	}

	/* #title-interno {
		padding: 20px;
	} */

	.s-text p {
		width: 100% !important;
		font-size: 20px !important;
		padding: 0px 20px !important;

	}

	.title span {
		font-size: 25px;
		color: var(--verde_o);
		font-family: "Futura-Bold";
		text-align: center;
	}

	#s-nosotros >div {
		width: 100%;
		padding: 20px;
		gap: 20px;
		flex-direction: column;
	}

	#s-nosotros >div img {
		width: 70%;
	}

	#content-info-nosotros {
		width: 100%;
	}

	#content-info-nosotros p {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.btn {
		font-size: 20px;
	}

	.bnn-2 {
		display: none;
	}

	.s-text p:last-child {
		font-size: 18px;
	}

	.title {
		padding: 15px 0px;
	}

	#content-info-contacto-n {
		width: 100%;
	}

	#content-info-contacto-n img {
		width: 60%;
	}

	#content-info-contacto-n div {
		width: 95%;
	}

	.title-2 span {
		font-size: 20px;
	}

	#content-list ul {
		margin: 0px;
	}

	#title-interno> div p {
		font-size: 25px;
	}

	.content-todos-planes h3 {
		text-align: center;
		font-size: 25px;
	}

	.card-planes-n {
		flex-direction: column;
	}

	.card-planes-n  img {
		width: 50%;
	}

	.info-titulares {
		gap: 10px;
	}

	.info-titulares>span>span {
		font-size: 16px;
	}

	.info-card p {
		font-size: 16px;
	}

	.card-obituario {
		flex-direction: column;
	}

	.content-btn-info-obi p {
		font-size: 20px;
	}

	.content-btn-info-obi {
		gap: 0px;
	}

	#content-s-nosotros {
		width: 95%;
		flex-direction: column;
	}

	#content-btns-nosotros {
		width:100%;
		align-items: stretch;
		justify-content: flex-start;
		flex-direction: row;
		gap: 10px;
		padding:  0px;
	}

	#content-btns-nosotros a {
		width: 100%;
		padding: 5px 10px;
		font-size: 16px;
		color: #fff;
		background-color: var(--verde_c);
		border-radius: 20px 20px 0px 0px;
		transition: ease all 0.6s;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	#info-nosotros {
		width: 100%;
		border-radius: 0px 0px 20px 20px;
	}

	.content-info-nosotros ul li p {
		font-size: 16px;
	}

	.content-info-nosotros ul li {
		gap: 2px;
		padding: 4px 10px;
	}

	.content-info-nosotros ul {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.content-info-nosotros ul li {
		width: 100%;
		justify-content: flex-start;
	}

	.content-info-nosotros ul li img {
		width: 25px;
	}

	#s-nosotros-n {
		padding: 0px;
	}

	#s-plataformas div:nth-child(2) {
		width: 100%;
		grid-template-columns: 1fr 1fr;
		display: grid;
	}

	#s-plataformas {
		padding: 20px;
	}

	#content-info-unidad {
		width: 95%;
		flex-direction: column;
		padding: 20px;
	}

	#content-info-unidad {
		width: 100%;
	}

	#info-unidad h3 {
		font-size: 22px;
	}

	#info-unidad {
		width: 100%;
	}

	#info-unidad p {
		font-size: 18px;
	}

	#content-form-unidad {
		width: 100%;
	}

	#content-carousel-videos {
		width: 100%;
		padding: 60px 0px;
	}

	.card-video > div {
		position: unset;
	}

	.card-video {
		width: 100%;
		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);
		overflow: hidden;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: ease all 0.6s;
		flex-direction: column;
	}

	.card-video div p {
		display: flex;
	}

	#carousel-videos {
		width: 90%;
	}

	#content-preguntas {
		width: 95%;
		grid-template-columns: 1fr;
	}

	#content-img-pregunta {
		position: unset;
	}

	.content-info-image-obituario {
		width: 100%;
	}

	.content-img-name-obi {
		flex-direction: column;
	}

	.content-img-name-obi img {
		width: 40%;
	}

	.logo-prev-ob img {
		width: 30%;
	}

	.content-img-name-obi h2 {
		font-size: 25px;
	}

	.info-ob p {
		font-size: 15px;
	}

	.card-obituario >div:last-child {
		width: 100%;
	}

	.card-obituario> a {
		position: unset;
		margin: 15px 0px;
	}

	#obituario-popup .popup-container {
		width: 95%;
	}

	.img-corta {
		display: none !important;
	}

	.img-larga {
		display: flex !important;
		opacity: 1 !important;
		height: 65px !important;
	}

	#content-info-articulo img {
		width: 100%;
	}

	#title-interno> div span {
		color: #000 !important;
		font-size: 20px !important;
		text-align: center !important;
	}
}