
body{
    background: #fff;
}

.container{
    padding: 0px 20px 0px 20px;
    width: 80%;
    margin: auto;
}


.row{
    margin: 50px -50px 50px -50px;
}

.card{
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-radius: 0px;
    border: thin solid black;
    
}

.card-header{
    font-size: 1.7em;
    padding: 12px;
    margin:0;
}

.card-header img{
    width: 100%;
}

.card-body{
    background: white;
    border: none;
    box-shadow: none;
}

.card-body h1{
    font-size: 1.5em;
}

.card-body p{
    font-size: 1.1em;
    font-weight:300;
    letter-spacing: 1px;
    color: black;
}

.card-body a.button{
    background:#8ada00;
    border-radius: 4px;
    border: none;
    color: #000;
    font-size: 1.1em;
    padding: 10px 30px;
    line-height: 28px;
    width: 150px;
    max-width: 200px;
}

#menu{
    position: fixed;
    background: #f6f6f6;
        
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);

    height: 70px;
    margin-top: 0px;
    width: 100%;
    z-index: 99999;
}

#logo{
    position: relative;
    width: 200px;
    height: 70px;
    margin-left: -45px;
}

#slogan{
    float: right;
    margin-right: -45px;
    margin-top: -45px;
    font-size: 1.5em;
    font-weight: bold;
}


#myCarousel img{
    width: 100%;
}


@media (max-width: 1199px) {

    #carrossel .item .text{
        font-size: 0.8em;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 15px;
        margin-top: -55px;
        margin-right: -45px;
        margin-bottom: 8px;
        background-color: #0032d4;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #navbar{
        position: fixed;
        float: right;
        background: #0032d4;
        list-style-type: none;
        margin-top: 44px;
        margin-left: -45px;
        left: 0;
        right: 0;
        padding: 25px 2px 25px 0px;
        overflow-y: auto;
        box-shadow: 0px 8px 8px rgba(0,0,0,0.4);
        z-index: 999999;
    }

    #navbar li{
        position: relative;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        font-size: 1.4em;
        display: block;
    }

    #navbar li a{
        color: #0032d4;
        background: white;
        padding: 8px 10px 8px 10px;
        margin: 0px 5px;
        text-decoration: none;
    }

    #navbar li a:hover{
        color: rgb(255, 196, 0);
        transition: 300ms;
    }

    #navbar .title{
        display: none;
    }

    #navbar li > .highlight{
        color:#0032d4;
        background: rgb(255, 196, 0);
        padding: 8px 15px 8px 15px;
        margin: 0px 5px;
        border-radius: 4px;
        transition: 300ms;
    }

    #navbar li > .highlight:hover{
        color:rgb(255, 0, 0);
        background: rgb(255, 196, 0);
        padding: 8px 15px 8px 15px;
        border-radius: 4px;
    }

    #navbar h3{
    margin-top: 0px;
    color: white;
}
    
}

#navbar{
    float: right;
    list-style-type: none;
    margin-right: -60px;
    transition: margin-right 0.3s ease-in-out;
}

#navbar li{
    display: inline-block;
}

#navbar li a{
    color: #0032d4;
    font-size: 1.1em;
    background: transparent;
    padding: 8px 10px 8px 10px;
    margin: 0px 5px;
    text-decoration: none;
}

#navbar h3{
    margin-top: 0px;
}

#navbar li a:hover{
    color: #8ada00;
    transition: 300ms;
}

#navbar .title{
    color:rgb(150, 150, 150);
}

#navbar li > .highlight, #navbar li > .highlight a {
    color:#2411dc;
    background: #8ada00;
    padding: 8px 25px 8px 25px;
    margin: 0px 15px;
    border-radius: 4px;
    transition: 300ms;
}

#navbar li > .highlight:hover{
    color:#fff;
    background: #8ada00;
    padding: 8px 25px 8px 25px;
    border-radius: 4px;
}

.navbar-collapse{
    margin-top: -45px;
}

#categories{
    margin: 0;
    margin-top: -50px;
    margin-bottom: 50px;
    list-style-type: none;
}

#categories li{
    display: inline;
    padding: 0px;
    margin: 0px;
}

#categories li:not(:first-child):before {
    content: " | ";
    padding: 0px 15px;
}

#categories li a{
    font-size: 1.4em;
    color: black;
    letter-spacing: 1px;  
    line-height: 40px; 
}


footer{
    background: #f0f0f0;
    padding: 30px 30px;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
}

footer li{
    list-style-type: none;
    margin: 15px 0px;
    text-transform: none;
    font-size: 1.1em;
    font-weight: 200;
    letter-spacing: 0px;
    color: #fff;
}

footer li a{
    font-size: 0.9em;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
}

footer li a:hover{
    text-decoration: none;
    color: #8ada00;
}

#copyright{
    background: #2411dc;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    letter-spacing: 1px;
}

.product_image{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;

}

