/* Folha de Estilo CSS - Kortex - Comunicação & Design

/* Reset CSS */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, images, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration:none;
}

body{
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
      min-height: 100vh; 
  margin: 0; 
  
  display: grid;
  grid-template-rows: auto 1fr auto;
}
    .logo{
        margin: auto;
        padding-top: 30px;
        text-align: center;
    }
    .logo h2{
        font-family: 'Architects Daughter', cursive;
        font-size: 38px;
        color: #576869;  
        margin-bottom: 30px;    
        padding: 0 15px;

    }
    .logo img{
        margin-bottom: 25px;
        width: 80%;
    }
    .infor img{
        margin: auto;
        display: flex;
        margin-top: 50px;
    }
    .infor p{
        font-family: 'Open Sans', sans-serif;
        color: #576869;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .form h3{
        font-family: 'Architects Daughter', cursive;
        font-size: 23px;
        color: #ff0000;
        margin-bottom: 15px;
    }
    .form h4{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #576869;
        margin-bottom: 15px;
    }
    .form .social{
        display: flex;
        align-items: center;
        gap:25px;
        
    margin-top: 10px;

    }
    .form .social p{
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #576869;
    }
    .form .btn-footer{
        background-color: #ff0000; /* Red */
        border: none;
        color: white;
        padding: 8px 32px;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        line-height: 1.2em;
    }
    footer{
        background-color: #000000;
        bottom: 0;
        width: 100%;
        margin: 0;
        margin-top:17px;
        padding: 10px 0;
    }
    footer .rodape{
        display: flex;
        align-items: center;
        gap: 15px;

    }
    footer .p{
        color:#fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }
@media (min-width: 768px){
}
@media (min-width: 1200px){
}
@media (max-width: 991px){
    footer{
        position: relative;
        margin-top: 20px;
    }
    .form .social {
        gap:10px
    }
    .form .social p {
        font-size: 14px;
    }
    .infor img{
        margin-bottom: 15px;
    }
    .social img{
        width: 70%;
    }
    footer p {
        font-size: 11px;
    }
}
@media (max-width: 768px){

}
@media (max-width: 1199px){
}
@media (min-width: 992px){
}
@media (min-width: 1200px){
}
