/*
------------------------------------------------
CSS Author: https://renovesolucoes.com.br/
Data: 23/abr/22

01 : PADRÃO
02 : NAVEGAÇÃO
03 : CAROUSEL
04 : SERVICOES
05 : BANNER DESTAQUE
06 : TRANSFERS
07 : CONTATO
08 : FOOTER
------------------------------------------------
*/

/* 01 : PADRÃO */

.color_primary {
    color: #234991 !important;
}

.color_secundary {
    color: #00d302 !important;
}

.bg_color_primary {
    background-color: #234991 !important;
}

.bg_color_primary_gradient {
    background: rgba(18, 43, 89, 1);
    background: -moz-linear-gradient(45deg, rgba(18, 43, 89, 1) 0%, rgba(35, 73, 145, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(18, 43, 89, 1)), color-stop(100%, rgba(35, 73, 145, 1)));
    background: -webkit-linear-gradient(45deg, rgba(18, 43, 89, 1) 0%, rgba(35, 73, 145, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(18, 43, 89, 1) 0%, rgba(35, 73, 145, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(18, 43, 89, 1) 0%, rgba(35, 73, 145, 1) 100%);
    background: linear-gradient(45deg, rgba(18, 43, 89, 1) 0%, rgba(35, 73, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#122b59', endColorstr='#234991', GradientType=1);
}

.text-left {
    text-align: left !important;
}

.rounded {
    border-radius: 1rem !important;
}

.mt-6{
    margin-top: 4rem!important;
}

.mb-6{
    margin-bottom: 4rem!important;
}

.pt-6{
    padding-top: 4rem!important;
}

.font-weight-bold{
    font-weight: bold !important;
}
* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: transparent !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    -webkit-scroll-padding-top: 80px;
    overflow-x: hidden;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

body {
    
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../images/viramar_loading.svg') 50% 50% no-repeat white;
    font-size: 50px;
}

main {
    margin-top: 80px;
    animation: fadeIn;
    animation-duration: 1s;
}

a {
    text-decoration: none;
    color: #2c5fac !important;
}

.btn {
    border-radius: 50px;
    padding: 7px 25px;
}
.icon_titulo {
    width:50px;
    padding-bottom: 10px;
}

.titulo_montserrat {
    font-family: "Montserrat Alternates", sans-serif;
}

/* 02 : NAVEGAÇÃO */
.navbar {
    background-color: #fff !important;
}

.navbar-brand img {
    height: 55px;
}

.nav-link {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    transition: 1s ease all;
    
}

.nav-link:hover {
    border-bottom: 2px solid #234991;
}

.nav-link-active {
    border-bottom: 2px solid #3c72d8;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #234991;
}
.nav-item {
    text-align: center;
}

.nav-item .icon_instagram {
    height: 28px;
}

.menu_a_lojista {
    background-color: #234991;
    color: #fff !important;
    border-radius: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* 03 : CAROUSEL */

.carousel-item {
    height: 350px;
}

.carousel-caption .btn {
    border: 2px solid white;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
}

.carousel-caption {
    /*top: 50%;
    transform: translateY(-50%); */
    max-width: 700px;
    left: 30px;
    right: 40px;
    text-align: center;
}

.carousel-caption h1 {
    animation: fadeInDown;
    animation-duration: .7s;
    animation-delay: .7s;
    animation-fill-mode: backwards;
}

.carousel-caption a {
    animation: fadeInUp;
    animation-duration: .7s;
    animation-delay: .9s;
    animation-fill-mode: backwards;
}

.carousel-item-1 {
    background-image: url('../images/slider/slide-000-viramar-small.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item-2 {
    background-image: url('../images/slider/slide-001-cinema-small.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 1200px) {
    .carousel-item {
        height: 500px;
    }

    .carousel-caption {
        /*top: 50%;
        transform: translateY(-50%); */
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 45px !important;
    }

    .carousel-item-1 {
        background-image: url('../images/slider/slide-000-viramar.jpg');
    }

    .carousel-item-2 {
        background-image: url('../images/slider/slide-001-cinema.jpg');
    }

    
}

.carousel-indicators {
    margin-bottom: 0.2rem !important;
}

.carousel-indicators button {
    width: 16px !important;
    height: 15px !important;
    border-radius: 50% !important;
}

/* 04 : 3 CARDS HOME */
.card {
    overflow: hidden !important;
}

/* 05 : CARROUSEL MULTI ITEM CINEMA */
.cinema_list {
    background-color: #0f0c2a;
    padding: 0;
    margin: 0;
    color: #fff;
    padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
    top: -4px;
    overflow: hidden;
    position: relative;

}
.MultiCarousel {
    float: left;
    overflow: hidden;
    /*padding: 15px;*/
    width: 100%;
    position: relative;
}

.MultiCarousel {
    Height: max-content;
}

.MultiCarousel .img_filme {
    width: 100%;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    /* border-radius: 50%; */
    top: calc(50% - 20px);
    padding: 20px;
    border: none;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    border: none;
}
.pad15{
    position: relative;
    
}

.btn_card_filme{
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    bottom: -100px;
    transition: 0.4s ease all;
}
.pad15:hover .btn_card_filme{
    bottom: 20px;
}
.btn_card_filme:hover{
    background-color: #234991;
    color:#fff !important;
}

/* 04 : LOJAS E SERVICOS */

.row_busca input {
    color: #2c5fac;
    background-color: #fff;
    padding: 12px;
    font-size: 1rem;
}

.row_busca button {
    color: #fff;
    background-color: #487bd8;
    padding: 12px;
    font-size: 1.2rem;
    width: 80px;
}

/*cards */
.sombra1 {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) !important;
}

.img_breve{
    width: 150px;
}

.card_loja,
.card-body {
    cursor: pointer;
    position: relative;

}

.card_loja .card-body {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 500ms;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 140px;
    /*
    position: absolute;
    opacity: 0;
    */
}

.btn_exibir_todos a {
    color: rgb(101, 219, 255) !important;
}

/*
.card_loja:hover .card-body{
    opacity: 1;
}
*/
@media (max-width: 800px) {

    /* diminuir a distancia entre os card quando mobile*/
    .row>* {

        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);

    }

}


/* classes para a barra de pesquisa */
/* Rounded pill classes for horizontal sides */
.rounded-pill-left {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.rounded-pill-right {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

/* Another classes to use */
.rounded-t-l-0 {
    border-top-left-radius: 0 !important;
}

.rounded-t-r-0 {
    border-top-right-radius: 0 !important;
}

.rounded-b-l-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-b-r-0 {
    border-bottom-right-radius: 0 !important;
}

.rounded-x-l-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-x-r-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* 04 : LOJAS E SERVICOS */

/* 05 : BANNER DESTAQUE */

.chamada {
    background-image: url('../images/banner-sm.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F99229;
}

@media (min-width: 1200px) {
    .chamada {
        background-image: url('../images/banner-lg.jpg');
        background-attachment: fixed;
    }
}

.chamada .btn {
    border: 2px solid white;
    font-size: 18px;
    font-weight: 600;
}


/* 07 : CONTATO */

.form-control {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e4e4e4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.form-group {
    padding: 0 0 10px 0;
}

.form-group input {
    padding: 12px 20px;
    border-radius: 50px;
}

.form-group textarea {
    padding: 12px 20px;
    border-radius: 18px;
}

#contato iframe {
    border-radius: 0px;
}

.g-recaptcha div {
    width: auto !important;
}

#atalhos {
    padding: 40px 0;
}

#atalhos a {
    color: #666666;
}

#atalhos a:hover {
    color: #F99229;
}



/* 08 : FOOTER */
footer h5 {
    font-size: 1rem !important;
}

footer {
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
}

footer a {
    color: rgb(101, 219, 255) !important;
}

footer .col {
    padding: 1.5rem 0 1.5rem 0 !important;
}

footer .logo_footer {
    width: 140px;
    text-align: left !important;
}

footer .icon_footer {
    width: 50px;
    opacity: 0.9;
}

footer a:hover,
footer a:active {
    color: white;
    text-decoration: underline;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.whatsapp {
    position: fixed;
    display: none;
    background: #26D367;
    color: #fff !important;
    padding: 15px;
    border-radius: 100%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.whatsapp:hover {
    color: #fff;
    background-color: #25b85d;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 30px;
    background: #234991;
    border-radius: 8px !important;
    color: #fff;
  }
  .why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
  }
  .why-us .content p {
    margin-bottom: 30px;
  }
  .why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
  }
  .why-us .content .more-btn i {
    font-size: 14px;
  }
  .why-us .content .more-btn:hover {
    color: #234991;
    background: #fff;
  }
  .why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
    padding: 40px 30px;
    width: 100%;
    transition: 0.3s;
  }
  .why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #234991;
    margin-bottom: 30px;
  }
  .why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #000;
  }
  .why-us .icon-boxes .icon-box:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  }

  /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
  }
  .features .icon-box i {
    font-size: 20px;
    padding-right: 10px;
    line-height: 1;
    color: #234991;
  }
  .features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
  }
  .features .icon-box h3 a {
    color: #010483;
    transition: ease-in-out 0.3s;
  }
  .features .icon-box h3 a:hover {
    color: #01036f;
  }
  .features .icon-box:hover {
    background: #ebebff;
  }

  /*--------------------------------------------------------------
# showcase
--------------------------------------------------------------*/
  .showcase .showcase-text {
    padding: 3rem;
    
  }
  .showcase-bg-blue{
    background: #234991 !important;
    color: #fff;
  }
  .showcase .row {
    background-color: #f5f5ff;
  }
  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
  }
  
 

  /*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
  }
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  }

  .chamada-evento {
    background-image: url('../images/centroevento/banner-lg-eventos.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F99229;
}

  /*--------------------------------------------------------------
# EVENTOS
--------------------------------------------------------------*/

.eventos{
    width:100%;
}

.evento{
    /* width:80%; */
    margin: 0 auto;
    overflow: hidden;
   
}

.evento_img{
    background-color: #fff;
}
.evento_img img{
    width: 100%;
    /* max-height: 300px !important; */
}

.evento_dados {
      background-color: #fff;
      border-radius: 0 10px 10px 0;
}

.modal-target {
    width: 300px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .modal-target:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    opacity: 1 !important;
    max-width: 800px;
  }
  
  /* Caption of Modal Image */
  .modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }
  
  /* Add Animation */
  .modal-content, .modal-caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  