@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@media screen and (orientation: landscape) {
    .aviso_retrato {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        display: block !important;
        z-index: 99999999999;
    }
    .texto_interno {
        color: #3b3b3b;
        font-size: 14px;
        text-align: center;
        top: 40%;
        transform: translateY(-50%) translateX(-50%);
        font-family: "Roboto";
        font-weight: 100;
        position: absolute;
        left: 50%;
        box-sizing: border-box;
    }
    .texto_interno img {
        height: 30vh;
    }
    .texto_interno p {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 500;
    }
}

.animacao {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s;
}


.animacao_3 {
    opacity: 0;
    transition: 1.2s;
}

.anima {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}


/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* Custom CSS
  * --------------------------------------- */

body {
    font-family: Roboto, arial, helvetica;
    color: #333;
    color: rgba(0, 0, 0, 0.8);
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 2em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    transform: none;
    bottom: initial !important;
}

.swiper-container,
.swiper-container-cor-interna {
    position: relative;
    width: 100%;
    top: 0;
}

.section {
    text-align: center;
    position: relative;
}

#menu li {
    color: white;
    width: 85%;
    box-sizing: border-box;
    padding: 10px 10px;
    text-align: left;
}

#fechar {
    width: 100% !important;
}

#fechar a {
    text-align: left !important;
}

#menu li.active {
    background: #333;
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: white;
    border-left: 3px solid white;
    text-transform: uppercase
}

#menu li.active a:hover {
    color: white;
}

#menu li a,
#menu li.active a {
    padding: 0 9px;
    display: block;
    font-weight: bold;
}

#menu li.active a {
    color: #fff;
}

.fp-prev {
    display: none;
}

.fp-next {
    display: none;
}

.video-background {
    background-image: url(../img/video-loading.gif);
    background-size: cover;
}

#menu_suspenso {
    position: fixed;
    width: 30px;
    height: 35px;
    z-index: 99999999;
    right: 10px;
    background: url(../img/menu.png);
    background-size: contain;
    top: 4px;
}

#menu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    /* top: calc(50% - 60px); */
    height: 50px;
    z-index: 99999999;
    padding: 0;
    bottom: 0;
    margin: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    left: 100%;
}

.menu_ativo {
    left: 35% !important;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
    text-decoration: none;
    color: #fff;
}

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}


/* Demos Menu
  * --------------------------------------- */

#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

#capa {
    background: url(../img/f1m.jpg) center 90%;
    background-size: cover;
    background-color: #90a7b5 !important;
    background-repeat: no-repeat !important;
}

#section1 {
    background: url(../img/f2m.jpg) center 77%;
    background-size: cover;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent red;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent red transparent transparent;
}

.item {
    text-align: center;
    color: #FFF;
    font-size: 3em;
}

.item--primary {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    z-index: 9999;
}

.logo-honda {
    top: 0 !important;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo-honda img {
    max-height: 25px;
    margin: 8px;
    left: 0;
    position: absolute;
}

.slogan-civic {
    top: 0 !important;
}

.custom-hotspot {
    height: 20px !important;
    width: 20px !important;
    border-radius: 100%;
    background:  rgba(230, 230, 230, 0.2);
    border: 3px solid rgba(240,240,240,0.3);
    font-size: 10px !important;
    
}

#nuncafoium {
    font-weight: 300;
    font-size: 18px;
    padding-top: 2vh;
    width: 95%;
    display: inline-block;
    text-align: left;
    line-height: 1.2;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

#section1 ul {
    margin-top: 20px;
}

#section1 ul li {
    width: 200px;
    border: 1px solid black;
    padding: 10px 15px;
    margin: 2px 0;
    font-size: 14px;
    line-height: 1.1;
}

.barrapreta {
    width: 100%;
    top: 0;
    color: white;
    position: absolute;
    letter-spacing: 2px;
    font-size: 18px;
    height: 40px;
    background: white;
}

.barrabranca {
    width: 100%;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #444;
    position: absolute;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

.barrabranca>div {
    display: inline-block;
}

.barrabranca .linha {
    padding-bottom: 4px;
    border-bottom: 1px solid #666;
    width: 45%;
    position: relative;
    display: flex;
}

#slogancivic {
    width: 60vw;
    margin-left: 0;
    margin-top: -15vh;
}

