/********** Template CSS **********/
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}

/*** Fonts ***/

@font-face {
    font-family: 'Poppins-Black'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Black.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 900;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-BlackItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 900;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-Bold'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Bold.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 700;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-BoldItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 700;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
  
@font-face {
    font-family: 'Poppins-Light'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Light.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-LightItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 300;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
  @font-face {
    font-family: 'Poppins-Regular'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
  @font-face {
    font-family: 'Poppins-Medium'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Medium.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 500;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-MediumItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 500;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
}
@font-face {
    font-family: 'Poppins-Thin'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Thin.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 100;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-ThinItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 100;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
}
@font-face {
    font-family: 'Poppins-ExtraBold'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 800;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-ExtraBoldItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 800;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
  @font-face {
    font-family: 'Poppins-SemiBold'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 600;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-SemiBoldItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 600;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
  @font-face {
    font-family: 'Poppins-ExtraLight'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 200;
    font-style: normal;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }

  @font-face {
    font-family: 'Poppins-ExtraLightItalic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: 200;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
  @font-face {
    font-family: 'Poppins-Italic'; /* Escolha um nome para a sua fonte */
    src: url('../fonts/Poppins-Italic.ttf') format('truetype'); /* Adicione outros formatos para melhor compatibilidade */
    font-weight: normal;
    font-style: italic;
    font-display: swap; /* Opcional: melhora o carregamento da fonte */
  }
 
  body, p, span, button {
    font-family: 'Poppins-Medium', sans-serif;
  }
  
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

footer {
    margin: 0;
    padding: 0;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.modoescuro {
    
    font-weight: bolder;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    background: rgba(1,1,1,.9);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.modoescuro:hover {
    
    
    color: rgba(255, 255, 255, .8);
    background: rgba(1,1,1,1);
    
}
.modoclaro {
    
    font-weight: bolder;
    font-size: 10px;
    color: rgba(1,1,1,1);
    background: rgba(255, 255, 255, 1);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.modoclaro:hover {
  
    color: rgba(1,1,1,.9);
    background: rgba(255, 255, 255, 1);
    
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}



/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Cabecalho ***/
.cabecalho {
    
    margin: 0;
}

.bandeiras a img {
    margin: 7px;
    border-radius: 5px;
    width:45;
    height:30;
}

.topbardireita {
    margin-top: 10px;
}

.topbardireita p {
    font-size: 13px;
    
}
/*** Logotipo ***/
.logotipo {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo {
    
    height: 85px;
}

.logo1 {   
    height: 65px;
}

.logomk1 {
    font-size: 35px;
    
    color: #E9ECEF;
    font-family: "Poppins-SemiBold", sans-serif;
}

.logomk1 a {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #E9ECEF !important;

    display: inline-flex;
    align-items: center;
    
    line-height: 1;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}

.logomk1 a span {
    display: inline-block;
    font-size: inherit;
    line-height: 1;
    margin:0;
    padding: 0px;
    vertical-align: middle;
}

.logomk1 img {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 25px;
    margin: 0 0 0 5px;
}

.subtitulo {
    font-size: 15px !important;
    
    color: rgba(34,58,64,1) !important;
    
}

.subtitulo span{
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(5, 130, 197, 1) !important;
    padding-top: -5px;
}

.subtitulomd {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: rgbabold !important;
    color: rgba(255, 255, 255, .7)!important;
    
}

.subtitulomd span{
    font-size: 15px !important;
    font-weight: bold !important;
    color: rgba(255, 255, 255, 1) !important;
    padding-top: -5px;
}

.rodapeform {
    font-family: 'Poppins-Thin', sans-serif;
    font-size: 10px;
    color: rgba(5, 130, 197, 1);
}


@media (max-width: 500px) {
    .col-sm-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    }


}

@media (max-width: 480px) {
    .logomk1 a {
        font-size: 30px !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .logomk1 a span {
        font-size: 20px !important;
        font-weight: 200 !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .logomk1 img {
        width: 28px;
        height: 18px;
    }

   
}

@media (max-width: 400px) {
    .logomk1 a {
        font-size: 26px !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .logomk1 a span {
        font-size: 18px !important;
        font-weight: 300 !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .logomk1 img {
        width: 26px;
        height: 16px;
    }

   
}

@media (max-width: 370px) {
    .logomk1 a {
        font-size: 24px !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .logomk1 a span {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    .logomk1 img {
        width: 26px;
        height: 16px;
    }

   
}
.menumkmobile {
    text-align: center;
    font-size: 15px;
    font-weight: 500 !important;
    padding-bottom: 10px;
}

.menumkmobile a {
    color: rgba(255, 255, 255, .8) !important;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 45px;
    font-family: 'Poppins-ExtraLight', sans-serif;
    font-size: 13px;
   
    
}

.navbar a {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
}

.menumk {
    
    background: rgba(5, 130, 197, .9);
   
    
}

.menumkmd {
    
    background: rgba(1, 1, 1, .9);
    
    
}

.navbar .navbar-nav .nav-link {
    margin-right: 5px;
    padding: 0;
    color: rgba(255, 255, 255, 1);
    outline: none;
}

.menumknav {
    background-color: rgba(5, 130, 197, 1);
    margin: auto;
    border-radius: 15px;
}

.menumknav .dropdown-menu{
    background-color: rgba(5, 130, 197, 1);
}

.menumknav a {
    font-size: 13.5px;
    font-weight: bolder;
    color: rgba(255, 255, 255, 1);
    
}

.menumknavmd {
    background-color: rgba(1, 1, 1, 1);
    margin: auto;
    border-radius: 15px;
}

.menumknavmd .dropdown-menu{
    background-color: rgba(1, 1, 1, 1);
}

.menumknavmd a {
    font-size: 13.5px;
    font-weight: bolder;
    color: rgba(255, 255, 255, 1);
    
}

.navbar-collapse {
    
}

.navbar-toggler {
    text-align: end;
    display: flex;
    justify-content: end;
}

.navbar .navbar-nav .nav-link  {
    margin-right: 0;
    padding: 10px 0;
    margin-left: 20px;
    margin-right: 20px;
    
}


.navbar .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, .8);
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 300;
}

.navbar .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, .8);
    color: rgba(5, 130, 197, 1);
    padding-left: 10px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link .btndarkmode:hover {
    font-weight: bolder;
    padding-left: 0px !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: rgba(5, 130, 197, 1);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        margin-left: 0px;
        margin-right: 0px;
    }


}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Seguro Inicio ***/
.seguroinicio {
    background:  linear-gradient(135deg, rgba(5, 130, 197, .9) , #005F8C 100%);
    text-align: center;
    border-radius: 10px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.seguroinicio:hover {
    background-color: #005F8C;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: scale(1.02);
    transform: box-shadow;
}

.seguroiniciomd {
    background-color: rgba(1, 1, 1, 1);
    text-align: center;
    border-radius: 10px;
}

.seguroinicio input .form-check-input {
    transform: scale(1.5);
}

.seguroiniciomd input .form-check-input {
    transform: scale(1.5);
}

.seguroinicio .seguro-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: transparent;
    transition: .5s;
}

.seguroiniciomd .seguro-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: transparent;
    transition: .5s;
}

.segurotitulo {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #F8F9FA;
    padding: 5px 20px 5px 20px;
}

.segurotitulo h5 {
    font-size: 16px;
    margin-left: -20px;
    color: #343A40;
    font-family: 'Poppins-Medium', sans-serif;
}

/*** Seguro End ***/

/*** Hero Header ***/
.img-menu {
    max-width: 100%;
    height: 450px;
    filter: drop-shadow();
}

.hero-header {
    margin-top: -75px;
    background: url(../img/bg-mkseguros.png) center center no-repeat;
    background-size: cover;
    color: #1363c6 !important;
    font-family: "Poppins-Medium", sans-serif;
}

.hero-header h1 {
    font-weight: 700;
    font-size: 25px;
    color: rgba(1,1,1.6);
    font-family: "Poppins-SemiBold", sans-serif;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.hero-headermd {
    margin-top: -75px;
    background-color: rgba(1, 1, 1, .8);
    background-size: cover;
    color: rgba(1,1,1,1) !important;
}

.hero-headermd h1 {
    font-weight: 700;
    font-size: 25px;
    color: rgba(1,1,1.6);
}

.hero-headermd .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.desc1 {
   /*** border-bottom: 5px solid #555;***/
    color: red;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px solid rgba(19,170,227,1);
}

.desc2 {
    font-size: 15px;
    color: rgba(1,1,1,.8);
    text-align: justify;
    
}

.desc3 {
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
}

.btnmk1 {
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color:white;
    background-color: rgba(19,170,227,1);
    border-color: rgba(211, 211, 211, .4);
}

.btnmk1:hover {
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color:rgba(255, 255, 255, .8);
    background-color: rgba(19,170,227,1);
    border-color: rgba(211, 211, 211, .4);
}

.btnmk2 {
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color:white;
    background-color: rgba(19,170,227,1);
    /*** border-color: rgba(31,66,148,1); ***/ 
}
.btnmk2:hover {
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color:rgba(255, 255, 255, .8);
    background-color: rgba(19,170,227,1);
    /*** border-color: rgba(31,66,148,1); ***/ 
}

.btnmk3 {
    border: 1px solid rgba(19,170,227,1);
    font-size: 13px;
    font-weight: 700;
    color: rgba(19,170,227,1);;
    background-color: rgba(255, 255, 255, .8);
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk4 {
    border-radius: 10px;
    text-align: center;
 
    font-size: 16px;
    font-weight: 700;
    
    color:#005F8C;
    background-color: #F8F9FA;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk4:hover {
    color:#F8F9FA;
    background-color: #005F8C;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btnmk4 a {
    color: #005F8C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.btnmk4:hover a {
    color: #F8F9FA;
}

.btnmk4md {
    border-radius: 10px;
    text-align: center;
 
    font-size: 16px;
    font-weight: 700;
    
    color:rgba(1, 1, 1, 1);
    background-color: rgba(255, 255, 255, 1);
    /***border-color: rgba(5, 130, 197, 1);***/ 
}

.btnmk4md a {
    border-radius: 10px;
    text-align: center;
 
    font-size: 16px;
    font-weight: 700;
    
    color:rgba(1, 1, 1, 1);
    background-color: rgba(255, 255, 255, 1);
    /***border-color: rgba(5, 130, 197, 1);***/ 
}

@media (max-width: 768px) {
    .btnmk4 {
      font-size: 14px;
      padding: 12px 15px !important;
      text-align: center;
    }
  
    .btnmk4 a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%;
    }
  
    .btnmk4 i {
      margin-right: 6px;
      font-size: 16px;
    }
  }

.btnmk5 {
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(5, 130, 197, 1);
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk5:hover {
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(19,170,227,1);
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk6 {
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    color: rgba(19,170,227,1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(5, 130, 197, 1);
    
}

.btnmk6:hover {
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(5, 130, 197, 1);
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk7 {
    border-radius: 18px;
    width: 300px;
    padding: 8px 26px;
    font-size: 16px;
    font-weight: 500;
    
    color:white;
    background-color: rgba(5,130,197,1);
    font-family: 'Poppins-Medium', sans-serif;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    
    /*** border-color: rgba(31,66,148,1); ***/ 
}
.btnmk7:hover {
    border-radius: 18px;
    width: 300px;
    padding: 8px 26px;
    font-size: 16px;
   
    color:white;
    background-color: #005F8C;
}

.btnmk7md {
    border-radius: 16px;
    width: 300px;
 
    font-size: 15px;
    font-weight: 600;
    color:white;
    background-color: rgba(1,1,1,1);
    font-family: 'Poppins-Light', sans-serif;
    /*** border-color: rgba(31,66,148,1); ***/ 
}
.btnmk7md:hover {
    border-radius: 18px;
    width: 300px;
 
    font-size: 15px;
    font-weight: 600;
    color:white;
    background-color: rgba(1,1,1,1);
}

.btnmk8 {
    border-radius: 16px;
    
 
    font-size: 15px;
    font-weight: 600;
    color:white;
    background-color: rgba(5,130,197,1);
    /*** border-color: rgba(31,66,148,1); ***/ 
}
.btnmk8:hover {
    border-radius: 18px;
    
 
    font-size: 15px;
    font-weight: 600;
    color:white;
    background-color: rgba(31,66,148,.9);
}

.btnmk9 {
    border-radius: 10px;
    text-align: center;
    
    font-size: 16px;
    font-weight: 700;
    
    color:rgba(255, 255, 255, 1);
    background-color: rgba(5, 130, 197, 1);

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.btnmk9:hover {
    /***border-color: rgba(5, 130, 197, 1);***/
    /***transition: background-color 0.5s ease-in-out;***/
    /***transition-delay: 0.5s;***/
     
}

.btnmk9:hover {
    border-radius: 10px;
    text-align: center;
 
    font-size: 16px;
    font-weight: 700;
    
    color:rgba(5, 130, 197, 1);
    background-color: #f0edef;
    /***border-color: rgba(5, 130, 197, 1);***/
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    
}

.btnmk9 a {
    color:rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 500;
}

.btnmk9:hover a {
    color:rgba(5, 130, 197, 1);
    text-decoration: none;
}

.btnmk9 i {
    color:rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 25px !important;
}

.btnmk9:hover i {
    color:rgba(5, 130, 197, 1);
    text-decoration: none;
    font-size: 25px !important;
}

.btnmk10 {
    border-radius: 10px;
    text-align: center;
 
    font-size: 16px;
    font-weight: 700;
    
    color:rgba(255, 255, 255, 1);
    background-color: rgba(1, 1, 1, 1);
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk10:hover {
    border-radius: 10px;
    text-align: center;
 
    font-size: 16px;
    font-weight: 700;
    
    color:rgba(1, 1, 1, 1);
    background-color: #f0edef;
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk10 a {
    color:rgba(255, 255, 255, 1);
    text-decoration: none;
}

.btnmk10:hover a {
    color:rgba(1, 1, 1, 1);
    text-decoration: none;
}

.btnmk10 i {
    color:rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 25px !important;
}

.btnmk10:hover i {
    color:rgba(1, 1, 1, 1);
    text-decoration: none;
    font-size: 25px !important;
}

.btnmk11 {
    border-radius: 18px;
    width: 300px;
    border: none;
    text-align: center;
    padding: 8px 30px 7px 30px;
    font-size: 16px;
    font-weight: 500;
    color:rgba(255, 255, 255, .9);
    /*font-family: 'Poppins-Medium', sans-serif;*/
}

.btnmk11:hover {
    color:white;
    background-color: #005F8C;
    /***border-color: rgba(5, 130, 197, 1);***/
    
}

.btnmk15 {
    border-radius: 16px;
    width: 300px;
    padding: 12px 32px;
    border: none;
    font-size: 16px;
    
    color:white;
    background-color: rgba(5,130,197,1);
    font-family: 'Poppins-Medium', sans-serif;
    
    /*** border-color: rgba(31,66,148,1); ***/ 
}
.btnmk15:hover {
    color:white;
    background-color: #005F8C;
}

.btnmk16 {
    border-radius: 18px;
    width: 300px;
    padding: 8px 26px;
    font-size: 16px;
    font-weight: 500;
    
    color:white;
    background: linear-gradient(135deg, rgba(5, 130, 197, .9) 0%, #005F8C 100%);
    font-family: 'Poppins-Medium', sans-serif;
    
    /*** border-color: rgba(31,66,148,1); ***/ 
}
.btnmk16:hover {
    border-radius: 18px;
    width: 300px;
    padding: 8px 26px;
    font-size: 16px;
   
    color:white;
    background-color: #005F8C;
}

.botaoescondido {
    color: #E9ECEF;
    font-size: 25px;
}

.other-header {
    margin-top: -75px;
    background: url(../img/bg-mkseguros.png) center center no-repeat;
    background-size: cover;
    color: #1363c6 !important;
}

.idiomaperfil {
    position: absolute;
}

.idiomaperfil a {
    color: #E9ECEF;
    font-size: 13px;
    
    
    padding-top: 2px;
    font-family: "Poppins-ExtraLight", sans-serif;
    font-weight: 500;
    
}

.sinistro h2 {
    font-size: 25px;
    color: rgba(5, 130, 197, 1);
}

.iconeseguroimg {
    max-width: 70%; 
    height: auto;
    text-align: center;
    display: block;
  margin-left: auto;
  margin-right: auto;
    
}
/*** Seccao ***/

.seccao {
    text-align: center; 
    
    
    margin-top: 0;
    margin-left: auto;
}

.seccao h3 {
    font-size: 20px;
    color: #14183e;
}

.seccaotit {
    
}

.seccaotitulo a {
    font-size: 12px;
    font-weight: bolder;
    color: #597181;
}

/*** End Seccao ***/

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}

/*** Cotacao ***/

.cota {
    background: transparent;
    border: 1px solid rgba(1, 1, 1, .2);
    border-radius: 10px;
    font-family: 'Poppins-Medium', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

}

.cota p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.0;
    color: rgba(5, 130, 197, 1);
    font-weight: 700;
    
}

.cota span {
    text-align: justify;
    font-size: 13px;
    line-height: 1.0;
    color: rgba(1, 1, 1, .7);
    font-weight:400;
    font-family: 'Poppins-Light', sans-serif;
}

.cota h1 {
    font-size: 30px;
    }

/*** End Cotacao ***?


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}

.sobrenos h1 {
    font-size: 30px;
    text-align: justify;
}

.sobrenos h2 {
    font-size: 25px;
    color: rgba(5, 130, 197, 1);
    text-align: center;
}

.sobrenos h3 {
    font-size: 20px;
    color: rgba(5, 130, 197, 1);
    text-align: left;
}

.sobrenos p {
    font-size: 13.5px;
    text-align: justify;
    line-height: 1.8;
}

.sobrenos1 h1 {
    font-size: 30px;
}

.sobrenos2 {
    background: rgba(5, 130, 197, 1);
    border-radius: 15px;
}

.sobrenos2 h2 {
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.sobrenos2 p {
    font-size: 13.5px;
    text-align: justify;
    line-height: 1.8;
    color: rgba(255, 255, 255, .8);;
}

.sobrenos2 i {
    
    color: rgba(255, 255, 255, 1);
}

.detalhes i {
    padding-left: 20px;
    color: rgba(19,170,227,1);
}

.detalhes p {
    line-height: 1.0;
    padding-left: 20px;
}

.plata h1 {
    font-size: 30px;
    text-align: justify;
    color: black;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 500;
}

.plata h2 {
    font-size: 22px;
    text-align: justify;
    color: rgba(1, 1, 1, .9);
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 300;
}

.plata p {
    font-size: 13.5px;
    text-align: justify;
    line-height: 1.8;
    font-family: 'Poppins-Light', sans-serif;
}

.plata1 {
    font-size: 13px;
}

.plata1 i {
    font-size: 10px;
    color: rgba(19,170,227,1);
}

.errovalidacao {
    font-size: 13px;
    margin-left: 4px;
    margin-top: 0;
    padding-top: 0;
}

.outrostiposdeseguros {
    text-align: center;
    
}

.outrostiposdeseguros a {
    color: #005F8C;
    background: #F8F9FA;
    font-size: 16px;
    border: 2px solid #F8F9FA;
    border-radius: 16px;
    padding: 10px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-family: 'Poppins-Light', sans-serif;
    font-weight: 700;
}



.outrostiposdeseguros a:hover {
    color: #F8F9FA;
    background: #005F8C;
    border: 2px solid #005F8C;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

/*** Contactos ***/
.contactos p {
    font-weight: bold;
    font-size: 14px !important;
    color: #343A40;
}

.contactos strong,h5 {
        
}
/*** Sinistro ***/
.sinistro-img {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(19,170,227,1);
    border-radius: 500px;
    
}
/*** Sinistro ***/

/*** Aderir Seguro ***/
.aderirseguro-img { 
    position: relative;
    overflow: hidden;  
}

.aderirseguro {
    background: url(../img/bg-mkseguros1.pn) center center no-repeat;
    background-size: cover;
}

.aderirseguro1 option {
    font-size: 13px;
    font-weight: bolder;
    text-align: justify;
}

.aderirseguro1 select {
    font-size: 13px;
    background-color: #597181;
    text-align: justify;
}
/*** Aderir Seguro End ***/

/*** Contactos Start ***/
.contactos-img {
    position: relative;
    overflow: hidden;
    border: 2px solid #597181;
    border-radius: 250px;
    width: 250px;
    
}

/*** Contactos End ***/

/*** Seguros ***/
.seguros p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.8;
}
.seguros i {
    color: rgba(5,130,197,1);
}
.seguros h1 {
    font-size: 25px;
    color: rgba(5,130,197,1);
}

/*** Seguros End ***/

/*** Outras funcionalidades ***/
.outrasf h1 {
    font-size: 30px;
    color: black;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 500;
}

.outrasfdm {
    background-color: rgba(1, 1, 1, .8);
}

.outrasfdm h1 {
    font-size: 30px;
    color: rgba(255, 255, 255, .9);
}

/*** Outras funcionalidades End ***/

/*** Service ***/
.outrosseguros {   
    background-image: url(../img/bg-mkseguros.png) center center no-repeat;
}
.outrosseguros p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.8;
}
.outrosseguros i {
    color: rgba(5,130,197,1);
}
.outrosseguros h1 {
    font-size: 30px;
}

.bulletmk p {
    text-align: left;
}

.service-item {
    position: relative;
    padding: 45px 30px;
    background: ;
    transition: .5s;
}

.service-item:hover {
    background: transparent;
    
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: transparent;
    transition: .5s;
}

.service-item .seguradorasitem {
    margin: 0 auto 0 auto;
    width: 150px;
    height: 80px;
    color: var(--primary);
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-icon {
    background: transparent;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    ;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

.seguradoracot {
    font-weight: bolder;
    text-align: start;
    border: none !important;
}

.seguradoracot span {
    color: rgba(255, 255, 255, .9);
    text-align: center;
}

.seguradoracot p {
    line-height: 1.5;
    text-align: center;
    font-weight: 100;
    margin-bottom: 6px;
    font-size: 13px;
}

.seguradoracot th {
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 6px;
    font-size: 13px !important;
  
    color: rgba(1, 1, 1, .7);
}

.seguradoracot td {
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 15px;
    font-size: 14px !important;
    font-weight: bold;
    background: rgba(5, 130, 197, .1);
    color: rgba(5, 130, 197, .9);
    
}

.selecionar {
    background: white !important;
}

.selecionar a {
    text-align: center;
    color: rgba(1, 1, 1, 1);
    font-size: 15px;
    font-weight: bold;
}

.tabela-personalizada {
    border-color: #ff0000; /* Borda vermelha */
    border-bottom-width: 0 !important;
}

.tabela-personalizada td, .tabela-personalizada th {
    border-color: rgba(255, 255, 255, .1); /* Borda azul nas células */
}

.seguradoracot1 {
    border-radius: 10px;
    background-color: rgba(5, 130, 197, .9);
    text-align: center;
    height: 35px;
    font-weight: bolder !important;
    text-align: start;
    padding-top: 5px;
    margin-bottom: 25px !important;
}

.seguradoracot1 p {
    padding-top: 5px;
    text-align: center;
    
}

.barra {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid black;
}

.titform {
    margin-bottom: 15px;
    border-bottom: 3px solid black;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 700 !important;
    color: rgba(1, 1, 1, .9);
}

.btnsg1 {
    border-radius: 12px;
    margin-right: 0;
    font-size: 13px;
    font-weight: bold;
    color:white;
    background-color: rgba(19,170,227,.9);
}

.btnsg1:hover {
    border-radius: 12px;
    margin-right: 0;
    font-size: 13px;
    font-weight: bold;
    color:white;
    background-color: rgba(19,170,227,.7);
}

.btnsg2 {
    border-radius: 12px;
    
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
    color:white;
    background-color: rgba(31,66,148,.9); 
}

.btnsg2:hover {
    border-radius: 12px;
    
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
    color:white;
    background-color: rgba(31,66,148,.7); 
}

.btnsg3 {
    border-radius: 22px;
    margin-right: 0;
    font-size: 17px;
    font-weight: bolder;
    color:rgba(19,170,227,1);
    background-color: transparent;
    border-bottom: 4px solid rgba(19,170,227,1);
}

.btnsg3:hover {
    border-radius: 22px;
    border-bottom: 4px solid rgba(19,170,227,1);
    margin-right: 0;
    font-size: 17px;
    font-weight: bolder;
    color:rgba(19,170,227,1);
    background-color: transparent;
}



.btnsg4 {
    border-radius: 12px;
    margin-right: 0;
    font-size: 17px;
    font-weight: bolder;
    color:#28bf50;
    background-color: transparent;
    border-bottom: 4px solid #28bf50;
}

.btnsg4:hover {
    border-radius: 12px;
    margin-right: 0;
    font-size: 17px;
    font-weight: bolder;
    color:#28bf50;
    background-color: transparent;
    border-bottom: 4px solid #28bf50;
}



.btnmk3 {
    border-radius: 12px;
    
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
    color: rgba(19,170,227,.9);
    background-color: white; 
}

/*** Feature ***/
.feature {
    background: url(../img/) center center no-repeat;
    background-size: cover;
}

/*** Simulador ***/
.simulador input {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    
}

.simulador select {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  
}
.aderir {

}

.aderir h4 {
    font-family: 'Poppins-Light', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgba(1, 1, 1, .7);
}

.simulador label {
    font-weight: bold;
    font-size: 14px;
    color: #343A40;
    
}

.simulador select {
    font-size: 14px;
    border: 1px solid #CED4DA !important;
}

.simulador input {
    border: 1px solid #CED4DA !important;
}

/*** End Simulador ***/

/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Case Study ***/
.case-item img {
    transition: .5s;
}
  
.case-item:hover img {
    transform: scale(1.2);
}
  
.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion h2 {
    font-family: 'Poppins-Thin', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.accordion .accordion-button {
    background: linear-gradient(135deg, rgba(5, 130, 197, .9) 50%, #ffffff 100%);
    color: #FFFFFF;
    border-radius: 2px;
    font-family: 'Poppins-Light', sans-serif;
    font-weight: 600 !important;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: linear-gradient(135deg, rgba(5, 130, 197, .9) 90%, #ffffff 10%);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    
    line-height: 1.8;
    font-family: 'Poppins-Light', sans-serif;
    
    padding: 20px 50px;
    background-color: linear-gradient(135deg, #F8F9FA 0%, #ffffff 100%);
}

.accordion .accordion-body h5 {
    font-family: 'Poppins-Medium', sans-serif !important;
    font-weight: 700;
    font-size: 17px;
    color: #343A40;
}

.accordion .accordion-body p {
    padding: 5px 20px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0;
}

.accordion .accordion-body i {
    margin-right: 15px;
}

/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}

/*** Premios ***/

  
.cotacao {
    max-width: 1200px;
    margin: 0 auto;
  }

  .linha {
    display: flex;
    align-items: center;
   
    gap: 20px;
    flex-wrap: wrap;
  }

  .descricao {
    flex: 1 1 250px;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    font-family: 'Poppins-Light', sans-serif;
    color: #333333;
   
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
  }

  .descricao h4 {
  font-size: 16px;
  text-align: center;
  color: #333333;
  font-family: 'Poppins-Light', sans-serif;
  font-weight: 900;
}

.descpreco {
    font-size: 0.8em; 
    margin-top: -5px;
    font-family: 'Poppins-Light', sans-serif;
    color: #333333;
}

.preco-com-espaco {
    margin-bottom: 10px; /* Ajuste o valor em pixels conforme a sua preferência */
}

.cards {
    flex: 3 1 700px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
  
.cardlogo {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .cardlogosm {
    background-color: #ffffff;
    border-radius: 12px;
    
   
    text-align: center;
    transition: all 0.3s ease;
  }
  .card {
    background-color: #ffffff;
    border: none;
    
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }

  .card a {
    font-size: 14px;
    color: rgba(5, 130, 197, 1);
  }

  .logo {
    height: 30px;
    margin-bottom: 10px;
  }

  .preco {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
  }

  .preco {
    color: #333333;
  }
  

  .precotitulo {
    text-align: center;
    font-size: 15px !important;
  }

  .precoselect {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    border: none;
  }

  .descricaoformcamp {
    font-family: 'Poppins-Light', sans-serif;
    font-weight: 200;

  }

  .precolado {
    display: flex; align-items: center; margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
  }

  .acessorapido {
    background: linear-gradient(135deg, rgba(5, 130, 197, .9) , #005F8C 100%);
    /* linear-gradient(135deg, rgba(5, 130, 197, .9) 90%, #ffffff 10%); */
  }

  .acessorapido a {
    color: #005F8C;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 500;
  }

  .acessorapido a:hover {
    color: #fff;
    
  }

  @media (max-width: 768px) {
    .linha {
      flex-direction: column;
      align-items: stretch;
    }

    .descricao {
      text-align: center;
    }
  }

/*** End Premios ***/

/*** Login ***/

.loginleft {    
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.loginformulario input {
    border-radius: 10px;
}

.painellogin {
margin-top: 140px;
}
/*** Login End ***/


/*** Footer ***/
.footer {    
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
    font-family: 'Poppins-ExtraLight', sans-serif;
}

.footer p {
    font-size: 13px;
    text-align: justify;
    color: rgba(255, 255, 255, .8);
    line-height: 1.8;
    font-family: 'Poppins-ExtraLight', sans-serif;
}

.footer a {
    font-size: 13px;
    text-align: justify;
    color: rgba(255, 255, 255, .9);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.8);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.9);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px solid rgba(256, 256, 256, .1);
    text-align: center;
    color: #E9ECEF;
}

.logofooter {
    text-align: center;
}

.copyright1 {
    text-align: center;
} 

.footer .copyright a {
    color: rgba(255,255,255,1);
    text-transform: none;
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/** Possivel Loader **/

/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.loader-logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 100%;
    height: 100%;
    border: 5px solid #ccc;
    border-top: 5px solid #1363C6; /* Cor primária */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-sizing: border-box;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.logomk1 a {
    
}






@media (max-width: 480px) {
    .logomk1 {
      width: 100%;
    }


  
    .memd {
      flex-wrap: nowrap;
    }
  }
  
  
.btn-container {
    display: flex;
    justify-content: space-between;
    gap: 15px; /* Ajuste o valor conforme necessário */
    flex-wrap: wrap; /* Permite que se ajustem em telas menores */
}

.cadaseguradora {
    font-weight: bold; 
    color: rgba(5, 130, 197, 1);
    font-size: 17px;
   
}