/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/


@font-face {
    font-family: 'Proxima Nova';
    src: url('https://5092991.fs1.hubspotusercontent-na1.net/hubfs/5092991/EGADE/Fonts/proxima-nova-bold-webfont.woff') format('woff'),
         url('https://5092991.fs1.hubspotusercontent-na1.net/hubfs/5092991/EGADE/Fonts/proxima-nova-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://5092991.fs1.hubspotusercontent-na1.net/hubfs/5092991/EGADE/Fonts/proxima-nova-regular-webfont.woff') format('woff'),
         url('https://5092991.fs1.hubspotusercontent-na1.net/hubfs/5092991/EGADE/Fonts/proxima-nova-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('https://5092991.fs1.hubspotusercontent-na1.net/hubfs/5092991/EGADE/Fonts/Chronicle-Display-Roman.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****************************************/

/* Start your style declarations here    */

/*****************************************/

*:focus {
	outline: none !important;
}

.pos-r {
	position: relative;
}

fieldset {
	max-width:100%!important;
}

html {
	scroll-behavior: smooth;
}
.captionVideo {
	background: #1d1d1dcc;
	;
	border: 1px solid #08b34761;
}
.bg-dark {
	background-color: #000000!important;
}
header {
	position: relative;
	background-color: black;
	height: auto;
	min-height: 18rem;
	width: 100%;
	overflow: hidden;
	padding-bottom: 22vh;
	padding-top: 7vh;
}
header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header .container {
	position: relative;
	z-index: 2;
	width: auto;
}
header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}
div#video-controls {
	width: 10%;
	position: absolute;
	bottom: 1px;
	z-index: 2;
	font-size: 4vh;
	display: none;
}
#video-controls button {
	background: transparent;
	border: 1px solid transparent;
}
#video-controls i {
	border: none;
}
#video-controls ul {
	list-style: none;
	display: flex;
}
#carouselExampleControls i {
	border: 0px solid;
	font-size: xxx-large;
}
img.card-img-top {
	max-width: 366px;
	width: 100%;
	max-height: 200px;
	height: 100%;
}
.card.border-0.shadow {
	max-width: 366px;
	width: 100%;
}
@media (pointer: coarse) and (hover: none) {
	.captionVideo {
		width: 100% !important;
	}
	div#video-controls {
		text-align: end;
	}
}
@media screen and (max-width: 600px) {
	.customText {
		font-size: 2.5rem !important;
	}
	#formMobile {
		display: block !important;
	}
	.formNormal {
		display: none;
	}
	#videoContainer .vidyard-player-container {
		margin-top: 0% !important;
	}
}
.carousel-caption {
	transform: translateY(-50%);
	bottom: 0;
	top: 50%;
	color: #08b347 !important;
}
/* estilos para form */

.hs-form input, select {
	background: #eff1f4;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 9px;
	height: 35px;
	margin-right: 10px;
	min-width: 210px;
}
.hs-form select {
	color: grey;
}
.hs-button {
	background: #08b347 !important;
	margin-top: 21px;
}
.hs-error-msg {
	color: red;
	margin-bottom: 0px;
}
.hs-form span {
	display: none;
}
.hs-form-required {
	display: none
}


.hs-pol_ticas_de_privacidad span {
	display: block;
	color: #fff;
}
.hs-pol_ticas_de_privacidad input {
	height: 10px !important;
	min-width: 0px;
	position: absolute;
	margin-left: -25px;
	margin-top: 20px;
}
.hs-pol_ticas_de_privacidad ul {
	list-style: none;
	padding-top: 10px;
}
span.hs-form-required {
	display: none;
}
.btn {
	border: 5px solid #2c3e50;
	color: #2c3e50;
	display: block;
	font-family: 'trebuchet ms';
	font-size: 1.5rem !important;
	letter-spacing: 0.1rem;
	padding: 1rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.btn::before {
	content: "";
	background-color: #F1C40F;
	box-shadow: 10px 10px 0 #28a745, 20px 20px 0 #000;
	position: absolute;
	left: 0.25rem;
	top: 0.5rem;
	height: 102%;
	width: 102%;
	z-index: -1;
	transition: all 0.4s ease;
}
.btn:hover::before {
	box-shadow: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#formMobile {
	display: none;
}
a.text-white:hover {
	text-decoration: none;
}
#videoContainer .vidyard-player-container {
	max-width: 100% !important;
	position: absolute !important;
	margin-top: -10% !important;
}