#tagline {
    width: 50vw;
    bottom: 10px;
    position: absolute;
    left: 10px;
}

.feature-destaque {
    display: none;
}

#design{
    color: inherit;
}

.proximo,
.anterior {
    display: none
}

.tituloSecao {    
    margin: 20px;
    padding: 10px 5px;
    color: #fff;
    background-color: #322f31;
}

.tituloSecao h3 {
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-family: Roboto;
    margin-top:0 !important;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

#especificacoes td::before {
    content: "• "
}

.disc {
    font-size: 10px !important;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 10px 20px;
    line-height: 1 !important;
    color: #ccc !important;
}

.botao_garanta {
    background: #c00 !important;
    color: #fff;
    border-radius: 48px;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    margin: 30px auto;
    box-sizing: border-box;
}

.legal img {
    width: 90%;
}

.legal-mobile {
    display: block;
}

.legal-desktop {
    display: none;
}

.inverter {
    background-image: url(../img/menui.png) !important;
}

.tituloSecao img {
    height: 160px;
    width: auto;
}

@media only screen and (min-width: 730px) and (min-aspect-ratio: 1/1) {
    .inverter {
        background-image: url(../img/menui.png) !important;
    }
    .tituloSecao img {
        height: auto;
        width: 100%;
    }
    .legal-mobile {
        display: none !important;
    }
    .legal-desktop {
        display: block !important;
    }
    .legal img {
        width: 70% !important;
    }
    .swiper-wrapper img,
    video,
    .feature img {
        border-radius: 10px;
        overflow: hidden;
    }
    .barrabranca>div {
        font-size: 22px;
        font-weight: bold;
    }
    #nuncafoium {
        width: 90%;
    }
    .feature video,
    .feature img {
        width: 68% !important;
        margin: 0 auto;
    }
    #ehev .feature video,
    #ehev .feature img {
        width: 55% !important;
        margin: 0 auto;
    }
    .feature h3,
    .feature p {
        width: 100% !important;
        float: right;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center !important;
    }
    .swiper-container {
        width: 100% !important;
        overflow: hidden;
    }
    .swiper-container-cores .swiper-slide {
        width: 100% !important;
    }
    #menu_suspenso {
        /*  display: none; */
    }
    #menu {
        width: 30%;
        left: initial !important;
        right: -100%;
    }
    .menu_ativo {
        right: 0 !important;
    }
    .barrapreta {
        background: white;
        height: 80px;
    }
    #nuncafoium {
        padding-left: 0;
        padding-right: 0;
    }
    .swiper-container-cores {
        width: 52% !important;
        max-width: 1200px !important;
        overflow: hidden;
        margin: 0 auto;
        top: 50%;
        position: absolute;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }
    #capa {
        background: url(../img/f1d.jpg) 26% 53%;
        background-size: 116%;
    }
    #section1 {
        background: url(../img/f2d.jpg) center 72%;
        background-size: cover;
    }
    .swiper-container {
        overflow-x: hidden !important;
        overflow-y: visible !important;
        box-sizing: border-box;
        width: 53% !important;
        float: right;
        top: 40%;
        transform: translateY(-50%);
        margin-right: 5%;
    }
    .tituloSecao {
        width: 30%;
        float: left;
        box-sizing: border-box;
        line-height: 1.3 !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        
    }
    .tituloSecao p {
        font-size: 14px !important;
        line-height: 1.2 !important;
        margin-top:5px;        
    }
    .tituloSecao h3 {
        font-size: 18px !important;
        line-height: 1.1 !important;        
    }
    .barrabranca {
        text-align: left;
        padding-left: 15px;
        position: relative;
    }
    .fp-tableCell {
        max-width: 1200px !important;
        margin: 0 auto !important;
        display: block !important;
        position: relative;
    }
    #capa .fp-tableCell {
        max-width: 100% !important;
    }
    .proximo,
    .anterior {
        display: inline-block;
        margin: 10px 0;
        width: 32px;
        height: 32px;
        background: url(../img/prev-button.png);
        border: 0;
    }
    .proximo {
        width: 32px;
        height: 32px;
        background: url(../img/next-button.png);
    }
    .card-header h5 {
        margin: 0 8px;
        box-sizing: border-box;
    }
    #especificacoes button {
        padding: 10px 15px;
        font-size: 16px;
        background-position: 99% !important;
        box-sizing: border-box;
    }
    [data-parent="#accordion"] {
        margin: 0 15px;
    }
    #especificacoes .card {
        width: 100% !important;
    }
    .card-body tr {
        width: 50%;
        float: left;
    }
    .card-body td {
        width: 100%;
        float: left;
        padding: 5px !important;
        font-weight: 400 !important;
    }
    .card-body tr:last-child td {
        border-bottom: 1px solid #eee !important;
    }
    .container {
        margin: 0 !important;
        width: 100% !important;
        max-width: 1200px !important;
    }
    .modelos {
        font-weight: 900 !important;
        width: 100% !important;
    }
    .modelos:hover {
        border: 1px solid #666;
    }
    .modelos.collapsed {
        border: 1px solid white;
    }
    .botao_garanta {
        background: #c00 !important;
        color: #fff;
        border-radius: 48px;
        font-weight: bold;
        padding: 15px;
        width: 50%;
        margin: 20px auto 20px;
    }
}

