/* Table Of Contents */


/* General Styling and Tags

Google Font

1.Header and Navigation
  - Header section

2.Slider Revolution
   - Slider section

3.About
   - About section

4.Counter
  - Counter section

5.Feature Box
 - Feature section

6.Team
  - Team section

7.Parallax Background
  - Parallax section

8.Portfolio
 - Portfolio section

9.Price Box
 - Price section

10.Testimonial
  - Testimonials section

11.Blog
  - Blog section

12.Contact
 - Contact section

13.Footer
 - footer

14.Responsive
 - Media Quries
                    */


/* ===================================
    Google font
====================================== */
.navbar { top: -20px}
.navbar.top-center-logo{
    position: absolute;
    width: 100%;/*102*/
    z-index: 99;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	height: 100px; top: 5px

}

.navbar.top-center-logo .navbar-nav{
    position: relative;
    
    -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;
}
.header-appear .navbar.top-center-logo .navbar-nav{
    top: 0;
}




.header-appear .navbar.top-center-logo{
    position: fixed;
    top: 0;
    height: 120px;
  	/*background: #F05423;*/
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
	justify-content: center;
    }



.top-center-logo .navbar-nav .nav-link{
    position: relative;
  /*  overflow: hidden;*/
  /*  padding-left: 1.5rem;
    padding-right: 1.5rem;*/
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.text-black{
    color: #000000;
}


.header-appear .top-center-logo .navbar-nav .nav-link{
    font-size: 18px;
}
.header-appear .navbar.top-center-logo {    background-image: url(../imagenes/fondo-nube-menu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: bottom;transition: 0.1s all; top: 0!important}
.header-appear * #site-logo-inner * img {    width: 108px;}
.header-appear * .w-215 {    width: 120px;}
/* logo top left navigation */

.navbar.top-left-logo{
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.navbar.top-left-logo .navbar-nav{
    position: relative;
    top: 150px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.header-appear .navbar.top-left-logo .navbar-nav{
    top:0;
}

.navbar.top-left-logo .container{
    position: relative;
}

.header-appear .navbar.top-left-logo{
    position: fixed;
    background: #FFFFFF;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.header-appear .whitecolor .navbar-nav .nav-link{
    color: #000000 !important;
}
.header-appear .bg-transparent{
    background-color: #FFFFFF !important;
}
.header-appear .whitecolor .nav-link.scroll.active{
    color:#FFFFFF !important;

}


.top-left-logo .navbar-nav .nav-link{
    position: relative;
    overflow: hidden;
    padding-right: 2.6rem;
    padding-left: 2.6rem;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}


.header-appear .top-left-logo .navbar-nav .nav-link{
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    color: #1b1e21;
}

.nav-line-left .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line-left .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -33px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ff6666;
    visibility: hidden;
    opacity: 0;
}
.nav-link{
    border:1px solid transparent;
   
}

.side-nav-btn{
    position: relative;
    /*position: absolute;
	top: 50px;
    right: 45px;*/
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms; 
	
}



.menucenter {
	justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.side-nav-btn span {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #555555;
    position: relative;
    top: 50%;
    margin-top: 6px;
    right: 0;
    -webkit-transition: all linear 300ms;
}
.side-nav-btn:hover span:nth-child(1),.side-nav-btn:hover span:nth-child(3){
    width: 60%;
    -webkit-transition: all linear 300ms;
}
.side-nav-btn.active{
    display: none;
}

.header-appear .side-nav-btn{  top: 7px;    right: 25%;    float: right;}

/* Side Menu */

.side-menu {
    width: 100%;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    /*background: #F05423;*/
    z-index:0;
    height: 100%;
    /*-webkit-transform: translate3d(-100%, 0, 0);*/
    /*transform: translate3d(-100%, 0, 0);*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    /*overflow: hidden;*/
    visibility: hidden;
}
.whitecolor{
    color: #FFFFFF !important;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index:999;
    opacity: 0.99;
    visibility: visible;
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 35px;
    right: 43px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.side-menu.right-btn .btn-close{
    right: 47px;
    left: auto;
}



.side-menu .inner-wrapper {
    padding: 9.5rem 2rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-content: flex-end;
}


.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
    width:100%
}

@media (max-width: 992px) {
	 .header-appear .side-nav-btn {
        top: -10px;
    }
    .menucenter {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
	.navbar { top: 0px}
	.header-appear .side-nav-btn { top: -36px; right: 11%;}
	.side-nav-btn{ float: right; right: 12px !important}
}