/* Global Styles */

html,
body {
    height: 100%;
}

body {
   padding-top: 120px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Roboto', sans-serif;
	color: #252525;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a, button, i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

p {
	font-size: 16px;
	line-height: 28px;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}



.img-responsive {
    min-width: 100%;
}

.img-logo {
	height: 80px;
}

.btn-default {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px;
    line-height: 14px;
    font-size: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-default:hover {
	background-color: #ffffff;
    border: 1px solid #ffffff;
	color: #252525;
}

.btn-primary {
    border: none;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px;
    line-height: 14px;
    font-size: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #2c6a70;
}

.btn-primary:hover {
	background: #424584;
    border: none;
	color: #fff;
}

.btn-gray {
	background-color: #f7f7f7;
    border: 2px solid #f7f7f7;
    color: #252525;
    padding: 12px;
    text-align: left;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.btn-gray:hover {
	background-color: #2c6a70;
    border: 2px solid #2c6a70;
    margin-bottom: 4px;
	color: #fff;
}

.btn-gray:hover i {
	color: #fff;
}

.btn-gray.activa, .btn-gray.activa i {
	background-color: #2c6a70;
    border: 2px solid #2c6a70;
	color: #fff;
}

hr.circulo {
	content: "";
    margin: 0px auto 15px;
    width: 12px;
    height: 12px;
    border: 0;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    background: #2c6a70 none repeat scroll 0% 0%;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

hr.linea {
	content: "";
    margin: 15px auto 15px;
    width: 20px;
    height: 2px;
    border: 0;
    background: #2c6a70 none repeat scroll 0% 0%;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

hr.linea-grande {
	content: "";
    margin: 15px auto;
    width: 80px;
    height: 2px;
    border: 0;
    background: #2c6a70 none repeat scroll 0% 0%;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

hr.linea-izquierda {
	content: "";
    margin: 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
    background: #2c6a70 none repeat scroll 0% 0%;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

hr.linea-centro {
	content: "";
    margin: 25px auto 50px;
    width: 80px;
    height: 2px;
    border: 0;
    background: #2c6a70 none repeat scroll 0% 0%;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10001;
}

#loading-animation {
    width: 64px;
    height: 64px;
    position: absolute;
	background:url(../img/preloader.gif) center center no-repeat;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
}

.navbar-default {
	background-color: #fff;
	border-bottom: 0;	
    padding: 20px 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav > li > a {
	color: #365d67;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing:3px;
    
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #2c6a70;
	//background: rgba(0,0,0,0.08);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color:#2c6a70;
	background: rgba(0,0,0,0.08);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;

    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.15);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.15);
}

.dropdown-menu > li > a {
	color: #252525;
    display: block;
    padding: 5px 15px;
    clear: both;
    white-space: nowrap;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: rgba(0,0,0,0.08);
}

.slider-btn{
    display: inline-block;
    background-color: #eef0f3 !important;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #050505;
    margin-top:5%;
}

.top-nav-collapse {
/*	padding: 20px 40px;*/
	margin-top: 0px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.15);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.15);
}

.navbar-nav {
    text-align: center;
    margin-top: 21px;
}


.sup-nav {
	width: 100%;
	height: 50px;
	color: #f7f7f7;
	font-size: 14px;
	position: fixed;
	top:0px;
	z-index: 11;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c6a70+0,424584+100 */
	background: #2c6a70; /* Old browsers */
	background: -moz-linear-gradient(left, #2c6a70 0%, #424584 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2c6a70 0%,#424584 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2c6a70 0%,#424584 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6a70', endColorstr='#424584',GradientType=1 ); /* IE6-9 */
}

.sup-nav p {
	margin-top: 16px;
	font-size: 13px;
	line-height: 20px;
}

.sup-nav p i {
	color: #fff;
}

.sup-nav p a {
	font-size: 14px;
}

.sup-nav ul {
	text-align: right;
	list-style: none;
}

.sup-nav ul li {
	float: right;
}

.sup-nav ul li a {
	color: #fff;
	display: inline-block;
	padding: 14px 0px 13px;
	width: 50px;
	font-size: 16px;
	text-align: center;
	background-color: transparent;
}

.sup-nav ul li a:hover {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}


/*================================ SUP-NAV-MOBILE =========================*/


.collapse .in {
	z-index:999999;
}

.sup-nav-mobile {
	display: none;
	width: 100%;
	min-height: 50px;
	color: #fff;
	font-size: 14px;
	position: fixed;
	top:0px;
	z-index: 111;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c6a70+0,424584+100 */
	background: #2c6a70; /* Old browsers */
	background: -moz-linear-gradient(left, #2c6a70 0%, #424584 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2c6a70 0%,#424584 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2c6a70 0%,#424584 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6a70', endColorstr='#424584',GradientType=1 ); /* IE6-9 */
}

.sup-nav-mobile-z-index {
	z-index: 999999;
}

.sup-nav-mobile a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	display: inline-block;
	width: 100%;
	padding: 18px 0 16px;
}

.sup-nav-mobile p {
	margin-top: 16px;
	line-height: 32px;
	font-size: 14px;
}

.sup-nav-mobile p i {
	color: #fff;
}

.sup-nav-mobile ul {
	text-align: left;
	list-style: none;
	margin: auto;
	display: inline-block;
	padding: 0;
}

.sup-nav-mobile ul li {
	float: left;
}

.sup-nav-mobile ul li a {
	color: #fff;
	display: inline-block;
	padding: 14px 0px 13px;
	width: 50px;
	font-size: 16px;
	text-align: center;
	background-color: transparent;
}

.sup-nav-mobile ul li a:hover {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}


/*================================ Slider =========================*/


.carousel-indicators li {
	border-color: #fff;
}

.carousel-indicators .active {
	background-color: #fff;
}

.page-header {
	border: none;
	padding: 0;
	margin: 0px 0px 15px;
}


/*================================ contactanos-bar =========================*/

.contactanos-bar {
	padding: 70px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c6a70+0,424584+100 */
	background: #2c6a70; /* Old browsers */
	background: -moz-linear-gradient(left, #2c6a70 0%, #424584 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2c6a70 0%,#424584 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2c6a70 0%,#424584 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6a70', endColorstr='#424584',GradientType=1 ); /* IE6-9 */
}

.contactanos-bar p {
	line-height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.contactanos-bar .contactanos-boton {
	text-align: right;
}

.soluciones-hl{
    padding:80px 0;
}

.soluciones-hl .col-md-4 .content{
    color: #414141;
    text-align: center;
}

.soluciones-hl span{
    display:inline-block !important;
}

.soluciones-hl h3{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}


/*================================ sobre-empresa =========================*/


.sobre-empresa {
	padding:0 0;
	text-align: left;
	background-color: #f7f7f7;
}

.sobre-empresa p {
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;	
    margin-bottom: 40px;
}


.asesoramiento{
    padding: 150px 25px !important;
}

.sobrenosotros{
    padding: 40px 25px !important;
}


.asesoramiento h2{
    max-width: 271px;
}

.sobrenosotros h2,
.asesoramiento h2{
    line-height: 60px;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0px;
    overflow: hidden;

	-webkit-box-shadow: 0 0px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0px 3px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px;
}



.sia_row_pad{
    padding: 0 15px;
}

/*================================ Servicios =========================*/

.servicios {
	padding:70px 0;
}

.servicio {
	margin-bottom:50px;
	cursor: pointer;
}

.servicio:hover .servicio-heading i {
	color:#fd9b28;
}

.service-item{
  position:relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.service-item:hover .inner-box .icon_box span {
  color: #fff;
  transition: .5s ease;
} 
.service-item:hover .inner-box .icon_box {
  background: #97b5ba;
  transition: .5s ease;
  color: #f7f7f7;
} 

.service-item .inner-box{
  position:relative;
  padding: 0px 0px 20px 120px;
  background:#ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.service-item .inner-box .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.service-item .inner-box .image-layer:after{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(168, 196, 27, 0.79);
}

.service-item .inner-box:hover .image-layer{
  opacity:1;
}

.service-item .inner-box .icon_box{
  position:absolute;
  left: 0;
  top: 0;
/*  width: 100px;
  height: 100px;*/
  /*line-height: 100px;
  /*background: #f7f7f7;*/
  text-align:center;
  color: #2c6a70;
  z-index:2;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
 /* -webkit-border-radius: 5px;
  border-radius: 5px;*/
}

.service-item .inner-box h4{
  color:#272727;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin:-5px 0px 8px;
  z-index:2;
}

.service-item .inner-box .text p {
  position:relative;
  color:#9e9e9e;
  font-size:14px;
  z-index:2;
}

.service-item .inner-box .read-more{
  position:relative;
  color:#272727;
  margin-top:15px;
  display:inline-block;
  font-weight:700;
  z-index:2;
  text-transform:uppercase;
  font-family: 'Bree Serif', serif;
}

.service-item .inner-box .bottom-icon{
  position:absolute;
  right:10px;
  bottom:10px;

}

.service-item .inner-box .icon_box span {
    font-size: 39px;
}


/*================================ Testimonios =========================*/


.testimonios {
	padding:70px 0;
	color: #fff;
    background: url(../img/bg-empresa.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.testimonials p {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}

.testimonials p small {
	color: rgba(255,255,255,0.8);
	font-style: normal;
}

.testimonios a {
	color: #2c6a70;
}


/*================================ Por qué elegir Lumadi Maderas =========================*/


.porque-elegirnos {
	padding:70px 0 20px;
}

.porque-elegirnos .choose_us_item {
	/*border:1px solid #f4f4f4;*/
	background: #f7f7f7;
	padding: 35px 0 35px 12px;
	padding: 15px 0 15px 12px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.porque-elegirnos .choose_us_item:hover {
	background: #fd9b28;
	color: #fff;
}
.porque-elegirnos .choose_us_item i {
	width:50px;
	height:50px;
	margin-top:3px;
	border-radius: 0;
	text-align: center;
}
.porque-elegirnos .choose_us_item i:before {
	font-size: 36px;
	line-height: 50px;
}
.porque-elegirnos .choose_us_item .text h5 {
	margin-bottom: 7px;
	font-size: 22px;
}


/*================================ Noticias =========================*/

.noticias {
	padding:70px 0;
	background: #f7f7f7;
    text-align: center;
}

/* --- projects --- */
.projects-list
{
	width: 100%;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
}
.projects-list li
{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}
.projects-list.isotope li
{
	width: 270px;
	height: 180px;
	margin-top: 30px;
}
.projects-list li img
{
	width: 100%;
}
.projects-list a>.re-preloader
{
	height: 250px;
}
.projects-list li .view
{
	position: absolute;
	top: 0;
	background: rgba(37, 37, 37, 0.8);
	width: 100%;
	height: 100%;
	opacity: 1; /* Para usar el hover tiene que estar en 0 */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
/*
.projects-list li:hover .view
{
	opacity: 1;
}
*/
.projects-list li .view .vertical-align-table
{
	width: 100%;
	height: 100%;
}
.projects-list li .view p.description
{
	color: #FFF;
	vertical-align: inherit;
	padding-top: 22%;
	margin-bottom: 55px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.projects-list li:hover .view  p.description
{
	margin-bottom: 35px;
}


/*================================ Clientes =========================*/

.clientes {
	padding:70px 0;
	background: #fff;
    text-align: center;
}

.carousel-bg {
  background-color: #fff;
  background-repeat: repeat-x;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-control.right, .carousel-control.left {
    background: transparent;
}

.contenido h2 {
	font-weight:400;
	text-align:left;
}

.contenido img {
	padding-top:15px;
}

.contenido p i {
	color:#2c6a70;
}

.cabecera {
	background-color:#f3f5f6;
	padding-top:15px;
}

.cabecera a {
	color: #888;
}

.cabecera h3 {
	color:#333;
	font-weight:700;
}

.cabecera p {
	color:#888;
	margin-bottom:30px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/*************************************** EMPRESA */

.empresa {
	padding:70px 0;	
}

.empresa i {
	color:#2c6a70;
}

.empresa img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.empresa h2 {
    font-size: 36px;
    font-weight: 700;
}

.empresa h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}

/* Mision-vision */


.mision-vision {
	padding:70px 0;
	background: #f7f7f7;
}


/*================================ HEADER =========================*/


.header-image {
    display: block;
    width: 100%;
    background: url(../img/bg-empresa.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 70px 0;
    color:#fff;
    text-align: center;
}

.headline i {
    font-size: 130px;
}

.headline h1 {
    font-size: 40px;
    font-weight: 700;
}

.headline h2 {
    font-size: 32px;
}

/*************************************** SERVICIOS */

.servicios-section {
	padding: 70px 0;

}

.servicios-section img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.servicios-section .panel-title {
	font-size: 20px;
	line-height: 40px;
}

.servicios-section-gris {
	padding: 70px 0;
	background: #f7f7f7;
}

.servicios-section-gris i {
	color: #2c6a70;
}

.plan {
  border-radius: 0px;
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 15px;
  background: #fff;
}

.plan1 {
	border:2px solid #999;
	color: #666;
}

.plan1 i {
	color: #666;
}

.plan2 {
	border:2px solid #2c6a70;
}

.plan li.plan-name {
  border-radius: 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #999;
  margin-bottom: 30px;
  border-top: 0;
  text-align:center;
  font-weight: 700;
  letter-spacing: 1px;
}

.plan2 li.plan-name {
  border-radius: 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #2c6a70;
  margin-bottom: 30px;
  border-top: 0;
  text-align:center;
  font-weight: 700;
  letter-spacing: 1px;
}

.plan li.plan-price {
  border-top: 0;
}

.plan li {
  padding: 10px 15px;
  color: #333;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.plan2 li i {
  color: #2c6a70;
}

.plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
  text-align:center;
}

/*************************************** NOTICIAS */

.novedad {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #2c6a70;

    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);

	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.novedad h2 a {
	color:#2c6a70;
}

.imagen-noticia img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease-in-out 0s;

	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.imagen-noticia img:hover {
    opacity: 0.8;
}

.imagen-noticia img a:hover {
    cursor:pointer;
}

.titulo-entrada {
	color: #214080;
}

.desc-entrada p {
	font-size: 18px;
	padding: 20px 0;
	line-height: 34px;
}

.fecha-entrada {
	text-align: center;
}

.social-share {
    text-align: center;
    padding: 0 0 20px 0;
    color: #fff;
}

.social-share p {
    color:#333;
    font-size: 18px;
}

.social-share a.facebook-share {
    height: 40px;
    width: 40px;
    background-color: #3B5898;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-share a.youtube-share {
    height: 40px;
    width: 40px;
    background-color: #d90000;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-share a.twitter-share {
    height: 40px;
    width: 40px;
    background-color: #1AB4EF;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-share a.linkedin-share {
    height: 40px;
    width: 40px;
    background-color: #1C87BD;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-share a.mail-share {
    height: 40px;
    width: 40px;
    background-color: #2EBD59;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-share a.whatsapp-share {
    height: 40px;
    width: 40px;
    background-color: #3BBD27;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-share a.facebook-share:hover, .social-share a.facebook-share:focus {
    background-color: #324C85;
}

.social-share a.youtube-share:hover, .social-share a.youtube-share:focus {
    background-color: #990000;
}

.social-share a.twitter-share:hover, .social-share a.twitter-share:focus {
    background-color: #1590BF;
}

.social-share a.linkedin-share:hover, .social-share a.linkedin-share:focus {
    background-color: #1D678D;
}

.social-share a.mail-share:hover, .social-share a.mail-share:focus {
    background-color: #259948;
}

.social-share a.whatsapp-share:hover, .social-share a.whatsapp-share:focus {
    background-color: #109508;
}

.social-share a {
    color: #fff;
}

.social-share a:hover {
    color: #fff;
}


.social-share a i {
    margin-top: 12px;
}

/*************************************** CONTACTO */

.contacto {
	padding:70px 0;	
}

.contacto .form-group {
    width: 100%;
    margin: 0px auto 10px;
    background: #fff;
    border: none;
    text-align: left;
    position: relative;
    border-radius: 0;
}

.contacto .form-group .help-block {
    font-size: 14px;
    position: absolute;
    top: 53px;
    right: 20px;
    transform: translateY(-50%);
    color:red;
    border: none;
}

.contacto .form-group input {
    width: 100%;
    height: 55px;
    background: transparent;
    color: #333;
    border: 3px solid #f3f5f6;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contacto .form-group input:hover {
    background: #f3f5f6;
    -webkit-box-shadow: none;
	box-shadow: none;
}

.contacto .form-group input:focus {
    border: 3px solid #2c6a70;
    -webkit-box-shadow: none;
	box-shadow: none;
}

.contacto .form-group textarea {
    padding-top: 10px;
    max-width: 100%;
    min-width: 100%;
    height: 250px;
    color: #333;
    border-radius: 0;
    background: #fff;
    border: 3px solid #f4f5f8;
    -webkit-box-shadow: none;
	box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contacto .form-group textarea:hover {
    background: #f3f5f6;
    -webkit-box-shadow: none;
	box-shadow: none;
}

.contacto .form-group textarea:focus {
    border: 3px solid #2c6a70;
    -webkit-box-shadow: none;
	box-shadow: none;
}

.contacto .form-group button {
    padding: 15px 0px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;


    color: #333;
    display: inline-block;
    text-transform: uppercase;
    background-color: #242424;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contacto .form-group button:hover {
    background-color: #ff7100;
  -webkit-box-shadow: 0 0 0px 2px #ff7100, 0 0px 0px 2px #ff7100;
          box-shadow: 0 0 0px 2px #ff7100, 0 0px 0px 2px #ff7100;

}
.form-control:focus {
  border-color: #ff7100;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0px 2px #ff7100, 0 0px 0px 2px #ff7100;
          box-shadow: 0 0 0px 2px #ff7100, 0 0px 0px 2px #ff7100;
}

.alert-success {
    color: #fff;
    background-color: #2EBD59;
    border-color: #2EBD59;
}

.alert-danger {
    color: #fff;
    background-color: #E4001D;
    border-color: #E4001D;
}


/* Preguntas frecuentes */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #2c6a70;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #2c6a70;
    border-color: #2c6a70;
    text-align: center;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

#map {
    width: 100%;
    height: 613px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

footer {
background-color:#99b2b7;
color:#fff;
padding: 80px 0;
width: 100%;
}

.saishare>*{
    margin-left: 25px;
    color: white;
} 

footer p {
    margin: 0;
    font-size: 13px;
}

footer p i {
	color: red;
}

footer p a {
	color: #333;
}

footer p a:hover {
	color:#B9BABB;
	text-decoration: none;
}

footer p.politicas {
/*    text-align: right;*/
}

footer p.politicas a {
    color: #333;
}

footer p.politicas a:hover {
	color:#B9BABB;
}


.slideunico .seq-title{
    opacity:1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}



@media(min-width:991px) {
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .content {
    height: 100%;
    padding: 20px 20px 10px;
    color: #fff;
  }
  
  .sobrenosotros,
  .asesoramiento {
    margin: 0 0 0 auto;
    width: 480px;
  }
  
  .sobrenosotros{
      padding: 40px 25px !important;
  }
  
  .asesoramiento {
    padding: 150px 25px !important;
  }
}

@media(min-width:1200px) {
    .sobrenosotros,
    .asesoramiento {        
        margin: 0 0 0 auto;
        width: 564px;
    }
    
    .sobrenosotros{
        padding: 40px 10px !important;
    }
    
    .asesoramiento {
        padding: 150px 10px !important;
    }
    
}

/* Responsive Styles */

@media(max-width:991px) {
    .soluciones-hl .col-md-4 .content {    
        padding-top: 80px;
    }
    
    .navbar-header{
      width:100% !important;
      text-align: center;
    }
    
    body{
        padding-top: 191px;
    }
    
    .navbar-nav {
      text-align: center;      
      width: 100%;
    }
    
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    
    .asesoramiento{
        text-align:center;
    }
    
    #sobrenosimg1{
        display:none;
    }
    
    .sobrenosotros h2,
    .sobrenosotros p,
    .asesoramiento h2 {
        color:white !important;
        max-width: 100%;
    }

    .containersbox{
        height:200px;
    }

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	
	.contenido img {
		display:none;
	}

    .projects-list li {
    	width: 50%;
    }
    
    footer .col-md-6, 
    footer .col-md-6 > p{
        text-align:center !important;
    }
    
    footer .col-md-6 > p{
        margin-top: 20px;
    }
    
    .saishare>* { 
        margin: 10px 10px;
    }
}

@media(max-width:767px) {
	body {
		padding-top: 80px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	}
	
	.ocultar {
		display:none;
	}

    .servicios {
        padding: 70px 7%;
    }
    
    .sobrenosotros,
    .asesoramiento {
        padding: 50px 7% !important;
    }
    
    
    
	.img-logo {
		height: 60px;
		margin: 15px 10%;
        float: left;
	}

	.navbar-default {
		padding:0;
	}

	.navbar-toggle {
		border:none;
	}

	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #2c6a70;
	}

	.navbar-nav {
		margin-top: 7px;
	}

	.sup-nav {
		display: none;
	}

	.sup-nav-mobile {
		display: inline-block;
	}
	
	.carousel-indicators {
		display:none;
	}
	
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

	.headline h1 {
	    font-size: 36px;
	    font-weight: 700;
	}

    .projects-list li {
    	width: 100%;
    }

    /* Contactanos-bar */

	.contactanos-bar {
		text-align: center;
	}

	.contactanos-bar p {
    	line-height: 28px;
	}

	.contactanos-bar .contactanos-boton {
		text-align: center;
		margin-top: 15px;
	}

	/* Equipo */

	.equipo {
		padding:30px 0 45px;
		color: #fff;
		background: url(../img/bg-equipo.jpg) center center no-repeat;
	}


	/* Seguinos */

	.seguinos {
		padding:30px 0 45px;
		text-align: center;
		color: #fff;
		background: url(../img/bg-seguinos.jpg) center center no-repeat;
	}

	.cabecera {
		text-align: center;
	}

	.cabecera p {
		margin-bottom:15px;
	}
	
	.cabecera p {
		padding-bottom:0px;
	}

	.contenido h2 {
		text-align:center;
	}

	.cabecera h1 {
		color:#FFF;
		font-size:42px;
		text-align:center;
	}
	
	.cabecera h2 {
		color:#FFF;
		font-size:24px;
		line-height:30px;
		font-weight:400;
	}
	
	.cabecera img {
		display:none;
	}

    #map {
        height: 200px;
    	margin-top: 30px;
    }

    footer p {
        text-align: center;
    }

    footer p.politicas {
        text-align: center;
    }
}