body {
	font-family: 'Proxima Nova', sans-serif;
	color: #333333;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Chronicle Display', sans-serif;
}

.navbar-dark .navbar-toggler {
	color: rgb(255, 255, 255);
	border-color: transparent;
	padding: 0;
}

.navbar-dark.zacate .navbar-toggler {
	display:none;
}


.navbar-light .navbar-toggler {
	color: #666;
	border-color: transparent;
	padding: 0;
}
#main-nav {
	background-color: #333333;
	box-shadow: 0px 10px 16px #0000008F;
}

#main-nav .navbar-brand img {
	height: 38px;
}

#main-nav .nav-link {
	padding: 1.2rem 1.4rem;
	font-size: 14px;
}

#main-nav-ex {
	background-color: #fff;
	box-shadow: 0px 10px 16px rgba(0,0,0,0.1);
	background-color: #FFF;
}

#main-nav-ex .navbar-brand img {
	height: 50px;
}

#main-nav-ex ul li {
	padding: 1.2rem 1.4rem;
}

#main-nav-ex ul li a.nav-link, #main-nav-ex ul li a.dropdown-item {
	font-size: 13px;
	line-height: 13px;
	color: #666666;
	letter-spacing: 0.16px;
	border-bottom: 2px solid transparent;
}

#main-nav-ex ul li a.nav-link:hover, #main-nav-ex ul li a.dropdown-item:hover {
	border-color: #666666;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #2DA546;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #666666;
}
#banner-recovery {
	padding-top: 76px;
}



.banner-posts-slider {

}


.banner-posts-slider .banner-post-slide {
	background-color: #FFF;
	overflow: hidden;
	color: #FFF;
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
}

.banner-posts-slider .post-container {
	padding: 2rem 0 2rem 3rem;
}

.banner-posts-slider .banner-post-slide .post-meta {
	font-weight: 600;
	color: #333333;
	font-size: 13px;
	margin-bottom: 20px;
}

.banner-posts-slider .banner-post-slide .post-meta .tiempo-lectura {
	display: inline-block;
	margin-right: 10px;
}

.banner-posts-slider .banner-post-slide .post-meta .tiempo-lectura svg {
	display: inline-block;
	height: 20px;
	margin-right: 4px;
}

.banner-posts-slider .banner-post-slide .post-meta .tiempo-lectura span {

}

.banner-posts-slider .banner-post-slide .post-meta .tag-container {
	display: inline-block;
	margin: 5px;
	background-color: #dedede;
	padding: 5px 15px;
	color: #fff;
}

.banner-posts-slider .banner-post-slide .post-title h3 {
	font-size: 50px;
	margin-bottom: 20px;
	font-family: 'Chronicle Display', sans-serif;
	color: #333;
}

.banner-posts-slider .banner-post-slide .post-author {
	font-size: 12px;
	margin-bottom: 20px;
}

.banner-posts-slider .banner-post-slide .post-author {
	clear: both;
}

.banner-posts-slider .banner-post-slide .post-author .author-image {
	float: left;
	margin-right: 13px;
}

.banner-posts-slider .banner-post-slide .post-author .author-image img {
	height: 40px;
	width: 40px;
	border-radius: 25px;
}

.banner-posts-slider .banner-post-slide .post-author .author-name {
	display: inline-block;
	font-size: 12px;
	padding-top: 3px;
	color: #333;
}

