@charset "utf-8";

/* CSS Document */
:root {
  --color1: rgb(219, 144, 0.5);
  --color2: rgb(23, 180, 83, 0.0788);
  --color3: rgb(11, 194, 211, 0.0623);
  --fondo: #f2f2f2;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenidos: 45px;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  list-style: none;
}

/* Aqui inicia el codigo para el menu */
.enlaces ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  list-style: none;
}

.enlaces ul li {
  border-right: 0px solid #999999;
  padding-right: 25px;
}

.enlaces ul li span {
  font-size: 10px;
  padding-left: 5px;
}

.enlaces li a {
  padding-bottom: 10px;
  text-decoration: none;
  color: #666;
}

.enlaces .tienda a {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background-color: #d81d1d;
  border-radius: 5px;
  margin-right: 0px;
}

/* .enlaces li .tienda a {
  padding-bottom: 10px;
  text-decoration: none;
  color: #fff;
}
 */
.enlaces li .tienda a:hover {
  color: #000;
}

.enlaces a:hover {
  color: #000;
}

.enlaces ul li .children {
  width: 220px;
  display: none;
  position: absolute;
  margin-top: 10px;
  z-index: 1000;
  background-color: #999999;
  /* border-radius: 8px; */
}

.enlaces ul li .children li {
  width: 100%;
  display: block;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid rgba(19, 18, 18, 0.3);
}

.enlaces ul li .children li a {
  display: block;
  margin: -10px 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #fff;
  /* transition: all .4s; */
}

.enlaces ul li .children li a:hover {
  color: #000000;
}

.enlaces ul li:hover .children {
  display: block;
  position: fixed;
}

.nav1 {
  background-color: aliceblue;
  height: 100px;
  color: #ffff;
  border: 0px solid #000;
}

.nav2 {
  background: var(--fondo);
  height: 110px;
  color: rgba(14, 13, 13, 1);
}

/* Aqui inicia el codigo para responsive design */
@media screen and (max-width: 1100px) {
  .contenedor-nav .enlaces {
    width: 80%;
    position: relative;
    padding-right: 10px;
  }
  .enlaces ul li {
    border-right: 0px solid #999999;
    padding-right: 0px;
  }
  .enlaces .tienda a {
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    background-color: #d81d1d;
    border-radius: 5px;
    margin-right: 0px;
  }
}

/*************************************************************************************/
@media screen and (max-width: 1080px) {
  .contenedor-nav .enlaces {
    width: 80%;
    position: relative;
  }

  .contenedor-nav .enlaces ul li {
    font-size: 14px;
    padding-left: 0px;
  }
  .enlaces .tienda a {
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    background-color: #d81d1d;
    border-radius: 5px;
    margin-right: 0px;
  }
  .contenedor-nav .enlaces ul li .children {
    width: 200px;
  }

  .contenedor-nav .enlaces ul li .children li {
    width: 100%;
  }

  .contenedor-nav ul li .children li a {
    font-size: 12px;
  }
}
/*************************************************************************************/
@media screen and (max-width: 1024px) {
  .contenedor-nav .enlaces {
    width: 80%;
    position: relative;
  }

  .contenedor-nav .enlaces ul li {
    font-size: 14px;
    padding-left: 15px;
  }

  .contenedor-nav .enlaces ul li .children {
    width: 200px;
  }

  .contenedor-nav .enlaces ul li .children li {
    width: 100%;
  }

  .contenedor-nav ul li .children li a {
    font-size: 12px;
  }
}

/*************************************************************************************/
@media screen and (max-width: 800px) {
  .contenedor-nav .enlaces {
    width: 80%;
    position: relative;
    border: 0px solid #000;
  }

  .contenedor-nav .enlaces .tienda a {
    font-size: 12px;
    color: #fff;
    padding: 8px 2px;
    background-color: #d81d1d;
    border-radius: 5px;
    margin-right: 0px;
  }
  .contenedor-nav .enlaces ul {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    list-style: none;
  }

  .contenedor-nav .enlaces ul li {
    font-size: 12px;
    padding-right: 5px;
    border: 0px solid #000;

    padding-right: 10px;
  }

  .contenedor-nav .enlaces ul li .children {
    width: 190px;
  }

  .contenedor-nav .enlaces ul li .children li {
    width: 100%;
  }
}

/*************************************************************************************/
@media screen and (max-width: 640px) {
  .contenedor-nav .enlaces {
    display: none;
  }

  .menu_bar {
    width: 100%;
    height: 60px;
    display: block;
    background-color: #f00;
    padding-top: 5px;
    margin: 0px;
  }

  .menu_bar .bt-menu {
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    border: 0px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -box-sizing: border-box;
  }

  .menu_bar span {
    float: right;
    font-size: 30px;
  }

  .menu-movil {
    display: block;
    width: 50%;
    position: fixed;
    right: 100%;
    background-color: #06f;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .menu-movil ul li {
    width: 90%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .menu-movil span {
    float: right;
  }

  .menu-movil ul li a {
    padding-top: 0px;
    display: block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-movil ul li a:hover {
    background-color: #999999;
  }

  .menu-movil ul li .children {
    width: 100%;
    display: none;
    margin-left: 30px;
    position: relative;
  }

  .menu-movil ul li .children a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .menu-movil ul li:hover .children {
    display: block;
    position: relative;
    width: 100%;
  }

  .menu-movil ul li .presupuesto {
    display: none;
  }
}

/*************************************************************************************/
@media screen and (max-width: 460px) {
  .contenedor-nav .enlaces {
    display: none;
  }

  .menu_bar {
    width: 100%;
    height: 60px;
    display: block;
    background-color: #f00;
    padding-top: 5px;
    margin: 0px;
  }

  .menu_bar .bt-menu {
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    border: 0px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -box-sizing: border-box;
  }

  .menu_bar span {
    float: right;
    font-size: 30px;
  }

  .menu-movil {
    display: block;
    width: 70%;
    position: fixed;
    right: 100%;
    background-color: #06f;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .menu-movil ul li {
    width: 90%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .menu-movil span {
    float: right;
  }

  .menu-movil ul li a {
    padding-top: 0px;
    display: block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-movil ul li a:hover {
    background-color: #999999;
  }

  .menu-movil ul li .children {
    width: 100%;
    display: none;
    margin-left: 30px;
    position: relative;
  }

  .menu-movil ul li .children a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .menu-movil ul li:hover .children {
    display: block;
    position: relative;
    width: 100%;
  }

  .menu-movil ul li .presupuesto {
    display: none;
  }
}
