body {
    color: #4b4b4b;
    background:#FFF;
}

.content,.container{
    width:90%;
    max-width:1200px;
    margin:0 auto;
}

#pc {
    display: block;
}

#cell {
    display: none;
}

/** ESTILO HEADER PÁGINA PRINCIPAL **/

.header_index {
    width: 100%;
    background: url("../_img/bg3.png") no-repeat;
    background-size: 100%;
}

.header_index_slide {
    width: 100%;
    background-size: 100%;
    margin-top: -800px;
    z-index: 9999;
}

.header_fix {
    padding: 8% 0;
}

.menu_fix {
    float: right;
    padding: 15px 0;
}

.menu_fix ul{
    display: inline;
}

.menu_fix ul li{
    float: left;
    list-style: none;
}

.menu_fix ul li:hover{
    background: url("../_img/indicador.png") no-repeat;
    background-position: left;
}

.menu_fix ul li a{
    color: #FFFFFF;
    padding: 20px;
    text-decoration: none;
    font-size: 1em;
}

.menu_fix ul li ul {
    display: none;
    background: #004486;
    padding: 20px 10px;
    border-radius: 5px;
    position: absolute;
    margin-top: 20px;
}

.menu_fix ul li:hover ul {
    display: block;
}

.menu_fix ul li:hover ul li{
    float: none;
    padding: 10px 0;
}

.menu_fix ul li:hover ul li a{
    padding: 10px 20px;
}

.menu_fix img {
    margin-top: -20px;
}

/** ANIMAÇÃO **/

.infinite-words,
.hover-words {
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    overflow: hidden;
}


.infinite-words ul li,
.hover-words ul li,
.click-words ul li {
    list-style-type: none;
    color: #FFF;
}

.infinite-words ul {
    animation: infiniteWord 50s ease infinite;
}

@keyframes infiniteWord {
    from {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, -60px);
    }
    30% {
        transform: translate(0, -60px);
    }
    40% {
        transform: translate(0, -120px);
    }
    50% {
        transform: translate(0, -120px);
    }
    60% {
        transform: translate(0, -190px);
    }
    70% {
        transform: translate(0, -190px);
    }
    80% {
        transform: translate(0, -245px);
    }
    90% {
        transform: translate(0, -245px);
    }
    to {
        transform: translate(0, -300px);
    }
}

/** FINAL DA ANIMAÇÃO **/

.header_index h2 {
    color: #FFF;
    font-size: 4em;
    text-transform: uppercase;
}

.header_index p {
    color: #FFF;
    font-size: 1.5em;
    text-transform: uppercase;
}

.menu_icons {
    width: 100%;
    height: 300px;
}

.menu_icons ul {
    width: 100%;
    display: inline;
}

.menu_icons ul li {
    float: left;
    width: 140px;
    padding: 0 11%;
    list-style: none;
    text-align: center;
}

.menu_icons ul li a{
    color: #004486;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-left: -30px;
    display: block;
}

/** ESTILO CONTEUDO DOBRA INSTITUCIONAL **/

.dobra_institucional {
    padding: 5% 0;
}

