body {
	font-family: 'Montserrat', sans-serif;
	}
h1 {
	color: #808080;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 3rem;
	text-align: center;
	}
h2 {
	color: #FF6602;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	text-align: center;
	}
html {
	background: #5B5B5B;
	}
p {
	line-height: 1.75rem;
	}

/*///// HEADER /////*/

header {	
	position: absolute;
	width: 100%;
	z-index: 16;
	}
.dropdown-menu {
	background: #000;	
	min-width: 0;
	}	
.dropdown-menu a {
	color: #FFF;
	}
.dropdown-menu a:hover {
	background: none;
	color: rgba(255,255,255,.5);
	}	
.dropdown-toggle::after {
	background-image: url(../img/arrow.svg);
	background-size: .875em .5em;
	border: none;
	left: 40px;
    position: absolute;
	top: 15px;
	width: 12px;
    height: 7px;
	}
.navbar {
	background: transparent;
	padding: 1em;
	}

.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
	font-size: .9em;
    letter-spacing: .05em;
	}
.navbar-dark .navbar-toggler {
	border: none;
	outline: none!important;
	}
.navbar-dark .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
	
/*///// CAROUSEL /////*/

.btn-primary {
	background: #FF6602;
    border: none;
	font-weight: 600;
    outline: none!important;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .125rem;
    padding: 1.125rem 1.75rem;
    border-radius: 5rem;
	box-shadow: none!important;
	}
.btn-primary:hover, .btn-primary:active {
	background: #FF720E!important;
	text-decoration: none;
	}
.carousel-caption{
	bottom: 35vh;	
	}
.carousel-indicators li {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	opacity: 1;
	}
.carousel-indicators .active {
	background-color: #FF6602!important;
	}
.carousel-item {
	background-attachment: fixed!important;
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.display-4 {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 4.5rem;
	line-height: 4.5rem;
	}
	
/*//// CONTANOS /////*/

#contanos {
	background: #808080;
	padding: 30px 0;
	position: relative;
	text-align: center;
	}
#contanos p {
	color: #FFF;
	display: inline-block;
	margin: 0;
	padding: 0 .5rem;
	}
	
/*///// SERVICIOS /////*/

#servicios {
	background: #FFF;
	padding: 90px 0 0;
	}
#servicios img {
	display: block;
	margin: 0 auto 2.5rem;
	}
#servicios .btn-primary {
	display: block;
	margin: 0rem auto 5rem;
	text-align: center;
	width: 175px;
	}

/*///// CLIENTES /////*/

#clientes, #tecnologias, #beneficios, #nosotros {
	background: #F4F4F4;
	padding: 90px 0;
	}
.slick-next , .slick-prev {
	background: none;
	border: none;
	font-size: 1.25rem;
	outline: none!important;
	position: absolute;
	top: 55px;
	z-index: 2;
	}
.slick-next , .slick-prev i {
	color: #FF720E;
	}
.slick-next {	
	right: -25px;	
	}
.slick-prev {
	left: -25px;
	}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
	padding: 0 20px;
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*///// NUESTROS PRODUCTOS /////*/

#productos {
	padding: 90px 0;
	text-align: center;
	}
#productos h2 {
	color: #808080;
	margin-bottom: .5em;
	margin-top: 1em;
	}
#productos .slick-next, #productos .slick-prev {
	top: 50%;
	}
#productos .slide {
	margin: 0 10px;
	}
#productos .slide div {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	margin: 10px;
	overflow: hidden;
	padding-bottom: 1em;
	}
#productos .slide div img {
	padding: 0;
	}
#productos .slide div p {
	margin: 0 .5em 1.5em;
	min-height: 115px;
	}
#productos .slide div p.lead {
	min-height: 0;
	}
#productos .slide div .logo {
	height: 98px;
	margin: -49px auto 0;
	width: 98px;
	}

/*///// MINADORES /////*/

#minadores {
	padding: 90px 0;
	text-align: center;
	}
#minadores h2 {
	color: #808080;
	margin-bottom: .5em;
	margin-top: 1em;
	}
#minadores .slick-next, #minadores .slick-prev {
	top: 50%;
	}
#minadores .slide {
	margin: 0 10px;
	}
#minadores .slide div {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	margin: 10px;
	overflow: hidden;
	padding-bottom: 1em;
	background-color: #F4F4F4;
	}
#minadores .slide div img {
	padding: 0;
	}
#minadores .slide div p {
	margin: 0 .5em 1.5em;
	min-height: 115px;
	}
#minadores .slide div p.lead {
	min-height: 0;
	}
#minadores .slide div .logo {
	height: 98px;
	margin: -49px auto 0;
	width: 98px;
	}

/*///// SOBRE NOSOTROS /////*/
#nosotros {
	padding: 90px 0;
	text-align: center;
}

#minadores {
	background-attachment: fixed;
	background-image: url(../img/minadores.jpg);
	background-position: center;
	background-size: cover;
	color: #808080;
	padding: 90px 0;
	text-align: center;
	}
#forma-parte h1 {
	color: #FFF;
	}
	
/*///// TESTIMONIOS /////*/

#testimonios {
	padding: 90px 0;
	}
#testimonios img {
	border-radius: 50%;
	height: 100px;
	margin-bottom: 1rem;
	width: 100px;
	}
#testimonios h2 {
	margin-bottom: .5rem;
	}
#testimonios h3 {
	font-size: .9rem;
	font-weight: 600;
	margin-bottom: 1rem;
	}
#testimonios h3, #testimonios p {
	color: #212529;
	}
#testimonios .carousel-caption {
	bottom: 0;
	margin-bottom: 2rem;
	}
#testimonios .carousel-indicators li {
	background-color: #808080;
	}
