body {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	max-width: 100%;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.preloader-web {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffffbf;
	z-index: 9999999;
}

.preloader-web .preloader-wrapper {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

.lista .cliente-img-contenedor {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}

.cliente-img-contenedor {
	width: 100%;
	height: 270px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}

.cliente-img-secundaria-contenedor {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: center;
}

.icon-red-empresa {
	width: 25px;
	vertical-align: middle;
	padding-right: 2px;
}

.titleLanding {
	font-size: 24px;
	/* line-height: 23px; */
	margin: 0px 0px 10px 0px;
	color: black;
	font-weight: 600;
}

.titleLanding a {
	color: #000000;
}

.titulo-site {
	font-size: 40px;
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.contrast-text {
	color: #e8b92b;
}

.headersub {

	padding: 5px;

	position: absolute;

	top: 0px;

	left: 0px;

	width: 100%;

	background: #333333;

	color: #fff;

	text-align: center;

	font-weight: 500;

	font-size: 12px;

}


.headersub a {
	color: #ffeb3b;
}

.headersub span {

	display: inline-block;
	padding: 5px;

}

.headersub span i {

	font-size: 16px;

	vertical-align: middle;

	margin-right: 5px;

}

.error {
	color: #E85853;
	padding: 5px 0;
}

.form_control_site label.error {
	color: #E85853;
}

.divbuscador {

	background: url(../img/banner.jpg) no-repeat;

	background-size: cover;

	background-position: center center;

	padding-top: 80px;

	padding-bottom: 80px;

}

.divbuscador .logo {
	/*background: #333;*/
	color: #fff;
	text-align: center;
	/*min-height: 102px; line-height: 92px;*/
	font-size: 30px;
}

.divbuscador .logo img {
	vertical-align: middle;
}

.divbuscador {
	padding-left: 20px;
	padding-right: 20px;
}


.divbuscador h3 {
	font-size: 20px;
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
}

.divbuscador form .row {
	margin-bottom: 0px;
}

.divbuscador form {
	color: #fff;
	padding: 20px;
	/*border: 5px solid #FFFFFF;*/
}

.divbuscador .buscador-content {
	background-color: #333;
	padding: 20px;
}

.divbuscador form ::placeholder {
	color: #333;
}

.divbuscador form input {
	padding-left: 10px !important;
}

.divbuscador form input,
.divbuscador form select {
	background: #fff !important;
	margin: 0px !important;
	box-shadow: none !important;
	border: 0px !important;
	height: 30px !important;
}



.listDoctoras {
	padding-top: 45px;
	padding-bottom: 20px;
}

.listDoctoras .item {
	margin-bottom: 25px;
}

.listDoctoras .item .cont {
	position: relative;
}

.listDoctoras .item .cont .contimg {
	width: 100%;
	height: 230px;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}

.listDoctoras .item .cont .txt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px;
	font-weight: 600;
	color: #477894;
	border-bottom: 2px solid #000000;
}

.listDoctoras .item .cont .txt h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	margin: 0px;
}


.iconosItems {
	background: #f2f2f2;
	padding: 20px;
	padding-top: 40px;
}

.iconosItems .row .col.m3 {
	width: 20%;
}

.iconosItems .cont {
	padding: 5px 20px;
	min-height: 180px;
	text-align: center;
	font-weight: 500;
	color: #477894;
	font-size: 20px;
}

.iconosItems .cont a {
	color: #477894;
}

.iconosItems .cont a h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1375b9;
	margin-top: 10px;
}

.iconosItems .cont img {
	display: block;
	margin: auto;
}


.background-color-comment {
	background: #f2ebeb !important;
}


.footer {
	/*padding-top: 50px;
  padding-bottom: 20px;
  background: #ece9e9;
  color: #000000;*/
	color: #e8b92b;
	background-image: url(../../assets/images/fondo_foot.png);
	background-size: cover;
	padding: 0px;
}

.footer .container {
	background-color: #00000082;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 50px 30px;
}

.footer .row {
	margin-bottom: 0px;
}

.footer h2 {
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin-top: 0px;
}

.footer h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
}

.footer .list-link .link a {
	font-size: 18px;
	line-height: 14px;
	padding: 10px 0px;
	display: inline-block;
}

.footer .list-link .link a:hover {
	color: #e8b92b !important;
	font-weight: 700;
}

