.nav-movil {
  display: none;
  position: absolute;
  top: 8px;
  right: 0;
  background: #ccd0d3;
  height: 45px;
  width: 50px;
  border-radius: 5px;
}

@media screen and (max-width: 979px) {
  .banderas {
    margin-top: -25px;
  }
  
  .nav-movil {
    display: block;
  }

  .nav-menu {
    display: none;
  }
}

#nav-boton {
  position: absolute;
  left: 9px;
  top: 16px;
  cursor: pointer;
  width: 20px;
  height: 10px;
  padding: 5px 15px 15px 0px;
  /*background: #fff;*/
  z-index:1;
}
@media screen and (min-width: 980px) {
  .nav-menu {
    display: block !important;
  }
}

@media screen and (max-width: 979px) {
  .nav-movil {
    display: block;
  }

  .nav-menu {
    display: none;
    margin-top: 70px;
  }
  
  .nav-menu li {
    float: none;
  }
  .nav-menu li a {
    padding: 20px;
    line-height: 20px;
  }
  .nav-menu li ul li a {
    padding-left: 30px;
  }
  
  .nav-submenu {
    position: static;
  }
}

#nav-boton span,
#nav-boton span:after,
#nav-boton span:before {
  transition: all 500ms ease-in-out;
  border-radius: 3px;
  height: 3px;
  width: 32px;
  position: absolute;
  display: block;
  content: "";
  background: #fff;
}
#nav-boton span:before {
  top: -8px;
}
#nav-boton span:after {
  bottom: -8px;
}



