@charset "utf-8";
/* CSS Document */

*{
     padding: 0;
     margin: 0;
     border: 0;
     box-sizing: border-box;
     outline: none;
}

body > .mask{
	display: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #818d94;
}
/*Icons*/

.ion-briefcase:before{
	content: "\f0b1";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}


.ion-android-people:before{
	content: "\f0c0";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}

.ion-chevron-left:before{
	content: "\f053";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}
.ion-chevron-right:before{
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}

.mobNav{
	display:block;
	position: fixed;
	width:100%;
	height: 100vh;
	text-align: center;
	z-index: 9999;
	background-color: rgba(255,255,255,1);
	padding: 20% 0 0;
	top: 0;
	left: -100vw;
	transition: all .5s;
}

.mobNav.visible{
	left: 0;
}


.mobNav a{
	color: #333333;
	font-size: 1em;
	padding: 10px;
	display: block;
	font-weight: bold;
}

.mobNav ul{
	list-style: none;
}

.hamburger{
	display: none;
	float: right;
    padding: 21px;
	z-index: 99999;
}

.visible .hamburger{
	display: block;
}

.mobNav .hamburger{
	position: absolute;
	top: 30px;
	right: 30px;
}

#header.header-scrolled .hamburger-inner, #header.header-scrolled .hamburger-inner:after, #header.header-scrolled .hamburger-inner:before, #header.inside .hamburger-inner, #header.inside .hamburger-inner:after, #header.inside .hamburger-inner:before, .mobNav .hamburger-inner, .mobNav .hamburger-inner:after, .mobNav .hamburger-inner:before{
	background-color: #333333;
}

header.reduce, header.inside, header.active{
	background-color: #ffffff;
} 

.centrar{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}

.cuadrado:after{
	content: "";
	display: block;
	padding-bottom: 100%;
}

.zeroEm{
	font-size:0em;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
	overflow: hidden;
}

.topbar .links{
	float: right;
}

.topbar .links a{
	vertical-align: middle;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: none;
}

.topbar .links a:last-child{
	margin-right:0;
}

.topbar .links a:before{
    display: inline-block;
    margin-right: 5px;
    font-size: 1.5em;
    vertical-align: middle;
    color: #63d941;
}

.topbar .links a:hover{
color: #63d941;	
}

#header.reduce .mainNav ul li a, #header.inside .mainNav ul li a, #header.active .mainNav ul li a, #header.reduce .topbar .links a, #header.inside .topbar .links a, #header.active .topbar .links a{
	color: #818d94;
} 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  z-index: 1;
  padding: 0 0 15px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

#header .logo{
	display: block;
	width:330px;
	height: 72px;
	float: left;
	background-image: url(logoGris.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
    margin: auto;
    left: auto;
    transform: none;	
}

#header .mainNav{
	float: right;
}

#header .mainNav ul{
	list-style: none;
}

#header .mainNav ul li{
	float: left;
}

header .options > li > a, header .options > li > p, #header .mainNav ul li a{
	color: #ffffff;
	font-size: .85em;
	display: block;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
	text-decoration: none;
}

#header .mainNav ul li:first-child a{
	padding-left:0;	
}

#header .mainNav ul li:last-child a{
	padding-right:0;	
}

#header .mainNav ul li a:hover, #header.header-scrolled .mainNav ul li a:hover{
	color:#63d941;	
}

#header.header-scrolled,
#header.header-pages,
#header.inside{
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled .mainNav ul li a, #header.header-scrolled .topbar .links a, #header.inside .mainNav ul li a, #header.inside .topbar .links a{
	color: #818d94;
}

#intro{
	width: 100%;
    height: 100vh;
    position: relative;	
	background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-control-next, .carousel-control-prev{
	z-index: 0;
}
#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background{
	width:100%;
	height: 100%;
}

#intro .carousel-background img {
  width: 100%;
height: 100%;
	object-fit: cover;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
    height: 5px;
    width: 50px;
    border: 1px solid rgba(255,255,255,.25);
    margin-right: 5px;
    background-color: rgba(255,255,255,.25);
	transition: all .3s;
}

#intro .carousel-indicators li:hover, #intro .carousel-indicators li.active {
    border: 1px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
}

