@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;600;700;900&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

:root {
  --main: #e15100;
  --White: #ffffff;
  --dark: #353535;
  --second: #042d5e;
  --gris: #e1e2e4;
  --textP: 'Raleway', sans-serif;
  --bg: rgb(222, 228, 250);
  --dot-bg: #ffffff;
  --dot-color: #042d5e;
  --dot-size: 1.5px;
  --dot-space: 22px;
  --height: 100px;
  --width: 200px;
}



body {
  font-family: var(--textP);
  background: var(--bg);
  /* background: linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
    linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
    var(--dot-color); */
}

a {
  text-decoration: none;
}


/*carousel*/



.container {
  padding: 2rem;
}

.slider-wrapper {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
}

.slider {
  display: flex;
  aspect-ratio: 16 / 9;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
  border-radius: 0.5rem;
  -ms-overflow-style: none;
  /* Hide scrollbar IE and Edge */
  scrollbar-width: none;
  /* Hide scrollbar Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
  display: none;
}

.slider img {
  flex: 1 0 100%;
  scroll-snap-align: start;
  object-fit: cover;
}

.slider-nav {
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-nav a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0.75;
  transition: opacity ease 250ms;
}

.slider-nav a:hover {
  opacity: 1;
}

/*card buying*/
.cartoon { 
   
  font-family: "Raleway";
  font-weight: bold;
  color: var(--second);
  display: flex;
  flex-direction: column;
  align-content: center;
  position: relative;
  text-align: center;
  width: 200px;
  border: 2px solid var(--second);
  /* Agrega un borde */
  border-radius: 10px;
  /* Redondea las esquinas */
  box-shadow: 0 4px 6px rgba(0, 119, 255, 0.1);
  /* Agrega una sombra */
}

.image-container {
  position: relative;
  width: 100%;
  height: 200px;
}

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.image.overlay {
  opacity: 0;
}

.Bitn {
 
  height: auto;
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  font-size: 16px;
  text-decoration: none;
  color: var(--gris);
  border: 2px solid var(--gris);
  background: var(--main);
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  margin-left: 44px;
}

.text {
  font-size: 20px;
  transition: opacity 0.3s ease;
  margin-top:-20px;
}

.cartoon:hover .image.overlay {
  opacity: 1;
}

.cartoon:hover .image:not(.overlay) {
  opacity: 0;
}

.cartoon:hover .Bitn  {
  transform: translateY(-10px);
  opacity: 1;
}

.cartoon:hover .text {
  opacity: 0;
}
/* .cartoon:hover{
  
} */

.cartoon .image-container, .cartoon .Bitn{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cartoon-container{
  display: flex;
  flex-direction: row;
  row-gap: 10px;
}
@media (max-width: 768px) {
  .cartoon { 
 
      font-family: "Raleway";
      font-weight: bold;
      color: var(--second);
      display: flex;
      flex-direction: column;
      align-content: center;
      position: relative;
      text-align: center;
      width: 130px;
      border: 2px solid var(--second);
      /* Agrega un borde */
      border-radius: 10px;
      /* Redondea las esquinas */
      box-shadow: 0 4px 6px rgba(0, 119, 255, 0.1);
      /* Agrega una sombra */
     
  }
  
  .image-container {
      position: relative;
      width: 100%;
      height: 120px;
  }
  
  .image {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: opacity 0.5s ease;
  }
  
  .image.overlay {
      opacity: 0;
  }
  
  .Bitn {
     
      height: auto;
      width: 50%;
      position: relative;
      z-index: 1;
      padding: 10px 10px;
      font-size: 10px;
      text-decoration: none;
      color: var(--gris);
      border: 2px solid var(--second);
      background: var(--main);
      border-radius: 20px;
      cursor: pointer;
      transition: transform 0.3s ease, opacity 0.3s ease;
      opacity: 0;
      margin-left: 32px;
  }
  
  .text {
      font-size: 17px;
      transition: opacity 0.3s ease;
      margin-top:-20px;
  }
  
  
}

/*Promos*/



.contenedor-cartas-promocion{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  place-items: center;
  margin: 30px;

  @media (max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 15px;
    row-gap: 25px;
    
  }
}
  

/*boton*/

.cta {

  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: white;
  background: var(--main);
  transition: 1s;
  box-shadow: 6px 6px 0 var(--second);
  transform: skewX(-15deg);
  border: none;
  margin: auto;
  width: 250px;
  height: 50px;


  @media (max-width: 768px) {
    padding: 7px 22px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    color: white;
    background: var(--main);
    transition: 1s;
    box-shadow: 3px 3px 0 var(--second);
    transform: skewX(-15deg);
    border: none;
    margin: auto;
    width: 110px;
    height: 30px;
  }
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 var(--second);
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

.span {
  transform: skewX(15deg);
  justify-content: center;

  @media (max-width: 768px) {
    font-size: 11px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.second svg {
  @media (max-width: 768px) {
    width: 40px;
    height: 10px;
    display: flex;
    align-items: center;
  }

}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--second);
  }

  100% {
    fill: white;
  }
}


/* Bottom Card Section */

.property-description {
  background-color: #ffffff;
  height: 12em;
  width: 14em;
  position: absolute;
  bottom: 0em;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0.5em 1em;
  text-align: center;
}

/* Social Icons */

.property-social-icons {
  width: 1em;
  height: 1em;
  background-color: var(--main);
  position: absolute;
  bottom: 1em;
  left: 1em;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Property Cards Hover States */

.property-card:hover .property-description {
  height: 0em;
  padding: 0px 1em;
}

.property-card:hover .property-image {
  height: 18em;
}

.property-card:hover .property-social-icons {
  background-color: white;
}

.property-card:hover .property-social-icons:hover {
  background-color: var(--second);
  cursor: pointer;
}




.property-image-title {
  text-align: center;
  position: Relative;
  top: 30%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  color: black;
  font-size: 1.2em;
}

.property-card:hover .property-image-title {
  opacity: 1;
}



/*map*/



.locations {
  display: flex;

  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.5rem;

  @media screen and (max-width:780px) {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }

}

.locations iframe {

  display: flex;
  justify-content: center;

  @media screen and (max-width:780px) {
    width: 100%;
    height: auto;
  }
}

/*footer*/
.footer {

  margin-top: 10rem;
  position: relative;
  width: 100%;
  background: #3586ff;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20 10px 20px;
  flex-wrap: wrap;

}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
  justify-content: center;

  @media screen and (max-width:780px) {}
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 300;
  justify-content: center;
  align-items: center;
  justify-items: center;

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

    font-size: 0.9rem;
    text-align: center;
  }
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/wQZVxxk/wave.png");
  background-size: 900px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

/*titulos*/
.titulo {
  font-family: var(--textP);
  color: var(--main);
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem;


  @media screen and (max-width: 768px) {
    font-size: 1.5rem;
    margin: 20px;
  }
}

.titulo-location {
  font-family: var(--textP);
  color: var(--main);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  /* margin: 1rem; */
  margin-top: 5rem;


  @media screen and (max-width: 768px) {
    font-size: 1.2rem;
    margin: 20px;
    margin-top: 5rem;
  }
}

.titulo-promo {
  font-family: var(--textP);
  color: var(--second);
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem;
  margin-top: 2rem;


  @media screen and (max-width: 768px) {
    font-size: 1.2rem;
    margin: 10px;
    margin-top: 2rem;
  }
}

.subrayado {
  font-family: var(--textP);
  color: var(--main);
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem;
  margin-top: 10rem;


  @media screen and (max-width: 768px) {
    font-size: 1.2rem;
    margin: 10px;
    margin-top: 2rem;
  }
}

.titulo-form {
  color: var(--main);
  text-align: center;
  margin-top: 5rem;
  font-weight: 600;
  font-family: var(--textP);

  @media screen and (max-width:780px) {
    font-size: 1.2rem;
    margin: 3rem auto;
  }
}

.alertas {
  font-size: 1rem;
  font-weight: 550;
  justify-content: center;
  text-align: center;
  margin: 2rem auto;
  color: var(--second);

  @media screen and (max-width:780px) {
    font-size: 0.9rem;
    font-weight: 550;
    text-align: center;
    margin: 1rem;
  }
}

.titulo-compras {
  font-weight: 550;
  justify-content: center;
  text-align: center;
  color: var(--main);

  @media (max-width: 768px) {
    font-size: 0.8rem;
    margin: 0 1rem;
  }
}


.titulo-telling {
  font-size: 1.5rem;
  margin: auto 3rem;
  margin-bottom: 1.5rem;
  color: var(--main);
  font-weight: 550;

  @media (max-width: 768px) {
    font-size: 0.8rem;
    margin: auto 1rem;
    font-weight: 550;
  }

}

.resaltar {
  font-size: 1.4rem;
  font-weight: 550;
  color: var(--second);

  @media (max-width: 768px) {
    font-size: 0.8rem;
    font-weight: 550;
  }
}

/*Pagina de promociones*/

.pasta-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  place-items: center;
  margin: 30px;

  @media (max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 15px;
    row-gap: 25px;
    
  }
}

.pint-interiores-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  place-items: center;
  margin: 30px;

  @media (max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    margin: 15px;
    row-gap: 25px;
    
  }
  }