@media only screen and (min-width: 450px) {}

.itens-horizontal {
    margin-bottom: 0;
}

.itens-horizontal span {
    font-size: 14px;
    line-height: 1.3 !important;
    display: inline-block;
    overflow: visible;
    padding: 10px 10px;
    width: 100%;
}

.galeria .itens-horizontal span {
    visibility: hidden;
}

.galeria .swiper-slide-active .itens-horizontal span {
    visibility: visible;
}

.galeria .swiper-pagination-bullet-active {
    background-color: #666;
}

.galeria .swiper-pagination-bullet {
    background-color: #888888;
    width: 15px;
    height: 15px;
    border-radius: 10px !important;
}

.section {
    box-sizing: border-box;
}

.itens-horizontal img {
    width: 100%
}

.feature {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.feature .botao {
    padding: 8px 10px;
    border: 1px solid #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature h3 {
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    width: 90%;
    display: inline-block;
    line-height: 1.3;
    margin: 5px 0;
}

.feature p {
    font-size: 14px;
    text-align: left;
    color: black;
    line-height: 1.4 !important;
    width: 90%;
    display: inline-block;
    text-align: justify;
    font-weight: 300;
}

#corescarro_w {
    top: 2vh !important;
    position: relative;
    margin: 0;
    bottom: initial;
}

.itens-horizontal span {
    font-size: 12px;
    width: 100%;
}

@media only screen and (max-width: 385px) and (max-height: 470px) {
    .swiper-container,
    .swiper-container-cor-interna {
        width: 70% !important;
    }
    .itens-horizontal span {
        font-size: 10px !important;
        line-height: 1.1 !important;
        padding: 5px 5px !important;
    }
    .tituloSecao p {
        font-size: 12px !important;
        line-height: 1.2 !important;
        padding: 0 15px 10px !important;
    }
}

@media only screen and (max-width: 385px) and (min-height: 700px) {
    .swiper-container,
    .swiper-container-cor-interna {
        overflow: visible;
    }
    #nuncafoium p {
        font-size: 18px !important;
    }
    #nuncafoium span {
        font-size: 20px !important;
    }
    .section h3 {
        font-size: 20px;
        margin-top: 20px;
        line-height: 1.1;
       
    }
    .section p {
        font-size: 17px;
    }
    .barrabranca>div {
        font-size: 18px
    }
    .feature {
        padding: 50px 0;
    }
    .swiper-container,
    .swiper-container-cor-interna {
        margin-bottom: 20px;
    }
    #coresinterna_w {
        margin-bottom: 80px !important;
    }
    #corescarro_w {
        top: 7vh !important;
        bottom: initial !important;
    }
}

#cores .swiper-pagination-bullet {
    background-color: #888888;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    opacity: 1 !important;
    cursor: pointer;
}

#cores2 .swiper-pagination-bullet {
    background-color: #888888;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    opacity: 1 !important;
    cursor: pointer;
}

.troca_cor.itens-horizontal,
.troca_cor_interna.itens-horizontal {
    margin-bottom: 0;
}