#intro .carousel-indicators li:last-child{
	margin-right: 0;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background-color: transparent;
	border: 2px solid #63d941;
}

#intro .btn-get-started:hover {
  background: #63d941;
  color: #ffffff;
text-decoration: none;
}



/* Header
--------------------------------*/

.section-header .section-title, .modal h3{
  font-size: 32px;
  color: #818d94;
  text-align: center;
  font-weight: 400;
}

.modal{
	text-align: center;
}

.modal img{
	width:auto;
	height: 40vh;
	max-width:100%;
	margin-bottom: 15px;
}

.modal h3{
	font-size:24px;
}

.modal p{
	color:#818d94;
	font-size: 1em;
	line-height: 1.5;
}

.section-header .section-description, p.avisoCV{
  text-align: center;
  padding-bottom: 40px;
  color: #818d94;
  font-style: italic;
}

p.avisoCV strong{
color: #63d941;}

.section-header .section-divider, .modal .divider{
  display: block;
  width: 60px;
  height: 3px;
  background: #63d941;
  background: linear-gradient(0deg, #63d941 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-bg {
  background: #f1f5f0;
}

/* empresa
--------------------------------*/

.la-empresa, .servicios, .maquinarias, .promociones, .politica-de-calidad, #empresa, #servicios, #promos, #contacto, #maquinarias, #clientes, #politicas {

  padding: 90px 0;
  overflow: hidden;
	margin-bottom: 0;
}

#contacto{
	padding-bottom:60px;
}

#clientes {
	padding: 40px 0;}

#empresa .about-img {
  height: 510px;
  overflow: hidden;
}

#empresa .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#empresa .content h2 {
  color: #818d94;
  font-weight: 300;
  font-size: 24px;
}


#empresa .content h3 {
  color: #818d94;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#empresa .content p {
	color:#818d94;
  line-height: 26px;
  margin: 0 0 30px 0;
}

#empresa .content p:last-child {
  margin-bottom: 0;
}

#empresa .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #63d941;
}

#empresa .content ul {
  list-style: none;
  padding: 0;
}

#empresa .content ul li {
  padding-bottom: 10px;
}

#servicios{
	text-align: center;
}

#servicios a{
	font-size: 1rem;
	width:30.66666666666667%;
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
	text-align: center;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 4%;
	color: #818d94;
	text-decoration: none;
}

#servicios a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#servicios a .imagen {
    margin: 0 auto 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 25%;
	overflow: hidden;
	position: relative;
}

#servicios a .imagen img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

#servicios a h4{
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;	
	color: #818d94;
}

#servicios a .description {
	color: #818d94;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
	background-image: url(llamado.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 100px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {

	background: #63d941;
  border: 2px solid #63d941;
	text-decoration: none;
}


/* maquinarias
--------------------------------*/

#maquinarias .portfolio-item {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
text-decoration: none;
}

#maquinarias .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#maquinarias .portfolio-item .details h4 {
  font-size: 16px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#maquinarias .portfolio-item .details span {
  display: block;
  color: #333333;
  font-size: 13px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}

#maquinarias .portfolio-item:hover .details {
  opacity: 0.8;
}

#maquinarias .portfolio-item:hover .details h4 {
  transform: translate3d(0, 0, 0);
}

#maquinarias .portfolio-item:hover .details span {
  transform: translate3d(0, 0, 0);
}

#promos h4{
	color: #63d941;	
	margin-bottom: 40px;
}

#promos .promo > div:nth-of-type(1) .tituloOpcion, #promos .promo > div:nth-of-type(1) .call a:hover{
	background-color:#3CF04F;
}

#promos .promo > div:nth-of-type(2) .tituloOpcion, #promos .promo > div:nth-of-type(2) .call a:hover{
	background-color:#63d941;
}

#promos .promo > div:nth-of-type(3) .tituloOpcion, #promos .promo > div:nth-of-type(3) .call a:hover{
	background-color: #A2F03C;
}


#promos .tituloOpcion{
	padding: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: bold;
}

#promos .descripcionOpcion{
	padding: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 1.25em;
	background-color: #333333;
}

#promos .descripcionOpcion strong{
	font-weight:normal;
}