.esgrafiado-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  place-items: center;
  margin: 30px;

  @media (max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 15px;
    row-gap: 25px;
    
  }
}

/*formulario*/
.container-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.form_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ff9853;
  height: auto;
  width: auto;
  border: 2px solid var(--second);
  border-radius: 20px;
  box-shadow: 3px 4px 0px 1px var(--second);
}

.title {
  color: var(--dark);
  font-weight: 900;
  font-size: 1.5rem;
  margin-top: 20px;

  @media screen and (max-width:780px),
  print {
    margin-top: 20px;
    font-size: 1rem;
  }
}


.sub_title {
  font-weight: 600;
  margin: 5px 0;
}

.form_group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 10px;
}

.form_style {
  outline: none;
  border: 2px solid #264143;
  box-shadow: 3px 4px 0px 1px var(--second);
  width: 410px;
  padding: 12px 10px;
  border-radius: 4px;
  font-size: 15px;

  @media screen and (max-width:780px) {
    width: 250px;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 12px;
  }
}

.form_style:focus,
.btn-enviar:focus {
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px var(--main);
}

.btn-enviar {
  padding: 15px;
  margin: 25px 0px;
  width: 290px;
  font-size: 15px;
  background: var(--second);
  border-radius: 10px;
  font-weight: 800;
  box-shadow: 3px 3px 0px 0px var(--White);
  color: var(--White);

  @media screen and (max-width:780px) {
    width: 250px;
  }
}

