/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/
#left-panel {
  background: #f4f4f4;
  height: 100vh;
  overflow: hidden;
}
#content {
  background: #fff;
  height: 100vh;
  overflow: auto;
}
.wlc-title {
    padding: 0em 10px 0rem 10px;
    position: relative;
    text-align: justify;
}
.wlc-title:after {
    content: "";
    display: block;
    width: 48px;
    border-bottom: 3px solid rgba(0,0,0,0.4);
    --margin: 15px auto 15px;
}
.wlc-title span {
    font-size:45px;
}
.wlc-title h3 {
    font-family: nexab;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wlc-title h1 {
    font-family: nexab;
    font-size:40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wlc-title-1 {
    padding: 2em 15px 1em 15px;
    position: relative;
    text-align: center;
}
.wlc-title-1:after {
    content: "";
    display: block;
    width: 48px;
    border-bottom: 3px solid #d6d6d6;
    margin: 15px auto 15px;
}
.wlc-title-1 span {
    font-size:45px;
}
.wlc-title-1 h3 {
    font-family: nexab;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wlc-title2 {
    padding: 4em 20px 4em 20px;
    position: relative;
    text-align: center;
}
.wlc-title2:after {
    content: "";
    display: block;
    width: 48px;
    border-bottom: 3px solid #d6d6d6;
    margin: 15px auto 15px;
}
.wlc-title2 span {
    font-size:45px;
}
.wlc-title2 h3 {
    font-family: nexab;
    font-size:24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wlc-title-3 {
    padding: 1em 15px 1em 15px;
    position: relative;
    text-align: center;
}
.wlc-title-3:after {
    content: "";
    display: block;
    width: 48px;
    border-bottom: 3px solid #d6d6d6;
    margin: 15px auto 15px;
}
.wlc-title-3 span {
    font-size:45px;
}
.wlc-title-3 h3 {
    font-family: nexab;
    font-size:28px;
    --text-transform: uppercase;
    --letter-spacing: 2px;
}
.wlc-title-4 {
  padding: 1em 15px 0em 15px;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 14px!important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.12+78,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.12) 78%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.12) 78%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.12) 78%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.wlc-title-4:after {
    content: "";
    display: block;
    width: 48px;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    margin: 15px auto 15px;
}
.footer-index {
  position:absolute;
  left:0;
  bottom:0px;
  text-align: left;
}
.btn-myaccount {
  position:absolute;
  left:0;
  bottom:0px;
}
.vh100 {
  display: table;
	height:100vh;
  width:100%;
}
.list-group-menu {
	display: table-cell;
	vertical-align: middle;
  width:100%;
}
.list-group-menu .active {
  border-left:solid 4px #e22d3f;
  color: #e22d3f!important;
}
.menu-icons {
  margin: auto;
  width:25px;
  font-size: 25px;
}
.menu-items {
  color: #333!important;
  padding-left: 20px;
  padding-right: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: nexab;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.menu-items:hover {
  border-left:solid 4px #e22d3f;
  color: #e22d3f!important;
  --background-color: rgba(0,0,0,0.1)!important;
}
.form-signin {
    padding: 25px;
    background-color: white;
    border-radius: 2em;
    --box-shadow: 0px 20px 100px rgba(0,0,0,0.4);
    width: 100%;
    max-width: 330px;
    padding: 25px;
    margin: 0 auto;
}

figure.is-loaded img {
    transition: all 0.4s;
}
figure.is-loading {
   transition: all 0.4s;
   position: relative;
}
figure.is-loading:after {
   content: '';
   display: block;
   color: #ddd;
   font-size: 30px;
   text-indent: -9999em;
   overflow: hidden;
   width: 1em;
   height: 1em;
   border-radius: 50%;
   margin: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -0.5em;
   margin-top: -0.5em;
   transform: translateZ(0);
   animation: loading 1.7s infinite ease;
}
@keyframes loading {
   0% {
     transform: rotate(0deg);
     box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }

   5%,
   95% {
     box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }
   10%,
   59% {
     box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
   }
   20% {
     box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
   }
   38% {
     box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
   }
   100% {
     transform: rotate(360deg);
     box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }
}



@font-face {
    font-family:intro;
	src:url(../fonts/intro.ttf);
}
.grid {
    background-color: #000;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid1 {
    padding-top: 15px;
    background-color: transparent;
}
.grid1:after {
  content: '';
  display: block;
  clear: both;
}

#event-1 {
    background-image: url(../img/event-1.jpg);
}
#event-2 {
    background-image: url(../img/event-2.jpg);
}
#event-3 {
    background-image: url(../img/event-5.jpg);
}
#event-4 {
    background-image: url(../img/evento4.jpg);
}
#event-5 {
    background-image: url(../img/evento.jpg);
}

