.dropdown>.dropdown-menu {
    transition: 0.3s all ease-in-out;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    margin-top:-5px;
  }

  .dropdown-menu a{
 font-family: sans-serif;
 font-weight: bold;
 font-size:14px
  }

 #sidebar .dropdown-menu a{
 color: black;
  }
  #sidebar {
  width: 250px;
  position: fixed;
  display: none;
  height: 100vh;
  z-index: 999;
  background: #7386D5;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#mainNav {
  z-index: 997;

}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
  color:#1abc9c;
  background-color:transparent !important;
}
#empresa {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  scroll-behavior: smooth;
}
#empresa::before { 
display: block; 
content: " "; 
margin-top: -150px; 
height: 150px; 
visibility: hidden; 
pointer-events: none;
}

#empresa a:hover{
  text-decoration: none;
  color: darkslategray;
}
#empresa a{
  text-decoration: none;
  color: black;
}

#redesi::before { 
display: block; 
content: " "; 
margin-top: -150px; 
height: 150px; 
visibility: hidden; 
pointer-events: none;
}

#page-top {
  width: 100%;   
  background-color: #EFEEE9; 
}

#sidebar {
  background-color: gray;
  left: auto;
}
#sidebar.active {
  display: block;
  left: auto;
  width: 40%;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: darkslategray;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #7386D5;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: darkslategray;
}
#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a {
  color: white;
}
#sidebar ul li a:hover {
  color: white;
  background: black;
}
#top-wrapper {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 997;
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#top-wrapper .icon-bar {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  overflow: auto;
}
#top-wrapper .icon-bar ul {
  display: inline-block;
  list-style: none;
  margin: 0;

}
#top-wrapper .icon-bar ul li {
  float: left;
  padding: 0 16px;
  border-right: 1px solid #fff;
}
#top-wrapper .icon-bar ul li:last-child {
  border: none;
}

#top-wrapper hr{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.icon-bar .fa {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: auto 3px;
  width: 30px;
  font-size: 15px;
  text-align: center;
}
a.btn-social,
.btn-social
{
  border-radius: 50%;
  color: #ffffff !important;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s;
  -webkit-transition: background-color .3s;
  width: 54px;
}

.btn-social .fa,.btn-social i
{
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
  color: #fff;
  outline: none;
  text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}
.btn-facebook
{
  background-color: #3b5998;
}
.btn-facebook:hover
{
  background-color: #4c70ba;
}
.btn-instagram
{
  background-color: #3f729b;
}
.btn-instagram:hover
{
  background-color: #548cb9;
}

.btn-twitter
{
  background-color: #55acee;
}
.btn-twitter:hover
{
  background-color: #83c3f3;
}

#social
{
  font-weight: 700;
  font-size: 25px;
  color: black;
  margin: 5px;
  text-decoration: none;
}

#socialrow a:hover
{
 color: gray 
}

#socialrow
{
margin-bottom: 20px;
}

#social .fa-twitter-square
{
  color: #00acee;
  vertical-align: middle;
  margin-right: 10px;
}

#social .fa-facebook-square
{
  color: #3b5998;
  vertical-align: middle;
  margin-right: 10px;
}

.navbar-brand{
font-weight: 700;
font-size: 40;
}
.navbar-brand img{
vertical-align: middle;
}
#landlogo{
  width: 40px;
  height: 40px;
  }
  #planologo{
    width: 90px;
    height: 40px;
    }  
  #land-body > div >h2 {
    font-style: italic;
    margin-bottom: 40px;
         }
  #brand-land{
    margin: auto;
    text-align: center;
    }
    #personal {
      padding: 0;
           }
  .card-body p{
      padding: 20px;
      width: 100%;
        }   
        .card-body div{
          text-align: right;
          padding-bottom: 0;
          margin: 0;
          cursor: pointer;
            } 

@media (max-width: 700px){
#Navmain{
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
  margin-left: 0;
}    
.navbar-brand{
font-weight: 650;
font-size: medium;
letter-spacing: -1px;
width: 70%;
}
#brand-land a{
  width: 100%;
  }
  #navbars-land a{
    font-size: 10px;
  }
  #navbars{
    margin-top: 0 !important;
  }
  .nav-emp {
    height: 50px;
    padding: 0;
  }
  #navbars-land {
    padding: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #navbars-land a{
    padding: 0 !important;
  }
  #rn-logo{
    width: 60px;
    height: 30px;
    }
  #planologo{
    width: 60px;
    height: 30px;
      }  
  .plano-brand{
    font-size: small;
    }    
}
.nav-emp {
  padding-top: 0!important;
  padding-bottom: 1rem !important;
}

#navbars{
  text-align: center;
  margin: auto;
}
.emp-container{
  max-width: 100%;
}
@media (max-width: 700px) {
  #about{padding-top: 115px !important}
  #about img{height: 100px !important}
  #contacttitle{font-size: 12px;
               padding-top: 160px !important;}
  #top-wrapper .icon-bar ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
#top-wrapper .icon-bar ul li:last-child {
  border: none;
}
.icon-bar .fa {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: auto 1px;
  width: 20px;
  font-size: 10px;
  text-align: center;
}
#sidebar-container {
  width: 20% !important;
}
#about-body {
  width: 80% !important;
  padding-top: 30px;
}
#about img{
  width: 80% !important;
}

