body {
  background: #7f7f7f;

  color: white;
}
.solasimg{
  height: 400px;
	border: 2px solid hsl(32, 100%, 50%);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
    margin-bottom: 4px;
}
#container__bienvenido {
  background: black;
}

.ptxt {
  padding: 2px;
  color: white;
  font-size: 0.8em;
}
.stxt {
  padding: 2px;
  color: white;
  font-size: 0.8em;
}
.p1txt {
  padding: 2px;
  color: white;
  font-size: 0.8em;
}
.s2txt {
  padding: 2px;
  color: white;
  font-size: 0.8em;
}
.ptam1 {
  padding: 8px;
}
.ptam {
  padding: 8px;
}
#logoQSI {
  object-fit: contain;
}
.sl ol {
  padding: 0;
  display: flex;
  width: 400%;
  animation: cambio 15s infinite;
  animation-direction: alternate;
}
.sl li {
  list-style: none;
  width: 100%;
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}

.sl {
  float: left;
  width: 100%;

  overflow: hidden;
}
.sl img {
  width: 100%;
  height: 400px;
}
.sl img {
  margin-top: -15px;
  margin-bottom: -16px;
}
.sl1 ol {
  padding: 0;
  display: flex;
  width: 400%;
  animation: cambio 20s infinite;
  animation-direction: alternate;
}
.sl1 li {
  list-style: none;
  width: 100%;
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}

.sl1 {
  float: left;
  width: 100%;

  overflow: hidden;
}
.sl1 img {
  width: 100%;
  height: 400px;
}
.sl1 img {
  margin-top: -15px;
  margin-bottom: -16px;
}
.imgsola {
  width: 48%;
  display: inline;
  margin-left: 10px;
  height: 300px;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Calibri;
  margin: 0;
  width: 100%;
}
.mainosotros {
  background-image: linear-gradient(to bottom right, black, #7f7f7f);
}
main {
  background-image: linear-gradient(to top left, #7f7f7f 45%, #fe801a 45%);
}

/*estilo base*/
img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#logo-icono {
  width: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.container {
  width: 99%;
  margin: auto;
}
.menuazul {
  background: #fe801a;
}

.container--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column {
  width: 100%;
}

/*estilos header*/
.main-header {
  width: 100%;
}
.logo {
  /*background:#353333;*/
  margin-left: 5%;

  font-size: 5em;
  color: white;
  padding: 10px;
  font-family: Calibri;
  font-weight: 100;
}
.main-header__contactInfo__phone {
  background: #2f2e2e;
  color: white;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;

  margin-right: 15px;
}
.main-header__contactInfo__address {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  color: white;
  margin-right: 15px;
}
.main-heder [class*="icon-"]:before {
  position: relative;
  top: 2px;
  right: 5px;
}
/*estilos de menu*/
.main-nav {
  width: 100%;
  position: relative;
  z-index: 2000;
  padding: 10px;
}
.icon-menu {
  display: block;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
}
.social-icon {
  display: flex;
  justify-content: space-between;
}
.social-icon [class*="iconos-"] {
  color: white;
  margin-left: 10px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  width: 25px;
  height: 25px;
}
.social-icon [class*="icon-"] {
  color: white;
  margin-left: 10px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  width: 25px;
  height: 25px;
}
.social-icon__link {
  text-decoration: none;
}

.menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fe801a;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
}
.menu__link {
  display: block;
  padding: 5px;
  color: white;
  text-decoration: none;
}
.menu__link:hover {
  background: #4a9bdc;
}
.menu__link--select {
  background: black;
}
.mostrar {
  height: 3500px;
}

/*estilos de banner*/

.banner {
  position: relative;
}
.banner:before {
}
.banner__img {
  background-image: url(/img/fondoindex.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;

  margin-top: 13%;
  width: 100%;
  height: 200px;
  object-fit: contain; /*adaptar imagenes*/
}

.banner__content {
  width: 96%;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 1500;
  top: 68%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
}
#tituloDies {
  font-size: 4em;
}
#subtituloDies {
  font-size: 1.3em;
}
.banner__content1 {
  width: 96%;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 1500;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-style: 5em;
  font-weight: bold;
}

/*estilos pagina*/
.group--color {
  border-bottom: solid 15px #454545;
  color: white;
  padding: 1px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
.group--color1 {
  background: #e9bf35;
  color: white;
  text-align: center;
  padding: 25px;
  width: 100%;
  height: 100%;
}
.nuestragaleria {
  background: rgba(17, 17, 17, 0.92);
  color: white;
  padding: 1px;
  text-align: center;
  padding: 25px;
  margin: auto;
  height: 100%;
  width: 100%;
}

.main__title {
  background: #2f2e2e;
  padding: 15px;
  font-size: 2em;
  font-weight: 100em;
}

.column__title {
  font-size: 2em;
}

.main__about__description .column:nth-child(2) {
	
}
#titulo1 {
  font-size: 1.3em;
}
.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  background: #454545;
  color: white;
  margin: 10px auto;
}
.group__title {
  color: white;
  text-align: center;
  font-weight: 100;
  font-size: 2.8em;
  margin: 30px;
}
.today-special .column {
  margin-bottom: 40px;
  margin-top: 5px;
  text-align: center;
  font-size: 0.8em;
}
.today-special__img {
  margin: auto;
  max-width: 350px;
}
.textog {
  font-size: 1.1em;
}
.textop {
  font-size: 1.2em;
}
.today-special__title {
  text-align: center;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 20px;
}

