#estb2-dyg {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

#estb2-dyg h2{font-size: 19px;}
#estb2-dyg .mt-30{margin-top: 30px;}
#estb2-dyg .mt-60{margin-top: 60px;}
#estb2-dyg .mt-90{margin-top: 90px;}

#estb2-dyg .mb-30{margin-bottom: 30px;}
#estb2-dyg .mb-60{margin-bottom: 60px;}

#estb2-dyg .linkLittle{
	font-weight: 600 !important;
	color: #717171 !important;
	text-decoration: none;
}

#estb2-dyg .linkBig{
	font-weight: 600 !important;
	color: #4e4d4d !important;
	text-decoration: none;
	font-size: 1.2rem;
}

#estb2-dyg .boxGrey{
	padding: 20px 40px 40px;
	background-color: #f8f8f8;
	color: #4e4d4d;
	box-shadow: 6px 6px 15px #eee;
}

#estb2-dyg .boxGrey h2{
	margin-bottom: 30px;
	margin-top: 0;
	border-left: 8px solid #ec7677;
	margin-left: -24px;
	padding-left: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

#estb2-dyg .boxGrey ul li a{
	color: #717171;
	text-decoration: none;
	font-weight: 700;;
}

#estb2-dyg iframe{
	background-color: #000;
	width: 100%;
	min-height: 240px;
}

#estb2-dyg a{
	text-decoration: none;
}

#estb2-dyg .alinkOwlBold{
	text-decoration: none;
	color: #717171;
	font-weight: 700;
}

#estb2-dyg .alinkOwlBold p{
	margin-top: 0;
}

/*tablet*/
/*5 columnas*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
	#estb2-dyg .boxGrey{
		position: relative;
		margin-top: -40px;
		float: left;
		z-index: 2;
		margin-right: 20px;
		margin-left: 30px;
	}
}

/*OWL NAVIGATION*/
#estb2-dyg .owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#estb2-dyg .owl-next {
    right: 0;
    display: flex;
}
#estb2-dyg .owl-prev{
    left: 0;
    display: flex;
}

#estb2-dyg .item{
	text-align: center;
}