@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.owl-stage {
	padding: 0px !important;
}

#nespecialidades-carousel {
	width: 92%;
	position: relative;
}

.bnn {
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 40px);
}

#bnn-der {
	right: 0;
	display: none;
}
@media screen and (min-width: 992px) {
	#bnn-der {
		display: block;
	}

	section#section-promo > div:last-child > a {
		width: 50%;
	}
}

#bnn-izq {
	left: 0;
	display: none;
}
@media screen and (min-width: 992px) {
	#bnn-izq {
		display: block;
	}
}

#bnn-der-paq {
	right: -100px;
	display: none;
}
@media screen and (min-width: 992px) {
	#bnn-der-paq {
		display: block;
	}
}

#bnn-izq-paq {
	left: -100px;
	display: none;
}
@media screen and (min-width: 992px) {
	#bnn-izq-paq {
		display: block;
	}
}

#adviser-state {
	width: 100%;
	margin-top: 10px;
	padding: 5px 0px;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
}
#adviser-state.desconectado {
	background-color: #3d3d3d;
}
#adviser-state.conectado {
	background-color: green;
}
#adviser-state.ocupado {
	background-color: red;
}

.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: 110;
}
.popup.showing {
	display: flex;
}
.popup .popup-container {
	width: 90%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.popup .popup-container .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 40px;
}
@media screen and (min-width: 992px) {
	.popup .popup-container {
		width: 28%;
	}
}
.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;
}
@media screen and (min-width: 992px) {
	.popup .popup-container .btn-close-popup {
		top: -40px !important;
		right: -60px !important;
	}
}
.popup .popup-container .popup-content {
	width: 90%;
}
.popup .popup-container .popup-content a {
	width: 100%;
}
.popup .popup-container .popup-content a img {
	width: 100%;
	height: auto;
}

section .st-container {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section .st-container h2 {
	color: #00e5e5;
	text-align: center;
}

section .sc-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

section#section-banner-desktop {
	display: none;
}
@media screen and (min-width: 992px) {
	section#section-banner-desktop {
		display: flex;
		margin-top: 70px;
	}
}

section#section-banner-movil {
	display: flex;
	margin-top: 95px;
}
@media screen and (min-width: 992px) {
	section#section-banner-movil {
		display: none;
	}
}

section.s-banner {
	width: 100%;
	display: flex;
	flex-direction: row;
}
section.s-banner .owl-stage {
	padding: 0px;
}
section.s-banner .b-item {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.una-imagen > img {
	width: 100%;
	height: 361px;
}
section.s-banner .b-item .bi-3col-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 992px) {
	section.s-banner .b-item .bi-3col-container {
		flex-direction: row;
	}
}
section.s-banner .b-item .bi-3col-container .bi-3col-col {
	width: 100%;
	padding: 20px 0px;
	background-color: #252947;
	display: flex;
}
@media screen and (min-width: 992px) {
	section.s-banner .b-item .bi-3col-container .bi-3col-col {
		width: calc(100% / 3);
	}
}
section.s-banner .b-item .bi-3col-container .content-text-banner {
	flex-direction: column;
	justify-content: center;
	align-items: revert;
}
@media screen and (min-width: 992px) {
	section.s-banner .b-item .bi-3col-container .content-text-banner {
		align-items: center;
	}
}
section.s-banner .b-item .bi-3col-container .content-text-banner h2 {
	width: 100%;
	color: #00e5e5;
	text-align: center;
}
section.s-banner .b-item .bi-3col-container .content-text-banner p {
	width: auto;
	color: #f5f5f5;
}
section.s-banner
	.b-item
	.bi-3col-container
	.content-text-banner
	.image-logo-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.s-banner
	.b-item
	.bi-3col-container
	.content-text-banner
	.image-logo-banner
	> h2 {
	width: 100%;
	text-align: start;
}
section.s-banner
	.b-item
	.bi-3col-container
	.content-text-banner
	.image-logo-banner
	> img {
	width: 40%;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
	section.s-banner
		.b-item
		.bi-3col-container
		.content-text-banner
		.image-logo-banner
		> img {
		width: 55%;
	}
}
section.s-banner
	.b-item
	.bi-3col-container
	.content-text-banner
	.image-logo-banner
	> p {
	width: 100%;
	text-align: center;
	color: #ffffff;
	width: 400px;
	font-size: 30px;
}
section.s-banner
	.b-item
	.bi-3col-container
	.content-text-banner
	.image-logo-banner
	> p
	> b {
	color: #00e5e5;
	font-size: 30px;
}
section.s-banner .b-item .bi-3col-container .content-image-principal-banner {
	display: none;
}
@media screen and (min-width: 992px) {
	section.s-banner .b-item .bi-3col-container .content-image-principal-banner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
section.s-banner
	.b-item
	.bi-3col-container
	.content-image-principal-banner
	img {
	width: 55%;
}
section.s-banner .b-item .bi-3col-container .content-btn-ver-mas-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.s-banner .b-item .bi-3col-container .content-btn-ver-mas-banner img {
	width: 60%;
	height: auto;
}
@media screen and (min-width: 992px) {
	section.s-banner .b-item .bi-3col-container .content-btn-ver-mas-banner img {
		width: 100%;
	}
}
section.s-banner .b-item .bi-3col-container .content-btn-ver-mas-banner a {
	padding: 8px 26px;
	color: #ffffff;
	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;
}

section#s-na {
	width: 100%;
	flex-direction: column;
}

