.bg-sede{
    background: linear-gradient(to left, #399c02, #4fabe1);
}
.bg-reg{
    border: 5px solid #fff;
}
.bg-ss{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.rectangulo1{
    background: #4fabe1;
    width: 30px;
    height: 30px;
    margin-bottom: -20px;
    transform: skew(20deg);
}
.rectangulo3{
    background: linear-gradient(to top, #58d30b, #399c02);
    margin-left: 10px;
    width: 150px;
    height: 50px;
    font-weight: 800;
    padding-top: 10px;
    text-transform: uppercase;
    opacity: 0.8;
    transform: skew(-20deg);
}
.rectangulo3 a{
    text-decoration: none;
    padding-top: 20px;
    font-size: 1.1rem;
}
.rectangulo2{
    background: #19199d;
    margin-top: 5px;
    margin-left: 35%;
    width: 35px;
    height: 40px;
    transform: skew(20deg);
}
@media only screen  and (max-width: 768px) {
    .rectangulo1{
        margin-bottom: -10px;
    }
	.rectangulo3 {
        height: 35px;
    }
    .rectangulo2{
        margin-left: 35%;
    }
    .rectangulo3 a{
        text-decoration: none;
        font-size: .8rem;
    }
}
@media only screen  and (min-width: 768px) and (max-width: 1024px){
    .rectangulo1{
        margin-bottom: -5px;
    }
	.rectangulo3 {
        height: 45px;
    }
    .rectangulo3 a{
        text-decoration: none;
        padding-top: 10px;
        font-size: .8rem;
    }
    .rectangulo2{
        margin-left: 30%;
    }
}
@media only screen  and (min-width: 200px) and (max-width: 360px){
	.rectangulo1{
		opacity:0;
	}
	.rectangulo2{
		opacity:0;
	}
	.rectangulo3 {
        height: 25px;
		font-size: 0.8rem;
		margin-top: 20px;
    }
}