:root{
    --primary: #a6ce39;
    --secondary: #a52031;
    --terciary: #a52032c5;
}

html, body{
    height: 100%;
    color: #555;
    padding-bottom: 0 !important;
    width: 100%;
    font-family: Open Sans, sans-serif; 
}

h1, h2, h3, h4, h5, h6{
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: .1rem;
    color: var(--secondary);
}

h1 {
    font-size: 3rem;
}

h2{
    font-size: 2.75rem;
}

h3{
    font-size: 2.5rem;
}

h4{
    font-size: 2.25rem;
}

h5{
    font-size: 2rem;
}

h6{
    font-size: 1.75rem;
}
/*
*{
    border: 2px solid #f00;
}
*/
.clear{
    clear: both;
}

a:hover{
    text-decoration: none;
}

header{
    background: var(--primary);   
    height: auto;
}

#mainHeader{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.logo{
    max-width: 150px;
}

.img-responsive{
    max-width: 50%;
    height: auto;
}

.tel{
    text-align: center;
    background: var(--primary);
    height: auto;
}

.tel a{
    font-size: .9rem;
    color: #fff;
    margin: 0 1ch;
    transition: color .3s ease-in-out;
    line-height: 5vh;
}

.tel a:hover{
    color: var(--secondary);
}

#hiddenBar{
	background: var(--primary);
    width: 110vw;
    justify-content: flex-end;
}

.slide{
    animation: slideMenu 1s ease-in-out;
    display: block !important;
}

header nav li a{
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 700;
}

header nav li a:hover{
    color: var(--secondary) ;
}

.btn-aviso{
    background:var(--secondary);
}

.btn-aviso-reverse{
    border: 2px solid var(--secondary);
    background: var(--secondary);
    color: #fff;
    font-weight: 700;
}

.btn-aviso-reverse:hover{
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-aviso-reverse:hover a{
    color: var(--secondary);
}

.btn-aviso:hover{
    background: #fff;
    color: var(--secondary);
}

.btn-aviso:hover a{
    color: var(--secondary);
}

.fa-phone{
    transform: rotateZ(90deg);
}

.menu-botao:focus{
    outline: none;
}

.menu-botao .fa-bars,
.menu-botao .fa-bars::before,
.menu-botao .fa-bars::after {
    width: 35px;
    height: 5px;
    background: #ffffff;
    border-radius: 100px;
    position: relative;
    transition: all .3s ease-in-out;
}

.menu-botao .fa-bars::before,
.menu-botao .fa-bars::after
{
    content: '';
    position: absolute;
    left: 0;
}

.menu-botao .fa-bars::before{
    transform: translateY(200%) rotate(0);
}

.menu-botao .fa-bars::after{
    transform: translateY(-200%) rotate(0);
}

.menu-botao .fa-bars.actived{
    transform: translateY(0) rotate(-45deg);
}

.menu-botao .fa-bars.actived::before{
    transform: translateY(0) rotate(0);
}

.menu-botao .fa-bars.actived::after{
    transform: translateY(0) rotate(90deg);
}


#agendamento-mobile{
    background: var(--secondary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: right;
    z-index: 5;
    padding: 1.5%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 1ch;
    transition: all .1s linear;
    display: none;
    cursor: pointer;
}

#agendamento-mobile:active{
    background: var(--primary);
    border: 2px solid #fff; 
    padding: 2.1%;
    border-radius: 1ch 0 0 1ch;
}

.offset{
    background: #fefefe;
}

/* main iframe{
    display: block;
    border: 1px solid #000;
    width: 80%;
    height: 80vh;
    margin: auto;
} */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

main, footer {
    font-size: 1.15rem;
}

main a{
    color: var(--secondary);
    transition: all .2s ease-in-out;
}

main a:hover{
    color: var(--primary);
}

main p{
    text-align: justify;;
}

main ul{
    border-left: 5px solid #eee;
}

footer, footer .container{
    background: var(--primary);
}

footer{
    padding: 1% 0;
}

footer h3{
    letter-spacing: -.05rem;
    font-weight: 400;
}

footer .phones a{
    color: #fff;
    transition: all .3s ease-in-out;
}