.footer .horario {
	font-size: 14px;
	margin-top: 5px;
}

.footer p {
	margin: 0px;
}

.footer .ciudad {
	margin: 0px;
}

.link-red {
	display: inline-block;
	cursor: pointer;
}

.link-red label {
	cursor: pointer;
	font-size: 16px;
	vertical-align: super;
	font-weight: 700;
	color: #e8b92b;
}

.link-red img {
	height: 25px;
}

.description ul {
  list-style-type: disc;
  padding-left: 20px;
}

.description li {
  display: list-item;
  list-style-position: outside;
}

.agendacita {
	/*padding-top: 50px;*/
	padding-bottom: 50px;
}

.agendacita h3 {
	font-size: 20px;
	margin-top: 0px;
}

.agendacita form ::placeholder {
	color: #333;
}

.agendacita form input {
	border: 1px solid gray !important;
	box-shadow: none !important;
	height: 30px;
	padding-left: 10px !important;
	width: 97% !important;
}

.agendacita form textarea {
	height: 100px;
	width: 100%;
	padding-left: 10px;
}

.agendacita form button {
	/*margin: auto;*/
	display: block;
	background: #e8b92b;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

.agendacita form button:hover {
	background: #1b71b5;
}


.txtCliente {
	text-align: center;
	font-size: 30px;
	padding-bottom: 50px;
	padding-top: 30px;
}

.txtClientes .img-aliado {
	padding: 0px;
}

.txt-alidos {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #b5b5b5;
}

.bannepub {

	padding-top: 20px;
	padding-bottom: 20px;

}

.divland .img-main-empresa {
	border-radius: 10px;
}

.divland .txt {
	padding-top: 10px;
	color: #477894;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	text-transform: lowercase;
}

.divland .txt i {
	font-size: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

.divland .otrsecc h3 {
	font-size: 20px;
	margin-top: 0px;
}

.divland .otrsecc ul {
	column-count: 2;
	padding-left: 20px;
}

.divland .otrsecc ul li {
	list-style-type: disc;
}
















.content_comments_all {
	background: #ebe4e4;
	padding: 0px 20px 20px 20px;
	border-radius: 20px;
}


.comments-container {
	width: 100%;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
	padding-top: 5px;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before,
.reply-list:after {
	display: none;
}

.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}

/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	width: 95%;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0, 0, 0, 0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 95%;
}

.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
	color: #03658c;
}

.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}




.footer2 {
	background-image: url(../../assets/images/fondo2.png);
	background-size: cover;
	padding: 40px 0px;
	color: #FFFFFF;
}

.footer2 .container .row {
	margin-bottom: 0px;
}

.footer2 ul.redes {
	display: inline-block;
}

.footer2 ul.redes li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid;
	/* padding: 20px; */
	text-align: center;
}

.footer2 ul.redes li a {
	font-size: 25px;
	vertical-align: text-top;
	color: #FFFFFF;
}

.footer2 span.borde {
	width: 70px;
	height: 2px;
	background-color: #e8b92b;
	display: inline-block;
}

.footer2 h3 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 700;
}

.footer2 .colum2,
.footer2 .colum3 {
	padding-left: 10%;
}

.footer2 .colum2 ul {
	padding-top: 20px;
	list-style-image: url("../../assets/images/list_cuadrado.jpg");
}

.footer2 .colum2 ul li {
	list-style-image: url("../../assets/images/list_cuadrado.jpg");
}

.footer2 .colum2 ul li a:hover {
	color: #FFFFFF;
}

.footer2 .colum2 ul li,
.footer2 .colum3 ul li {
	padding: 0px 0px 5px 0px;
	font-size: 16px;
}

.footer2 .colum2 ul li a,
.footer2 .colum3 ul li a {
	font-size: 16px;
	color: #FFFFFF;
}


.footer2 .colum3 ul {
	padding-top: 20px;
}

.footer2 .colum3 ul li i {
	padding-right: 10px;
}

.footer2 .colum3 ul li {}

.footer2 .colum2 ul li a {
	color: #bbbbbb;
	font-weight: 700;
}

ul.redes li.link.link-facebook:hover {
	background-color: #3b5898;
	border-color: #3b5898;
}

ul.redes li.link.link-instagram:hover {
	background-color: #e0516c;
	border-color: #e0516c;
}

ul.redes li.link.link-twitter:hover {
	background-color: #24a1f2;
	border-color: #24a1f2;
}

