body{
	font-family: 'Titillium Web', sans-serif;
	background: #efefef;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/


nav .container {position: relative;}
nav .logo {position: relative; float:left; width: 20%; padding: 10px 0 }
nav ul {list-style: none; padding: 0;}
.top-nav li {position: relative; }
.top-nav li ul {position: absolute;}
nav a {text-decoration: none;}
.top-nav ul {min-width: 200px; text-align: center;}
footer .top-nav {width: 100%;}
/*PRIMER NIVEL*/
.top-nav {
  padding-top:20px;
  list-style-type: none;
  text-align: justify;
  float: right;
  padding: 10px 0px;
  transition: all 0.5s;
  margin-top: 10px;
  width: 100%;

  display: flex;
  justify-content: space-between;

}
.top-nav > li.stretch {display: inline-block;    width: 100%; padding: 0; margin: 0; height: 0px;
        /*if you need IE6/7 support */  *display: inline;    zoom: 1; border:0;}
.top-nav > li{display: inline-block; padding: 10px 0px; transition: all 0.5s;}

.top-nav > li:focus > a, .top-nav > li:hover > a {color: #fff;  background-color: #cd373c;}
.top-nav > li:focus > a.icon-wp, .top-nav > li:hover > a.icon-wp {color: #fff;  background-color: transparent; }
/*SEGUNDO NIVEL*/
/*.top-nav li li { overflow: hidden; max-height: 0px; transition: all 0.5s}*/
.top-nav ul {display: none}
.top-nav li li a{color: #fff; display: block; width: 90%; margin: 5px 5%; border-radius: 5px}
.top-nav li li a:hover, .top-nav li li a:active, .top-nav li li a:focus{ background-color: #343434; font-weight: 700;}
/*.top-nav li:hover > ul > li, .top-nav li:active > ul > li, .top-nav li:focus > ul > li {overflow: visible; max-height: 1000px}*/
.top-nav li  ul {   
  background-color: #cd373c;
  padding: 0px;
  width: 100%;
  z-index: 9;
}
.top-nav li > ul { margin-top: 5px; }
/*TERCER NIVEL*/
.top-nav li li > ul {display: none}
.top-nav li ul > li > ul { left: 100%; top: 0}
.top-nav li ul > li{
  list-style: none;
}
.top-nav ul ul {left: 100%}
.bg-yellow{
	background: #feee83;
}

.top-nav li:hover > ul{
  display: block;
}

.line-top{
	background: #cd373c;
	width: 100%;
	height: 5px;
}

.w-top{
  -webkit-box-shadow: inset 0px 83px 68px -23px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0px 83px 68px -23px rgba(0,0,0,0.8);
  box-shadow: inset 0px 83px 68px -23px rgba(0,0,0,0.8);

	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9;
}

.w-nav{	
	height: 108px;
	width: 100%;
	margin-top: 20px;
}

.cabezote-home{
	width: 100%;
	height: 600px;
	background: url(../images/home.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-content-body{  
  background: url(../images/bg-registro.png) no-repeat right bottom !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cabezote{
	width: 100%;
	height: 400px;	 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bar-red{
	width: 100%;
	background: #cd373c;
}

.top-nav li a{
	font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    color: white;
    position: relative;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.w-tels-info{
	position: absolute;
  right: 0px;
  margin-right: 40px;
  top: 0px;
  margin-top: -20px;
  z-index: 9;
}

.w-tels-info a{
	color: #fff;
  border-bottom: solid 1px;
  position: relative;
  margin-right: 32px;
  font-size: 15px;    
  padding: 5px 10px;
  display: inline-block;
}

.w-tels-info a img{
	margin-right: 4px;
	margin-top: -6px;
}

.w-tels-info a:hover{
	text-decoration: none;
}


.btn-top-left:before{
	content: "";
    position: absolute;
    left: 0px;
    margin-left: -24px;
    top: 16px;
    height: 1px;
    width: 32px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
}

.btn-top-left:after{
	content: "";
    position: absolute;
    right: 0px;
    margin-right: -23px;
    top: 16px;
    height: 1px;
    width: 32px;
    background: #fff;
    transform: rotate(145deg);
    -webkit-transform: rotate(116deg);
    -moz-transform: rotate(145deg);
    -o-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
}

.btn-top-right{
	background: #cd373c;
	border-bottom:none !important;
}

.btn-top-right:before{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 32px 0;
    border-color: transparent #cd373c transparent transparent;
    position: absolute;
    left: 0px;
    margin-left: -20px;
    top: 0px;
}

.btn-top-right:after{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:32px 20px 0px 0px;
    border-color: #cd373c transparent transparent transparent;
    position: absolute;
    right: 0px;
    margin-right: -20px;
    top: 0px;
}

.text-home h1{
	color: #feee83;
	font-size: 60px;
	font-weight: 600;
  font-family: 'Playfair Display', serif;
}

.text-home p{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.btn-white{
	background: #efefef;	
	color: #505050;
	border: solid 1px #505050;
	padding: 10px 30px;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.5s;
}

.btn-white:hover{
	text-decoration: none;
	background: #505050;
	color: #efefef;
}

.btn-red{
	background: #cd373c;	
	color: #fff;
	border: solid 1px #fff;
	border-radius: 20px;
	display: inline-block;
	transition: all 0.5s;
}

.btn-red:hover{
	text-decoration: none;
	background: #505050;
	color: #efefef;
}

.btn-green{
  background: #44a354;  
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
}

.btn-green:hover{
  text-decoration: none;
  background: #505050;
  color: #efefef;
}

.title-orange{
	color: #feee83;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
  font-family: 'Playfair Display', serif;	
  line-height: 22px;
}

.w-slider{
	width: 100%;
	background: #000;
}

.ultimos-trabajos{
	background: #fff;
	background: #efefef;
}

.text-bg{
	color: #dadada;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 48px;
}

.text-bg-title{
	position: absolute;
	color: #000;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
}

.btn-select{
	background: #cbcbcb;
	width: 100%;
	margin-top: 20px;
	font-weight: 600;
}

.circle{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    padding: 2px;
    margin: auto;
    color: #343434;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-top: -24px;
}


.circle-big{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: solid 1px #fff;
  padding: 2px;
  color: #343434;
  font-size: 44px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  text-align: center;
  line-height: 62px;
  position: relative;
 }

 .circle-big span{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 10px;
    font-size: 12px;
    margin-right: -45px;
    width: 60px;
    text-align: left;
 }

.desc-thum{
	border-right: solid 1px #bababa;
	border-left: solid 1px #bababa;
	border-bottom: solid 1px #bababa;
	padding-bottom: 10px;
	background: #fff;
}

footer{
	width: 100%;
	background: #292929;
}

.footer-foot{
	height: 40px;
	background: #181717;
	bottom: 0px;
	width: 100%;
}

.color-white{
	color: #fff;
}

.link-page:hover{
	color: #cd373c;
	text-decoration: none;
}

.icon-footer{
	color: #949494;
    border: solid 1px;
    font-size: 26px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 3px;
}

.head-body{
	background: #dadada;
	height: 46px;
  padding: 0px;
}

.content-body{
	background: #fff;	
  padding: 0px 28px;
}

.nav-head-body{
	padding: 0px;
	margin: 0px;
}

.nav-head-body li{
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
}

.nav-head-body li a{
	color: #343434;
	font-weight: 300;
}

p{
	font-size:15px;
	font-weight: 100px;
	color: #343434;
	line-height: 18px;
}

.group 			  { 
  position:relative; 
  margin-bottom:15px; 
}
input 				{
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #cd373c;
}

.triangle-bottom-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #cd373c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#808080; 
  font-weight:600;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-10px;
  font-size:12px;
  color:#808080;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#cd373c; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#cd373c; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#cd373c; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.upload-file{
  background: #e8bbbd;
  color: #cd373c;
}

.upload-file input{
  opacity: 0;
}

.upload-file label{
  color: #cd373c;
  width: 100%;
  text-align: center;
}

#datetimepicker12{
  border: solid 1px #c1c1c1;
  padding: 0px 0px 70px 0px;
}

.desc{
  font-size: 15px;
}

.desc a{
  color: #0097a7;
}

.desc ul li, .desc ol li{
  font-weight: 600;
  color: #343434;
}

.desc ul{
    list-style-image: url('../images/bullet.png');
}

blockquote{
  border: none;
  color: #616161;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  position: relative;
  width: 67%;
  margin: auto;
}

blockquote p{
  font-size: 18px !important;
  color: #616161;
}

blockquote:before{
  content: url(../images/quote-left.png);
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -15px;
  margin-left: -30px;
}

blockquote:after{
  content: url(../images/quote-right.png);
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -15px;
  margin-bottom: -20px;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 15px;
    color: #868686;
    background-color: #feee83 !important;
    border: none !important;
    font-size: 18px;
    font-weight: 600;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

.pagination > li.active a{
  color: #343434 !important; 
}

.panel-collapsable .panel-heading h4:after {
    content: "";
    float: right;
    margin-right: -20px;
    cursor: pointer;

    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14.5px 0 14.5px;
    border-color: #343434 transparent transparent transparent;
}

.panel-collapsable .panel-heading h4.triangle-top:after {
    content: "";
    float: right;
    margin-right: -20px;
    cursor: pointer;

    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14.5px 16px 14.5px !important;
    border-color: transparent transparent #343434 transparent !important;
}


.panel-collapsable .collapsed h4:after {
  content: "\e080";
}

.panel-heading:hover{
  cursor: pointer;
}

.panel-heading .btn-group {
  float: right;
}

.panel-primary > .panel-heading {
  color: #343434;
  background-color: #cbcbcb;
  border: none;
}

.panel-primary {
  border:none;
}

.panel-body{
  background: #e9e9e9;
  color: #616161;
  font-size: 15px;
}

.triangle-bottom {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14.5px 0 14.5px;
    border-color: #343434 transparent transparent transparent;
}

.item-blog{
  color: #616161;
}

.item-blog:hover .mask, .item-work:hover .mask{
    background-color: rgba(142, 142, 142, 0);
    background: rgba(142, 142, 142, 0);
    color: rgba(142, 142, 142, 0);
}

.item-blog:hover img, .item-work:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);  
}

.item-blog .mask, .item-work .mask{
    background-color: rgba(142, 142, 142, 0.4);
    background: rgba(142, 142, 142, 0.4);
    color: rgba(142, 142, 142, 0.4);
    position: absolute;
    width: 100%;    
    max-height: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.item-work .mask{
  position: relative;
}

.item-blog img, .item-work img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.desc-short{
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #616161;
}

.desc-long{
  font-size: 16px;
  color: #616161;
  font-weight: 400;  
}

.content-photos{
  background: #e9e9e9;
}

.item-album{
  background: #fff;
  font-weight: 600;
  color: #616161;
  padding: 4px 8px;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
}

.img-album{
  display: inline-block;
  width: 33.33%;
  float: left;
  position: relative;
  padding:2px;
}

.btn-seguir{
  background: rgb(251,251,251); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  padding: 4px 6px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  border: solid 1px #dedede;
  color: #cf4856;
}

.btn-seguir:hover{
  color: #cf4856;
  text-decoration: none;
}

.bg-input{
  background: #e9e9e9;
}

.link-terminos{
  color: #0097a7;
  font-size: 15px;
  text-decoration: underline;
}

label.error{
  color: #ef6565 !important;
  top: 2px !important;
}

.dropdown-menu>li>a {  
  text-transform: uppercase;
}

.dropdown-menu {    
  min-width: 280px;
}

.delete-gal {
    position: absolute;
    top: 0px;
    margin-top: -10px;
    margin-left: -5px;
    color: rgb(205, 27, 27);
}

#circularG{
    position:relative;
    width:33px;
    height:33px;
    margin: auto;
}
.circularG{
    position:absolute;
    background-color:rgba(0,0,0,0.61);
    width:8px;
    height:8px;
    border-radius:5px;
        -o-border-radius:5px;
        -ms-border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
    animation-name:bounce_circularG;
        -o-animation-name:bounce_circularG;
        -ms-animation-name:bounce_circularG;
        -webkit-animation-name:bounce_circularG;
        -moz-animation-name:bounce_circularG;
    animation-duration:0.768s;
        -o-animation-duration:0.768s;
        -ms-animation-duration:0.768s;
        -webkit-animation-duration:0.768s;
        -moz-animation-duration:0.768s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}
#circularG_1{
    left:0;
    top:13px;
    animation-delay:0.288s;
        -o-animation-delay:0.288s;
        -ms-animation-delay:0.288s;
        -webkit-animation-delay:0.288s;
        -moz-animation-delay:0.288s;
}
#circularG_2{
    left:3px;
    top:3px;
    animation-delay:0.384s;
        -o-animation-delay:0.384s;
        -ms-animation-delay:0.384s;
        -webkit-animation-delay:0.384s;
        -moz-animation-delay:0.384s;
}
#circularG_3{
    top:0;
    left:13px;
    animation-delay:0.48s;
        -o-animation-delay:0.48s;
        -ms-animation-delay:0.48s;
        -webkit-animation-delay:0.48s;
        -moz-animation-delay:0.48s;
}
#circularG_4{
    right:3px;
    top:3px;
    animation-delay:0.576s;
        -o-animation-delay:0.576s;
        -ms-animation-delay:0.576s;
        -webkit-animation-delay:0.576s;
        -moz-animation-delay:0.576s;
}
#circularG_5{
    right:0;
    top:13px;
    animation-delay:0.672s;
        -o-animation-delay:0.672s;
        -ms-animation-delay:0.672s;
        -webkit-animation-delay:0.672s;
        -moz-animation-delay:0.672s;
}
#circularG_6{
    right:3px;
    bottom:3px;
    animation-delay:0.768s;
        -o-animation-delay:0.768s;
        -ms-animation-delay:0.768s;
        -webkit-animation-delay:0.768s;
        -moz-animation-delay:0.768s;
}
#circularG_7{
    left:13px;
    bottom:0;
    animation-delay:0.864s;
        -o-animation-delay:0.864s;
        -ms-animation-delay:0.864s;
        -webkit-animation-delay:0.864s;
        -moz-animation-delay:0.864s;
}
#circularG_8{
    left:3px;
    bottom:3px;
    animation-delay:0.96s;
        -o-animation-delay:0.96s;
        -ms-animation-delay:0.96s;
        -webkit-animation-delay:0.96s;
        -moz-animation-delay:0.96s;
}
@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }
    100%{
        transform:scale(.3);
    }
}
@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }
    100%{
        -o-transform:scale(.3);
    }
}
@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }
    100%{
        -ms-transform:scale(.3);
    }
}
@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }
    100%{
        -webkit-transform:scale(.3);
    }
}
@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }
    100%{
        -moz-transform:scale(.3);
    }
}

