@font-face {
  font-family:"LEMON MILK Medium";
  src:url("../fonts/LEMONMILK-Medium.eot?") format("eot"),
  url("../fonts/LEMONMILK-Medium.woff") format("woff"),
  url("../fonts/LEMONMILK-Medium.ttf") format("truetype"),
  url("../fonts/LEMONMILK-Medium.svg#LEMONMILK-Medium") format("svg");
  font-weight:normal;
  font-style:normal;
}


@font-face {
  font-family:"The Lost Dungeon";
  src:url("../fonts/The_Lost_Dungeon.eot?") format("eot"),
  url("../fonts/The_Lost_Dungeon.woff") format("woff"),
  url("../fonts/The_Lost_Dungeon.ttf") format("truetype"),
  url("../fonts/The_Lost_Dungeon.svg#TheLostDungeon") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Montserrat-Bold";
  src:url("../fonts/Montserrat-Bold.eot?") format("eot"),
  url("../fonts/Montserrat-Bold.woff") format("woff"),
  url("../fonts/Montserrat-Bold.ttf") format("truetype"),
  url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Montserrat-Regular";
  src:url("../fonts/Montserrat-Regular.eot?") format("eot"),
  url("../fonts/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat-Regular.ttf") format("truetype"),
  url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight:normal;
  font-style:normal;
}

.pad {
  padding-left: 0px;
  padding-right: 0px;
}

body{
  background-image: url('../img/bg.webp'), linear-gradient(100deg, rgb(221, 97, 38) 0%, rgb(247, 158, 28) 46%, rgb(218, 88, 39) 100%);
  background-size: cover;
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  font-size: 18px;
  color: #000;
  font-family:"Montserrat-Regular";
}

.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#barra-menu{
  background-color:#c96e2f24;
}

.navbar-inverse{
  background-color: transparent;
  padding: 0;
}

#menu{
  padding-bottom: none;
  background: transparent;
  width: 100%;
  margin-bottom:0;
  border: none;
  min-height: 10px;
}

.menu {
  text-align:right;
  margin-top:3%;
  padding-bottom: 15px;
}

#navbar li{
  display: inline-block;
  margin: 0px 0px 0px 64px;
}

#navbar a{
  color:#fff;
  float: left;
  font-family:"LEMON MILK Medium";
  position: relative;
  display:inline-block;
  padding: 7px 0px;
  font-size: 20px;
}

#navbar a:hover{
  color:#000;
  text-decoration:none;
}

#navbar .selec{
  color:#000;
  text-decoration:none;
}

.btn-iniciar{
  padding-top: 45px;
  text-align: center;
  margin-top: 5%;
  background: rgb(255,183,63);
  background: radial-gradient(circle, rgba(255,183,63,1) 0%, rgb(233, 94, 0) 100%);
  padding-bottom: 111px;
}

#prehome{
  padding-top: 79px;
}

.btn {
  position: relative;
  font-size:79px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 174px;
  display: inline-block;
  border-radius: 6em;
  transition: all .2s;
  letter-spacing: 7px;
  border: none;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-family:"The Lost Dungeon";
  background: rgb(49,52,53);
  background: linear-gradient(180deg, rgba(49,52,53,1) 0%, rgba(18,17,19,1) 100%); 
 }
 
 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 }
 
 .btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }
 
 .btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
 }
 
 .btn::after {
  background-color: #fff;
 }
 
 .btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
 }

#contenido{
  margin-top:7%;
  padding-bottom: 45px;
}

 footer{
  background: rgb(222,97,39);
  background: linear-gradient(90deg, rgba(222,97,39,1) 0%, rgba(246,157,29,1) 46%, rgb(220, 92, 38) 100%); 
}

#web {
  text-align:right;
  padding: 5px 0px;
  position: relative;
} 

#web a {
  font-size: 13px;
  color:#ffffff52;
  background: url(../img/web.svg) no-repeat right;
  padding-right: 143px;
  text-decoration: none;
}

#redes{
  text-align: center;
  padding: 25px 0px;
}

.redes{
  background: rgb(49,52,53);
  background: linear-gradient(180deg, rgba(49,52,53,1) 0%, rgba(18,17,19,1) 100%);
  border-radius: 6em;
  padding: 8px 46px;
  display: inline-block;
}

#fb{
  background: url(../img/redes.webp) left no-repeat;
  width: 44px;
  height: 44px;
  margin-right: 18px;
  float: left;
  position: relative;
}

