//color:#E60012 rojo de la web
//color: #D2D5DC gris de la web
//color: #f4f5f9 gris mas claro para la web
//color: #333
//Gris de las letras: #666666
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,700,700i,900');

body{
	background: white;
	font-family: 'Roboto', sans-serif;
}
.navbar-custom {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0px 5px 10px rgba(200,200,200,0.5);
}
.navbar-custom .navbar-brand {
  color: #E60012;
  font-size: 28px !important;
}
.navbar-custom .navbar-brand span {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #E60012;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #DDDDDD;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #E60012;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: rgba(255,255,255,0.95);
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #0078F2;
  background-color: rgba(255,255,255,0.95);
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 10px 0px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: rgba(255,255,255,0.95);
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
.carousel-indicators li{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color:#D2D5DC;
	width: 25px;
	height: 10px;
	border: 0px;
}
.carousel-indicators .active{
	background-color: #E60012;
	width: 25px;
}
.carousel-caption h1{
	color: #E60012;
}
.carousel-caption span{
	color: #333;
}
.choose-us{
	padding: 65px 0px;
}
.choose-us h2{
	font-family: 'Roboto', sans-serif;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 30px;
}
.choose-us article{
	text-align: center;
}
.choose-us article h3{
	font-family: 'Roboto', sans-serif;
	color: #E60012;
	font-size: 19px;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 17px;
}
.choose-us article p{
	font-family: 'Roboto', sans-serif;
	color: #666666;
	font-size: 15px;
}
/* Carousel */
.video_overlay {
    background-color: rgba(41, 39, 34, 0.60);
    width: 100%;
    height: auto;
}

.main_testimonial {
    color:#fff;
}
.testimonial{
	background: url(../images/testimonial.jpg) no-repeat center center;
    background-size: cover;
}
.main_teastimonial_slider{
	padding: 60px 0px;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:15px;
    font-size:40px;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 22px;
    color:#fff;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
	font-family: 'Roboto', sans-serif;
    color:#fff;
    margin-bottom:0px;
    font-size:18px;
    font-weight: 700;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight: 700; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
    width: 25px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #E60012;
}
.brand-section{
	background-color: #f4f5f9;
	padding: 65px 0px;
	text-align: center;
}
.brand-image-sony{
	width: 100%;
	padding-top: 50px;
}
.brand-image-apple{
	width: 55%;
}
.brand-image-motorola{
	width: 65%;
	padding-top: 5px;
}
.brand-image-samsung{
	width: 100%;
	padding-top: 30px;
}
.brand-image-lg{
	width: 60%;
	padding-top: 25px;
}
.brand-image-huawei{
	width: 100%;
	padding-top: 35px;
}
.brand-section h2{
	font-family: 'Roboto', sans-serif;
	color: #E60012;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 30px;
}
.brand-section p{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #666666;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 30px;
}
.phrase{
	background-image: url(../images/frase.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.phrase h2{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 23px;
	padding: 37px 0px;
}
.layer-phrase{
	background-color: rgba(41, 39, 34, 0.60);
    width: 100%;
    height: auto;
}
.team-technology{
	padding: 50px 0px;
}
.team-technology h2{
	font-family: 'Roboto', sans-serif;
	color: #E60012;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 30px;
}
.team-technology p{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #666666;
	font-weight: 400;
	font-size: 17px;
}
footer{
	background-color: #343434;
	padding: 25px 0px;
}
footer p{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	margin: 0px; 
}
.services{
	background-image: url(../images/services.jpg);
	background-size: cover;
	height: 350px;
	margin-top: 30px;
}
.layer-services{
	width: 100%
	height: auto;
	padding: 157px 0px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* 35Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.35)', endColorstr='rgba(0,0,0,0.35)',GradientType=0 ); /* IE6-9 */

}
.services h1{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 52px;
	letter-spacing: 3px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.services-description{
	background-color: #f4f5f9;
	padding: 65px 0px;
}
.services-description h2{
	font-family: 'Roboto', sans-serif;
	color: #E60012;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 30px;
}
.services-description p{
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 17px;
	text-align: center;
}
/*****************Services Item*****************************/
.services-item{
	padding: 65px 0px;
	background-color: #fff;
	text-align: center;
}
.services-item-image{
	width: 100%;
}
.services-item .item{
	position: relative;
	overflow: hidden;
}
.item-overlay{
    background: rgba(230, 0, 18, 0.9);
    width: 100%;
    height:100%;
    padding: 50px 30px;
    overflow:hidden;
    position:absolute;
    color: #fff;
    top:-100%;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.item-overlay i{
	font-size: 40px;
}
.item-overlay h5{
	font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
    font-size:18px;
    margin: 25px 0px;
    font-weight:700;
}
.item-overlay p{
	font-family: 'Roboto', sans-serif;
    font-size:16px;
    font-weight:300;
}
.services-item .item:hover .item-overlay{
    top:0;
}
.item-content{
    position:absolute;
    background-color: rgba(255,255,255,0.85);
    width: 100%;
    height:130px;
    overflow:hidden;
    padding: 20px 15px;
    bottom:0px;
    color:#E60012;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.item-content h5{
	font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
    font-size:17px;
    font-weight:700;
}
.item-content i{
    font-size:40px;
}
.services-item .item:hover .item-content{
    bottom:-100%;

}
/*****************************************************************/
.call-services{
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #fff;
	text-align: center;
}
.call-services h3{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	color: #E60012;
	margin-top: 85px;
}
.separator {
    height: 3px;
    width: 127px;
    margin: 25px auto;
    background: #E60012;
}
.about{
	background-image: url(../images/nosotros.jpg);
	background-size: cover;
	height: 350px;
	margin-top: 30px;
}
.layer-about{
	width: 100%;
	height: auto;
	padding: 157px 0px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* 35Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.35)', endColorstr='rgba(0,0,0,0.35)',GradientType=0 ); /* IE6-9 */
}
.about h1{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 52px;
	letter-spacing: 3px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.about-us{
	padding: 65px 0px;
	background-color: #fff;
}
.separator-about{
	background-color: #D7D7D7;
	background-color: #E60012;
	width: 85px;
	height: 1px;
	float: right;
}
.about-us h2{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #666;
	text-align: right;
	text-transform: uppercase;
}
.about-us p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666;
	text-align: left;
	font-weight: 300;
}
.about-us .spacer{
	margin-bottom: 30px;
}
.about-phrase{
	background-color: rgba(212, 0, 0, 0.75);
	padding: 65px 0px;
}
.about-phrase-image{
	background-image: url(../images/steps.png);
	background-attachment: fixed;
}
.about-phrase p{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 19px;
	text-align: center;	
	font-weight: 300;
	font-style: italic;
}
.philosophy{
	padding: 65px 0px;
	background-color: #fff;
}
.philosophy h2{
	font-family: 'Roboto', sans-serif;
	color: #E60012;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 30px;	
}
.philosophy article{
	background-color: #f4f5f9;
	text-align: center;
	height: 350px;
	padding: 40px 30px;
}
.philosophy i{
	font-size: 40px;
	color: #E60012;
	text-shadow: 2px 2px 2px rgba(190,190,190,0.2);
}
.philosophy h3{
	font-family: 'Roboto', sans-serif;
	color: #666;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 25px;		
}
.philosophy p{
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
.slogan{
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}
.contact{
	background-image: url(../images/contacto.jpg);
	background-size: cover;
	height: 350px;
	margin-top: 30px;
}
.layer-contact{
	width: 100%;
	height: auto;
	padding: 157px 0px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* 35Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.35)', endColorstr='rgba(0,0,0,0.35)',GradientType=0 ); /* IE6-9 */
}
.contact h1{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 52px;
	letter-spacing: 3px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.contact-phrase p{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #666;
}
.contact-section{
	background-color: #fff;
	padding: 75px 0px;
}
.separator-contact{
	width: 110px;
	height: 2px;
	background-color: #E60012;
}
.contact-section h2{
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contact-info i{
	font-size: 30px;
	color: #E60012;
	margin-top: 15px;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(190,190,190,0.2);
}
.contact-info h4{
	font-family: 'Roboto', sans-serif;
	color: #797979;
	font-size: 17px;
	text-transform: uppercase;	
}
.contact-info p{
	font-family: 'Roboto', sans-serif;
	color: #797979;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 3px;
}
.contact-info p i{
	color: #03BA61;
	font-size: 16px;
	margin-top: 0px;
	text-shadow: 2px 2px 2px rgba(190,190,190,0.2);
}
.form-control{
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	color: #797979;
	border: 1px solid #E8E8E8;
	font-size: 15px;
	height: 38px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #E8E8E8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
}
.btn-contact{
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	border-radius: 0px;
	border: 2px solid #E60012;
	color: #E60012;
	font-weight: 400;
	font-size: 18px;
	padding: 7px 35px;
	box-shadow: inset 0 0 0 0 #E60012;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn-contact:hover{
	box-shadow: inset 0 70px 0 0 #E60012;
	border: 2px solid #E60012;
}
.contact-info .contact-spacer{
	margin-bottom: 12px;
}
.contact-phrase-1{
	padding: 40px 0px;
	background-color: #fff;
}
.contact-phrase-2{
	padding-top: 45px;
	background-color: #f4f5f9;
}
.contact-phrase-1 p{
	font-family: 'Roboto', sans-serif;	
	font-size: 20px;
	color: #666;
	margin-top: 60px;
}
.contact-phrase-2 p{
	font-family: 'Roboto', sans-serif;	
	font-size: 20px;
	color: #666;
	margin-top: 70px;
}
.contact-phrase-1 p span{
	color: #E60012; 
}
.contact-phrase-2 p span{
	color: #E60012; 
}
.img-brand{
	//width: 45%;
	width: 58%;
}
.navbar-nav{
	margin-top: 17px;
}
.navbar-toggle {
	margin-top: 23px;
}
.warning-contact{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #E60012;
	padding-top: 5px;
}
#alert-message{
	display: none;
}
#slider-section{
	margin-top: 50px;
}
