﻿.div-main {
    background-color: #ffffff;
    overflow: hidden;
}

.div-main .banner-principal {
	max-width: 100%;
}

.div-main .banner-principal img {
	width: 100%;
	max-width: 100%;
	display: block;
	vertical-align: bottom;
}

.div-main .banner-principal img.banner-mobile {
	display: none;
}

.banner-botoes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #FFA311;
    padding: 35px 0;
}

.banner-botoes a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #00C8F9;
	width: 100%;
	max-width: 265px;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #fff;
	transition: filter 0.2s;
}

.banner-botoes a:hover {
	filter: brightness(1.1);
}

.btn-campus,
.btn-campus:visited {
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 3px;
    flex: 1;
    white-space: pre-line;
    font-family: "Open Sans Condensed";
    font-size: 32px;
    border: 3px solid #FF164E;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #FF164E;

    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.btn-campus:hover,
.btn-campus:active,
.btn-campus:focus {
    color: #ffffff;
    background-color: #FF445A;
    border: 3px solid #FF445A;
    outline: none !important;
    transition: 0.3s;
}

.div-listra {
    text-align: center;
}

.logos-cau {
    text-align: right;
}

.logos-cau img {
    width: 100%;
    max-width: fit-content;
}

@media screen and (max-width: 768px) {
    .logos-cau {
        text-align: left;
    }

    .div-secao-botoes {
        padding: 0;
    }

    .div-btns a.btn-campus {
        margin: 10px 15px;
    }

    .div-listra {
        text-align: center;
    }
        
    .div-main .banner-principal img.banner-mobile {
		display: block;	
	}
	
	.div-main .banner-principal img.banner-desktop {
		display: none;	
	}
	
	.banner-botoes {
		flex-direction: column;
		gap: 15px;
		padding: 20px;
	}
	
	.banner-botoes a {
		font-size: 28px;
	}
}
