/* ESTILOS HANKOOKNEUMATICOS.CL */


.color-1 { color: #FAC401; } /* Naranja */
.color-2 { color: #535353; } /* Gris letras */
.color-3 { color: #212728; } /* Negro letras */
.fondo-1 { background-color: #FAC401; } /* Naranja */
.fondo-2 { background-color: #535353; } /* Gris letras */
.fondo-3 { background-color: #212728; } /* Negro letras */


body {
	background-color: white;
	color: #535353;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #FAC401;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {

}
img.img-inline {
	display: inline-block;
}
a img {
	opacity: 1;
}
a:hover img {
	opacity: 0.8;
}


header {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	border-bottom: 4px solid #FAC401;
}

.navbar-brand img {
	height: 70px;
	width: auto;
}
@media ( max-width: 320px ) {
	.navbar-brand img {
		max-width: 120px;
	}
}
.navbar.bg-dark {
	background-color: #000000 !important;
}

.navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	font-style: italic;
    padding-right: 0.8em;
    padding-left: 0.8em;
}
.navbar .navbar-nav .nav-item {
	transition: 0.5s;
	background-color: transparent;
}
.navbar .navbar-nav .nav-item:hover {
	background-color: #FAC401;
	color: #000000;
}
.navbar .navbar-nav .nav-item .nav-link {
	color: white;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #000000;
}
.navbar .navbar-nav .nav-item.active .nav-link {

}
@media ( max-width: 992px ) {
	header {
		padding: 0.5em 0 0.5em 0;
	}
}


/* BOTONES */
.btn {
	opacity: 1;
}
.btn:hover {
	opacity: 0.85;
}
.btn-default {
  background-color: #cccccc;
  color: #333333;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #cccccc;
}
.btn-primary {
  background-color: #FAC401;
  border-color: #FAC401;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #FAC401;
  color: white;
}
.btn-secondary {
  background-color: #535353;
  border-color: #535353;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.hover {
  background-color: #313131;
  color: white;
}

.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
  color: white;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
  color: white;
}
.btn-info {
  background-color: #116BAF;
  border-color: #116BAF;
  color: white;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #116BAF;
  color: white;
}
.btn-danger {
  background-color: #7C2700;
  border-color: #7C2700;
  color: white;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #7C2700;
  color: white;
}
.btn-warning {
  background-color: #C8A30A;
  border-color: #C8A30A;
  color: white;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #C8A30A;
  color: white;
}

.btn-primary.disabled.focus, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    background-color: #555555;
    border-color: #222222;
}

.panel-heading h4.panel-title > a.btn-success,
.panel-heading h4.panel-title > a.btn-danger,
.panel-heading h4.panel-title > a.btn-info,
.panel-heading h4.panel-title > a.btn-primary {
	color: white !important;
}


/* MAIN SECTION - CONTENIDO */

main {
	background-color: white;
	color: #535353;
	padding: 0;
}



section.contenido {
	padding: 3em 0 3em 0;
	/* min-height: 400px; */
	/* border: 2px dotted blue; */
}
section.contenido.contenido-sinpadding {
	padding: 0 0 0 0;
}



section.header {
	margin: 0 0 0 0;
	padding: 4em 0 3em 0;
	background: #212728 url('../imagenes/header-1.jpg') no-repeat center center;
	background-size: cover;
}
section.header.header-faqs {
	background-image: url('../imagenes/header-faqs.jpg');
}
section.header.header-contacto {
	background-image: url('../imagenes/header-contacto.jpg');
}
section.header.header-locales {
	background-image: url('../imagenes/header-1.jpg');
}
section.header.header-productos {
	background-image: url('../imagenes/header-productos.jpg');
}
section.header.header-quienessomos {
	background-image: url('../imagenes/header-quienes-somos.jpg');
}
h1.header-titulo {
	display: inline-block;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.5em 0;
	color: #F1F1F1;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 4px solid #FAC401;
}
p.header-subtitulo {
	display: inline-block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #FAC401;
	color: #000000;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}


.contenido h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	background-color: rgba(83,83,83,0.75);
	color: #FFFFFF;
	border-left: 4px solid #FAC401;
	margin: 2em 0 1em 0;
	padding: 0.5em 1em 0.5em 1em;
}
.contenido h2:first-child {
	margin: 0 0 1em 0;
}


section.slider-home {
	background-color: #535353;
	/* border: 2px dotted green; */
}



section.mapa {

}

section.tecnologia {
	background-color: #000;

}





section.marcas {
	margin: 0 0 0 0;
	padding: 2em 0 2em 0;
	background: #FAC401 url('../imagenes/fondo-marcas.jpg') no-repeat center center;
	background-size: cover;
}
section.marcas h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	border-left: 2px solid #000000;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
.slick-prev, 
.slick-next {

}
.slick-prev:before, 
.slick-next:before {
    opacity: 0.25;
    color: white;
}




section.buscador-home {
	margin: 0 0 0 0;
	padding: 2em 0 2em 0;
	background-color: #F1F1F1;
}
section.buscador-home h3 {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0.45em 1em 0.45em 1em;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
	color: #000000;
	background-color: #FAC401;
	border-top: 5px solid #FAC401;
	border-bottom: 5px solid #FAC401;
	vertical-align: bottom;
}
section.buscador-home h4 {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 0 0.3em 0;
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 5px solid #FAC401;
	vertical-align: bottom;
}



section.paises {
	margin: 0 0 0 0;
	padding: 4em 0 4em 0;
	background-color: #535353;
	color: #FFFFFF;
	font-size: 0.9em;
}
section.paises h3 {
	display: inline-block;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.8em 0;
	color: #F1F1F1;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 4px solid #FAC401;
}
section.paises h4 {
	font-size: 1.2em;
	margin: 0.5em 0 0.5em 0;
}
section.paises h4 strong {
	color: #535353;
	background-color: #FFFFFF;
	padding: 0.5em 0.5em 0 0.2em;
}
section.paises p {
	font-size: 0.8em;
}
section.paises p i.fa {
	color: #FAC401;
}


section.features {
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5em 0 5em 0;
	border-bottom: 1px solid #d07409;
}
.col-feature {
	text-align: center;
}
.feature-icon-circle {
	display: inline-block;
	background-color: #d07409;
	color: white;
	font-size: 3em;
	width: 3em;
	height: 3em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 0.5em 0;
}
.feature-icon-circle i.fa {
	vertical-align: middle;
}
.feature-icon-circle-2 {
	font-size: 3em;
	margin: 0 0 0.5em 0;
}
.feature-icon-circle-2 .feature-fa-circle {
	color: #d07409;
}
.feature-icon-circle-2 .feature-fa-icon {
	color: #FFFFFF;
}
h4.feature-title {
	font-family: 'Hankook Regular', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
p.feature-text {
	color: #777779;
	font-size: 1em;
	text-align: left;
}
.rombo-adorno {
	width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 500;
    border: 0;
    background-color: inherit;
    border: 1px solid #d07409;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

section.buscador-locales {
	margin: 0 0 0 0;
	padding: 2em 0 2em 0;
	background-color: #A2A2A2;
}



.accordion {
	font-size: 1em;
}
.accordion .card {
	margin: 0 0 2px 0;
}
.accordion .card-header {
	background-color: #FAC401;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.accordion .card-header h2 {
	background-color: transparent;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	border-left: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.accordion .card-header h2:hover {
	color: #000000;
}
.accordion .card:nth-child(odd) .card-header {
	/*background-color: #FAC401;*/
	background-color: #eaeaea;
}
.accordion .card:nth-child(even) .card-header {
	/*background-color: #FADD75;*/
	background-color: #d9d9d9;
}
.accordion button {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	background-color: #FAC401;
	color: #333333;
}
.accordion button.collapsed {
	text-decoration: none;
	background-color: transparent;
}
.accordion button:hover{
	text-decoration: underline;
	color: #000000;
}



.contenido-quienessomos-logos {
	background: transparent url('../imagenes/quienessomos-fondo-logos.png') no-repeat center center;
	background-size: cover;
	margin: 0 0 2em 0;
	padding: 2em 0 2em 0;
}
.col-quienessomos-logos-1 {
	border-right: 2px solid #FAC401;
	padding: 0.5em 6em 0.5em 6em;
}
.col-quienessomos-logos-2 {
	border-left: 2px solid #FAC401;
	padding: 0.5em 6em 0.5em 6em;
}
@media ( max-width: 992px ) {
	.contenido-quienessomos-logos {
		margin: 0 0 1em 0;
		padding: 1em 0 1em 0;
	}
	.col-quienessomos-logos-1 {
		border-right: 1px solid #FAC401;
		padding: 0.5em 2em 0.5em 2em;
	}
	.col-quienessomos-logos-2 {
		border-left: 2px solid #FAC401;
		padding: 0.5em 2em 0.5em 2em;
	}	
}



.row-locales-botones {

}
.col-locales-botones {

}
.col-locales-botones a {
	display: block;
	margin: 0 0 0 0;
	padding: 4em 2em 4em 2em;
	border: 2px solid #FAC401;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #535353 url('../imagenes/fondo-locales.jpg') no-repeat center center;
	opacity: 1;
}
.col-locales-botones a:hover {
	opacity: 0.9;
}



/* PRODUCTOS */

.col-producto {
	margin-bottom: 20px;
}
.card-producto {
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
	transition: 0.5s;
	will-change: transform, opacity;
}
.card-producto:hover {
	transform: translate(-2px, -2px);
	-webkit-box-shadow: 4px 4px 7px 0 rgba(0,0,0,0.43);
	-moz-box-shadow: 4px 4px 7px 0 rgba(0,0,0,0.43);
	box-shadow: 4px 4px 7px 0 rgba(0,0,0,0.43);
}
.card-producto-text-1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #888888;
}
.card-producto-title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FAC401;
	font-size: 1.4em;
	font-weight: bold;
}
.card-producto-text-2 {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	color: #333333;
}



/* SELECT2 */

.select2-container .select2-selection--single {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}



/* LATERAL */

.cuadro-lateral {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}
a.cuadro-lateral-a {
	display: block;
	margin: 0 0 0 0;
	padding: 4em 3em 4em 3em;
	background-image: url('../imagenes/fondo-cuadro-lateral.jpg');
	background-color: #212728;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: 0.5s;
	will-change: background, background-color, background-image;
}
a.cuadro-lateral-a:hover {
	background-image: none;
	background-color: #FAC401;
}
a.cuadro-lateral-a .cuadro-lateral-texto {
	display: inline-block;
	color: #FAC401;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	border-left: 2px solid #FAC401;
	padding: 0.1em 0 0.1em 0.8em;
	transition: 0.5s;
	will-change: color;
}
a.cuadro-lateral-a:hover .cuadro-lateral-texto {
	color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
}


/* PRE FOOTER */

section.prefooter {
	margin: 0 0 0 0;
	padding: 3em 1em 3em 1em;
	background-color: #000000;
	color: #FFFFFF;
}
.col-logo-prefooter {
	margin: 0 0 1em 0;
}
.col-rrss {

}
.col-rrss h4 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #FAC401;
}
.col-rrss p a {
	text-decoration: none;
	font-size: 2em;
	color: #FAC401 !important;
}
.col-rrss p a:hover {
	color: #F1F1F1 !important;
}
@media ( max-width: 992px ) {
	.col-logo-preffoter {
		padding: 0 5em 1em 5em;
	}
}


/* FOOTER */

footer {
	margin: 0 0 0 0;
	padding: 2em 1em 2em 1em;
	background-color: #212728;
	color: #F1F1F1;
	text-transform: uppercase;
	font-style: italic;
	font-size: 0.8em;
}
@media ( max-width: 992px ) {
	footer {
		padding: 2em 1em 2em 1em;
		font-size: 0.6em;
	}
}




.margintop10 { margin-top: 10px; }
.margintop20 { margin-top: 20px; }
.margintop30 { margin-top: 30px; }
.margintop40 { margin-top: 40px; }
.margintop50 { margin-top: 50px; }
.marginbottom10 { margin-bottom: 10px; }
.marginbottom20 { margin-bottom: 20px; }
.marginbottom30 { margin-bottom: 30px; }
.marginbottom40 { margin-bottom: 40px; }
.marginbottom50 { margin-bottom: 50px; }

.borderauxi1 { border: 2px dotted red; }
.borderauxi2 { border: 2px dotted blue; }
.borderauxi3 { border: 2px dotted yellow; }
.borderauxi4 { border: 2px dotted green; }
.borderauxi5 { border: 2px dotted purple; }


