@font-face {
    font-family: 'AntennaCond-Regular';
    src: url('fonts/AntennaCond-Regular.otf')  format("opentype"); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'AntennaCond-Bold';
    src: url('fonts/AntennaCond-Bold.otf')  format("opentype"); /* Safari, Android, iOS */
}

*{
    font-family: "AntennaCond-Regular";
}

::placeholder {
	color: white !important;
}

.orange-small-bar {
	width: 1rem;
	height: .3rem;
	background-color: rgb(255, 88, 15);
	margin-top: 1.6rem;
}

/** Header */
header {
	/*-webkit-box-shadow: 0px 0px 15px 5px #999999;
	box-shadow: 0px 0px 15px 5px #999999;*/
}
.bg-light {
	background-color: transparent!important;
}
.mtk-logo {
	/*border-left: 7px solid rgb(255, 88, 17);*/
}
.mtk-logo img {
	max-width: 75%;
	margin-left: 2.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.list-top {
	list-style-type: none;
}
.list-top li {
	display: inline-block;
	float: left;
}
.top-email {
	color: rgb(255, 88, 17);;
	margin-right: 1rem;
}

.navbar-nav a {
	text-transform: uppercase;
	color: #444;
	font-family: 'AntennaCond-Bold';
	font-size: .8rem;
}

.menuMovable {
	position: absolute;
	z-index: 9
}

#home-menu {
	color: #f6591e;
	border-bottom: 4px solid #f6591e;
	text-align: center;
	cursor: pointer;
}

/** SLIDER */
.layer {
	background-color: #00000077;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.slider1 {
	margin-bottom: 3rem;
	background: url('../img/home/slide2.png') no-repeat;
	background-size: cover;
	/* padding-top: 11rem;
	padding-bottom: 12rem; */
	background-position: center;
}
.slider2 {
	margin-bottom: 3rem;
	background: url('/img/slider-products/slide1.png') no-repeat;
	background-size: cover;
	/*padding-top: 11rem;
	padding-bottom: 12rem;*/
	background-position: center;
}
.slider3 {
	margin-bottom: 3rem;
	background: url('../img/home/SmoothDowel.jpg') no-repeat;
	background-size: cover;
	/*padding-top: 11rem;
	padding-bottom: 12rem;*/
	background-position: center;
}
.slider1 h2, .slider2 h2, .slider3 h2 {
	text-transform: uppercase;
	color: rgb(255, 88, 17);
	font-family: 'AntennaCond-Bold';
	letter-spacing: 2px;
	font-size: 2.4rem;
}
.slider1 h2 span, .slider2 h2 span, .slider3 h2 span {
	color: #fff;
	display: block;
	font-family: 'AntennaCond-Bold';
	letter-spacing: 2px;
}
.big-text-slider {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	width: 100%;
	background-color: #fff0;
	float: left;
}
.small-text-slider {
	width: 25%;
	float: left;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	background-color: rgb(255, 88, 17);
	margin-top: 2rem;
}
.small-text-slider a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.slick-dots {
	position: relative;
	width: 100%;
	top: -80px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
	list-style-type: none;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	cursor: pointer;
}

.slick-dots .slick-active {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: rgb(255, 88, 17);
}

.slick-dots li button {
	position: relative;
	top: -9px;
	background-color: transparent;
	color: transparent;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	cursor: pointer;
	font-size: 1px !important;
}

.sliderProductos {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

 /* the slides */
.sliderProductos .slick-slide {
	margin: 0 5px;
}

  /* the parent */
.sliderProductos .slick-list {
  	margin: 0 5px;
}

.sliderProductos .slick-prev {
	cursor: pointer;
	background-color: transparent;
	border: 0px;
	font-size: 60px;
	font-weight: bold;
}

.sliderProductos .slick-prev:focus {
	outline: none;
}

.sliderProductos .slick-next {
	cursor: pointer;
	background-color: transparent;
	border: 0px;
	font-size: 60px;
	font-weight: bold;
}

.sliderProductos .slick-next:focus {
	outline: none;
}

/** products */
.products h4, .about-us h4, .awards h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1rem;
	font-family: 'AntennaCond-Bold';
	color: rgb(255, 88, 15);
}

.slogan h5 {
	font-size: 2.8rem;
	font-weight: bold;
	color: rgb(255, 88, 15);
	font-family: 'AntennaCond-Bold';
	margin: 0rem 0 4rem 0;
	text-transform: uppercase;
}

.products h5, .about-us h5, .awards h5 {
	font-weight: bold;
	color: #444;
	font-size: 2rem;
	font-family: 'AntennaCond-Bold';
	margin-bottom: 1.5rem;
}

.product-title {
	text-transform: uppercase;
	font-family: 'AntennaCond-Bold';
	color: #444;
	display: block;
	margin-top: .8rem;
	font-size: 1.1rem;
}

.product-description {
	font-size: .8rem;
	color: #444;
}

.col-product {
	width: 18%;
	float: left;
	display: block;
	text-decoration: none;
}
.col-product:hover {
	text-decoration: none;
}
.col-product:hover .product-title {
	color: rgb(255, 88, 15);
}

.col-product img {
	max-width: 100%;
}
.col-product-space {
	margin-right: 2%;
}

