/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.content-fluid {
	position: relative;
	font-family: "Poppins", sans-serif;
	color: #4A4B53;
}
.content-fluid::before {
	content:'';
	display: block;
	height: 300px;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: #0058FF;
}
.interior-blog {
	z-index: 1;
	position: relative;
	width: 1010px;
	box-sizing: border-box;
	max-width: 100%;
}
.top-blog {
	padding-top: 60px;
	padding-left: 80px;
	padding-right: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
}
.top-blog h1 {
	color: #FFF;
	font-size: 44px;
	line-height: 120%;
	font-weight: 700;
}
.top-blog h1::after {
	content:'';
	display: block;
	background: #FFF;
	height: 10px;
	width: 173px;
	margin-top: 5px;
}
.top-blog form {
	height: 37px;
	border-top-left-radius: 7.78px;
	border-top-right-radius: 7.78px;
	border-bottom-right-radius: 21.13px;
	border-bottom-left-radius: 7.78px;
	background: #FFF;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	justify-content: space-between;
	padding: 0 20px 0 20px;
	align-items: center;
}
.top-blog form input {
	border:0 none;
	color: #4A4F59;
	font-weight: 400;
	font-size: 20px;
	padding: 0px;
	width: 161px;
	background-color: transparent;
}
.top-blog form .search-submit {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1533_224)'%3E%3Cpath d='M26.5525 23.2768L21.3104 18.0347C21.0738 17.7981 20.753 17.6666 20.4165 17.6666H19.5595C21.0107 15.8106 21.873 13.4761 21.873 10.9365C21.873 4.89513 16.9778 0 10.9365 0C4.89513 0 0 4.89513 0 10.9365C0 16.9778 4.89513 21.873 10.9365 21.873C13.4761 21.873 15.8106 21.0107 17.6666 19.5595V20.4165C17.6666 20.753 17.7981 21.0738 18.0347 21.3104L23.2768 26.5525C23.7711 27.0468 24.5703 27.0468 25.0593 26.5525L26.5473 25.0645C27.0415 24.5703 27.0415 23.7711 26.5525 23.2768ZM10.9365 17.6666C7.21913 17.6666 4.20634 14.6591 4.20634 10.9365C4.20634 7.21913 7.21387 4.20634 10.9365 4.20634C14.6538 4.20634 17.6666 7.21387 17.6666 10.9365C17.6666 14.6538 14.6591 17.6666 10.9365 17.6666Z' fill='%230055FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1533_224'%3E%3Crect width='26.9206' height='26.9206' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 22px;
	height: 22px;
	font-size: 0;
	display: block;
	padding: 0;
	background-size: contain;
    border: 0 none;
}
.body-blog {
	width: 100%;
	border-radius: 0 100px 0 0;
	overflow: hidden;
	background: #FFF;
	padding-bottom: 120px;
}
.nota-top .post-item {
	position: relative;
	margin-bottom: 60px;
}
.nota-top .post-item img {
	width: 100%;
}
.nota-top .post-item h3 {
	position: absolute;
	font-weight: 700;
	font-size: 34px;
	line-height: 120%;
	text-transform: uppercase;
	padding-left: 67px;
	bottom: 50px;
	width: 80%;
}
.nota-top .post-item h3 a {
	color: #FFF;
}
.notas-recientes {
	padding-left: 67px;
	padding-right: 73px;
}
.notas-recientes h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #05F;
	margin-bottom: 70px;
}
.notas-recientes h2::after {
	background: #05f;
	width: 120px;
	height: 8px;
	content: '';
	margin-top: 20px;
	display: block;
}
.card-post {
	align-items: self-start;
	border-bottom: 2px solid #0055FF4D;
	display: flex;
	flex-direction: row;
	gap:55px;
	margin-bottom: 37px;
	padding-bottom: 37px;
}
.card-post .card-body {
    display: flex;
    flex-direction: column;
	width: calc(50% - 55px);
}
.card-post > a {
	width: 50%;
	border-top-left-radius: 26.24px;
	border-top-right-radius: 26.24px;
	border-bottom-right-radius: 88.33px;
	border-bottom-left-radius: 26.24px;
	overflow: hidden;
}
.card-post > a img {
	width: 100%;
}
.card-post .card-body h3 {
	font-weight: 800;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 15px;
}
.card-post .card-body h3 a {
	color: #4A4B53;
}
.card-post .card-body h3 a::after {
	content:'.';
	display: inline-block;
	color: #05F;
	font-weight: 800;
	font-size: 24px;
	line-height: 120%;
}
.card-post .card-body h3::after {
	content:'';
	display: block;
	width: 56px;
	height: 8px;
	background: #05F;
	margin-top: 15px;
}
.card-post .card-body p {
	font-weight: 300;
	font-size: 15px;
	line-height: 120%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-post .card-body a.reed-more {
	border-top-left-radius: 3.74px;
	border-top-right-radius: 14.98px;
	border-bottom-right-radius: 3.74px;
	border-bottom-left-radius: 3.74px;
    background: #05F;
    color: #FFF;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0%;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 6px 12px;
    margin-left: auto;
	line-height: 100%
}
.card-post .card-body a.reed-more::after {
	width: 9px;
	height: 16px;
	content:'';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.87711 0.487225L11.2613 8.77078C11.4184 8.92479 11.5432 9.10803 11.6283 9.30991C11.7134 9.5118 11.7573 9.72834 11.7573 9.94705C11.7573 10.1658 11.7134 10.3823 11.6283 10.5842C11.5432 10.7861 11.4184 10.9693 11.2613 11.1233L2.87711 19.4069C2.72122 19.5621 2.53576 19.6854 2.33142 19.7695C2.12709 19.8536 1.90792 19.8969 1.68656 19.8969C1.46519 19.8969 1.24602 19.8536 1.04168 19.7695C0.837347 19.6854 0.651887 19.5621 0.496004 19.4069C0.338837 19.2528 0.214091 19.0696 0.12896 18.8677C0.0438298 18.6658 0 18.4493 0 18.2306C0 18.0119 0.0438298 17.7954 0.12896 17.5935C0.214091 17.3916 0.338837 17.2083 0.496004 17.0543L7.70638 9.94705L0.496004 2.83975C0.18025 2.52779 0.00286288 2.10467 0.00286288 1.66349C0.00286288 1.44504 0.046411 1.22872 0.131024 1.0269C0.215638 0.825076 0.339659 0.641694 0.496004 0.487225C0.811758 0.17526 1.24001 0 1.68656 0C1.90766 0 2.1266 0.0430279 2.33088 0.126626C2.53515 0.210224 2.72076 0.332756 2.87711 0.487225Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: contain;
}
.carrusel-notas {
	padding-left: 67px;
	padding-right: 73px;
}
.carrusel-notas.slick-no-arrows {
	padding-top: 0;
}
.carrusel-notas.slick-no-arrows .slick-track {
	min-width:100%;
	justify-content: flex-start;
}
.carrusel-notas.slick-no-arrows .slick-track::before,
.carrusel-notas.slick-no-arrows .slick-track::after {
	display: none !important;
}
.card-carrusel .card-body {
    display: flex;
    flex-direction: column;
}
.card-carrusel > a {
	width: 100%;
	border-top-left-radius: 17.34px;
	border-top-right-radius: 17.34px;
	border-bottom-right-radius: 78.04px;
	border-bottom-left-radius: 17.34px;
	overflow: hidden;
	display: block;
	margin-bottom: 18px;

}
.card-carrusel > a img {
	width: 100%;
}
.card-carrusel .card-body h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 20px;
	font-family: Poppins;
}
.card-carrusel .card-body h3 a {
	color: #4A4B53;
}
.card-carrusel .card-body h3 a::after {
	content:'.';
	display: inline-block;
	color: #05F;
	font-weight: 800;
	font-size: 26px;
	line-height: 70%;
}
.card-carrusel .card-body p {
	font-weight: 300;
	font-size: 11.5px;
	line-height: 120%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 25px;
}
.card-carrusel .card-body a.reed-more {
	border-top-left-radius: 3.59px;
	border-top-right-radius: 14.36px;
	border-bottom-right-radius: 3.59px;
	border-bottom-left-radius: 3.59px;
    background: #05F;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
	line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 7px 12px;
    margin-left: auto;
}
.card-carrusel .card-body a.reed-more::after {
	width: 10px;
	height: 16px;
	content:'';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.28476 0.386914L8.94277 6.96503C9.06758 7.08734 9.16664 7.23284 9.23425 7.39317C9.30185 7.55349 9.33665 7.72545 9.33665 7.89912C9.33665 8.0728 9.30185 8.24476 9.23425 8.40508C9.16664 8.5654 9.06758 8.71091 8.94277 8.83322L2.28476 15.4113C2.16097 15.5346 2.01369 15.6325 1.85143 15.6993C1.68916 15.7661 1.51511 15.8005 1.33932 15.8005C1.16354 15.8005 0.989488 15.7661 0.82722 15.6993C0.664952 15.6325 0.517675 15.5346 0.393886 15.4113C0.269077 15.289 0.170013 15.1435 0.10241 14.9832C0.034806 14.8229 0 14.6509 0 14.4772C0 14.3036 0.034806 14.1316 0.10241 13.9713C0.170013 13.811 0.269077 13.6655 0.393886 13.5431L6.11977 7.89912L0.393886 2.2551C0.14314 2.00736 0.00227346 1.67136 0.00227346 1.32101C0.00227346 1.14753 0.0368558 0.975751 0.104049 0.815479C0.171242 0.655208 0.269729 0.509581 0.393886 0.386914C0.644631 0.139177 0.984716 0 1.33932 0C1.51491 0 1.68877 0.0341692 1.85099 0.100556C2.01321 0.166943 2.1606 0.264247 2.28476 0.386914Z' fill='white'/%3E%3C/svg%3E%0A");
}
.carrusel-notas {
	padding-left: 67px;
    padding-right: 73px;
	position: relative;
	padding-top: 88px;
}
.carrusel-notas .slick-track {
    display: flex !important;
	gap:30px;
}
.carrusel-notas .slick-track::before,
.carrusel-notas .slick-track::after {
	display: none;
}
.carrusel-notas .slick-slide {
    height: inherit !important;
}
.carrusel-notas .slick-slide > div {
	height: 100%;
}
.carrusel-notas .slick-arrow {
	width: 46px;
	height: 46px;
	top: 24px;
	bottom:auto;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	background-size: contain;
}
.carrusel-notas .slick-arrow::before {
	display: none;
}
.carrusel-notas .slick-prev,
.carrusel-notas .slick-prev:hover {
	left: calc(50% - 55px);
	background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='27.7492' cy='27.7492' r='27.7492' transform='matrix(-1 0 0 1 55.4984 0)' fill='%230053FF'/%3E%3Cpath d='M32.8769 40.7054C33.1043 40.4785 33.2846 40.209 33.4077 39.9123C33.5308 39.6156 33.5941 39.2976 33.5941 38.9764C33.5941 38.6552 33.5308 38.3372 33.4077 38.0405C33.2846 37.7438 33.1043 37.4743 32.8769 37.2475L23.3616 27.7321L32.8769 18.2167C33.3355 17.7582 33.5931 17.1363 33.5931 16.4878C33.5931 15.8393 33.3355 15.2174 32.8769 14.7588C32.4184 14.3003 31.7964 14.0427 31.148 14.0427C30.4995 14.0427 29.8776 14.3003 29.419 14.7588L18.1624 26.0154C17.9351 26.2423 17.7547 26.5118 17.6317 26.8085C17.5086 27.1051 17.4453 27.4232 17.4453 27.7444C17.4453 28.0656 17.5086 28.3836 17.6317 28.6803C17.7547 28.9769 17.9351 29.2464 18.1624 29.4733L29.419 40.7299C30.3509 41.6618 31.9205 41.6618 32.8769 40.7054Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: contain;
}
.carrusel-notas .slick-prev.slick-disabled {
	background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='27.7492' cy='27.7492' r='27.7492' transform='matrix(-1 0 0 1 55.4984 0)' fill='%238A8A8A'/%3E%3Cpath d='M32.8769 40.7054C33.1043 40.4785 33.2846 40.209 33.4077 39.9123C33.5308 39.6156 33.5941 39.2976 33.5941 38.9764C33.5941 38.6552 33.5308 38.3372 33.4077 38.0405C33.2846 37.7438 33.1043 37.4743 32.8769 37.2475L23.3616 27.7321L32.8769 18.2167C33.3355 17.7582 33.5931 17.1363 33.5931 16.4878C33.5931 15.8393 33.3355 15.2174 32.8769 14.7588C32.4184 14.3003 31.7964 14.0427 31.148 14.0427C30.4995 14.0427 29.8776 14.3003 29.419 14.7588L18.1624 26.0154C17.9351 26.2423 17.7547 26.5118 17.6317 26.8085C17.5086 27.1051 17.4453 27.4232 17.4453 27.7444C17.4453 28.0656 17.5086 28.3836 17.6317 28.6803C17.7547 28.9769 17.9351 29.2464 18.1624 29.4733L29.419 40.7299C30.3509 41.6618 31.9205 41.6618 32.8769 40.7054Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: contain;
}
.carrusel-notas .slick-next,
.carrusel-notas .slick-next:hover {
	right: calc(50% - 55px);
	background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='27.7492' cy='27.7492' r='27.7492' fill='%230053FF'/%3E%3Cpath d='M22.6215 40.7054C22.3941 40.4785 22.2138 40.209 22.0907 39.9123C21.9676 39.6156 21.9043 39.2976 21.9043 38.9764C21.9043 38.6552 21.9676 38.3372 22.0907 38.0405C22.2138 37.7438 22.3941 37.4743 22.6215 37.2475L32.1368 27.7321L22.6215 18.2167C22.1629 17.7582 21.9053 17.1363 21.9053 16.4878C21.9053 15.8393 22.1629 15.2174 22.6215 14.7588C23.08 14.3003 23.702 14.0427 24.3504 14.0427C24.9989 14.0427 25.6208 14.3003 26.0794 14.7588L37.336 26.0154C37.5633 26.2423 37.7437 26.5118 37.8667 26.8085C37.9898 27.1051 38.0531 27.4232 38.0531 27.7444C38.0531 28.0656 37.9898 28.3836 37.8667 28.6803C37.7437 28.9769 37.5633 29.2464 37.336 29.4733L26.0794 40.7299C25.1475 41.6618 23.5779 41.6618 22.6215 40.7054Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: contain;
}
.carrusel-notas .slick-next.slick-disabled {
	background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='27.7492' cy='27.7492' r='27.7492' fill='%238A8A8A'/%3E%3Cpath d='M22.6215 40.7054C22.3941 40.4785 22.2138 40.209 22.0907 39.9123C21.9676 39.6156 21.9043 39.2976 21.9043 38.9764C21.9043 38.6552 21.9676 38.3372 22.0907 38.0405C22.2138 37.7438 22.3941 37.4743 22.6215 37.2475L32.1368 27.7321L22.6215 18.2167C22.1629 17.7582 21.9053 17.1363 21.9053 16.4878C21.9053 15.8393 22.1629 15.2174 22.6215 14.7588C23.08 14.3003 23.702 14.0427 24.3504 14.0427C24.9989 14.0427 25.6208 14.3003 26.0794 14.7588L37.336 26.0154C37.5633 26.2423 37.7437 26.5118 37.8667 26.8085C37.9898 27.1051 38.0531 27.4232 38.0531 27.7444C38.0531 28.0656 37.9898 28.3836 37.8667 28.6803C37.7437 28.9769 37.5633 29.2464 37.336 29.4733L26.0794 40.7299C25.1475 41.6618 23.5779 41.6618 22.6215 40.7054Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: contain;
}
.top-blog form .search-toggle {
	display: none;
}
/*paginador*/
.paginacion {
	display: flex;
	justify-content: center;
	padding-top: 50px;
	width: 100%;
}
.paginacion .wp-pagenavi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap:25px;
}
.paginacion a.page,
.paginacion span.current {
	width: 46px;
	height: 46px;
	border-radius: 50px;
	font-size: 26px;
	line-height: 100%;
	color: #FFF;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.paginacion a.page {
	background: #8A8A8A;
}
.paginacion span.current  {
	background: #0053FF;
}

