/************************************************
    Global Elements
 ***********************************************/

body, html {
    height: 100%;
    margin: 0;
    background-color: #F1F1F1;
}

a, a:active, a:hover, a:visited {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

/**
	Embeded Fonts
**/
@font-face {
    font-family: 'poppins-black';
    src: url('../fonts/poppins-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-bolditalic';
    src: url('../fonts/poppins-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-italic';
    src: url('../fonts/poppins-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins-black-font {
	font-family: 'poppins-black';
}

.poppins-bold-font {
	font-family: 'poppins-bold';
}

.poppins-bolditalic-font {
	font-family: 'poppins-bolditalic';
}

.poppins-italic-font {
	font-family: 'poppins-italic';
}

.poppins-medium-font {
	font-family: 'poppins-medium';
}

.poppins-regular-font {
	font-family: 'poppins-regular';
}

.poppins-semibold-font {
	font-family: 'poppins-semibold';
}

/**
    Text colors
 */
.color-white {
    color: #FFF;
}

.color-black {
    color: #212426;
}

.color-dark-red {
    color: #ea0000;/*#BD001F;*/
}

.color-bright-red {
    color: #E40012;
}

.color-gray {
    color: #6F6F64;
}

.color-dark-gray {
    color: #474747;
}

.color-green {
    color: #BACC62;
}

.color-dark-green {
    color: #65A200;
}

.color-blue {
    color: #2F777F;
}

.color-dark-blue {
    color: #2291C9;
}

/**
    Background colors
 */
.background-dark-blue {
    background-color: #2291C9;
}

.background-dark-red {
    background-color: #ea0000;/*#BD001F;*/
}

.background-bright-red {
    background-color: #E40012;
}

.background-middle-gray {
    background-color: #828181;
}

.background-black {
    background-color: #474747;
}

/**********************************************
    Navbar
 *********************************************/
.navbar-default {
    margin-bottom: 0;
    width: 100%;
}

.navbar-hino {
    width: 85%;
    margin-left:7.5%;
    background-color: #FFF;/*#BD001F;*//*#212426;*/
    border: 0;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.navbar-hino a {
    color: #BD001F;
}

.navbar-background {
    position: relative;
    width: 100%;
}

.nav-ecodrive {
    position: absolute;
    width: 52%;
    margin-left: 24%;
    top: 0;
    margin-top: 11%;
}

.navbar-border-bottom {
    position: relative;
    width: 100%;
    top: 0;
}

.navbar-hino .navbar-nav > li > a > span {
	text-transform: uppercase;
}

.navbar-hino .navbar-nav > li > a {
    color: #ea0000;/*#FFF;*/
}

.navbar-hino .navbar-nav > li > a:hover,
.navbar-hino .navbar-nav > li.active > a,
.navbar-hino .navbar-nav > li.active > a:active,
.navbar-hino .navbar-nav > li.active > a:hover {
    background-color: #ea0000;/*#212426;*/
    color: #FFFFFF;/*#BD001F;*/
}

.navbar-hino .navbar-nav > li.fb-li > a:hover,
.navbar-hino .navbar-nav > li.fb-li > a,
.navbar-hino .navbar-nav > li.fb-li > a:active,
.navbar-hino .navbar-nav > li.fb-li > a:hover {
    background-color: #fff !important;
}

/*****************************************************
    Navbar for xs devices
 ****************************************************/
.navbar-hino-xs .dropdown-toggle {
    background: #E51908;/*#212426;*/
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1.3em;
    color: #FFF;
    outline: none;
}

.navbar-hino-xs .dropdown-toggle,
.navbar-hino-xs .dropdown-toggle:active {
    border: none;
    outline: none;
}

.navbar-hino-xs.open > .dropdown-toggle.btn-default {
    background: #E51908;/*#212426;*/
    color: #FFF;
}

.navbar-hino-xs .dropdown-menu {
    color: #FFF;
    width: 100%;
}

.navbar-hino-xs .dropdown-menu > li {
    margin-top: 8px;
    text-align: center;
}

.navbar-hino-xs .dropdown-menu > li > a {
    color: #FFF;
    font-size: 1.3em;
}

.navbar-hino-xs .dropdown-menu > li.active > a {
    background-color: #BD001F;
    padding: 8px;
}

/**
    Footer
 */
footer .footer-hino {
    background-image: url("./../img/backgrounds/hino_footer_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 287px;
    color: #FFF;
}

footer .footer-hino li {
    list-style-type: none;
}

footer .footer-hino li:hover {
    text-decoration: underline;
}

footer .footer-hino > a,
footer .footer-hino li > a {
    color: #FFF;
}

footer .footer-hino .footer-line {
    background-image: url('./../img/hino_line_footer.png');
    background-size: cover;
    background-position: center center;
    height: 1px;
    width: 60%;
    margin: 0 auto;
}

footer .footer-hino .footer-header:after {
    display: block;
    content: "";
    background-image: url('./../img/hino_line_footer.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 60%;
    height: 1px;
    margin: 0 auto;
}

.table > tbody + tbody {
    border-top: 0;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
    border-top: 0;
}

/**
    Benefits component
 */
.benefits-click {
    position: absolute;
    left: 0;
    margin-left: 80%;
}

/**
    About page
 */
.hino-news {
    position: relative;
}

.hino-news-img {
    /*position: absolute;*/
    max-width: 650px;
}

.hino-news-text {
    position: absolute;
    top: 50%;
    left: 38%;
	font-family: poppins-bolditalic;
	font-size: 15px !important;
	letter-spacing: 1px !important;
}

.hino-news-text-xs {
    position: absolute;
    top: 48%;
    left: 35%;
}

.bus-news {
    max-width: 150px;
    position: absolute;
    left: 70%;
    top: 15%;
}

/***********************************************/
/** Contact page map                           */
.map .hino-map {
    height: 400px;
    float: left;
}

.title-map{
	width: 50%;
	margin: 0 auto;
	border-bottom: 2px solid #C00C2A;
}

@media screen and (max-width: 767px){
	.map .hino-map {
		width: 100%;
	}
	.title-map{
		width: 80%;
	}
}

/***********************************************
    Contact form
 */
.contact-triangle-left {
    position: absolute;
    top: 0;
    left: -5px;
}

.contact-triangle-right {
    position: relative;
    top: -10px;
    left: 102px;
}

.contact-container {
    position: relative;
    top: 0;
    left: 0;
}

.contact-container .contact-box {
    background-image: url('./../img/contact_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 10px;
    width: 100%;
}

.contact-form {
    background-image: url('./../img/contact_background_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    background-position: top;
}

.contact-form input {
    height: 25px;
    width: 70%;
    margin: 0 auto;
}

.contact-form .contact-btn-img-xs {
    position: relative;
}

.contact-form .contact-btn-text-xs {
    position: absolute;
    top: 28px;
    left: 150px;
}

.contact-container-opt {
    position: relative;
    top: 0;
    left: 0;
}

.contact-container input {
    width: 100%;
    border-radius: 0;
}

/* Send button for options contact form */
.contact-container-opt .contact-btn-img-xs {
    position: absolute;
}

.contact-container-opt .contact-btn-text-xs {
    position: absolute;
}

/* Send button for small and bigger devices */
.contact-container .contact-btn-img {
    position: relative;
}

.contact-container .contact-btn-text {
    position: absolute;
    top: 94%;
    left: 28%;
}

.contact-btn {
    background: url('./../img/icons/ic_contact_button.png') no-repeat;
    background-size: cover;
    background-position: center center;
    border: none;
    color: #FFF;
    font-weight: bold;
}

/* Send button for xs devices */
.contact-container .contact-btn-img-xs {
    position: relative;
}

.contact-container .contact-btn-text-xs {
    position: absolute;
    top: 28px;
    left: 125px;
}

/**
    Map Button
 */
.contact-map {
    position: relative;
}

.contact-map-btn {
    position: relative;
}

.contact-map-text {
	position: absolute;
    left: 5px;
    width: 100%;
    display: block;
    top: 13px;
    font-size: 25px;
}

.contact-map-a{
	display: block;
    width: 209px;
    height: 59px;
    margin: 0 auto;
    position: relative;
}

.contact-map-text-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
}

/**
Borders
 */
.border-top-24-red {
    border-top: 24px solid #FF002A;
}

.border-top-24-green {
    border-top: 24px solid #BACC62;
}

.border-top-24-blue {
    border-top: 24px solid #9AD2CE;
}

.border-top-24-dark-blue {
    border-top: 24px solid #2291C9;
}

.border-top-24-dark-green {
    border-top: 24px solid #87CC62;
}

.border-top-24-gray {
    border-top: 24px solid #828181;
}

.border-bottom-24-gray {
    border-bottom: 24px solid #828281;
}

.model-details {
    border-left: 1px solid #828181;
    border-bottom: 1px solid #828181;
    border-right: 1px solid #828181;
}

/**
    Buttons
 */
.btn-dark-red {
    background-color: #BD001F;
    color: #FFF;
}

/*********************************************************
    Carousel
 */
/***********************************************/
/** Carousel                                   */
.no-padding {
    padding: 0;
}

.owl-carousel {
    display: block;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #828181;
}

#photo-model-carousel .carousel-item,
#owl-carousel-header .carousel-item {
    height: 400px;
    background: no-repeat center;
    background-size: cover;
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
    background-size: 25px;
    background-repeat: no-repeat; /* Avoid merge with background to preserve size */
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #BD001F;
    box-shadow: none;
}

.owl-dot span{
    border: 1px solid #828181;
}

.section-models .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: -55px;
    display: block!IMPORTANT;
    border:0 solid black;
    background-color: #828181;
}

.section-models .owl-prev a {
    position: absolute;
    top: -5px;
    right: 15px;
}

.section-models .owl-prev a,
.section-models .owl-prev a:hover,
.section-models .owl-prev a:hover span {
    color: #FFF;
}

.section-models .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: -55px;
    display: block!IMPORTANT;
    border:0 solid black;
    background-color: #828181;
}

.section-models .owl-next a {
    position: absolute;
    top: -5px;
    right: 10px;
}

.section-models .owl-next a,
.section-models .owl-next a:hover,
.section-models .owl-next a:hover span {
    color: #FFF;
}

/************************************************************
    Main carousel navegation
 */
#owl-carousel-header .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    background: none;
}

#owl-carousel-header .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    background: none;
}

#owl-carousel-header .owl-nav {
    margin-top: 0 !important;
}

/****************************8
    Modal
 */
.close-modal {
    background: #BD001F !important;
    color: #FFF;
    border-radius: 50%;
    border: none;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.video-container {
	position: relative;
	padding-bottom: 39.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    width: 100%;
    height: 95%;
    margin: 0 auto;
    max-width: 900px;
    max-height: 500px;
}

/*********************************************************/
/*********          Media Queries        *****************/
@media screen and (max-width: 767px) {
    footer .footer-hino {
        background-image: url("./../img/backgrounds/hino_footer_background.png");
        background-size: 900px 120%;
        background-position: center center;
        height: 730px;
        color: #FFF;
    }

    .contact-form {
        background-image: url('./../img/contact_background_2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .bus-news {
        width: 25%;
        position: absolute;
        left: 70%;
        top: 33%;
    }
	
	.video-container {
		padding-bottom: 56.25% !important;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		top: 17px !important;
		height: 85% !important;
	}
}

/** Everything after xs */
@media screen and (min-width: 768px) {
    .contact-form input {
        height: 25px;
        width: 80%;
        margin: 0 auto;
    }

    .bus-news {
        width: 25%;
        position: absolute;
        left: 75%;
        top: 22%;
    }
}

/* Everything on md and after */
@media screen and (min-width: 992px) {
    .contact-form input {
        height: 25px;
        width: 100%;
        margin: 0 auto;
    }
}

/* Everything on lg and after */
@media screen and (min-width: 1023px) {
    .contact-form input {
        height: 25px;
        width: 100%;
        margin: 0 auto;
    }

    .bus-news {
        width: 25%;
        position: absolute;
        left: 65%;
        top: 22%;
    }
}

@media screen and (min-width: 1043px) {
    .bus-news {
        width: 25%;
        position: absolute;
        left: 60%;
        top: 22%;
    }
}

/* Everything on xl */
@media screen and (min-width: 2150px) {
    footer .footer-hino {
        background-image: url("./../img/backgrounds/hino_footer_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        height: 350px;
        color: #FFF;
    }

    .contact-form input {
        height: 25px;
        width: 70%;
        margin: 0 auto;
    }

    .hino-news-text {
        position: absolute;
        top: 50%;
        left: 45%;
    }

    .bus-news {
        max-width: 150px;
        position: absolute;
        left: 57%;
        top: 15%;
    }
}

.fon-num, .fon-num:hover{
	color: #ee0034;
    font-weight: bold;
    font-size: 28px;
}

.menu-extra-text, .menu-extra-text a, .menu-extra-text a:hover{
	color: #000;/*white;*/
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

a.met-phone {
    color: #ea0000 !important;
}

.menu-extra-text {
    margin-left: -5%;
}

.menu-extra-text-xs, .menu-extra-text-xs a, .menu-extra-text-xs a:hover{
	color: #000;
	text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

#beneficios-list ul{
	padding: 0;
}

#beneficios-list li{
	display: inline-block;
    list-style: none;
    padding: 0 10px;
}

#beneficios-list img{
	width: 70px;
}

.bus-catalog span{
	font-size: 16px !important;
	letter-spacing: 1px;
}

.regular-text, .regular-bright-text {
	font-family: poppins-regular;
	font-size: 18px !important;
	letter-spacing: 1px !important;
}

.regular-text b, .regular-bright-text b {
	font-family: poppins-bolditalic;
	color: #BD001F;
}

.regular-text-italic {
	font-family: poppins-italic !important;
}

.title-text {
	font-family: poppins-black;
	font-size: 30px !important;
	letter-spacing: 2px !important;
}

.model-text {
	font-family: poppins-italic !important;
	font-size: 16px !important;
	letter-spacing: 2px !important;
}

.model-text-bold {
	font-family: poppins-bolditalic !important;
}

.modal-text, .modal-text-footer {
    text-align: center;
    font-weight: bold;
    margin: 20px 10%;
    color: #ea0000;
    font-family: poppins-medium;
    margin-top: 0;
    font-size: 25px;
}

@media screen and (max-width: 768px){
    .modal-text, .modal-text-footer {
        font-size: 22px !important;
        margin-top: 20px;
    }
}

.modal-text-footer {
    margin: 20px 5%;
}

:root {
    --plyr-color-main: #ea0000;
}

.michiko-header {
    width: 65px;
    position: absolute;
    top: -10px;
    left: 15px;
}

.michiko-footer {
    width: 70px;
    float: right;
}

.contact-complimentary-text {
    text-align: center;
    font-size: 24px;
    font-family: 'poppins-black';
    color: #ea0000;
    margin-top: 50px;
}

.nav-li {
    padding-left: 22px;
    padding-right: 22px;
}

#total-support-menu {
    margin: 30px 0;
}

#total-support-menu a {
    color: #fff;
    font-weight: bold;
    background-color: #03243F;
    border-radius: 20px;
    font-family: 'poppins-bold';
    max-width: 250px;
    text-align: center;
    width: 100%;
}

#total-support-menu .active a {
    background-color: #E40012;
}

.total-support-top-logo img {
    max-width: 100%;
    max-height: 200px;
}

.total-support-page h1 {
    font-family: 'poppins-black';
    color: #E40012;
}

.total-support-page h2 {
    font-family: 'poppins-regular';
}

.total-support-page h2.subtitle:after {
    content: '';
    border-top: 5px solid #E40012;
    height: 5px;
    display: block;
    margin-top: 13px;
}

.total-support-page h2 span {
    font-family: 'poppins-semibold';
    color: #E40012;
}

.total-support-page .gear-img {
    height: 100px;
}

.first-btn {
    float: right;
}
@media screen and (max-width: 767px) {
    .first-btn {
        float: initial;
    }
    #total-support-menu a {
        margin: 0 auto;
    }
    .total-support-page h1 {
        margin-top: 36px;
        font-family: 'poppins-black';
        color: #E40012;
    }
}

