*{
    font-family: 'Montserrat', sans-serif;
}


h1, h2, h3, h4 ,h5{
	font-family: 'Roboto', sans-serif;
}

h1{
	font-weight: bold;
}

h6{
	font-size: 19px;
}

.main-section {
    border: 1px solid #1a1a1a;
    background-color: #fff;
    border: solid #fff;
    box-shadow: 0px 0px 4px 0px #373737;
    transform: scale(.9);
    transition: .4s all;
}
.main-section:hover{
	  transform: scale(1.01);
	  box-shadow: 0px 0px 8px 4px #373737;
}
.profile-header{
	background-color: #1a1a1a;
	height:150px;
}
.user-detail{
	margin:-50px 0px 30px 0px;
}
.user-detail img{
	height:100px;
	width:100px;
}
.user-detail h5{
	margin:15px 0px 5px 0px;
}
.user-social-detail{
	padding:15px 0px;
	background-color: #17a2b8;
}
.user-social-detail a i{
	color:#fff;
	font-size:23px;
	padding: 0px 5px;
}

.container{
	padding: 10px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute !important;
}
.heder {
	color: #ffffff;
    background: url(../img/banner-team-azulweb.jpg);
    background-size: auto;
    height: 250px;
    margin-bottom: 14px;
    background-size: cover;
}

.row.align-items-center {
    height: 250px;
}

.page-footer.font-small.cyan.darken-3 {
    background: #373737;
    color: #fff;
    text-align: center;
}

.footer-copyright.text-center.py-3 {
    background: #242424;
}

.comentarios {
    background: #eaeaea4d;
}

.resaltar {
    background: #3bbdd5;
    color: #fff;
}

/**/