.btn-enviar:hover {
  opacity: .9;
}

/*compras*/

.parametros {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;

  @media (max-width: 768px) {
    margin-top: 1rem;
  }
}

.botones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);



  @media (max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin: 0;
  }
}

.parche {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

/*Historia*/

.contenedor-letras {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;

  @media (max-width: 768px) {
    margin-top: 1rem;
  }
}

.imagenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
}

.imagen-uno {
  box-shadow: 30px 30px 59px #adadad,
    -30px -30px 59px #ffffff;
  margin-top: 1rem;
  width: 20rem;
  height: 15rem;
  border-radius: 25px;

  @media (max-width: 768px) {
    width: 6rem;
    height: 4rem;
    border-radius: 7px;
  }
}

.imagen-uno:hover {
  width: 25rem;
  height: 23rem;

  @media (max-width: 768px) {
    width: 10rem;
    height: 8rem;
    border-radius: 7px;
    justify-content: center;
  }

}

.un-elemento {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-items: center;
}


.tres-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem;
  padding: 8rem;
}

.carta {
  position: absolute;
  height: 350px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 10px 0 50px rgba(0, 0, 0, 0.5);
}

.carta .inner_part {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 30px;
  height: 350px;
  position: absolute;
}

#slideImg:checked~.inner_part {
  padding: 0;
  transition: .1s ease-in;
}

.inner_part .ilus {
  height: 260px;
  width: 260px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

#slideImg:checked~.inner_part .ilus {
  height: 350px;
  width: 850px;
  z-index: 99;
  transition: .3s .2s ease-in;
}

.ilus img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  transition: .6s;
}

#slide_1:checked~.inner_part .img_1,
#slide_2:checked~.inner_part .img_2,
#slide_3:checked~.inner_part .img_3 {
  opacity: 1;
  transition-delay: .2s;
}

.content {
  padding: 0 20px 0 35px;
  width: 530px;
  margin-left: 50px;
  opacity: 0;
  transition: .6s;
}

#slideImg:checked~.inner_part .content {
  display: none;
}

#slide_1:checked~.inner_part .content_1,
#slide_2:checked~.inner_part .content_2,
#slide_3:checked~.inner_part .content_3 {
  opacity: 1;
  margin-left: 0;
  z-index: 100;
  transition-delay: .3s;
}

.content .title {
  font-size: 30px;
  font-weight: 700;
  color: #0d0925;
  margin: 0 0 20px 0;
}

.content .text {
  font-size: 19px;
  color: #4e4a67;
  margin: 0 auto 30px auto;
  line-height: 1.5em;
  text-align: justify;
}

.content button {
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  color: #fff0e6;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  background: #000000;
  float: right;
}

.content button:hover {
  background: #cecece;
  color: #000000;
}

.slideres {
  position: absolute;
  bottom: 25px;
  left: 55%;
  transform: translateX(-50%);
  z-index: 1;
}

#slideImg:checked~.slider {
  display: none;
}