@media only screen and (min-width: 345px) and (max-height: 620px) {
    .swiper-container,
    .swiper-container-cor-interna {
        width: 100%;
        overflow: visible;
    }
    .feature .video,
    .feature .video_hev,
    .feature img {
        height: auto;
    }
}

#navegacao_cores div,
#navegacao_cores_interna div {
    border: 1px solid #555;
    padding: 8px 10px;
    margin-top: 10px;
    overflow: visible;
    width: 70%;
    margin: 15px auto;
}

#cores2 .itens-horizontal span {
    border: 1px solid #555;
    padding: 8px 10px;
    margin-top: 10px;
    min-width: 170px;
    margin-bottom: 10px;
    overflow: visible;
}

.modelos {
    border: 1px solid #555;
    padding: 8px 10px;
    margin-top: 10px;
    min-width: 170px;
    margin-bottom: 10px;
    display: inline-block;
    width: 80%;
}

.ficha {
    width: 80%;
    text-align: left;
    margin: 0 auto;
}

.ficha td {
    border: 1px solid #fff;
    padding: 10px 10px;
    font-size: 12px;
    background-color: #f8f8f8;
}

.ficha table {
    margin: 10px 0 20px;
    display: inline-table;
    width: 100%;
}

.ficha li {
    background-size: 17px;
    margin: 0 0 10px;
}

#especificacoes .card {
    background-color: #fff !important;
    width: 80%;
    margin: 0 auto;
    border: 0;
}

#especificacoes .card-header {
    background-color: #fff !important;
    border: 0;
    color: #333;
    padding: 0;
    text-align: left;
    background-size: 17px;
}

#especificacoes button {
    width: 100%;
    background-size: 17px;
    color: #555 !important;
    font-weight: bold;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 97%;
    margin: 3px 0;
}

.card-body {
    padding: 0;
}

.card-body table {
    width: 100%;
}

.card-body td {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    padding: 10px;
}

.card-body tr:last-child td {
    border-bottom: 0px solid #eee;
    font-size: 12px;
    padding: 10px;
}

.card-body tr td:first-child {
    font-weight: bold;
    text-align: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -40px;
}

.card.nivel2 {
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
}

.nivel2 .card-header a {
    color: #333 !important;
    padding-left: 5px;
    font-size: 0.9em;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
    #capa {
        background-size: 145% !important;
        background-position: 85% !important;
    }
    #logo_baixo {
        margin-left: 78vw;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1270px) {
    #capa {
        background-size: 103% !important;
        background-position: 30% !important;
    }
}

@media only screen and (min-width: 1001px) {
    #slogancivic {
        width: 25vw;
        margin-left: 58vw;
        margin-top: 40vh;
    }
    #tagline {
        width: 15vw;
        bottom: 10px;
        position: absolute;
        left: 10px;
    }
    #nuncafoium p {
        width: 35% !important;
    }
    #logo_baixo {
        margin-left: 84vw;
    }
}

@media only screen and (min-width: 1100px) {
    #capa {
        background: url(../img/f1d.jpg) 16% 53%;
        background-size: 106%;
    }
    #slogancivic {
        width: 23vw;
        margin-left: 67vw;
        margin-top: 40vh;
    }
}

@media only screen and (min-width: 1350px) {
    #slogancivic {  width: 19vw;  margin-left: 20vw;  margin-top: 26.5vh; }
}

@media only screen and (min-width: 1050px) {
    #logo_baixo {
        margin-left: 80vw;
    }
}

@media only screen and (min-width: 1250px) and (max-height: 770px) {
    #capa {
        background: url(../img/f1d.jpg) 16% 53%;
        background-size: 106%;
    }
}

@media only screen and (min-width: 1350px) and (max-height: 770px) {
    #logo_baixo {
        margin-left: 71vw;
    }
    #capa {
        background: url(../img/f1d.jpg) 16% 53%;
        background-size: 106%;
    }
}

@media only screen and (min-width: 545px) and (max-width: 800px) {
    #capa {
        background-size: 100% !important;
        background-position: center;
    }
    #logo_baixo {
        margin-left: 13vw;
    }
}