#promos .promo > div:nth-of-type(1) .descripcionOpcion strong{
	color:#3CF04F;
}

#promos .promo > div:nth-of-type(2) .descripcionOpcion strong{
	color:#63d941;
}

#promos .promo > div:nth-of-type(3) .descripcionOpcion strong{
	color: #A2F03C;
}

#promos .promo .call{
	width:100%;
	padding: 30px;
	background-color: #101010;
	text-align: center;
}

#promos .promo .call a{
	border-radius: 100px;
	display: block;
	width:75%;
	margin: auto;
	border: 50%;
	color: #ffffff;
	background-color: transparent;
	transition: all .5s;
	padding: 10px;
	text-decoration:none;
}

#promos .promo > div:nth-of-type(1) .call a{
	border: 2px solid #3CF04F;
}

#promos .promo > div:nth-of-type(2) .call a{
	border: 2px solid #63d941;
}

#promos .promo > div:nth-of-type(3) .call a{
	border: 2px solid  #A2F03C;
}

#promos .validez{
	padding:30px 0;
	text-align: center;
color: #818d94;	
}

#promos .validez p{
	font-size:1.125em;	
}

#promos .validez p strong{
	font-size:1.5em;
color: #818d94;
	font-weight: 500;
}

#promos .promo{
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 60px;
}

#promos .promo:last-child{
	border-bottom: none;
	margin-bottom: 0;	
}



/* politicas --------------------------------*/

#politicas #faq-list {
  padding: 0;
  list-style: none;
}

#politicas  #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#politicas  #faq-list a {
color: #63d941;
	text-decoration: none;
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#politicas  #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#politicas  #faq-list p {
  margin-bottom: 20px;
	color: #818d94;	
}

#politicas  #faq-list a.collapse {
color: #818d94;
}

#politicas  #faq-list a i::before {
  content: "\f077" !important;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-style: normal;
}


#politicas  #faq-list a.collapsed {
color: #818d94;
}

#politicas  #faq-list a.collapsed i::before {
  content: "\f078" !important;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-style: normal;
}


#contacto .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contacto .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #63d941;
}

#contacto .contact-info address,
#contacto .contact-info p {
  margin-bottom: 0;
  color: #818d94;
}

#contacto .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #818d94;
}

#contacto .contact-info a {
  color: #818d94;
}

#contacto .contact-info a:hover {
  color: #63d941;
}

#contacto .contact-address,
#contacto .contact-phone,
#contacto .contact-email {
  margin-bottom: 20px;
text-align: center;
}

#contacto #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contacto .form #sendmessage {
  color: #63d941;
  border: 1px solid #63d941;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contacto .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contacto .form #sendmessage.show,
#contacto .form #errormessage.show,
#contacto .form .show {
  display: block;
}

#contacto .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contacto .form input,
#contacto .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contacto .form button[type="submit"], .hiddenForms .form button[type="submit"] {
  background: #63d941;
  border: 0;
  border-radius:500px;
  padding: 5px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contacto .form button[type="submit"]:hover, .hiddenForms .form button[type="submit"]:hover   {
  background: #47bf26;
}

/*Forms*/

.hiddenForms{
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.75);
	z-index: 9999999999;
	position: fixed;
	top: 0;
	left: 0;
	padding: 30px 0;
}

.hiddenForms .cotizar, .hiddenForms .rrhh{
	display: none;
	background-color:#ffffff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px 15px 15px;
	overflow: scroll;
	overflow-x: hidden;
	height: 80%;
	z-index: 999;
}

.hiddenForms .segmentos{
	padding:15px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.hiddenForms .mask{
	display:block;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

#footer{
	background-color: #a6a8a5;
	padding: 30px 0;
	text-align: center;
}

#footer p{
	color:#ffffff;
	font-size: .8em;
}

#footer a{
	display:block;
	width:200px;
	margin: 15px auto 0;
}

.tns-item img{
	width: 100%;
	vertical-align: top;
}

.clientesSlider{
	position: relative;
}

.clientesSlider .tns-item{
	padding: 0 15px;
	text-align: center;
}

.clientesSlider .tns-item > p:first-child:before, .clientesSlider .tns-item > p:first-child:after{
	color: #8b2b8b;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.clientesSlider .tns-item > p:first-child:before{
	content: '"';
	margin-right: 5px;
}

