body{
	background-color: #000;
}

.monse_letra{
      /*padding: 100px 25px;*/
      font-family: Montserrat, sans-serif;
      letter-spacing: 4px;
      font-size: 12px;
}
.nav_negro{
	background: repeating-linear-gradient(to right, #000, #343A3F) !important; padding: 0px 0px;
}

.nav-link{
	padding: 24px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000 !important;
    background: #fff;
}


.bg_gray{
	background-color: #D7D7D7;
}

.aumenta70{
	padding-top:70px;padding-bottom:0px
}

.slideanim {visibility:hidden;}
.slide {
	animation-name            : slide;
	-webkit-animation-name    : slide;
	animation-duration        : 3s;
	-webkit-animation-duration: 1s;
	visibility                : visible;
}

@keyframes slide {
      0% {
        opacity: 0;
        transform: translateY(70%);
      }
      100% {
        opacity: 1;
        transform: translateY(0%);
      }
}
 @-webkit-keyframes slide {
      0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
      }
      100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
      }
}

/*-----------pata vista oficial--------------*/

.encabezado_azul{
	background      : linear-gradient(to right, #0062E6, #33AEFF)
}

.container_pricipal{
	margin-top      : 90px;
}

.bg-grey {
    background-color: #f6f6f6;
  }

/*Pantalla negra*/
.pantalla_negra {
	height          : 100%;
	width           : 0;
	position        : fixed;
	z-index         : 1;
	top             : 0;
	left            : 0;
	background-color: #fff;
	overflow-x      : hidden;
	transition      : 0.5s;
	padding-top     : 60px;
	color 			: #f1f1f1;
}
.pantalla_negra a {
	padding         : 8px 8px 8px 32px;
	text-decoration : none;
	font-size       : 25px;
	color           : #fff;
	display         : block;
	transition      : 0.3s;
}
.pantalla_negra a      :hover {
}
.pantalla_negra .closebtn {
	position        : absolute;
	top             : 90px;
	right           : 25px;
	font-size       : 36px;
	margin-left     : 50px;
	color: red;
}
#id_contenido_pantalla_negra{
	background-color: #f1f1f1;
}
@media screen and (max-height: 450px) {
	.pantalla_negra {padding-top: 15px;}
	.pantalla_negra a {font-size: 18px;}
}
/* Pantalla negra */

/*Collapse efecto*/
 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}
/*Collapse efecto*/

.div_text_titulo_1{
	font-size       : 24px;
	text-transform  : uppercase;
	color           : #f1f1f1;
	font-weight     : 600;
	margin-bottom   : 30px;
	text-align      : center;
	background-color: #fff;
}

.padding_10{
	padding: 10px;
}
.dedito{
	cursor: pointer;
}

.div_text_titulo_2{
	font-size       : 19px;
	line-height     : 1.375em;
	color           : #f1f1f1;
	font-weight     : 400;
	margin-bottom   : 30px;
	background-color: #fff;
}

.div_text_titulo_3{
	display            : block;
	color              : #f1f1f1;
	background-color   : #000;
	margin-bottom: 10px;
}

.admin_div_img_text{
	position  : relative;
	text-align: center;
}
.texto_centrado_img{
	position : absolute;
	top      : 50%;
	left     : 50%;
	transform: translate(-50%, -50%);
}

/*imagen con texto cool*/
.hero-image {
		height             : 300px;
		background-position: center;
		background-repeat  : no-repeat;
		background-size    : cover;
		position           : relative;
	}
	.hero-text {
		text-align: center;
		position  : absolute;
		top       : 50%;
		left      : 50%;
		transform : translate(-50%, -50%);
		color     : white;
		width     : 75%;
		/*font-style: italic;*/
		animation-delay: 1.1s;
	}
/**/
.letra_cursiva{
	font-style: italic;
}
/**/
.img_border_black{
	/*box-shadow: 1px 1px 10px #000,
				1px -1px 10px #000,
				-1px -1px 10px #000,
	            -1px 1px 10px #000;*/
}
/**/


/*EFECTO FADE CARRUSEL*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1.0s;
 transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}




.logo-small span {
    color: #f1f1f1;
    font-size: 50px;
    transition: .5s;
}

.tamaño50{
	color: #f1f1f1;
	font-size: 50px;
	transition: .5s;
}

.tamaño50:hover{
	color: #000;
	font-size: 50px;
	transition: .5s;
}

/*EFECTO FADE CARRUSEL*/

.modal.fade .modal-dialog{
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.zoom-in {
  transform: scale(0)!important;
  opacity: 0;
  -webkit-transition: 0.3s all 0s;
  -moz-transition: 0.3s all 0s;
  -ms-transition: 0.3s all 0s;
  -o-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
  display: block !important;
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1)!important;
  transform:none;
}

/*para mapa google*/
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    position:absolute;
}
/**/



/*Icono flotando a la izquierda*/
.icon-bar {
	top 			: 100px;
	width           : 90px;
	background-color: #555;
	display         : block;
	text-align      : center;
	padding         : 16px;
	transition      : all 0.3s ease;
	color           : white;
	font-size       : 36px;
	cursor          : pointer;
	position: fixed;
}

.icon-bar span:hover {
  background-color: #000;
}

.icon-bar:hover {
  background-color: #000;
}

.bg-purpura{
	background-color: #6610f2;
}
/*Icono flotando a la izquierda*/
.foot_iconos{
	margin          :10px;
	padding         : 10px;
	border-radius   : 50%;
	background-color: #fff;
}

.foot_iconos:hover{
	background-color: #000;
	color: #fff;
	transition: .5s;
}

.carousel-caption{
	bottom: 80px;
}

.color_azul{
	color: #fff;
}

/*Snackbar*/
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/*Snackbar*/