/*-----------------------------------------------------------------------------------

    Theme Name: Torino Landing
    Description: Landing PAde de Torino Motors
    Author: Grupo Autofin
    Author URI: http://www.grupoautofin.com
    Version: 1.0.0

-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'latoregular';
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3f3;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow-x: hidden;
    flex: 1 0 auto;
}

#content {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-image: url('../images/bg-degradated.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-wrap {
    position: relative;
    padding: 40px 0;
}

#content .container { position: relative; }

#header {
	width: 100%;
	min-height: 75px;
	background-color: #000000;
	border-bottom: 3px solid #ea0008;
}

.logo {
	max-width: 110px;
	height: auto;
	margin-top: 20px;
    position: absolute;
    z-index: 1;
}

.custom-control-label {
	color: #424242;
    font-size: 12px;
    line-height: 1;
}

.custom-control-label > a {
	color: #424242;
}

.form-box-header {
	position: relative;
	background-color: #f3f3f3;
	color: #424242;
	padding: 1.5rem;
}

.form-box-body {
	background-color: #FFFFFF;
	padding: 1rem;
}

.form-box-header-title {
	font-size: 1rem;
	margin-bottom: 0;
}

.caret-bottom {
	position: absolute;
	top: 0;
	left: 10px;
}

.title-slider {
	width: 100%;
	background-color: #ea0008;
	display: flex;
    align-items: center;
    justify-content: center;
	min-height: 70px;
}

.title-slider-item {
	font-family: 'oswaldmedium';
	font-size: 1.8rem;
	color: #FFFFFF;
    margin-bottom: 0;
    padding: 0 1rem;
}

.form-control, .custom-select {
	color: #495057;
	border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-control:focus {
	border-radius: 0;
}

.btn-danger {
	background-color: #ea0008;
	text-transform: uppercase;
	border-radius: 0;
}

.title-form {
	font-family: 'latobold';
	text-align: center;
	margin-top: .5rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #FFFFFF;
}

.border-title-form {
	display: flex;
    align-items: center;
    justify-content: center;
	min-height: 70px;
	border-bottom: 7px solid #ea0008;
    border-top: 7px solid #ea0008;
}

.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
	.border-title-form {
		background-color: #000000;
	}
}

@media (max-width: 576px) {
    .logo {
        max-width: 80px;
    }
}