/*HEADER*/
.navbar{
    border-bottom: 15px solid #F44336;
}


.nav-active{
    border-bottom: 2px solid #F44336;

}
.nav-item{
    margin-right: 10px;
}
.nav-item:hover{
    border-bottom: 2px solid #F44336;
}
.suscribe{
    background: #F44336;
    border-radius: 30px;
}
.suscribe>span:hover{
    border-bottom: 1px solid #fff;
}
.nav-item>a>span{
    font-size: 2rem;
    padding-top: 2.5px;
  
}

.btn-wsp{
	position: fixed;
	
	right: 15px;
}

.titulo1{
	font-size: 3em;
}
@media screen and (max-width: 800px) {
	.titulo1{
		font-size: 1em;
	}

	.imglogo{
		width: 180px;
	}
}