#fb:hover{
  background: url(../img/redes-h.webp) left no-repeat;
  width: 44px;
  height: 44px;
  margin-right: 18px;
  float: left;
  position: relative;
}

#in{
  background: url(../img/redes.webp) -65px no-repeat;
  width: 44px;
  height: 44px;
  margin-right: 18px;
  float: left;
  position: relative;
}

#in:hover{
  background: url(../img/redes-h.webp) -65px no-repeat;
  width: 44px;
  height: 44px;
  margin-right: 18px;
  float: left;
  position: relative;
}

#x{
  background: url(../img/redes.webp) right no-repeat;
  width: 44px;
  height: 44px;
  margin-right: 3px;
  float: left;
  position: relative;
}

#x:hover{
  background: url(../img/redes-h.webp) right no-repeat;
  width: 44px;
  height: 44px;
  margin-right: 3px;
  float: left;
  position: relative;
}

#about{
  margin-top: 2%;
}

.text-about p{
  color: #fff;
  font-size: 18px;
  text-align: right;
  line-height: 24px;
}

.text-about p span{
  color: #c50e86;
  font-family:"Montserrat-Bold";
}

.text-about{
  background: url(../img/about/bg-text.webp) no-repeat;
  padding-top: 140px;
  padding-bottom: 270px;
  padding-left: 66px;
  padding-right: 70px;
  background-size: contain;
}

.services ul li{
  margin-bottom: 34px;
  float: left;
}

.ser1{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico1.webp) no-repeat;
}

.ser2{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico2.webp) no-repeat;
}

.ser3{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico3.webp) no-repeat;
}

.ser4{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico4.webp) no-repeat;
}

.ser5{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico5.webp) no-repeat;
}

.ser6{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico6.webp) no-repeat;
}

.ser7{
  float: left;
  width: 111px;
  height: 108px;
  background: url(../img/services/ico7.webp) no-repeat;
}

.link-services{
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none !important;
}

.link-services h1{
  font-family: "The Lost Dungeon";
  font-size: 30px;
  color: #fff;
  float: left;
  background: rgb(49,52,53);
  background: linear-gradient(180deg, rgba(49,52,53,1) 0%, rgba(18,17,19,1) 100%); 
  border-radius: 37px;
  display: inline-block;
  padding: 14px 38px;
  margin-top: 24px;
  text-decoration: none;
  margin-right: 22px;
  width: 300px;
  text-align: center;
}

.link-services:hover h1{
  color: #000;
  background: #fffcd6;
  float: left;
}

.link-services2{
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none !important;
}

.link-services2 h1{
  font-family: "The Lost Dungeon";
  font-size: 30px;
  color: #fff;
  float: left;
  background: rgb(49,52,53);
  background: linear-gradient(180deg, rgba(49,52,53,1) 0%, rgba(18,17,19,1) 100%); 
  border-radius: 37px;
  display: inline-block;
  padding: 14px 38px;
  margin-top: 24px;
  text-decoration: none;
  margin-left: 22px;
  width: 312px;
  text-align: center;
}

.link-services2:hover h1{
  color: #000;
  background: #fffcd6;
  float: left;
}

.link-services3{
  text-decoration: none !important;
}

.link-services3 h1{
  font-family:"LEMON MILK Medium";
  font-size:18px;
  color: #fff;
  border-radius: 37px;
  padding: 14px 38px;
  margin-top: 15px;
  text-decoration: none;
  text-align: center;
}

.link-services3:hover h1{
  background: rgb(49,52,53);
  background: linear-gradient(180deg, rgba(49,52,53,1) 0%, rgba(18,17,19,1) 100%);
}

.bg-degrade{
  background-image: url('../img/bg-footer.webp'), linear-gradient(100deg, rgb(221, 97, 38) 0%, rgb(247, 158, 28) 46%, rgb(218, 88, 39) 100%);
  background-repeat: repeat-x;
  padding-bottom: 44px;
  background-size: contain;
}

#veh-pequeños{
  padding: 32px 0px;
}

.title{
  display: block;
  margin-top: -26px;
}

.trailers h1{
  font-family:"The Lost Dungeon";
  font-size: 90px;
  color: #00acec;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  text-align: right;
  font-weight: 900;
}

.volver a{
  border-radius: 45px;
  background: rgb(49,52,53);
  background: linear-gradient(180deg, rgba(49,52,53,1) 0%, rgba(18,17,19,1) 100%);
  font-family:"The Lost Dungeon";
  padding: 14px 58px;
  color: #fff;
  font-size: 31px;
  margin-bottom: 45px;
  float: right;
  text-decoration: none;
}