.product_image img{
    border: 10px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.product_description{
    margin-left: 15px;
    text-align: left;
}

hr{
    clear: both;
    border: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
}

#poweredby{
    text-decoration: none;
    color: grey;
    float: right;
    padding: 0px;
    background: none;
    border: none;
    font-weight: 300;
    font-size: .8em;
    letter-spacing: 1px;
}


header.carousel {
    height: 100%;
    max-width: 100%;
    margin: 0px 0px;
    padding-top: 70px;   
}

.carousel-control{
    margin-top: 120px;   
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    max-width: 100%; 
    z-index: -1;
}

header.carousel .fill {
    height: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

header.carousel .text{
    width: 80%;
    height: 100%;
    margin: auto;
}

header.carousel .text h1{
    position: absolute;
    text-align: left;
    display: inline-block;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    z-index: 9999;
    top: 50%;
}

.inputs{
    padding: 5px 15px;
    max-width: 250px;
    height: 50px;
    margin-right: 5px;
    border: none;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

.button, .button:hover, .button:active, button:link{
    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background: #2411dc;
    color: #fff;
    transition: 300ms ease-in-out;
    }
}

.button:hover{
    background: #0077ff;
    border: none;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 30px;
    margin: 20px 0px;
    width: 150px;
    max-width: 200px;
    cursor: pointer;
    
}

.breadcrumb{
    background: #f0f0f0;
    color: #000;
}

.breadcrumb a{
    color:#8ada00;
}

.breadcrumb .active{
    color: #000;
}

.panel .panel-heading{
    background: #000;
    color: #fff;
}

h4 {
    font-weight: 300;
}

h2 {
    font-size: 1.8em;
}

p {
    font-size: 1.2em;
    font-weight: normal;
    text-align: justify;
}

.center{
    text-align: center;
}

.citation{
    font-style: italic;
    font-weight: 400;
    font-size: 1.1em;
    margin-left: 25%;
}


#bigcall{
    text-align: center;
    background: linear-gradient(black, white);
    margin: 0 -10 50 -10;
    padding: 5px 30px;
    color: black;
}

#bigcall h1{
    color: white;
    text-shadow: 0 0 8px rgba(255,255,255,0.5);
    font-size: 5em;
}

img.boxed{
    border: 10px solid white;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    margin: 4px 0px;

}

small{
    font-size: .95em;
    font-weight: 300;
    letter-spacing: 1px;
    color: black;
}

button.mutted{
    margin-left: -15px;
    background: transparent;
    border: none;
    color: lightgray;
    width: 100px;
    height: 100px;
}

button.checked{
    margin-left: -15px;
    background: transparent;
    border: none;
    color: green;
    width: 100px;
    height: 100px;
}



@keyframes slide-to-left{
    from{
        opacity: 0;
        transform: translateX(400px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fade-in{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.rollon {
    opacity: 0;
    transform: translateY(140px);
    transition: opacity 1s ease, transform 1s ease;
  }
.rollon.visible {
    opacity: 1;
    transform: translateY(0);
  }
.rollon.hidden {
    opacity: 0;
    transform: translateY(140px);
}


.bg_parallel {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.text-white{
    color:#fff;
}

.jumbo{
    font-size: 4em;
}

.text-shadow{
    text-shadow: #000 4px 4px 10px;
}

.widescreen {
    height: 600px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Estilo para mensagens de sucesso */
.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

/* Estilo para mensagens de alerta */
.alert {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

/* Estilo para mensagens de erro */
.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}


/* Estilo para preço antigo*/
.oldprice {
  font-size: 24px;
  font-weight: bold;
  text-decoration: line-through;
  color: #734a4a; /* Cor verde para preços */
  margin-bottom: 15px;
}

/* Estilo para preço */
.price {
  font-size: 28px;
  font-weight: bold;
  color: #27ae60; /* Cor verde para preços */
  margin-bottom: 15px;
}

/* Estilo para método de pagamento */
.payment {
  font-size: 16px;
  font-weight: 500;
  color: #7f8386; /* Cor azul para métodos de pagamento */
  margin-bottom: 10px;
}

/* Estilo para a descrição */
.description {
  font-size: 14px;
  color: #2411dc; /* Cor cinza para a descrição */
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}



.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper {
    position: relative;
    width: 56.25vh; /* Proporção 9:16 para vídeo vertical */
    height: 100vh;
    background-color: #000;
}

.video-container video {
    width: 100%;
    height: 100%;
    padding: 0;
    margin:0;
    object-fit: contain;
    background-color: #000;
}

/* Estilo para a imagem de capa */
.video-container video[poster] {
    object-fit: cover;
}

.video-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
}

.video-container button {
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.video-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.video-progress {
    height: 100%;
    background-color: #fff;
    width: 0;
}



 /* Media query para telas verticais */
@media (orientation: portrait) {
    .video-wrapper {
        width: 100vw;
        height: 100vh;
    }
}

/* Media query para telas muito pequenas */
@media (max-width: 480px) {
    .video-controls {
        padding: 10px;
    }

    .video-container button {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}