/*paginas a dicionales blog */
.content-fluid.paginado::before {
	display: none;
}
.content-fluid.paginado .interior-blog {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 120px;
}
.content-fluid.paginado h1 {
	color: #0058FF;
	font-size: 44px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 25px;
}
.content-fluid.paginado h1::after {
    content: '';
    display: block;
    background: #0058FF;
    height: 10px;
    width: 173px;
    margin-top: 5px;
}
.content-fluid.paginado .body-blog {
	background: none;
	border-radius: 0;
	display: flex;
	flex-direction: row;
	padding-bottom: 0;
	gap:30px;
	flex-wrap: wrap;
}
.card-paged {
	width: calc(33% - 17px);
}



.card-paged > a {
	width: 100%;
	border-top-left-radius: 17.34px;
	border-top-right-radius: 17.34px;
	border-bottom-right-radius: 78.04px;
	border-bottom-left-radius: 17.34px;
	overflow: hidden;
	display: block;
	margin-bottom: 18px;

}
.card-paged > a img {
	width: 100%;
}
.card-paged .card-body {
	display: flex;
	flex-direction: column;
}
.card-paged .card-body h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 20px;
	font-family: Poppins;
}
.card-paged .card-body h3 a {
	color: #4A4B53;
}
.card-paged .card-body h3 a::after {
	content:'.';
	display: inline-block;
	color: #05F;
	font-weight: 800;
	font-size: 26px;
	line-height: 70%;
}
.card-paged .card-body p {
	font-weight: 300;
	font-size: 11.5px;
	line-height: 120%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 25px;
}
.card-paged .card-body a.reed-more {
	border-top-left-radius: 3.59px;
	border-top-right-radius: 14.36px;
	border-bottom-right-radius: 3.59px;
	border-bottom-left-radius: 3.59px;
    background: #05F;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
	line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 7px 12px;
    margin-left: auto;
}
.card-paged .card-body a.reed-more::after {
	width: 10px;
	height: 16px;
	content:'';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.28476 0.386914L8.94277 6.96503C9.06758 7.08734 9.16664 7.23284 9.23425 7.39317C9.30185 7.55349 9.33665 7.72545 9.33665 7.89912C9.33665 8.0728 9.30185 8.24476 9.23425 8.40508C9.16664 8.5654 9.06758 8.71091 8.94277 8.83322L2.28476 15.4113C2.16097 15.5346 2.01369 15.6325 1.85143 15.6993C1.68916 15.7661 1.51511 15.8005 1.33932 15.8005C1.16354 15.8005 0.989488 15.7661 0.82722 15.6993C0.664952 15.6325 0.517675 15.5346 0.393886 15.4113C0.269077 15.289 0.170013 15.1435 0.10241 14.9832C0.034806 14.8229 0 14.6509 0 14.4772C0 14.3036 0.034806 14.1316 0.10241 13.9713C0.170013 13.811 0.269077 13.6655 0.393886 13.5431L6.11977 7.89912L0.393886 2.2551C0.14314 2.00736 0.00227346 1.67136 0.00227346 1.32101C0.00227346 1.14753 0.0368558 0.975751 0.104049 0.815479C0.171242 0.655208 0.269729 0.509581 0.393886 0.386914C0.644631 0.139177 0.984716 0 1.33932 0C1.51491 0 1.68877 0.0341692 1.85099 0.100556C2.01321 0.166943 2.1606 0.264247 2.28476 0.386914Z' fill='white'/%3E%3C/svg%3E%0A");
}