section#s-ne {
	width: 100%;
	padding: 20px 0px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#s-ne .ne-card {
	width: 250px;
	padding: 10px;
	background-image: unset;
	border-radius: 8px;
	transition: ease all 0.2s;
	background-image: linear-gradient(
		to right bottom,
		#00e5b5,
		#00e5c0,
		#00e5ca,
		#00e5d3,
		#00e5db,
		#00d4db,
		#00c3d7,
		#00b2cf,
		#178db3,
		#286992,
		#2b486d,
		#252947
	);
	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);
}
section#s-ne .ne-card .nec-bt a {
	background-color: #00e5e5;
}
section#s-ne .ne-card .nec-bt a span:first-child {
	background-color: #252947;
}
section#s-ne .ne-card .nec-bt a span:last-child {
	color: #252947;
}
section#s-ne .ne-card .ne-c-body {
	width: 100%;
	padding: 20px;
	background-color: #252947;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	transition: ease all 0.2s;
}
section#s-ne .ne-card .nec-icon {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-ne .ne-card .nec-icon svg path {
	fill: #00e5e5;
}
section#s-ne .ne-card .nec-text {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
section#s-ne .ne-card .nec-text h5 {
	margin-bottom: 10px;
	text-align: center;
	color: #00e5e5;
}
section#s-ne .ne-card .nec-text p {
	height: 105px;
	max-height: 105px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
section#s-ne .ne-card .nec-bt {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-ne .ne-card .nec-bt a {
	padding: 3px 5px 3px 3px;
	background-color: #00e5e5;
	border-radius: 20px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}
section#s-ne .ne-card .nec-bt a span:first-child {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding: 2px;
	background-color: #252947;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-ne .ne-card .nec-bt a span:last-child {
	color: #252947;
	font-size: 14px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}

section#s-enuniverso {
	padding: 0px 10px;
	flex-direction: column;
	align-items: center;
	background-color: #0b0d18;
}
@media screen and (min-width: 992px) {
	section#s-enuniverso {
		flex-direction: column;
	}
}
section#s-enuniverso .st-container {
	width: 100%;
	margin: 0;
	padding: 20px 0px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-enuniverso .st-container {
		width: 35%;
	}
}
section#s-enuniverso .st-container h2 {
	color: #00e5e5;
	text-align: left;
	font-size: 34px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section#s-enuniverso .st-container p {
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section#s-enuniverso .sc-container {
	width: 100%;
}
@media screen and (min-width: 992px) {
	section#s-enuniverso .sc-container {
		width: 65%;
	}
}
section#s-enuniverso .sc-container .enu-card {
	width: 200px;
	height: 200px;
	background-image: unset;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: ease all 0.3s;
	border: 5px solid #0b0d18;
	position: relative;
}
section#s-enuniverso .sc-container .enu-card:hover {
	border: 5px solid #03fff8;
}
section#s-enuniverso .sc-container .enu-card:hover .enu-c-back {
	background-color: #ffffff;
}
section#s-enuniverso .sc-container .enu-card:hover .enu-c-back h5 {
	color: #252947;
}
section#s-enuniverso .sc-container .enu-card .enu-c-back {
	width: 100%;
	height: 150px;
	margin-bottom: -10px;
	padding: 10px;
	background-color: #045a76;
	border-radius: 8px 8px 0px 0px;
	transition: ease all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* section#s-enuniverso .sc-container .enu-card .enu-c-back {
	width: 100%;
	height: 150px;
	margin-bottom: -10px;
	padding: 10px 10px 20px;
	background-color: #045a76;
	border-radius: 8px 8px 0px 0px;
	transition: ease all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} */
