﻿@charset "utf-8";
/* CSS Document */

@import url(font-awesome-4.5.0/css/font-awesome.css);

.fondo_cabecera {
    background-color:#FCFCFC;
   /* background-image:url(../../images/fondo_cabe.png);*/
    background-repeat:repeat-x;
    height:auto;
	
}
.linea_cabe{
	height:20px;
	background-color:#28303A;
	
}
.phone_inve {
    font-size:22px;
    color:#007DE6;
    padding-top:0px;
}
.phone_inve1 {
    font-size:12px;
    color:#FFF;
    padding-top:0px;
}
.phone_inve2 {
    font-size:22px;
    color:#007DE6;
    padding-top:25px;
}
.phone_texto {
    font-size:22px;
    color:#007DE6;
    padding-top:0px;
	font-weight:bold;
}
.phone_texto1 {
    font-size:10px;
    color:#FFF;
    padding-top:0px;
	font-weight:bold;
}
.phone_texto2 {
    font-size:22px;
    color:#007DE6;
    padding-top:25px;
	font-weight:bold;
}
.phone_tama {
     font-size:40px;
    padding-top:0px;
    padding-left:0px;
}
.fondo_menu{
	background-color:#FF6A00;
	height:auto;
	}

.direc_inve {
    color:#FFF;
    text-align:right;
}
.direc_inve1 {
    color:#FFF;
    
}
.redes{
	background-color:#CCCCCC;
	}

.social {
	list-style-type:none;
	margin:5px 10px 0 0;
	text-align:left;
    
}
@media (max-width: 767px) {
	.social {
		text-align:left;
		margin:10px 0 0 0;
	}
}
 .social li {
	display:inline-block;
	width:34px;
	height:34px;
	overflow:hidden;
	border-radius:50%;
	margin-left:0px;
	text-align:left;
	line-height:22px;
	box-shadow:2px 2px 0 rgba(29,29,34,0.4);
}
 .social li:first-child { margin-left:0px; }
 .social li a {
	width:34px;
	height:34px;
	background:#2f363e;
	display:inline-block;
}
 .social li a img { transition:all 0.3s ease 0s; }
.social li a:hover { background:#FF6A00; }
 .social li a:hover img {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
 .seg{
	text-align:right;
	font-size:18px;
	padding-bottom:20px;
	padding-top:0px;
	}
 /*IMAGES*/
 
 .banner-wrap.extra {
	background:#fff;
	margin:0 0 36px 0;
	padding:20px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	text-align:center;
}
.banner-wrap.extra:hover {
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra:hover .featured-thumbnail a:after {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra:hover .featured-thumbnail a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra .featured-thumbnail {
	background:#aacc2f;
	position:relative;
	margin:-20px -20px 30px -20px;
}
.banner-wrap.extra .featured-thumbnail a {
	display:block;
	float:none;
	border:none;
}
.banner-wrap.extra .featured-thumbnail a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra .featured-thumbnail a:before {
	background:url(images/banner_item.png) repeat-x 50% 0%;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	height:16px;
	z-index:99;
	content:'';
}
.banner-wrap.extra .featured-thumbnail a:after {
	background:url(images/arrow.png) no-repeat 0% 0%;
	display:block;
	width:16px;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:50%;
	bottom:17px;
	margin:0 -8px 0 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	content:'';
}
.banner-wrap.extra .featured-thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
@media (max-width: 767px) {
	.banner-wrap.extra .featured-thumbnail a img { width:100%; }
}
.banner-wrap.extra h5 {
	margin:0 0 7px 0;
	font-weight:400;
	color:#d2c970;
}
.banner-wrap.extra h5 a {
	text-decoration:none;
	color:#FF6A00;
	font-weight:bold;
}
.banner-wrap.extra h5 a:focus {
	text-decoration:none;
	color:#FF6A00;
}
.banner-wrap.extra h5 a:hover {
	text-decoration:none;
	color:#aacc2f;
}
.banner-wrap.extra p {
	line-height:26px;
	font-size:18px;
	color:#b2ad9d;
}
.textwidget { word-wrap:break-word; }

.banner-wrap {
	overflow:hidden;
	margin:0 0 20px;
	padding:0;
}
.banner-wrap .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 15px;
	padding:0;
}
.banner-wrap .featured-thumbnail a {
	display:block;
	float:left;
	overflow:hidden;
	border:8px solid #DDD;
	text-align:center;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.banner-wrap .featured-thumbnail a:hover { border-color:#DDD; }
.banner-wrap h5 {
	margin:0 0 8px;
	color:#000;
	text-transform:capitalize;
	font-weight:bold;
}
.banner-wrap .btn-link { padding:0; }
/*correo*/
.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

#about-us {
  background-image: url(../../images/cables.png);
  padding: 60px 0;
}
#about-us1 {
  background-image: url(../../images/durico.png);
  padding: 60px 0;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}
.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.post-thumb {
  position: relative;
}
.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  
  font-size: 14px;
}
#blog {
		overflow: hidden;
	}
.entry-header h2 {
		line-height: 20px;
	}
.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
.load-more {
		margin-top: 10px;
	}
.btn-loadmore {
		font-size: 13px;
		padding: 15px 75px;
        text-align:center;
	}
#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}	
#footer {
  color:#fff;
  background-color:#28303A;
}