#place-1 {
    background-image: url(../img/place-4.jpg);
}
#place-2 {
    background-image: url(../img/place-5.jpg);
}
#place-3 {
    background-image: url(../img/place-3.jpg);
}
#place-4 {
    background-image: url(../img/place-6.jpg);
}
#place-5 {
    background-image: url(../img/place-7.jpg);
}
#place-6 {
    background-image: url(../img/place-2.jpg);
}
#place-7 {
    background-image: url(../img/place-8.jpg);
}
#place-8 {
    background-image: url(../img/place-1.jpg);
}

#pro-1 {
    background-image: url(../img/pro1.jpg);
}
#pro-2 {
    background-image: url(../img/pro6.jpg);
}
#pro-3 {
    background-image: url(../img/pro3.jpg);
}
#pro-4 {
    background-image: url(../img/pro4.jpg);
}
#pro-5 {
    background-image: url(../img/pro2.jpg);
}
#pro-6 {
    background-image: url(../img/pro5.jpg);
}
#pro-7 {
    background-image: url(../img/pro7.jpg);
}
#pro-8 {
    background-image: url(../img/pro8.jpg);
}
#pro-9 {
    background-image: url(../img/pro9.jpg);
}
#pro-10 {
    background-image: url(../img/place-6.jpg);
}

.typewriter-cursor {
    color: #e74c3c;
    margin: 0 5px;
    font-size: 60px;
}
.home-vid {
    background: #000;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}



input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100px; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
    margin-left: 100px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100px;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #222;
  position: relative;
  top:-5px;
  cursor: pointer;
}
input[type=range]:active::-webkit-slider-thumb {
  background: rgb(200,50,50);
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #222;
  position: relative;
  top:-5px;
  cursor: pointer;
}
input[type=range]:active::-moz-range-thumb {
  background: rgb(200,50,50);
}
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #222;
  position: relative;
  top:-5px;
  cursor: pointer;
}
input[type=range]:active::-ms-thumb {
  background: rgb(200,50,50);
}


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  margin-top:15px;
  height: 6.4px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 8px;
}

input[type=range]:active::-webkit-slider-runnable-track {
  background-color: #c0c0c0;
}
input[type=range]::-moz-range-track {
  width: 100%;
  margin-top:15px;
  height: 6.4px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 8px;
}

input[type=range]::-ms-track {
  width: 100%;
  margin-top:15px;
  height: 6.4px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 8px;
}
input[type=range]::-ms-fill-lower {
  width: 100%;
  margin-top:15px;
  height: 6.4px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 8px;
}
input[type=range]:active::-ms-fill-lower {
  background-color: #c0c0c0;
}
input[type=range]::-ms-fill-upper {
  width: 100%;
  margin-top:15px;
  height: 6.4px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 8px;
}
input[type=range]:active::-ms-fill-upper {
  background-color: #c0c0c0;
}

#porcentaje1 {
	width: 100%;
    height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
.ph1 {
        max-height: 664px;
        min-height: 600px;
        height: 664px;
    width: 100%;
}
.ph2 {
    max-height: 664px;
    min-height: 600px;
    height: 664px;
    width: 100%;
    background-image: url(../img/multimedia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aca-logo{
    width: 100px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 0;
    background-image: url(../img/aca-logo.svg);
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.5;
}
aca-logo {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 50px;
    right:0;
    background-image: url(../img/aca-logo.svg);

}
#container{
	width: 100%;
	height: 10px;
	position: relative;
	margin: 0 auto;
	background-color: #eee;
	color: #eee;
	top: -10px;
}
.aca-video{
	width: 100%;
	margin: 0 auto;
}
#porcentaje{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: rgb(200,50,50);
}
#tiempo{
	display: block;
	width: 100%;
	text-align: right;
	color: #222;
    position: relative;
    padding:10px;
    top: 10px;
	font-size: 13px;
}
#volume{
	width: 100%;
	color: #222;
    position: relative;
    padding:10px;
    top: 10px;
	font-size: 33px;
}
.botones{
	position: absolute;
    display: inline-block;
	top: 0;
}
.botones button{
	border: none;
	padding: 10px 13px 8px 12px;
    color: #222;
	background-color: #eee;
	border-radius: 50%;
	cursor: pointer;
    outline: none;
}
.bot-vi {
    display: inline-block;
}
.bot-hi {
    display: none;
}
.botones button:hover{
	background-color: #E93824;
    color: #fff;
}