.banner-posts-slider .banner-post-slide .post-excerpt {
	margin-bottom: 20px;
	height: 65px;
	overflow: hidden;
	color: #333;
}

.banner-posts-slider .banner-post-slide .post-excerpt,
.banner-posts-slider .banner-post-slide .post-excerpt p {
	font-size: 13px;
}

.banner-posts-slider .banner-post-slide .post-link a {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	transition: all 0.5s ease;
	background-color: #000;
	padding: 10px 20px;
}

.banner-posts-slider .banner-post-slide .post-link a img {
	display: inline-block;
}

.banner-posts-slider .banner-post-slide .post-link a:hover {
	text-decoration: none;
	margin-left: 5px;
}

.banner-posts-slider .banner-post-slide .post-image {
	background-size: cover;
	height: 100%;
}

.banner-posts-slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

.banner-posts-slider .slick-dots {
    bottom: 10px !important;
    z-index: 9 !important
}

.banner-posts-slider .slick-dots li.slick-active button:before {
    opacity: .80 !important;
    color: #FFF !important
}

.banner-posts-slider .slick-dots li button:before {
    font-size: 16px !important
}

.banner-posts-slider .slick-prev:before,
.banner-posts-slider .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #000;
}

.banner-posts-slider .slick-prev {
	left: 45px;
	z-index: 9;
}

.banner-posts-slider .slick-prev:before {
	content: "\f053";
}

.banner-posts-slider .slick-next {
	right: 45px;
}

.banner-posts-slider .slick-next:before {
	content: "\f054";
}

@media screen and (max-width: 600px) {
.slick-prev{
visibility:hidden;
}
}

@media screen and (max-width: 600px) {
.slick-next{
visibility:hidden;
}
}

#listing-container {
	margin: 4rem 0;
}

#listing-container .sidebar-logo {
	margin-bottom: 50px;
}

#listing-container .sidebar-logo img {
	height: 35px;		
}

#listing-container .sidebar-articulos-recientes {

}

#listing-container .sidebar-articulos-recientes h4 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}

#listing-container .sidebar-articulos-recientes h4:before {
	content: "\2022";
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	width: 35px;
	margin-left: -35px;
	position: relative;
	top: 19px;
}

#listing-container .sidebar-articulos-recientes h4:after {
	content: ' ';
	margin-top: 10px;
	width: 150px;
	height: 7px;
	display: block;
	background-color: #0032A0;
}

#listing-container .sidebar-articulos-recientes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listing-container .sidebar-articulos-recientes ul li {
	
}

#listing-container .sidebar-articulos-recientes ul li a {
	font-family: 'Chronicle Display', sans-serif;
	font-size: 13px;
	color: #000;
}

#listing-container .sidebar-articulos-recientes ul li a:before {
	content: "\2022";  
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	width: 2em;
	margin-left: -2em;
}

#listing-container .sidebar-articulos-recientes ul li:nth-child(1) a:before {
	color: #F3B751;
}

#listing-container .sidebar-articulos-recientes ul li:nth-child(2) a:before {
	color: #FF7361;
}

#listing-container .sidebar-articulos-recientes ul li:nth-child(3) a:before {
	color: #00758D;
}

#listing-container .sidebar-articulos-recientes ul li:nth-child(4) a:before {
	color: #348F41;
}

#listing-container .sidebar-articulos-recientes ul li:nth-child(5) a:before {
	color: #6D091E;
}

#listing-container .sidebar-articulos-recientes ul li:nth-child(6) a:before {
	color: #323C47;
}

#listing-container .articles-container article {
	background: #FFFFFF;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.09);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

#listing-container .articles-container .article-image {
	background-size: cover;
	background-position: center;
	height: 150px;
}

#listing-container .articles-container .article-container {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#listing-container .articles-container .post-meta {
	font-weight: 600;
	color: #333333;
	font-size: 11px;
	margin-bottom: 20px;
}