section#s-enuniverso .sc-container .enu-card .enu-c-back h5 {
	color: #ffffff;
	text-align: center;
	line-height: 16px;
	font-size: 17px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
	transition: ease all 0.3s;
}
/* section#s-enuniverso .sc-container .enu-card .enu-c-back h5 {
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
	transition: ease all 0.3s;
} */
section#s-enuniverso .sc-container .enu-card .enu-c-back svg {
	width: 30%;
}
section#s-enuniverso .sc-container .enu-card .enu-c-back svg path {
	fill: #ffffff;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front {
	width: 100%;
	height: 50px;
	padding: 5px;
	background-color: #08f93b;
	border-radius: 10px 10px 8px 8px;
	overflow: hidden;
	transition: ease all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front .nec-icon {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front .nec-text {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front .nec-text h5 {
	margin-bottom: 10px;
	text-align: center;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front .nec-text p {
	color: #5a5a5a;
	text-align: center;
	font-size: 12px;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front .nec-bt {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-enuniverso .sc-container .enu-card .enu-c-front .nec-bt a {
	padding: 3px 5px 3px 3px;
	border-radius: 20px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}
section#s-enuniverso
	.sc-container
	.enu-card
	.enu-c-front
	.nec-bt
	a
	span:first-child {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding: 2px;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section#s-enuniverso
	.sc-container
	.enu-card
	.enu-c-front
	.nec-bt
	a
	span:last-child {
	color: #252947;
	font-size: 14px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}

section#s-pf {
	padding: 30px 10px;
	background-image: url("../img/index/preguntas-frecuentes-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	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;
	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);
	border-radius: 8px;
}
@media screen and (min-width: 992px) {
	section#s-pf .pf-container {
		width: 80%;
		flex-direction: row;
	}
}
section#s-pf .pf-container .pf-l {
	width: 100%;
	padding: 40px 0px;
	background-color: #252947;
	border-radius: 8px 8px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-pf .pf-container .pf-l {
		width: 30%;
		border-radius: 8px 0px 0px 8px;
	}
}
section#s-pf .pf-container .pf-l img {
	width: 100px;
	height: auto;
	margin-bottom: 20px;
}
section#s-pf .pf-container .pf-l h2 {
	width: 100%;
	color: #f5f5f5;
	text-align: center;
	display: flex;
	flex-direction: column;
	letter-spacing: 1px;
}
section#s-pf .pf-container .pf-l h2 span {
	font-size: 18px;
}
section#s-pf .pf-container .pf-r {
	width: 100%;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 0px 0px 8px 8px;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 992px) {
	section#s-pf .pf-container .pf-r {
		width: 70%;
		padding: 20px;
		border-radius: 0px 8px 8px 0px;
	}
}
section#s-pf .pf-container .pf-r .pf-i-container {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item {
	background-color: #ffffff;
	transition: ease all 0.5s;
}
section#s-pf .pf-container .pf-r .pf-i-container .pf-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
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);
}
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: #ffffff;
	font-size: 18px;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: backgroud-color 0.2s linear;
}
section#s-pf
	.pf-container
	.pf-r
	.pf-i-container
	.pf-item
	.pregunta
	span:first-child {
	color: #4d4d4d;
}
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: 14px;
	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;
}

section#s-dapp {
	height: 70vh;
	padding: 20px 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	background-image: linear-gradient(
		to right bottom,
		#00e5e5,
		#00b2cf,
		#0081aa,
		#27527a,
		#252947
	);
}
@media screen and (min-width: 992px) {
	section#s-dapp {
		padding: 40px 30px;
		background-image: url("../img/index/download-app-bg.webp");
		background-repeat: no-repeat;
		background-size: cover;
	}
}
section#s-dapp .sdapp-t-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 992px) {
	section#s-dapp .sdapp-t-container {
		width: 40%;
	}
}
section#s-dapp .sdapp-t-container h2 {
	width: 100%;
	color: #f5f5f5;
	text-align: center;
	letter-spacing: 0.5px;
	font-size: 28px;
}
section#s-dapp .sdapp-t-container h6 {
	width: 100%;
	margin-bottom: 30px;
	color: #00e5b5;
	text-align: center;
	font-size: 20px;
}
section#s-dapp .sdapp-t-container .dapp-btns-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-dapp .sdapp-t-container .dapp-btns-container {
		flex-direction: row;
	}
}
section#s-dapp .sdapp-t-container .dapp-btns-container a {
	width: auto;
}
section#s-dapp .sdapp-t-container .dapp-btns-container a img {
	width: 200px;
	height: auto;
}