@media only screen and (min-width: 630px) and (max-width: 800px) {
    #capa {
        background-size: 102%;
        background-position: 14% 67%;
    }
}

#logo_baixo {
    position: absolute;
    width: 100px;
    bottom: 0;
}

#logo_baixo img {
    width: 100%;
}

#ehev h3 img {
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 50%;
}

.legenda_ehev {
    font-size: 11px;
}

@media only screen and (max-width:730px) {
    #ehev h3 img {
        padding: 0;
        text-align: left;
        margin-bottom: 10px;
        display: inline-block;
        max-width: 100%;
    }
    #logo_baixo {
        right: 10px;
        bottom: 5px;
        position: absolute;
        width: 50px;
    }
    .logo-honda img {
        max-height: 20px;
        margin: 10px;
        left: 0;
        position: absolute;
    }
}

@media only screen and (min-width:1300px) {
    #logo_baixo {
        margin-left: 78vw;
    }
}

@media only screen and (min-width:1600px) {
    #logo_baixo {
        margin-left: 65vw;
    }
}

@media only screen and (max-width: 799px) {
    #capa {
        background: #90a7b5 url(../img/f1m.jpg);
        background-size: 100% !important;
        background-position: 0% 100%;
    }
    .tituloPreto,
    .barrabranca>div {
        padding: 0 10px;
        margin-top: 20px !important;
        line-height: 1.1;
        font-size: 0.95em !important;
        text-align: center;
    }
    #tecnologiaeperformance .barrabranca>div {
        display: none !important;
    }
    #tecnologiaeperformance .legendaPreto {
        padding: 0 10px;
        margin-top: 10px;
        line-height: 1.3;
        font-size: 0.75em !important;
    }
    .itens-horizontal span {
        padding: 0 10px !important;
        line-height: 1.3;
        font-size: 12px;
    }
    #tecnologiaeperformance .itens-horizontal span {
        padding: 0 10px !important;
        line-height: 1.2;
        font-size: 10px;
    }
    #legenda_desktop {
        display: none;
    }
    #legenda_mobile {
        font-size: 10px !important;
        position: absolute;
        display: block;
        padding: 15px;
        text-align: left;
        z-index: 99;
        bottom: 0;
        width: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
    }
}

@media only screen and (max-width: 600px) {
    .menu_ativo {
        width: 75% !important;
    }
    #menu li a,
    #menu li.active a {
        font-size: 12px;
    }
    #menu li {
        padding: 5px 10px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1000px) and (min-aspect-ratio: 1 / 1) {
    #capa {
        background: url(../img/f1d.jpg) 80% 100%;
        background-size: 145% !important;
    }

    #slogancivic {
        width: 30vw;
        margin-left: 0;
        margin-top: 31vh;
    }
}


.row {
    margin: 0;
}

.anima {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}

.animacao_2 {
    opacity: 1 !important;
    transform: translateY(-100px);
    transition: 1.5s;
    z-index: 1;
}

.animacao_3 {
    transition: 1.2s;
}

#hondasensing,
#ehev {
    background-color: #262626;
    color: white !important;
}

#hondasensing p,
#ehev p {
    margin-top: 10px;
    line-height: 1.35;
    font-size: 14px;
}

#hondasensing ul,
#ehev ul {
    list-style: none;
    margin-top: 10px;
}

#hondasensing ul li div,
#ehev ul li div {
    border: 1px solid #555;
    padding: 10px 15px;
    margin: 2px auto;
    font-size: 12px;
    line-height: 1.1;
    width: 97%;
    height: 90%;
    box-sizing: border-box;
    text-align: center;
}

#hondasensing ul li:last-child div,
#ehev ul li:last-child div {
    width: 98.5%;
}

#hondasensing ul li.active div,
#ehev ul li.active div {
    background: white;
    color: black;
    border-color: rgba(50, 200, 200, 0.7);
    box-shadow: inset 0 0 10px 2px rgba(60, 215, 230, 0.7);
}

#hondasensing ul li.active div::after,
#ehev ul li.active div::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: blur(7px);
    transform: translateX(-50%);
    background: radial-gradient(rgba(60, 215, 230), #fff);
    animation: animateglow 3s ease infinite;
    background-size: 180% 180%;
}