.volver a:hover{
  background: #fffcd6;
  color: #000;
}

.flechas{
  margin-top:43px;
}

#prev2{
  float: left;
  position: relative;
  background: url(../img/services/flechas.webp) left;
  background-repeat: no-repeat;
  width: 77px;
  height: 58px;
  opacity:1;
  left: 46%;
}

#prev2:hover{
  background: url(../img/services/flechas-h.webp) left;
}

#next2{
  float: right;
  position: relative;
  background: url(../img/services/flechas.webp) right;
  background-repeat: no-repeat;
  width: 77px;
  height: 58px;
  opacity:1;
  right: 47%;
}

#next2:hover{
  background: url(../img/services/flechas-h.webp) right;
}

#text-interior{
  margin-top: -7%;
}

.text-interior{
  float: left;
  position: absolute;
}

.text-interior p{
  color: #fff;
  padding: 45px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.6992997882746849) 0%, rgba(92,89,87,0.6768908246892507) 53%, rgba(168,162,159,0.7777311608237045) 100%); 
  line-height: 31px;
  font-size: 18px;
  margin-top: 5%;
  padding-right: 407px;
}

.img-interior{
  float: right;
  position: relative;
  z-index: 2;
}

.img-inte{
  background-color: #fff;
  padding: 7px;
}

#text-exterior{
  margin-top: -7%;
}

.text-exterior{
  float: left;
  position: absolute;
}

.text-exterior p{
  color: #fff;
  padding: 65px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.6992997882746849) 0%, rgba(92,89,87,0.6768908246892507) 53%, rgba(168,162,159,0.7777311608237045) 100%); 
  line-height: 31px;
  font-size: 18px;
  margin-top: 10%;
  padding-left: 407px;
}

.img-exterior{
  float: left;
  position: relative;
  z-index: 2;
}

#title-exterior{
  margin-top: 8%;
}

.title-exterior{
  margin-top: -5%;
  padding-bottom: 36px;
}

.img-proyects{
  float: right;
  padding: 15px 0px;
}

.clientes{
  padding: 16px 67px;
  background-color:#ffffff4f;
}

.clientes h1{
  font-size: 12px;
  font-family:"LEMON MILK Medium";
  padding-bottom: 15px;
  color: #000000d4;
}

.img-logos{
  margin-top: -11%;
}

.laser p{
  padding: 70px 36px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.6992997882746849) 0%, rgba(92,89,87,0.6768908246892507) 53%, rgba(168,162,159,0.7777311608237045) 100%); 
  color: #fff;
  line-height: 29px;
}

#title-laser {
  padding-top: 90px;
}

#wall{
  padding-top: 45px;
}

.text-wall {
  float: right;
  position: absolute;
}

.text-wall p {
  color: #fff;
  padding: 65px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.6992997882746849) 0%, rgba(92,89,87,0.6768908246892507) 53%, rgba(168,162,159,0.7777311608237045) 100%);
  line-height: 31px;
  font-size: 18px;
  margin-top: 6%;
  padding-left: 407px;
}

.img-wall{
  float: left;
  position: relative;
  z-index: 9999;
}

#formulario{
  padding: 0px 65px;
  margin-top: 5%;
}

#formulario h3{
  padding-bottom: 5px;
}

#formulario h4{
  padding-left: 5px;
  font-size: 10px;
  color: #ffffff;
  padding-top: 9px;
  line-height: 15px;
}

#formulario p{
  margin-top: 5%;
  padding-right:85px;
  line-height: 25px;
  color: #5c5c5c;
}

#formulario input {
  width: 100%;
  background-color: #F5F5F5;
  border:none;
  color: #000;
  border-radius: 8px;
  font-size: 18px;
  padding: 13px;
  margin-bottom: 25px;
}

#formulario textarea {
  width: 100%;
  background-color: #F5F5F5;
  border:none;
  color: #000;
  padding: 18px 18px;
  margin-top: 5px;
  border-radius: 11px;
  height: 100px;
}

#enviar {
  width: auto !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 19px !important;
  margin-top: 28px !important;
  margin-bottom: 0px !important;
  padding: 12px 20px !important;
  background: #00B3F6 !important;
  background-color: rgb(0, 179, 246);
  margin-right: 15px;
  border: none !important;
  border-radius: 10px !important;
}

#enviar:hover{
  background-color: #393b3c !important;
}

#borrar {
  width: auto !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 19px !important;
  margin-top: 28px !important;
  margin-bottom: 0px !important;
  padding: 12px 20px !important;
  background: #00B3F6 !important;
  background-color: rgb(0, 179, 246);
  border: none !important;
  border-radius:10px !important;
}