/* MEDIA QUERIES */

@media (max-width: 768px){ 
  .remove-padding{
    padding: 0px !important;
  }
  .btn-red{    
    padding: 10px 13px;
    margin-top: 30px;   
  }
  .pagination > li > a, .pagination > li > span {
    font-size: 13px;
  }
  .nav-head-body li{
    font-size: 12px;
  }
  h2, .h2 {
    font-size: 22px;
  }

  .btn-green{
    padding: 10px 10px;
    width: 100%;    
  }

  .btn-social{
    margin-top: 10px;
  }
}

@media (min-width: 320px){  
  .text-bg{
    font-size: 32px;
    line-height: 32px;
  }  
  .bar-red{
    height: 160px;
  }
  .text-home h1{
    font-size: 40px;
  } 
  footer{
    height: 230px;
  }
  .content-footer{
    height: 200px;
  } 
  .w-redes{
    margin-top: 15px;
  }
}
@media (min-width: 768px){ 
  .text-bg{
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 992px){
  footer{
    height: 150px;
  } 
  .text-bg{
    font-size: 48px;
    line-height: 48px;
  }
  .btn-red{    
    padding: 10px 30px;    
  }
  .bar-red{
    height: 100px;
  }
  .text-home h1{
    font-size: 60px;
  }
  .content-footer{
    height: 110px;
  }
  .w-redes{
    margin-top: 45px;
  }
}
@media (min-width: 1200px){
 
}

@media (max-width: 780px){
  .top-nav {
    text-align: center;
    width: 100%;
    float: none;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    overflow-y: auto;
    right: -100%;
    position: fixed;
    top: 10px;
    transition: all 0.4s;
    display: block;
    padding-top: 80px;
  }

  .top-nav li{
    width: 100%;
    position: relative;
    display: block;
  }

  .top-nav > li a {
    color: white;
    position: relative;
    padding: 10px;
    transition: all 0.0s;
    cursor: pointer;
    width: 100%;
  }

  .w-nav {
    height: 100px;
  }

  .w-top{
    position: fixed;
  }

}

#menuToggle {display: none}

#menuToggle {
    position: absolute;
    top: 1px;
    right: -100px;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle:hover {
    color: #f2f2f2;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.top-nav.mostrarmenu{right: 0%}