:root {
	--box-shadow-inset: inset 0 22px 56px -36px rgba(255,255,255,0.5),
						inset 0 4px 5px -4px rgba(255,255,255),
						inset 0 -31px 34px -32px rgba(96,68,144,0.3),
						inset 0 39px 50px -34px rgba(202,172,255,0.3),
						inset 0 2px 9px rgba(154,146,210,0.3),
						inset 0 1px 10px rgba(227,222,255,0.2);

	--drop-shadow: 0 0 8px rgba(161,165,247,0.8);

	--text-shadow: 0 0 8px rgba(161,165,247,0.8);

	--filter-blur: 100;

	--box-shadow-inset-btn: inset 0 2px 7px -9px rgba(255,255,255,0.5),
							inset 0 1px 2px -1px rgba(255,255,255,1),
							inset 0 -20px 16px -32px rgba(96,68,144,0.3),
							inset 0 28px 25px -24px rgba(202,172,255,0.3),
							inset 0 1px 4px rgba(154,146,210,0.3),
							inset 0 1px 10px  rgba(227,222,255,0.2);
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size:1.8rem;
	font-weight:400;
	line-height:2.5rem;
	color:#262626;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height:3rem;
	color: #1559a2;
	margin-bottom: 20px;
}
h2{
    font-size: 26px;
    font-weight: 700;
}
.container {
	/* padding:0 20px 0 20px; */
	position:relative;
}
.help-block ul li {
    color: red;
}
.form-control {
    margin-bottom: 15px;
    border-radius: 0px;
    padding: 12px 10px;
	font-size: 1em;
	font-family: inherit;
	border-radius: 6px;
}
#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}

.home-page {
	padding-top: 4rem !important;
}

.top-header {
	color: #fff;
	background-color: #ea4d00;
	display: flex;
	justify-content: flex-end;
	padding: .5rem 2rem;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0;
	border-radius: 4px;
}
.row,.row-fluid {
	margin-bottom:30px;
}

#bkgVideo {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: -10;
}

.main-text {
	min-height: 80dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 4rem;
	font-size: 1.2em;
}

.main-text p {
	text-align: left;
	line-height: 1.5;
	text-align: justify;
}

.main-video video {
	border-radius: 6px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}

.flex-control-nav li{
display:none;
}
 
header .navbar {
    margin-bottom: 0;
}

.navbar-default {
	border: none;
	background-color: rgb(0, 0, 0, 0.05);
}
@media only screen and (max-width: 599px) {
	.navbar-default {
		top: 0rem;
	}
}

.navbar-brand {
	padding: 0 0 0 1rem;
	height: 96px;
	background-color: rgb(255, 255, 255, .5);
}

@media only screen and (max-width: 599px) {
	.navbar-default .navbar-brand {
		height: 70px
	}	

	.navbar-default .navbar-brand img {
		height: 70px
	}	
}

header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}
/* header .navbar {
	min-height: 70px;
	padding: 18px 0;
} */

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar {
	min-height: 120px;
	padding: 1rem 2rem;
}

header .navbar-nav > li  {
    padding-top: 5px;
}


header ul.nav li {
	border:none;
	margin:0;
}

.navbar .nav > li > a {
  color: #1559a2;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  
}

.navbar .nav a:hover {
	background: #1559a2 !important;
	color: #ffffff !important;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	color: #ffffff !important;
	background: #055999;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}


.clients{
	padding:35px 0;
	background-color: #f2f2f2;
}
.clients-slider {
	position: relative;
}
.header-title {
	color: #1559a2;
}
.clients-control{
	position: absolute;
    right: 20px;
    top: 0px;
}
.clients-slider .owl-item { margin:0 45px; }
.clients-slider .item img { margin: 0 25px; padding: 0 25px; height: 200px;}
.clients-slider .item {
    margin: 1px;
}
.clients-control .btn{
	margin-bottom:0px;
	margin-top: 17px;
	padding: 0px 6px;
	font-size: 11px;
}

#maquinaria {
	padding-top: 4rem;
}
#servicios h2, #maquinaria h2 {
	font-weight: 900;
	padding-bottom: 2rem;
}
.box-maquinaria {
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc;
	border-radius: 16px;
	background-color:#ff661a; /*#bbd8f6*/
	margin-left: 1rem;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
	min-height: 58rem;
	transition: all .5s;
}