.clientesSlider .tns-item > p:first-child:after{
	content: '"';
	margin-left: 5px;	
}

.clientesSlider .tns-item > p:last-child{
	font-size: .879rem;
	font-style: italic;
}

.clientesSlider .tns-item > p:last-child:before, .clientesSlider .tns-item > p:last-child:after{
	content: " - ";
}


.clientesSlider .tns-controls button{
	opacity: .25;
}

.clientesSlider .tns-controls button:hover{
	opacity: 1;
}

.clientesSlider .tns-controls button:first-child, .clientesSlider .tns-controls button:last-child{
	color: #414141;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    font-size: 0;
    /* content: ""; */
    width: 50px;
    height: 50px;
	background-color: transparent;
}

.clientesSlider .tns-controls button:first-child, .clientesSlider .tns-controls button:last-child{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    font-size: 0;
    /* content: ""; */
    width: 50px;
    height: 50px;
	background-color: transparent;
}

.clientesSlider .tns-controls button:first-child{
    left: -25px;	
}

.clientesSlider .tns-controls button:first-child:before{
	content: "<";	
}

.clientesSlider .tns-controls button:last-child{
	right: -25px;
}

.clientesSlider .tns-controls button:last-child:after{
	content: ">"
}

.clientesSlider .tns-controls button:first-child:before, .clientesSlider .tns-controls button:last-child:after{
	font-size: 2rem;
}

footer{
	background-color: #414141;
}

footer .redes a{
	COLOR:#FFFFFF;
}

footer .redes a:hover:before{
	color:#63d941;
}

footer .footReg .realizado{
	background-image: url("../custom/realizado.svg")
}
	
	section.contacto{
		padding-top: 0;
		margin-top: 0;
	}

.form-floating>textarea.form-control{
	height: 8em;
}

section#contacto .btn-primary{
	padding: 15px 30px;
	background-color: transparent;
	color: #414141;
	border-color: #63d941;
}

section#contacto .btn-primary:hover{
	background-color: #63d941;
	color: #ffffff;
	border-color: #63d941;
}

section h1{
    font-size: 2rem;
    color: #818d94;
    text-align: center;
    font-weight: 400;	
}

section h1:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #63d941;
	background: linear-gradient(0deg, #63d941 0%, #55fabe 100%);
	margin: 15px auto 20px;
	margin-bottom: 60px;	
}

/*La empresa*/

