﻿body, html {
    background-color: #000;
    font-family: "CorporateAReg";
    font-size: 14px;
    color: #FFF;
    line-height: 1;
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}



a, a:hover, a:focus {
    text-decoration: none;
}

.row {
    margin: 0px;
}

.nopadding {
    padding: 0px;
}

.nopaddingright {
    padding-right: 0px;
}

.nopaddingleft {
    padding-left: 0px;
}

.container {
    padding: 0px;
}

/* HEADER */

.header {
    padding: 20px 0px;
}

    .header .img-right img {
        float: right;
        padding-top: 20px;
    }


.menu {
    padding-right: 100px;
}

    .menu ul {
        list-style-type: none;
        padding: 0px;
        padding-top: 40px;
        float: right;
    }

    .menu li {
        display: inline;
        padding-right: 30px;
    }


    .menu .active a {
        color: #00AEEF;
    }

    .menu a {
        color: #FFF;
        font-family: CorporateSBQRegular;
        font-size: 16px;
    }

/* FOOTER */
.footer {
    padding: 20px 0px;
}

.legend-footer {
    color: #FFF;
    padding-bottom: 20px;
    font-size: 13px;
    font-family: CorporateSBQRegular;
    text-align: justify;
}

    .legend-footer a {
        color: #FFF;
        font-family: CorporateSBQRegular;
        line-height: 1;
        text-decoration: none;
    }


.social {
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
}

    .social li {
        display: inline;
        padding-right: 7.5px;
    }

.footer .link {
    text-align: right;
    margin-top: 10px;
}

    .footer .link a {
        color: #FFF;
        font-family: CorporateSBQRegular;
    }

.footer .contacto-legend {
    color: #FFF;
    font-family: CorporateSBQRegular;
    padding-right: 30px;
    display: inline-block !important;
}

    .footer .contacto-legend a {
        color: #FFF;
    }

.legal {
    font-family: "CorporateSLight";
    font-size: 12px !important;
}

#divLegal {
    display: none;
}

/* HOME */
.home {
    background-image: url("../Images/main-background.jpg");
    /*background-size: cover;*/
    /*background-position: bottom center;*/
	background-position: top center;
	background-repeat: no-repeat;
    min-height: 760px;
}

.inner-home {
    padding-top: 440px;
    width: 100%;
	text-align:center;
}

    .inner-home .title {
        font-family: "CorporateAReg";
        font-size: 45px;
        padding-bottom: 40px;
    }
	
	.inner-home-description {
        font-family: "CorporateACon" !important;
        font-size: 22px !important;
		margin-top:20px !important;
		letter-spacing: 1.5px !important;
    }
	.inner-home-legend {
        font-family: "CorporateSLight" !important;
        font-size: 16px !important;
		margin-top:50px !important;
		letter-spacing: 1.3px !important;
    }

    .inner-home p {
        font-family: "CorporateSLight";
        font-size: 16px;
		margin-top:20px;
    }

	.inner-home p a,
	.inner-home p a:hover,
	.inner-home p a:focus,
	.inner-home p a:active {
		color: #FFF;
	}

    .inner-home .likelegal {
        font-size: 12px !important;
    }

/* MENU MODELOS */

.menu-modelos {
    background-color: #969696;
}

    .menu-modelos ul {
        list-style-type: none;
        padding: 12px 20px 12px 130px;
        float: left;
        margin: 0px;
    }

    .menu-modelos li {
        display: inline;
        padding-right: 30px;
    }


    .menu-modelos .active a,
    .menu-modelos a:hover {
        color: #FFF;
    }



    .menu-modelos a {
        color: #000;
        font-family: CorporateSBQRegular;
        font-size: 16px;
    }

.productos {
    min-height: 730px;
    padding: 80px 130px;
    overflow: hidden;
}

    .productos hr {
        border: none;
        height: 3px;
        width: 60px;
        /* Set the hr color */
        color: #FFF; /* old IE */
        background-color: #FFF; /* Modern Browsers */
        margin: 0px;
        float: left;
    }

    .productos ul {
        list-style-type: none;
        padding: 0px;
        padding-top: 7.5px;
    }

        .productos ul li {
            font-family: CorporateSLight;
            font-size: 16px;
            padding: 7.5px 0px;
        }

            .productos ul li.modelo-title {
                font-size: 20px;
                font-family: CorporateSBQRegular;
                font-weight: bold;
            }

            .productos ul li a {
                color: #FFF;
            }

/* MODAL */
.modal-content {
    background-color: #555;
    border: none;
    border-radius: 0px;
    color: #FFF;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.modal button.close {
    color: #FFF;
    opacity: 1;
}