.box-maquinaria:hover {
	box-shadow: 8px 8px 16px rgba(0, 0, 0, .5);
}

.box-maquinaria img {
	transform: translateY(-9rem);
}


.box-maquinaria h3 {
	color: #fff;
	transform: translateY(-6rem);
}

.box-maquinaria .subtitulo {
	padding: 1.5rem 0 0 0;
	color: #fff;
	font-weight: bolder;
}
.box-maquinaria .descripcion {
	padding: 0 2rem;
	color: #fff;
	text-align: justify;
}

#contacto {
	padding-top: 4rem;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,77,0,1) 50%, rgba(21,89,162,1) 100%);
}

 select.selectmenu {
	display:none;
}
.pageTitle{
color: #fff;
margin: 30px 0 3px;
display: inline-block;
}
 
#banner{
	width: 100%;
	background:#000;
	position:relative;
	margin:0;
	padding:0;
	float: left;
	width: 100%;
}

.calltoaction_btn {
	border-radius: 20px;
	padding: 8px 16px;
	background-color: #ea4d00;
}

.stroke {
  -webkit-text-fill-color: rgb(250, 250, 250, 1); /* color del texto */
  -webkit-text-stroke: 2px #ea4d00; /* color linea de texto */
}

.icons { font-size: 42px; color: #ea4d00; }

.box-area{
	padding: 22px 20px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	width: 100%;
	height: 40rem;
	background: rgb(38, 38, 38);
	border: 1px solid #ffffff;
	border-radius: 8px;
	/* -webkit-box-shadow: 10px 10px 8px #888888;
	-moz-box-shadow: 10px 10px 8px #888888;
	box-shadow: 10px 10px 8px #888888; */

	box-shadow: var(--box-shadow-inset);
	backdrop-filter: var(--filter-blur);

}
.box-area:hover{
	background: rgb(38, 38, 38, .8);
}

.box-area .icons, .box-area h3, .box-area p {
	color: #ffffff;
}
.box-area .icons {
	filter: drop-shadow(var(--drop-shadow));
}
.box-area hr {
	border-color: #ea4d00;
	width: 75%;
}
.box-area h3, .box-area p {
	text-shadow: var(--text-shadow);
}
.box-area-btn {	
	margin-top: 0rem;
}
.box-area-btn .btn {
	background-color: rgb(234, 77, 0, 0.9);
	text-shadow: var(--text-shadow);
	box-shadow: var(--box-shadow-inset-btn);
}
.box-area-btn .btn:hover {
	background-color: rgb(234, 77, 0, 0.5);
}
#servicios {
	margin-top: -2rem;
}
#servicios h2 {
	color: #262626;
	padding-top: 4rem;
}
#servicios p {
	color:#262626;
}

#servicios-box {
	padding: 10rem 0;
	background-color: #1559a2;
}

.testimonial-solid {
padding: 50px 0 60px 0;
margin: 0 0 0 0;
background: #FFFFFF;
text-align: center;
}
.testi-icon-area {
text-align: center;
position: absolute;
top: -84px;
margin: 0 auto; 
width: 100%;
}
.testi-icon-area .quote {
padding: 15px 0 0 0;
margin: 0 0 0 0;
background: #ffffff;
text-align: center;
color: #1891EC;
display: inline-table;
width: 70px;
height: 70px;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-size: 42px; 
border: 1px solid #1891EC;
display: none;
}