#borrar:hover{
  background-color:#393b3c !important;
}

#windows{
  padding: 65px 0px;
}

.text-windows{
  float: left;
  position: absolute;
}

.text-windows p{
  color: #fff;
  padding: 45px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.6992997882746849) 0%, rgba(92,89,87,0.6768908246892507) 53%, rgba(168,162,159,0.7777311608237045) 100%); 
  line-height: 31px;
  font-size: 18px;
  margin-top: 5%;
  padding-right: 407px;
}




/*-------------------------------------------------------*/

@media (max-width: 991px) and (min-width:200px){

  #navbar a {
    width: 100%;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    border: none;
    font-size: 16px;
  }

  .text-home_somos p{
    margin-top: 24px;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-right: 0px;
  }

   nav .me{
    color: #fefbd5;
    font-size: 15px;
    padding-bottom: 10px;
    font-family:"LEMON MILK Medium";
  }

   .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fefbd5;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 45px;
    height: 2px;
    margin-top: 3px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }

  #navbar .selec{
    color: #e37024;
  }

  #navbar a:hover{
    color: #e37024;
  }
  

}



/*----------------------------------------------------------*/

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

  .img2 {
    width:98px;
    float: left;
  }

}


/*-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 340px) and (min-width:320px){

  .img2 {
    width: 158px;
    float: left;
  }

  #banner{
    margin-top: 30%;
  }

  .btn{
    padding: 8px 67px;
    font-size: 32px;
  }

  .btn-iniciar{
    padding-bottom: 44px;
  }

  #contenido{
    margin-top: 41%;
  }

  #menu {
    margin-top: -77px;
  }

  #text-exterior {
    margin-top: 0%;
  }

  .link-services h1{
    margin-right: 5px;
    font-size: 21px;
    padding: 14px 13px;
    width: 192px;
    margin-top: 28px;
  }

  .link-services2 h1{
    font-size: 21px;
    margin-left: 6px;
    padding: 14px 13px;
    width: 192px;
  }

  .volver a{
    font-size: 23px;
    padding: 11px 39px;
  }

  #prev2{
    left: 0%;
  }

  #next2{
    right: 0%;
  }

  #text-interior {
    margin-top: 12%;
  }

  .text-interior{
    position: relative;
  }

  .text-interior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-right: 9px;
  }

  .owl-next2{
    right: 0%;
  }

  .text-exterior{
    position: relative;
  }

  .text-exterior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 16px;
  }

  .clientes{
    padding: 16px 22px;
  }

  .bg-degrade{
    padding-bottom: 0px;
  }

  .laser p{
    padding: 17px 17px;
    line-height: 24px;
    font-size: 16px;
  }

  .text-wall{
    position: relative;
  }

  .text-wall p{
    padding: 18px;
    padding-left: 19px;
    line-height: 25px;
    font-size: 16px;
  }

  #formulario{
    padding: 0px 12px;
  }

  #barra-menu {
    background-color: #000;
  }

  .text-windows{
    position: relative;
  }

  .text-windows p{
    padding: 15px;
    padding-right: 11px;
    line-height: 24px;
    font-size: 16px;
  }

  #item_servicios{
    margin-top: 6%;
  }


  #item_signs {
    margin-top: 27%;
  }

  


}


/*---------------------------------------------------------------------------------------------------------------*/


@media (max-width: 400px) and (min-width:341px){


  .img2 {
    width: 158px;
    float: left;
  }

  #banner{
    margin-top: 30%;
  }

  .btn{
    padding: 8px 67px;
    font-size: 32px;
  }

  .btn-iniciar{
    padding-bottom: 44px;
  }

  #contenido{
    margin-top: 41%;
  }

  #menu {
    margin-top: -77px;
  }

  .link-services h1{
    margin-right: 5px;
    font-size: 21px;
    padding: 14px 13px;
    width: 192px;
    margin-top: 28px;
  }

  .link-services2 h1{
    font-size: 21px;
    margin-left: 6px;
    padding: 14px 13px;
    width: 192px;
  }
  
  #text-exterior {
    margin-top: 0%;
  }

  .volver a{
    font-size: 23px;
    padding: 11px 39px;
  }

  #prev2{
    left: 0%;
  }

  #next2{
    right: 0%;
  }

  #text-interior {
    margin-top: 12%;
  }

  .text-interior{
    position: relative;
  }

  .text-interior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-right: 9px;
  }

  .owl-next2{
    right: 0%;
  }

  .text-exterior{
    position: relative;
  }

  .text-exterior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 16px;
  }

  .clientes{
    padding: 16px 22px;
  }

  .bg-degrade{
    padding-bottom: 0px;
  }

  .laser p{
    padding: 17px 17px;
    line-height: 24px;
    font-size: 16px;
  }

  .text-wall{
    position: relative;
  }

  .text-wall p{
    padding: 18px;
    padding-left: 19px;
    line-height: 25px;
    font-size: 16px;
  }

  #formulario{
    padding: 0px 12px;
  }

  #barra-menu {
    background-color: #000;
  }

  .text-windows{
    position: relative;
  }

  .text-windows p{
    padding: 15px;
    padding-right: 11px;
    line-height: 24px;
    font-size: 16px;
  }

  #item_servicios{
    margin-top: 6%;
  }

  #item_signs{
    margin-top: 27%;
  }

}