#listing-container .articles-container .post-meta .tiempo-lectura {
	display: inline-block;
	margin-right: 10px;
}

#listing-container .articles-container .post-meta .tiempo-lectura svg {
	display: inline-block;
	height: 15px;
	margin-right: 4px;
}

#listing-container .articles-container .post-meta .tiempo-lectura span {

}

#listing-container .articles-container .post-meta .tag-container {
	display: inline-block;
	margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
	background-color: #57BE84;
	padding: 3px 10px;
	font-size: 10px;
	color: #FFF;
}

#listing-container .articles-container .post-title h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Proxima Nova',sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 18px;
}

#listing-container .articles-container .post-excerpt {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	color: #333;
  flex-grow: 1;
}

#listing-container .articles-container .post-excerpt,
#listing-container .articles-container .post-excerpt p {
	font-size: 11px;
}

#listing-container .articles-container .post-link a {
  font-size: 13px;
	font-weight: 600;
	transition: all 0.5s ease;
	background-color: #fff;
  color: #000;
  border: #000 solid 1px;
	padding: 5px 15px;
  text-align: center;
}

#listing-container .articles-container .post-link a: hover {
	text-decoration:none;
  background-color: #000;
  color: #fff;
  border: #fff solid 1px;
}  

#subscribe-cta {
	padding: 4rem 0;
	background: #45474D;
}

#subscribe-cta h4 {
	color: #FFF;
	font-size: 45px;
}



#post-container {
	padding-top: 80px;
	    background-size: cover;
    background-repeat: no-repeat;
}

#post-container .post-author {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

#post-container .post-author .author-image {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: -10px;
}

#post-container .post-author .author-image img {
	height: 40px;
	width: 40px;
	border-radius: 25px;
}

#post-container .post-author .author-name,
#post-container .post-author .author-name a {
	display: inline-block;
	font-size: 12px;
	padding-top: 3px;
	color: #333;
	position: relative;
  text-decoration: none;
}

#post-container .post-author .author-name a:hover {
  text-decoration: underline;
}

#post-container .post-title h1 {
	font-size: 52px;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}

#post-container .post-metadescription p {
	font-size: 14px;
	margin: 20px;
	color: #333;
	text-align: center;
}

#post-container .post-meta {
	font-weight: 600;
	color: #333333;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
}

#post-container .post-meta .tiempo-lectura {
	display: inline-block;
	margin-right: 10px;
}

#post-container .post-meta .tiempo-lectura svg {
	display: inline-block;
	height: 20px;
	margin-right: 4px;
}

#post-container .post-meta .tiempo-lectura span {

}

#post-container .post-meta .tag-container {
	display: inline-block;
	margin-right: 10px;
	background-color: #0039a6;
	padding: 5px 15px;
	color: #FFF;
}

#post-container .post-contents p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}

#post-container .post-contents img {
	margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

#post-container .post-title h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #333;
}

#post-container .post-title h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
}

#post-container .social-links {
  text-align: center;
	margin: 3rem 0;
}

#post-container .social-links h4 {
  margin-bottom: 1rem;
}



#post-container .social-links a {
  margin-right: 1rem;
}

#post-container .social-links a i {
  color: #181E2A;
  transition: .3s;
  font-size: 2em;
}

#post-container .compartir-button {
	text-align: center;
	margin: 3rem 0;
}

#post-container .compartir-button a {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	transition: all 0.5s ease;
	background-color: #0032A0;
	padding: 10px 20px;
}

#post-container .compartir-button a:hover {
	text-decoration: none;
}

#nosotros {
	background-color: #0039a6;
	
}

#nosotros .nosotros-container {
	padding: 3rem 0;
}

#nosotros h4 {
	font-size: 50px;
	margin-bottom: 20px;
	color: #FFF;
}

#nosotros p {
	color: #FFF;
	margin-bottom: 40px;
}