.testi-icon-area .carousel-inner { 
margin: 20px 0;
}
.carousel-indicators {
bottom: -30px;
}
.text-center img {
margin: auto;
}
#nosotros {
	padding: 4rem 0 2rem 0;
	background: rgb(21,89,162);
	background: linear-gradient(145deg, rgba(21,89,162,1) 25%, rgba(255,255,255,1) 100%);
	/* background: rgb(255,255,255);
	background: linear-gradient(140deg, rgba(255,255,255,1) 25%, rgba(21,89,162,1) 100%); */
	color: #fff;
}
img.img-center {margin: 0 auto;display: block;max-width: 100%;}
#nosotros h3 {
    color: #ea4d00;
}
/* Testimonial
----------------------------------*/
.testimonial-area {
padding: 0 0 0 0;
margin:0;
background: url(../img/low-poly01.jpg) fixed center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.testimonial-solid p {
color: #000000;
font-size: 16px;
line-height: 30px;
font-style: italic;
} 
section.jumbobox {
	padding: 28px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.jumbobox p {
	text-align: justify;
}

.team-member{
	text-align:center;
}
.team-member h4{
	padding:10px 0 0;
	text-align:center;
	margin:0;
}
/* Clients
------------------------------------ */
#clients {
  padding: 67px 0; }
  #clients .client .img {
    height: 76px;
    width: 138px;
    cursor: pointer;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear; }
    #clients .client .img:hover {
      cursor: pointer;
      /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
      border-radius: 8px; }
  #clients .client .client1 {
    background: url("../img/client1.png") 0 -75px; }
    #clients .client .client1:hover {
      background-position: 1px 0px; }
  #clients .client .client2 {
    background: url("../img/client2.png") 0 -75px; }
    #clients .client .client2:hover {
      background-position: -1px 0px; }
  #clients .client .client3 {
    background: url("../img/client3.png") 0 -76px; }
    #clients .client .client3:hover {
      background-position: 0px 0px; }


/* Content
==================================== */

#content {
	position:relative;
	/* background:#fff; */
	padding: 30px 0 0px 0;
}

#content img {
	max-width:100%;
	height:auto;
}
 
.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}
 
.box {
	width: 100%;
	display: inline-block;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}


/* Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}

.features .features-item {
  padding: 0 0 70px 0;
}
.features .features-item .features {
  margin-bottom: 34px;
}
.features .features-item .features .icon {
  float: left;
}
.features .features-item .features .icon i {
  z-index: 99;
  font-size: 26px;
  margin: 2px 8px 0 0;
  color: #ffc02a;
  background: #055999;
  padding: 16px;
  height: 58px;
  display: inline-block;
  border: 1px solid #055999;
}
.features .features-item .features-content {
  margin-left: 80px;
  padding-right: 68px;
}
.features .features-item .features-content h3 {
  padding-bottom: 8px;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
}
.features .features-item .features:hover .icon-radius:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.features img{

margin: 10px 0 0 0;
}
/* page headline
==================================== */

#inner-headline{background: #ea4d00;position: relative;margin: 0;padding: 24px 0;background-size: 39%;background-repeat: no-repeat;background-size: contain;padding: 0;}
#inner-headline:before{content:'';position: absolute;/* background: rgba(0, 0, 0, 0.42); */z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}

#inner-headline h2.pageTitle{
	color: #1559a2;
	padding: 5px 0;
	text-align: center;
	display:block;
	font-size: 30px;
	position: relative;
	z-index: 3;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:40px 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}
.fancybox-title-inside-wrap {
    padding: 3px 30px 6px;
    background: #2F2F2F;
    text-align: center; 
}
.fancybox-title-inside-wrap h4{
    font-size: 18px;	
}
.fancybox-nav span { 
    background-color: transparent;
}


form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}
 
#inner-headline form.input-append {
	margin:0;
	padding:0;
}



/*  Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}
.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}
 

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: rgba(228, 137, 7, 0.64);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}
 
ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
margin: 0; 
float: left;
list-style: none;
font-size: 13px;
font-weight: 600;
border: 1px solid #D5D5D5;
margin-right: 15px;
}

ul.portfolio-categ li a{
	display:block;
	padding: 8px 20px;
	color:#353535;
}
ul.portfolio-categ li.active{

border: 1px solid #055999;

background-color: #055999;

color: #0F0F29 !important;
}
ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0; 
}
ul.portfolio-categ li.active a{
color: #fff;}
  #accordion-alt3 .panel-heading h4 {
font-size: 13px;
line-height: 28px;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel {
margin-bottom: 18px;
background-color: #F4F4F4;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.top-wrapper {
	margin-bottom:20px;
}
.info-blocks {
margin-bottom: 15px;
}
.info-blocks i.icon-info-blocks {float: left;color: #055999;font-size: 30px;min-width: 50px;margin-top: 6px;text-align: center;background: #ea4d00;height: 64px;padding: 18px;border: 1px solid #ea4d00;}
.info-blocks .info-blocks-in {
padding: 0 10px;
overflow: hidden;
}
.info-blocks .info-blocks-in h3 {color: #1559a2;font-size: 20px;line-height: 28px;margin:0px;}
.info-blocks .info-blocks-in p {
font-size: 14px;
}

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}
footer{background: #1559a2;}
footer ul.link-list li a{
	color: #fff;
}
footer ul.link-list li a:hover {
	color:#949494;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;

	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;
}
 
ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}
  
footer{
	padding:50px 0 0 0;
	color: #fff;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #ea4d00;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:20px;
	margin:20px 0 0 0;
	background: #092544;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
	font-size: 12px;
}
#sub-footer a {
	font-size: 12px;
	color: red;
}

#sub-footer .social-network a {
	font-size: 20px;
	color: #ffffff;
	float:right;
}


/* scroll to top */
.scrollup{
    position:fixed;
    width:40px;
    height:40px;
    bottom:8rem;
    right:2rem;
	background: #ea4d00;
	border-radius: 50%;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}
 
