@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900";


/* ==========================================================================
  Cristobal Manzano CSS zano@live.cl / Diseño Industrial
   ========================================================================== */

html,
body {
    height: 100%;
	font-family: 'Roboto', sans-serif;
}
a {
	cursor: default;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.cmiembro { /* CONTENEDOR CAJA MIEMBRO */
	width: 240px !important;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.icono-01 { /* ICONO TENEFONO Y MAIL */
	display: block;
	width: 36px;
	text-align: center;
	margin: 8px auto 40px auto;
	padding: 0;
	cursor: pointer;
	color: rgba(255,255,255,1.00);
	
	-webkit-transition:all .4s ease-out;  /* Chrome y Safari */
  	-o-transition:all .4s ease-out;  /* Opera */
 	-moz-transition:all .4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all .4s ease-out;   /* Internet Explorer */
  	transition:all .4s ease-out;  /* W3C */
}
.icono-01:hover {
	color: rgba(50,50,55,1.00);
}
.igroup {
	width: 240px;
	height: 240px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 25px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	border: 0;
	overflow: hidden;
}
/* ==========================================================================
FULL BANNER
   ========================================================================== */

/* ==========================================================================
FULL BANNER
   ========================================================================== */



/* ==========================================================================
SLIDER-TOP
   ========================================================================== */
.contenedor-titulo {
	margin: 0;
	width: 100%;
	top: 40%;
	position: absolute;
	z-index: 200;
	overflow: hidden;
}
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 300;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(239,123,11,1.00);
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0 3px;
	background-color: rgba(239,123,11,1.00);
}   
.textura-slider {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/dark-dot.png);
	background-repeat: repeat;
	opacity: 0.70;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	position: absolute;
	z-index: 100;
}
.carousel {
	margin-top: 0px;
	background-color: rgba(50,50,55,1.00);
}
.carousel,
.item,
.active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
/* Las imágenes de fondo se establecen dentro del HTML con CSS en línea , no aquí */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control {
	visibility: hidden;
	z-index: 250;
	cursor: pointer;	
}
.carousel-indicators {
	visibility: hidden;
}
.carousel:hover .carousel-control {
	visibility: visible;
}
.carousel:hover .carousel-indicators {
	visibility: visible;
}
/* ==========================================================================
SLIDER-TOP
   ========================================================================== */

/* ==========================================================================
SERVICIOS 
   ========================================================================== */
 /* MENU SERVICIOS */
.boton-servicio {
	width: 240px;
	height: 240px;
	padding: 0;
	margin: 0 auto;
	-webkit-border-radius: 120px;
	-moz-border-radius: 12px;
	border-radius: 120px;
	background-color: rgba(96,96,96,1.00);
	overflow: hidden;
	cursor: pointer;
	position: relative; 
	
	 webkit-transition: all ease .5s; /* Chrome y Safari */
	-o-transition: all ease .5s;  /* Opera */
 	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s; /* Mozilla Firefox */
    transition: all ease .5s; /* W3C */
	-ms-transition: all ease .5s; /* Internet Explorer */
}
.boton-servicio:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); 
	-webkit-border-radius: 120px;
	-moz-border-radius: 12px;
	border-radius: 120px;
}


/* ==========================================================================
SERVICIOS 
   ========================================================================== */

   
/* ==========================================================================
CONTACTO
   ========================================================================== */
 /* FORMULARIO */
.btn-xl { /* BOTON ENVIAR CONTACTO */
    padding: 20px 40px;
    border-color: rgba(239,123,11,0.80);
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    background-color: rgba(239,123,11,1.00);
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: rgba(230,150,80,1.00);
    color: rgba(255,255,255,1.00);
    background-color: rgba(230,150,80,1.00);
}
section#contact {
	background-color: rgba(50,50,55,1.00);
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
	resize: vertical;
}
section#contact .form-control:focus { /* BORDE FOCUS CONTACTO */
    border-color: rgba(239,123,11,1.00); 
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact .text-danger {
    color: rgba(239,123,11,1.00);
}
/*
body {
    webkit-tap-highlight-color: #fed136;
} */
.selector-mapa {
	display: block;
	height: 100%;
	background-color: rgba(255,255,255,0.00);
	text-align: left;
	margin: 0;
	padding: 30px 0;
	border: 0;
	outline: none;
}
.selector-mapa:hover,
.selector-mapa:active,
.selector-mapa:focus,
.selector-mapa:visited {
	cursor: pointer;
	background-color: rgba(200,95,25,0.50);	
}
/* ==========================================================================
CONTACTO
   ========================================================================== */
   
/* ==========================================================================
CARRUSEL
   ========================================================================== */