#nosotros a {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	transition: all 0.5s ease;
	background-color: transparent;
	padding: 10px 20px;
	border: 2px solid #FFF;
	transition: all 0.2s ease;
}

#nosotros a:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #E81D3D;
}

#nosotros .egade-nosotros-icon {
	position: relative;
    bottom: 0;
}

#nosotros .egade-nosotros-icon img {
	
}



 .blog-pagination {
  text-align: center;
}

.blog-pagination__link {
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    transition: all .5s ease;
    background-color: #000;
    margin: 0 3px;
    padding: 5px 15px;
}

.blog-pagination__link:hover {
    background-color: #0032A0;
    text-decoration: none;
    color: #FFF;
}


.blog-pagination .link--disabled {
  background-color: #565656;
}

.blog-pagination .link--active {
  background-color: #0032A0;
}

#articulos-recientes {
	background-color: #FFF;
	padding: 3rem 0;
}

#articulos-recientes h3 {
	font-size: 40px;
	margin: 0;
	color: #333;
}

#articulos-recientes article {
	background: #FFFFFF;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.09);
  display: flex;
  flex-direction: column;
}

#articulos-recientes .article-image {
	background-size: cover;
	background-position: center;
	height: 150px;
}

#articulos-recientes .article-container {
	padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#articulos-recientes .post-meta {
	font-weight: 600;
	color: #333333;
	font-size: 11px;
	margin-bottom: 20px;
}

#articulos-recientes .post-meta .tiempo-lectura {
	display: inline-block;
	margin-right: 10px;
}

#articulos-recientes .post-meta .tiempo-lectura svg {
	display: inline-block;
	height: 15px;
	margin-right: 4px;
}

#articulos-recientes .post-meta .tiempo-lectura span {

}

#articulos-recientes .post-meta .tag-container {
	display: inline-block;
	margin-right: 10px;
  margin-bottom: 5px;
	background-color: #F3B751;
	padding: 3px 10px;
	font-size: 10px;
	color: #FFF;
}

#articulos-recientes .post-title h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	color: #333;
}

#articulos-recientes .post-excerpt {
	margin-bottom: 20px;
	height: 50px;
	overflow: hidden;
	color: #333;
  flex-grow: 1;
}

#articulos-recientes .post-excerpt,
#articulos-recientes .post-excerpt p {
	font-size: 11px;
}

#articulos-recientes .post-link a {
	font-size: 13px;
	color: #FFF;
	font-weight: 600;
	transition: all 0.5s ease;
	background-color: #0032A0;
	padding: 5px 15px;
}

footer {
	background-color: #000;
	padding: 4rem 0;
}
/*
footer.mba-style {
  background-color: #E81D3D
}
*/
footer .footer-logo {

}

footer .tec-logo {
	height: 50px;
}

footer .footer-menu {
	
}


footer .footer-menu ul {
	list-style: none;
	margin: 0;
	text-align: right;
}

footer .footer-menu ul li {
	display: inline-block;
	color: #0339A6;
	font-size: 12px;
	margin-right: 15px;
}

footer .footer-menu ul li:last-child {
	margin-right: 0;
}

footer .footer-menu ul li a {
	color: #FFF;
}

footer .footer-menu ul li a:hover {
	
}

footer .social-container {
	
}

footer .social-container ul {
    list-style: none;
    margin: -0px;
    padding: 3rem 0;
}

footer .social-container ul li {
	display: inline-block;
	margin-right: 20px;
}

footer .social-container ul li a {
	width: 30px;
	height: 30px;
}

footer .social-container ul li a i {
	font-size: 18px;
	color: #FFF;
}

footer .footer-motto {
	font-family: 'Chronicle Display', sans-serif;
	font-size: 19px;
	color: #FFF;
	text-align: right;
	line-height: 24px;
	margin-bottom: 35px;
}

footer .footer-contacto {
	font-size: 11px;
	color: #FFF;
}