ul.redes li.link.link-youtube:hover {
	background-color: #ef4430;
	border-color: #ef4430;
}

ul.redes li.link.link-gplus:hover {
	background-color: #d44b3c;
	border-color: #d44b3c;
}
















.element_service {
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	font-size: 25px;
	text-shadow: 2px 2px 2px #333;
}

.text_service_card {
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	text-shadow: 2px 2px 2px #333;
}

.element_service:hover {
	opacity: 1;
}

.card_content {
	border-radius: 50%;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.text_description_service {
	font-size: 14px !important;
}







.content_model {
	position: relative;
	height: 100%;
	width: 100%;
}

.content_model h6 img {
	vertical-align: middle;
}

.content_model h6,
.content_model p {
	color: #ffffff;
}

.form_control_site {
	background: #eeeaea;
	margin: 20px;
	padding: 30px;
	border-radius: 30px;
	text-align: center;
}

.form_control_site label {
	color: #111;
}

.color_btn_form {
	background: #00cdec;
}

.form_control_site input,
textarea {
	background: #fff !important;
}

.content_image_service {
	background-image: url(https://previews.123rf.com/images/blackzheep/blackzheep1508/blackzheep150800001/43675002-escritorio-dise%C3%B1ador-gr%C3%A1fico-profesional-creativo.jpg);
	padding: 0px;
	background-position: center;
	background-size: cover;
	filter: brightness(0.2);
	width: 100%;
	height: 450px;
}







.clienlog {
	padding-top: 50px;
}

.clienlog h1 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #333333;
	margin: 0px;
}

.clienlog .txt {
	font-size: 14px;
	color: #477894;
	font-weight: bold;
	padding: 20px 0px 0px;
	line-height: 28px;
	text-transform: lowercase;
}

.txtClientes {
	font-size: 18px;
}

.clienlog .item-cliente {
	text-align: center;
}

.clienlog .item-cliente img {
	display: inline-block;
	width: 100%;
	border-radius: 10px;
}

.menu {
	-webkit-box-shadow: unset !important;
	background-color: transparent;
	/*margin-bottom: 10px; */
	width: 98%;
	margin-left: 1%;
}

.li-menu {
	/*background-color: #FFAB1F;*/
	margin-left: 10px;
	margin-right: 10px;
}

.a-menu {
	text-transform: uppercase;
	font-size: 18px;
}

.container-large {
	width: 80%;
}

.divbuscador .menu .brand-logo {
	display: inline-block;
	width: 100%;
	transform: inherit;
	-webkit-transform: inherit;
	left: initial;
	position: inherit;
}

.divbuscador .menu .brand-logo ul {
	display: inline-block;
	vertical-align: middle;
}

.divbuscador .menu .brand-logo ul li a {
	font-size: 18px;
	padding: 0px 10px !important;
	line-height: 1;
	color: #333333;
	border-left: 2px solid #333333;
}

.divbuscador .menu .brand-logo ul li:first-child a {
	border-left: 0px;
}

.divbuscador .menu .brand-logo ul li {
	margin: 0px 5px;
}

.divbuscador .btn-site {
	/*margin: 10px 0px;*/
	background-color: #a8a8ac;
}

.agendacita iframe {
	display: inline-block;
	width: 100%;
}

.pagination nav {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.pagination li {
	display: inline-block;
	height: 30px !important;
}

.pagination nav .pagination {
	display: inline-block;
}

.pagination nav .pagination li {
	height: max-content;
}

.pagination nav .pagination li.active {
	background-color: #0c5cb1;
}

.pagination li.active a {
	background-color: #e8b921 !important;
}

.form-site1 input[type=text],
.form-site1 input[type=email] {
	height: 30px;
	font-size: 14px;
}

.pagination-scroll-vitrina {}

.divland .lista {
	display: flex;
	flex-direction: column;
}

.divland .lista .no-resultados {
	text-align: center;
	padding: 10px;
	background-color: #ededed;
}

.divland .lista .cargar_mas {
	text-align: center;
	order: +1;
}

.divland .lista .cargar_mas button#load-more {
	background-color: #e1bb46;
	padding: 5px 20px;
	height: auto;
	color: #000;
	box-shadow: 0 0 0 0;
	border-radius: 0;
	font-weight: 500;
	transition: background .4s ease;
}

.divland .lista .cargar_mas button#load-more:hover {
	background-color: #eacc6f;
}