.column__txt {
  font-size: 1.3em;
}

.today-special__price {
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  text-align: center;
}
/*estilo foother*/

.main-footer {
  background: #454545;
  color: white;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.8em;
}
.copy {
  text-align: center;
  margin: auto;
  margin-top: 15px;
}
.main-footer[class*="icon-"] {
  color: white;
  text-decoration: none;
}
.main-footer[class*="icon-"]:before {
  position: relative;
  top: 3px;
  right: 5px;
}
.ptam {
  font-size: 1.5em;
}
.regresar {
  width: 55%;
  font-size: 1.5em;
}
.tamsub {
  font-size: 2em;
  color: white;
}
.ptam1 {
  font-size: 1.5em;
  margin-top: 5px;
  text-align: justify;
}

.esconder {
  display: none;
  font-size: 0.8em;
}

/*estilo responsiv*/

@media (max-width: 479px) {
  
  .ptxt {
    padding: 2px;
    color: white;
    font-size: 0.7em;
  }
  .stxt {
    padding: 2px;
    color: white;
    font-size: 0.7em;
  }
  .p1txt {
    padding: 2px;
    color: white;
    font-size: 0.7em;
  }
  .s1txt {
    padding: 2px;
    color: white;
    font-size: 0.7em;
  }
  .logonosotros {
    width: 99%;
    height: 150px;
    margin: auto;
  }
  .esconder {
    display: block;
  }
  .group--color {
    width: 100%;
    font-size: 0.8em;
  }
  .nuestragaleria {
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 5px;
  }
  .main-header__contactInfo__phone {
    background: #2f2e2e;
    color: white;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
  }
  .main-header__contactInfo__address {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    color: black;
  }
  .banner__img {
    width: 100%;

    height: 100px;
    object-fit: scale-down; /*adaptar imagenes*/
  }
  .banner {
    margin-top: -190px;
  }

  .sl {
    float: left;
    width: 100%;

    overflow: hidden;
  }
  .sl img {
    width: 100%;
    height: 400px;
  }

  .sl1 {
    display: none;
    float: left;
    width: 100%;

    overflow: hidden;
  }
  .sl1 img {
    display: none;
    width: 100%;
    height: 200px;
  }

  .imgsola {
    width: 45%;
    display: inline;
    margin-left: 10px;
    height: 100px;
  }
  .tamsub {
    font-size: 1.5em;
  }
  .regresar {
    width: 55%;
    font-size: 1em;
  }
  .ptam {
    font-size: 1.2em;
  }
  .ptam1 {
    font-size: 0.8em;
    margin-top: 5px;
    text-align: justify;
  }
  #relogo {
    display: none;
  }
  .column1 {
    width: 100%;
    margin: auto;
  }
  .logo-container {
    width: 100%;
    text-align: center;
    margin-top: -15px;
  }
  .logo {
    width: 65%;

    object-fit: cover;
    position: relative;
    margin: auto;
    margin-top: 10px;
  }
  .today-special__img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .banner__content {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    font-weight: bold;
  }
  #tituloDies {
    font-size: 3em;
  }
  #subtituloDies {
    font-size: 0.8em;
  }
  .banner__content1 {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-style: 5em;
    font-weight: bold;
  }
  .today-special__img {
    width: 99%;
    object-fit: fill;
    height: 150px;
  }
  .today-special__img1 {
    margin: auto;
    height: 150px;
    width: 100%;
    object-fit: scale-down;
  }
  .column--50-25 {
    width: 45%;
    margin: auto;
  }
  .today-special__title {
    font-size: 1em;
  }
  #titulo1 {
    font-size: 0.8em;
  }
  #imgcortada {
    width: 0%;
  }
}
@media screen and (min-width: 480px) {
  #relogo {
    display: none;
  }
  .sl {
    float: left;
    width: 100%;

    overflow: hidden;
  }
  .sl img {
    width: 100%;
    height: 250px;
  }

  .sl1 {
    float: left;
    width: 100%;

    overflow: hidden;
  }
  .sl1 img {
    width: 100%;
    height: 250px;
  }
  .imgsola {
    width: 47%;
    display: inline;
    margin-left: 10px;
    height: 300px;
  }
  .logo {
    width: 245px;
  }
  .column1-1 {
    margin-top: -100px;
  }
  .main-header__contactInfo {
    text-align: right;
  }
  .banner__img {
    height: 600px;
  }
  .banner {
    margin-top: -190px; /*modificar */
    z-index: -1000;
  }

  .main {
    padding-bottom: 15px;
  }
  .main-header__contactInfo__phone {
    background: none;
  }
  .main-header__contactInfo__address {
    color: #ffcf40;
  }

  .main-nav {
    background: rgba(0, 0, 0, 0.85);
  }

  .column--50 {
    width: 50%;
  }

  .column--50-25 {
    width: 49%;
  }
  .main__about__description .column:nth-child(2) {
  }
  .main__about__description .btn {
    margin: 0;
  }

  .today-special .column1 {
    margin-bottom: 10px;
    border: 2px solid #be9d43;
  }
  .today-special__img {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .today-special__img1 {
    height: 150px;
    width: 100%;
  }

  .column--33 {
    width: 32%;
  }
  .main-footer .container--flex {
    align-items: flex-start;
    font-size: 0.69em;
  }
  .banner__content {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 68%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    font-weight: bold;
  }
  #tituloDies {
    font-size: 4em;
  }
  #subtituloDies {
    font-size: 1.3em;
  }
  .banner__content1 {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-style: 5em;
    font-weight: bold;
  }

  #titulo1 {
    font-size: 1.1em;
  }

  .m1 {
    width: 39%;
  }
  .m2 {
    width: 59%;
  }
}

