a {
	cursor: pointer;
}
/* Logo Doctorweb */
.doctorweb .doc1 {
	width: 5%;
	animation: 10s doc infinite ease;
}
.doctorweb .doc2 {
	width: 25%;
}
@keyframes doc {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	90% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/* Logo Doctorweb */
/* Boton whatsapp  */
.btn-whatsapp {
	display: block;
	width: 75px;
	height: 75px;
	color: #333;
	position: fixed;
	right: 1%;
	bottom: 1%;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	z-index: 999;
	font-size: 70px !important;
	background: rgba(38, 212, 102, 1);
	background: -moz-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: -webkit-gradient(
		radial,
		center center,
		0px,
		center center,
		100%,
		color-stop(0%, rgba(38, 212, 102, 1)),
		color-stop(100%, rgba(34, 186, 89, 1))
	);
	background: -webkit-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: -o-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: -ms-radial-gradient(
		center,
		ellipse cover,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	background: radial-gradient(
		ellipse at center,
		rgba(38, 212, 102, 1) 0%,
		rgba(34, 186, 89, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d466', endColorstr='#22ba59', GradientType=1 );
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	transition: ease 0.5s;
}
.btn-whatsapp i {
	color: #fff !important;
	transition: ease 0.5s;
	display: block;
	margin-top: 4%;
}
.btn-whatsapp:hover {
	background-color: #333;
	transform: rotate(360deg);
	transition: ease 0.5s;
}
.btn-whatsapp span {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 0.3em;
	right: 2px;
	background-color: #de2f36;
	color: #fff;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	transition: 0.5s ease;
	animation: iconw 2s infinite ease-in-out;
}
.btn-whatsapp:hover span {
	display: none !important;
	transition: 0.5s ease;
}
@keyframes iconw {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}
/* Boton whatsapp  */
.social-bar {
	position: fixed;
	right: 0.5%;
	top: 40%;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}
.icono {
	color: #fff !important;
	text-decoration: none;
	height: 50px;
	width: 50px;
	display: flex;
	transition: all 0.5s;
	margin-top: 10%;
	position: relative;
	border-radius: 100px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background-color: #28abb5;
	transition: all 0.5s ease;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.color1 {
	background: #3b5998;
}
.color2 {
	background: #c13584;
}
.color3 {
	background: #0999d6;
}
.color4 {
	background: #c4302b;
}
.ccolor1 {
	color: #3b5998 !important;
}
.ccolor2 {
	color: #c13584 !important;
}
.ccolor3 {
	color: #0999d6 !important;
}
.ccolor4 {
	color: #c4302b !important;
}
.icono:hover {
	border: 2px solid #88ca51;
	transition: all 0.5s ease;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.icono:before {
	background-color: #17449e;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 30px;
	left: 0;
	top: 0;
	z-index: -1;
	transform: scale(0, 0);
	transition: all 0.5s ease;
}
.icono:hover:before {
	z-index: 1;
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.icono span {
	background: #17449e;
	padding: 5%;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 0.5em;
	border-radius: 10px;
	color: #fffe;
	position: absolute;
	right: 55px !important;
	top: 5px !important;
	transform: scale(0);
	width: max-content;
}
.icono:hover span {
	transition: all 0.5s ease;
	transform: scale(1);
}
.icono .fa {
	z-index: 2;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Barras */
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #012346;
}
::-webkit-scrollbar-thumb {
	background: #0999d6;
	transition: 0.5s;
}
::-webkit-scrollbar-thumb:hover {
	background: #fff;
	transition: 0.5s;
}
/* PAGE TRANSITION */
.first-transition {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9;
	right: 0;
	top: 0;
	background: #2dd9f7;
	background: -moz-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: -webkit-gradient(
		radial,
		center center,
		0px,
		center center,
		100%,
		color-stop(0%, #2dd9f7),
		color-stop(100%, #2aceeb)
	);
	background: -webkit-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: -o-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: -ms-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: radial-gradient(ellipse at center, #2dd9f7 0%, #2aceeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd9f7', endColorstr='#2aceeb', GradientType=1 );
	animation: first-transition 1s;
	animation-fill-mode: forwards;
}

@keyframes first-transition {
	from {
		right: 0;
	}
	to {
		right: -100%;
	}
}
.page-transition {
	width: 0;
	height: 100%;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	background: #2dd9f7;
	background: -moz-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: -webkit-gradient(
		radial,
		center center,
		0px,
		center center,
		100%,
		color-stop(0%, #2dd9f7),
		color-stop(100%, #2aceeb)
	);
	background: -webkit-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: -o-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: -ms-radial-gradient(
		center,
		ellipse cover,
		#2dd9f7 0%,
		#2aceeb 100%
	);
	background: radial-gradient(ellipse at center, #2dd9f7 0%, #2aceeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd9f7', endColorstr='#2aceeb', GradientType=1 );
	transition: all ease 1s;
}
.page-transition.active {
	width: 100%;
}
.mediz-logo-inner {
	max-width: 300px;
}
.mediz-top-bar-left i {
	font-size: 18px;
	color: #17449e;
}
.mediz-logo {
	padding-top: 2%;
	padding-bottom: 0%;
}
.slidetitulo {
	color: #fff !important;
	font-size: 0.4em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
h1.slidetitulo {
	color: #fff !important;
	line-height: 1 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.slidesub {
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.slidesub2 {
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.slidetitulo2 {
	font-size: 0.7em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.verdewhats {
	background-color: #25d366 !important;
	border: none !important;
	border-top: 2px solid #dcf8c6 !important;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(18, 140, 126, 1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(18, 140, 126, 1);
	box-shadow: 5px 5px 0px 0px rgba(18, 140, 126, 1);
	color: #fff !important;
	transition: 0.5s ease !important;
}
.verdewhats:hover {
	background-color: #128c7e !important;
	border: none !important;
	transform: scale(0.95) translateX(5px) translateY(5px);
	border-top: 2px solid #dcf8c6 !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(18, 140, 126, 1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(18, 140, 126, 1);
	box-shadow: 0px 0px 0px 0px rgba(18, 140, 126, 1);
	color: #fff !important;
	transition: 0.5s ease !important;
}
.verdewhats i {
	color: #fff !important;
}
.gdlr-core-opening-hour-widget-list .gdlr-core-tail {
	float: left;
}
.gdlr-core-tab-feature3-item .gdlr-core-tab-feature3-content-left-image {
	border-radius: 50px;
	-webkit-box-shadow: -10px 10px 0px 0px rgba(43, 185, 182, 1);
	-moz-box-shadow: -10px 10px 0px 0px rgba(43, 185, 182, 1);
	box-shadow: -10px 10px 0px 0px rgba(43, 185, 182, 1);
}
.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author-name:after {
	width: 0px !important;
}
.padding1 {
	padding-top: 10%;
}
.text-center {
	text-align: center;
}
.gdlr-core-column-service-icon-left.gdlr-core-left-align
	.gdlr-core-column-service-media {
	margin-right: 0px;
}
rs-layer {
	text-shadow: #474747 3px 5px 2px;
}
.imgservices {
	border-radius: 20px;
	-webkit-box-shadow: -10px 10px 0px 0px rgba(43, 185, 182, 1);
	-moz-box-shadow: -10px 10px 0px 0px rgba(43, 185, 182, 1);
	box-shadow: -10px 10px 0px 0px rgba(43, 185, 182, 1);
}
.marginhome {
	margin: -112px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.gdlr-core-skin-title {
	margin-top: 10%;
}
.gdlr-core-price-table .gdlr-core-price-table-price-number {
	font-size: 1.5em;
}
.gdlr-core-price-table .gdlr-core-price-prefix {
	vertical-align: middle;
}
.gdlr-core-price-table-item .gdlr-core-price-table {
	margin: 0% 2%;
}
.gdlr-core-price-table .gdlr-core-price-table-head {
	padding: 2% 5%;
}
.gdlr-core-price-table .gdlr-core-price-table-price {
	padding: 5% 5%;
}
.gdlr-core-price-table .gdlr-core-price-table-head {
	background: #0059b0;
	background: -moz-linear-gradient(top, #0059b0 0%, #004685 100%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, #0059b0),
		color-stop(100%, #004685)
	);
	background: -webkit-linear-gradient(top, #0059b0 0%, #004685 100%);
	background: -o-linear-gradient(top, #0059b0 0%, #004685 100%);
	background: -ms-linear-gradient(top, #0059b0 0%, #004685 100%);
	background: linear-gradient(to bottom, #0059b0 0%, #004685 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059b0', endColorstr='#004685', GradientType=0 );
}
/* Barras */
.text-center {
	text-align: center !important;
}
.youtube {
	background-color: red !important;
	border: 4px solid rgba(255, 255, 255, 0.5) !important;
}
.youtube:hover {
	background-color: #004685 !important;
}

/* certificados */
.certificaciones-section {
	padding: 50px 0;
}

.certificaciones-section h2 {
	font-size: 41px;
	color: #333;
}

.certificaciones-section p {
	font-size: 16px;
	color: #666;
}

.img-responsive {
	width: 100%;
	height: auto;
	max-width: 350px;
	border-radius: 15px;
	transition: transform 0.3s;
	box-shadow: 0 4px 8px rgba(0, 51, 102, 0.2),
		0 6px 20px rgba(4, 111, 139, 0.19);
}

.img-hover:hover {
	transform: scale(1.05);
}

.imagenes-certificaciones {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10%;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.imagenes-certificaciones {
		flex-direction: column;
		padding: 0;
	}
	.img-responsive {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.color2 img {
		max-width: 80%;
	}
}

@media (min-width: 768px) {
	.imagenes-certificaciones {
		gap: 30px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.social-bar {
		font-size: 1rem;
	}
	.social-bar {
		position: fixed;
		right: 0.5%;
		top: 40%;
		font-size: 2rem;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		z-index: 100;
	}
	.icono {
		height: 40px;
		width: 40px;
	}
	.mediz-mobile-header .mediz-logo-inner {
		max-width: 300px;
	}
	.marginhome {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
	}
	.slidetitulo {
		font-size: 0.55em !important;
		font-family: Arial, Helvetica, sans-serif !important;
		line-height: 1.5 !important;
	}
	.slidesub {
		color: #fff !important;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 2em !important;
	}
	.slidetitulo2 {
		font-size: 0.7em !important;
		font-family: Arial, Helvetica, sans-serif !important;
	}
	.slidesub2 {
		color: #fff !important;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 1.5em !important;
	}
	rs-layer {
		text-shadow: #474747 0px 0px 0px;
	}
	.newsletter-subscription {
		text-align: center;
	}
	.ctabutton {
		display: block !important;
	}
	.mediz-item-pdlr,
	.gdlr-core-item-pdlr {
		text-align: center;
	}
	.imagehr {
		height: 20em !important;
	}
	#gdlr-core-wrapper-2.gdlr-core-pbf-wrapper {
		padding: 1% 0% !important;
	}
	.newpad {
		padding-top: 40% !important;
	}
	#gdlr-core-wrapper-3.gdlr-core-pbf-wrapper {
		padding-top: 2% !important;
		border-radius: 20px !important;
	}
	.gdlr-core-pbf-column-content-margin {
		padding: 2% !important;
	}
	#gdlr-core-column-25407 .gdlr-core-pbf-column-content-margin {
		padding-top: 130% !important;
	}
	.ctabutton {
		margin-top: 5% !important;
	}
	#gdlr-core-column-87465 .gdlr-core-pbf-column-content-margin {
		padding: 0% !important;
	}
	.slidebg rs-sbg {
		background-position: 67% !important;
		opacity: 0.5 !important;
	}
	.slidebg2 rs-sbg {
		padding-top: 10% !important;
		background-position: 24% !important;
		opacity: 0.5 !important;
	}
	.centertextr {
		text-align: center;
	}
	.doctorweb .doc1 {
		width: 5%;
	}
	.doctorweb .doc2 {
		width: 20%;
	}
	.doctorweb {
		display: block;
	}
	.newpad {
		padding-top: 100% !important;
	}
	.newpadxx {
		padding: 10% 0% !important;
		text-align: center !important;
	}
	.gdlr-core-pbf-wrapper {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.mediz-main-menu-right-button {
		float: none !important ;
	}
}

.testimony-video {
	width: 100%;
}

/* Clases específicas para remover estilos inline de testimonios */
.custom-testimony-card {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%) !important;
	border-radius: 20px !important;
	padding: 40px 35px !important;
	margin: 20px auto !important;
	max-width: 800px !important;
	box-shadow: 0 10px 30px rgba(0, 77, 146, 0.15) !important;
	border: 1px solid rgba(0, 77, 146, 0.1) !important;
	position: relative !important;
	overflow: hidden !important;
}

.custom-testimony-card::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 4px !important;
	background: linear-gradient(90deg, #004d92 0%, #159ab5 100%) !important;
}

.custom-testimony-quote {
	font-size: 120px !important;
	font-weight: 800 !important;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	color: #004d92 !important;
	line-height: 1 !important;
	opacity: 0.8 !important;
}

.custom-testimony-content {
	font-size: 20px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
	color: #444444 !important;
	padding-bottom: 25px !important;
	line-height: 1.7 !important;
	text-align: center !important;
	margin: 0 auto !important;
}

.custom-testimony-stars {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 25px 0 30px 0 !important;
	gap: 5px !important;
}

.custom-testimony-star {
	color: #ffd700 !important;
	font-size: 26px !important;
	text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3) !important;
	transition: transform 0.2s ease !important;
}

.custom-testimony-star:hover {
	transform: scale(1.2) !important;
}

.custom-testimony-image-item {
	padding-bottom: 0px !important;
}

.custom-testimony-image-wrap {
	border-width: 0px !important;
}

.custom-testimony-title {
	color: #004d92 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	margin-bottom: 8px !important;
}

.custom-testimony-position {
	color: #666666 !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	opacity: 0.8 !important;
}

.custom-testimony-author-wrap {
	background: transparent !important;
	border-radius: 0px !important;
	padding: 20px 0px 0px 0px !important;
	margin-top: 25px !important;
	box-shadow: none !important;
	border-top: 2px solid rgba(0, 77, 146, 0.1) !important;
}

.custom-testimony-play-icon {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
}

/* Custom FAQ Styles */
.gdlr-core-accordion-item-tab {
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.gdlr-core-accordion-item-tab:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.gdlr-core-accordion-item-title {
	position: relative;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 20px 25px !important;
	cursor: pointer;
	transition: all 0.3s ease;
	border-left: 4px solid #1c4ca5;
}

.gdlr-core-accordion-item-title:hover {
	background-color: #f0f4ff !important;
}

.gdlr-core-accordion-item-tab.gdlr-core-active .gdlr-core-accordion-item-title {
	background-color: #1c4ca5 !important;
	color: #ffffff !important;
}

.gdlr-core-accordion-item-content {
	padding: 25px !important;
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
}

.gdlr-core-accordion-item-content p {
	margin: 0;
	line-height: 1.7 !important;
	color: #555555 !important;
}

/* Custom FAQ Icon Animation */
.gdlr-core-accordion-style-background-title-icon
	.gdlr-core-accordion-item-title:before {
	transition: transform 0.3s ease;
}

.gdlr-core-accordion-style-background-title-icon
	.gdlr-core-accordion-item-tab.gdlr-core-active
	.gdlr-core-accordion-item-title:before {
	transform: rotate(180deg);
}

/* FAQ Section Styles */
.faq-section {
	padding: 75px 0px 80px 0px;
}

.faq-section-background {
	background-color: #f8f9fa;
}

.faq-title-column {
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.faq-content-column {
	padding: 0px 40px 0px 40px;
}

.faq-title {
	font-size: 36px;
	font-weight: 700;
	text-transform: none;
	color: #1c4ca5;
}

.faq-title-border {
	border-bottom-width: 4px;
	border-color: #d8d8d8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 44px;
	margin-left: 15px;
}

.faq-accordion {
	padding-bottom: 0px;
}

.faq-item-title {
	background-color: #ffffff !important;
	color: #1c4ca5;
	border-color: #e5e5e5;
}

.faq-item-title a {
	color: inherit;
}

.faq-item-content {
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
}

.footer-legal-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0px;
	flex-wrap: wrap;
	padding: 0.5rem 0;
	margin-bottom: 1rem;
	text-align: center;
}

.footer-legal-links a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s;
	padding: 0 12px;
	white-space: nowrap;
	position: relative;
}

.footer-legal-links a:not(:last-child)::after {
	content: '|';
	position: absolute;
	right: -1px;
	color: #ccc;
	font-weight: normal;
}

.footer-legal-links a:hover {
	color: #1c4ca5;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.footer-legal-links {
		flex-direction: column;
		gap: 8px;
	}

	.footer-legal-links a {
		padding: 4px 0;
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
		margin-bottom: 4px;
	}

	.footer-legal-links a:not(:last-child)::after {
		display: none;
	}

	.footer-legal-links a:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
}
