@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Muli);

@font-face {
	font-family:"BebasNeue";
	src:url("../fonts/BebasNeue/BebasNeue.eot?") format("eot"),
	url("../fonts/BebasNeue/BebasNeue.woff") format("woff"),
	url("../fonts/BebasNeue/BebasNeue.ttf") format("truetype"),
	url("../fonts/BebasNeue/BebasNeue.svg#BebasNeue") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Open Sans Condensed Bold";
	src:url("../fonts/OpenSans-CondBold.eot?") format("eot"),
	url("../fonts/OpenSans-CondBold.woff") format("woff"),
	url("../fonts/OpenSans-CondBold.ttf") format("truetype"),
	url("../fonts/OpenSans-CondBold.svg#OpenSans-CondensedBold") format("svg");
	font-weight:normal;
	font-style:normal;
}

.escondido {
  display: none;
}
	
#contenedor{
	width:100%;
	overflow:hidden;
	z-index:9999;
	position:relative;
}

.pad{
	padding-left:0px;
	padding-right:0px;
}

.clear{
	clear:both;
}

header{
  z-index: 10;
  width: 100%;
  position:absolute;
}

#logo{
  z-index: 1;
}

nav{
  font-family:"Open Sans Condensed Bold";
  font-weight: 600;
  margin-top: -60px;
  background: #FFF !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: 6px 6px 6px #2F2B2B;
  margin-bottom: 0px !important;
}

nav a{
  text-transform: uppercase;
  color: #000!important;
  text-align: center;
  padding: 20px 40px !important;
  border-right: solid 1px #000;
}

nav a:hover{
  background: #f00000!important;
  color: #FFF !important;
}

nav .active a{
  background: #f00000!important;
  color: #FFF !important;
}

.una-linea{
  padding: 10px 33px !important;
}

.dropdown-menu{
	width:100%;
}

.dropdown-menu li a {
  background: #FFF !important;
  color: #000 !important;
}

.dropdown-menu li a:hover{
  background: #f00000 !important;
  color: #FFF !important;
}

#banner{
  width: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#slogan{
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 18px;
  padding: 15px;
  position: absolute;
  bottom: 0px;
}

.dropdown-menu > li > a{
  padding: 3px 20px !important;
  border: none;
  text-align: left;
}

#contenido{
  background: url(../img/bg.jpg);
  float: left;
  position: relative;
  width: 100%;
  padding: 40px 0px;
}

#home{
  padding: 30px 0px;
}

.home{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.home img{
  border: solid 7px #ef0000;
}

.caption-home{
  position:relative;
  margin-top: -20px;
  background: #ef0000;
  color: #FFF;
  font-family:"BebasNeue";
  padding: 10px 5px;
  font-weight:normal;
  width: 80%;
  float: left;
  text-align: center;
  font-size: 16px;
  left: 10%;
}

.home:hover img{
  border: solid 7px #000;
}

.home:hover .caption-home{
  background: #000 !important;
}

#home .carousel-control{
  width: 30px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  top: 37%;
  font-size: 10px;
}

#home .carousel-control span{
  font-size: 15px;
  top: 26px;
}

#home .left-c{
  left: -15px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

#home  .right-c{
  left: auto;
  right: -15px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

#logos{
  border-top: solid 5px #000;
  float: left;
  padding: 30px 0px;
  width: 100%;
}

#logos h1{
  font-family:"BebasNeue";
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 28px;
  color:#000;
}

footer{
  background: #f00000;
  float: left;
  position: relative;
  width: 100%;
  padding-top: 15px ;
  font-family: 'Muli', sans-serif;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}

footer h1{
  font-weight: normal;
  float: right;
  position: relative;
  margin-right: 10px;
}

#fb{
  background: url(../img/redes.png) no-repeat left;
  width: 52px;
  height: 52px;
  float: right;
  position: relative;
  margin-right: 5px;
}

#fb:hover{
  background: url(../img/redes-h.png) no-repeat left;
}

#tw{
  background: url(../img/redes.png) no-repeat right;
  width: 52px;
  height: 52px;
  float: right;
  position: relative;
}