.footer-top {
 
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #1C2025;
  padding: 5px 0 0px;
  height:30PX;
  font-size:10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
  color:#28303A;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

	#footer .footer-bottom {
		text-align: center;
        
	}
.footer-bottom {
    background-color:#28303A;
}


	.footer-bottom p.pull-right {
		float: none !important;
	}
/*pie de pagina*/

.socials1 {
  margin-bottom: 35px;
  padding-left:0px;
}
  /* ======= Socials buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.socials1 li a i {
  color: #FF6A00;
  background: transparent;
  text-align: center;
  font-size: 22px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 200px;
  border: 2px solid #FF6A00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .socials1 li a i {
    border-color: #464d52;
    color: #464d52;
  }
}
.socials1 li a i.fa-twitter {
  font-size: 24px;
}
.socials1 li a i.fa-envelope,
.socials1 li a i.fa-linkedin {
  font-size: 18px;
}
.socials1 li a i.fa-google-plus {
  font-size: 20px;
}
.socials1 li a i:hover {
  color: #343434;
  background: #FF6A00;
  list-style: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .socials1 li a i:hover {
    color: #ffffff;
    background: #52a1b5;
    border-color: #52a1b5;
    text-decoration: none;
  }
}
footer {
  background: #1c2025; }
  footer .footer1 {
    font-size: 12px;
    padding-bottom: 17px;
    padding-top: 23px;
    color: #6a6d6f; }
    @media (max-width: 479px) {
      footer .footer1 {
        font-size: 11px; } }
    footer .footer1 a:hover {
      color: #fc5a0a; }
  footer h3, footer address {
    color: #fff; }
  footer address {
    margin-top: 48px; }
    footer address .mail1 {
      color: #fff; }
    footer address dt {
      float: left;
      font-size: 17px;
      text-transform: uppercase;
      color: #FF6A00; }
      @media (max-width: 479px) {
        footer address dt {
          font-size: 12px; } }
    footer address dd {
      font-size: 15px;
      line-height: 17px;
      margin-bottom: 25px;
      overflow: hidden;
      padding-left: 3px; }
      @media (max-width: 479px) {
        footer address dd {
          font-size: 11px; } }
      footer address dd .mail1, footer address dd a:hover {
        color: #fc5a0a; }

      /*redes sociales footer*/

h3{ 
    letter-spacing: 0px;
	font-size: 55px;
    line-height: 55px;
    color: $color1;
    span{
         font-weight: 300;
    }
    @media (max-width: 979px) {
        font-size: 25px;
        line-height: 27px;
    }
}

.bg1{
    background: $color2;
}
.bg1 {
    background: #272d33;
}
.well5 {
    padding-top: 53px;
    padding-bottom: 27px;
}

.titulo{
    letter-spacing: 0px;
    font-size: 55px;
    line-height: 55px;
    color: $color1;
}
.botones_cont {
    padding-top:80px;
    text-align:center;
}
.titulo-conta {
  
    color:#FF6A00;
    font-family:'Century Gothic';
    font-size:18px;
    text-align:center;
}
.ico_conta {
    color:#FF6A00;
    
    text-align:center;
}
.top_img {
    padding-top:10px;
}
.img-thumbnailNaranja {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #FF6A00;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.hrNaranja {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #FF6A00;
 
  
}
.texto_conte{
	font-size:18px;
	text-align:justify;
	padding-top:10px;
	}
.texto_conte1{
	font-size:15px;
	text-align:justify;
	padding-top:10px;
	}
.h1Banner4{
	color:#FF6A00;
	}
.pbanner2{
	color:#FF6A00;
	}
.h1Banner5{
	color:#0065C3;
	}
.listText {
	list-style:none;
	}	
.esp_les{
	padding-left:20px;
	}
.esp_letra{
	padding-left:10px;
	padding-right:10px;
	}	
.listNum{
	list-style:decimal;
	}					