.slideres .slide {
  position: relative;
  height: 10px;
  width: 50px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}


.slideres .slide:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background: #000000;
  ;
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}

#slide_1:checked~.slideres .slide_1:before,
#slide_2:checked~.slideres .slide_2:before,
#slide_3:checked~.slideres .slide_3:before {
  transform: scaleX(1);
  width: 100%;
}

.ice {
  display: none;
}


/*new car slider*/

.cartas {
  background: var(--White);
}

.cartas .img-box {
  height: 200px;
}

.cartas .img-box img {
  height: 100%;
}

.cartas .profile-details img {
  height: 40px;
  width: 40px;
}

/*productos*/

.producto {
  display: flex;
  height: 32rem;
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  gap: 9rem;

  @media (max-width: 768px) {
    display: flex;
    height: 14rem;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    gap: 0.5rem;

  }
}

.img-pro {
  flex-basis: 50%;
  height: 100%;
  width: 100%;

  @media (max-width: 768px) {
    flex-basis: 30%;
    width: 50%;
  }
}

.img-pro-derecha {
  flex-basis: 50%;
  height: 100%;
  width: 100%;
  transform: scaleX(-1);

  @media (max-width: 768px) {
    width: 50%;
  }
}

.producto-acceso {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  @media (max-width: 768px) {
    flex-basis: 80%;
  }
}

.producto-acceso h2 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 2rem;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 0.7rem;
  }
}

.producto-acceso p {
  font-size: 1rem;
  font-weight: 600;
  padding: 0px 2rem;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0px 1rem;
    text-align: center;
  }
}

.titulo-productos {
  display: flex;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: center;
  color: var(--main);


  @media (max-width: 768px) {
    display: flex;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: center;
    color: var(--main);
    padding: 0.3rem;
  }
}

.recipiente {
  height: 10rem;
  width: auto;
  margin-top: 4rem;

  @media (max-width: 768px) {
    display: none;
  }
}

