.widget-promo {
	margin-bottom: 20px;
}

.widget-promo .widget-title {
	margin: 0 0 7px;
}

.blog-main-promo .promo-prev-img img {
	width: 100%;
}

.blog-main-promo .promo-prev-title h3 {
	margin: 25px 0 0px;
}

.blog-main-promo .promo-prev-title a {
	color: #808693;
}

.blog-main-promo .promo-prev-info a {
	color: #808693;
	text-transform: uppercase;
}

.blog-main-promo .promo-prev-text-cont {
	margin: 10px 0 10px;
	color: #4b4e53;
}

/* */

.widget-botones-sus {
	margin: -50px 0 60px;
}

.widget-botones-sus button {
	width: 100%;
	margin-bottom: 20px;
}

.widget-botones-sus button#btn-sus-delete {
	background-color: #E50005;
}

.widget-botones-sus input {
	width: 100%;
	background-color: #7CC605 !important;
}

.blog-suscripcion input {
	max-width: 325px;
    width: 100%;
    padding: 8px 20px 0px 0;
    color: #8D939B;
    margin-bottom: 35px;
}

.blog-suscripcion .table-blog-suscripciones {
    margin: 10px -5px;
}

.blog-suscripcion .table-blog-suscripciones .table td {
	border-top: none;
}

.blog-suscripcion .table-blog-suscripciones .table th {
	border-bottom: none;
	padding: 0px 8px;
}

.btn-default-suscrib {
	background-color: #535961;
	color: #fff;
	padding: 10px 32px;
	font-size: 12px;
}

/* */
.section-suscribete {
	padding: 45px 0 55px;
}

.section-suscribete h1 {
	margin: 0 0 15px 0;
	color: #DFE7E9;
}

.section-suscribete .form-group {
	margin-bottom: 40px;
}

.section-suscribete label {
	color: #DFE7E9;
	margin-bottom: 15px;
}

.section-suscribete input {
	width: 100%;
	max-width: 305px;
	height: 34px;
}

.section-suscribete .button {
	padding: 5px 37px 5px 37px;
}

.table-blog-suscripciones .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}

/* */
#modalsubForm .modal-dialog-centered {
	max-width: 300px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#modalsubForm .modal-dialog .modal-content {
	padding: 50px;
	background-color: #032936;
}

#modalsubForm .modal-dialog .modal-content .modal-header {
	padding: 0 0 0 0;
	border-bottom: none;
}

#modalsubForm .sus-modal-cerrar {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    right: -30px;
    top: -30px;
}

#modalsubForm .close {
	font-size: 16px;
	color: #fff;
	opacity: inherit;
}

#modalsubForm .modal-dialog .modal-content .modal-header .modal-title {
	margin-bottom: 5px;
	color: #fff;
}

#modalsubForm .modal-dialog .modal-content .modal-body {
    padding: 0 0 0 0;
}

#modalsubForm .modal-dialog .modal-content .modal-body label {
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff;
}

#modalsubForm .modal-dialog .modal-content .modal-body  .form-group input{
    margin-bottom: 5px;
}

#modalsubForm .modal-dialog .modal-content .modal-body .button {
	margin-top: 30px;
	width: 100%;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.section-suscribete input {
		margin: auto;
	}
}