:root {
  --ColorGeneralWeb: rgb(172,117,213);
  --ColorSecundariolSP: rgb(47,85,151);
}

body{
  margin: 0px;
  padding: 0px;
  background-color: rgb(245,247,251);
}

textarea:focus, input:focus, button:focus, select:focus{ 
    outline: none; 
}

.BodyWeb{
  position: absolute;
  height: 100%;
  width: 100%;
}

.MenuPagina{
  position: fixed;
  z-index: 5;
  float: left;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid black;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); /* Sombra solo abajo */
}

.ContenedorIcono{
  position: relative;
  float: left;
  left: 1.5%;
  width: 200px;
  height: 50px;
  top: 5px;
}

.btonoculto{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 12px;
  background-color: white;
  display: none;
}

.ContenedorBtnMenu{
  position: relative;
  float: right;
  right: 15%;
  height: 40px;
  width: 40%;
  top: 10px;
}

.ContenedorBtnMenu2{
  position: relative;
  float: right;
  right: 15%;
  height: 40px;
  width: 40%;
  top: 10px;
}

.BtnMenu{
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  background-color: white;
  border: 0px;
  font-size: 18px;
}

.logoimg{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.CarruselImagenes{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #AC75D5;
  background: linear-gradient(7deg,rgba(172, 117, 213, 1) 0%, rgba(159, 78, 222, 1) 33%, rgba(133, 9, 227, 1) 93%);
}

.btnFlecha1{
  position: absolute;
  float: left;
  top: 40%;
  height: 10%;
  width: 5%;
  left: 1%;
  z-index: 2;
}

.btnFlecha2{
  position: absolute;
  float: right;
  top: 40%;
  height: 10%;
  width: 5%;
  left: 94%;
  z-index: 2;
}

.btnArrow{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  border: 0px solid white;
  color: white;
  background-color: transparent;
}

.btnArrow:hover{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  border: 2px solid white;
  color: var(--ColorGeneralWeb);
  background-color: white;
}

.CarruselOculto{
  position: relative;
  float: left;
  left: 5%;
  width: 90%;
  height: 85%;
  top: 10%;
  display: none;
}


.Carrusel{
  position: relative;
  float: left;
  left: 5%;
  width: 90%;
  height: 85%;
  top: 10%;
}

.Carrusel{
  animation-name: con1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes con1{
  0%{
    scale: 0;
  }
  100%{
    scale: 1;
  }
}

.LgrImgCarr{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.MedImgCarr{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: none;
}

.PeqImgCarr{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: none;
}

.ImgCarr1{
  position: relative;
  float: left;
  width: 42%;
  height: 70%;
  top: 10%;
  left: 45%;
}

.ContMinBtn0{
  position: relative;
  float: left;
  width: 90%;
  left: 5%;
  height: 40px;
  z-index: 1;
  text-align: center;
  padding-bottom: 5px;
}

.ContMinBtn{
  position: relative;
  float: left;
  width: 30%;
  left: 35%;
  height: 30px;
  z-index: 1;
  text-align: center;
}

.onlyvisual1{
  position: relative;
  float: center;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: 1px solid white;
  background-color: white;
  margin: 5px;
}

.onlyvisual2{
  position: relative;
  float: center;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid black;
  margin: 2.5px;
}

.BtIrO{
  position: relative;
  display: none;
}

.BtIrA{
  position: relative;
  float: center;
  height: 100%;
  width: auto;
  border: 0px;
  background-color: purple;
  color: white;
  box-shadow: 5px 3px 3px white;
  font-size: 18px;
}

.TituloC1{
  position: absolute;
  margin-top: 1%;
  height: 220px;
  width: 550px;
  left: 15%;
  font-size: 25px;
  font-family: cursive;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 20px black;
}

.ContenedorTexto1{
  position: absolute;
  width: 450px;
  min-height: 150px;
  max-height: auto;
  top: 50%;
  left: 15%;
  font-size: 20px;
  font-family: cursive;
  color: white;
}

.btn_ir{
  position: relative;
  float: left;
  font-size: 18px;
  border: 0px;
  background-color: white;
  color: var(--ColorGeneralWeb);
  height: 40px;
  width: 140px;
  border-radius: 8px;
}

.ContieneImagenFull{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.VentaEquipo{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #AC75D5;
  background: linear-gradient(74deg,rgba(172, 117, 213, 1) 0%, rgba(159, 78, 222, 1) 33%, rgba(133, 9, 227, 1) 93%);
}

.ContenerdorCosasCompras{
  position: relative;
  float: left;
  width: 100%;
  height: 80%;
  top: 15%;
}

.ContenedorMix1{
  position: relative;
  float: left;
  width: 30%;
  margin-left: 2.5%;
  top: 2%;
  height: 40%;
}

.Contenidoback{
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: transparent;
  z-index: 1;
}

.Contenidoback:hover{
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  background-color: grey;
  color: #0A080A;
  z-index: 1;
  transition:all .5s ease-in-out;
  background: #ffffff;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(198, 175, 219, 1) 37%, rgba(121, 104, 148, 1) 100%);
}

.ConBa1{
  position: relative;
  float: left;
  top: 5%;
  width: 90%;
  height: 75%;
  left: 5%;
  font-weight: bold;
  font-size: 15px;
  font-family: cursive;
  text-align: justify;
}

.btnCatalogo{
  position: relative;
  float: left;
  width: 40%;
  left: 30%;
  height: auto;
  font-size: 18px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.btnCatalogo:hover{
  position: relative;
  float: left;
  width: 50%;
  left: 25%;
  height: auto;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: purple;
  padding: 5px;
  border-radius: 3px;
}

.Contenidofront{
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
}

.ImDis{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.ImDis:hover{
  width: 100%;
  height: 100%;
  transition:all .5s ease-in-out;
  box-shadow: 8px 5px 5px white;
}

.ContenedorMix2{
  position: relative;
  float: left;
  width: 30%;
  margin-left: 2.5%;
  margin-top: 2%;
  height: 40%;
  background-color: black;
}

.DesarrolloAplicaciones{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #f0a31f;
  background: linear-gradient(74deg,rgba(240, 163, 31, 1) 0%, rgba(230, 166, 57, 1) 33%, rgba(214, 160, 66, 1) 93%);
}


.ContTexDev{
  position: relative;
  float: left;
  width: 40%;
  height: 80%;
  background-color: white;
  left: 5%;
  top: 12%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.ImDev{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.ContImgDev{
  position: relative;
  float: left;
  width: 50%;
  height: 80%;
  left: 5%;
  top: 12%;
}

.ContenedorTextoDev{
  position: relative;
  float: left;
  width: 90%;
  left: 5%;
  top: 5%;
  height: 90%;
  font-size: 20px;
  font-family: cursive;
}

.ContImgDeveloper{
  position: relative;
  float: left;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  background-image: url('../Imagenes/lenguajes1.png');
  background-repeat: no-repeat;background-size: cover;
  margin-bottom: 10px;
  display: none;
}

.Ubicacion{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #52A0AA;
  background: linear-gradient(90deg,rgba(82, 160, 170, 1) 0%, rgba(54, 178, 194, 1) 50%, rgba(24, 196, 222, 1) 100%);
}

.ContMapa{
  position: relative;
  float: left;
  width: 45%;
  height: 70%;
  top: 20%;
  left: 10%;
}

.frameMap{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border:0;
  border-radius: 10px;
}

.ContDescripcionMapa{
  position: relative;
  float: left;
  width: 35%;
  left: 5%;
  height: 70%;
  top: 20%;
}

.TitleContMap{
  font-size: 25px;
  font-family: cursive;
  color: white;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 20px #3B3838;
}

.TexMap{
  font-size: 19px;
  font-family: cursive;
  color: white;
  text-align: justify;
}

.Contactanos{
  position: relative;
  float: left;
  width: 100%;
  height: 80%;
  background: #B63B58;
  background: linear-gradient(90deg,rgba(182, 59, 88, 1) 0%, rgba(204, 35, 74, 1) 37%, rgba(255, 0, 60, 1) 100%);
}

.ContenedorContacto{
  position: relative;
  float: left;
  width: 80%;
  left: 10%;
  height: 80%;
  top: 15%;
  background-color: white;
  border-radius: 10px;
}

.ContTxt1{
  position: relative;
  float: left;
  width: 47.5%;
  left: 2.5%;
  height: 100%;
}

.TitleContSend{
  font-size: 25px;
  font-family: cursive;
  color: var(--black);
  font-weight: bold;
  text-shadow: 2px 2px 20px #3B3838;
}

.ContGris{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  height: auto;
  background-color: #F2F2F2;
  font-weight: bold;
  border-radius: 5px;
  padding-top: 5px;
  border: 1px solid #D8D8D8;
  margin-top: 15px;
}

.ContGris1{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  height: 25px;
  font-size: 12px;
  font-family: cursive;
  color: var(--ColorGeneralWeb);
}

.InpConGris{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  margin-bottom: 5px;
  font-size: 18px;
  background-color: #F2F2F2;
  border: 0px;
}

.InpConGris:hover{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  margin-bottom: 5px;
  font-size: 18px;
  background-color: #F2F2F2;
  border: 0px;
}

.ContTxt2{
  position: relative;
  float: left;
  width: 45%;
  left: 5%;
  height: 100%;
}

.ContGris2{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  height: auto;
  background-color: #F2F2F2;
  font-weight: bold;
  border-radius: 5px;
  padding-top: 5px;
  border: 1px solid #D8D8D8;
  margin-top: 35px;
}

.InpConGris2{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  margin-bottom: 5px;
  font-size: 18px;
  background-color: #F2F2F2;
  border: 0px;
  height: 250px;
  resize: none;
}

.BtnSend{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  margin-top: 5px;
  height: 30px;
  background-color: black;
  color: white;
  font-size: 15px;
  border-radius: 5px;
}

.PiePagina{
  position: relative;
  float: left;
  width: 100%;
  min-height: 20%;
  max-height: auto;
  background-color: black;
}

.GlossPie{
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
  min-height: 120px;
  max-height: auto;
  margin-top: 20px;
}

.PieMenu{
  position: relative;
  float: left;
  width: 20%;
  min-height: 30px;
  max-height: 100%;
  color: white;
}

.btPieDonw{
  position: relative;
  float: left;
  width: 95%;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  background-color: transparent;
  color: white;
  border: 0px;
}

.btPieDonw:hover{
  position: relative;
  float: left;
  width: 95%;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  background-color: transparent;
  color: var(--ColorGeneralWeb);
  border: 0px;
}

.PieDetalle{
  position: relative;
  float: left;
  width: 50%;
  min-height: 30px;
  max-height: 100%;
  color: white;
}

.PieRedes{
  position: relative;
  float: left;
  width: 27%;
  min-height: 30px;
  max-height: 100%;
  color: white;
  left: 3%;
}

.PieFondo{
  position: relative;
  float: left;
  width: 90%;
  min-height: 30px;
  max-height: auto;
  left: 5%;
  text-align: center;
  color: white;
  font-size: 15px;
}

@media screen and (max-width: 850px) {

  .ContenedorTextoDev{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    top: 5%;
    height: 90%;
    font-size: 15px;
    font-family: cursive;
  }

}

@media screen and (max-width: 820px) {
  .ContenedorBtnMenu{
    position: relative;
    float: right;
    right: 5%;
    height: 40px;
    width: 55%;
    top: 10px;
  }

  .ContenedorBtnMenu2{
    position: relative;
    float: right;
    right: 5%;
    height: 40px;
    width: 55%;
    top: 10px;
  }

  .btnFlecha1{
    position: absolute;
    float: left;
    top: 40%;
    height: 10%;
    width: 10%;
    left: 1%;
    z-index: 2;
  }

  .btnFlecha2{
    position: absolute;
    float: right;
    top: 40%;
    height: 10%;
    width: 10%;
    left: 88%;
    z-index: 2;
  }

  .TituloC1{
    position: absolute;
    margin-top: 1%;
    height: 200px;
    width: 45%;
    left: 10%;
    font-size: 20px;
    text-align: center;
    font-family: cursive;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 20px black;
  }

  .ImgCarr1{
    position: absolute;
    margin-top: 1%;
    float: right;
    width: 45%;
    height: 260px;
    top: 0%;
    text-align: center;
  }

  .ContenedorTexto1{
    position: absolute;
    width: 80%;
    min-height: 20px;
    max-height: auto;
    top: 60%;
    left: 10%;
    font-size: 18px;
    font-family: cursive;
    color: white;
  }

  .btn_ir{
    position: relative;
    float: left;
    font-size: 18px;
    border: 0px;
    background-color: white;
    color: var(--ColorGeneralWeb);
    height: 40px;
    width: 40%;
    left: 30%;
    border-radius: 8px;
  }

}

@media screen and (max-width: 780px) {

  .Carrusel{
    position: relative;
    float: left;
    left: 10%;
    width: 80%;
    height: 85%;
    top: 10%;
  }

  .LgrImgCarr{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: none;
  }

  .MedImgCarr{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
  }

  .PeqImgCarr{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: none;
  }

}

@media screen and (max-width: 650px) {
  .MenuPagina{
    position: fixed;
    z-index: 2;
    float: left;
    width: 100%;
    height: 60px;
  }

  .ContenedorBtnMenu{
    position: relative;
    float: right;
    right: 0%;
    height: 40px;
    width: 100%;
    top: 10px;
  }

  .ContenedorBtnMenu2{
    position: relative;
    float: right;
    right: 0%;
    height: 40px;
    width: 100%;
    top: 10px;
  }

  .ContenedorIcono{
    position: relative;
    float: left;
    left: 30%;
    width: 40%;
    height: 50px;
    top: 5px;
  }

  .Contactanos{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #B63B58;
    background: linear-gradient(90deg,rgba(182, 59, 88, 1) 0%, rgba(204, 35, 74, 1) 37%, rgba(255, 0, 60, 1) 100%);
  }

  .ContenedorContacto{
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    height: auto;
    margin-top: 22%;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .ContTxt1{
    position: relative;
    float: left;
    width: 100%;
    left: 2.5%;
    height: 100%;
  }

  .ContGris{
    position: relative;
    float: left;
    width: 90%;
    left: 2.5%;
    height: auto;
    background-color: #F2F2F2;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 5px;
    border: 1px solid #D8D8D8;
    margin-top: 15px;
  }

  .ContTxt2{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    height: 100%;
    margin-bottom: 10px;
  }

  .DesarrolloAplicaciones{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #f0a31f;
    background: linear-gradient(74deg,rgba(240, 163, 31, 1) 0%, rgba(230, 166, 57, 1) 33%, rgba(214, 160, 66, 1) 93%);
  }

  .ContTexDev{
    position: relative;
    float: left;
    width: 95%;
    height: auto;
    background-color: white;
    left: 2.5%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    margin-top: 22%;
    padding-bottom: 10px;
  }

  .ContImgDev{
    position: relative;
    float: left;
    width: 95%;
    height: 80%;
    left: 2.5%;
    top: 12%;
  }

  .ImDev{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 5%;
  }

  .ContMapa{
    position: relative;
    float: left;
    width: 45%;
    height: 70%;
    top: 10%;
    left: 10%;
  }

  .ContDescripcionMapa{
    position: relative;
    float: left;
    width: 35%;
    left: 5%;
    height: 70%;
    top: 10%;
  }

  .VentaEquipo{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #AC75D5;
    background: linear-gradient(74deg,rgba(172, 117, 213, 1) 0%, rgba(159, 78, 222, 1) 33%, rgba(133, 9, 227, 1) 93%);
  }

  .ContenedorMix1{
    position: relative;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 250px;
  }

  .ContenedorMix2{
    position: relative;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 250px;
  }

  .Contenidofront{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
  }

  .Contenidoback{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(198, 175, 219, 1) 37%, rgba(121, 104, 148, 1) 100%);
    color: #0A080A;
    z-index: 0;
  }

  .Contenidoback:hover{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: grey;
    color: #0A080A;
    z-index: 0;
    transition:all .5s ease-in-out;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(198, 175, 219, 1) 37%, rgba(121, 104, 148, 1) 100%);
  }

}

@media screen and (max-width: 570px) {
  .GlossPie{
    position: relative;
    float: left;
    width: 96%;
    left: 2%;
    min-height: 120px;
    max-height: auto;
    margin-top: 20px;
  }

  .PieMenu{
    position: relative;
    float: left;
    width: 25%;
    min-height: 30px;
    max-height: 100%;
    color: white;
  }

  .PieDetalle{
    position: relative;
    float: left;
    width: 45%;
    min-height: 30px;
    max-height: 100%;
    color: white;
  }

  .PieRedes{
    position: relative;
    float: left;
    width: 27%;
    min-height: 30px;
    max-height: 100%;
    color: white;
    left: 3%;
  }

}

@media screen and (max-width: 520px) {
  .TituloC1{
    position: absolute;
    margin-top: 5%;
    height: 200px;
    width: 45%;
    left: 10%;
    font-size: 15px;
    text-align: center;
    font-family: cursive;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 20px black;
  }

  .ContTexDev{
    position: relative;
    float: left;
    width: 95%;
    height: auto;
    background-color: white;
    left: 2.5%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    margin-top: 30%;
    padding-bottom: 10px;
  }

  .Ubicacion{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #52A0AA;
    background: linear-gradient(90deg,rgba(82, 160, 170, 1) 0%, rgba(54, 178, 194, 1) 50%, rgba(24, 196, 222, 1) 100%);
  }

  .ContMapa{
    position: relative;
    float: left;
    width: 95%;
    height: 230px;
    top: 20%;
    margin-top: 10px;
    left: 2.5%;
    margin-bottom: 10px;
  }

  .ContDescripcionMapa{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    height: auto;
    top: 3%;
  }

  .VentaEquipo{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #AC75D5;
    background: linear-gradient(74deg,rgba(172, 117, 213, 1) 0%, rgba(159, 78, 222, 1) 33%, rgba(133, 9, 227, 1) 93%);
  }

  .ContenedorMix1{
    position: relative;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
  }

  .ContenedorMix2{
    position: relative;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
  }

  .Contenidofront{
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
  }

  .Contenidoback{
    position: relative;
    float: left;
    width: 100%;
    min-height: 150px;
    height: auto;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(198, 175, 219, 1) 37%, rgba(121, 104, 148, 1) 100%);
    color: #0A080A;
    z-index: 0;
    padding-bottom: 5px;
  }

  .Contenidoback:hover{
    position: relative;
    float: left;
    width: 100%;
    min-height: 150px;
    height: auto;
    background-color: grey;
    color: #0A080A;
    z-index: 0;
    transition:all .5s ease-in-out;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(198, 175, 219, 1) 37%, rgba(121, 104, 148, 1) 100%);
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 450px) {

  .Carrusel{
    position: relative;
    float: left;
    left: 10%;
    width: 80%;
    height: 85%;
    top: 10%;
  }

  .LgrImgCarr{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: none;
  }

  .MedImgCarr{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: none;
  }

  .PeqImgCarr{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: inline;
  }

}

@media screen and (max-width: 410px) {
  .GlossPie{
    position: relative;
    float: left;
    width: 96%;
    left: 2%;
    min-height: 120px;
    max-height: auto;
    margin-top: 20px;
  }

  .PieMenu{
    position: relative;
    float: left;
    width: 50%;
    min-height: 30px;
    max-height: 100%;
    color: white;
  }

  .PieDetalle{
    position: relative;
    float: right;
    width: 50%;
    min-height: 30px;
    max-height: 100%;
    color: white;
  }

  .PieRedes{
    position: relative;
    float: left;
    width: 50%;
    min-height: 30px;
    max-height: 100%;
    color: white;
    left: 0%;
  }

}

@media screen and (max-width: 350px) {
  .MenuPagina{
    position: fixed;
    z-index: 2;
    float: left;
    width: 100%;
    height: 60px;
  }

  .ContenedorBtnMenu{
    position: relative;
    float: right;
    right: 0%;
    height: 40px;
    width: 100%;
    top: 10px;
    display: none;
  }

  .ContenedorBtnMenu2{
    position: relative;
    float: right;
    right: 0%;
    height: 40px;
    width: 100%;
    top: 10px;
  }

  .ContenedorIcono{
    position: relative;
    float: left;
    left: 5%;
    width: 60%;
    height: 50px;
    top: 5px;
  }

  .BtnMenusOcul{
    position: relative;
    float: right;
    width: 15%;
    height: 35px;
    top: 10px;
    right: 2%;    
  }

  .btonoculto{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border-radius: 12px;
    background-color: white;
    display: inline;
  }

  .BtnMenu{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 0px;
    font-size: 18px;
    border-bottom: 1px solid black;
  }

  .btnFlecha1{
    position: absolute;
    float: left;
    top: 45%;
    height: 10%;
    width: 10%;
    left: 1%;
    z-index: 2;
  }

  .btnFlecha2{
    position: absolute;
    float: right;
    top: 45%;
    height: 10%;
    width: 10%;
    left: 88%;
    z-index: 2;
  }

  .btnArrow{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 30%;
    font-size: 25px;
    font-weight: bold;
    border: 0px solid white;
    color: white;
    background-color: transparent;
  }

  .btnArrow:hover{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 30%;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid white;
    color: var(--ColorGeneralWeb);
    background-color: white;
  }

  .PieMenu{
    position: relative;
    float: left;
    width: 100%;
    min-height: 30px;
    max-height: 100%;
    color: white;
    text-align: center;
  }

  .PieDetalle{
    position: relative;
    float: left;
    width: 100%;
    min-height: 30px;
    max-height: 100%;
    color: white;
    text-align: center;
  }

  .PieRedes{
    position: relative;
    float: left;
    width: 100%;
    min-height: 30px;
    max-height: 100%;
    color: white;
    left: 0%;
    text-align: center;
  }

  .Contactanos{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #B63B58;
    background: linear-gradient(90deg,rgba(182, 59, 88, 1) 0%, rgba(204, 35, 74, 1) 37%, rgba(255, 0, 60, 1) 100%);
  }

  .ContenedorContacto{
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    height: auto;
    margin-top: 22%;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .ContTxt1{
    position: relative;
    float: left;
    width: 100%;
    left: 2.5%;
    height: 100%;
  }

  .ContGris{
    position: relative;
    float: left;
    width: 90%;
    left: 2.5%;
    height: auto;
    background-color: #F2F2F2;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 5px;
    border: 1px solid #D8D8D8;
    margin-top: 15px;
  }

  .ContTxt2{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    height: 100%;
    margin-bottom: 10px;
  }

  .ContTexDev{
    position: relative;
    float: left;
    width: 95%;
    height: auto;
    background-color: white;
    left: 2.5%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    margin-top: 22%;
    padding-bottom: 10px;
  }

  .ContImgDev{
    position: relative;
    float: left;
    width: 95%;
    height: 250px;
    margin-bottom: 10px;
    left: 2.5%;
    top: 18%;
  }

}
