@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: #d3833c;
	font-size: 18px;
}

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: 50px 0px;
	text-align: center;
	color: #FFFFFF;
}

.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;
    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: 100%;
	float: 
  }
}

/*------------------------------*/
 .carousel-inner {
            position: relative;
        }

        .form-container {
            position: absolute;
            top: 50%;
            right: 5%;
            transform: translateY(-50%);
            width: 40%;
            max-width: 500px;
            background: rgba(255, 255, 255, 0.95);
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 10;
        }

        .form-overlay {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .form-widget {
            width: 100%;
        }

        .form-widget h3 {
            font-size: 1.5rem;
            font-weight: bold;
            color: #272d35;
        }

        .form-widget p {
            font-size: 0.9rem;
            color: #555;
        }

        .sm-form-control {
            border: 1px solid #ced4da;
            border-radius: 5px;
            padding: 10px;
            font-size: 0.9rem;
        }

        .btn-primary {
            background-color: #282a2e;
            border-color: #282a2e;
            padding: 10px;
            font-size: 1rem;
            border-radius: 5px;
        }

        .btn-primary:hover {
            background-color: #e1b127;
            border-color: #e1b127;
			color: black;
        }

        .custom-control-label {
            font-size: 0.9rem;
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .form-container {
                width: 40%;
                right: 2%;
            }
        }

        @media (max-width: 768px) {
            .form-container {
                position: static;
                transform: none;
                width: 90%;
				margin-top: 290px;
                max-width: none;
            }

            .carousel-item img {
                height: 300px;
                object-fit: cover;
            }
        }

        @media (max-width: 576px) {
            .form-container {
                width: 100%;
                padding: 15px;
            }

            .form-widget h3 {
                font-size: 1.2rem;
            }

            .form-widget p {
                font-size: 0.8rem;
            }

            .sm-form-control,
            .btn-primary {
                font-size: 0.8rem;
            }

            .custom-control-label {
                font-size: 0.8rem;
            }
        }
  @media (max-width: 768px) {
            .carousel-inner {
               
                width: 100%;
               
                max-width: none;
            }
}
@media (max-width: 767px) {
    .carousel-item {
        background-image: url('images/slide-pickups2-mobile.webp') !important;
        background-size: cover;
        background-position: center;
    }
}