.modal .title {
    color: #FFF;
    font-family: CorporateAReg;
    font-size: 18px;
}

.modal .form-horizontal {
    padding-top: 15px;
    font-family: CorporateSBQRegular;
    font-size: 14px;
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
    padding-top: 10px;
}


.modal .form-control {
    border-radius: 0px;
    border: none;
    height: 30px;
    font-family: CorporateSBQRegular;
    font-size: 14px;
}

.modal .btn-submit {
    margin-top: 20px;
    font-size: 18px;
}

.modal select {
    width: 100%;
    height: 30px;
    padding: 6px;
}

.msgOk {
    font-size: 20px;
    font-family: CorporateSBQRegular;
    margin-bottom: 20px;
}


@media (max-width: 1024px) {

    .menu {
        padding-right: 0px;
    }

    .home {
        background-image: url(../Images/main-background-m.jpg);
        /*background-size: cover;*/
        /*background-position: center;*/
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 400px;
    }

    .inner-home {
        padding-top: 230px;
    }
	
	.inner-home p {
        font-size: 12px;
    }

    .footer .contacto-legend {
        display: none !important;
    }

    .menu ul {
        float: left;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
    }

    .header {
        padding: 15px;
    }

    /*.home {
        background-image: url(../Images/main-background-m.jpg);
        background-size: cover;
        background-position: center;
        min-height: 700px;
        padding: 15px;
    }*/

    .inner-home .title {
        font-size: 36px;
    }

    .footer {
        padding: 15px;
    }

    .model-title {
        padding: 10px;
        font-family: CorporateSBQRegular;
        font-size: 16px;
        background-color: #31363B;
        cursor: pointer;
        position: relative;
    }

    .modelo-block {
        margin-top: 10px;
    }

    .img-absolute {
        position: absolute;
        right: 15px;
    }

    .productos {
        background-color: #FFF;
        min-height: initial;
        min-height: auto;
        padding: 15px;
    }

    .row-model {
        margin: 7.5px 0px;
    }

    .productos ul li a {
        color: #000;
        font-size: 14px;
    }

    .productos ul {
        padding-top: 0px;
        margin: 0px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .productos ul li a {
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    .menu li {
        padding-right: 10px;
    }

    .home {
        background-image: url(../Images/main-background-xs.jpg);
        /*background-size: contain;*/
        background-position: top center;
        /*min-height: 680px;*/
        padding: 15px;
        background-repeat: no-repeat;
    }

    .inner-home {
        padding-top: 160px;
        width: 100%;
    }
	
	.inner-home .title {
		font-family: "CorporateAReg";
		font-size: 18px;
		padding-bottom: 10px;
    }
	
	.inner-home-description {
        font-family: "CorporateACon" !important;
        font-size: 10px !important;
		margin-top:5px !important;
		letter-spacing: 1.5px !important;
    }
	.inner-home-legend {
        font-family: "CorporateSLight" !important;
        font-size: 8px !important;
		margin-top:10px !important;
		letter-spacing: 1.3px !important;
    }

    .footer .link a {
        font-size: 11px;
    }

    .footer a img {
        width: 20px;
    }

    .social li {
        padding: 0px;
    }
}


@media (max-width: 360px) {
    .home {
        background-image: url(../Images/main-background-xs.jpg);
        /*background-size: contain;*/
        background-position: top center;
        /*min-height: 480px;*/
        padding: 15px;
        background-repeat: no-repeat;
    }
	
	.inner-home .title {
		font-family: "CorporateAReg";
		font-size: 18px;
		padding-bottom: 10px;
    }
	
	.inner-home-description {
        font-family: "CorporateACon" !important;
        font-size: 10px !important;
		margin-top:5px !important;
		letter-spacing: 1.5px !important;
    }
	.inner-home-legend {
        font-family: "CorporateSLight" !important;
        font-size: 8px !important;
		margin-top:10px !important;
		letter-spacing: 1.3px !important;
    }

    .inner-home p {
        font-size: 14px;
    }

    .inner-home {
        padding-top: 160px;
        width: 100%;
    }
}

.messageicon {
    position: absolute;
    right: 20px;
    height: 20px;
}

.lookicon {
    float: right;
    position: absolute;
    right: 50px;
    height: 20px;
}

.show1024 {
    display: none;
}

.hide1024 {
    display: block;
}

@media (max-width: 1024px) {
    .show1024 {
        display: block;
    }

    .hide1024 {
        display: none;
    }
}
