@media (min-width: 769px){
	.mobile{
	 display: none;
	}

	.desktop{
		display: block;
	}
	.flexbutton{
		width: 100vw;
		bottom: 0;
		right: 0;
		justify-content: flex-end;
		padding-right: 25px;
    	transform: unset;
	}

	.bt_canal{
		width: 100%;
		height: auto;
		padding-top: calc(1080 / 1920 * 100%);
		width: 50%;
		background-size: auto 100%;
	}
	.m-l-a{
		margin-left: auto;	
	}

	.ajuste-p-d{
		 padding-top: 20px;
	}

	#superStart{
		padding: 80px 0;
	}
	.text_banner{
		width: 25%;
	    margin-left: 5vw;
	}
	.logo_banner{
		width: 100px;
	    margin-right: 2vw;
	}
	#succes{
	  height: 389px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.sub2{
		transform: translate(-50%,-50%);
	}
	.ajustebt{
		top: 70%;
		opacity: 0;
	}
}