:root {
	--blanco: #fff;
	--gray: #a6acaf;
	--oscuro: #1b4f72;
	--azulbase: #0049b1;
	--azulclaro: #f2f2f2;
	--azulmedio: #00b7ff;
	--azultenue: #d6eaf8;
	--negro: #000;
	--gradient1: linear-gradient(
		45deg,
		rgb(66, 165, 226) 20%,
		rgb(158, 195, 228) 50%,
		rgb(60, 166, 232) 80%
	);
}
a {
	cursor: pointer;
}

body,
p,
.header__middle1--right span {
	color: var(--negro);
}
.header__middle1--right {
	margin-top: auto;
	margin-bottom: auto;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: 0 0;
}
::-webkit-scrollbar-thumb {
	background: var(--azulbase);
	border-radius: 100px;
	transition: 0.5s;
	box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.btn2 {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	color: var(--blanco) !important;
	box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
	background-size: 100%;
	transition: 0.5s ease;
	text-transform: uppercase;
}
.btn2:hover {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	background-size: 300%;
	transform: scale(1.1) translateY(-5px);
}
.btn-grad:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
.header__middle1--right i {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	color: var(--blanco);
}
.btn3 {
	padding: 20px 70px 20px 30px;
	color: var(--blanco) !important;
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		90deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	background-size: 100%;
	transition: 0.5s ease;
	text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.btn3:hover {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		90deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	background-size: 300%;
	transform: translateY(-10px);
}
.btn33 {
	background: rgb(81, 179, 86);
	background: -moz-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: linear-gradient(
		90deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(123, 241, 135, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
	background-size: 100%;
	transition: 0.5s ease;
	text-transform: uppercase;
}
/* .btn33 {
  background: rgb(81,179,86);
background: -moz-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: -webkit-linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
background: linear-gradient(45deg, rgba(81,179,86,1) 20%, rgba(142,191,69,1) 50%, rgba(81,179,86,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
  background-size: 100%;
  transition: 0.5s ease;
  text-transform: uppercase;
} */
.btn33:hover {
	background: rgb(81, 179, 86);
	background: -moz-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: linear-gradient(
		90deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(206, 246, 208, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
	background-size: 300%;
	transform: translateY(-10px);
}
.btn3 i,
.header__middle1--right .btn2 i {
	background: rgba(255, 255, 255, 0.25);
	color: var(--blanco);
}
.btn3:hover i {
	background: rgba(255, 255, 255, 0.25);
	color: var(--blanco);
}
.header__top1--left {
	padding-top: 0;
}
.header__top1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact_page1__left--heading,
.sidebar2__title,
.working_process1__thumb:before {
	background: rgb(81, 179, 86);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
	background-size: 100%;
}
.btn9,
.extra_info--social a {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	background-size: 100%;
	color: var(--blanco) !important;
}
.btn9:hover,
.working_process1__item:hover .working_process1__thumb:before {
	background: rgb(21, 67, 96);
	background: -moz-linear-gradient(
		45deg,
		rgba(21, 67, 96, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(21, 67, 96, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(21, 67, 96, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(21, 67, 96, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(21, 67, 96, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(21, 67, 96, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
	background-size: 400%;
}
.header__top1 {
	background: var(--azulbase);
}
.header__top1--left span {
	color: var(--blanco);
}
.header .menu_sticky,
.testimonial2__carousel:before,
.testimonial2__content p:before {
	background: var(--azulbase);
}
.appointment2__thumb i,
.care1__content h2,
.care1__content h4,
.header.home1 .main-menu nav > ul > li a,
.header__top1--right i,
.sidebar2__title p {
	color: var(--blanco);
	transition: 0.5s ease;
}
.accordion_style_01 .card-header a,
.accordion_style_01 .card-header a[aria-expanded='true'] i,
.blog1__content h3 a:hover,
.card-body i,
.extra_info--address ul li i,
.header.home1 .main-menu nav ul li ul li:hover > a,
.header.home1 .main-menu nav ul li:hover > a,
.header__top1--left i,
.header__top1--left span:hover,
.header__top1--right i:hover,
.service_details1__content h2,
.service_details1__content h3,
.slider1__content h2 span,
.testimonial2__thumb--content p,
.title1 h2,
.slider1__content h5 {
	color: var(--azulmedio);
	transition: 0.5s ease;
}
.care1__thumb3 span,
.care1__thumb3 span:after,
.care1__thumb3 span:before,
.header__top1--social:before,
.testimonial2 .slider-section-dots .owl-dots .owl-dot.active span,
.testimonial2 .slider-section-dots .owl-dots .owl-dot:hover span,
.testimonial2__carousel:before,
.testimonial2__content p:before {
	background: var(--azulmedio);
}
.accordion_style_01 .card-header a span,
.accordion_style_01 .card-header a:hover i,
.appointment2__content h4,
.appointment2__content p,
.blog1__content h3 a,
.footer1__item h3,
.header.home1 .main-menu nav ul li ul li a,
.header.home1 .menu_sticky .header__side-nav ul li button:hover,
.page_title__content h1,
.slider1__content h2,
.testimonial2 .title2 h2,
.testimonial2__content p,
.testimonial2__thumb--content h5,
.title1 h4,
.working_process1__content h3,
h1,
h2,
h3,
h4,
h5,
h6,
.footer1__copyright p,
.footer1__social a i {
	color: var(--azulbase);
}
.header.home1 .main-menu nav ul li ul {
	border-top: 3px solid var(--azulmedio);
}
.footer1 {
	/* background: var(--blanco); */
}
.footer1__bottom .d-flex > a {
	margin-right: 2rem;
	color: black;
}
.footer1__bottom .d-flex > a:last-child {
	margin-right: 0;
}
.header.home1 .header__menu {
	background: var(--azulbase);
	border-bottom: 0;
}
.header.home1 .header__side-nav ul li.extra_info_btn button {
	background: var(--azulmedio);
	color: var(--blanco);
}
.doctorweb .doc1 {
	display: inline-block;
	width: 20px;
	animation: 10s doc infinite ease;
}
.doctorweb .doc2 {
	display: inline-block;
	width: 100px;
}
@keyframes doc {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(360deg);
	}
	90% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
.btn-whatsapp {
	display: block;
	width: 75px;
	height: 75px;
	color: #333;
	position: fixed;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	z-index: 999;
	font-size: 75px;
	background: #25d366;
	background: -moz-radial-gradient(circle, #25d366 0, #075e54 100%);
	background: -webkit-radial-gradient(circle, #25d366 0, #075e54 100%);
	background: radial-gradient(circle, #25d366 0, #075e54 100%);
	border: 2px solid var(--dorado);
	transition: ease 0.5s;
	box-shadow: rgba(37, 211, 102, 0.1) 0 10px 50px;
}
.btn-whatsapp i {
	color: #fff;
	transition: ease 0.5s;
	display: block;
}
.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);
	}
}
.social-bar {
	position: fixed;
	right: 0.5%;
	bottom: 200px;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 9999;
}
.icono {
	color: var(--blanco) !important;
	text-decoration: none;
	height: 50px;
	width: 50px;
	display: flex;
	transition: all 0.5s;
	margin-top: 10%;
	position: relative;
	border-radius: 100px;
	padding: 4%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: var(--azulmedio);
	transition: all 0.5s ease;
}
.icono:hover {
	border: 2px solid var(--azulbase);
	transition: all 0.5s ease;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.icono:before {
	background-color: var(--azulbase);
	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: var(--azulbase);
	padding: 5%;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 0.5em;
	color: var(--dorado);
	position: absolute;
	right: 55px !important;
	top: 10px !important;
	transform: scale(0);
	width: max-content;
	box-shadow: rgba(227, 176, 75, 0.1) 0 20px 25px -5px,
		rgba(227, 176, 75, 0.04) 0 10px 10px -5px;
	border-radius: 5px;
}
.icono:hover span {
	transition: all 0.5s ease;
	transform: scale(1);
}
.icono i,
.icono img {
	z-index: 2;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.icono img {
	width: 30px;
}
.footer1__item--02 {
	padding-left: 0;
}
.footer1__item ul li span {
	color: var(--azulmedio);
	font-size: 1.5em;
}
.responsive {
	display: none;
}
.title2 h2 strong {
	color: var(--azulbase);
	text-transform: uppercase;
}
.about1__wrapper {
	padding-left: 0;
	padding-right: 0;
}
.about1__content {
	padding-right: 0;
}
.testimonial2 {
	background: var(--blanco);
}
.appointment2__thumb {
	line-height: 70px;
}
.appointment2__item {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	box-shadow: rgba(0, 180, 183, 0.15) 0 15px 25px,
		rgba(0, 180, 183, 0.05) 0 5px 10px;
	background-size: 100%;
	transition: 0.5s ease;
}
.appointment2__item:hover {
	background: rgb(27, 128, 191);
	background: -moz-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(27, 128, 191, 1) 20%,
		rgba(102, 181, 248, 1) 50%,
		rgba(27, 128, 191, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b80bf",endColorstr="#1b80bf",GradientType=1);
	background-size: 400%;
	transform: scale(1.05);
	transition: 0.5s ease;
}
.appointment2__content {
	background-color: var(--blanco);
}
.appointment2__thumb {
	background: rgb(81, 179, 86);
	background: -moz-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
	background-size: 100%;
	border: 2px solid var(--blanco);
	transition: 0.5s ease;
}
.appointment2__item:hover .appointment2__thumb {
	background: rgb(81, 179, 86);
	background: -moz-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	background: linear-gradient(
		45deg,
		rgba(81, 179, 86, 1) 20%,
		rgba(142, 191, 69, 1) 50%,
		rgba(81, 179, 86, 1) 80%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51b356",endColorstr="#51b356",GradientType=1);
	background-size: 400%;
	transition: 0.5s ease;
}
.appointment2 {
	background: url(../img/ctabg.jpg);
	background-position: center;
	background-size: cover;
}
.slider1__img-01 {
	background: url(../img/slider/slider1.jpg);
	background-position: 70%;
	background-size: cover;
}
.slider1__img-02 {
	background: url(../img/slider/sl1.jpg);
	background-position: 70%;
	background-size: cover;
}
.slider1__height {
	height: 560px;
}
.slider1__content {
	padding-bottom: 0;
}
.slider1__content h2 {
	font-size: 4em;
	line-height: 1.2em;
}
.slider-section-dots .owl-dots .owl-dot.active span,
.slider-section-dots .owl-dots .owl-dot:hover span {
	background: var(--azulmedio) !important;
	border: 0;
}
.slider1 .slider-section-dots .owl-dots .owl-dot span {
	border: 1px solid var(--azulmedio) !important;
}
.content_box_50 {
	padding: 50px 0;
}
.about3__thumb:after,
.about3__thumb:before {
	background: url(../img/circulos.png);
	border-radius: 5px;
}
.about3__thumb img,
.gallery2__thumb {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
/* .about3:before {
  background: url(../img/bg1.jpg);
  background-size: cover;
} */
.care1__thumb3 img {
	border-radius: 100px;
}
.care1__thumb3 {
	border: 2px solid var(--azulmedio);
}
.care1__thumb1 {
	background: url(../img/slider/slider-sec-4.jpg);
	background-size: cover;
	background-position: 50%;
}
.care1__thumb2 {
	background: url(../img/slider/slider-sec-3.jpg);
	background-size: cover;
	background-position: 50%;
}
.working_process1__thumb {
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px, rgba(0, 0, 0, 0.07) 0 2px 2px,
		rgba(0, 0, 0, 0.07) 0 4px 4px, rgba(0, 0, 0, 0.07) 0 8px 8px,
		rgba(0, 0, 0, 0.07) 0 16px 16px;
	width: 100%;
}
.blog1__top {
	background-color: var(--azulmedio);
	/* background: url(../img/bg3.jpg);
  background-size: cover;
  background-position: center; */
}
.blog1__item {
	border-radius: 10px;
}
/* .blog1__thumb img {
  border-radius: 10px 10px 0 0;
} */
.blog1__content {
	text-align: center;
	background: var(--azulclaro);
	border-radius: 0 0 10px 10px;
	height: 150px;
}
.testimonioimg {
	padding: 20px;
}
.extra_info--thumb img,
.service_details1__content img,
.testimonioimg img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.page_title__img-06 {
	background-color: #00b7ff;
	/* background: url(../img/bg4.jpg);
  background-attachment: fixed; */
}
.page_title__padding {
	padding: 40px 0;
}
.info1__icon-box {
	border: 0;
}
.info1__content h4 {
	color: var(--azulbase);
}
.info1__content h4 i {
	color: var(--azulmedio);
}
.info1__content:before {
	background: 0 0;
}
.info1__content:after {
	background: var(--azulmedio);
	height: 5px;
}
.sidebar2__questions,
.sidebar2__recent-post {
	border-bottom: 3px solid var(--azulmedio);
}
.sidebar2__recent-post ul {
	padding: 40px;
}
.sidebar2__recent-post ul li {
	transition: 0.5s ease !important;
	padding: 10px 10px 10px 10px;
}
.sidebar2__recent-post ul li a {
	color: var(--azulbase) !important;
	transition: 0.5s ease !important;
}
.sidebar2__recent-post ul li:hover {
	color: var(--azulbase) !important;
	transform: translateX(10px);
	transition: 0.5s ease !important;
}
.sidebar2__recent-post ul li a:hover {
	color: var(--azulmedio) !important;
	transition: 0.5s ease !important;
}
.gallery2 {
	/* background: url(../img/bg6.png); */
	background-color: #fff;
}
.service_details1__content ul {
	padding-left: 20px;
}
.service_details1__content ul li {
	list-style: circle;
}
.about3__thumb img {
	margin-bottom: 20px;
}
.footer1__item ul li a {
	line-height: 1.1;
	transition: 0.5s ease;
}
.footer1__item ul li a:hover {
	color: var(--azulbase) !important;
	transform: translateX(5px);
	transition: 0.5s ease;
}
.title2 h2 {
	color: var(--azulmedio);
}
.blog1__content {
	padding: 10px;
}
.working_process1__item .col-md-8 {
	display: flex;
}
.working_process1__content {
	margin-top: auto;
	margin-bottom: auto;
}
.title1 h1 {
	font-size: 1.25em;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.appointment2__content {
		text-align: center;
	}
	.header__top1--left a {
		display: block;
	}
	.working_process1__thumb {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.working_process1__item .col-md-8 {
		display: block;
	}
	.faq1__wrapper {
		margin-top: 40px;
	}
	.mean-container .mean-nav {
		background: var(--azulbase);
	}
	.appointment2__thumb-wrapper {
		background: var(--azulmedio);
	}
	.about3:before {
		background-position: 100%;
		opacity: 0.25;
	}
	.care1__thumb2 {
		display: none;
	}
	.care1__thumb1 {
		display: block;
		width: 100%;
		background-position: 40%;
	}
	.about1__wrapper {
		margin-top: 40px;
		text-align: center;
	}
	.slider1__content h5 {
		font-size: 1em;
	}
	.slider1__content h2 {
		font-size: 1.5em;
	}
	.title2 h2 {
		font-size: 1.5em;
	}
	.btn3 {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.slider1__content {
		/* background-color: rgba(255, 255, 255, 0.9); */
		text-align: center;
		padding: 30px 20px 30px 20px;
	}
	.slider1__img-01 {
		background-position: center;
	}
	.about1__btn,
	.faq1__wrapper h3,
	.page_title__content {
		text-align: center;
	}
	.about1__btn a {
		margin-bottom: 20px;
	}
	.social-bar {
		bottom: 80px;
	}
	.btn-whatsapp {
		width: 60px;
		height: 60px;
		font-size: 60px;
	}
	.social-bar {
		font-size: 1.2em;
	}
	.icono img {
		width: 30px;
	}
	.icono {
		height: 40px;
		width: 40px;
	}
	.header__middle1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.fullwidth {
		display: none;
	}
	.responsive {
		display: block;
	}
	.centertextr {
		text-align: center;
	}
	.doctorweb .doc1 {
		width: 5%;
	}
	.doctorweb .doc2 {
		width: 20%;
	}
	.doctorweb {
		display: block;
	}
}

/* -------------------------------------- */
/* .about1__content :nth-child(1) {
  color: var(--azulbase);
} */
.care1 {
	background-image: url('');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.backgroun-btn {
	background: var(--gradient1);
}
.faq1__wrapper a:hover {
	color: #00b7ff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer1__item h3 {
		text-align: center;
	}
}