.one {
    height: 1em;
}
.two {
    height: 2em;
}
.three {
    height: 3em;
}
.four {
    height: 4em;
}
.five {
    height: 5em;
}
.grey {
  color: #777;
}
.preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
}

.footer {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 11em 0 5em 0;
}

.footer .part {
    padding: 2em 3em 2em 3em;
}
.footer .pad {
    padding: 15px;
}

.contact-d {
    margin-top: 30px;
}

.preloader img {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.drawer-open {
  overflow: hidden !important;
}

.logo-web {
    margin-top: 6px;
    height: 51px;
    margin-left: 6.6rem;
}

.btn-ini {
  --top:6px;
  right:20px;
}

.logo-web1 {
    margin-top: 6px;
    height: 81px;
}

.logo-web2 {
    margin-top: 6px;
    height: 51px;
    margin-left: 0rem;
}

.bg-blur-white-100 {
    background-color: rgba(255,255,255,0.85) !important;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
}

.bg-blur-dark-100 {
    background-color: rgba(31, 28, 38,0.75) !important;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.btn-bounce {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.btn-bounce:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

.home .more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: none;
    bottom: 0;
    color: #fff;
    font-size: 1.1em;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
}
.home .more:after {
    background-image: url(../img/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 1.5em;
}
.wrapper {
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto;
    	overflow: hidden;
        min-height: 35em;
    }
.headere {
    overflow: hidden;
    clear: both;
    display: table-cell;
	vertical-align: middle;
    width: 100%;
}

.bg {
      position: absolute;
      min-height: 100% !important;
      width: 100%;
      z-index: 0;
    }
#btns {
      text-align: left;
      margin: 0 auto;
      overflow: hidden;
      float: none;
    width: 100%;
    }
.main {
      position: relative;
      float: left;
      width: 100%;
	  display: table;
      margin: 0 auto;
      height: 100vh;
    background-image:url(../img/grid.png);
    }
.ibg-bg {
      position: absolute;
    min-height: 35em;
    }


#dig-design {
    background-image:url(../img/afiches.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#logo {
    background-image:url(../img/logotipo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#pap-corp {
    background-image:url(../img/identidad-corp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#ret-phot {
    background-image:url(../img/fotografia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#fly {
    background-image:url(../img/identidad-corp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#d-esp {
    background-image:url(../img/disgn-esp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

figure.desc-item figcaption {
	top: auto;
	bottom: 0;
	padding: 1.4em 2em 2em 2em;
	height: 4em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.desc-item h2 {
	float: left;
}

figure.desc-item p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.desc-item:hover p.icon-links span:hover,
figure.desc-item:hover p.icon-links span:focus {
	color: #252d31;
}

.desc-de-item-img .description {
	position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.desc-item h2,
figure.desc-item p.icon-links span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.desc-item h2 {
	display: inline-block;
}

figure.desc-item:hover .desc-de-item-img {
    height: 450px;
    margin-top:-10px;
}
figure.desc-item:hover .description {
    opacity: 1;
}
figure.desc-item:hover figcaption {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}
figure.desc-item:hover h2 {
	-webkit-transform: translate3d(0,-60%,0);
	transform: translate3d(0,-60%,0);
}
figure.desc-item:hover p.icon-links span {
	-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

figure.desc-item:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.desc-item:hover p.icon-links span:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.desc-item:hover p.icon-links span:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.desc-item:hover p.icon-links span:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}








.desc-items {
    cursor: pointer;
}
.desc-de-item-img {
    height: 450px;
    position: relative;
    -webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.desc-item {
    overflow: hidden;
    height: 450px;
    position: relative;
    float: left;
    color: #3c4a50;
}
.log-adob {
    width:80px;
    margin: auto;
    display: inline-block;
}
.cant-1 {
    width:82px;
    margin: auto;
}
.cant-2 {
    width:165px;
    margin: auto;
}



.gray-wrap {
    background-color: #efefef;
    padding-bottom: 10em;
}
.smoke-wrap {
    background-color: #F7FAFC;
    padding-bottom: 5em;
}
.gray-wrap1 {
    background-color: #efefef;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #fff;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  height: 100%;
  color: #fff;
  --padding: 10px;
}

.drawer-menu {
  margin: 0;
  padding: 4em 3em;
  list-style: none;
  --border-radius: 20px;
  height: 100%;
  border:solid 1px rgba(255,255,255,0.07);
}

.slider-intro {
  height: 100vh;
  width: 100%;
  position: absolute!important;
  top: 0;
  left: 0;
}
.image-slider-intro {
  position: absolute;
  height: 100vh;
  width: calc(100vw - 15px);
  object-fit: cover;
  margin: auto;
  z-index: 0;
}
.slider-part1 {
  width: 100%;
  position: relative;
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
}
.slidea {
  position: relative;
  padding: 0 2rem 4.5rem 2rem;
}
.slidea-panel {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+23,0.11+53,0.6+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.11) 53%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0.11) 53%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0.11) 53%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
  padding: 2rem;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  float: left;
  z-index: 3;
}
.slidea-panel-dot {
  height: 40px;
  width: 40px!important;
  display: inline-block!important;
  vertical-align: middle;
  background-image: url('../img/play-mini-01.svg');
  background-repeat: no-repeat;
}
.image-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 0;
  float: left;
}
.align-middle {
  vertical-align: middle!important;
}
.prof-ph {
  object-fit: cover;
  border-radius: 50%;
  vertical-align: middle;
}
.prof-ph-sm {
  height: 25px;
  width: 25px;
  border:solid 2px #fff;
}

.intro-island {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    color: rgba(255,255,255,1);
    text-align: left;
    vertical-align: middle;
}
.intro-island4 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    color: rgba(255,255,255,1);
    text-align: center;
    vertical-align: middle;
}
.intro-cont {
    position: relative;
    vertical-align: middle;
    text-align: center;
    top: 32%;
}

.intro-title {
    font-family: nexab;
    font-weight: normal;
    color: rgba(255,255,255,1);
    padding: 20px;
}

.position-static {
  position: static !important;
}
.border-0 {
  border: none !important;
}
.rounded {
  border-radius: 1rem !important;
}

.drawer-nav ul > li .active {
  color: #e74c3c;
}

.esp {
    font-size: 16px;
    margin-right: 6px;
}

.contact-name {
    padding: 0 15px;
}
.contact-email {
    padding: 0 15px;
}
.contact-service {
    padding: 0 15px;
}
form .contact-row input:focus {
  border-top: 0px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 4px solid #DE3AB6;
  --background: transparent!important;
    outline: none;
  -webkit-transition: -webkit-all .3s ease-out;
       -o-transition:      -o-all .3s ease-out;
          transition:         all .3s ease-out;
  -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
       -o-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
form .contact-row input {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

form .contact-row select:focus {
    border: 2px solid #000;
    outline: none;
  -webkit-transition: -webkit-all .3s ease-out;
       -o-transition:      -o-all .3s ease-out;
          transition:         all .3s ease-out;
  -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
       -o-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
form .contact-row select {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.contacts {
  padding: 0px 10px 20px 10px;
}
.contact-name input {
    position: relative;
    outline: none;
    height: 58px;
    line-height: 58px;
    border: 4px solid #000;
    background-color: white;
    border-radius: 0!important;
    width: 100%;
    padding: 0 16px;
    color: #7a7a7a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-service select {
    position: relative;
    border-radius: 0px;
    outline: none;
    height: 47px;
    line-height: 47px;
    border: 2px solid #e3e3e3;
    background-color: transparent;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
    color: #7a7a7a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-service select option {
    position: relative;
    border-radius: 0px;
    outline: none;
    line-height: 47px;
    background-color: #c0c0c0;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
    color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact textarea {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
    position: relative;
    line-height: 47px;
    border: 2px solid #e3e3e3;
    background-color: transparent;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 23px;
    height: 190px;
    min-height: 52px;
    max-height: 290px;
    padding: 0 16px;
    margin-bottom: 25px;
    color: #7a7a7a;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact textarea:focus {
    border: 2px solid #000;
    outline: none;
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -3%);
      -ms-transform: translate(0, -3%);
       -o-transform: translate(0, -3%);
          transform: translate(0, -3%);
}
.contact-email input {
    position: relative;
    height: 47px;
    line-height: 47px;
    border: 2px solid #e3e3e3;
    background-color: transparent;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
    color: #7a7a7a;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
#design {
    background-image: url(../img/hombre1.jpg);
}
#web {
    background-image: url(../img/web.jpg);
}
#photo {
    background-image: url(../img/photo.jpg);
}
#serigraf {
    background-image: url(../img/serigrafia-1.jpg);
}

.padd-top-md {
    padding-top: 5em;
}
.padd-top-lg {
    padding-top: 8em;
}
.breadcrumb {
  background: transparent!important;
}
.breadcrumb > li a {
  color: #777;
}
.breadcrumb > .active {
  color: #000!important;
  font-weight: bold;
}

.ic-btn {
    -webkit-transform: translate(0, 8%);
    -ms-transform: translate(0, 8%);
    -o-transform: translate(0, 8%);
    transform: translate(0, 8%);
    -webkit-transition: -webkit-all .3s ease-out;
    -o-transition: -o-all .3s ease-out;
    transition: all .3s ease-out;
}

.bton:hover > .ic-btn {
  -webkit-transition: -webkit-all .3s ease-out;
  -o-transition: -o-all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translate(30%, 8%);
  -ms-transform: translate(10%, 8%);
  -o-transform: translate(10%, 8%);
  transform: translate(30%, 8%);
}

.prof {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.profile {
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.profile img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about {
    padding-bottom: 8em;
    background: white;
}
.white {
    color: white;
}
.light {
    font-weight: 300;
}
.cut-top {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 30px solid white;
}
.about video {
    width: 100%;
}
.list-menu-a {
  font-size: 17px!important;
  padding: 5px 10px!important;
}
.portfolio {
    background-color: #F9FAFC;
    padding-bottom: 8em;
}
.serv-col {
    padding: 20px;
}
.serv-item {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 34px -6px rgba(26,11,84,0.1);
    -webkit-box-shadow: 0px 0px 34px -6px rgba(26,11,84,0.1);
    -moz-box-shadow: 0px 0px 34px -6px rgba(26,11,84,0.1);
}
.serv-item p {
    color: #777;
}
.serv-item:hover > .serv-item-overlay {
    z-index: 4;
    opacity: 1;
}
.serv-item:hover > .serv-item-overlay1 {
    z-index: 4;
    opacity: 1;
}
.serv-item-img {
    position: relative;
    overflow: hidden;
    height: 35em;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease;
}
.serv-item-img1 {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.serv-item:hover > .serv-item-img {
    background-size: 180%;
}
.serv-item-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 35em;
    width: 100%;
    z-index: 4;
    opacity: 0;
    background-color: rgba(20, 20, 20, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.serv-item-overlay1 {
    position: absolute;
    overflow: hidden;
    border:solid 12px rgba(255,255,255,0.2);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    opacity: 0;
    background-color: rgba(20, 20, 20, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serv-item-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
}
.serv-item-overlay1 a {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
}
.serv-item-img1 img {
    overflow: hidden;
    width: 100%;
    -webkit-filter: blur(0px)  grayscale(10%); /* Safari 6.0 - 9.0 */
    filter: blur(0px)  grayscale(10%);
    -moz-filter: blur(0px)  grayscale(10%);
    -ms-filter: blur(0px)  grayscale(10%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.serv-item:hover > .serv-item-img1 img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-filter: blur(10px) grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: blur(10px) grayscale(0%);
    -moz-filter: blur(10px) grayscale(0%);
    -ms-filter: blur(10px) grayscale(0%);
}
.serv-item:hover > .serv-item-overlay1 a {
    top: 50%;
}
.serv-item-description {
  padding: 1em 2em;
    text-align: center;
}
.serv-item-description .span {
    color: #e74c3c;
    font-size: 25px;
    padding: 20px;
    margin: 20px;
    border-radius: 50%;
    border:solid 2px #e74c3c;
}
.serv-item-description .number {
    font-size: 25px;
    text-decoration: underline;
    vertical-align: text-top;
    font-weight: normal;
}
.serv-item-description .sign {
    font-size: 55px;
    font-weight: lighter;
}
.serv-item-description .price {
    font-size: 85px;
    font-weight: lighter;
    vertical-align: text-bottom;
}
.serv-item-description h3 {
    font-family: nexab;
    font-size: 22px;
    --padding-top: 25px;
    padding-bottom: 10px;
    --text-transform: uppercase;
}
.serv-item-description h4 {
    font-size: 75px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: lighter;
    text-align: center;
}
.serv-item-description .promo {
    font-size: 20px;
    color: red;
    text-decoration:line-through;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: lighter;
}
.serv-item-description .pricing a {
    color: #fff;
    font-family: nexab;
    padding: 15px 23px;
    border: solid 4px #000;
    text-transform: uppercase;
    background-color: #000;
    text-align: right;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.serv-item-description p {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.serv-item-overlay a {
    color:#fff;
    font-family: nexab;
    padding: 15px;
    border: solid 4px #fff;
    text-transform: uppercase;
}
.serv-item-overlay1 a {
    color:#fff;
    font-family: nexab;
    padding: 15px;
    border: solid 4px #fff;
    text-transform: uppercase;
}
.serv-item a {
    cursor: pointer;
}

.course-item {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 34px -6px rgba(26,11,84,0.1);
    -webkit-box-shadow: 0px 0px 34px -6px rgba(26,11,84,0.1);
    -moz-box-shadow: 0px 0px 34px -6px rgba(26,11,84,0.1);
}
.course-item p {
    color: #777;
}
.course-item:hover > .course-item-overlay {
    z-index: 4;
    opacity: 1;
}
.course-item-img {
    position: relative;
    overflow: hidden;
    height: 20em;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease;
}
.course-item:hover > .course-item-img {
    background-size: 180%;
}
.course-item-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 20em;
    width: 100%;
    z-index: 4;
    opacity: 0;
    /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.7+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*
.course-item-overlay .gotocourse {
  color:#fff;
  font-family: nexab;
  padding: 15px;
  border: solid 4px #fff;
  text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
}
*/
.course-item-overlay .addfav {
  position: absolute;
  padding-top: 10px;
  font-size: 16px;
  top: 10px;
  right: 10px;
}
.course-item a {
    cursor: pointer;
}
.course-item-description {
  padding: 1em 2em;
}
.course-item-description h3 {
    font-family: nexab;
    font-size: 22px;
    padding-bottom: 10px;
    height: 49px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.course-item-description h4 {
  font-family: nexab;
  font-size: 22px;
  position: absolute;
  top:0;
  right: 0;
  margin-right: 10px;
}
.course-item-description p {
    font-size: 16px;
    width:100%;
}
.course-item-description .info {
    max-height: 90px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gotocourse {
  text-decoration: none;
  transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gotocourse:hover {
  text-decoration: underline;
  transform: scale(1.03) translateX(2px);
    -webkit-transform: scale(1.03) translateX(2px);
}
.tutors-of-course-mini {
  bottom:10px;
  left: 10px;
  width: calc(100% - 10px);
  height: auto;
  min-height: 55px;
  overflow-x: auto;
  padding: .4em 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap:nowrap;
}

.tutorcourse-mini {
  vertical-align:middle;
  color:white;
  font-weight: bold;
  display: inline-block;
  flex: 0 0 auto;
}
.prfl-nm {
    background: rgba(0,0,0,0);
    border-radius: 50rem;
    padding: .2rem .8rem .2rem .4rem;
    transition: .3s;
    font-size: .9em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.prfl-nm:hover {
    background: rgba(0,0,0,0.08);
}
.prfl-nm-secondary {
    background: rgba(0,0,0,0.05);
    border-radius: 50rem;
    padding: .2rem .8rem .2rem .4rem;
    transition: .3s;
    font-size: .9em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.prfl-nm-secondary:hover {
    background: rgba(255,255,255,0.2);
}
.prfl-nm-in {
    display: inline-block;
    vertical-align: middle;
}
.prfl-ph-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.prfl-ph-sm img {
    width: 40px;
    height: auto;
    float: left;
}


.img-course {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-course img {
  width:100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

.tutors-of-course {
  width: 100%;
  height: auto;
  min-height: 55px;
  overflow-x: auto;
  padding: .4em 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap:nowrap;
}

.tutorcourse {
  vertical-align:middle;
  color:rgba(0,0,0,0.8);
  font-weight: bold;
  display: inline-block;
  flex: 0 0 auto;
}

.basic-info {
  border: solid 1px rgba(0,0,0,0.08);
}


table tr th div a,
table tr td div a{
  color:#343a40;
}


.dropdown-menu:before {
  content: "";
  background: rgba(255,255,255,1);
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 16px;
  width: 16px;
  right: 2em;
  position: absolute;
  z-index: -1;
  border-radius: 0.2rem;
  left: auto;
  bottom: 100%;
  -webkit-transform: rotate(-45deg) translateY(1rem);
  transform: rotate(-45deg) translateY(1rem);
}



/* esto es una prueba de popper - tooltip */









/* esto es una prueba de popper - tooltip */








.grayscale img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.port-bl {
    padding: 2px;
}
.port-cont {
    padding-left: 35px;
    padding-right: 35px;
}

.desc-items h2 {
    color: #3c4a50;
    font-size: 22px;
    font-family: nexab;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.desc-de-item {
    padding: 2em 5em;
}
.black {
    background-color: #2d2d2d;
    z-index: 0;
}
.align-center {
  text-align: center;
}

.responsive-menu-slider .active .cat-item {
    background: rgba(187, 114, 255, 0.1);
    color: blueviolet;
}
.slick-slide {
  outline: none;
}
.cat-item {
  font-weight: lighter;
  font-size: 18pt;
  color: #000;
  outline: none;
}
.cat-item h3 {
  font-size: 14pt;
  margin: 0;
}




.desc-de-item h3 {
    text-align: center;
    font-family: nexab;
    font-size: 26px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding: 20px;
    color: #333;
    display: block;
    text-transform: uppercase;
}
.desc-de-item h3 span {
    font-size: 50px;
    text-align: center;
    color: #333;
    display: block;
    padding-bottom: 20px;
}
.desc-de-item a {
    color: #000;
    font-family: nexab;
    padding: 15px 23px;
    border: solid 4px #000;
    text-transform: uppercase;
    background: transparent;
    text-align: right;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.desc-de-item a:hover {
    color: #fff;
    background: #000;
}
.desc-de-item p {
    text-align: center;
    color: #777;
    font-size: 17px;
}







@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
}








.drawer-nav ul > li {
    border-top: solid 1px rgba(255, 255, 255, 0.125);
}
.drawer-nav ul > li:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.drawer-menu-item {
  font-size: 1em;
  display: block;
  padding: 1.1em .75em;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.225em;
  outline: 0;
  text-transform: uppercase;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -36.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 0;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  -webkit-transition: right .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0.65rem;
  display: block;
  box-sizing: content-box;
  width: 3rem;
  padding: 0;
  padding-top: 20px;
  padding-right: 1.75rem;
  padding-bottom: 30px;
  padding-left: 2.75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background: rgb(153,38,208);
background: -moz-linear-gradient(left, rgba(153,38,208,1) 0%, rgba(222,58,182,1) 100%);
background: -webkit-linear-gradient(left, rgba(153,38,208,1) 0%,rgba(222,58,182,1) 100%);
background: linear-gradient(to right, rgba(153,38,208,1) 0%,rgba(222,58,182,1) 100%);
    background-clip: border-box;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9926D0', endColorstr='#DE3AB6',GradientType=1 );
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
  border-top: 0 !important;
}

.drawer-dropdown-menu-item {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: block;
    border: 0;
  padding-right: .75rem;
  padding-left: 1.5em;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing: 0.225em;
  font-size: 0.8em;
  color: #fff;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: none;
  color: #555;
  background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
