/* @font-face {
  font-family: Helvetica Neue,sans-serif;
  src: url("../fonts/DIN.ttf");
}

@font-face {
  font-family: Helvetica Neue,sans-serif;
  src: url("../fonts/DIN BlackAlternate.ttf");
} */

body {
  font-family: Helvetica Neue,sans-serif;
}

/* .font-din{
 font-family: Helvetica Neue,sans-serif;
} */

a, a:hover {
  color: inherit;
}

.text-danger{
  color: #E20632 !important;
}

.header {
  background-image: url("../img/header.png?v1");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:2em;
  padding-bottom:2em;
  border-bottom: 7px solid #F38F2A;
}

.destaque-bg{
  background-image: url("../img/bg-destaque.jpg?v1");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Isso faz o efeito parallax */
  background-position: center;
}

.destaque {
  min-height: 350px;
  color: #fff;
  text-align: center;
}

.destaque h1 {
  font-family: Helvetica Neue,sans-serif;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.destaque p {
  font-size: 15px;
  font-style: italic;
}

.conteudo {
  color: #E20632;
}

.conteudo h2, .conteudo h3, .conteudo h4 {
  color: #232627;
  font-weight: 500;
  letter-spacing: -.0125em;
}
.conteudo h2 {
  font-size: 1.4rem;
}

.item-maquina div h3,
.item-maquina div a{
  width: 100%;
  display: block;
  text-align: center;
  color: #232627;
  text-transform: uppercase!important;
}
.item-maquina div a{
  font-size: 14px;
}
.item-maquina div a:hover{
  color: #E20632;
}

.btn-singer{
  background-color: #E20632!important;
}

.conteudo .title {
  width: 100%;
}

.lista-maquina h3{
  font-size: 1rem;
  line-height: 22.4px;
  font-weight: 700;
}

.col-12.col-md-4.border-r:after{
  content: "";
  display: block;
  background-color: #a05e77;
  width: 2px;
  /* height: 50px; */
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.conteudo .content h2 {
  text-align: center;
}

.conteudo .content dd {
  font-size: 1.2rem;
}

.w-100 {
  background-color: #F5F5F5;
}

.cadastro {
  background-color: #F5F5F5;
  color: #f7e5eb;
}


footer {
  background-color: #E20632;
}

footer h4 {
  font-size: 14px;
  color: #ffffff;
}

footer dt {
  color: #ffffff;
  margin-bottom:10px;
}

footer dd {
  color: #ffffff;
}


footer dl dd a{
  color: #ffffff !important;
  font-size:12px !important;
}

footer .border-right {
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .destaque {
    min-height: 320px;
  }
  .destaque h1 {
    font-size: 2.3rem;
    font-family: Helvetica Neue,sans-serif;
  }
  .destaque p {
    font-size: 1.1rem;
  }
  .conteudo h1 {
    font-size: 1.6rem;
  }
  .cadastro h2 {
    font-size: 1.3rem;
  }
  footer .border-r {
    border-right: none;
  }
}


.font-18{
  font-size:18px;
}


.font-12{
  font-size:12px !important;
}


.font-24{
  font-size:24px;
}

.txt-cinza{
  color:#979799;
}

.form-control.error, select.error{
  border-color:red;
}

.form-control, select{
  border-width: 2px !important;
}



.gdrive-fildes-holder a, .gdrive-fildes-holder figure {
  display: inline-block;

}


.gdrive-fildes-holder figcaption {
  margin: 10px 0 0 0;
color : black;
}
.gdrive-fildes-holder figure {
  padding: 5px;
  width: 150px;
  text-align:center;
}
.gdrive-fildes-holder img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gdrive-fildes-holder img, .gdrive-fildes-holder object {
  max-width : 128px;
  max-height : 128px;

}

.gdrive-fildes-holder img {
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
}

ul.breadcrumb-arquivos li:before{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  margin-left:10px;
  margin-right:5px;

}

ul.breadcrumb-arquivos li:last-child{
font-weight:bold;
}



ul.breadcrumb-arquivos li{
display:inline-block;
cursor: pointer;
}


.txt-vinho{
  color:#E20632;
}

ul.breadcrumb-arquivos{
  background-color: #ededed;
  border-radius: 5px;
  padding:3px;
}


.btn-primary{
  background-color:#E20632 !important;
  border-color:#E20632 !important;
}

/* Melhorias visuais para navegação */
.category-card, .subcategory-card, .model-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(226, 6, 50, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.category-card:hover, .subcategory-card:hover, .model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(226, 6, 50, 0.2);
}

.category-card::before, .subcategory-card::before, .model-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E20632, #B8042A);
}

.folder-icon {
    color: #E20632;
    font-size: 3rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.category-card:hover .folder-icon, 
.subcategory-card:hover .folder-icon, 
.model-card:hover .folder-icon {
    transform: scale(1.1);
}

.card-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.card-text {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* Ícones de arquivos */
.file-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.file-icon.pdf { color: #e74c3c; }
.file-icon.doc, .file-icon.docx { color: #2980b9; }
.file-icon.xls, .file-icon.xlsx { color: #27ae60; }
.file-icon.ppt, .file-icon.pptx { color: #f39c12; }
.file-icon.mp4, .file-icon.avi, .file-icon.mov { color: #9b59b6; }
.file-icon.jpg, .file-icon.jpeg, .file-icon.png, .file-icon.gif { color: #16a085; }
.file-icon.zip, .file-icon.rar { color: #95a5a6; }
.file-icon.txt { color: #34495e; }

/* Lista de arquivos moderna */
.file-list {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    padding: 0;
    overflow: hidden;
}

.file-item {
    padding: 20px;
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.file-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.file-item:last-child {
    border-bottom: none;
}

.file-info {
    flex-grow: 1;
    margin-left: 15px;
}

.file-name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    text-decoration: none;
}

.file-name:hover {
    color: #E20632;
    text-decoration: none;
}

.file-meta {
    font-size: 0.85rem;
    color: #7f8c8d;
}

.file-actions {
    display: flex;
    gap: 10px;
}

.btn-file-action {
    background: #E20632;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-file-action:hover {
    background: #B8042A;
    transform: scale(1.05);
    color: white;
}

/* Breadcrumb moderno */
.modern-breadcrumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px 0;
    margin-bottom: 30px;
}

.breadcrumb-modern {
    background: transparent;
    margin: 0 0 40px 0;
    padding: 0;
}

.breadcrumb-modern .breadcrumb-item {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.breadcrumb-modern .breadcrumb-item.active {
    color: white;
    font-weight: 600;
}

.breadcrumb-modern .breadcrumb-item a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-modern .breadcrumb-item a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* Botões modernos */
.btn-modern {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary-modern {
    background: linear-gradient(45deg, #E20632, #B8042A);
    color: white;
}

.btn-primary-modern:hover {
    background: linear-gradient(45deg, #B8042A, #8A0220);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(226, 6, 50, 0.4);
    color: white;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* Grid responsivo melhorado */
.grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .grid-modern {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .folder-icon {
        font-size: 2.5rem;
    }
    
    .file-icon {
        font-size: 2rem;
    }
}

/* Header moderno */
.header-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.header-modern h1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.header-modern p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* Contador de arquivos */
.file-counter {
    background: #E20632;
    color: white;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 10px;
}

/* Loading spinner moderno */
.spinner-modern {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #E20632;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}