/*STYLE-TALENT.CSS*/
.home3-img img {width: 100%; height: auto; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); transition: all 0.5s ease-in;-webkit-transition: all 0.5s ease-in;-moz-transition: all 0.5s ease-in;-o-transition: all 0.5s ease-in;-ms-transition: all 0.5s ease-in; z-index: 0;}
 
.home-baner {
    padding-bottom: 25px;
} 
.home-slider-caption {
    bottom: 36px;
    
}
.home-slider-caption h2 {
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
}
.center-baner-text {
	padding: 40px 0px 40px;
}


.portfolio nav a {
    padding: 6px 10px;
}

.post .service-text-block .work-title {
    padding: 15px 0px 5px;
}

 .delimitador{
        width:100%;
        margin:auto;
    }
    .contenedor{
        height:0px;
        width:100%;
        /*max-width:560px; /* Así establecemos el ancho máximo (si lo queremos) */
        padding-top:56.25%; /* Relación: 16/9 = 56.25% */
        position:relative;
    }

    iframe{
            position:absolute;
            height:100%;
            width:100%;
            top:0px;
            left:0px;
    }

#talentsSubmenu {
	
	padding-bottom:25px;
}
#talentsSubmenu a {
	font-size:16px;
	margin-right:5%;
}
.talentsSubmenuPadding {
	padding-top:60px;
}
#talentSubmenu {
	padding-bottom:25px;
}
#talentSubmenu a {
	font-size:16px;
	margin-right:5%;
}

.item.col-md-4 {
 	min-height:575px;
}
@media screen and (min-width: 1281px) {
.item.col-md-4 {
 	min-height:725px;
}
}
@media screen and (max-width: 768px) {
.row {
    margin-left: 0px;
    margin-right: 0px;
}
}