/*------------------------------------------------------------------------------*/


@media (max-width: 450px) and (min-width:401px){

  .img2 {
    width: 158px;
    float: left;
  }

  #banner{
    margin-top: 30%;
  }

  .btn{
    padding: 8px 67px;
    font-size: 32px;
  }

  .btn-iniciar{
    padding-bottom: 44px;
  }

  #contenido{
    margin-top: 41%;
  }

  #menu {
    margin-top: -77px;
  }

  .link-services h1{
    margin-right: 5px;
    font-size: 25px;
    padding: 14px 22px;
    width: 240px;
    margin-top: 28px;
  }

  .link-services2 h1{
    font-size: 25px;
    margin-left: 6px;
    padding: 14px 13px;
    width:240px;
  }

  .volver a{
    font-size: 23px;
    padding: 11px 39px;
  }

  #prev2{
    left: 0%;
  }

  #next2{
    right: 0%;
  }

  #text-interior {
    margin-top: 12%;
  }

  #text-exterior {
    margin-top: 0%;
  }

  .text-interior{
    position: relative;
  }

  .text-interior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-right: 9px;
  }

  .owl-next2{
    right: 0%;
  }

  .text-exterior{
    position: relative;
  }

  .text-exterior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 16px;
  }

  .clientes{
    padding: 16px 22px;
  }

  .bg-degrade{
    padding-bottom: 0px;
  }

  .laser p{
    padding: 17px 17px;
    line-height: 24px;
    font-size: 16px;
  }

  .text-wall{
    position: relative;
  }

  .text-wall p{
    padding: 18px;
    padding-left: 19px;
    line-height: 25px;
    font-size: 16px;
  }

  #formulario{
    padding: 0px 12px;
  }

  #item_signs{
    margin-top: 27%;
  }

  #barra-menu {
    background-color: #000;
  }

  .text-windows{
    position: relative;
  }

  .text-windows p{
    padding: 15px;
    padding-right: 11px;
    line-height: 24px;
    font-size: 16px;
  }

  #item_servicios{
    margin-top: 5%;
  }

 
}

/*-------------------------------------------------------------------------*/




@media (max-width: 510px) and (min-width:451px){

  .img2 {
    width: 168px;
    float: left;
  }

  #banner{
    margin-top: 30%;
  }

  .btn{
    padding: 8px 67px;
    font-size: 32px;
  }

  .btn-iniciar{
    padding-bottom: 44px;
  }

  #contenido{
    margin-top: 41%;
  }

  #menu {
    margin-top: -77px;
  }

  .link-services h1{
    padding: 14px 13px;
    width: 273px;
    margin-right: 13px;
  }

  .link-services2 h1{
    padding: 14px 13px;
    width: 273px;
    margin-right: 13px;
  }

  .volver a{
    font-size: 23px;
    padding: 11px 39px;
  }

  #prev2{
    left: 0%;
  }

  #next2{
    right: 0%;
  }

  #text-interior {
    margin-top: 12%;
  }

  .text-interior{
    position: relative;
  }

  .text-interior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-right: 9px;
  }

  .owl-next2{
    right: 0%;
  }

  .text-exterior{
    position: relative;
  }

  .text-exterior p{
    padding: 15px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 16px;
  }

  .clientes{
    padding: 16px 22px;
  }

  .bg-degrade{
    padding-bottom: 0px;
  }

  .laser p{
    padding: 17px 17px;
    line-height: 24px;
    font-size: 16px;
  }

  .text-wall{
    position: relative;
  }

  .text-wall p{
    padding: 18px;
    padding-left: 19px;
    line-height: 25px;
    font-size: 16px;
  }

  #formulario{
    padding: 0px 12px;
  }

  #item_servicios{
    margin-top: 5%;
  }

  #item_signs{
    margin-top: 27%;
  }

  #barra-menu {
    background-color: #000;
  }

  .text-windows{
    position: relative;
  }

  .text-windows p{
    padding: 15px;
    padding-right: 11px;
    line-height: 24px;
    font-size: 16px;
  }

  

}


