@font-face {
    font-family: 'Montserrat-bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-extra';
    src: url('fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

.extrabold {
	font-family: 'Montserrat-extra';
}

.amarillo {
	color: #D1AE0A;
}

body {
	font-family: 'Montserrat-regular';
}

.inicio {
	background-color: #3B4041;
	padding: 100px 0px;
	text-align: center;
	color: #FFFFFF;
}

.inicio h2{
	color: #D1AE0A;
}

.promo {
	background-image: url('../images/promobg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	text-align: center;
	color: #000000;
}

.modelos {
	padding: 100px 0px;
}

.bordes {
	margin-top: 150px;
}

.ajuste-row {
	margin-top: -100px;
}

.flotillas {
	padding: 0px;
	margin-top: -110px;
}

.bg {
    background-color: #D1AE0A;
    clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 97%);
}

.fondo {
	clip-path: polygon(0 9%, 100% -2%, 100% 92%, 0% 100%);
    background-color: #ffffff;
    border: solid 1px #D1AE0A;
}

/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.fs10 {
	font-size: 14px;
}

.copy {
	background-color: #3B4041;
	padding: 100px 0px;
	color: #FFFFFF;
}

#float-social .social {
    position: fixed;
    top: 30%;
    z-index: 9999;
    width: 0;
}

#float-social .social ul {
    padding: 0;
    margin-left: 20px;
    -webkit-transform: translate(-270px,0);
    -moz-transform: translate(-270px,0);
    -ms-transform: translate(-270px,0);
    -o-transform: translate(-270px,0);
    transform: translate(-270px,0);
}

#float-social .social ul li {
    display: block;
    margin: 3px;
    background: #D1AE0A;
    width: 300px;
    text-align: right;
    padding: 7px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#float-social a {
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
}
#float-social .social ul li i {
    margin-left: 10px;
    color: #D1AE0A;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #fff;
    box-sizing: content-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#float-social .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#float-social .social ul li:hover {
    -webkit-transform: translate(110px,0);
    -moz-transform: translate(110px,0);
    -ms-transform: translate(110px,0);
    -o-transform: translate(110px,0);
    transform: translate(110px,0);
    background: #D1AE0A;
}

#float-social .social ul li:hover i {
    color: #fff;
    background: rgba(0,0,0,.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#float-social .social ul li:hover a {
    color: #000;
}

@media only screen and (max-width: 600px) {
  .bordes {
  	margin-top: 150px;
  	margin-left: 10px!important;
  	margin-right: 10px!important;
  }

  .promocionesespeciales img {
  	width: 20%;
  }
}

