/*General*/
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #868dff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  outline: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

p {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin: 0 0 17px;
  font-family: "Raleway", sans-serif;
}
h1 {
  font-size: 72px;
  line-height: 60px;
}
h2 {
  font-size: 36px;
  line-height: 48px; }

h3 {
  font-size: 24px;
  line-height: 28px; }

h4 {
  font-size: 22px;
  line-height: 28px; }

h5 {
  font-size: 20px;
  line-height: 28px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
.btn {
	font-size: 14px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	height: 48px;
	padding: 0 30px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	display: inline-block;
}
.btn-primary {
	background-color:#FF0000;
	border: none;
	outline: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.btn-primary:hover {
	background-color:#FF0000;
    color: #fff;
}
.section-padding {
	padding: 100px 0;
}
.section-title-item {
	text-align: center;
	margin-bottom: 45px;
}
.section-title-item .section-title {
	font-size: 36px;
	color:#082938;
	line-height:1.2;
	font-weight:900;
}
.titulohome{
	font-size: 50px !important;
	font-weight: 700 !important;
}
.rojo{
	color:	#FF0000 !important;
}
.section-title-item span{
	display:block;
	text-align:center;
	margin:auto;
	margin-top:5px;
}
.section-title-item span img{
	height:18px;
}

.header {
	background-color: #20282b;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 111;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header .navigation {
    background-color: #20282b;
}
.xs-menu ul.nav-menu > li > a {
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	padding: 26px 17px;
}
.xs-menu ul.nav-menu > li > a:hover {
    color: #FF0000;
}

.xs-menu ul.nav-menu > li.active  a {
    color: #FF0000;
}

.header-right{
	padding-left:30px;
}

.header-right li {
	display: inline-block;
}
.header-right li a {
	padding: 15px 3px;
	display: block;
}
.header-right li a img{
	height:32px;
	width:32px;
}
.header.fixed-header {
	background-color: #20282b;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	left: 0;
	right: 0;
	padding: 0;
}
.fixed-header .nav-brand > img {
    height: 45px;
}

.navigation {
	width: 100%;
	height: 70px;
	display: table;
	position: relative;
	font-family: inherit;
	background-color: #ffffff;
}
.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
	height: 48px;
}
.navigation-fixed-wrapper {
	width: 100%;
	left: 0;
	z-index: 19998;
	will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
	position: fixed !important;
	-webkit-animation: fade .50s;
	animation: fade .50s;
}

@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.align-to-right {
	float: right;
}
.mx-auto{
	margin:auto;
}
.nav-header {
	float: left;
}
.navigation-hidden .nav-header {
	display: none;
}
.nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.nav-brand:hover, .nav-brand:focus {
  color: #70798b;
}
.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.nav-brand > img {
  height: 68px;
}
.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #967ADC;
}
.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.BackTo {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 35px;
	color: #979797;
	cursor: pointer;
	font-size: 20px;
	height: 44px;
	position: fixed;
	right: 14px;
	text-align: center;
	width: 44px;
	z-index: 9;
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
	  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}
.BackTo a {
	color: #DE7471;
	font-size: 20px;
	font-weight: 700;
	margin-top: 11px;
}
.BackTo a:hover {
	color: #1bd1ea;
}
.preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.preloader.loaded {
  top: -150%;
}
.preloader .logo-preload{
    width: 200px;
    position: absolute;
    margin: auto;
    top: 50%;
    margin-top: -115px;
    left: 50%;
    margin-left: -100px;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}