.dobra_institucional .left h2 {
    color: #004486;
    font-size: 1.2em;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.dobra_institucional .left p {
    text-align: justify;
    font-size: 1.2em;
}

.dobra_institucional header {
    padding-bottom: 5%;
}

.dobra_institucional header img{
    float: left;
    padding-right: 20px;
}

.dobra_institucional header h1 {
    font-size: 3em;
    font-weight: normal;
    text-transform: uppercase;
    color: #004486;
}

.images_institucional {
    width: 50%;
    float: left;
    margin-right: 5%;
}

.images_institucional h2{
    color: #004486;
    font-size: 1.2em;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.images_institucional p{
    text-align: justify;
    font-size: 1.2em;
}

.images_institucional img {
    margin: 5px 0;
    float: left;
}

.images_institucional video{
    margin: 5px 0;
    float: left;
    width: 100%;
    height: auto;
}

.images_institucional img.foto_center {
    margin: 5px 4px;
    float: left;
}


.institucional_dados {
    width: 45%;
    float: left;
}

.institucional_dados h2{
    color: #004486;
    font-size: 1.2em;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.institucional_dados p{
    text-align: justify;
    font-size: 1.2em;
}

/** ESTILO DOBRA METROLOGIA **/

.dobra_metrologia {
    padding: 5% 0;
    float: left;
}

.dobra_metrologia header {
    width: 100%;
    padding-bottom: 2%;
}

.dobra_metrologia section {
    width: 100%;
}

.dobra_metrologia section article.calibracao_float {
    width: 60%;
    float: left;
}

.dobra_metrologia section article p{
    text-align: justify;
    font-size: 1.2em;
    float: left;
}

.dobra_metrologia section article h2 {
    color: #004486;
    font-size: 1.2em;
    padding: 10px 0;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.dobra_metrologia .img_metrologia_index img {
    float: left;
    padding: 0 0 30px 0;
    width: 100%;
    height: auto;
}

.left {
    float: left;
}

/** ESTILO RODAPE DIOTEC **/

.fotter_diotec {
    width: 100%;
    padding: 5%;
    color: #FFF;
    background: #004486;
    float: left;
}

.fotter_diotec header {
    padding-bottom: 30px;
    float: left;
}

.dados_rodape {
    float: left;
    padding: 0 15%;
}

.dados_rodape h1{
    font-size: 1em;
    font-weight: 500;
}

.dados_rodape p{
    font-size: 0.8em;
    padding-bottom: 20px;
}

.dados_rodape p a {
    color: white;
    text-decoration: none;
}

.redes_rodape {
    float: left;
}

.redes_rodape ul{
    display: inline;
    float: left;
}

.redes_rodape ul li{
    float: left;
    display: inline;
    list-style: none;
    padding: 0 10px;
}

.redes_rodape ul li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
}

.fotter_diotec address {
    font-size: 0.6em;
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.whatsapp a img {
    width: 100px;
    height: auto;
}

/** PAGINA CLIENTES **/

.img_mapa {
    float: right;
    margin: -170px 200px 50px 0;
}

/** PAGINA GERENCIAMENTO **/

.text_container p{
    text-align: justify;
    font-size: 1.2em;
    float: left;
}

.text_container article {
    padding: 1.5% 0;
}

/* LOCALIZAÇÃO **/

.iframe_mapa {
    float: right;
    margin: -170px 0 50px 0;
}

/** FALE CONOSCO **/

.whatsapp_faleconosco {
    width: 40%;
    float: left;
    margin-left: 5%;
}

.faleconosco_formulario {
    width: 55%;
    float: left;
}

.faleconosco_formulario form {
    width: 100%;
}

.faleconosco_formulario form label {
    width: 100%;
    text-align: left;
    font-size: 1em;
    color: #004486;
    font-weight: bold;
}

.faleconosco_formulario form input {
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin: 10px 0;
}

.faleconosco_formulario form textarea {
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin: 10px 0;
    height: 150px;
}

.faleconosco_formulario form button {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #004486;
}

.faleconosco_formulario form button:hover {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    background: #004486;
}

.text_container h2 {
    color: #004486;
    font-size: 1.2em;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}


/** ANIMACAO **/

[data-am-gallery] {
    width: 100%;
    height: auto;
    background-color: #fff;
    /* Navigation */
    background-size: 100%;
    position: relative;
}

[data-am-gallery] input[type="radio"] {
    position: relative;
    top: -9999px;
}

[data-am-gallery] input[type="radio"]:checked:nth-child(5) ~ .images .image:nth-child(5) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(5) ~ .navigation .dot:nth-child(5) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(5) ~ .navigation .dot:nth-child(5):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .images .image:nth-child(4) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .navigation .dot:nth-child(4) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .navigation .dot:nth-child(4):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .images .image:nth-child(3) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .navigation .dot:nth-child(3) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .navigation .dot:nth-child(3):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .images .image:nth-child(2) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .navigation .dot:nth-child(2) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .navigation .dot:nth-child(2):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .images .image:nth-child(1) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .navigation .dot:nth-child(1) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .navigation .dot:nth-child(1):hover { opacity: 1; }

[data-am-gallery] .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[data-am-gallery] .navigation {
    position: absolute;
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-am-gallery] .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

[data-am-gallery] .dot:hover { opacity: 0.8; }


@media screen and (min-width: 200px) and (max-width: 1080px) {
    .header_fix {
        padding: 8% 0 14% 0;
    }

    .header_fix img {
        width: 100px;
        height: auto;
    }

    .menu_fix {
        width: 100%;
        padding: 15px 0;
    }

    .menu_fix ul{
        display: inline;
    }

    .menu_fix ul li{
        float: left;
        list-style: none;
    }

    .menu_fix ul li:hover{
        background: url("../_img/indicador.png") no-repeat;
        background-position: left;
    }

    .menu_fix ul li a{
        color: #FFFFFF;
        padding: 20px 10px;
        text-decoration: none;
        font-size: 0.8em;
    }

    .menu_fix img {
        float: right;
        width: 100px;
        height: auto;
        top: 40px;
        right: 50px;
        position: absolute;
    }

    .header_index h2 {
        color: #FFF;
        font-size: 2em;
        text-transform: uppercase;
    }

    .header_index p {
        color: #FFF;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    .menu_icons {
        width: 100%;
        height: 100px;
        margin-top: -200px;
        margin-left: -15px;
    }

    .menu_icons img{
        width: 70px;
        height: auto;
    }

    .menu_icons ul {
        width: 100%;
        display: inline;
    }

    .menu_icons ul li {
        float: left;
        width: 50px;
        padding: 0 11%;
        list-style: none;
        text-align: center;
    }

    .menu_icons ul li a{
        color: #004486;
        width: 70px;
        font-size: 7px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        margin-left: 0px;
        display: block;
    }


    /** ESTILO CONTEUDO DOBRA INSTITUCIONAL **/


    .dobra_institucional header {
        padding-top: 30px;
    }

    .dobra_institucional header img{
        float: left;
        padding-right: 20px;
        width: 50px;
        height: auto;
    }

    .dobra_institucional header h1 {
        font-size: 1.5em;
        font-weight: normal;
        text-transform: uppercase;
        color: #004486;
    }

    .dobra_institucional .left h2 {
        color: #004486;
        font-size: 1em;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .dobra_institucional .left p {
        text-align: justify;
        font-size: 1em;
    }

    .dobra_institucional article {
        padding: 3% 0;
    }

    .images_institucional {
        width: 100%;
        float: left;
    }

    .images_institucional img {
        margin: 5px 0;
        float: left;
        width: 100%;
        height: auto;
    }

    .images_institucional video{
        margin: 5px 0;
        float: left;
        width: 100%;
        height: auto;
    }

    .images_institucional img.foto_center {
        margin: 5px 0;
        float: left;
    }


    .institucional_dados {
        width: 100%;
        float: left;
    }

    .institucional_dados h2{
        color: #004486;
        font-size: 1em;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .institucional_dados p{
        text-align: justify;
        font-size: 1em;
    }

    .images_institucional h2{
        color: #004486;
        font-size: 1em;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .images_institucional p{
        text-align: justify;
        font-size: 1em;
    }

    /** ESTILO DOBRA METROLOGIA **/

    .dobra_metrologia header img {
        width: 250px;
        height: auto;
    }

    .dobra_metrologia article {
        padding: 3% 0;
    }

    .dobra_metrologia section article.calibracao_float {
        width: 100%;
        float: left;
    }

    .dobra_metrologia section article p{
        text-align: justify;
        font-size: 1em;
        float: left;
    }

    .dobra_metrologia section article h2 {
        color: #004486;
        font-size: 1em;
        padding: 10px 0;
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .dobra_metrologia .img_metrologia_index img {
        float: left;
        width: 100%;
    }

    /** ESTILO RODAPE DIOTEC **/

    .fotter_diotec {
        width: 100%;
        padding: 5%;
        color: #FFF;
        background: #004486;
        float: left;
    }

    .fotter_diotec header {
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .fotter_diotec header img{
        width: 150px;
        height: auto;
    }

    .dados_rodape {
        float: left;
        padding: 0 10%;
    }

    .dados_rodape h1{
        font-size: 1em;
        font-weight: 500;
        color: #FFFFFF;
    }

    .dados_rodape p{
        font-size: 1em;
        padding-bottom: 20px;
    }

    .redes_rodape {
        float: left;
        width: 100%;
        text-align: center;
    }

    .redes_rodape ul{
        width: 70px;
        margin-left: 45%;
    }

    .redes_rodape ul li{
        float: left;
        display: inline;
        list-style: none;
        padding: 0 10px;
    }

    .redes_rodape ul li a{
        color: #FFFFFF;
        text-decoration: none;
        font-size: 1em;
    }

    .fotter_diotec address {
        font-size: 0.6em;
        float: left;
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    /** ANIMAÇÃO **/

    .infinite-words,
    .hover-words {
        height: 15px;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        display: flex;
        overflow: hidden;
        margin-top: 40px;
    }


    .infinite-words ul li,
    .hover-words ul li,
    .click-words ul li {
        list-style-type: none;
        color: #FFF;
    }

    .infinite-words ul {
        animation: infiniteWord 50s ease infinite;
    }

    @keyframes infiniteWord {
        from {
            transform: translate(0, 0);
        }
        10% {
            transform: translate(0, 0);
        }
        20% {
            transform: translate(0, -20px);
        }
        30% {
            transform: translate(0, -20px);
        }
        40% {
            transform: translate(0, -40px);
        }
        50% {
            transform: translate(0, -40px);
        }
        60% {
            transform: translate(0, -60px);
        }
        70% {
            transform: translate(0, -60px);
        }
        80% {
            transform: translate(0, -80px);
        }
        90% {
            transform: translate(0, -80px);
        }
        to {
            transform: translate(0, -105px);
        }
    }

    /** FINAL DA ANIMAÇÃO **/

    .whatsapp a img {
        width: 70px;
        height: auto;
    }

    /** PAGINA CLIENTES **/

    .img_mapa {
        float: none;
        margin: 0;
    }

    .img_mapa img {
        width: 100%;
        padding-top: 20px;
        height: auto;
    }

    /** PAGINA LOCALIZAÇÃO **/

    .iframe_mapa {
        float: none;
        margin: 0;
        height: 200px;
    }

    .iframe_mapa iframe {
        height: auto;
        width: 100%;
    }

    /** FALE CONOSCO **/

    .whatsapp_faleconosco {
        width: 100%;
        float: left;
    }

    .whatsapp_faleconosco img {
        width: 90%;
        height: auto;
    }

    .faleconosco_formulario {
        width: 100%;
        float: left;
    }

    .faleconosco_formulario form {
        width: 100%;
    }

    .faleconosco_formulario form label {
        width: 100%;
        text-align: left;
        font-size: 1em;
        color: #004486;
        font-weight: bold;
    }

    .faleconosco_formulario form input {
        width: 100%;
        text-align: left;
        font-size: 1em;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #CCC;
        margin: 10px 0;
    }

    .faleconosco_formulario form textarea {
        width: 100%;
        text-align: left;
        font-size: 1em;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #CCC;
        margin: 10px 0;
        height: 150px;
    }

    .text_container h2 {
        color: #004486;
        font-size: 1em;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
    }

    .text_container p{
        text-align: justify;
        font-size: 1em;
        float: left;
    }

    [data-am-gallery] {
        width: 100%;
        height: 300px;
        background-color: #fff;
        /* Navigation */
        background-size: 100%;
    }

    #pc {
        display: none;
    }

    #cell {
        display: block;
    }

}