.footer-bottom {
	background: #45474D;
	padding: 1rem 0;
}


.footer-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer-bottom ul li {
	display: inline-block;
	color: #0339A6;
	font-size: 12px;
	margin-right: 15px;
}

.footer-bottom ul li:last-child {
	margin-right: 0;
}

.footer-bottom ul li a {
	color: #FFF;
}

.footer-bottom ul li a:hover {
	
}



/* Blog Post Styles  */

#post-banner {
  background-color: #F88975;
	background-size: cover;
	background-position: center;
	height: 400px;
	margin-top: 78px;

}

#post-banner h1 {
	color: #FFF;
	font-size: 47px;
}

#post-container {
	margin-top: 3.5rem;
}

#post-container .post-body .post-meta {
	font-weight: 600;
	color: #000;
	font-size: 13px;
	margin-bottom: 35px;
}

#post-container .post-body .post-meta .tiempo-lectura {
	display: inline-block;
	margin-right: 10px;
}

#post-container .post-body .post-meta .tiempo-lectura svg {
	display: inline-block;
	height: 22px;
}

#post-container .post-body .post-meta .tiempo-lectura span {

}

#post-container .post-body .post-meta .tag-container {
	display: inline-block;
	margin-right: 10px;
}


#post-container .post-body .post-author {
	clear: both;
}

#post-container .post-body .post-author .author-image {
	float: left;
	margin-right: 13px;
}

#post-container .post-body .post-author .author-image img {
	height: 45px;
	width: 45px;
	border-radius: 25px;
}

#post-container .post-body .post-author .author-name {
	display: inline-block;
	font-size: 14px;
	padding-top: 3px;
}

#post-container .post-contents {
	margin-top: 2rem;
}

#post-container .post-contents p {
	font-size: 14px;
}

#post-container .post-contents img {
	margin: 2rem 0; 
}

#post-container .post-contents h2 {
	font-weight: 600;
	color: #333;
	font-size: 25px;
	margin-bottom: 1rem;
}

#post-container .post-contents h3 {
	font-weight: 600;
	color: #333;
	font-size: 22px;
	margin-bottom: 1rem;
}

#post-container .post-contents a {
	color: #FC9740;
}

#post-container .post-contents .compartir-button {
	margin: 4rem 0 3rem;
}

#post-container .post-contents .compartir-button a.btn-orange {
	color: #FFF;
}

#post-container .post-contents .compartir-button a.btn-orange:hover {
	color: #FC9740;
}

#post-container .post-sidebar {
	margin-bottom: 2rem;
}

#post-container .post-sidebar h3 {
	font-weight: 600;
	color: #333;
	font-size: 22px;
	margin-bottom: 2rem;
}

#post-container .post-sidebar article {
	margin-bottom: 2rem;
}

#post-container .post-sidebar article h4 {
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin-bottom: 1rem;
}

#post-container .post-sidebar article p {
    font-size: 12px;
    margin-bottom: 10px;
}

#post-container .post-sidebar article a {
	font-weight: 600;
	font-size: 13px;
	color: #FC9740;
	transition: all 0.5s ease;
}

#post-container .post-sidebar article a svg {
	display: inline-block;
	height: 30px;
	margin-left: 7px;
}

#post-container .post-sidebar article a:hover {
	margin-left: 10px;
	text-decoration: none;
}

#post-container .post-sidebar .nosotros-card {
	margin-bottom: 2rem;
	border-radius: 25px;
	overflow: hidden;
}

#post-container .post-sidebar .nosotros-card .nosotros-header {
	height: 200px;
	background-size: cover;
	background-position: center;
}

#post-container .post-sidebar .nosotros-card .nosotros-body {
	background-color: #F88975;
	padding: 1.5rem;
}

#post-container .post-sidebar .nosotros-card .nosotros-body p {
	color: #FFF;
	font-size: 12px;
    margin-bottom: 10px;
}

