@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family:  "Poppins", Arial, sans-serif;
}
header{
    background-color: #BF3633;
    height: 150px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    overflow-x: hidden;
}

.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    margin: 20px 0 0 40px;
    height: 120px;
    
}

.login {
    position: relative;
    width: 940px;
    color: #000000;
    font-size: 20px;
    margin-left: 15%;
    text-decoration: none;
    margin-right: 10px;
    margin-top: -80px;
    margin-bottom: 150px;
}

.login a:hover {
    cursor: pointer;
    font-size: 21px;
    text-decoration: underline #000000;
    transition: 0.4s;
}

a {
    text-decoration: none;
    color: #000000;
    text-decoration: none;
    margin: 5px;
}

/*index*/
.home {
    height: 25px;
    text-decoration: underline;
    color: #a52226;
}

.principal {
    text-align: center;
    margin-top: 240px;
}

.principal h1 {
    font-size: 64px;
}

.principal p {
    font-size: 24px;
    color: #828282;
    margin: 30px;
}

.titulo {
    font-size: 40px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 40px;
}

.texto {
    margin: 20px;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.materia_descarte {
    border-color: #000000;
    text-align: justify;
    border: 2px solid #000000;
    margin: 40px;
    border-radius: 10px;
}

.cnn {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 20px;
}

.sobre_cnn {
    font-size: 15px;
    color: #828282;
    margin-left: 80px;
    margin-top: -35px;
}

.texto:hover {
    color: #828282;
    transition: 0.4s;
}

.botao-principal {
    background-color: #BF3633;
    border-radius: 7px;
    padding: 15px;
    width: 24px;
    height: 14px;
    font-size: 16px;
    text-decoration: none;
    color: white;
    margin-bottom: -440px;
}

.botao-principal:hover {
    background-color: #a52226;
    transition: 0.4s;
}

.comp_img {
    max-width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
    margin-top: 140px;
    margin-left: 9%;
    margin-right: 8%;
}

.corpo_texto {
    text-align: justify;
    font-size: 20px;
    margin: 20px;
    line-height: 1.3em;
    margin-left: 30px;
    margin-right: 30px;
}

footer {
    background-color: #BF3633;
    height: 60px;
    text-align: center;
    width: 100%;
    margin-top: 100px;
    color: black;
}

footer p{
    padding: 20px;
}


/*principal*/
.titulo_principal {
    margin: 20px;
    margin-top: 200px;
    margin-right: 140px;
    font-size: 56px;
    display: inline-block;
    width: 36%;
    color: #a52226;
}

.local {
    height: 2rem;
    color: black;
    border: solid 1px black;
    border-radius: 5px;
    display: inline-flex;
}

iframe {
    width: 45%;
    height: 480px;
    margin: 30px;
    margin-top: 100px;
}

.corpo {
    margin: 20px;
    display: inline-flex;
}

h2 {
    margin-top: 20px;
    font-size: 36px;
    width: 50%;
    background-color: #BF3633;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #a52226;
    margin-left: 20%;
}

.lista-locais {
    font-size: 20px;
    display: list-item;
    width: 50%;
    background-color: #e2e2e2;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #999999;
    list-style-type: none;
    margin-left: 20%;
}

.lista-locais a:hover {
    color: #a52226;
    font-size: 22px;
    transition: 0.4s;
}

.container_lista {
    display: inline-block;
    text-align: center;
}

/*escola Baroni */
.titulo2{
    text-align: center;
}

.local{
    margin: 70px 55px;
    color: white;
}
.missao{
    background-color: rgb(199, 32, 32);
    color: white;
    margin: 20px;
    border-radius: 15px;
}
.banner{
    width: 100%;
}
.sobre{
    margin: 5%;
    text-align: center;
}
.sobre-ceep{
    margin: 65px;
    text-align: center;
    font-size: 150%;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 20px;
    color: black;
}
.endereço{
    margin: 10, 25px;
    color: white;
    margin-left: 3px;
    margin-right: 30px;
}
.copy{
    color: grey;
    margin-left: 300px;
    margin-top: 2.5%;

}
.missao p{
    font-size: 20px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}
/*cursos*/
.curso_imagem img{
    width: 200px;
    height: 150px;
    margin-top: 20px;
    text-align: center;
}
.curso_imagem p {
    font-size: 15px;
    text-align: center;
    margin: 10px;
}
.img_curso{
    text-align: center;
    border-radius: 10px;
    display: inline-block;
	text-align: center;
	width: 22%;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}
.imagens{
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: -35px;
    margin-bottom: -50px;
    margin-left: -50px;
    margin-right: -50px;
}
/*for mobile phones:*/
[class*="col-"]{
    width: 100%;
}

@media only screen and(min-width: 600px){
    /*for tablets*/
    .col-s-1 {width: 8.33%}
    .col-s-2 {width: 16.66%}
    .col-s-3 {width: 25%}
    .col-s-4 {width: 33.33%}
    .col-s-5 {width: 41.66%}
    .col-s-6 {width: 50%}
    .col-s-7 {width: 58.33%}
    .col-s-8 {width: 66.66%}
    .col-s-9 {width: 75%}
    .col-s-10 {width: 83.33%}
    .col-s-11 {width: 91.66%}
    .col-s-12 {width: 100%}
}
@media only screen and(min-width: 760px){
    /*for tablets*/
    .col-s-1 {width: 8.33%}
    .col-s-2 {width: 16.66%}
    .col-s-3 {width: 25%}
    .col-s-4 {width: 33.33%}
    .col-s-5 {width: 41.66%}
    .col-s-6 {width: 50%}
    .col-s-7 {width: 58.33%}
    .col-s-8 {width: 66.66%}
    .col-s-9 {width: 75%}
    .col-s-10 {width: 83.33%}
    .col-s-11 {width: 91.66%}
    .col-s-12 {width: 100%}
}
