.podcast-obje {
    width: 100%;
    float: left;
    padding: 0px 0 50px 0;
}


.podcast-obje h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding: 0px 0 10px 0;
}

.podcast-obje h1 strong {
    font-weight: 700;
}

.podcast-obje h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

.podcast-obje h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding: 0px 0 10px 0;
}

.podcast-obje h2 strong {
    font-weight: 700;
}

.podcast-obje h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

.podcast-obje h3 {
    font-size: 65px;
    line-height: 69px;
    color: #000000;
    font-weight: 300;
    position: relative;
    padding: 0px 0 15px 0;
    margin: 0 0 25px 0;
}

.podcast-obje h3 strong {
    font-weight: 700;
}

.podcast-obje h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

.podcast-obje h4 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding: 0px 0 10px 0;

}

.podcast-obje h4 strong {
    font-weight: 700;
}

.podcast-obje h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

.podcast-obje h5 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding: 0px 0 10px 0;
}

.podcast-obje h5 strong {
    font-weight: 700;
}

.podcast-obje h5:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

.podcast-obje h6 {
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 300;
    position: relative;
    padding: 0px 0 10px 0;
}

.podcast-obje h6 strong {
    font-weight: 700;
}

.podcast-obje h6:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

.podcast-obje .cast-contet p {
    font-size: 19px;
    line-height: 26px;
    color: #808080;
    font-weight: 400;
    margin: 0 0 25px 0;
    padding:0;
}

.podcast-obje .cast-contet ol {
    padding: 0 0 0 18px;
}

.podcast-obje .cast-contet ol li {
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 19px;
    color: #808080;
    padding:0;
    margin: 0 0 20px 0;
    line-height: 26px;

}
.podcast-obje .cast-contet ol li a:hover{
 text-decoration: none;
}

.podcast-obje .cast-contet ol li strong{
    font-weight: 700;
}

.podcast-obje .cast-contet ol li::marker {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 19px;
    color: #3080d1;
}

.podcast-obje .cast-contet ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.podcast-obje .cast-contet ul li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 25px 0;
    font-size: 19px;
    line-height: 26px;
    color: #808080;
    font-weight: 400;
}

.podcast-obje .cast-contet ul li a:hover{
    text-decoration: none;
   }

.podcast-obje .cast-contet ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    line-height: 26px;
    color: #3482d1;
    font-weight: 900;
    left: 0;
}

.main-categorios {
    float: left;
    width: 100%;
    background-color: #3080d1;
    padding: 100px 0;
}
.main-categorios h3 {
    position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 64px;
	color: #ffffff;
	font-weight: 300;
	line-height: 74px;
	text-align: center;
}
.main-categorios h3 strong {
    font-weight: 700;
}
.main-categorios h3:after {
    content: '';
	width: 65px;
	height: 3px;
	margin: 0 auto;
	background-color: #8bb8e5;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.main-categorios .service-wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.main-categorios .service-wrap .service-item {
    display: flex;
	width: calc(33.333333% - 27px);
	flex-direction: column;
	text-decoration: none;
}
.main-categorios .service-wrap .service-item .service-thumb {
    border-radius: 7px;
	overflow: hidden;
}
.main-categorios .service-wrap .service-item .service-thumb img {
    width: 100%;
    height: auto;
}
.main-categorios .service-wrap .service-item .service-cont {
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
	margin: -35px 25px 0 25px;
	padding: 20px 20px;
	background-color: #3080d1;
	border-radius: 7px;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}
.main-categorios .service-wrap .service-item .service-cont h4 {
    margin: 0 0 10px 0;
	font-size: 27px;
	color: #ffffff;
	font-weight: 700;
	line-height: 32px;
}
.main-categorios .service-wrap .service-item .service-cont p {
    flex: 1;
	margin: 0;
	font-size: 20px;
	color: #84b8ed;
	font-weight: 400;
	line-height: 25px;
}
.main-categorios .service-wrap .service-item .service-cont .moreBtn {
    position: relative;
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 30px 0 0;
	font-size: 17px;
	color: #cead69;
	font-weight: 900;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}