.la-empresa > .container{
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.la-empresa .imagenEpigrafe{
	width: 50%;
	float: left;
}

.la-empresa .texto{
	width: 47.5%;
	float: right;
	margin-left: 2.5%;
}

/*Servicios*/
.servicios, .promociones{
	background-color: rgb(241, 245, 240);
}
.servicios .texto, .maquinarias .texto, .politica-de-calidad .texto, .promociones .texto{
	width: 100%;
	text-align: center;
}

.servicios .texto > p, .maquinarias .texto > p, .politica-de-calidad .texto > p, .promociones .texto > p{
	width: 75%;
	text-align: center;
	color: #818d94;
	font-style: italic;
	margin: 0 auto 40px;
}

.servicios .texto > ul, .maquinarias .texto > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.servicios .texto > ul > li{
	font-size: 1rem;
	width: 30.66666666666667%;
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s 
	ease-in-out;
	text-align: center;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 4%;
	color: #818d94;
	text-decoration: none;	
	cursor: pointer;
}


.servicios .texto > ul em{
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
}


.servicios .texto > ul em{
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
}

.servicios .texto > ul em img{
	object-fit: cover;
	width: 110%;
	height: 110%;
}

.servicios .texto > ul ol, .maquinarias .texto > ul ol{
	display: none;
}

.servicios .texto > ul ol.active, .maquinarias .texto > ul ol.active{
	display: block;
}

.servicios .texto > ul ol, .maquinarias .texto > ul ol{
	list-style: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 45%;
	height: auto;
	max-height: 70vh;
	background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;	
	padding: 15px;
	margin: 0;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: scroll;
}

.servicios .texto > ul ol em{
	width: auto;
	height: 30%;
	border-radius: 0;
}

/*Maquinarias*/
.maquinarias .texto > ul > li{
	font-size: 1rem;
	width: 30.66666666666667%;
	position: relative;
	transition: all 0.3s ease-in-out;
	text-align: center;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 4%;
	color: #818d94;
	text-decoration: none;	
	cursor: pointer;
}

.maquinarias .texto > ul > li img{
	object-fit: contain;
	width: 75%;
}

.maquinarias .texto > ul > li em {
    height: auto;
    width: 85%;
    padding: 12px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

.maquinarias .texto > ul > li em h4 {
  font-size: 16px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

.maquinarias .texto > ul > li em p {
  display: block;
  color: #333333;
  font-size: 13px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}

.maquinarias .texto > ul > li:hover em {
  opacity: 0.8;
}

.maquinarias .texto > ul > li:hover em h4 {
  transform: translate3d(0, 0, 0);
}

.maquinarias .texto > ul > li:hover em p {
  transform: translate3d(0, 0, 0);
}

.maquinarias .texto > ul > li ol img{
	width: auto;
	max-width: 75%;
}

/*Promos*/
.promociones h2{
	font-size: 1.5rem;
    color: #63d941;
	margin-bottom: 40px;}

.promociones ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.promociones li{
	display: block;
	float: left;
	width: 31.66666666666667%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}

.promociones li:only-child{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2.5%;
}

.promociones li h4{
	padding: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.promociones li h4 + p{
	padding: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 1.25em;
    background-color: #333333;

	margin-bottom: 0;	
}

.promociones li p:last-of-type{
	width: 100%;
    padding: 30px;
    background-color: #101010;
    text-align: center;
	margin-bottom: 0;
}

.promociones li p:last-of-type a{
    border-radius: 100px;
    display: block;
    width: 75%;
    margin: auto;
    border: 2px solid;
    color: #ffffff;
    background-color: transparent;
    transition: all .5s;
    padding: 10px;
    text-decoration: none;	
}


.promociones li:first-child p:last-of-type a{
	border-color: #3CF04F;
}

.promociones li:nth-child(2)  p:last-of-type a{
	border-color: #63d941;
}

.promociones li:nth-child(3)  p:last-of-type a{
	border-color: #A2F03C;
}

.promociones li:first-child h4, .promociones li:first-child p:last-of-type a:hover{
	background-color: #3CF04F;
}

.promociones li:nth-child(2) h4, .promociones li:nth-child(2)  p:last-of-type a:hover{
	background-color: #63d941;
}

.promociones li:nth-child(3) h4, .promociones li:nth-child(3)  p:last-of-type a:hover{
	background-color: #A2F03C;
}

/*Politicas*/
.politica-de-calidad ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.politica-de-calidad ul li{
	height: auto;
	text-align: left;
}

.politica-de-calidad ul li p{
	margin-bottom: 0;
	text-align: left;
}

.politica-de-calidad ul li:first-child{
	padding: 15px 30px 15px 15px;
	display: block;
	color: #818d94;
	cursor: pointer;
	position: relative;
	font-weight: 400;
}

.politica-de-calidad ul  li:first-child:hover{
	color: #63d941;
}

.politica-de-calidad ul li:first-child:after{
	float: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	content: '\f107';
	display: block;
	/* height: 100%; */
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);	
}

.politica-de-calidad ul li:first-child.active:after{
	content:'\f106';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;

}

.politica-de-calidad ul li:last-child{
	display: block;
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: all .3s;
	padding: 0 15px;
	color: #818d94;
	font-weight: 400;
	font-size: .879rem;
	font-style: italic;	
}
.politica-de-calidad ul li:last-child.abierto{
	height: auto;
	max-height: inherit;
	padding: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.carousel-caption .btn{
	display: none;
}

header + .carousel{
	height: 100vh;
}

.carousel-item:after {
    background-color: rgba(0, 0, 0, .7);
}

header .top{
	padding: 5px 0;
	background-color: #414141;
	margin-bottom: 15px;
}

.articulo .texto{
	color: #818d94;
}

header .optIcons a:before{
	margin-right: 5px;
}

header.reduce .options > li > a:hover{
	color: #63d941;
}

.servicios .texto > ul ol + .mask, .maquinarias .texto > ul ol + .mask{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.25);
	z-index: 1;	
}

@media only screen and (max-width : 479px) {
	
	header .optIcons a{
		font-size: .879rem;
	}	
	
	header .optIcons a:first-of-type{
		margin-left: 0;
	}	
	
	header .options{
		line-height: 2em;
	}
	
	header ul.options.active{
		padding-top: 30px;
		height: auto;
		max-height: 80vh;
	}
	
	header .options > li > a{
		color: #818d94;
	}		
	
header .hamburger{
	display: block;
		float: right;
	padding: 5px;
	}
	
	
	#header .logo{
		width:183px;
		height: 40px;
	}
	
	.topbar, #header .mainNav{
		display:none;
	}	

	header + .carousel{
		height: 50vh;
	}
	
	#intro h2{
		font-size:32px;
	}
	
	.servicios .texto > p, .maquinarias .texto > p, .politica-de-calidad .texto > p, .promociones .texto > p{
		width: 90%;
	}
	
	#empresa, #servicios, #promos, #contacto, #maquinarias, #clientes, #politicas{
		padding: 65px 0;
		
	}
	
	#empresa .about-img{
		height:auto;
		margin-bottom: 15px;
	}	
	
	#empresa .about-img img{
		margin:auto;
	}	
	
