.divider {
    height:50px;
}

header.large img{
  width: 100%;
  padding: 5px 20px 10px 37px;
  background: url('../imagenes/bg_negro.png') no-repeat top left;
}

header.small img {
  width: 200px;
  padding: 5px 20px 10px 37px;
  background: url('../imagenes/bg_negro.png') no-repeat top left;
}

header img {
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

.bg_blanco {
  background: url('../imagenes/bg_blanco.png') no-repeat center left;
  position: absolute;
  width: 525px;
  right: 10px;
  z-index: 100;
}

section {
    height:400px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}

.navbar-brand {
  padding: 8px 15px;
}

.bg-1 {
  background: url('../imagenes/bg_1.jpg') no-repeat center center fixed;
    color:#333;
    background-size:cover;
}
  
.bg-2 {
  background: url('../imagenes/bg_2.jpg') no-repeat top center fixed;
    color:#333;
    background-size:cover;
}

.bg-3 {
  background: url('../assets/example/bg_blueplane.jpg') no-repeat bottom center fixed;
  color:#333;
  background-size:cover;
}

.btn-red {
  background-color: #F23534;
  border-color: none;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding: 2% 4%;
  border: none;
  border-radius: 0px;
}

.logofiat {
  width: 100%;
}

#footer {
    height: 200px;
    background-color:#585858;
    margin-top:50px;
    padding-top:20px;
    padding-bottom:20px;
}

#footer a {
  color:#efefef;
}

.navbar {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}

.navbar-inverse {
  background: #000000;
  border: 0;
}

.navbar-nav > li > a {
  /*padding:0px;*/
}

.navbar-inverse .navbar-nav > li > a:hover {
  /*background: url('imagenes/line_inclinadaB.png') no-repeat bottom left;*/
  background-color:#F23534;
  background-image: url('../imagenes/line_inclinadaB.png'), url('../imagenes/line_inclinadaA.png');
  background-repeat: no-repeat;
  background-position: top left, top right;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-image: url('../imagenes/line_inclinadaB.png'), url('../imagenes/line_inclinadaA.png');
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-color:#F23534;
}

.carousel-caption {
  z-index: 10;
  margin-bottom: 250px;
  text-align: right;
  right: 15%;
}

.carousel-caption h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
}

.carousel-caption .negritaInclinada{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
}

.carousel-indicators {
  bottom: 60px;
}

.tituloBig {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 38px;
  text-shadow: 2px 2px 5px #333;
  color: #ffffff;
}

.tituloBig2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
}

.numchico {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  color: #F23534;
}

.nummediano {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  color: #F23534;
}

.numgrande {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  color: #F23534;
}

.llamanos {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  margin-bottom: -35px;
  margin-top: -5px;
}

.dire {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  padding: 1px;
}

.email {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  padding: 10px 2px;
}



.telefono {
  background: url('../imagenes/telefono.png') no-repeat left 5px;
  padding-left: 70px;
  margin: 70px 0px 20px 70px;
}

.telefonoContacto {
  background: url('../imagenes/telefono.png') no-repeat left 5px;
  padding-left: 70px;
  margin: 70px 0px 20px 70px;
}

.globito {
  background: url('../imagenes/globito.png') no-repeat 7px -3px;
  padding-left: 70px;
  margin: 20px 0px 20px 70px;
}

.sobre {
  background: url('../imagenes/sobre.png') no-repeat 2px -3px;
  padding-left: 70px;
  margin: 25px 0px 25px 70px;
}

.modelostext {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: #000000;
  border-top: 2px solid #F00;
}

.fondoimg_1 {
  background: url('../imagenes/slide_1.jpg') no-repeat top center;
  background-size:100%;
}

.fondoimg_2 {
  background: url('../imagenes/slide_2.jpg') no-repeat top center;
  background-size:100%;
}

#toTop { 
  display:none;
  text-decoration:none;
  position: fixed;
  bottom:30px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:-999px; background:url(../imagenes/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background:url(../imagenes/ui.totop.png) no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus { outline:none; }

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../imagenes/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
  z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

@media handheld, only screen and (max-width: 800px) {

  .bg_blanco {
    width: 425px;
  }
}

@media handheld, only screen and (max-width: 480px) {

  /*.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {height: 400px;}*/

  .carousel {
    height: 600px;
    margin-bottom: 60px;
  }

  .carousel-inner > .item > img {
    height: 660px;
  }

  .modelostext {
    font-size: 18px;
  }

  .telefonoContacto, .globito {
    margin: 80px 0 0 0;
    padding-bottom: 0px;
  }

  .telefono {
    margin: 70px 0 0 0;
    padding-bottom: 0px;
  }

  .globito {
    margin: 20px 0 0 0;
    padding-bottom: 0px;
  }

  .bigblanco {
    margin-top: 200px;
  }

  .sobre {
    margin: 25px 0 0 0;
    padding-bottom: 0px;
  }

  .bg_blanco {
    width: none;
    background: none;
    background-color: #FFF;
    position: none;
    padding-left: 70px;
    right: 0;
  }

  .logofiat {
    width: 200px;
  }

  header.large img {
    width: 200px;
  }

  .fondoimg_1 {
    background: url('../imagenes/slide_1_bis.jpg') no-repeat top center;
    background-size: cover;
    
  }

  .fondoimg_2 {
    background: url('../imagenes/slide_2_bis.jpg') no-repeat top center;
    background-size: cover;
    
  }
}