#fundadores figure{
  margin: 40px 10px 50px 10px !important;
  }

#sidebar-container a {
  font-size: small;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#body-row {
  width: 20% !important;
}
#land-bg{
  padding-top: 150px !important;
 }
 #plano-bg{
  padding-top: 135px !important;
 }

#land-bg img{
  height: 130px !important;
    }

#plano-bg img{
    height: 100px !important;
    }

#land-body {
   text-align: center;
        }
.personal-card{
  flex-direction: column;
}
.proyect-card button{
  flex-direction: column;
}
.proyect-card span{
  margin: auto;
}
  }

#navbars li {
  display:inline;
  padding-left: 40px;
}

#navbars-land {
  padding-right: 40px;
  border-right: 1px solid #fff ;
}
ul #navbars-land:last-child {
  border: none;
}

ul.track li a{color: #213;}

footer.footer{
padding-top: 40px;
padding-bottom: 40px;
}
#planotec{
width: 100%;
}

#contacttitle{
background-color:lightgrey;
padding-top: 180px;
padding-bottom: 35px;
}

#about{
background-color:lightgrey;
padding-top: 110px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

#about img{
width: 85%;
height: 240px;
float: right;
}

#land-bg{
  background-color:lightgrey;
  padding-top: 140px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  }

  #land-bg img{
    width: 100%;
    height: 250px;
    }

#plano-bg{
    background-color:lightgrey;
    padding-top: 140px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    }

    #plano-bg :last-child{
      float: left;
      }
    
#plano-bg img{
    width: 50%;
    height: 150px;
        }

#fundadores figure{
  margin: 40px 110px 50px 110px;
  }
#fundadores figure p{
    margin-bottom: 0;
    }

#about-body
{
  width: 85%;
  float: right;
  padding:0;
  padding-top: 30px;
}

#historia::before,#valores::before,#objetivos::before,#fundadores::before { 
  display: block; 
  content: ' '; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
  }
  
.about-info{
  display: none;
}

.primary{
  display: block;
}
#about-body figcaption{
  font-size: 20px;
  font-weight: 600;
}

#sidebar-container a {
  height: 70px;
  display: flex;
  color: white;
  align-items: center;
}

#sidebar-container a:hover {
    text-decoration: none;
  }
#sidebar-container .menu-title {
  background-color: white;
  color: black;
  font-size: 15px;
  font-weight: 700;
  padding: 15px; 
  text-align: center;
  align-items: center;
  justify-content: center;
}

.circle-icon {
border-radius: 50%;
background-color: #82b1ff;
color: #fff;
width: 70px;
height: 50;
padding: 15px;
}
#form .btn{
background-color: #82b1ff;
border-radius: 5px;
color:white;
width: 120px;
}

*{ scroll-behavior: smooth; }


#body-row {
  margin-left:0;
  margin-right:0;
  top: 100px;
}

#sidebar-container {
  top: 110px;
  min-height: 100vh;   
  background-color: #333;
  padding: 0;
  position: fixed;
  width: 15%;
}

#sdlogo img{
  position: fixed;
  bottom: 0;
  align-items: center;
}

#collapseOne .row>div{
  display: flex;
  padding:20px;
}
#collapseOne .row{
  margin: 0;
}


#contact-card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#FFF;
  width: 100%;
}

#plano-body .card {
  margin-top:25px;
  margin-bottom:25px;
}

#contact-card .md-form i {
  float: left;
  padding-top: 10px  ;
}

#personal .col-lg-4{
  padding-left: 35px;
  padding-right: 35px;
}

.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  margin-top:50px;
  margin-bottom:10px;
  background-color:#FFF;
  width: 100%;
}

.card:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.card > .card-inner {
  padding:10px;
}
.card .header h4, h5 {
  margin-bottom: 0px;
  margin-top:0px;
  text-align: center;
}
.card .header {
  margin-bottom:5px;
}
.card img{
  width:100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
}

.cv-info{
  position: fixed;
  z-index: 10000;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  overflow-y: auto;
}

.proyect-card button{
  width: 100%;
  display: flex;
  align-items: center;
}


#land-clientes a, #land-clientes .row{
  align-items: center;
  text-align: center;
}
#land-clientes .col-sm-6, #land-clientes .col-xs-6{
  width: 50%;
}

#land-clientes .container-fluid{
  margin-top: 60px;
  margin-bottom: 60px;
}

#land-clientes {
  width: 100%;
  }

#mainNava {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
  }
  
  #mainNava .navbar-brand {
    color: #fff;
  }
  
  #mainNava .navbar-nav {
    margin-top: 1rem;
  }
  
  #mainNava .navbar-nav li.nav-item a.nav-link {
    color: #fff;
  }
  
  #mainNava .navbar-nav li.nav-item a.nav-link:hover {
    color: #1abc9c;
  }
  
  #mainNava .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
  }
  
  #mainNava .navbar-nav li.nav-item a.nav-link.active {
    color: #1abc9c;
  }
  
  #mainNava .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
  }

@media (min-width: 992px) {
#mainNava {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}

#mainNava .navbar-brand {
  font-size: 1.75em;
}
#mainNava.navbar-shrink {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#mainNava.navbar-shrink .navbar-brand {
  font-size: 1.75em;
}
}

div::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb
{
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #888;
}