@font-face {
    src: url(../fonts/OpenSans-Regular.ttf);
    font-family: "OpenSans-Regular";
}

body {
    
    background: #e9e8e8;
    /*-webkit-appearance: slider-horizontal;  */
    
}

header {
    width: 100%;
    height: 160px;
    background: linear-gradient(to right, #00621d, #0ba33d 90%);
}

header .container-white {
    width: 80%;
    height: 50px;
    left: 10%;
    background: white;
    font-family: "OpenSans-Regular";
    text-align: center;
    top: 5%;
    font-size: 12px;
    position: relative;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: coral;
}

header #logotipo {
    margin-top: 2%;
}
#img_manutencao{
    max-width: 32px;
    max-height: 32px;
    margin-top: 0.5%;
    margin-left: 1%;

}
#informativo{
   
    margin-top: 10%;
}
#contato_cgo{
   
    margin-top: 10%;
}


@media screen and (max-width: 360px) {

    .container-white h3{
        padding-top: 10px;
        font-size: 14px;
    }
}


@media screen and (min-width: 361px) and (max-width: 480px) {
    .container-white h3{
        padding-top: 10px;
        font-size: 16px;
    }
}


@media screen and (min-width: 481px) and (max-width: 600px) {
    .container-white h3{
        padding-top: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    header #logotipo {
        max-width: 280px;
    }
    #titulo{
        font-size: 18px;
    }
    #informativo{
        font-size: 12px;
        margin-top: 10%;
    }
    #contato_cgo{
        font-size: 12px;
        margin-top: 10%;
    }
    .container-white h3{
       padding-top: 10px;
        font-size: 16px;
    }

    #img_manutencao{
        max-width: 20px;
        max-height: 20px;
        margin-top: 0.5%;
        margin-left: 1%;
    }
    header {
        width: 100%;
        height: 110px;
    }
    header .container-white {
        height: 40px;
        top: 10%;

    }
    
    

}




@media screen and (max-height: 534px){

    #informativo{
        
        margin-top: 5%;
    }
    #contato_cgo{
       
        margin-top: 5%;
    }
    


}
@media screen and (min-height: 535px) and (max-height: 740px){

    #informativo{
        
        margin-top: 10%;
    }
    #contato_cgo{
       
        margin-top: 10%;
    }
   


}



section {
    font-family: "OpenSans-Regular";
    text-align: center;
    margin-top: 3%;
    font-size: 12px;
    flex-wrap: wrap;
   
}

section .col-sm-2 {
    background: white;
    width: auto;
    height: 180px;
    position: relative;
    border: 5px solid transparent;
    background-clip: padding-box;
}

section .col-lg-2 {
    background: white;
    width: 300px;
    height: 180px;
    position: relative;
    /* padding-right: 5px; */
    border: 5px solid transparent;
    background-clip: padding-box;
}

section h3 {
    vertical-align: middle;
    margin-top: 2px;
}

h6 .tit {
    text-align: center;
}

section p {
    font-size: 15px;
    text-align: justify;
}

section .p2 {
    font-size: 18px;
    text-align: justify;
}
section .icon {
    max-width: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
}

section .icon2 {
    max-width: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.col-sm-2 p {
    font-family: "OpenSans-Regular";
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
}

div.col-lg-2 p {
    font-family: "OpenSans-Regular";
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
}

footer {
    width: 100%;
    background: #fafafa;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #008127;
    margin-top: 1%;
    bottom: 0;
    position: absolute;
    
   
    
    
}

footer .row {
    vertical-align: middle;
    margin-left: 0;
    margin-top: 2px;
    margin-right: auto;
    margin-bottom: auto;
    font-family: "OpenSans-Regular";
    text-align: center;
    font-size: 11px;
    
}

footer #logotipo {
    display: block;
    max-width: 70px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    color: #000000;
    text-decoration: none;
}

.flip-card {
    background-color: transparent;
    width: auto;
    height: auto;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    transition-delay: 0.3s;
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: rgb(255, 255, 255);
    color: black;
}


/* Style the back side */

.flip-card-back {
    background-color: rgb(255, 255, 255);
    transform: rotateY(180deg);
    align-items: center;
    margin: auto;
}

.flip-card-back a {
    color: rgb(87, 87, 87);
}

#conteudo {
    display: none;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: center;
    /*centralizando a imagem*/
    margin-top: center;
    /*centralizando a imagem*/
}