img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}
header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #adadad;
}


/* #papercut {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: hsl(77, 16%, 91%);
	height: 50vh;
	width: 100vw;
} */
.text {
	font-size: 6em;
	line-height: 1em;
	position: relative;
	display: flex;
  }
  .text .letter {
	position: relative;
	display: flex;
  }
  .text .letter:nth-child(2) h1 {
	animation-delay: 0.2s;
  }
  .text .letter:nth-child(3) h1 {
	animation-delay: 0.4s;
  }
  .text .letter:nth-child(4) h1 {
	animation-delay: 0.6s;
  }
  .text .letter:nth-child(5) h1 {
	animation-delay: 0.8s;
  }
  .text .letter .source {
	line-height: 1em;
	font-size: 100px;
	color: gray;
	-webkit-text-stroke: 0.01em rgba(0, 0, 0, 0.3);
	display: flex;
  }
  .text .letter .overlay, .text .letter .shadow {
	line-height: 1em;
	font-size: 100px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	user-select: none;
  }
  .text .letter .overlay {
	line-height: 1em;
	font-size: 100px;
	background-image: linear-gradient(90deg, white 50%, #eff0eb);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: rotateY(-30deg) skew(0, -10deg);
	transform-origin: left;
	animation: overlay 3s infinite ease-out;
  }
  .text .letter .shadow {
	filter: blur(5px);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 30%, transparent);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: skew(0, 20deg) translateY(0.1em) translateX(0.05em);
	animation: shadow 3s infinite;
  }
  
  @keyframes shadow {
	0%, 20%, 100% {
	  transform: skew(0, 20deg) translateY(0.1em) translateX(0.05em);
	  opacity: 1;
	}
	10% {
	  transform: skew(0, 0) translateY(0) translateX(0);
	  opacity: 0;
	}
  }
  @keyframes overlay {
	0%, 20%, 100% {
	  transform: rotateY(-30deg) skew(0, -10deg);
	}
	10% {
	  transform: rotateY(0deg) skew(0, 0);
	}
  }




@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}
	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse {
		border-color: none;
		background: rgb(32, 32, 33, .2);
	}
	.navbar-default .navbar-toggle .icon-bar {background-color: #ea4d00;border-radius: 0;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(221, 221, 221, 0);/* margin-top: 12px; */}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 15px;
	}

  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand { 
		border-bottom: none;
	}
	.navbar-header {
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {/* background: none; */font-weight: 700;color: #FFFFFF;}
	header .navbar-nav > li {
padding-bottom: 2px;
padding-top: 3px;
}
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	
	li.active  {
		border: none;
		overflow: hidden;
}

	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	.flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}

	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-md-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}
@media (min-width:768px){
	.item-thumbs {
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
		cursor: pointer;
		width: 48%;
		float: left;
		margin: 1%;
	}
}
@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}

	.search{
		float:left;
	}	

	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}
}


@media (max-width: 768px) {

	#servicios {
		margin-top: 2rem;
	}

	.mapa {
		margin-top: 8rem;
	}

	.text .letter .source {
		line-height: 60px;
		font-size: 50px;
	  }
	  .text .letter .overlay, .text .letter .shadow {
		line-height: 60px;
		font-size: 50px;
	  }
	  .text .letter .overlay {
		line-height: 60px;
		font-size: 50px;
	  }	
	  .text .letter h1 {
		  margin: 0;
	  }
	#papercut {
		padding-bottom: 2rem;
	}

	#servicios {
		margin-top: 0;
	}
	#servicios h2 {
		padding-top: 0;
	}

}