.miga-pan {
	margin-bottom: 20px !important;
	padding: 5px 5px !important;
	font-size: 14px;
	font-weight: 700;
	background-color: #f9f9f9;
}

.miga-pan img {
	width: 30px;
	vertical-align: middle;
}


.miga-pan .text,
.miga-pan .text h1 {
	display: inline-block;
	font-size: 16px;
}

.miga-pan .text h1 {
	color: #e8b92b;
}

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.color-footer {
	/*background: #eeeae9;*/
}

.btn-large-site {
	text-align: center;
	margin: 20px 0px;
	display: inline-block;
	background-color: transparent;
}

.btn-large-site .btn-whatsapp {
	background-color: #66d362;
	padding: 20px 15px;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 5px;
	width: 90%;
	font-size: 20px;
}

.detalle-cliente .cover {
	text-align: center;
}

.detalle-cliente .cover a {
	display: inline-block;
}

.detalle-cliente .cover img {
	width: 100%;
	display: block;
	max-width: 700px;
	margin: auto;
}

.detalle-cliente .row {
	display: flex;
	flex-wrap: wrap;
}

.detalle-cliente .row .col-md-4 {
	width: 33.33%;
}

.detalle-cliente .sub-container {
	position: relative;
	max-width: 1024px;
	width: 100%;
	margin: auto;
	margin-top: 35px;
}

.detalle-cliente .sub-container .box .row {
	gap: 0px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.detalle-cliente .sub-container .box .row::after {
	display: none;
}

.detalle-cliente .sub-container .box .row .col-md-4:first-of-type,
.detalle-cliente .sub-container .box .row .col-md-4:last-of-type {
	min-width: 200px;
	width: auto;
}

.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2) {
	position: relative;
	width: auto;
	max-width: 40%;
}

.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::before,
.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::after {
	background-color: #66666699;
	position: absolute;
	display: block;
	content: "";
	top: 8px;
	width: 2px;
	height: 180px;
}

.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::before {
	left: -35px;
}

.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::after {
	right: -35px;
}

.detalle-cliente .sub-container .box {
	background-color: #f2f2f2c2;
	padding: 26px 40px;
	border-radius: 20px;
}

.detalle-cliente .sub-container .box h1 {
	color: #000;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 900;
	max-width: 500px;
	text-align: center;
	margin-bottom: 22px;
}

.detalle-cliente .sub-container .box .actions {
	display: grid;
	gap: 15px;
}

.detalle-cliente .sub-container .box .actions a {
	background-color: gray;
	position: relative;
	padding: 18px 20px;
	color: #fff;
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	line-height: 1.4em;
	box-shadow: 0 0 0 0;
	border-radius: 10px;
	align-items: center;
	text-transform: capitalize;
	justify-content: center;
	transition: background .4s ease, color .4 sease;
}

.detalle-cliente .sub-container .box .actions a .icono svg {
	display: block;
}

.detalle-cliente .sub-container .box .actions a.call {
	background-color: #FBB03B;
}

.detalle-cliente .sub-container .box .actions a.call:hover {
	background-color: #000;
	color: #fff;
}

.detalle-cliente .sub-container .box .actions a.wapp {
	background-color: #25D366;
	color: #fff;
}

.detalle-cliente .sub-container .box .actions a.wapp:hover {
	background-color: #1ba74f;
}

.detalle-cliente .sub-container .box .actions a .contador_click {
	background-image: url('../../assets/images/popover-whatsapp.svg');
	background-repeat: no-repeat;
	background-size: 120px;
	position: absolute;
	opacity: 0;
	top: 0;
	right: 100%;
	width: 120px;
	height: 53px;
	font-size: 10px;
	visibility: hidden;
	transform: translateY(-50%) scale(0);
	transform-origin: right bottom;
	transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}

.detalle-cliente .sub-container .box .actions a .contador_click span {
	position: relative;
	display: block;
	line-height: 1;
	width: 100%;
	top: 12px;
	left: 10px;
	max-width: 80px;
}