/*botonera*/
.calls {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

.botonera {
  width: calc(4 * var(--width));
  height: calc(4 * var(--height));
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  border-radius: 20px;
  position: relative;
  width: calc(0.9 * var(--width));
  height: calc(0.7 * var(--height));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0.8rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0, 0.22, .3, 1);

  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  .botonera span {
    color: #fff;
    font-size: 0.7rem;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
  }

  &._1 {
    background: #042D5E
  }

  &._2 {
    background: #E15100
  }

  &._3 {
    background: #042D5E
  }

  &._4 {
    background: #E15100
  }


  .back {
    position: absolute;
    width: 0;
    height: 0;
    filter: url(#filter);
    border-radius: 50%;
    z-index: 5;
    transition: all 2.5s cubic-bezier(0.1, 0.22, .3, 1);
  }

  &._1 .back {
    left: -50%;
    top: -50%;
    background: #27ae60;
  }

  &._2 .back {
    right: -50%;
    top: -50%;
    background: #c0392b;

  }

  &._3 .back {
    left: -50%;
    bottom: -50%;
    background: #34495e;
  }

  &._4 .back {
    right: -50%;
    bottom: -50%;
    background: #2980b9;
  }

  &:hover .back {
    width: calc(2 * var(--width));
    height: calc(2 * var(--height));
  }
}

@media only screen and (max-width: 750px) {
  .botonera {
    flex-direction: column;
  }

  .btn {
    margin: 0.8rem 0;
  }
}



.support {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  display: flex;
}

.botonera a {
  margin: 0 20px;
  color: #fff;
  font-size: 1.2rem;
  transition: all 400ms ease;
}

.botonera a:hover {
  color: #fcf8f8;
}



/* fichas */

.plantilla-producto {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;

}

.plantilla-producto h1 {
  font-size: 5rem;
  font-weight: 540;
  color: var(--main);
  margin-bottom: -5rem;
}

.consola {
  width: 80%;
  display: flex;
  flex-direction: row;
  margin: 8rem;
  background-color: rgb(250, 237, 204);
  flex-wrap: wrap;
  align-items: center;

}

.consola-carousel {
  width: 50%;
  height: auto;
}

.consola-text {
  width: 50%;
  height: auto;
  background: rgb(250, 237, 204);
}

.consola-text p {
  font-size: 20px;
  font-weight: 600;
  color: var(--second);
  margin: 50px;
}


/*carta de arte*/

.carta-arte {
  margin: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.arte-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 20rem;
  border-radius: 50px;
  background: #fafafa;
  box-shadow: 20px 20px 60px #bebebe,
    -20px -20px 60px #ffffff;
}

.arte-card-img {
  margin: 2rem 3rem;
}

.arte-card .arte-card-img img {
  height: 12rem;
  width: 12rem;
  border-radius: 3%;
}

/*Ficha tecnica*/
.ficha-plantilla {
  display: flex;
  justify-content: center;
}

.ficha-plantilla h2 {
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 600;
  color: var(--main);
}

.ficha-tecnica {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0px 20px;
}

.ficha-tecnica-text {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 20px;
  padding: 0px 30px;
}

.ficha-tecnica-descripcion {
  color: #242424;
  font-weight: 600;
  text-align: start;
  box-sizing: border-box;
  height: 100%;
  width: auto;
  padding: 10px;
}

.ficha-tecnica-descripcion h3 {
  font-weight: bold;
  font-size: 2rem;
  color: var(--main);
}

.color-linked {
  height: auto;
  width: 2rem;
  text-decoration: none;
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fdd4ae;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin-bottom: 1rem;
}

.color-linked:hover {
  background-color: #2384c4;
  box-shadow: 0px 15px 20px rgba(46, 156, 229, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.color-linked:active {
  transform: translateY(-1px);
}


/*RESPONSIVE*/

@media (max-width: 768px) {
  main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .plantilla-producto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

  }

  .plantilla-producto h1 {
    font-size: 3rem;
    font-weight: 540;
    text-align: center;
    color: var(--main);
  }

  .consola {
    width: 80%;
    display: flex;
    flex-direction: row;
    background-color: rgb(250, 237, 204);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .consola-carousel {
    width: 100%;
    height: auto;

  }

  .consola-text {
    width: 100%;
    height: auto;
    background: rgb(250, 237, 204);
  }

  .consola-text p {
    font-size: 15px;
    font-weight: 600;
    color: var(--second);

  }

  /*carta de arte*/

  .carta-arte {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .arte-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 10rem;
    border-radius: 10px;
    background: #fafafa;
    box-shadow: 20px 20px 60px #bebebe,
      -20px -20px 60px #ffffff;
  }

  .arte-card-img {
    margin: 2rem;
  }

  .arte-card .arte-card-img img {
    height: 6rem;
    width: 6rem;
    border-radius: 4%;
  }

  .arte-card-text p {
    font-size: 10px;
    font-weight: 600;
  }

  .arte-card-text h3 {
    font-size: 1rem;
    font-weight: 600;
  }

  .ficha-plantilla {
    display: flex;
    justify-content: center;
  }

  .ficha-plantilla h2 {
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--main);
  }

  .ficha-tecnica {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0px -10px;
  }

  .ficha-tecnica-text {
    box-sizing: border-box;
    width: 80%;
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .ficha-tecnica-descripcion {
    color: #242424;
    font-weight: 600;
    text-align: start;
    box-sizing: border-box;
    height: 33.3%;
    padding: 10px;
  }

  .ficha-tecnica-descripcion h3 {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--main);
  }

  .ficha-tecnica-descripcion p {
    font-size: 1rem;
  }
}

/*carousel card*/

@media screen and (min-width:568px) {
  .card-wrapper {
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe,
      -20px -20px 60px #ffffff;
    border-radius: 50px;
  }

  .card {
    margin: 0 0.5em;
    width: calc(100%/3);
  }

  .img-wrapper {
    height: 22vw;
    margin: 0 auto;
    /* display: flex;
  align-items: center;
  justify-content: center; */
  }

  .img-wrapper img {
    width: 450px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width:567px) {
  .card {
    width: 230px;
    height: auto;
    margin: 10% 20%;
    justify-content: center;
  }

  .card-wrapper {
    display: block;
  }

  .card:not(:first-child) {
    display: none;

  }

  .card:first-child {
    display: grid;
    place-items: center;
  }

  .img-wrapper img {
    width: 229px;
  }

  .card .card-text p {
    font-size: 0.8rem;
    color: #000000;
    text-align: center;
    font-weight: 500;
    justify-content: center;
  }
}

.card .card-text p {
  font-size: 1rem;
  font-weight: 500;
}

br {
  margin-top: 10px;
}

.carousel
.carousel-inner
.carousel-item img .art-pic {
  height: auto;
  width: auto;

  @media (max-width: 768px) {
    width: 10rem;
    height: 10rem;
  }
}

.somos{
  width: auto;
  height: 500px;
  display: grid;
  grid-template-columns: repeat(2fr, 1fr);
  background-color: var(--dot-color);
}

.somos-text h2{
font-size: 3rem;
color: var(--White)
}

.somos-text p{
  color: var(--White);
  font-weight: 500;
}