
@font-face {
  font-family: HyundaiSansHead-Medium;
  src: url(../fonts/HyundaiSansHead-Medium.eot);
  src: url(../fonts/HyundaiSansHead-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/HyundaiSansHead-Medium.woff2) format("woff2"), url(../fonts/HyundaiSansHead-Medium.woff) format("woff"), url(../fonts/HyundaiSansHead-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: HyundaiSansHead-Regular;
  src: url(../fonts/HyundaiSansHead-Regular.eot);
  src: url(../fonts/HyundaiSansHead-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/HyundaiSansHead-Regular.woff2) format("woff2"), url(../fonts/HyundaiSansHead-Regular.woff) format("woff"), url(../fonts/HyundaiSansHead-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face { font-family: "HyundaiSansText-Regular"; 
 src: url("../fonts/HyundaiSansText-Regular.eot"); 
 src: url("../fonts/HyundaiSansText-Regular.eot?#iefix") format("embedded-opentype"), 
 url("../fonts/HyundaiSansText-Regular.woff2") format("woff2"), 
 url("../fonts/HyundaiSansText-Regular.woff") format("woff"), 
 url("../fonts/HyundaiSansText-Regular.ttf") format("truetype"); 
 font-weight: normal; 
 font-style: normal; } 

p{
	font-size: 16px;
	font-family: 'HyundaiSansText-Regular';
}
h1{
	font-family: 'HyundaiSansHead-Medium';
}

h2{
	font-family: 'HyundaiSansHead-Medium';
}
h3{
	font-family: 'HyundaiSansHead-Medium';
}
h4{
	font-family: 'HyundaiSansHead-Medium';
}

input, button, select, optgroup, textarea { 
  font-family: 'HyundaiSansText-Regular';
}
/*banner*/

.masthead{
	background-image: url(../assets/img/hyundaiflotas_banner-desktop-2.jpg);
	background-position: center;
}

.masthead .masthead-avatar {
    width: 21rem;
}


.masthead img{
	margin-bottom: -20px;
}
.masthead h3{
	font-size: 32px;
	color: #002C5F
}
.masthead p{
	color: #00AAD2;
	font-size: 14px;
	    margin-bottom: 60px;
}


@media (min-width: 992px){
	.masthead {
	    padding-top: calc(6rem + 21px);
	    padding-bottom: 14rem;
	}
}
@media (max-width: 600px){

	.masthead {
	    /*padding-top: calc(7rem + -36px);*/
	    padding-top: calc(14rem + -186px);
	    padding-bottom: 9rem;
	}

	.masthead{
		background-image: url(../assets/img/hyundaiflotas_banner-mobile-2.jpg);
		background-size: cover;
		height: 480px;
	}

	.masthead h3{
		font-size: 19px;
	}
}

/*introduccion*/
section.introduccion{
	background-color: #F7F3F2;
	position: relative;
	padding: 100px 0;
}
section.introduccion:before{
	content: "";
    background: url(../assets/img/dobles.png) no-repeat;
    width: 100%;
    height: 93px;
    position: absolute;
    right: 0;
    top: -85px;
    background-position: center;
}
section.introduccion h1{
	color: #002C5F;
	font-weight: bold;
	position: relative;
	font-size: 24px;
}
section.introduccion h1:after{
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	background-color: #002C5F;
	position: absolute;
	bottom: -9px;
}
section.introduccion p{
	line-height: 24px;
	color:  #002C5F;
	text-align: justify;
	padding-top: 23px;
}
/*fin*/


/*linea negocios*/

section.linea-negocios{
	background-image: url(../assets/img/gildemeisterflotas_banner-lineas.jpg);
	background-position: center;
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
section.linea-negocios h3{
	color: #000000;
	font-weight: bold;
	position: relative;
	font-size: 24px;
}
section.linea-negocios h3:after{
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	background-color: #002C5F;
	position: absolute;
	bottom: -9px;
}
section.linea-negocios p{
	line-height: 24px;
	color:  #000000;
	text-align: justify;
	padding-top: 23px;
}
section.linea-negocios .block-modelos p{
	text-align: center;
}

/*fin*/


/*second banner*/
section.second-banner{
	background-image: url(../assets/img/gildemeisterflotas_banner-logo.jpg);
	background-position: center;
	position: relative;
	padding: 100px 0;
}


/*exclusivo*/

section.exclusivo{
	background-color: #F7F3F2;
	position: relative;
	padding: 100px 0;
}
section.exclusivo:before{
	content: "";
    background: url(../assets/img/dobles.png) no-repeat;
    width: 100%;
    height: 93px;
    position: absolute;
    right: 0;
    top: -85px;
    background-position: center;
}
section.exclusivo h3{
	color: #000;
	font-weight: bold;
	position: relative;
	font-size: 24px;
}
section.exclusivo h3:after{
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	background-color: #002C5F;
	position: absolute;
	bottom: -9px;
}
section.exclusivo .block-exclusivos{
	position: relative;
	margin-bottom: 50px;
}
section.exclusivo .block-exclusivos .numero-lista{
	position: absolute;
	color: #002C5F;
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
section.exclusivo .block-exclusivos p {
	margin-left: 35px;
	margin-bottom: 0px;
	text-align: justify;
}

section.exclusivo .block-exclusivos p span{
	font-weight: bold;
	color: #002C5F;
	text-transform: uppercase;
}

section.exclusivo  .block-acordeon{
	margin-left: 35px;
}

section.exclusivo  .block-acordeon .btn{
	background-color: #002C5F;
	display: block;
	margin: 0 auto;
	color: #fff;
	width: 100%;
}


section.exclusivo  .block-acordeon .card{
	background-color: transparent;
	border: none;
	padding: 0px;
}


section.exclusivo .card-header {
    background: transparent!important;
    border: none!important;
    border-radius: 0!important;
    border-bottom: 1px solid #cecece!important;
        margin-left: 39px;
    padding-left: 0;
    padding-bottom: 0px;
}

section.exclusivo  .btn-link {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #2f2f2f;
    border-radius: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: relative;
    font-weight: bold;
    white-space: normal;
}

section.exclusivo  .btn-link.collapsed:after {
        content: "\f067";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        color: #231f20;
    }

section.exclusivo   .btn-link:after {
        position: absolute;
        right: -16px;
        content: "\f068";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        color: ##002C5F;
        top: 16px;
    }

section.exclusivo  .btn-link:focus, .btn-link:hover {
        color: inherit;
        text-decoration: none;
        background-color: transparent;
    }

section.exclusivo  .card-body ol{
	margin-bottom: 0;
}


section.exclusivo  .card-body ol li{
	margin-bottom: 10px;
	text-align: justify;
}


section.exclusivo  .card-body p{
	margin-left: 20px;
}


/*fin*/


/*contactanos*/
section.contactanos{
	background-color: #fff;
	position: relative;
	padding: 100px 0;
}
section.contactanos h3{
	color: #000000;
	font-weight: bold;
	position: relative;
	font-size: 24px;
}
section.contactanos h3:after{
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	background-color: #002C5F;
	position: absolute;
	bottom: -9px;
}
section.contactanos p{
	line-height: 24px;
	color:  #000000;
	text-align: justify;
	padding-top: 23px;
}
.floating-label-form-group label {
    color: #0071B8;
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}
section.contactanos .floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
    border-top: none!important;
}
.form-group select {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-appearance: none !important;
    z-index: 2;
    position: relative;
}
.form-group  svg {
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    z-index: 9;
}
.floating-label-form-group input, .floating-label-form-group textarea{
	font-size: 16px;
	color: rgba(0,0,0,0.87)
}
.btn-enviar {
    background: #002C5F;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 200px;
    height: 55px;
    font-family: 'HyundaiSansHead-Medium';
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}
.btn-enviar:hover {
	color: #00AAD2;
}
p.help-block.text-danger ul{
	padding: 0;
	margin: 0;
}
p.help-block.text-danger ul li{
	list-style: none;
}
/*fin*/

/*footer*/

footer{
	background-color: #002C5F!important
}

#fab-cotizar {
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
    padding-right: 6px;
    border-radius: 50%;
    padding-left: 6px;
    line-height: 74px;
    background-color: #1DD760;
    position: fixed;
    bottom: 10%;
    height: 80px;
    width: 80px;
    right: 4%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 10;
    font-size: 12px;
}
#fab-cotizar img{
	max-width: 50px;
}
#fab-cotizar2 {
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 30%);
    padding-right: 6px;
    border-radius: 50%;
    padding-left: 6px;
    line-height: 74px;
    background-color: #000;
    position: fixed;
    bottom: 25%;
    height: 80px;
    width: 80px;
    right: 4%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 10;
    font-size: 12px;
}
#fab-cotizar2 img{
	max-width: 50px;
}
.ui-widget-header{
	background: #000;
	border: none;
}
/*fin*/


/*gracias*/

section.gracias{
	background-color: #F7F3F2;
	position: relative;
	padding: 100px 0;
}
section.gracias:before{
	content: "";
    background: url(../assets/img/dobles.png) no-repeat;
    width: 100%;
    height: 93px;
    position: absolute;
    right: 0;
    top: -85px;
    background-position: center;
}
section.gracias h1{
	color: #000;
	font-weight: bold;
	position: relative;
	font-size: 24px;
}
section.gracias h1:after{
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	background-color: #002C5F;
	position: absolute;
	bottom: -9px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
section.gracias p{
	line-height: 24px;
	color:  #000;
	text-align: justify;
	padding-top: 23px;
	text-align: center;
}




