/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 6, 2021, 4:35:38 PM
    Author     : apesp0716
*/

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.otf");
}
    
@font-face {        
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.otf");
}

@font-face {        
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.otf");
}

@font-face {        
    font-family: "GothamBook";
    src: url("../fonts/GothamBook.ttf");
}

#btn_menu{
    display: none;
}

#site-antigo{
    display: none;
}

/* NAVBAR MDA*/

.navbar-mda{
    border-top: 30px solid #9f2125;
    padding: 0px 8px;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1.1em;
}

.navbar-nav li a.link{
    color: #000000;
    font: normal normal 900 16px/20px "Gotham-Light";
    opacity: 1;
}

.navbar-nav li a.active { 
    font: normal normal 900 16px/20px "Gotham-Bold";
}


.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);     
}

#logo_navbar{
    padding: 2px ;
}

/* FIM NAVBAR MDA*/

/* BANNER MDA */

#banner_interno #banner_home_mda #titulo_home {
    display         : flex;
    align-items     : flex-end;
    justify-content : center;
    margin          : 0 0 30px 8vw;
}

#banner_interno #banner_home_mda #titulo_home h1 {
    font-family: "Gotham-Bold";
    line-height: 45px;
    letter-spacing: NaNpx;
    color       : #FFFFFF;
    text-align  : left;  
    text-shadow : 3px 3px 2px #00000029;
    opacity: 1;
}

#banner_interno #banner_home_mda #titulo_home h1 #title_mda_home {
    font-weight : 900;
}

.bg_page {
        background-image  : url('../mda/fundo_principal.png');
        background-repeat : no-repeat;
        background-size   : cover;
}

.wrapper-modelo{
    background-image  : url('../mda/fundo_modelos.png');
    background-repeat : no-repeat;
    background-size   : cover;       
}

.container-fluid-modelo {
    margin-top: 100px;
    margin-bottom: 80px;
}

.container-modelos{
    width: 100%;
    max-width: 1400px;
    
    background-image  : url('../mda/fundo_modelos.png');
    background-repeat : no-repeat;
    background-size   : cover;  
}

#box_modelos{
    height: 720px;
}

#title_mda_home {
    font-size: 1.1em;
}

/* FIM BANNER MDA */

/* CONTEUDO PAGINA */

.conteudo_pagina{
    background-color: #f9f9f9;
    margin-top: -25px;
    text-align : left;
    box-shadow: 0px 1px 15px -10px #000;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

#bloco_red_mda{
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 18px;
    background: #9F2125 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;

}

.bloco_txt_mda{
    text-align: left;
    margin: 30px auto;
    font: normal normal normal 14px/22px "GothamBook";
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
}

.txt_mda_title{
    margin-bottom: 30px;
    text-align: left;
    font: normal normal normal 20px/22px "Gotham-Bold";
    color: #A8131C;
    opacity: 1;
}

.txt_mda_subtitle{
    text-align: left;
    font: normal normal normal 20px/22px "Gotham-Bold";
    color: #A8131C;
    opacity: 1;
}

.btn_mda_home{
    width: 150px;
    height: 45px;
    border-radius: 7px;
    background-color: #923239;
    opacity: 1;
    margin-bottom: 20px;
}

.btn_mda_home img{
    width: 50%
}

.logo_texto_home{
    text-align: center;
}

.bloco_painel {
    display: flex;
    position: relative;
    padding-bottom: 45.25%; 
    padding-top: 25px;
    height: 0;
    margin-top: 0;
}

.bloco_painel iframe{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
}

.bloco_painel_mobile{
    display: none;
}

.img_texto{
    text-align: center;
}

.bloco_img_home{
    margin-top: 25px;
}

.bloco_img_home figure{
    display: inline-block;
}

.card_box_home{
    background-color: #f9f9f9;
    border: 1.0px solid;
    border-radius: 0;
    margin-top: 30px;
    opacity: 1;
}

.home_mark{
    position: absolute;
    top: -10px;
    left: -2px;
    font-family: arial;
    font-size: 2.1em;
    color: #ab1919;
    background-color: #f9f9f9;
    font-weight: 600;
    border-right: 5px solid #f9f9f9;
}

.home_box_card{
    font-size: 1.2em;
    font: normal normal normal 15px/20px "GothamBook";
}

.mda_marker{
    list-style-type: none;
    margin-bottom: 10px;
}