#post-container .post-sidebar .nosotros-card .nosotros-body a {
	font-weight: 600;
	font-size: 13px;
	color: #FFF;
	transition: all 0.5s ease;
}

#post-container .post-sidebar .nosotros-card .nosotros-body a:hover {
	margin-left: 10px;
	text-decoration: none;
}

#post-container .post-sidebar .nosotros-card .nosotros-body a svg {
	display: inline-block;
	height: 30px;
	margin-left: 7px;
}

#post-container .post-sidebar .categorias-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#post-container .post-sidebar .categorias-list li {
	font-weight: 600;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}

#post-container .post-sidebar .categorias-list li:nth-child(1) a {
	color: #F88975;
}

#post-container .post-sidebar .categorias-list li:nth-child(2) a {
	color: #4E80FD;
}

#post-container .post-sidebar .categorias-list li:nth-child(3) a {
	color: #2EC0BD;
}

#post-container .post-sidebar .categorias-list li:nth-child(4) a {
	color: #39BC62;
}

#post-container .post-sidebar .categorias-list li:nth-child(5) a {
	color: #FC9740;
}

#post-container .post-sidebar .categorias-list li:nth-child(6) a {
	color: #CF7CE6;
}

#post-container .post-sidebar .categorias-list a {
	transition: all 0.5s ease;
}

#post-container .post-sidebar .categorias-list a:hover {
	margin-left: 10px;
	text-decoration: none;
}

.btn-orange svg {
	height: 30px;
	display: inline-block;
	margin-left: 11px;
}

.btn-orange svg g {
	fill: #FFF;
}

.btn-orange:hover svg g {
	fill: #FC9740;
}

/* End Post Styles  */

@media (max-width: 768px) {

	.banner-posts-slider .banner-post-slide .post-excerpt {
		height: 105px;
	}
  
  #post-container .post-title h1 {
      font-size: 35px;
  }

	#articles-simple {
		 margin-top: 3rem;
		 margin-bottom: 2rem;
	}

	#articles-simple h3 {
		 text-align: center;
	}

  #articulos-recientes article {
      margin-bottom: 2rem;
  }

	.article-home {
		margin: 0 1rem 2rem;
	}

	.category-articles {
	    margin: 0;
	}

	.category-articles .category-name {
		margin: 0 1rem 2rem;
		height: 214px;
	}

	.subscribe-container h4 {
		font-size: 20px;
		margin-bottom: 30px;
		text-align: center;
	}

	.subscribe-container .form-container {
		padding: 2rem;
	}

	footer .container {
		text-align: center;
	}

	footer .footer-menu {
		margin: 0 0 2rem;
    
	}

	footer .footer-logo {
		margin: 2rem 0;
	}
  
  footer .footer-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .banner-posts-slider .post-container {
      padding: 1rem;
  }
  
  .banner-posts-slider .banner-post-slide .post-title h3 {
    font-size: 45px;
  }


	/* Blog Post Styles  */

	#post-banner {
	    background-color: #F88975;
	    height: auto;
	    background-image: none !important;
	    padding: 4rem 0;
	}
  
  .banner-posts-slider .banner-post-slide {
    background-image: none !important;
    background-color: #ededed;
    padding: 2rem 0;
  }
  
  #subscribe-cta h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .sidebar-articulos-recientes {
    margin-bottom: 20px;
  }
  
  footer .footer-motto {
    text-align: center;
  }
  
	/* End Post Styles  */
}

.btn-orange{
	background: #FC9740;
	border-radius: 20px;
	color: #fff;
	padding: 8px 35px;
	border: transparent solid 1px;
	transition: all .5s ease;
	font-weight: 600;
	font-size: 14px;
}
.btn-orange:hover{
	background:#fff  0% 0% no-repeat padding-box;
	color: #FC9740;
	border: #FC9740 solid 1px;
	text-decoration:none;
}






@media(max-width:1024px){


}