.xs-preload {
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
}
.xs-preload circle {
	fill: none;
	stroke: #444;
	stroke-width: 2px;
	will-change: transform;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.xs-preload .inner {
	stroke: #C44747;
	stroke-dasharray: 200.96;
	stroke-dashoffset: 160.96;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.xs-preload .middle {
	stroke: #C44747;
	stroke-dasharray: 238.64;
	stroke-dashoffset: 178.64;
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.xs-preload .outer {
	stroke: #C44747;
	stroke-dasharray: 276.32;
	stroke-dashoffset: 176.32;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

/*Slider section*/	
.main-slider.owl-carousel{
	position:relative;
}
.main-slider.owl-carousel .item {
	text-align:center;
	padding:0;
	height: 85vh;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	position:relative;
}
.main-slider.owl-carousel .item .container{
	position:relative;
	height: 100%;
}
.main-slider.owl-carousel .item .caption{
	position: absolute;
    top: 35vh; 
    width: auto;
    right: 0;
    text-align:center;
    padding: 30px;
	/*background-color:#fff;*/
	  left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.main-slider.owl-carousel .item .caption h2{
	position:relative;
	color:#FFF;
	font-size:35px;
	line-height:1.1;
	font-weight:900;
	margin-bottom:5px;
}
/* anulo linea roja
.main-slider.owl-carousel .item .caption h2:before{
	content:" ";
	position:absolute;
	height:5px;
	width:80px;
	left:-90px;
	top:10px;
	background:#C44747;
}
*/
.main-slider.owl-carousel .item .caption h1{ /*este es el texto*/ 
	color:#FFF;
	font-size:24px;
	line-height:1.1;
	font-weight:300;
	margin-bottom:5px;
	text-align:right;
	max-width: 415px;	
}
.main-slider.owl-carousel .item .caption p{
	position:relative;
	color:#FFF;
	font-size:18px;
	margin-bottom:0;
	line-height:1.2;
	font-weight:400;
}
/* QUITO LINEA VERTIZAL
.main-slider.owl-carousel .item .caption p:before{
	content:" ";
	position:absolute;
	width:15px;
	height:60px;
	left:0;
	bottom:-70px;
	background:#C44747;
}
*/
.main-slider.owl-carousel .owl-nav {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-28px;
}
.main-slider.owl-carousel .owl-nav .owl-next,
.main-slider.owl-carousel .owl-nav .owl-prev {
	position:absolute;
	width:55px;
	height:55px;
	opacity: 0.9;
	text-indent:-9999px;
	z-index:999;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	line-height:1;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.main-slider.owl-carousel .owl-nav .owl-next {
	right:0;
	background-image:url(../images/arrow-right.svg);
}
.main-slider.owl-carousel .owl-nav .owl-prev {
	left:0;
	background-image:url(../images/arrow-left.svg);
}
.main-slider.owl-carousel .owl-dots {
	display:none;
}

/*Presentation*/
.presentation {
	text-align:center;
}
.features{
	/*margin-top:60px;*/
	text-align:center;
}
.features li{
	vertical-align:top;
	width:24%;
	display:inline-block;
	padding:0px;
}
.features li img{
	width:135px;
	height:135px;
	margin-bottom:15px;
}
.features li p{
	font-weight:900;
	line-height:1.2;
	color:#666;
}

/*Backgrounds*/
.bgfront{
	background-image: url(../images/bg_front.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:420px;
}

/*Products*/
.products{
	background-image: url(../images/bg_brick.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}
.products-list {
	text-align:center;
}
.products-list li{
	margin-bottom:30px;
}
.products-list li a{
	display:block;
	position:relative;
	overflow:hidden;
}
.products-list li a .mask {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 100%;
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 200px solid rgba(0, 0, 0, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(4);
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(2);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products-list li a:hover .mask {
   opacity: 0;
   border:0px solid rgba(0,0,0,0.7);
   visibility:hidden;
}

.products-list li a img{
	width:100%;
}
.products-list li a .caption{
	position:absolute;
	bottom:0;
	z-index:9;
	padding:10px;
	min-height:60px;
	width:100%;
	line-height:1.3;
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 35px;
}
.products-list li a .caption:after{
	content:"";
	position:absolute;
    bottom: 12px;
    height: 3px;
    left: 10px;
    width: 60px;
    background-color: #C44747;
}

/* video */

.vid {
    text-align: center;
    margin: auto !important;
    max-width: 900px;
}



/*News*/
.news {
	background-color:#FFF;
}
.news article {
	position:relative;
	text-align:center;
}
.news article .image{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:240px;
}
.news article .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.news article h1{
	margin:25px 0;
	font-size:22px;
	font-weight:700;
	color:#082938;
	line-height: 30px !important;	
	min-height: 60px;
}

.news article p{	
	font-size:14px;	
	color:#082938;
}

.page-news{
	padding:60px 0;
}
.page-news .news-title{
	color:#C44747;
	font-size:30px;
	margin-bottom:20px;
}
.page-news .gallery{
	position:relative;
}
.page-news .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.page-news .news-content p{
	font-size:16px;
}
.page-news .ms-thumb-list {
	background-color:#f6f6f6;
}

/* RUBROS */


.features{
	padding:0 0 60px;
	color:#fff;
}
.features .row{
	margin-left:-1px;
	margin-right:-1px;
}
.features .col-xs-12{
	padding-left:1px;
	padding-right:1px;
}
.features figure{
	margin:0;
	margin-bottom:2px;
	width:100%;
	position:relative;
	height:350px;
	text-align:center;
	overflow:hidden;
}
.features figure .bg-inner{
	opacity: 0.9;
	position:absolute;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
	background-repeat:no-repeat;
	transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.features figure:hover .bg-inner{
	opacity:1;
    transform: scale(1.1) rotate(2deg) translateZ(0);
    -webkit-transform: scale(1.1) rotate(2deg) translateZ(0);
}
.features .caption{
	position:absolute;
	padding:120px 20px;
	width:100%;
	height:100%;
}
.features .caption h1{
	font-size:26px;
	font-weight:700;
	margin-bottom:20px;
	text-shadow: -1px -1px 1px #999, 1px 1px 1px #999, -1px 1px 1px #999, 1px -1px 1px #999;
}


/*Obras
.obras {
	background-color:#FFFFFF;
}
.obras article {
	position:relative;
	text-align:center;
}
.obras article .image{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:240px;
}
.obras article .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.obras article p{
	margin:25px 0;
	font-size:22px;
	font-weight:700;
	color:#082938;
}

.page-obras{
	padding:60px 0;
}
.page-obras .obras-title{
	color:#C44747;
	font-size:30px;
	margin-bottom:20px;
}
.page-obras .gallery{
	position:relative;
}
.page-obras .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.page-obras .obras-content p{
	font-size:16px;
}
.page-obras .ms-thumb-list {
	background-color:#f6f6f6;
}

/*marcas*/
.block-marcas {
	background-color: #dedfe0
}
.block-marcas img{	
    margin: 20px 10px;
}




/* CONTAC*/


.contact{
	text-align:center;
}
.contact-info {
    text-align: center;
}
.contact-details{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.contact-info{
	margin-bottom:40px;
}
.contact-info img {
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.contact-info svg {
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 30px;
	color:#FF0000;
}
.contact-info span {
    display: block;
    margin: 20px 0;
    color: #666666;
    font-size: 18px;
    line-height: 26px;  
}



/*Contact form*/

.form input{
	height:42px;
}
.form input,
.form textarea{
	border-radius:0;
	box-shadow:none;
	font-size:16px;
	font-weight:300;
	padding:8px 15px;
	border:1px solid #C5C5C5;
	background:#fff;
}
.form input:focus,
.form select:focus,
.form textarea:focus,
.form input:active,
.form select:active,
.form textarea:active{
	box-shadow:none;
	border-color:#F2541F;
}
.form .form-group {
	margin-bottom:17px;
	position:relative;
}
.form_hint {
	font-size: 11px;
}
.form input:required,
.form textarea:required {
	background: #E6E6E6 url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #fff;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #fff;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {
	display: inline;
}
.form input:required:valid + .form_hint {
	background: #28921f;
}
.form input:required:valid + .form_hint::before {
	color:#28921f;
}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 11px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
}
.form input.error,
.form textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid,
.form textarea.valid {
	border-color:#85B200;
}



/* fin formualrio */
.map {
    width: 100%;
    height: 400px;
}

/*Footer*/
footer{
	background-color:#20282b;
	padding:40px 0;
	text-align:left
}
footer p{
	color: #FFF;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}
footer .f-social ul {
	margin-bottom:30px;
	margin-top: 20px;
}
footer .f-social ul li{
	display:inline-block;
	vertical-align:top;
	/*width:48px;
	padding:5px;*/
	width: 38px;
}
footer .f-social ul li img{
	width:100%;
}
footer .footer-copyright p{
	font-size:14px;
	color:#999;
}
footer .footer-agency img{	
	margin-right: 10px;
}

/*Responsive*/
@media (min-width: 992px) and (max-width: 1199px) {
	.nav-brand > img {
		height: 52px;
	}
	.header-right {
		padding-left:0;
	}
	.main-slider.owl-carousel .item .caption {
    	top: 50vh;
	}
	.bgfront {
		height: 320px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		padding: 15px 0;
	}
	.nav-brand > img {
		height: 50px;
	}
	.header-right.align-to-right {
		float: left;
	}
	.header-right {
		padding-left: 17px;
	}
	.navigation-portrait .nav-menus-wrapper {
		background-color: #fff;
	}
	.navigation-portrait .nav-menu > li{
		border-color: #eee;
	}
	.main-slider.owl-carousel .item .caption {
    	top: 50vh;
	}
	.bgfront {
		height: 300px;
	}
	.features li img {
		width: 100px;
		height: 100px;
	}
	.features li p{
		font-weight:700;
		font-size:14px;
	}
}

@media only screen and (max-width: 767px) {
	.header {
		padding: 10px 0;
	}
	.header-right.align-to-right {
		float: left;
	}
	.header-right {
		padding-left: 17px;
	}
	.nav-brand > img {
		height: 50px;
	}
	.section-padding {
		padding: 60px 0 0;
	}
	.section-title-item .section-title {
		font-size: 26px;
		margin-bottom: 20px;
		line-height: 30px;
	}
	.navigation-portrait .nav-menus-wrapper {
		background-color: #20282b;
	}
	.navigation-portrait .nav-menu > li {
		border-color: #eee;
	}
	.main-slider.owl-carousel .item .caption {
		position: relative;
		top: 58%;
		width: 90%;
		margin: auto;
		right: auto;
	}
	.main-slider.owl-carousel .item .caption p br{
		display:none;
	}
	.main-slider.owl-carousel .item .caption h2:before {
		width: 50px;
		left: -50px;
	}
	.main-slider.owl-carousel .item .caption p:before {
		height: 40px;
		bottom: -40px;
	}
	.presentation p{
		font-size:14px;
		margin-bottom:0;
	}
	.features {
		margin-bottom:60px;
	}
	.features li {
		width: 48%;
    }
	.features li img {
		width: 100px;
		height: 100px;
	}
	.features li p{
		font-weight:800;
		font-size:16px;
	}
	.bgfront {
		height: 260px;
	}
	.news article {
		margin-bottom: 40px;
	}
	.form{
		margin-bottom:60px;
	}
	.vid iframe{
		height:320px;
	}
}
@media only screen and (max-width: 567px) {
	.main-slider.owl-carousel .item .caption {
		top: 15vh;			
		padding:20px;
		text-align:center;
	}
	.main-slider.owl-carousel .item .caption h2 {
		font-size: 50px;
		margin-bottom: 12px;
	}
	.main-slider.owl-carousel .item .caption h1 {
		font-size: 20px;
		text-align: center;
	}
	.main-slider.owl-carousel .item .caption p {
		position: relative;
		color: #4D4D4D;
		font-size: 14px;
	}
	.products-list li a .caption {
		font-size: 16px;
		padding-bottom: 24px;
	}
	.features li img {
		width: 80px;
		height: 80px;
	}
	.features li p{
		font-weight:700;
		font-size:14px;
	}
	.bgfront {
		height: 200px;
	}
	.contact-form .section-title-text p {
		font-size: 20px;
	}
	.contact-form .section-title-text p span {
		font-size: 28px;
    }
	
	.footer-agency{		
		text-align: center!important;		
	}
	
	.header-right.align-to-right {
		float: none;
	}
	
}

.submenu{
	border-radius: 0px;
    background-color: red;
    color: #FFF !important;
}

.submenu a {
	color: #FFF;
	font-weight: bold;
}

.bordecubo{
	border-right: 1px solid #082938; 	
}

.centrocubo{	
	text-align: center;
	padding: 0px 30px;
}
@media only screen and (max-width: 567px) {
	.centrocubo{	
		text-align: center;
		padding: 10px 20px;
	}

	.bordecubo{
		border-right: 0px solid #082938; 	
	}
}

@media only screen and (max-width: 767px){

	.section-padding {
	    padding: 60px 0px 60px 0px !important;
	}

	h2.section-title.titulohome.rojo {	
	    line-height: 44px  !important;
	}
}


.cubos h3{
	font-weight: bold;
	line-height: 28px;
}

.cubos p{
	font-size: 16px;	
	line-height: 18px;
}


/*marcas*/
.block-renovarte {
	background-image: url(../images/IMAGEN-PREFOOTER.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding: 100px 0px 90px 0px;
}

.block-renovarte h3{
	font-weight: bold;
	line-height: 28px;
	color: #FFF;
	font-size: 32px;
}

.block-renovarte p{
	font-size: 14px;
	line-height: 28px;
	color: #FFF;	
}

/*Slider2 section*/	
.main-slider2.owl-carousel{
	position:relative;	
	width: 400px;
	text-align:center;
}
.main-slider2.owl-carousel .item {
	text-align:center;
	padding:0;
	width: 100%;
	/*height: 85vh;*/
   /* background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;*/
	position:relative;
}

.main-slider2.owl-carousel .item .container{
	position:relative;
	height: 100%;
}


.main-slider2.owl-carousel .item img{
	width: 400px;
	height: 400px
}

.main-slider2.owl-carousel .owl-nav {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-28px;
}
.main-slider2.owl-carousel .owl-nav .owl-next,
.main-slider2.owl-carousel .owl-nav .owl-prev {
	position:absolute;
	width:55px;
	height:55px;
	opacity: 0.9;
	text-indent:-9999px;
	z-index:999;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	line-height:1;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.main-slider2.owl-carousel .owl-nav .owl-next {
	right:0;
	background-image:url(../images/arrow-right.svg);
}
.main-slider2.owl-carousel .owl-nav .owl-prev {
	left:0;
	background-image:url(../images/arrow-left.svg);
}
.main-slider2.owl-carousel .owl-dots {
	display:none;
}

.galeria{
	padding: 10px !important;
}

/* modificaciones para la galeria*/
.master-slider .ms-slide .ms-slide-bgcont{

  text-align: center;

}

.master-slider .ms-slide .ms-slide-bgcont img{max-width: none!important;width: auto!important;height: 100%!important;margin: auto!important;}

.master-slider .ms-tabs .ms-thumb {

  padding: 0;

  height: 150px;

  overflow: hidden;

}

.master-slider .ms-tabs .ms-thumb img{

  min-height: 150px;

}

@media (max-width:576px){

  .master-slider .ms-slide .ms-slide-bgcont{

    background-color: #666;

  }

}

/* form presupuesto */


input[type="file"] {
	font-size:14px;
}
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 37px;
    content: "o arrastra el archivo aquí.    ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}


.form-check-input[type=checkbox]{
    height: 20px !important;        
}

.form-check-label{
	color: #666666;
  font-size: 14px;
}

.form-check-input[type=radio]{
    height: 20px !important;    
}


.form-check {
    margin-bottom: rem !important;
}

.label-presupuesto{
	color: #666666;
	font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
}