.mda_marker li::before{
    content: "";
    background: #9F2125;
    padding-inline: 1ch;
    margin-inline-end: 1ch;
    width: 16px;
    height: 16px;    
}

.mda_marker li{
    margin-bottom: 10px;
}

.mda_maker li a{
    color: #000000;
    text-decoration: none;
}

.mda_maker li a:hover{
    text-decoration: none;
}

#row_btn_procedimentos {
  display: flex;
  justify-content: space-around;
}

#row_btn_procedimentos button {
  width: 100%;
  margin: 5px; 
  background-color: #9F2125;
  border:  1px solid #9F2125;
  border-radius: 9px;
  padding: 12px;
  font: normal normal normal 20px/18px "Gotham-Bold";
  letter-spacing: 0px;
  color: #FFFFFF;
}

#row_btn_procedimentos button:focus {
  box-shadow: 0 0 0 .2rem rgba(158, 33, 37, 0.6);
}


.bloco_img_resultado{
    margin-top: 25px;
    text-align: center;
}

.bloco_img_resultado figure{
    display: inline-block;
}

.bloco_img_resultado figure img{
    width: 250px;
}

.title_modelos{
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0px;
    color: #923239;
    opacity: 1;
    font: normal normal normal 22px/22px "Gotham-Bold";
}

li{
    list-style-type: none;
}
.atendimento_topicos ol{
    list-style-type: none;
}

.atendimento_topicos li{
    margin: 1em auto;  
}

.atendimento_texto p{
    margin: 1em auto;  
}

.atendimento_topicos li::marker{
    list-style: none;
}

/* FIM CONTEUDO PAGINA */

@media (max-width: 767px) {
    
    /* NAVBAR E BANNERS*/
    .bg_page {
        background-image  : url('../mda/fundo_mobile.png');
    }
    
    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 6px;
        height: 45px;
        padding: 8px;
    }
    
    #logo_mda_nav{
        width: 25%;
    }

    #banner_home_mda {
        background-image  : url('../mda/banners/banner_oque_e_mobile.png');
        height            : 560px;
        background-repeat : no-repeat;
        background-size   : cover;
    }
    
    #banner_diagnostico {
        background-image  : url('../mda/banners/banner_diagnostico_mobile.png');
        height            : 200px;
    }
    
    #banner_projeto {
        background-image : url('../mda/banners/banner_projeto_mobile.png');
        min-height       : 200px;
    }
    
    #banner_procedimentos {
        background-image : url('../mda/banners/banner_procedimentos_mobile.png');
        min-height       : 200px;
    }
    
    #banner_resultados {
        background-image : url('../mda/banners/banner_resultados_material_mobile.png');
        min-height       : 200px;
    }
    
    #banner_interno #banner_home_mda #title_interno h1 {
    font-size   : 3em;  
    }

    .logo_texto_home figure img{
        width: 40%;
    }
    
    .img_texto figure img{
        width: 100%;
    }
    
    #box_modelos{
        height: 1350px;
    }
    
    .bloco_painel{
        display: none;
    }
    
    .bloco_painel_mobile {
        display: flex;
        position: relative;
        padding-bottom: 340.25%; 
        padding-top: 25px;
        height: 0;
        margin-top: 0;
    }
    
    .bloco_painel_mobile iframe{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #row_btn_procedimentos {
        display: block;
    }
    
    /* O QUE É */
    
    .card_box_home{
        margin-top: 0px;
    }
    

}

@media (min-width: 768px) {
    #banner_home_mda {
        background-image : url('../mda/banners/banner_oque_e.png');
        min-height       : 328px;
        background-repeat: no-repeat;
    }

    #box_search .input-holder #search {
        padding-left: 10px;
        padding-right: 0px;
    }
        
    #banner_diagnostico {
        background-image : url('../mda/banners/banner_diagnostico.png');
        min-height       : 200px;
        background-repeat: no-repeat;
    }
    
    #banner_projeto {
        background-image : url('../mda/banners/banner_projeto.png');
        min-height       : 200px;
        background-repeat: no-repeat;
    }
    
    #banner_procedimentos {
        background-image : url('../mda/banners/banner_procedimentos.png');
        min-height       : 200px;
        background-repeat: no-repeat;
    }
    
    #banner_resultados {
        background-image : url('../mda/banners/banner_resultados_material.png');
        min-height       : 200px;
        background-repeat: no-repeat;
    }
}