#tw:hover{
  background: url(../img/redes-h.png) no-repeat right;
}

#web{
  text-align: center;
}

#web a{
  margin-top: 15px;
  display: inline-block;
  padding-right: 180px;
  background: url(../img/web.png) no-repeat right;
  color: #FFFFFF69;
  text-decoration: none;
}

#btn-compania ul li{
  float: left;
  position: relative;
  width: 100%;
}

#btn-compania a{
  float: left;
  position: relative;
  width: 100%;
  background: #000;
  border: 1px solid #000;
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  padding: 5px 0px;
  border-radius: 0px;
  font-family:"BebasNeue";
  text-decoration: none;
  font-size: 20px;
}

#btn-compania a:hover{
  background: #f00000;
}

#btn-compania li.active > a{
  background: #f00000;
}

#cont-compania{
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 38px 40px;
  margin-top: 10px
}

#cont-compania p{
  text-align: justify;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

#cont-compania ul li{
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  list-style: outside;
}

#servicios h1{
  background: #f00000;
  border: 1px solid #000;
  font-family:"BebasNeue";
  color: #FFF;
  text-align: center;
  padding: 5px 20px;
  float: left;
  position: relative;
  font-size: 28px;
  min-width: 225px;
}

#servicios h2{
  width: 100%;
  background: #f00000;
  border: 1px solid #000;
  font-family:"BebasNeue";
  color: #FFF;
  text-align: center;
  padding: 5px 20px;
  float: left;
  position: relative;
  font-size: 28px;
  margin-bottom: 45px;
  min-width: 225px;
}

#servicios .texto{
  background: #000;
  color: #FFF;
  padding: 40px;
  float: left;
  position: relative;
  margin-top: 15px;
  width: 100%;
  min-height: 314px;
}

#servicios .texto h2{
  font-family:"BebasNeue";
  font-weight: normal;
  text-decoration: underline;
  font-size: 22px;
}

#servicios .texto p{
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}

#servicios img{
  margin-top: 30px;
}

#prev{
  width: 52px;
  height: 52px;
  background: url(../img/arrows.png) no-repeat left;
  position: absolute;
  top: 0px;
  right: 250px;
  opacity: 1;
  left: auto;
  z-index: 100;
}

#prev:hover{
  background: url(../img/arrows-h.png) no-repeat left;
}

#next{
  width: 52px;
  height: 52px;
  background: url(../img/arrows.png) no-repeat right;
  position: absolute;
  top: 0px;
  right: 200px;
  opacity: 1;
  left: auto;
  z-index: 100;
}

#next:hover{
  background: url(../img/arrows-h.png) no-repeat right;
}

.subraya{
  text-decoration: underline;
}

.line-height{
  line-height: 25px !important;
}

#contacto h1{
  background: #f00000;
  border: 1px solid #000;
  font-family:"BebasNeue";
  color: #FFF;
  text-align: center;
  padding: 5px 20px;
  float: left;
  position: relative;
  font-size: 28px;
  min-width: 225px;
}

#contacto p{
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  margin-top: 100px;
}

#formulario{
	margin-top:30px;
	margin-bottom:50px;
}

#formulario h2{
	text-transform:uppercase;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
}

#formulario input{
	width:100%;
	background-color:#FFF;
	color:#000;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding:5px;
	margin-top:5px;
}

#formulario textarea{
	width:100%;
	background-color:#FFF;
	color:#000;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding:5px;
	height:100px;
	margin-bottom:7px;
	margin-top:7px;
}

#enviar{
	width:70px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	background:#f00000 !important;
	margin-top:50px;
	margin-bottom:0px !important;
  margin-right:15px;
	padding:9px 0px !important;
  font-weight: 700;
  border-left: solid 1px #000 !important;
}

#enviar:hover{
  background: #000 !important;
}

#borrar{
	width:70px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	background:#f00000 !important;
	margin-top:50px;
  font-weight: 700;
	margin-bottom:0px !important;
	padding:9px 0px !important;
  border-left: solid 1px #000 !important;
}
  
#borrar:hover{
  background: #000 !important;
}

#map{
  height:315px;
  margin-top:60px;
}