@keyframes animateglow {
    0% {
        opacity: 15%;
        background-position: 0% 50%;
    }
    25% {
        opacity: 35%;
        background-position: 100% 50%;
    }
    50% {
        opacity: 15%;
        background-position: 0% 50%;
    }
    75% {
        opacity: 35%;
        background-position: 100% 50%;
    }
    100% {
        opacity: 15%;
        background-position: 0% 50%;
    }
}

#logo_sensing {
    width: 50%;
    height: auto;
}

.tituloCinza {
    color: #777;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    font-family: Montserrat;
}

.legendaAbaixo {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin: 10px auto 0;
}

@media only screen and (max-width: 800px) {
    #logo_sensing {
        width: 50%;
        height: auto;
    }
}

#hondasensing .video,
#ehev .video_hev {
    margin-top: 10px;
}

#hondasensing .hided {
    display: none;
}

#ehev .hided {
    display: none;
}

body #fullpage .negative {
    background: #262626;
    color: white !important;
}

.negative h3,
.negative .barrabranca div,
.negative .itens-horizontal span {
    color: white;
    background-color: transparent;
}

.menuInterno {
    width: 100%;
    border-top: 1px solid #e2001a;
    border-bottom: 2px solid #ccc;
    display: block;
    position: relative;
}

.menuInterno ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
}

.menuInterno ul li {
    display: inline-block;
    height: 60px;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.list-group-item.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: black !important;
    border-color: white !important;
}

.list-group-item>div {
    max-height: 0;
    overflow: hidden;
    width: calc(100% + 30px);
    margin: 10px -15px -12px !important;
    background: #eee;
    padding: 5px 20px;
    font-size: 13px;
    font-family: 'Roboto';
    color: black !important;
    border: 1px solid #ddd;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    padding: 0 20px;
    border: 0;
}

.list-group-item ul {
    list-style: none !important;
    margin-top: 10px;
}

.tab-pane ul {
    list-style: none !important;
    padding: 20px;
    font-size: 14px;
    border-radius: 0 20px 20px 20px;
}

.tab-pane li,
.list-group-item li {
    padding: 0 0 10px;
    font-family: Roboto !important;
    text-align: left;
}

.tab-pane li::before,
.list-group-item li::before {
    content: "» "
}

@media only screen and (max-width: 1100px) {
    .menuInterno ul li {
        display: inline-block;
        height: 60px;
        padding: 20px 5px;
        text-transform: uppercase;
        font-size: 11px;
    }
    .menuInterno img {
        width: 65px;
    }
}

@media only screen and (max-width: 880px) {
    .menuInterno ul li {
        display: inline-block;
        height: 60px;
        padding: 20px 5px;
        text-transform: uppercase;
        font-size: 10px;
    }
    .menuInterno img {
        width: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .menuInterno {
        font-size: 10px;
        display: none !important;
    }
    #tourvirtual,
    #seguranca,
    #confortoetecnologia,
    #cores {
        min-height: auto !important
    }
    .menuInterno li {
        padding: 2px 2px !important;
        height: 5px !important;
    }
    .menuInterno li img {
        width: 30px !important;
    }
    .menuSensing,
    .menuEHev {
        width: 100% !important;
    }
    .specs {
        margin-right: 10px;
        margin-left: 10px;
    }
    .list-group-item.active>div {
        max-height: 3000px;
        -webkit-transition: max-height 1s ease;
        -moz-transition: max-height 1s ease;
        -o-transition: max-height 1s ease;
        transition: max-height 1s ease;
        margin: 10px -15px -12px !important;
        padding: 5px 20px;
        border: 1px solid #ddd;
    }
    #especificacoes_t {
        display: none;
    }
}

@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 0.85;
    }
}

@-moz-keyframes blink {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 0.85;
    }
}

@-o-keyframes blink {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 0.85;
    }
}

@keyframes blink {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 0.85;
    }
}

.blink {
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;
    -o-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

@keyframes blink2 {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(1.3);
    }
    50% {
        opacity: 0.85;
        transform: scale(1);
    }
}

@keyframes blink3 {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(1.1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1);
    }
}

.apa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
}