#servicios a{
	width:100%;
	margin-right: 0;
	}
	
	#maquinarias .portfolio-item{
		background-size: contain;
	}	
	
	#promos .promo .opcion{
		margin-bottom:30px;
		
	}
	

	

.la-empresa .imagenEpigrafe {
	width: 100%;
	height: 45vh;
	overflow: hidden;
	}
	
	
.la-empresa .texto {
	width: 100%;
	padding: 30px;
	}
	
	.servicios .texto > ul > li, .maquinarias .texto > ul > li, .promociones li{
		width: 100%;
		margin-right: 0;
	}	
	
	.servicios .texto > ul > li h4 + p{
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.servicios .texto > ul > li:nth-child(2n){
		margin-right: 0;
	}	
	
.servicios .texto > ul ol, .maquinarias .texto > ul ol {
	width: 80%;
    max-width: 80%;
    max-height: 60vh;
	}

	
.servicios .texto > ul > li:nth-child(2n),.maquinarias .texto > ul > li:nth-child(2n), #servicios a:nth-child(2n), #servicios a:last-child, .promociones li:nth-child(2n){
	margin-right:0;
}			
	
}    

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {
	
	header .options > li > a{
		color: #818d94;
	}		
header .hamburger{
	display: block;
		float: right;
	}
	
	.mobNav{
		padding: 25% 0 0;
	}
	
	.mobNav a{
		font-size: 1.5em;
	}
	
	.topbar, #header .mainNav{
		display:none;
	}	
	
	#intro h2{
		font-size:36px;
	}

	
	#empresa, #servicios, #promos, #contacto, #maquinarias, #clientes, #politicas{
		padding: 165px 0;
	}	
	
  #empresa .about-img {
    height: auto;
  }

  #empresa .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }	
	
#servicios a{
	width:100%;
	margin-right: 0;
	}	
	#maquinarias .portfolio-item, #maquinarias .portfolio-item .details{
		height: 330px;
	}	

	#maquinarias .portfolio-item{
		background-size: contain;
	}	
	
	#promos .promo .opcion{
		margin-bottom:15px;
		
	}
	

.la-empresa .imagenEpigrafe {
	width: 100%;
	height: 45vh;
	overflow: hidden;
	}
	
	
.la-empresa .texto {
	width: 100%;
	padding: 30px;
	}
	
	.servicios .texto > ul > li, .maquinarias .texto > ul > li, .promociones li{
		width: 100%;
		margin-right: 0;
	}	
	
	.servicios .texto > ul > li h4 + p{
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.servicios .texto > ul > li:nth-child(2n){
		margin-right: 0;
	}	
	
.servicios .texto > ul ol, .maquinarias .texto > ul ol {
	width: 80%;
    max-width: 80%;
    max-height: 60vh;
	}

	
.servicios .texto > ul > li:nth-child(2n),.maquinarias .texto > ul > li:nth-child(2n), #servicios a:nth-child(2n), #servicios a:last-child, .promociones li:nth-child(2n){
	margin-right:0;
}		
	
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
	section.contacto{
		padding-top: 0;
		margin-top: 200px;
	}	
	
	.mobNav{
		padding: 25% 0 0;
	}
	
	.mobNav a{
		font-size: 1.5em;
	}
	