@media (max-width:991px) {
	.top-blog h1::after {
		margin-top:10px;
		height: 8px;
	}
	.nota-top .post-item h3 {
		width: 100%;
		padding-right: 30px;
		padding-left: 50px;
	}
	
	.nota-top .post-item,
	.notas-recientes h2 {
		margin-bottom: 50px;
	}
	.notas-recientes {
		padding-left: 50px;
		padding-right: 50px;
	}
	.notas-recientes h2::after {
		margin-top: 20px;
	}
	.card-post .card-body h3 {
		font-size: 35px;
	}
}
@media (max-width:846px) {
	.nota-top .post-item h3 {
		font-size: 38px;
	}
	.card-post .card-body h3 {
		font-size: 24px;
	}
}
@media (max-width:768px) {
	.top-blog {
		padding-left: 40px;
		padding-right: 40px;
	}
	.body-blog {
		border-top-left-radius: 21.45px;
		overflow: hidden;
	}
	.nota-top .post-item {
		background: #05F;
		border-top-left-radius: 21.45px;
		border-top-right-radius: 72.2px;
		border-bottom-right-radius: 21.45px;
		border-bottom-left-radius: 21.45px;
		overflow: hidden;
	}
	.nota-top .post-item a {
		border-radius:0;
	}
	.nota-top .post-item h3 {
		position: relative;
		bottom: auto;
		text-transform: none;
		padding: 25px 30px;
		font-size: 28px;
	}
	.card-post {
		flex-direction: column-reverse;
		gap:30px;
	}
	.card-post > a,
	.card-post .card-body{
		width: 100%;
	}
	.notas-recientes {
        padding-left: 30px;
        padding-right: 30px;
    }
	.carrusel-notas {
        padding-left: 30px;
        padding-right: 30px;
		gap: 30px;
        display: flex;
        flex-direction: column;
    }
	.card-paged {
		width: 100%;
	}
	.top-blog {
		position: relative;
	}
	.top-blog form.search-form {
		border-top-left-radius: 20.01px;
		border-top-right-radius: 7.37px;
		border-bottom-right-radius: 7.37px;
		border-bottom-left-radius: 7.37px;
		position: absolute;
		right: 0;
	}
	.top-blog form.search-form input,
	.top-blog form.search-form .search-submit {
		display: none;
	}
	.top-blog form.search-form.active {
		-webkit-box-shadow: -3px 0px 15px 5px #0058FF; 
		box-shadow: -3px 0px 15px 5px #0058FF;
	}
	.top-blog form.search-form.active input,
	.top-blog form.search-form.active .search-submit {
		display: block;
		min-width:22px;
	}
	.top-blog form.search-form.active input {
		
	}
	.top-blog form i.search-toggle {
		background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1533_224)'%3E%3Cpath d='M26.5525 23.2768L21.3104 18.0347C21.0738 17.7981 20.753 17.6666 20.4165 17.6666H19.5595C21.0107 15.8106 21.873 13.4761 21.873 10.9365C21.873 4.89513 16.9778 0 10.9365 0C4.89513 0 0 4.89513 0 10.9365C0 16.9778 4.89513 21.873 10.9365 21.873C13.4761 21.873 15.8106 21.0107 17.6666 19.5595V20.4165C17.6666 20.753 17.7981 21.0738 18.0347 21.3104L23.2768 26.5525C23.7711 27.0468 24.5703 27.0468 25.0593 26.5525L26.5473 25.0645C27.0415 24.5703 27.0415 23.7711 26.5525 23.2768ZM10.9365 17.6666C7.21913 17.6666 4.20634 14.6591 4.20634 10.9365C4.20634 7.21913 7.21387 4.20634 10.9365 4.20634C14.6538 4.20634 17.6666 7.21387 17.6666 10.9365C17.6666 14.6538 14.6591 17.6666 10.9365 17.6666Z' fill='%230055FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1533_224'%3E%3Crect width='26.9206' height='26.9206' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
		width: 27px;
		height: 27px;
		font-size: 0;
		display: block;
		padding: 0;
		border: 0 none;
	}
	.top-blog form.search-form.active i.search-toggle {
		margin-left: 5px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%230058FF' d='M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z'/%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center right;
	}
}
@media (max-width:600px) {
	.top-blog h1 {
		font-size: 38px;
	}
	.top-blog form {
		height: 42px;
		padding: 0 15px;
	}
}
@media (max-width:460px) {
	.top-blog {
		padding-left: 0;
		padding-right: 0;
	}
	.top-blog h1 {
		font-size: 30px;
	}
	.notas-recientes h2 {
		font-size: 26px;
	}
	.nota-top .post-item h3,
	.notas-recientes,
	.carrusel-notas {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}