body{
	padding: 0;
	margin: 0;
	max-height: 100%;
}

nav ul{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
  padding-right: 50px;
}
section h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  text-align: left;
  color: #666;
  padding-bottom: 30px;
}
p{
  font-family: 'Raleway', sans-serif;
}
.navbar-brand{
  margin-top: -13px;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.logoprincipal{
  background-image: url('../img/logop.png');
  background-repeat: none;
  background-position: 0px 270px;
  background-size: 240px 260px;
  width: 240px;
  height: 270px;
}



.slogan{
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  display: inline-block;
  padding: 20px;
  color: #FFF; 
  text-shadow: 1px 1px #b7b795;

}

.carousel-inner h3 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 4.000em;
  display: inline-block;
  padding: 10px;
   text-shadow: 2px 2px #000;
}

.carousel-inner p {
  display: inline-block;
  font-size: 1.500em;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



@media (max-width: 780px){


	.carousel-inner h3 {
	  font-size: 2.000em;
	  
	}

	.carousel-inner p {
	  font-size: 1.000em;
	}
}

@media (max-width: 320px){
	.carousel-caption {
  	
	}
}

section.quienes {
  padding: 260px 0;
  position: relative;
  height: 100vh;
  background-image: url('../img/quienes.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #000;

}
section.quienes h2 {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Anton', sans-serif;
  
}

.bg-box {
  background: rgba(0, 0, 0, .8);
  padding: 20px;
  border-radius: 20px;
}

.bg-box-blanco {

  background: rgba(255, 255, 255, .7);
  padding: 20px;
  border-radius: 20px;
}



@media (max-width: 640px){
  section.quienes {
    margin-top: -230px;
    background: transparent;
    background-size: 360px 780px;

  }
  .bg-box{
    border-radius: 0px;
  }
}

#televisiones{
  margin-top: 30px;
}

.box-tvs{
  border-style: solid;
  border-width: 1px;
  border-color: #DCDCDC;
  border-radius: 15px;

  
  
}

.minibar-box{
  margin: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #DCDCDC;
  border-radius: 15px;
  
  
}


.header {
  color: #000;
  margin-top: 50px;
  height: 150px;
  padding-top: 50px;
  width: 100%;
  background: rgba(147,206,222,1);
background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}

.header h5{
  color: #FFF;
  font-size: 32px;
  font-family: 'Anton', sans-serif;
  
}

#titulo-mini{
  padding-top: 60px;
  background: url('../img/bgRed.jpg');

}


#titulo-mini h5{
  padding-top: 20px;
  color: #FFF;
  font-family: 'Anton', sans-serif;
  font-size: 26px;
}

.header-lg {
  color: #000;
  margin-top: 50px;
  height: 150px;
  padding-top: 50px;
  width: 100%;
 background: rgba(184,35,69,1);
background: -moz-linear-gradient(top, rgba(184,35,69,1) 0%, rgba(153,41,67,1) 44%, rgba(128,19,44,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,35,69,1)), color-stop(44%, rgba(153,41,67,1)), color-stop(100%, rgba(128,19,44,1)));
background: -webkit-linear-gradient(top, rgba(184,35,69,1) 0%, rgba(153,41,67,1) 44%, rgba(128,19,44,1) 100%);
background: -o-linear-gradient(top, rgba(184,35,69,1) 0%, rgba(153,41,67,1) 44%, rgba(128,19,44,1) 100%);
background: -ms-linear-gradient(top, rgba(184,35,69,1) 0%, rgba(153,41,67,1) 44%, rgba(128,19,44,1) 100%);
background: linear-gradient(to bottom, rgba(184,35,69,1) 0%, rgba(153,41,67,1) 44%, rgba(128,19,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82345', endColorstr='#80132c', GradientType=0 );
}

.header-lg h5{
  color: #FFF;
  font-size: 32px;
  font-family: 'Anton', sans-serif;
  
}

.logo{
  margin-top: -30px;
}

@media (max-width: 768px){
  .logo{
    margin-top: -10px;
  }
}

section.tvs h3{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 5px;
}

section.tvs h2{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #666;
}

.tvs hr{
  border-top: 1px solid #A52A2A;
}

section.tvs h1{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #A52A2A;
  line-height: 5px;
  text-align: left;
}

section.tvs ul{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: left;
}


section.tvs li{
  margin-left: -10px;
}

section.tvs img{
  padding: 10px;
}

section.serv ul{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

section.serv h1{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #A52A2A;
}

section.serv h4{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #A52A2A;
  padding-top: 20px;
  padding-bottom: 20px;
}


.rojo{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #A52A2A;
  padding-top: 20px;
  padding-bottom: 20px;
}

.azul{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #3399ff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#monitores{
  padding-top: 30px;
}
section.mon h4{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #A52A2A;
}

section.mon h3{
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  color: #A52A2A;
}

#formulario{
  padding-top: 50px;
}

#formulario h4{
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  color: #A52A2A;
  padding-bottom: 50px;
}
.serv hr{
  border-top: 1px solid #A52A2A;
}

.col-md-4{
  margin-bottom: 10px;
}
.modal-content{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
.modal-content h3{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 5px;
}

.modal-content h2{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #666;
}

.modal-content h1{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #A52A2A;
  line-height: 5px;
  text-align: left;
}


.fa-blue{
  color: #999999;
}

i{
 
  width: 45px;
  height: 45px;
}

.img-space{
  margin-left: 15px;
}
.texto-vertical-1 {
    writing-mode: vertical-lr;
    font-size: 26px;
    color: #999999;
}


.title-center {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #A52A2A;
  line-height: 5px;
  text-align: center;
}







footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}