section#s-publicity {
	display: flex;
	flex-direction: row;
}
section#s-publicity img {
	width: 100%;
	height: auto;
}

section#section-adviser-comments {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #e9eaec;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section h3 {
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #00e5e5;
	margin-bottom: 20px;
}

section #comments-container {
	width: 95%;
	padding: 0px 20px;
	display: flex;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 150px;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section #comments-container {
		padding: 20px 0px;
		align-items: center;
		grid-template-columns: 1fr 1fr;
	}
}
section #comments-container .comment-item {
	width: 100%;
	border-radius: 25px;
	background-color: #252947;
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.13),
		0 0.3px 0.9px 0 rgba(0, 0, 0, 0.11);
	display: flex;
	flex-direction: column;
	border: 3px solid #00e5e5;
	position: relative;
	margin-bottom: 20px;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section #comments-container .comment-item {
		width: 85%;
		margin-left: 0px;
		padding-left: 95px;
		margin-bottom: 80px;
	}
	section #comments-container .comment-item:nth-child(odd) {
		margin-right: 65px;
	}

	section #comments-container .comment-item {
		margin-left: 40px;
		width: calc(100% - 40px);
		border: 1px solid #e9eaec;
		border-radius: 25px;
		background-color: #252947;
		box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.13),
			0 0.3px 0.9px 0 rgba(0, 0, 0, 0.11);
		display: flex;
		flex-direction: column;
		border: 3px solid #00e5e5;
		padding-left: 90px;
		position: relative;
		margin-bottom: 20px;
	}
}
section #comments-container .comment-item .comment-i-header {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-qualification-container {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #00e5e5;
	border-radius: 0px 20px 0px 25px;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-qualification-container
	span:not(:last-child) {
	margin-right: 5px;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-qualification-container
	span
	svg
	path {
		fill: #fff;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-qualification-container
	span.checked
	svg {
	border: 1px solid #0081aa;
	border-radius: 50%;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-qualification-container
	span.checked
	svg
	path {
	fill: #045a76;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-date-container {
	height: 100%;
	display: flex;
	align-items: center;
}
section
	#comments-container
	.comment-item
	.comment-i-header
	.comment-date-container
	.comment-date {
	color: #ffffff;
	font-size: 14px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
	letter-spacing: 0.4px;
}
section #comments-container .comment-item .comment-i-body {
	width: 100%;
}
section #comments-container .comment-item .comment-i-body p {
	width: 100%;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 10px;
	overflow: hidden;
	font-family: "Quicksand Regular", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}
@media screen and (min-width: 992px) {
	section #comments-container .comment-item .comment-i-body p {
		font-size: 12px;
	}
}
section #comments-container .comment-item .comment-text {
	height: 80px;
	padding: 10px 10px 0px !important;
}
@media screen and (min-width: 992px) {
	section #comments-container .comment-item .comment-text {
		font-size: 14px;
		height: 75px;
	}

	section#section-promo > div:last-child > a > img {
		padding: 20px;
	}
}
section #comments-container .comment-item .content-image-comment {
	width: 150px;
	height: 150px;
	padding: 10px;
	background-color: #252947;
	border: 3px solid #00e5e5;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: unset;
	left: -50px;
	top: calc(50% - 75px);
}
section #comments-container .comment-item .content-image-comment img {
	width: 100%;
}

section .paginator-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#section-promo {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background-color: #252947;
}

section#section-promo > div:first-child > h2 {
	color: #ffffff;
	font-size: 28px;
}

section#section-promo > div:last-child {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section#section-promo > div:last-child > a {
	width: 100%;
}

section#section-promo > div:last-child > a > img {
	width: 100%;
	padding: 10px;
	border-radius: 20px;
}

#section-texto {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 30px;
}

#section-texto h2 {
	color: #252947;
	font-size: 18px;
	text-align: center;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

@media screen and (min-width: 992px) {
	section#section-promo > div:last-child {
		flex-direction: row;
	}

	section #comments-container .comment-item .content-image-comment {
		position: absolute;
	}
	section #comments-container {
		width: 70%;
	}

	#section-texto h2 {
		font-size: 28px;
	}
}

.si-promo {
	background-color: #fff !important;
}

.si-promo h5 {
	color: #000 !important;
}

.si-promo:hover {
	background-color: #045a76 !important;
}

.si-promo:hover h5 {
	color: #fff !important;
}