.fechaDestaque {
    min-height: 25px;
    min-width: 25px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 2px solid white;
    position: absolute;
    border-radius: 100%;
    right: 5%;
    top: 5%;
    padding: 0;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 12px;
    color: white !important;
    box-sizing: content-box;
    text-align: center;
    cursor: pointer;
}

.dot,
.abre {
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    width: 25px;
    background-color: rgba(200, 200, 200, 0.5);
    position: absolute;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 50%;
    padding: 5px;
}

.abre {
    max-width: 15px;
    min-width: 15px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border-width: 3px;
    cursor: pointer;
    animation: blink2 2s infinite;
}

.legendaFoto {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 500px) {
    .abre {
        transform: translateY(-5px);
    }
}

.actived {
    max-width: 400px;
    transition: max-width 0.2s ease;
    padding: 3px 10px 2px 24px;
    font-size: 12px !important;
    background-color: rgba(200, 200, 200, 0.9);
    overflow: hidden;
}

.dot::before {
    content: "+";
    /* text-align: center; */
    font-size: 27px;
    position: absolute;
    left: 3px;
    top: 56%;
    transform: translateY(-50%);
}

.tituloPreto,
.barrabranca>div {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: Roboto;
}

.legendaPreto {
    color: #000;
    font-size: 15px;
    display: block;
    width: 100%;
}

.swiper-container {
    margin-top: 30px;
}

.swiper-container-cores {
    width: 100% !important;
    overflow: hidden;
    margin: 0 auto;
}

#cores {
    background-color: white !important;
}

#cores .swiper-pagination-bullet {
    background-color: #888888;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    opacity: 1 !important;
    cursor: pointer;
    display: inline-block;
}

#cores2 .swiper-pagination-bullet {
    background-color: #888888;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
}

.troca_cor.itens-horizontal,
.troca_cor_interna.itens-horizontal {
    margin-bottom: 0;
}

.corescarro .swiper-pagination-bullet.active,
.corescarrointerna .swiper-pagination-bullet.active {
    border: 2px solid rgba(200, 200, 200, 1) !important;
}

.corescarrointerna .swiper-pagination-bullet:nth-of-type(1) {
    background-color: #000 !important;
}

.corescarrointerna .swiper-pagination-bullet:nth-of-type(2) {
    background-color: #aaaaaa !important
}

.corescarro .swiper-pagination-bullet:nth-of-type(1) {
    background-color: #434750 !important;
}

.corescarro .swiper-pagination-bullet:nth-of-type(2) {
    background-color: #292a2b !important
}

.corescarro .swiper-pagination-bullet:nth-of-type(3) {
    background-color: #2b3441 !important;
}

.corescarro .swiper-pagination-bullet:nth-of-type(4) {
    background-color: #2c3f5d !important;
}

.corescarro .swiper-pagination-bullet:nth-of-type(5) {
    background-color: #444a53 !important;
}

.corescarro .swiper-pagination-bullet:nth-of-type(6) {
    background-color: #8b98a8 !important;
}

.corescarro .swiper-pagination-bullet:nth-of-type(7) {
    background-color: #b1c2d4 !important;
}


.corescarro .swiper-pagination-bullet:nth-of-type(8) {
    background-color: #5e2a40 !important;
}

.coresinterna .swiper-pagination-bullet:nth-of-type(1) {
    background-color: #222 !important;
}

.coresinterna .swiper-pagination-bullet:nth-of-type(2) {
    background-color: #ddd !important;
    border: 1px solid #888 !important;
}

#navegacao_cores div,
#navegacao_cores_interna div {
    padding: 8px 10px;
    margin-top: 10px;
    overflow: visible;
    width: 70%;
    margin: 15px auto;
    text-align: center;
}

.itens-horizontal span {
    display: inline-block;
    padding: 5px 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: visible;
    font-family: Roboto;
}

#cores2 .itens-horizontal span {
    border: 1px solid #555;
    padding: 8px 10px;
    margin-top: 10px;
    min-width: 170px;
    margin-bottom: 10px;
    overflow: visible;
}

.modelos {
    border: 1px solid #555;
    padding: 8px 10px;
    margin-top: 10px;
    min-width: 170px;
    margin-bottom: 10px;
    display: inline-block;
    width: 80%;
}

