/* GENERAL PARA TODOS LOS RECURSOS */

.wrapper-video {
	height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 34px;
    position: relative;
    margin-bottom: 20px;
}

.wrapper-video iframe,
.wrapper-video object,
.wrapper-video embed,
.wrapper-video video  {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.box.color-box.color-box-brand-second {
	background: none repeat scroll 0% 0% #3d7a98;
}

.box.color-box.color-box-brand-second-dark {
	background: none repeat scroll 0% 0% #2e5d74;
}

.box.color-box.color-box-brand-second-light {
	background: none repeat scroll 0% 0% #4f96b9;
}