/**	PDF */
.pdf, .awards {
	margin-top: 3rem;
	background-color: rgb(244, 244, 244);
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.pdf {
	background: url('../img/home/peninsula-steel-2018-steel-products-catalog-bg-img.png') no-repeat top right rgb(244, 244, 244);
}

.pdf-small-title {
	color: #444;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: 'AntennaCond-Bold';
	margin-bottom: 0;
}

.pdf-button {
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 2px;
	font-family: 'AntennaCond-Bold';
	padding: 1.2rem 2rem;
	margin-top: 3.5rem;
	color: #fff;
	background-color: rgb(255, 89, 14);
}

.pdf-large-title {
	color: rgb(255, 89, 14);
	font-size: 3rem;
	text-transform: uppercase;
	font-family: 'AntennaCond-Bold';
}

.pdf-txt {
	color: #444;
}
.pdf-txt span {
	font-family: 'AntennaCond-Bold';
}

/**	About us */
.about-us {
	margin-top: 3rem;
}

.about-us p {
	color: #444;
	margin-top: 2.5rem;
}

.about-us-title {
	color: #444!important;
	font-family: 'AntennaCond-Bold';
	text-transform: uppercase;
	font-size: 2rem;
	margin: 1rem 0 1rem 0;
}

.about-us .about-us-subtitle {
	font-family: 'AntennaCond-Bold';
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-top: 1rem;
}

.about-us-orange-bar {
	margin: 1.2rem 0 1.4rem 0;
}

.about-us-divider {
	height: 1px;
	width: 100%;
	background-color: #d7d7d7;
	position: relative;
	margin: 1.6rem 0 1.2rem 0;
}

/* .about-us-p, .about-us-slogan, .awards p:first-of-type {
	font-size: 1.4rem;
} */

/* .about-us-p, .about-us-slogan, .awards p:last-of-type {
	color: #555!important;
	font-size: .9rem;
	margin-top: 1.7rem!important;
} */

.address-wrapper {
	display: flex;
	justify-content: center;
}

.address-wrapper p:first-of-type {
	margin-right: 20px;
}

.about-us-slogan {
	font-family: 'AntennaCond-Bold';
}
.about-us-slogan span {
	font-family: 'AntennaCond-Bold';
	color: rgb(255, 89, 14)!important;
}

.try-peninsula {
	background: url('../img/home/about-peninsula-steel-img.jpg') no-repeat;
	background-size: cover;
}

.text-with-us {
	margin-top: 2.4rem;
}


/** Footer */
.call-to-action {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.contact-info {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

footer {
	background-color: rgb(255, 88, 17);
	color: #fff;
}
.policies, .social-networks {
	list-style-type: none;
}
.policies li, .social-networks li {
	display: block;
	float: left;
	margin-right: 1rem;
}
footer form {
	padding-top: 2.5rem;
}
footer form h5  {
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
footer form p {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 3rem;
}
footer .form-control {
	background-color: transparent!important;
	color: #fff;
}

.call-to-action {
	background: url('../img/home/call-to-action-bg-img.jpg') no-repeat rgba(67, 68, 71, .7);
	background-size: cover;
	background-blend-mode: multiply;
}
.call-to-action-h {
	color: #fff;
	font-family: 'AntennaCond-Bold';
	font-size: 1.5rem;
}
.call-to-action-p {
	color: #fff;
	font-size: .9rem;
}

.btn-call-to-action {
	background-color: rgb(255, 88, 17);
	color: #fff;
	text-transform: uppercase;
	padding: 1rem 2rem;
	margin-left: 2rem;
	font-size: 1.1rem;
}
.btn-call-to-action img {
	max-width: 2.5rem;
	margin-left: 2rem;
	margin-right: 1.5rem;
}

.policies a, .footer-address {
	text-transform: uppercase;
	color: #fff;
	font-family: 'AntennaCond-Bold';
	font-size: .7rem;
}
.footer-address {
	padding-top: .3rem;
}
.btn-form-footer {
	text-transform: uppercase;
	color: #fff;
	font-family: 'AntennaCond-Bold';
	padding: .5rem 4rem;
	margin-top: .5rem;
	background-color: #999;
}
.last-footer {
	margin-top: 3rem;
}

.phone {
	letter-spacing: 1px;
}

::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: red;
}

@media (max-width: 989px) and (min-width: 768px) {

}
@media (max-width: 767px) and (min-width: 480px) {

}
@media (max-width: 479px) and (min-width: 0px) {
	.col-product {
		width: 100%;
		margin-bottom: 2rem;
	}

	.pdf {
		background-image: none;
	}

	.align-items-center, .pdf-small-title, .pdf-large-title, .pdf-txt {
		text-align: center;
	}

	.pdf-large-title {
		padding-top: 2rem;
		line-height: 3rem;
		padding-bottom: 2rem;
	}

	.try-peninsula {
		display: none;
	}

	.contact-info {
		margin-bottom: 0;
	}

	.big-text-slider, .small-text-slider {
		width: 100%;
	}

	.slider {
		background: url('../img/home/slide2.png') no-repeat;
		background-size: cover;

		/*background-image: none;
		margin-bottom: 3rem;
		background: url('../img/home/slide2.png') no-repeat;
		background-size: cover;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		background-position: 300px 0%;*/
	}

	.mtk-logo {
		border-left: none;
		text-align: center;
	}

	.list-top li {
		text-align: center;
	}

	.navbar-toggler {
		float: left;
		margin-top: 1.5rem;
	}

	.mtk-logo img {
		margin-left: 0;
		max-width: 160px;
	}

	.not-show {
		display: none;
	}

}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}