/*--------------------------------------------------------------------------*/


@media (max-width: 610px) and (min-width:511px){

  #barra-menu {
    background-color: #000;
  }

  .btn{
    padding: 8px 116px;
    font-size: 61px;
  }

  #contenido{
    margin-top: 34%;
  }

  #menu {
    margin-top: -77px;
  }

  .text-wall{
    position: relative;
  }

  .text-wall p{
    padding: 40px;
    padding-left: 53px;
  }

  #next2{
    right: 0%;
  }

  #prev2{
    left: 0%;
  }

  .text-interior{
    position: relative;
  }

  .text-interior p{
    padding: 27px;
    padding-left: 34px;
    line-height: 27px;
    font-size: 17px;
  }

  #text-interior{
    margin-top: 0%;
  }

  #item_signs{
    margin-top: 27%;
  }

  #text-exterior{
    margin-top: 0%;
  }

  .text-exterior{
    position: relative;
  }

  .text-exterior p{
    padding: 18px;
    padding-left: 21px;
  }



}


/*-----------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 680px) and (min-width:611px){


  #barra-menu {
    background-color: #000;
  }

  #contenido{
    margin-top: 34%;
  }

  #menu {
    margin-top: -85px;
  }

  .link-services h1{
    width: 415px;
  }

  .link-services2 h1{
    width: 415px;
  }

  #next2{
    right: 0%;
  }

  #prev2{
    left: 0%;
  }

  #item_servicios{
    margin-top: 5%;
  }

  .text-interior{
    position: relative;
  }

  #text-interior{
    margin-top: 0%;
  }

  .text-interior p{
    padding: 23px;
    padding-right: 23px;
  }

  #item_signs{
    margin-top:17%;
  }

  .text-exterior{
    position: relative;
  }

  #text-exterior{
    margin-top: 0%;
  }

  .text-exterior p{
    padding: 32px;
    padding-left: 33px;
    line-height: 26px;
    font-size: 17px;
  }

  .laser p{
    padding: 35px 36px;
  }

  .btn{
    font-size: 61px;
  }


  
}

/*-------------------------------------------------------------------*/

@media (max-width: 740px) and (min-width:681px){

  .btn{
    font-size: 62px;
  }

  #barra-menu {
    background-color: #000;
  }

  #contenido{
    margin-top: 34%;
  }

  #menu {
    margin-top: -80px;
  }

  .link-services h1{
    font-size: 31px;
    width: 459px;
  }

  .link-services2 h1{
    font-size: 31px;
    width: 459px;
  }

  #prev2{
    left: 30%;
  }

  #next2{
    right: 30%;
  }

  .text-interior p{
    line-height: 23px;
    font-size: 16px;
    padding: 24px;
    padding-right: 324px;
    margin-top: 10%;
  }

  #text-interior {
    margin-top: 2%;
  }

  .img-inte {
    margin-top: 14%;
  }

  .owl-nav2 {
    bottom: 80% !important;
  }
  
  .text-exterior p{
    line-height: 22px;
    font-size: 16px;
    padding: 16px;
    padding-left: 383px;
    margin-top: 21%;
  }

  #text-exterior {
    margin-top: 3%;
  }

  .clientes{
    padding: 16px 31px;
  }

  .text-windows p{
    line-height: 23px;
    font-size: 15px;
    padding: 14px;
    padding-right: 379px;
  }

  .text-wall p{
    padding: 16px;
    padding-left: 407px;
    line-height: 22px;
    font-size: 15px;
    margin-top: 9%;
  }

  .owl-nav3{
    bottom:82% !important;
    right: 12px !important;
  }


}

/*-----------------------------------------------------------------------------------*/