.detalle-cliente .sub-container .box .actions a:hover .contador_click {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.detalle-cliente .sub-container .box .links ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.detalle-cliente .sub-container .box .links ul li {
	display: block;
}

.detalle-cliente .sub-container .box .links ul li a .icono {
	background-color: #000;
	display: flex;
	width: 100%;
	height: 30px;
	min-width: 30px;
	max-width: 30px;
	align-items: center;
	border-radius: 35px;
	justify-content: center;
	transition: background .4s ease;
}

.detalle-cliente .sub-container .box .links ul li a:hover .icono {
	background-color: #FBB03B;
}

.detalle-cliente .sub-container .box .links ul li a .icono svg,
.detalle-cliente .sub-container .box .links ul li a .icono img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 20px;
}

.detalle-cliente .sub-container .box .links ul li a p {
	margin: 0;
}

.detalle-cliente .sub-container .box .links.cLinks ul {
	display: grid;
	justify-content: flex-start;
}

.detalle-cliente .sub-container .box .links.cLinks ul li a {
	display: flex;
	gap: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	align-items: center;
}

.detalle-cliente .sub-container .box .links.cLinks ul li a .icono {
	margin-top: 5px;
	align-self: flex-start;
}

.detalle-cliente .sub-container .box .views h4,
.detalle-cliente .sub-container .box .views .count span {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	display: block;
	line-height: 1;
	text-align: center;
}

.detalle-cliente .sub-container .box .views .count .number {
	font-size: 32px;
	color: #000;
	text-align: center;
}

.detalle-cliente .sub-container .contenido {
	padding-top: 30px;
	padding-bottom: 20px;
}

.detalle-cliente .sub-container .contenido .row {
	flex-wrap: nowrap;
}

.detalle-cliente .sub-container .contenido .row .col-md-8 {
	width: 100%;
}

.detalle-cliente .sub-container .contenido .row .col-md-4 {
	width: 100%;
	max-width: 357px;
	padding-left: 25px;
}

.detalle-cliente .sub-container .contenido .description {
	font-size: 14px;
	color: #000;
}

.detalle-cliente .sub-container .contenido .description p:first-of-type {
	margin-top: 0;
}

