/*custom css*/
.card-service .image img {
    height: auto !important;
}

.m-left{
	margin-left: 15px;
}
.m-right{
	margin-right: 15px;
}
#video {
    background: #1B212C;
    position: relative;
    top: -28px;
}
#video hr {
    position: relative;
    top: 28px;
}
#video section.services .container.py-5 {
    padding-bottom: 25px;
}
#contactForm ul > li textarea {
    height: 60px !important;
}
.tab-content > .fade.show.active {
    opacity: 1;
}
.tab-content select.form-control {
    height: 39px !important;
    border-color: #1B212C !important;
}
.tab-content .form-group {
    margin-bottom: 5px;
}
.btn.servicios {
    padding: 5px 20px;
    margin-top: 10px;
    float: right;
}
a.header__logo img {
    height: 40px;
    width: auto;
}

.title.custom1 {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
}

section#talks hr {
    margin: 0;
}

section#talks {
    background: rgb(41,126,62);
    background: -moz-linear-gradient(90deg, rgba(41,126,62,1) 0%, rgba(41,126,62,1) 28.54%, rgba(253,182,21,1) 83.33%, rgba(253,182,21,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41,126,62,1) 0%, rgba(41,126,62,1) 28.54%, rgba(253,182,21,1) 83.33%, rgba(253,182,21,1) 100%);
    background: linear-gradient(90deg, rgba(41,126,62,1) 0%, rgba(41,126,62,1) 28.54%, rgba(253,182,21,1) 83.33%, rgba(253,182,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#297e3e",endColorstr="#fdb615",GradientType=1); 
}

#equipo hr{
    margin-bottom: 0 !important;
}

.footer-bottom {
    background-color: #09266a !important;
}

.footer-bottom a {
    color: #78c23a !important;
}

.footer-bottom .size-18 {
    font-size: 34px !important;
}

.footer-bottom {
    padding: 2rem 0 !important;
}

a.link{
    color:#09266d !important;
}

a.link:hover{
    text-decoration: underline;
    color:#09266d !important;
}

.item-service a {
    color: black;
}

#videos{
    background: #eee;
    position: relative;
    margin-top: -28px;
}

#blog,
#podcast {
    background: #eee;
    position: relative;
    
}

#blog hr{
    margin-bottom: 0 !important;
}

#videos hr {
    margin-bottom: 0;
}

.btn.btn-yellow {
    background: #ffb601;
    color: white;
}

/* videos */
.video_item {
    position: relative;
}
.video_item img {
    position: relative;
    z-index: 1;
}
.video_item .bg_gradient{
	position: absolute;
	z-index: 2;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.video_item .nombre {
	position: absolute;
	bottom: 0;
	z-index: 3;
	padding: 15px;
	color: white;
	/* background: rgba(0, 0, 0, 0.8); */
	width: 100%;
	text-align: center;
    font-style: italic;
}
.video_item .video_player_anchor {
    position: absolute;
    height: 100%;
    z-index: 4;
    width: 100%;
    display: block;
    /* background: rgb(255, 255, 0.8); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video_item .video_player_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.video_player_img svg {
    fill: white;
}

.rx2 {
    border-radius: 200px !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.bd-4 {
    border: solid #fff 4px !important;
}

.fs-italic{
    font-style: italic !important;
}

.text-transform-none{
    text-transform: initial !important;
}

.btn.fs-2{
    font-size: 20px !important;
}
/* fin videos */

.hide {
    display: none !important;
}

.section-title.talks {
    background: url('../images/genrando_sostenibilidad_logo_2.png') no-repeat center top;
    height: 173px;
    position: relative;
}

.section-title.talks h1 {
    top: 130px;
    font-size: 26px;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
}

/* articulos */
.blog_item img {
    height: 160px;
    width: auto;
    float:left;
    margin-right: 15px;
}
.blog_item .contenido_box{
    background: white;
    height: 160px;
    padding-right: 10px;
}
.blog_item .titulo {
    padding-top: 7px;
    color: #297e3e;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn.btn-xs {
    padding: 5px 10px !important;
    font-size: 12px !important;
}

.leer_mas a {
    position: absolute;
    bottom: 5px;
    right: 20px;
}
/* fin articulos */

/*escritorio normal*/
@media (max-width: 1199px) {
    /* .section-title.talks h1{
        left: 310px;
    } */
}
/*tablet*/
@media (max-width: 991px) {
    /* .section-title.talks h1{
        left: 190px;
    } */
}
/*celular*/
@media (max-width: 767px) {
	.blog_img img{
		width: 100%;
		height: auto;
	}
    /* .section-title.talks h1{
        left: 73px;
    } */
}