body {
    font-size:12px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
#cont1 {
    height: 700px;
    background-color: #000;
    background-image: url("../img/teste3.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;

}
#header {
    height: 75px;
    background-color: #fff;
}
#logo {
    height: 68px !important;
    position: relative;
    top: 5px !important;
    left: 15px !important;
}
#gms {
    width: 100%;
}
.coluna {
    height: 250px;
    padding: 15px 5px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 29px;
}
#col1 {
    background-color: #da5050;
}
#col2 {
    background-color: #bf4949;
}
#col3 {
    background-color: #ab4040;
}
#cards {
    padding: 0 10% ;
    margin-top: -100px;

    animation-name: columns;
    animation-duration: 1.6s;
}
.iconeg {
    font-size: 70px !important;
    margin: 15px 0 !important;
}
.textop {
    font-size: 15px !important;
}
.textog {
    font-size: 19px !important;
    color: #5c5c5c;
    font-weight: 200;
}
.bg-white-transp {
    height: 700px;
    width: 100%;
    background-color: rgba(255,255,255,0.75);
    padding-top: 30px;
    animation-name: bg-wt;
    animation-duration: 2.5s;
}
.tto {
    animation-name: transptoop;
    animation-duration: 1s;

}
@keyframes bg-wt {
    from {
        width: 0;
        height: 4px;
        background-color: rgba(255,255,255,0.30);

    }
    to {
        width: 100%;
        height: 700px;
        background-color: rgba(255,255,255,0.75);

    }
}
.titulo {
    padding: 90px;
}
.contact {
    background-color: #f00;
    background-image: url("../img/fundo.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer {
    background-color: #252525;
    padding: 30px 90px;

}
@keyframes columns {
    from {
        width: 30%;
    }
    to {
        width: 100%;
    }
}
@keyframes transptoop {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-width: 800px) {
    .coluna {
        font-size: 24px;
        height: 380px;
    }
}
@media screen and (min-width: 1000px) {
    .esteira {

        width: 900px;
    }
}
