@import url('../fonts-nissan/fonts-nissan.css');

/* Estilos iniciales generales */
body { font-family: "nissan_brandregular", sans-serif; }
a, a:hover { text-decoration: none; }
.container { padding: 0; }

/* Estilos de barra de navegacion principal */
.img-mob-logo{ width: 130px; }
nav.navbar #main-navbar { padding: 0; }
.navbar .navbar-menu { list-style: none; }
.navbar .share-social { cursor: pointer; }

/* Estilo de imagen inicial header */
header.header { margin-top: -5%; }

/* Estilos de menu desplegable de notas */
#btn-notas { color: #5e5d5e; }
.notas-content { position: absolute; z-index: 50; right: 10px; top: 65%; display: none; background: #fff; border-radius: 4px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
.notas-content > .nota { transition: transform .2s; overflow: hidden; }
.notas-content a:nth-child(1) { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.notas-content a:nth-child(3) { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.notas-content > .nota:hover { /* IE 9 */ -ms-transform: scale(1.08); /* Safari 3-8 */ -webkit-transform: scale(1.08); transform: scale(1.08); }

/* Estilos apartado redes sociales */
.social-media { background: #f1f1f1; border-top: 1px solid #C1C1C1; border-bottom: 1px solid #C1C1C1; margin-top: 25px; margin-bottom: 25px; }
.twitter-color, a.twitter-color:link, a.twitter-color:hover, a.twitter-color:visited, a.twitter-color:active { color: #00acee; }
.facebook-color, a.facebook-color:link, a.facebook-color:hover, a.facebook-color:visited, a.facebook-color:active { color: #3b5998; }
.youtube-color, a.youtube-color:link, a.youtube-color:hover, a.youtube-color:visited, a.youtube-color:active { color: #c4302b; }

/* Estilos apartado enlaces corporativo, noticias y eventos */
.container-links { background: #f1f1f1 none repeat scroll 0% 0%; border-top: 1px solid #C1C1C1; border-bottom: 1px solid #C1C1C1; padding: 20px 0px; color: #8a8a8a; margin-bottom: 25px; font-size: 13px; }

/* Estilo para separador linea roja entre texto */
.separator { color: #C71444; padding: 0; font-weight: lighter !important; }

/* Estilos para footer */
.footer { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); font-family: "nissan_brandbold"; font-size: .7rem; }


/* 
 *  MEDIA QUERIES BOOTSTRAP
 */
 @media (max-width: 330px) { 
    .img-mob-logo{ width: 100px; } header.header { margin-top: -8%; } 
     
 }

 @media (max-width: 576px) { 
     .notas-content { top: 100%; }

 }
  
 @media (max-width: 768px) {
    
 }
  
 @media (max-width: 992px) {
    
 }
  
 @media (max-width: 1200px) {
    
 }