@media (max-width: 767px) and (min-width:741px){

  #barra-menu {
    background-color: #000;
  }

  #contenido{
    margin-top: 27%;
  }

  #menu {
    margin-top: -80px;
  }

  .link-services h1{
    width: 534px;
  }

  .link-services2 h1{
    width: 534px;
  }

  #prev2{
    left: 40%;
  }

  #next2{
    right: 40%;
  }

  .text-interior p{
    padding: 24px;
    line-height: 26px;
    font-size: 16px;
    margin-top: 8%;
    padding-right: 327px;
  }

  #text-interior {
    margin-top: 2%;
  }

  .img-inte {
    margin-top: 14%;
  }

  .owl-nav2 {
    bottom: 80% !important;
  }

  #text-exterior {
    margin-top: 3%;
  }
  
  .text-exterior p{
    line-height: 25px;
    font-size: 16px;
    padding: 16px;
    padding-left: 387px;
    margin-top: 20%;
  }

  .clientes{
    padding: 16px 29px;
  }

  .text-windows p{
    line-height: 25px;
    font-size: 16px;
    padding: 22px;
    margin-top: 5%;
    padding-right: 370px;
  }

  .text-wall p{
    padding: 24px;
    line-height: 25px;
    font-size: 16px;
    padding-left: 407px;
  }

  .owl-nav3{
    bottom: 84% !important;
    right: 13px !important;
  }


}

/*---------------------------------------------------------------------------------------------------------------------*/

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

  #barra-menu {
    background-color: #000;
  }

  #contenido{
    margin-top: 27%;
  }

  #menu {
    margin-top: -80px;
  }

  .text-about{
    padding-top: 104px;
    padding-bottom: 270px;
    padding-left: 48px;
    padding-right: 43px;
  }

  .link-services h1{
    margin-right: 7px;
    padding: 14px 14px;
    width: 223px;
    font-size: 24px;
  }

  .link-services2 h1{
    padding: 14px 14px;
    width: 223px;
    font-size: 24px;
    margin-left: 7px;
  }

  .link-services3 h1{
    padding: 14px 21px;
    font-size: 13px;
  }

  #prev2{
    left: 37%;
  }

  #next2{
    right: 37%;
  }

  #text-interior {
    margin-top: 3%;
  }

  .text-interior p{
    padding: 27px;
    padding-right: 339px;
    line-height: 25px;
    font-size: 16px;
  }

  .text-exterior p{
    padding: 19px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20%;
    padding-left: 392px;
  }
  
  .clientes{
    padding: 16px 29px;
  }

  #text-exterior {
    margin-top: 2%;
  }

  .text-windows p{
    padding: 25px;
    line-height: 23px;
    font-size: 15px;
    padding-right: 387px;
  }

  .text-wall p{
    line-height: 22px;
    font-size: 15px;
    padding: 28px;
    margin-top: 10%;
    padding-left: 416px;
  }



}


/*---------------------------------------------------------------------------------------------------------*/


@media (max-width: 900px) and (min-width:801px){

  #barra-menu {
    background-color: #000;
  }

  #contenido{
    margin-top: 27%;
  }

  #menu {
    margin-top: -80px;
  }

  .text-about{
    padding-top: 113px;
  }

  .link-services h1{
    margin-right: 5px;
    width: 257px;
    font-size: 27px;
    padding: 14px 24px;
  }

  .link-services2 h1{
    width: 257px;
    font-size: 27px;
    padding: 14px 24px;
    margin-left: 11px;
  }

  .link-services3 h1{
    padding: 14px 15px;
    font-size: 15px;
  }

  #prev2{
    left: 36%;
  }

  #next2{
    right: 36%;
  }

  .text-interior p{
    padding: 30px;
    line-height: 27px;
    font-size: 17px;
    padding-right: 336px;
  }

  #text-interior {
    margin-top: 2%;
  }

  .text-exterior p{
    padding: 25px;
    line-height: 25px;
    font-size: 17px;
    margin-top: 19%;
    padding-left: 407px;
  }

  .clientes{
    padding: 16px 33px;
  }

  #text-exterior {
    margin-top: 3%;
  }

  .text-windows p{
    line-height: 25px;
    font-size: 16px;
    margin-top: 5%;
    padding: 31px;
    padding-right: 387px;
  }

  .text-wall p{
    padding: 29px;
    line-height: 25px;
    font-size: 17px;
    margin-top: 11%;
    padding-left: 417px;
  }



}

/*---------------------------------------------------------------------------------*/

@media (max-width: 991px) and (min-width:901px){

  #contenido{
    margin-top: 19%;
  }

  #menu {
    margin-top: -80px;
  }

  #barra-menu {
    background-color: #000;
  }

  .link-services2 h1{
    padding: 14px 26px;
    margin-left: 11px;
    width: 298px;
  }

  .link-services3 h1{
    padding: 14px 16px;
    font-size: 16px;
  }

  #prev2{
    left: 37%;
  }

  #next2{
    right: 37%;
  }

  .text-interior p{
    padding: 29px;
    padding-right: 343px;
    line-height: 31px;
    font-size: 18px;
  }

  #text-interior {
    margin-top: -3%;
  }

  #text-exterior {
    margin-top: 2%;
  }

  .text-exterior p{
    padding: 39px;
    line-height: 27px;
    font-size: 18px;
    margin-top: 15%;
    padding-left: 407px;
  }

  .text-wall p{
    line-height: 27px;
    font-size: 16px;
    margin-top: 9%;
    padding: 29px;
    padding-left: 424px;
  }

}


