/*
    Theme Name: Hello Elementor Child
    Theme URI: https://elementor.com/
    Description: Tema filho para o Hello Elementor da MM Martins
    Author: Seu Nome
    Template: hello-elementor
    Version: 1.0.0
    
    Contato no topo do site */
.contatos_topo, .contatos_rodape{ 
    color: #ffffff !important; 
    font-size: 15px !important; 
    line-height: 28px !important;
}
.contatos_topo a, .contatos_rodape a{ 
    font-family: Roboto !important;
    color: #ffffff !important; }

.contatos_topo a:hover, .contatos_rodape a:hover{ color: #ffffff !important; }

/* ENDEREÇO SEÇÃO FALE CONOSCO */
.secao_contato{
    color: #ffffff !important; 
}
.secao_contato a{
    color: #ffffff !important; 
}

/* ENDEREÇO NO RODAPÉ */
.endereco{
    color: #ffffff !important;
    float: center;
}
/* FAZER O MENU MUDAR DE COR AO ROLAR */
.menu-principal{
    position: fixed;
    top:0;
    width:100%;
    z-index:9999;
    transition: all 0.3s ease;
}
.menu-scroll{ /* estado quando rolar */
    background:#606062;
    box-shadow:0 2px 10px rgba(0,0,0,0.15);
}

#quadrado{
    float: left;
    margin: 1% 2% 0 0;
    width: 15px;
    height: 15px;
    background: #45B2D3;
}

/* CONFIGURAÇÕES DO FORMULARIO */
#contato1{
    width: 48%;
    float: left !important;
}
#contato2{
    width: 48%;
    float: right !important;
}
#contato3{
    width: 100%;
}

.mob-form{
    max-width:100%;
    margin:auto;
}

#contato1 input, #contato2 input, #contato3 input{
    margin-bottom:30px;
    border: 1px solid #cccccc;
}

.mob-form textarea{
    height:160px !important;
    resize:none;
    border: 1px solid #cccccc;
}

/* placeholder */
.mob-form input::placeholder,
.mob-form textarea::placeholder{
    color:#888 !important;
    opacity:0.9;
}
.mob-form .center{
    text-align: center !important;
    width:100%;
}

/* botão */
.mob-form button{
    margin-top: 0%;
    background: #fff;
    border:none;
    color:#45B2D3;
    padding:10px 34%;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;    
    display:block;
    margin-top: 2.6%;
}
.mob-form button:hover{
    background: #00a859;
    color:#fff;
}
@media(max-width:768px){
    .mob-form button{
        padding:10px 25%;
    }
}

/* mensagens */
#mob-status{
    margin-top:15px;
    color:#ffffff;
    text-align:center;
}

/* mobile */
@media(max-width:768px){
    .mob-grid{
        grid-template-columns:1fr;
    }
}

/* CONFIGURAÇÕES DO RODAPÉ */
.contatos_rodape{
  text-align: center;
}

@media(max-width:768px){
    .endereco_rodape{
        font-size: 14px !important;
    }
}

