body {
    font-family: 'Open Sans', sans-serif;
    background: #FFFFFF !important;
}

.header .container-fluid{
	padding:0;
}

.border-h1 {
    color: #E1E1E1;
}

.border-h2 {
    position: absolute;
    bottom: auto;
    color: #E1E1E1;
}

h1, h2, h3, {
	margin-top: 7px;
	margin-bottom: -5px;
}

h2 {
    color: #000000;
}
h4 {
    padding-top: 10px;
}

.text-center {
    text-align:center;
    color: #868686;
}

p .text-order {
    padding: 40px 5px;
    font-size: 36px;
}

.navbar-side {
    z-index: 0; 
}

.img-fluid {
	max-width: 100%;
	height: auto;
	padding-left: 5px;
}

.midias-sociais {
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
    padding-top: 15px;    
}

.grid-1 {
  display: grid;
  place-items: center;

  /* é como escrever: */
  align-items: center;
  justify-items: center;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
}

/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 575.98px) {
    .logo {
        display: flex;
        padding-left: 40px;
        padding-top: 15px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 20px;
    }    
    .rodape {
        bottom: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .form-control {
        width: 90%;
    }
}

/* Dispositivos small (telefones em modo paisagem, com 576px ou mais) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        display: flex;
        padding-left: 40px;
        padding-top: 15px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 20px;
    }    
    .rodape {
        bottom: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .form-control {
        width: 90%;
    }
}

/* Dispositivos médios (tablets com 768px ou mais) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo {
        display: flex;
        padding-left: 80px;
        padding-top: 15px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 80px;
    }        
    .rodape {
        bottom: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .form-control {
        width: 90%;
    }
}

/* Dispositivos large (desktops com 992px ou mais) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo {
        display: flex;
        padding-left: 80px;
        padding-top: 15px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 80px;
    }        
    .rodape {
        bottom: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .form-control {
        width: 90%;
    }
}

/* Dispositivos extra large (desktops grandes com 1200px ou mais) */
@media (min-width: 1200px) {
    .logo {
        display: flex;
        padding-left: 80px;
        padding-top: 15px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 80px;
    }        
    .rodape {
        bottom: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .form-control {
        width: 90%;
    }
}