@media screen and (max-width: 480px) {
    
    body {
    padding: 20px 15px 15px 15px;
    }
    
.header {
  box-sizing: border-box;
  width: 100%;
  background: url(../images/logo.png) no-repeat top left;
  padding-top: 10px;
}
    
    nav {
    padding-top: 30px;
    }
    
    
     nav {
        border-bottom: 0;
        height: auto;
    }
 
    nav ul {
     display: none;
     height: auto;
     width: 100%!important;
     text-align: left;
     margin-top: 0px!important;
    }
 
    nav li {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0 10px 0 !important;
  border-bottom: 1px solid #eee;
  margin: 0;
    }
 
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
 
    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
    }
 
    nav a#pull:after {
  content: "";
  background: url(../images/nav-icon.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -20px;
  border: 1px solid #eee;
    }
    
    
    
    
    /* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
    clear: both;
}
 
.clear {
    *zoom: 1;
}
 
a#pull {
    display: none;
}



    h1 span {
	color: #FFF;
	font-size: 90%;
	}
    
    #content-top {
  height: 123px;
    float: left;
    }
    
    .content-top-img {
	box-sizing: border-box;
	width: 100%;
	max-width: 480px;
	height: 200px;
	margin: 0 auto;
	display: block;
	background: url(../images/top.png) no-repeat bottom center;
    }
    
    #content-top h1 {
   width: 100%;
   margin: 0 auto;
   padding: 20px 0 10px 0;
   font-size: 135%;
   letter-spacing: 1px;
   text-transform: uppercase;
   line-height: 1.2em;
   color: #6b625e !important;
   font-weight: 300;
   float: left;
   clear: both;
}

#content-top p {
  width: 95%!important;
  margin: 0 auto;
  padding: 10px;
  font-size: 80%;
  color: #FFF;
  line-height: 1.5em;
  font-weight: 100;
  display: block;
  bottom: 0;
  font-weight: 300;
}

#content-top-int {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  margin: 20px 0 0 0;
  background-color: #758b92;
  position: relative;
  float: left;
}

ol {
display: none;
}

#company {
	clear: both;
}

.imgedif{
	width: 100%;
}

#companyint_b p {
  display: block;
  font-weight: 300;
  font-size: 140%;
  line-height: 1.5em;
  text-align: justify!important;
  float: left;
  width: 100%;
}

.ico_tren {
	background: url(../images/ico_tren.png) no-repeat top left;
    padding: 55px 10px 0 0px;
    margin-bottom: 5px;
}

.ico_metro {
	background: url(../images/ico_metro.png) no-repeat top left;
    padding: 55px 10px 0 0px;
	margin-bottom: 5px;
}

.ico_bus {
	background: url(../images/ico_bus.png) no-repeat top left;
	padding: 55px 10px 0 0px;
    margin-bottom: 5px;
}

.destacado {
	width: 100%;
	height: auto;
}

.cita_p {
	line-height: 30px;
}

#equipo img {
	width: 100%;
}

#block {
	float: left;
	margin-bottom: 20px;
}


.oficinas, .domiciliaciones, .salasreuniones, .aulasformacion {
  width: 100%;
  margin: 0 auto;
}

.map {
	width: 100%;
}

#text_location {
	padding: 10px;
}

#services ul{
	margin: 0;
	padding: 0;
}

#services ul li {
	padding: 5px 5px 5px 0;
	margin-left: 20px;
	background: none;
    list-style-type: circle;
}

#services p{
  line-height: 25px;
  width: 100%;
  display: block;
  float: left;
}

.destacado2 {
	width: 100%;
}

.separador {
	display: none;
}

.cita_servicios {
	margin-bottom: 20px;
}

ul.bjqs {
	height: 220px !important;
}

ul.bjqs li img {
  width: auto !important;
  height: 320px !important;
  margin-top: -80px!important;
  display: block;
  position: relative;
  left: -60% !important;
}

ul.bjqs li p {
bottom: 0 !important;
position: absolute !important;
}

.header {
	margin: 0 auto;
}

.phone {
  float: left;
  font-size: 80%;
  display: none;
  font-weight: 100;
  background: none;
  padding: 8px 0 10px 0px;
}
  
#text_location p {
  width: 100%;
}

#block_text_location {
	width: 100%;
	float: left;
}

.ico_tren {
	width: 90%;
}

.ico_metro {
	width: 90%;
}

.ico_bus {
	float:left;
	width: 90%;
}

ol.bjqs-markers.h-centered {
	display: none!important;
}

#lightbox-container-image-box {
	width: 100% !important;
	height: auto !important;
}

.clearfix li{
	list-style-type: none;
}

#jquery-overlay {
  width: 100%;
  height: auto;
}
.contact_form input, .contact_form textarea {
	width: 100%;
}

form {
	width: 100%;
}

.contact_form ul {
	width: 90%;
}
.comillas-fin {
	bottom: 0;
}

.logo {
  top: 0px !important;
}

.imagen_home img{
  width: 100%;
}

}

@media screen and (max-width: 768px) {

body {
            padding: 20px 15px 15px 15px;
    }
    
.header {
  box-sizing: border-box;
  width: 100%;
  background: url(../images/logo.png) no-repeat top left;
  padding-top: 10px;
}
  
.phone {
 	 display: none;
	}


.clearfix li{
	list-style-type: none;
}

.contact_form input, .contact_form textarea {
	width: 100%;
}

form {
	width: 40%;
}

.contact_form ul {
	width: 70%;
}

.centroforzado {
text-align: center !important;
}

.comillas-fin {
	bottom: 0;
}
	ul.bjqs li {
	height: 125px!important;
}

ul.bjqs li img {
  width: auto !important;
  height: 320px !important;
  margin-top: -100px!important;
  display: block;
  position: relative;
  left: -60px;
}

}





@media screen and (max-width: 1024px) {
    body {
            padding: 20px 15px 15px 15px;
    }
    
.header {
  box-sizing: border-box;
  width: 100%;
  background: url(../images/logo.png) no-repeat top left;
  padding-top: 10px;
}
  
    .phone {
 	 display: none;
	}
	
	ul.bjqs li {
	height: 125px!important;
}

ul.bjqs li img {
  width: auto !important;
  height: 320px !important;
  margin-top: -100px!important;
  display: block;
  position: relative;
}


ol.bjqs-markers.h-centered {
  z-index: 9000;
  position: absolute;
  top: 95px;
  display: table;
  margin: 0 auto;
}

ol.bjqs-markers {
	width: 100px;
}

.clearfix li{
	list-style-type: none;
}

nav ul {
  height: auto;
  width: auto;
  float: right;
    }
    
#content-top {
  box-sizing: border-box;
  width: 100%;
  height: 220px!important;
  margin: 20px 0 0 0;
  background-color: #758b92;
  position: relative;
}

.comillas-fin {
	bottom: 0;
}

}

@media screen and (max-width: 480px) {
ul.bjqs li {
	height: 220px !important;
}
}

@media screen and (max-width: 979px) {
.phone {
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 400;
    color: #001756;
    padding: 8px 0 10px 35px;
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ffffffed;
    z-index: 100;
}