header .hamburger{
	display: block;
		float: right;
	}

	  .topbar, #header .mainNav {
    display: none;
  }

  #header {
    padding: 0 0 15px;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

#empresa .about-img {
  height: 510px;
  overflow: hidden;
	margin-bottom: 30px;
}

	#empresa .about-img img{
		margin: auto;
	}	
	
  #contacto .contact-address,
  #contacto .contact-phone,
  #contacto .contact-email {
    padding: 20px 0;
  }

  #contacto .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
	
	
  #politicas  #faq-list a {
    font-size: 18px;
  }

  #politicas  #faq-list i {
    top: 13px;
  }
	
	
#servicios a{
	width:48%;
	}	
	
#servicios a:nth-child(2n), #servicios a:last-child{
	margin-right:0;
}
	
.la-empresa .imagenEpigrafe {
	width: 100%;
	height: 45vh;
	overflow: hidden;
	}
	
	
.la-empresa .texto {
	width: 100%;
	padding: 30px;
	}
	
	.servicios .texto > ul > li{
		width: 48%;
	}	
	
	.servicios .texto > ul > li:nth-child(2n){
		margin-right: 0;
	}	
	
.servicios .texto > ul ol, .maquinarias .texto > ul ol {
	width: 80%;
    max-width: 80%;
    max-height: 60vh;
	}

.servicios .texto > ul > li:nth-child(3n),.maquinarias .texto > ul > li:nth-child(3n), #servicios a:nth-child(3n), #servicios a:last-child, .promociones li:nth-child(3n){
	margin-right:0;
}	
	
	header .options > li > a{
		color: #818d94;
	}		
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	#header .logo{
	width:275px;
	height: 60px;
}
	header .options{
		line-height: 60px;
		height: 60px;
	}
	header .options > li{
	float: left;}
	header .options > li > a{
		line-height: 60px;
	}
	
	header .options > li > a:hover{
		color: #63d941;
	}
	
	header.reduce .options > li > a{
		color: #818d94;
	}
	
	
#header .mainNav ul li a{
	font-size: .8em;
	display: block;
    position: relative;
    padding: 20px 5px;
    transition: 0.3s;
    text-transform: uppercase;
}
	
  #contacto .contact-address,
  #contacto .contact-phone,
  #contacto .contact-email {
    padding: 20px 0;
  }

  #contacto .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #politicas  #faq-list a {
    font-size: 18px;
  }

  #politicas  #faq-list i {
    top: 13px;
  }

#servicios a:nth-child(3n), #servicios a:last-child{
	margin-right:0;
}
	
	
	.servicios .texto > ul ol, .maquinarias .texto > ul ol{
		max-width: 80%;
		max-height: 60vh;
	}	

.servicios .texto > ul > li:nth-child(3n),.maquinarias .texto > ul > li:nth-child(3n), #servicios a:nth-child(3n), #servicios a:last-child, .promociones li:nth-child(3n){
	margin-right:0;
}	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	header .redes, header .optIcons{
		line-height: normal;
		height: auto;
	}	
	header .options > li{
	float: left;}
	header .options > li > a{
		line-height: 72px;
	}
	
	header .options > li > a:hover{
		color: #63d941;
	}
	
	header.reduce .options > li > a{
		color: #818d94;
	}
  #contacto .contact-address,
  #contacto .contact-phone,
  #contacto .contact-email {
    padding: 20px 0;
  }

  #contacto .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
	
	  #politicas  #faq-list a {
    font-size: 18px;
  }

  #politicas  #faq-list i {
    top: 13px;
  }

	
.servicios .texto > ul > li:nth-child(3n),.maquinarias .texto > ul > li:nth-child(3n), #servicios a:nth-child(3n), #servicios a:last-child, .promociones li:nth-child(3n){
	margin-right:0;
}
		
}