@media screen and (min-width: 768px) {
  #relogo {
    display: block;
    width: 40%;
  }
  .peque {
    font-size: 18px;
  }

  .sl {
    float: left;
    width: 100%;

    overflow: hidden;
  }
  .sl img {
    width: 100%;
    height: 650px;
  }
  .sl1 {
    float: left;
    width: 100%;

    overflow: hidden;
  }
  .sl1 img {
    width: 100%;
    height: 650px;
  }
  .main__title {
    font-style: 2.2em;
  }
  .main__about__description {
    margin-top: 30px;
  }
  .main__about__description .column--50:nth-child(2) {
    font-size: 1em;
  }

  .main__about__description .column--50:nth-child(2) .column__txt {
    line-height: 30px;
  }
  .column--50-25 {
    width: 24.5%;
  }
  .column__title {
    font-size: 2em;
  }
  .group__title {
    font-size: 2.2em;
  }
  .banner__content {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    font-weight: bold;
  }
  #tituloDies {
    font-size: 6em;
  }
  #subtituloDies {
    font-size: 1.5em;
  }
  .banner__content1 {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-style: 5em;
    font-weight: bold;
  }
  #titulo1 {
    font-size: 1.05em;
  }
  .logo {
    width: 400px;
  }
  .m1 {
    width: 39%;
  }
  .m2 {
    width: 59%;
  }
}
.banner__img {
  margin-top: 190px;
  height: 350px;
}
@media screen and (min-width: 1024px) {
  .container {
    width: 100%;
  }
  #cuarzo {
    height: 180px;
  }
  #cuarzo1 {
    height: 180px;
  }
  #cuarzo3 {
    height: 180px;
  }
  #relogo {
    width: 44%;
  }
  .logo {
    width: 450px;
  }
  .main-header__contactInfo__phone,
  .main-header__contactInfo__address {
    padding-right: 0;
    font-size: 1.15em;
  }
  .main-nav {
    padding: 0;
  }

  .icon-menu {
    display: none;
  }
  .menu {
    position: static;
    display: flex;
    height: auto;
    width: auto;
  }
  .menu__link {
    padding: 20px;
  }

  .group--color .container {
    /*margin-top: 30px;
		margin-bottom: 30px;*/ /* para cambiar el espacio*/
    padding: 20px;
  }
  .main__title {
    font-size: 2.3em;
  }

  .main__about__description .column--50:nth-child(2) .column__txt {
    line-height: 45px;
  }
  .today-special__title {
    font-size: 1.4em;
  }
  .today-special__price {
    font-size: 1.8em;
  }
  .main-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.5em;
  }
  #tam {
    height: 179px;
  }
  .banner__content {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    font-weight: bold;
  }

  #tituloDies {
    font-size: 7em;
  }
  #subtituloDies {
    font-size: 1.6em;
  }
  .banner__content1 {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-style: 5em;
    font-weight: bold;
  }
  .m1 {
    width: 39%;
  }
  .m2 {
    width: 59%;
  }
  #imagensola {
    background-size: 50;
  }
}
@media screen and (min-width: 1600px) {
  .margennosotros {
    margin-left: 80px;
  }
  #imgcortada {
    width: 100%;
    height: 600px;
  }
  .logo {
    width: 450px;
  }
  .container {
    width: 100%;
  }
  .main__about__descrition .column:nth-child(1) img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .today-special__img {
    height: 300px;
  }
  .banner__content {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 73%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    font-weight: bold;
  }
  #tituloDies {
    font-size: 8em;
  }
  #subtituloDies {
    font-size: 2em;
  }
  .banner__content1 {
    width: 96%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-style: 5em;
    font-weight: bold;
  }
  .m1 {
    width: 39%;
  }
  .m2 {
    width: 59%;
  }
}
