/*Mobile*/

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

#scroll-cuerpo {
  position: absolute;
  right: 0;
  width: 100%;
}

/* HEAADER--------------------------------------------------------------------------------------- */
#aside {
    position: sticky;
    top: 0;
    height: 100vh; 
    display: none;
}

#header{
  display: none;
}

#asideMobile {
  /* background: #313336; */
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 35%;
  position: fixed;
  bottom: 20%;
  z-index: 3;
  transition: 0.6s ease;
  border-radius: 0 15px 15px 0;
}

#asideMobile.active {
  width: 80%;
  height: 60%;
  background: #313336;
}

#asideMobile .iconos-aside{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 6px;
}

#asideMobile .contenidointerior{
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80vw;
  background: red;
  position: relative;
}

#contenedoriconos-interior{
  position: absolute; 
  bottom: 0; 
  left: 0; 
  background: #313336; 
  border-radius: 0 15px 15px 0; 
  padding: 25px 5px; 
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  height: 320px;
}

#asideMobile .contenidointerior .iconos-aside-info{
  margin: 10px 0;
}

#asideMobile .contenidointerior .iconos-aside-info p br{
  display: none;
}

#asideMobile .contenidointerior .interno .datos-contact-mobile{
  display: none !important;
}

#asideMobile .contenidointerior .interno{
  transform: translate(-100%);
  transition: 0.6s;
}

#asideMobile:hover .contenidointerior .interno{
  transform: translate(0);
}


#asideMobile .contenidointerior #cierreAsidemobile{
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 25px;
  cursor: pointer;
}


/* menu mobile */
.menu_mobile {
  display: block;
}
#menu_mobile ul li{
  margin: 15px 0;
}
#menu_mobile ul li a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#menu_mobile ul li .dropdown-item{
  color: #fff;
  background: #542b1b;
}

#menu_mobile ul .dropdown .dropdown-toggle .dropdown-menu li .dropdown-item{
  margin: 0;
}


.menu_mobile{
  position: relative;
}

#a-prueba{
  color: red;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: lighter;
}

.mobile-menu-btn{
    width: 15%;
    height: 8%;
    position: fixed;
    top: 20px;
    background: transparent;
    z-index: 3;
    right: 20px;
    cursor: pointer;
}

.mobile-menu-btn img{
  width: 100%;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  background-color: rgba(0,0,0, 0.8);
  z-index: 4;
  display: none;
  transition: 0.3s ease;
}

#cerrarMenu {
  position: absolute;
  top: 10%;
  left: 10%;
  color: #fff;
  z-index: 5;
  display: none;
  font-size: 4rem;
  font-weight: lighter;
  transition: 0.3s ease;
  cursor: pointer;
}

#drop-down{
  background-color: transparent !important;
  position: relative !important;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 0px) !important;
  border: none;
  /* transition: 0.6s ease; */
}

.mobile-menu.open {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: derechaizquierda 0.5s forwards;
}
.mobile-menu-btn.hide {
  transform: translateX(150%); 
  transition: 0.3s ease;
}
.mobile-menu-btn.volver{
  animation: prueba 0.5s;
}

.mobile-menu.cerrado{
  transform: translateX(100%);
  transition: 3s ease;
}

@keyframes derechaizquierda {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(0);
  }
}
@keyframes prueba {
  from {
      transform: translateX(150%);
  }
  to {
      transform: translateX(0);
  }
}


/* menu mobile */


/* PAGINA DE INICIO------------------------------------------------------------------------------------------------- */

#swiperInicio{
  height: 80vh;
}

#swiperClientes{
  width: 40%;
  padding-top: 40px;
}

#swiperClientes .swiper-slide img{
  height: 100%;
}

#swiperInicio .swiper-slide .texto_hero h1 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#swiperInicio .swiper-slide .texto_hero p {
  font-size: 1rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#proximamente_proyectos .contenedor-proximo{
  display: none !important;
}
#proximamente_proyectos .titulo-vertical-inicio{
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #868789;
  background: #313336;
  text-align: center;
  border-radius: 0px 0px 60px 0px;
}

#video_inicio_banner{
  display: none;
}

#video_inicio_banner_mobile{
  display: block;
  width: 100%;
  height: 100%;
} 

/* PAGINA DE NOSOTROS ------------------------------------------------------------------------------------------------- */

#swiperClientesN{
  width: 60%;
}

#swiperProyectos .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#swiperProyectos .swiper-slide img {
  display: block;
  width: 40%;
  height: auto;
  object-fit: contain;
}

#swiperProyectos {
  width: 100%;
  height: 10%;
  margin: auto;
}



/* PROYECTOS ESTILOS------------------------------------------------------------------------------------------------ */

#cuerpoproyecto .contenedor-proyectos-mobile h2{
  color: #f0a28a;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#cuerpoproyecto .contenedor-proyectos-mobile{
  border-radius: 0px 0px 60px 0px;
}

#cuerpoproyecto .proximo-int h2{
  color: #7c9bc5;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#bajadaproyecto .iconos-proximamente-proyecto{
  width: 25%;
  padding-top: 20px;
  align-items: center;
}


#bajadaproyecto .texto-bajada-proyecto .iconos-proximamente-proyecto p{
  width: 100px !important;
}

#video_header_strip_desk{
  display: none;
}

#video_header_strip_mobile{
  display: block;
}

#map-box-proyectos{
  width: 100%; 
  height: 80vh; 
  position: relative;
}

/* ESTILOS ARRIENDA CON NOSOTROS----------------------------------------------------------------------------------------------------------------- */
#logosArriendo  .swiper-slide img {
  display: block;
  width: 70%;
  height: 100%;
  object-fit: cover;
}


/* ESTILOS FOOTER-------------------------------------------------------------------------------------------------------------------------------- */
#footer-img{
  width: 50%;
}

}