.main-categorios .service-wrap .service-item .service-cont .moreBtn:after {
    content: '';
	width: 20px;
	height: 12px;
	background-image: url(../images/gold-arrow-vector.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.main-categorios .service-item:hover .service-cont {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
}
.main-categorios .service-item:hover .service-cont h4 {
    color: #3080d1;
}
.main-categorios .service-wrap .service-item:hover .service-cont p {
    color: #808080;
}

#lates-product {
    width: 100%;
    float: left;
    padding: 125px 0 50px 0;
    background-color: #ffffff;
}

#lates-product h3 {
    position: relative;
    display: inline-block;
    width: calc(100% - 200px);
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 65px;
    color: #000000;
    font-weight: 300;
    line-height: 69px;
    z-index: 2;
}

#lates-product h3 strong {
    font-weight: 700;
}

#lates-product h3:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    background-color: #8bb8e5;
    left: 0;
    bottom: 0;
}

#lates-product .podcast-slider .owl-stage {
    padding: 50px 0 50px 0;
}

#lates-product .podcast-slider .item {
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#lates-product .podcast-slider .item .podcast-thumb {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
}

#lates-product .podcast-slider .item .podcast-thumb:after {
    position: absolute;
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6502976190476191) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 80px;
    bottom: 0;
    border-radius: 0 0 0px 0px;
}

#lates-product .podcast-slider .item .podcast-thumb .podcast-icon {
    display: flex;
    padding: 7px 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-color: #cead69;
    border-radius: 0 7px 0 7px;
}

#lates-product .podcast-slider .item .podcast-cont {
    position: relative;
    float: left;
    padding: 25px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    transition: all 0.3s ease-in-out;
}

#lates-product .podcast-slider .item .podcast-cont h4 {
    margin: 0 0 10px 0;
    font-size: 23px;
    color: #000000;
    line-height: 26px;
    font-weight: 700;
}

#lates-product .podcast-slider .item .podcast-cont p {
    margin: 0;
    font-size: 19px;
    color: #808080;
    line-height: 26px;
    font-weight: 400;
}

#lates-product .podcast-slider .item .podcast-cont .moreBtn {
    position: relative;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0 30px 0 0;
    font-size: 17px;
    color: #cead69;
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#lates-product .podcast-slider .item .podcast-cont .moreBtn:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 12px;
    background-image: url(../images/gold-arrow-vector.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

#lates-product .podcast-slider .item:hover .podcast-thumb {
    border-radius: 7px 7px 0px 0;
}

#lates-product .podcast-slider .item:hover .podcast-icon {
    border-radius: 0 7px 0px 0;
}

#lates-product .podcast-slider .item:hover .podcast-cont {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
}

#lates-product .podcast-slider .item:hover .podcast-cont h4 {
    color: #3080d1;
}

#lates-product .podcast-slider .item:hover .podcast-cont p {
    color: #595959;
}

#lates-product .podcast-slider.owl-theme .owl-nav {
    position: absolute;
    top: unset;
    bottom: calc(100% + 15px);
    margin-top: 0;
    text-align: right;
    width: calc(var(--container-width));
    right: unset;
    left: unset;
}

#lates-product .podcast-slider.owl-theme .owl-nav [class*=owl-] {
    position: static;
    width: 60px;
    height: 60px;
    background: #f2f2f2;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

#lates-product .podcast-slider.owl-theme .owl-nav [class*=owl-]:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    margin: 0 0 0 -11px;
    border-bottom: 2px solid #000000;
    transition: width 250ms ease 0s;
}

#lates-product .podcast-slider.owl-theme .owl-nav [class*=owl-]:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    position: absolute;
    top: 50%;
    margin: 0 0 0 25px;
    transform: translateY(-50%) rotate(45deg);
    transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
}

#lates-product .podcast-slider.owl-theme .owl-nav [class*=owl-]:hover:before {
    width: 55px;
}

#lates-product .podcast-slider.owl-theme .owl-nav [class*=owl-]:hover:after {
    transform: translate(35px, -50%) rotate(45deg);
}

#lates-product .podcast-slider.owl-theme .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

#lates-product .podcast-slider.owl-theme .owl-nav button.owl-next {
    margin: 0 0 0 20px;
}