@import url("https://fonts.googleapis.com/css?family=Ek+Mukta:700|Muli:200,300,400");
  html,
  body {
	height: 100%;
  }
  
  figure {
	margin: 0;
  }
  
  h1,
  .h1 {
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .btn {
	position: relative;
	padding: 0 15px;
	border-width: 2px;
	height: 40px;
	font-weight: 700;
	font-family: "Ek Mukta", sans-serif;
	font-size: 16px;
	line-height: 38px;
	border-radius: 0;
	transition: ease-in-out 0.3s;
  }
  .btn .fa {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	right: 15px;
	top: 50%;
	width: 0;
	vertical-align: top;
	opacity: 0;
	box-shadow: none;
	transform: translateY(-50%);
	transition: ease-in-out 0.3s;
  }
  
  .btn-primary, .btn-primary:link, .btn-primary:visited {
	border-color: #fc0;
	background-color: #fc0;
	color: #000;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	padding-right: 40px;
	border-color: #fc0;
	background-color: #fc0;
	color: #000;
	box-shadow: none;
  }
  .btn-primary:hover:hover, .btn-primary:hover:focus, .btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:focus:hover, .btn-primary:focus:focus, .btn-primary:focus:active, .btn-primary:focus.active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active:active, .btn-primary:active.active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active:active, .btn-primary.active.active {
	border-color: #fc0;
	background-color: #fc0;
	color: #000;
	box-shadow: none;
  }
  .btn-primary:hover .fa, .btn-primary:focus .fa, .btn-primary:active .fa, .btn-primary.active .fa {
	width: 15px;
	opacity: 1;
  }
  
  .jumbotronnew {
	/* position: relative; */
	overflow: hidden;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: inherit;
	color: #fff;
  }
  .jumbotronnew::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
  }
  .jumbotronnew h1 {
	font-size: inherit;
  }
  .jumbotronnew p {
	margin-bottom: 0;
  }
  
  .jumbotronContainernew {
	position: absolute;
	z-index: 10;
	left: 60px;
	right: 60px;
	top: 50%;
	padding: 30px 30px 30px 35px;
	transform: translateY(-50%);
  }
  
  .jumbotronContainerBeforenew {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #fc0;
  }
  
  .js .jumbotronContainerBeforenew {
	width: 0;
	opacity: 0;
  }
  
  .no-js .jumbotronContainerBeforenew {
	width: 5px;
	opacity: 1;
  }
  
  .jumbotronFigurenew {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  .jumbotronFigurenew img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
  }
  
  .js .jumbotronFigurenew {
	opacity: 0;
  }
  
  .no-js .jumbotronFigurenew {
	opacity: 1;
  }
  
  @-webkit-keyframes jumbotronFigureVisiblenew {
	100% {
	transform: scale(1.1);
	}
  }
  
  @keyframes jumbotronFigureVisiblenew {
	100% {
	transform: scale(1.1);
	}
  }
  .jumbotronFigurenew.visible {
	-webkit-animation-duration: 30s;
		animation-duration: 30s;
	-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	-webkit-animation-name: jumbotronFigureVisiblenew;
		animation-name: jumbotronFigureVisiblenew;
  }
  
  .jumbotronHeadernew {
	margin-bottom: 15px;
  }
  
  .jumbotronCategorynew {
	display: block;
	position: relative;
	padding-left: 25px;
	font-family: "Muli", sans-serif;
	font-size: 14px;
	line-height: 20px;
  }
  .jumbotronCategorynew::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 2px;
	background-color: #fc0;
  }
  
  .js .jumbotronCategorynew {
	left: -15px;
	opacity: 0;
  }
  
  .no-js .jumbotronCategorynew {
	left: 0;
	opacity: 1;
  }
  
  .jumbotronTitlenew,
  .jumbotronnew h1 {
	position: relative;
	margin-top: 3px;
	font-weight: 700;
	font-family: "Ek Mukta", sans-serif;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #fc0;
  }
  
  .js .jumbotronTitlenew {
	left: -15px;
	opacity: 0;
  }
  
  .no-js .jumbotronTitlenew {
	left: 0;
	opacity: 1;
  }
  
  .jumbotronBodynew {
	position: relative;
	margin-bottom: 30px;
	font-weight: 200;
	font-family: "Muli", sans-serif;
	font-size: 16px;
	line-height: 22px;
  }
  .jumbotronBodynew p {
	font-weight: inherit;
	font-size: inherit;
  }
  
  .js .jumbotronBodynew {
	left: -15px;
	opacity: 0;
  }
  
  .no-js .jumbotronBodynew {
	left: 0;
	opacity: 1;
  }
  
  .js .jumbotronFooternew {
	opacity: 0;
  }
  
  .no-js .jumbotronFooternew {
	opacity: 1;
  }
  
  @media (max-width: 991px) and (orientation: portrait) {
	.jumbotronFigurenew img {
	max-width: none;
	max-height: 100%;
	}
  }
  @media (max-width: 767px) {
	.btn {
	height: 34px;
	font-size: 14px;
	line-height: 31px;
	}
  
	.jumbotronContainernew {
	left: 30px;
	right: 30px;
	padding: 15px 15px 15px 20px;
	}
  
	.jumbotronHeadernew {
	margin-bottom: 5px;
	}
  
	.jumbotronCategorynew {
	font-size: 12px;
	line-height: 18px;
	}
  
	.jumbotronTitlenew,
  .jumbotronnew h1 {
	margin-top: 0;
	font-size: 40px;
	line-height: 40px;
	}
  
	.jumbotronBodynew {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 19px;
	}
  }
  
   .container-fluid header {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 1000;
	  display: contents;
	  justify-content: space-between;
	  align-items: center;
	}
	/* end fixed 1 */
	
	/* fixed 2 */
	.jumbotronBodynew p {
	  font-weight: inherit;
	  font-size: inherit;
	}
	/* end fixed 2 */
	
	/* fixed 3 */
	nav li a {
	  position: relative;
	  top: 46%;
	  color: #fff;
	  text-transform: uppercase;
	  font-family: 'Work sans', sans-serif;
	  font-weight: 300;
	  letter-spacing: 4px;
	  text-decoration: none;
	  display: block;
	  text-align: center;
	  font-size: 1.45rem;
	}
	/* end fixed 3 */
	
	/* Móviles en modo horizontal */
	
   /* fixed 4 horizontal espacio del header iphone 12 SE */ 
   @media screen and (min-width: 412px) and (max-width: 667px) and (orientation: landscape) {
	.jumbotronContainernew {
	   left: 30px;
	   right: 30px;
	   padding: 15px 15px 15px 20px;
	   top: 70%;
	 }
	}
  /* end fixed 4 */
  
  /* fixed 5 bakcground sin bordes */  
	.jumbotronFigurenew {
	  position: relative;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}
  /* end fixed 5 bakcground sin bordes */
 
  /* fixed 1 */
 .container-fluid header {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 1000;
	  display: contents;
	  justify-content: space-between;
	  align-items: center;
  }
  /* end fixed 1 */
  
  /* fixed 2 */
  .jumbotronBody p {
	  font-weight: inherit;
	  font-size: inherit;
  }
  /* end fixed 2 */
  
  /* fixed 3 */
  nav li a {
	  position: relative;
	  top: 46%;
	  color: #fff;
	  text-transform: uppercase;
	  font-family: 'Work sans', sans-serif;
	  font-weight: 300;
	  letter-spacing: 4px;
	  text-decoration: none;
	  display: block;
	  text-align: center;
	  font-size: 1.45rem;
  }
  /* end fixed 3 */
  
  /* Móviles en modo horizontal */
  
 /* fixed 4 horizontal espacio del header iphone 12 SE */ 
 @media screen and (min-width: 412px) and (max-width: 667px) and (orientation: landscape) {
  .jumbotronContainer {
	   left: 30px;
	   right: 30px;
	   padding: 15px 15px 15px 20px;
	   top: 70%;
   }
  }
/* end fixed 4 */

/* fixed 5 bakcground sin bordes */  
  .jumbotronFigure {
	  position: relative;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
  }
/* end fixed 5 bakcground sin bordes */