#owl-demo .item{
	width: 100%;
	height: 250px;
  	margin: 0 auto 0 auto;
  	padding: 0;
}
#owl-demo .item h5 {
	padding: 20px 20px 0px 20px;
}
#owl-demo .item img{
  display: block;
  width: 220px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Estilo de la pagina */
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* Si el numero de paginacion es correcto */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* Las imágenes de precarga */
.owl-item.loading{
	min-height: 150px;
	background: url(../img/AjaxLoader.gif) no-repeat center center;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* No mostrar hasta que inicie */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Icono de agarre del ratón */
.grabbing { 
    cursor: url(../img/grabbing.png) 8 8, move;
}
/* Arreglar */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* ==========================================================================
FOOTER
   ========================================================================== */
   footer  {
	   background-color: rgba(50,50,55,1.00);
	   color: rgba(255,255,255,1.00);
	   margin: 0; 
	   padding: 40px 0;
}
.direccion-footer {
	width: 210px;
	margin: 0 auto;
}
.logo-footer {
	height: 80px;
	width: 100%;
}
.logo-footer img {
	display: block;
	margin:0 auto 0 auto;
}
.red-social {
	width: 100px;
	margin: 40px auto 40px auto;
	padding: 0;
}
.facebook,.vimeo {
	display: inline-block;
	width: 40px;
	padding: 0;
	margin: 0 4px;
	text-align: center;
	cursor: pointer;
	
	webkit-transition: all .4s ease-out;  /* Chrome y Safari */
  	-o-transition: all .4s ease-out;  /* Opera */
 	-moz-transition: all .4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all.4s ease-out;   /* Internet Explorer */
  	transition:all .4s ease-out;  /* W3C */	
}
.facebook:hover, .vimeo:hover {
	color: rgba(0,0,0,1.00);
}
.borde-sup {
	border-top: 1px solid rgba(140,140,140,1.00);
}
.borde-inf{
	border-bottom: 1px solid rgba(140,140,140,1.00);
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}
.c-telefono {
	width: 100%;
	height: 28px;
	margin: 5px 0 20px 0;
	padding: 0;
}
.ptelefono {
	float: left;
	width: auto;
	height: 28px; 
	display: table;
}
.ptelefono h5 {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.icono-03 { /* ICONO TENEFONO Y MAIL */
	display: block;
	width: 36px;
	text-align: center;
	margin: 0px 4px 0px 4px;
	padding: 0;
	float: left;
	color: rgba(255,255,255,1.00);
		
	-webkit-transition:all .4s ease-out;  /* Chrome y Safari */
  	-o-transition:all .4s ease-out;  /* Opera */
 	-moz-transition:all .4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all .4s ease-out;   /* Internet Explorer */
  	transition:all .4s ease-out;  /* W3C */
}
.titulo {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 20px 40px 20px;
}
.descripcion {
	float: left;
	margin: 0;
	padding: 0 20px 0 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
a {
  color: rgba(140,140,140,1.00);
  text-decoration: none;
  outline: 0;
  -webkit-transition:all .3s ease-out;  /* Chrome y Safari */
  -o-transition:all .3s ease-out;  /* Opera */
  -moz-transition:all .3s ease-out;  /* Mozilla Firefox */
  -ms-transition:all .3s ease-out;   /* Internet Explorer */
  transition:all .3s ease-out;  /* W3C */	
}
a:hover,
a:focus,
a:active {
  color: rgba(255,255,255,1.00);
  text-decoration: none;
}
/* ==========================================================================
SPAN
   ========================================================================== */
.span5 {
	height: 5px;
}
.span10 {
	height: 10px;
}
.span15 {
	height: 15px;
}
.span20 {
	height: 20px;
}
.span25 {
	height: 25px;
}
.span30 {
	height: 30px;
}
.span35 {
	height: 35px;
}
.span40 {
	height: 40px;
}
.span45 {
	height: 45px;
}
.span50 {
	height: 50px;
}
/* ==========================================================================
SPAN
   ========================================================================== */
   
/* ==========================================================================
TAMAÑO TEXTO
   ========================================================================== */
h1 {
	margin: 0;
	padding: 0;
	font-size: 8em;
	line-height: 1.5em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 3.3em;
	line-height: 1.3em;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	line-height: 1.3em;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: .85em;
	line-height: 1.9em;
}
p {	
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.15em;
	line-height: 1.6em;
}
ul {
	margin: 0 0 50px 0;
}
.roboto100 { /* THIN */
	font-weight: 100;
}
.roboto300 { /* LIGHT */
	font-weight: 300;
}
.roboto400 { /* NORMAL */
	font-weight: 400;
}
.roboto500 { /* MEDIUM */
	font-weight: 500;
}
.roboto700 { /* BOLD */
	font-weight: 700;
}
.roboto900 { /* ULTRA BOLD */
	font-weight: 900;
}
/* COLOR TIPOGRAFIA */
.f-orange {
	color: rgba(239,123,11,1.00);
	}
.f-grey {
	color: rgba(160,160,160,1.00);
}
.f-back { 
	color: rgba(50,50,55,1.00);
}
.f-white { 
	color: rgba(255,255,255,1.00);
}
/**/
/* COLOR FONDO */
.b-orange {
	background-color: rgba(239,123,11,1.00);
	}
.b-orange-hover {
	background-color: rgba(200,95,25,1.00);
}
.b-grey {
	background-color: rgba(160,160,160,1.00);
}
.b-back { 
	background-color: rgba(50,50,55,1.00);
}
/**/
.padding5 {
	padding: 0 5px;
	box-sizing: border-box;
}
.padding10 {
	padding: 0 10px;
	box-sizing: border-box;
}
.padding15 {
	padding: 0 15px;
	box-sizing: border-box;
}
.padding20 {
	padding: 0 20px;
	box-sizing: border-box;
}
.padding25 {
	padding: 0 25px;
	box-sizing: border-box;
}
.padding30 {
	padding: 0 30px;
	box-sizing: border-box;
}
.padding35 {
	padding: 0 35px;
	box-sizing: border-box;
}
.padding40 {
	padding: 0 40px;
	box-sizing: border-box;
}
.padding45 {
	padding: 0 45px;
	box-sizing: border-box;
}
.padding50 {
	padding: 0 50px;
	box-sizing: border-box;
}
.padding100s {
	padding: 180px 0 180px 0;
}
@media (max-width: 767px) {
h1 {
	margin: 0;
	padding: 0;
	font-size: 3em;
	line-height: 1.3em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 3.3em;
	line-height: 1.3em;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.3em;
}
.padding100s {
	padding: 80px 0 80px 0;
}
}
/* CONTENEDORES */
.divisor-seccion {
	height: 100px;
	margin: 0;
	padding: 0;
}
.contenedor200 {
	width: 200px;
	margin: 0 auto;
}
.contenedor210 {
	width: 210px;
	margin: 0 auto;
}
.contenedor220 {
	width: 220px;
	margin: 0 auto;
}
.contenedor230 {
	width: 230px;
	margin: 0 auto;
}
.contenedor240 {
	width: 240px;
	margin: 0 auto;
}
.contenedor250 {
	width: 250px;
	margin: 0 auto;
}
.contenedor260 {
	width: 260px;
	margin: 0 auto;
}
/* ==========================================================================
TAMAÑO TEXTO
   ========================================================================== */
   
   /* ==========================================================================
ICONOS
   ========================================================================== */
.icono-descarga {
	width: 60px;
	margin: 40px auto 0 auto;
	display: block;
	color: rgba(239,123,11,1.00);
	cursor: pointer;
	   
	webkit-transition: all .4s ease-out;  /* Chrome y Safari */
  	-o-transition: all .4s ease-out;  /* Opera */
 	-moz-transition: all .4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all.4s ease-out;   /* Internet Explorer */
  	transition:all .4s ease-out;  /* W3C */	
}
.icono-descarga:hover {
	color: rgba(160,160,160,1.00);}
	
	
	
	
	
	
   /* ==========================================================================
PORTAFOLIO
   ========================================================================== */
.portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
.portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
.portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(239,123,11,0.80);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}
@media(min-width:767px) {
 .portfolio-item {
        margin: 0 0 30px;
    }
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
	text-align: center;
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(239,123,11,1.00);
}
   /* ==========================================================================
ICONOS
   ========================================================================== */
 .margin10 { 
   margin: 10px 0; 
 }  
 .margin50 { 
 	margin: 100px 0;
}
.padding-seccion {
	padding: 50px 0;
	
}

   /* ==========================================================================
NAVBAR
   ========================================================================== */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 1px;
  border: 0;
}
.navbar-default {
  background-color: rgba(255,255,255,1.00);
}
.navbar-default .navbar-brand {
	background-color: none;

}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: none;
}
.navbar-fixed-top {
  top: 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 50px 30px;
}
.navbar-toggle { /* CONTENEDOR BOTON DESPLEGABLE */
  position: relative;
  float: right;
  padding: 10px 10px;
  margin-top: 38px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 3px solid transparent;
  border-radius: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-default .navbar-toggle {
  border-color: rgba(239,123,11,1.00);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(239,123,11,0.50);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(239,123,11,1.00);
}
.navbar-default .navbar-nav > li > a {
  color: rgba(50,50,55,1.00);
  cursor: pointer;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(0,0,0,1.00);
  background-color: rgba(239,123,11,0.50);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(255,255,255,1.00);
  background-color: rgba(239,123,11,1.00);
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 30px 0px 30px 15px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
  cursor: pointer;
  webkit-transition: all ease .5s; /* Chrome y Safari */
	-o-transition: all ease .5s;  /* Opera */
 	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s; /* Mozilla Firefox */
    transition: all ease .5s; /* W3C */
	-ms-transition: all ease .5s; /* Internet Explorer */

}
.navbar-brand > img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a { /* tamaño botones menu */
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 50px 30px;
}
}
/* ==========================================================================
NAVBAR
   ========================================================================== */
   
   
   
   
   
/* ==========================================================================
MARGENES
   ========================================================================== */
.margen-notica {
	   margin: 50px 0;

	   }
	   .padding-seccion {
		   padding: 50px 0;} 
   
   
   
   /* ==========================================================================
MARGENES
   ========================================================================== */