/*-------------------------------------------------------------------------------------------*/

@media (max-width: 1100px) and (min-width:992px){

  #contenido{
    margin-top: 19%;
  }

  #navbar li{
    margin: 0px 0px 0px 50px;
  }

  .menu{
    margin-top: 6%;
  }

  .text-about{
    padding-top: 91px;
    padding-bottom: 270px;
    padding-left: 40px;
    padding-right: 37px;
  }

  .text-about p{
    font-size: 16px;
    line-height: 21px;
  }

  .link-services3 h1{
    padding: 14px 23px;
    font-size: 16px;
  }

  #next2{
    right: 40%;
  }

  #prev2{
    left: 40%;
  }

  #text-exterior {
    margin-top: 5%;
  }

  .text-wall p{
    padding: 38px;
    padding-left: 425px;
  }

  .laser p{
    padding: 18px 20px;
    line-height: 20px;
    font-size: 13px;
  }

  #formulario input{
    padding: 8px;
  }
  
}

/*-------------------------------------------------------------------------------------------*/

@media (max-width: 1199px) and (min-width:1101px){

  #contenido{
    margin-top: 15%;
  }

  .menu{
    margin-top: 5%;
  }

  .text-about{
    padding-top: 105px;
    padding-bottom: 270px;
    padding-left: 53px;
    padding-right: 40px;
  }

  .text-about p{
    line-height: 22px;
    font-size: 16px;
  }

  #prev2{
    left: 39%;
  }

  #next2{
    right: 39%;
  }

  .laser p{
    padding: 29px 36px;
  }

  .text-wall p{
    padding: 27px;
    padding-left: 443px;
    margin-top: 9%;
  }


  #formulario input{
    padding: 10px;
  }
  
}




/*---------------------------------------------------------------*/



@media (max-width: 1400px) and (min-width:1200px){

  #contenido{
    margin-top: 12%;
  }

  #navbar li{
    margin: 0px 0px 0px 54px;
  }

  .menu{
    margin-top: 6%;
  }
 
  .text-about{
    padding-top: 61px;
    padding-bottom: 109px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .text-about p{
    font-size: 12px;
    line-height: 17px;
  }

  .link-services h1{
    margin-right: 3px;
    font-size: 23px;
    width: 204px;
    padding: 14px 19px;
  }

  .link-services2 h1{
    padding: 14px 14px;
    margin-left: 7px;
    font-size: 21px;
    width: 204px;
  }

  .link-services3 h1{
    padding: 14px 12px;
    font-size: 16px;
  }

  #prev2{
    left:43%;
  }

  #next2{
    right: 43%;
  }

  .text-interior p{
    padding-right: 331px;
  }

  .laser p{
    padding: 27px 30px;
    line-height: 25px;
    font-size: 16px;
  }

  .text-wall p{
    padding: 35px;
    padding-left: 426px;
  }

  .text-windows p{
    line-height: 27px;
    font-size: 16px;
  }

  #formulario{
    padding: 0px 42px;
  }

  
}


/*--------------------------------------------------------*/

@media (max-width: 1500px) and (min-width:1401px){

  #contenido{
    margin-top: 13%;
  }

  .menu{
    margin-top: 5%;
  }

  .link-services h1{
    margin-right: 17px;
    width: 245px;
    padding: 14px 21px;
    font-size: 27px;
  }

  .link-services2 h1{
    width: 245px;
    padding: 14px 21px;
    font-size: 27px;
  }

  #prev2{
    left: 43%;
  }

  #next2{
    right: 45%;
  }

  .laser p{
    padding: 26px 36px;
    line-height: 27px;
    font-size: 17px;
  }

  
  
}



@media (max-width: 1800px) and (min-width:1501px){


  #contenido{
    margin-top: 13%;
  }

  .link-services h1{
    margin-right: 11px;
    width: 279px;
  }

  .link-services2 h1{
    width: 279px;
    padding: 14px 19px;
    margin-left: 14px;
  }

  #prev2{
    left: 43%;
  }

  #next2{
    right: 43%;
  }

}