footer .phones a:hover{
    color: var(--secondary);
}

footer p a{
    color: #fff;
    transition: all .3s ease-in-out;
}

footer p a:hover{
    color: var(--secondary);
}

footer .btn-aviso{
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    font-weight: 700;
}

footer .btn-aviso:hover{
    color: var(--secondary);
    border-color: #fff;
}

footer .email{
    font-weight: 400;
    color: #fff; 
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.email p{
    display: inline-block;
    word-break: break-all;
}

.email:hover{
    color: var(--secondary);
}

footer form .form-group label{
    color: var(--secondary);
    font-weight: 500;
}

footer .form-control:focus{
    border-color: var(--secondary);
    outline: none;
    box-shadow: none;
}

.floating-action-button {
    position: fixed;
    bottom: 70px;
    right: .8rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55);
    background: #34af23;
}

.floating-action-button i.fab {
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .floating-action-button {
        display: none;
    }
}

.menu-contato{
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    bottom: 1%;
    right: 1%;
}

.menu-contato li{
    list-style: none;
}

.menu-contato li a{
    width: 50px;
    height: 50px;
    background: #333;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55);
    
    margin-bottom: 5%;
}

.menu-contato li a .fas, .menu-contato li a .fab{
    position: relative;
    color: #ddd;
    transition: all .5s ease-in-out;
    
}

.menu-contato li a:hover .fas, .menu-contato li a:hover .fab{
    color: #fff;
    transform: rotateY(360deg);
}

.menu-contato li a::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    transition: all .5s ease-in-out;
    
}

.menu-contato li a:hover::before{
    top: 0;
}

.menu-contato li:nth-child(1) a::before{
    background: #dd4b39;
}

.menu-contato li:nth-child(2) a::before{
    background: #3b5999;
}

.menu-contato li:nth-child(3) a::before{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.menu-contato li:nth-child(4) a::before{
    background: #0077B5;
}

.menu-contato li:nth-child(5) a::before{
    background: #09b83e;
}

.hiddenDiv{
    background: var(--primary);
    display: none;
}

.m-disable{
    margin-top: 0;
}

.m-active{
    margin-top: 5vh;
}

@media(min-width: 1200px){

    body{
        font-size: 1.1rem;
    }

    .logo{
        max-width: 50%;
    }

    .nav-link{
        font-size: 1.1rem;
    }
}

@media(max-width: 768px){
    .logo{
        max-width: 50%;
    }

    main iframe{
        width: 80%;
        height: 50vh;
    }

    .menu-contato{
        flex-direction: row;
        background: var(--primary);
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 1% 0;
        justify-content: space-around;
        align-items: center;
        box-shadow: 10px 0 15px rgba(0, 0 ,0 , .2);
    }

    .menu-contato li a{
        margin: 0;
        margin: 0 10px;
        background: #fff;
        box-shadow: 0 0 0 #000;
    }

    .menu-contato li a .fas, .menu-contato li a .fab{
        color: #fff;
    }

    .menu-contato li a::before{
        top: 0;
    }

    .menu-contato li a{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    #agendamento-mobile{
        position: absolute;
        top: 100%;
        display: block;
        right: 0;
    }

    .some-sm{
        display: none;
    }


    .hiddenDiv{
        display: block;
    }
}

@media(max-width: 576px){

    h1, h2, h3{
        text-align: left;
        letter-spacing: 0;
    }

    h1{font-size: 2.5rem;}
    h2{font-size: 2.25rem;}
    h3{font-size: 2rem;}
    h4{font-size: 1.5rem;}

    .img-responsive{
        max-width: 100vw;
    }

    .logo{
        max-width: 150px !important;
    }

    .m-active{
        margin-top: 5vh;
    }

    .negativeSpace{
        display: block;
    }


    footer .modal_btn{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    footer .phones{
        display: flex;
        flex-direction: column;
    }

}

@media(max-width: 375px){
    .tel a{
        font-size: .8rem !important;
    }
}

@keyframes slideMenu{
    0%{
        position: absolute;
        opacity: 0;
        left: -10%;
        top: 100%;
    }

    100%{
        opacity: 1;
        top: 100%;
    }
}