.toyota-fsm, .gf-banorte {
    line-height: 120px;
}

.toyota-fsm {
    text-align: right;
    padding-right: 24px;
}

.gf-banorte {
    padding-left: 24px;
}

.toyota-fsm img, .gf-banorte img {
    width: 100%;
    max-width: 300px;
    max-height: 120px;
}

.highlighted-text {
    font-family: 'poppins-semibold';
    color: #E40012;
    font-style: italic;
    margin-bottom: 24px;
}

.total-support-page h4 {
    line-height: 25px;
}

.app-hino {
    width: 100%;
    margin-bottom: 15px;
}

#services-menu a.active {
    border: 3px solid #E40012;
    display: block;
}

#services-menu .sm-item img {
    width: 90%;
}

@media screen and (max-width: 767px){
    #services-menu {
        height: 300px;
        overflow: hidden;
        border-top: 3px solid #E40012;
        border-bottom: 3px solid #E40012;
    }
    #services-menu.open {
        height: 100%;
    }
    #services-menu .sm-item img {
        width: 100%;
    }
    .mobile-btn {
        color: #E40012;
        font-size: 80px;
        font-weight: bold;
        margin-top: -80px;
    }
    .app-hino-div:nth-child(2n + 1) {
        clear: left;
    }
}

.privacy-link, .privacy-link:visited, .privacy-link:hover, .privacy-link:active {
    color: #ea0000;
}

#model-360-view .modal-lg {
    width: calc(100% - 17px);
    margin: 5px auto;
    max-width: 100%;
    margin-left: 17px;
}

@media screen and (max-width: 768px){
    #model-360-view .modal-lg {
        margin-left: 8px;
    }
}

#model-360-view iframe {
    width: calc(100% - 10px);
    margin: 5px;
    height: 85vh;
}

#wrapper-360view .owl-item img {
    display: inline-block !important;
    width: auto !important;
}

#wrapper-360view.owl-theme .owl-nav [class*=owl-],
#wrapper-360view.owl-theme .owl-nav a,
#wrapper-360view.owl-theme .owl-nav a:hover,
#wrapper-360view.owl-theme .owl-nav a:focus,
#wrapper-360view.owl-theme .owl-nav a:visited,
#wrapper-360view.owl-theme .owl-nav a:active,
#wrapper-360view.owl-theme .owl-nav a span,
#wrapper-360view.owl-theme .owl-nav a:hover span,
#wrapper-360view.owl-theme .owl-nav a:focus span,
#wrapper-360view.owl-theme .owl-nav a:visited span,
#wrapper-360view.owl-theme .owl-nav a:active span {
    color: #ea0000 !important;
    background: none;
}