#ampliar{
    color: #fff ;
    text-align: center;
    padding:5px;
  	position:absolute;
  	bottom:0px;
    right: 0px;
    background: #f00000;
    text-decoration: none;
    font-weight: bold;
}

#ampliar:hover{
  background: #000;
}




@media (max-width: 768px){
  #logo{
    background: #fff;
  }
  nav{
    margin-top: 0px;
    }
  nav a{
    text-align: left;
    border: none;
		margin-top: 5px;
    }
  header{
    position:relative;
  }
}


@media (max-width: 768px){
  #logo{
    background: #fff;
  }

  nav{
    margin-top: 0px;
    }

  nav a{
    text-align: left;
    border: none;
    }

  #banner{
    position:relative;
  }

}


@media (max-width: 1200px){

  #slogan{
    position: relative;
  }

}


@media (max-width: 768px){

  #prev{
    position: relative;
    float: left;
    right: auto;
  }

  #next{
    position: relative;
    float: left;
    right: auto;
  }

  #contacto p{
    margin-top: 30px;
  }
}
	

@media(max-width:790px) and (min-width:760px){	

  .dropdown-menu{
    width:inherit;
  }

  nav a {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 20px 10px !important;
    border-right: 1px solid #000;
    font-size: 12px;
    background-color: #6F0;
  }

  .una-linea {
    padding: 10px 5px !important;
  }
}


@media(max-width:850px) and (min-width:790px){	
  .dropdown-menu{
    width:inherit;
  }

  nav a {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 20px 13px !important;
    border-right: 1px solid #000;
    font-size: 12px;
    background-color: #F39;
  }

  .una-linea {
    padding: 10px 5px !important;
  }
}


@media(max-width:950px) and (min-width:850px){	
  .dropdown-menu{
    width:inherit;
  }

  nav a {
      text-transform: uppercase;
      color: #000 !important;
      text-align: center;
      padding: 20px 8px !important;
      border-right: 1px solid #000;
      font-size: 14px;
      background-color: #0FC;
  }

  .una-linea {
      padding: 10px 13px !important;
  }
}


@media(max-width:1020px) and (min-width:950px){	
  .dropdown-menu{
    width:inherit;
  }

  nav a {
      text-transform: uppercase;
      color: #000 !important;
      text-align: center;
      padding: 20px 17px !important;
      border-right: 1px solid #000;
      font-size: 14px;
      background-color:#FF0;
  }

  .una-linea {
      padding: 10px 13px !important;
  }
}


@media(max-width:1100px) and (min-width:1020px){	

  .dropdown-menu{
    width:inherit;
  }

  nav a {
      text-transform: uppercase;
      color: #000 !important;
      text-align: center;
      padding: 20px 18px !important;
      border-right: 1px solid #000;
      font-size: 15px;
      background-color:#300;
  }

  .una-linea {
      padding: 10px 13px !important;
  }
}


@media(max-width:1140px) and (min-width:1100px){	

  .dropdown-menu{
    width:inherit;
  }

  nav a {
      text-transform: uppercase;
      color: #000 !important;
      text-align: center;
      padding: 20px 21px !important;
      border-right: 1px solid #000;
      font-size: 16px;
      background-color:#03C;
  }

  .una-linea {
      padding: 10px 13px !important;
  }
}


@media(max-width:1240px) and (min-width:1140px){	

  .dropdown-menu{
    width:inherit;
  }

  nav a {
      text-transform: uppercase;
      color: #000 !important;
      text-align: center;
      padding: 20px 20px !important;
      border-right: 1px solid #000;
      font-size: 17px;
      background-color:#936;
  }

  .una-linea {
      padding: 10px 13px !important;
  }
}

@media(max-width:1359px) and (min-width:1240px){	
  .dropdown-menu{
    width:inherit;
  }

  nav a {
      text-transform: uppercase;
      color: #000 !important;
      text-align: center;
      padding: 20px 27px !important;
      border-right: 1px solid #000;
      font-size: 18px;
      background-color:#FF0;
  }

  .una-linea {
      padding: 10px 13px !important;
  }
}