#testimonios .carousel-item {
	height: 300px;
	}
	
/*///// TECNOLOGÍAS /////*/

#tecnologias {
	text-align: center;
	}
#tecnologias img {
	max-width: 90%;
	}
	
/*///// FORMÁ PARTE /////*/

#forma-parte {
	background-attachment: fixed;
	background-image: url(../img/forma-parte.jpg);
	background-position: center;
	background-size: cover;
	padding: 90px 0 0 0;
	text-align: center;
	}
#forma-parte h1 {
	margin-bottom: 1em;
	}
#forma-parte h2 {
	color: #FFF;
	margin-bottom: 90px;
	}
#forma-parte .blanco {
	background: #FFF;
	padding: 45px 0;
	width: 100%;
	}
#forma-parte .btn-primary {
	margin-top: 1rem;
	}
	
/*///// BENEFICIOS /////*/

#beneficios p {
	color: #FF6602;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1rem;
	margin-top: 1rem;
	text-align: center;
	}
#beneficios img {
	height: 82px;
	margin: 0 auto;
	max-width: none;
	padding: 0;
	width: 82px;
	}
#benficios .slick-slide {
	text-align: center;
	}
	
/*///// CONTACTO //////*/

#contacto {
	background: #FFF;
	padding: 90px 0;
	}
#contacto a {
	color: #212529;
	}
#contacto a:hover {
	color: #FF6602;
	text-decoration: none;
	}
#contacto form {
	overflow: hidden;
	}
#contacto input, #contacto textarea {
	border: 1px solid #dee2e6;
	border-radius: 10px;
	margin-bottom: 1rem;
	padding: .5rem 1rem;
	width: 100%;
	}
#contacto .btn {
	float: right;
	}
#contacto .contacto {
	margin: 0;
	padding: 0;
	}
#contacto .contacto li {
	display: inline-flex;
	font-size: .9rem;
	list-style: none;
	margin-bottom: 1rem;
	width: 100%; 
	}
#contacto .contacto li i {
	color: #FF6602;
	font-size: 1.25rem;
	margin-right: 1rem;
	text-align: center;
	width: 16px;
	}
#map {
	margin-top: 2rem;
	width: 100%;
	height: 230px;
	}
.nav-tabs .nav-link {
	background: #F4F4F4;
	border-radius: 10px 10px 0 0;
	color: #808080!important;
	font-weight: 600;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	}
.tab-content {
	border: 1px solid #dee2e6;
	border-radius: 0 10px 10px 10px;
	border-top: none;
	margin-bottom: 2rem;
	padding: 3em 2em 2em;
	}
	
/*///// FOOTER /////*/

footer {
	background: #676767;
	color: #FFF;
	padding: 30px 0 0 0;
	}
footer a {
	color: #FFF;
	}
footer a:hover {
	color: #FF6602;
	text-decoration: none;
	}
footer h3 {
	font-size: .9rem;
	font-weight: 600;
	}
footer p {
	font-size: .9rem;
	line-height: 1.25rem;
	}
footer .redes {
	padding: 0;
	}
footer .redes li {
	display: inline-block;
	font-size: 1.75rem;
	list-style: none;
	padding: 0 .5rem;
	}
footer .subfooter {
	background: #5B5B5B;
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	}
footer .subfooter p {
	margin: 0;
	}


@media (max-width: 1200px) {
#testimonios .carousel-item {
	height: 400px;
	}
.slick-next , .slick-prev {
	top: 35px;
	}
}
@media (min-width: 990px) {
.navbar-expand-md .navbar-toggler {
    display: none;
}
}
@media (max-width: 990px) {
#testimonios .carousel-item {
	height: 400px;
	}
.slick-next , .slick-prev {
	top: 60px;
	}
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}
}
@media (max-width: 768px) {
footer img {
	margin-bottom: 1em;
	}
footer .col {
	flex-basis: auto;
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
	}
#tecnologias .col-md-2 {
	width: 33.3%;
	}
#testimonios .carousel-item {
	height: 450px;
	}
#testimonios .carousel-caption {
	bottom: 2rem!important;
	margin-bottom: 0;
	margin-top: 1rem;
	}
.carousel-caption{
	bottom: 25vh!important;
	left: 10%;
	right: 10%;	
	}
.display-4 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	}
.dropdown-menu {
	background: none;
	}
.dropdown-menu a {
	padding: 0 1rem;
	}
.dropdown-toggle::after {
	top: 22px;
	}
.navbar {
	background-color: rgba(0, 0, 0, 0.75);
	}
.navbar-dark .navbar-brand {
	margin-left: 1rem;
	}
.navbar-nav {
	padding-top: 2rem;
	}	
.navbar-dark .navbar-nav .nav-link {
	padding: 1rem 1rem;
	}
.slick-next , .slick-prev {
	top: 30px;
	}
}
@media (max-width: 1024px) {
.carousel-caption{
	bottom: 30vh;
	left: 10%;
	right: 10%;	
	}
}
@media (min-width: 1000px) {
   .collapse {
       display: none !important;
   }
}
@media (max-width: 590px) {
#productos .slide {
	margin: 0 20px;
	}
.slick-next {	
	right: 0px;	
	}
.slick-prev {
	left: 0px;
	}
}
@media (max-width: 590px) {
#minadores .slide {
	margin: 0 20px;
	}
.slick-next {	
	right: 0px;	
	}
.slick-prev {
	left: 0px;
	}
}
@media (max-width: 520px) {
.slick-next, .slick-prev {	
	top: 60px;
	}
}
@media (max-width: 450px) {
#contanos .btn-primary {
	margin-top: 1rem;
	}
#testimonios .carousel-item {
	height: 550px;
	}
}