.detalle-cliente .sub-container .contenido .galleria {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.detalle-cliente .sub-container .contenido .mapa iframe {
	width: 100% !important;
}

.detalle-cliente .sub-container .contenido .etiquetas {
	display: flex;
	gap: 6px;
	margin-top: 20px;
	justify-content: center;
}

.detalle-cliente .sub-container .contenido .etiquetas .item_tag {
	background-color: #e5e5e5;
	display: block;
	font-size: 12px;
	color: #000;
	padding: 5px 10px;
	border-radius: 6px;
}

.detalle-cliente .sub-container .contenido .sidebar {
	position: sticky;
	display: grid;
	gap: 20px;
	top: 0;
}

.detalle-cliente .sub-container .contenido .sidebar .module h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea {
	background-color: transparent !important;
	color: #000;
	border: 0;
	outline: none;
	box-shadow: 0 0 0 0;
	border-bottom: 2px solid #b0b0b0;
	transition: border-color .4s ease;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input::-webkit-input-placeholder,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea::-webkit-input-placeholder {
	color: #444444;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input::-moz-placeholder,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea::-moz-placeholder {
	color: #444444;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input:-ms-input-placeholder,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea:-ms-input-placeholder {
	color: #444444;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input::-ms-input-placeholder,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea::-ms-input-placeholder {
	color: #444444;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input:hover,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm input:focus,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea:hover,
.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea:focus {
	border-color: #FBB03B;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm textarea {
	resize: none;
	height: auto;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm button {
	background-color: #FBB03B;
	min-height: 40px;
	color: #000;
	display: flex;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 0 0;
	border-radius: 10px;
	align-items: center;
	text-transform: capitalize;
	justify-content: center;
	transition: background .4s ease, color .4s ease;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm {
	background-color: #f5f5f5;
	display: grid;
	gap: 10px;
	padding: 14px;
	border-radius: 10px;
}

.detalle-cliente .sub-container .contenido .sidebar .module #registroForm button:hover {
	background-color: #000;
	color: #fff;
}

header.header {
	display: grid;
}

header.header .topbar .container,
header.header .navbar .container {
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header.header .topbar {
	background-color: #E8B921;
	padding: 10px 0;
}

header.header .topbar ul {
	margin: 0;
	gap: 6px;
	display: flex;
	flex-wrap: wrap;
}

header.header .topbar ul li a {
	display: flex;
	gap: 5px;
	color: #000;
	font-weight: 400;
	align-items: center;
}

header.header .topbar ul li a .icono svg {
	display: block;
}

header.header .topbar .socials ul li a .icono {
	background-color: #000;
	display: flex;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 35px;
	align-items: center;
	justify-content: center;
	transition: color .2s ease, background .4s ease;
}

header.header .topbar .socials ul li a:hover .icono {
	background-color: #ebebeb;
	color: #000;
}

header.header .topbar .socials ul li a .icono svg {
	max-width: 24px;
	height: auto;
}

header.header .navbar {
	background-color: #EBEBEB;
	padding: 20px 0;
}

header.header .navbar .logo a {
	display: block;
}

header.header .navbar .logo a img {
	display: block;
	width: 100%;
	max-width: 200px;
}

header.header .navbar .buscador {
	display: flex;
	align-items: center;
}

header.header .navbar .buscador select {
	background-color: #E8B921;
	position: relative;
	padding: 8.5px 12px;
	height: auto;
	color: #fff;
	z-index: 1;
	outline: none;
	font-size: 14px;
	max-width: 120px;
	border-radius: 10px;
	box-shadow: 0 0 0 0 !important;
	border: 1px solid #e8b921 !important;
	text-transform: capitalize;
}

header.header .navbar .buscador input {
	background-color: #fff;
	color: #939393;
	font-size: 14px;
	height: auto;
	margin: 0 -15px;
	line-height: 1;
	min-width: 400px;
	padding: 9.5px 20px;
	box-shadow: 0 0 0 0 !important;
	border: 1px solid #939393 !important;
}

header.header .navbar .buscador button {
	background-color: #939393;
	position: relative;
	padding: 2px 20px;
	height: auto;
	color: #fff;
	z-index: 1;
	font-size: 14px;
	border-radius: 10px;
	box-shadow: 0 0 0 0;
	text-transform: capitalize;
	transition: background .4s ease;
}

header.header .navbar .buscador button:hover {
	background-color: #000;
}

header.header .navbar .actions {}

header.header .navbar .actions a.btn {
	background-color: #E8B921;
	padding: 2px 20px;
	display: flex;
	color: #000;
	height: auto;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 10px;
	box-shadow: 0 0 0 0;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	transition: background .4s ease, color .2s ease;
}

header.header .navbar .actions a.btn:hover {
	background-color: #000;
	color: #fff;
}

header.header .navbar .actions a.btn .icono {
	display: flex;
}

header.header .navbar .actions a.btn .icono svg {
	display: block;
	height: auto;
	max-width: 24px;
}

.etiquetasKeyWords {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: center;
}

.etiquetasKeyWords .item_tagKey {
	background-color: #ddd;
	display: flex;
	padding: 6px 10px;
	width: auto;
	line-height: 1.2;
	font-size: 12px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: capitalize;
}

@media (max-width: 1480px) {


	header.header .navbar .actions a.btn {
		font-size: 14px;
	}
}

@media (max-width: 1366px) {
	.detalle-cliente .container {
		width: 100%;
		max-width: 1100px;
	}
}

@media (max-width: 1024px) {
	.detalle-cliente .sub-container {
		padding: 0 20px;
	}

	.detalle-cliente .sub-container .box .row {
		display: grid;
		justify-content: center;
	}

	.detalle-cliente .sub-container .box h1 {
		font-size: 20px;
	}

	.detalle-cliente .sub-container .box .actions a {
		font-size: 16px;
		min-height: auto;
	}

	.detalle-cliente .sub-container .box .links.cLinks ul li a,
	.detalle-cliente .sub-container .box .views h4,
	.detalle-cliente .sub-container .box .views .count span {
		font-size: 16px;
	}

	.detalle-cliente .sub-container .box .views .count .number {
		font-size: 28px;
	}

	.detalle-cliente .sub-container .contenido .galleria {
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}

	.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::before,
	.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::after {
		width: 100%;
		height: 2px;
		top: initial;
	}

	.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::before {
		top: 0;
		left: 0;
	}

	.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2)::after {
		bottom: 0;
		right: 0;
	}

	header.header .navbar .container .actions {
		order: 2;
	}

	header.header .navbar .container .buscador {
		order: 3;
		width: 100%;
		margin-top: 40px;
		justify-content: space-around;
	}

	header.header .navbar .container .buscador .m4 {
		width: 100%;
	}

	header.header .navbar .buscador select {
		min-width: 120px;
	}

	.detalle-cliente .sub-container .box .row .col-md-4:nth-child(2) {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.detalle-cliente .sub-container .box .actions a {
		font-size: 14px;
		padding: 10px;
		max-width: 180px;
		margin: auto;
		width: 100%;
	}

	.detalle-cliente .sub-container .box h1 {
		font-size: 18px;
	}

	.detalle-cliente .sub-container .box .links.cLinks ul li a,
	.detalle-cliente .sub-container .box .views h4,
	.detalle-cliente .sub-container .box .views .count span {
		font-size: 14px;
	}

	.detalle-cliente .sub-container .contenido .row {
		gap: 20px;
		flex-direction: column;
	}

	.detalle-cliente .sub-container .contenido .row .col-md-4,
	.detalle-cliente .sub-container .contenido .row .col-md-8 {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	header.header .navbar .logo a img {
		max-width: 160px;
	}

	header.header .navbar .actions a.btn .icono svg {
		max-width: 20px;
	}

	header.header .topbar .container {
		gap: 15px;
		flex-direction: column;
	}

	header.header .topbar ul {
		justify-content: center;
	}

	header.header .topbar ul li a .icono svg {
		max-width: 20px;
	}
}

@media (max-width: 668px) {
	header.header .navbar .buscador input {
		min-width: inherit;
	}
}

@media (max-width: 480px) {
	.detalle-cliente .sub-container .box .actions a .contador_click {
		right: 70%;
		top: -70%;
	}

	header.header .navbar .container .buscador {
		margin-top: 25px;
		gap: 10px;
		flex-direction: column;
	}

	header.header .navbar .buscador select,
	header.header .navbar .buscador button {
		width: 100%;
		min-width: initial;
		max-width: 100%;
	}

	header.header .navbar .container .buscador .m4 {
		display: flex;
	}

	header.header .navbar .buscador input {
		margin: 0;
		border-radius: 10px;
		padding: 10px;
		width: 100%;
	}

	header.header .navbar .container .buscador>div {
		width: 100%;
	}

	header.header .navbar .actions a.btn {
		padding: 2px 12px;
	}
}

@media (max-width: 340px) {
	header.header .navbar .container {
		display: flex;
		flex-direction: column;
	}

	header.header .navbar .logo {
		margin-bottom: 25px;
	}
}

/** =====================
 * Responsive
 ========================*/

@media(max-width: 1200px) {
	.cliente-img-contenedor {
		height: 255px;
	}
}

@media(max-width: 1100px) {
	.cliente-img-contenedor {
		height: 215px;
	}
}

@media(max-width: 1000px) {
	.content_image_service {
		height: 800px;
	}

	.cliente-img-contenedor {
		height: 205px;
	}
}

@media(max-width:900px) {
	.divland .otrsecc ul {
		column-count: 1;
	}

	.btn-large-site .btn-whatsapp {
		width: 100%;
		font-size: 20px;
	}

	.cliente-img-contenedor {
		height: 230px;
	}
}

@media(max-width:800px) {
	.cliente-img-contenedor {
		height: 200px;
	}
}

@media(max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}

	.cliente-img-contenedor {
		height: 190px;
	}
}

@media(max-width:730px) {
	.iconosItems .row .col.m3 {
		width: 100%;
		text-align: center;
	}

	.divland .txt {
		font-size: 16px;
	}

	.cliente-img-contenedor {
		height: 185px;
	}
}

@media(max-width: 650px) {
	.content_image_service {
		height: 970px;
	}

	.cliente-img-contenedor {
		height: 160px;
	}
}

@media(max-width:600px) {
	.txtCliente {
		font-size: 20px;
		line-height: 24px;
	}

	.divbuscador {
		padding-top: 200px;
	}

	.divbuscador form input {
		width: 97% !important;
	}

	.divbuscador form input,
	.divbuscador form select {
		margin-bottom: 10px !important;
	}

	.comments-list .comment-box {
		width: 100%;
		margin-right: 10px;
	}

	.cliente-img-contenedor {
		height: 310px;
	}
}

@media(max-width: 550px) {
	.cliente-img-contenedor {
		height: 280px;
	}
}

@media(max-width: 500px) {
	.cliente-img-contenedor {
		height: 240px;
	}
}

@media(max-width: 400px) {
	.cliente-img-contenedor {
		height: 200px;
	}
}