@media only screen and (min-width: 801px) {
    #menu {
        width: 30%;
        left: initial !important;
        right: -100%;
    }
    .menu_ativo {
        right: 0 !important;
    }
    #hondasensing p,
    #ehev p {
        margin-top: 10px;
        line-height: 1.35;
        font-size: 16px;
    }
    .legenda_ehev {
        font-size: 13px !important;
    }
    #legenda_mobile {
        display: none
    }
    .legenda_ehev, .legenda_sensing{
        font-size: 13px !important;
    }
}

#menu li {
    list-style: none;
    color: white;
    width: 85%;
    box-sizing: border-box;
    padding: 10px 10px;
    text-align: left;
}

#menu li:first-child {
    padding: 10px;
}

#fechar {
    width: 100% !important;
}

#fechar a {
    text-align: left !important;
}

#menu li.active {
    background: #82001a;
    color: #fff;
}

#menu li span {
    text-decoration: none;
    color: white;
    border-left: 5px solid white;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.1;
}

#menu li.active a:hover {
    color: white;
}

#menu li span,
#menu li.active span {
    padding: 0 9px;
    display: block;
    font-weight: bold;
}

#menu li.active span {
    color: #fff;
}

.fp-prev {
    display: none;
}

.fp-next {
    display: none;
}

#menu_suspenso {
    position: fixed;
    width: 30px;
    height: 35px;
    z-index: 99999999;
    right: 10px;
    background: url(../img/menu.png);
    background-size: contain;
    top: 4px;
    cursor: pointer;
}

#menu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    /* top: calc(50% - 60px); */
    height: 50px;
    z-index: 99999999;
    padding: 0;
    bottom: 0;
    margin: 0;
    width: 40%;
    height: 100%;
    background-color: black;
    left: 100%;
    color: white;
}

#menu a {
    text-decoration: none;
    color: inherit !important;
}

.menu_ativo {
    left: 25% !important;
}

#cores_w {
    width: 70% !important;
}

#acessorios_w {
    width: 60% !important;
}

@media only screen and (max-width: 550px) {
    #cores_w,
    #acessorios_w {
        width: 100% !important;
    }
    .menuSensing li div,
    .menuEHev li div {
        font-size: 11px !important;
    }
    p {
        font-size: 11px !important;
        line-height: 1.1;
    }
    #logo_sensing {
        max-width: 40% !important;
        height: auto;
    }
}

.menuSensing div,
.menuEHev div {
    cursor: pointer;
}

.galeria button.anterior {
    top: calc(50% - 30px);
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 0;
    left: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    background: white url(../img/anterior.png) no-repeat center center;
    background-size: 75%;
}

.galeria button.proximo {
    top: calc(50% - 30px);
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 0;
    right: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    background: white url(../img/proximo.png) no-repeat center center;
    background-size: 75%;
}


#acessorios .galeria button.proximo, #acessorios .galeria button.anterior { top: calc(50% - 70px); }

@media (min-width: 992px) {
    #s_lane{
     
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        
    }
    #s_collision{
     
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        
    }
}

#menu_360{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-bottom:10px;
} #menu_360 span{
    display: flex;
    font-family: 'Roboto';
    font-size: 10px;
    text-transform: uppercase !important;
    padding: 4px 10px;
    border:1px solid #333;
    cursor: pointer;
    border-left:0;
} #menu_360 span.selected{
    background: #333;
    color: white;
} #menu_360 span:first-child{
    border-radius: 10px 0 0 10px;
    padding-left: 12px;
    border:1px solid #333;
} #menu_360 span:last-child{
    border-radius: 0 10px 10px 0;
    padding-right: 12px;

}

#especificacoes button{
    text-decoration: none !important;
}

/*

button.btn.btn-link.collapsed::before{
    content: "+" !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #888;
    width:20px;
    height: 20px;
    color: white;
    margin-right: 5px;
    border-radius: 10px;

}

button.btn.btn-link.modelos::before{
    content: "−";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #888;
    width:20px;
    height: 20px;
    color: white;
    margin-right: 5px;
    border-radius: 10px;    
}

*/

.descMagic{
    padding: 10px;
    font-size:11px;
    line-height: 1.1;
    display:block;
}