@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Anton:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Carter+One:300,400,700");

*,
*::before,
*::after {
  box-sizing: border-box;
}


body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  /*padding: 3rem;*/
  display: flex;
  justify-content: center;
}

#app {
  width: 100%;
  max-width: 70rem;
}

.app {
 border: 1px solid;
 border-radius: 1rem;
 border-color: #999;
 margin: 0.8rem 0.8rem 0.8rem 0rem;
 padding: 1rem 1rem 1.5rem 0rem;
}

h1 {
  margin: 0 0 3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.grid {
  display: flex;
  padding: auto;
}

.col-sx {
  width: 60%;
}

.col-dx {
  width: 40%;
}

.products {
  padding: 0 1rem 0 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  /*padding-bottom: 1rem;*/
  font-weight: 400;
  /*border-bottom: 1px solid #555;*/
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  /*padding-bottom: 10px;*/
  font-weight: 400;
  /*border-bottom: 1px solid #555;*/
}

.titulares {
font-family: Anton;
font-style: italic;
}

.products-list {
  margin: 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.product1 {
  list-style: none;
  width: 40%;
  margin: 0rem 0.5rem 0.8rem 0.5rem;
  padding: 0rem 0.5rem 0.8rem 0.5rem;
  text-align: center;
}

.product {
  list-style: none;
  width: 31%;
  margin: 0rem 0.5rem 0.8rem 0.5rem;
  padding: 0rem 0.5rem 0.8rem 0.5rem;
  text-align: center;
}



/*
.products .products-list .product:nth-child(even) {
  padding-right: 1rem;
}
.products .products-list .product:nth-child(odd) {
  padding-left: 1rem;
}
*/
.product .box {
  /*
  margin-bottom: 2.15rem;
  margin-right: 1rem;
  margin-left: 1rem;
  */
  margin: 0rem 0.4rem 0.7rem 0.4rem;
  padding: 0rem 0.2rem 0.6rem 0.2rem;
  text-align: center;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  position: relative;
}

.product1 .box {
  /*
  margin-bottom: 2.15rem;
  margin-right: 1rem;
  margin-left: 1rem;
  */
  margin: 0rem 0.4rem 0.7rem 0.4rem;
  padding: 0rem 0.2rem 0.6rem 0.2rem;
  text-align: center;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  position: relative;
}

.nube {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.5rem 0.2rem 1rem 0.2rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.tv:hover {
  background-color: rgba(109, 0, 124, 0.3);
  border: 1px solid rgb(109, 0, 124);
}

.fibra:hover {
  background-color: rgba(255, 116, 0, 0.3);
  border: 1px solid rgb(255, 116, 0);
}

.aire:hover {
  background-color: rgba(100, 150, 0, 0.3);
  border: 1px solid rgb(100, 150, 0);
}

.movistar:hover {
  background-color: rgba(0, 159, 227, 0.2);
  border: 1px solid rgb(9, 118, 168);
}

.vodafone:hover {
  background-color: rgba(255, 0, 0, 0.125);
  border: 1px solid rgb(255, 0, 0);
}

.orange-yoigo:hover {
 background-color: rgba(255, 116, 0, 0.3);
 border: 1px solid rgb(255, 116, 0);
 }


/*
.products .products-list .product .box:nth-child(even) {
  margin-left: 0.5rem;
 }
 */
.product .image {
  display: block;
  width: 100%;
  height: 100px;
  background: #eee;
  margin-bottom: 0.6rem;
}

.title {
  font-family: "Anton";
  margin-top: 0;
  font-size: 1.8em;
  text-decoration: underline;
}

.titlelong {
  margin-top: 0;
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: middle;
}

.price {
  font-family: "Carter One";
  font-weight: bold;
  font-size: 1.5em;
  color: rgb(9, 118, 168);
  /*font-style: italic;*/
}

.desc {
  /*font-weight: bold;*/
  font-size: 0.8em;
}

.buttonOK {
  padding: 0.35rem 0.7rem 0.28rem;
  margin-top: 1rem;
  border: 0;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #999;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  transition: background 0.4s, box-shadow 0.4s;
  cursor: pointer;
  outline: none;
}

.buttonOK:hover, .buttonOK:focus {
  color: #fff;
  background: #000;
  box-shadow: 0 1.2rem 1rem -1rem rgba(0, 0, 0, 0);
}

.info{
 margin-top: 1rem;
 margin-bottom: 1rem;
 padding: 0.5rem 0.5rem 1rem 0.5rem;
 border-radius: 1rem;
 border: 1px solid white;
 background: red;
}

.mensaje {
  margin-top: 1rem;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
}

.error {
  margin-top: 1rem;
  font-size: 0.85em;
  color: #fff;
}

/* CARRO COMPRA */
.cart {
  padding: 0 0 0 1rem;
 
  /*position: -webkit-sticky;  /* Safari 
  position: sticky;
  top: 10px;
  border:1px solid #1B75CE;
  display:inline-block;*/
}

.cart h2 {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  margin-left: 10rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  font-family: Anton;
  font-weight: 400;
  text-align: right;
  border: 2px solid rgb(255, 116, 0);
  background-color: #e9e9e9;
}

.cart .cart-list {
  width: 100%;
  border: 2px solid;
  border-collapse: collapse;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.cart .cart-list tr:nth-child(even) td {
  background: #ededed;
}


.cart .cart-list td,
.cart .cart-list th {
  padding: 6px; /* 1rem;*/
}


.cart .cart-list td h3,
.cart .cart-list td h4,
.cart .cart-list th h3,
.cart .cart-list th h4 {
  margin: 0;
  vertical-align: middle;
}

.cart .cart-list th {
  font-size: 0.8em;
  /*text-transform: uppercase;*/
  text-align: left;
}

.cart .cart-list th.head-quantity {
  font-family: Anton;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  width: 30%;
}
.cart .cart-list th.head-total {
  font-family: Anton;
  font-size: 1em;
  font-weight: 400;
  width: 20%;
}
.cart .cart-list th.head-title {
  width: 45%;
}
.cart .cart-list th.head-del {
  width: 5%;
}

.cart .cart-list th.head-price,
.cart .cart-list th:last-of-type {
  text-align: right;
}

.cart .cart-list th {
  text-align: right;
  font-size: 1em;
  color: black;
}

.cart .cart-foot {
  height: 170px;
  border: 1px solid #909090;
}


.total-title {
  text-align: right;
  font-size: 1em;
  font-weight: 400;
  color: black;
  display: inline;
  font-family: Anton;
}

.total-title1 {
  width: 90px;
  text-align: right;
  font-size: 1em;
  color: black;
  display:inline-block;
}

.total-title2 {
  width: 90px;
  text-align: right;
  font-size: 1em;
  /*background-color: red;*/
  color: red;
  /*padding: 10px;*/
  display: inline-block;
}

.total-title3 {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  color: black;
  display: inline;
  font-family: Anton;
}

.total-title4 {
  text-align: right;
  font-size: 1.3em;
  color: white;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid rgb(255, 0, 0);
  background-color: red;
  border-radius: 20px;
  width: 30%;
  display: inline;
}

.cart .cart-list th {
  text-align: right;
  font-size: 1.2em;
  /*background-color: red;*/
  color: black;
  /*padding: 10px;*/
}

.cart .cart-list td {
  background: #f9f9f9;
}

.cart .cart-list td .title {
  font-weight: 400;
  font-size: 0.9em;
}

.cart .cart-list td .price {
  text-align: right;
}

.cart .cart-list td .quantity {
  position: relative;
  padding: 0 1rem;
  text-align: center;
}

.qty-handler  {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.qty-handler span {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 16px;
  font-size: bold;
  /*line-height: 16px;*/
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  background: rgba(5, 103, 214, 0.5);
  color: #fff;
  transition: background 0.4s;
  cursor: pointer;

}

.qty-handler span:hover {
  background: #000;
}


.qty-handler2 {
  position:relative;
  /*width: 2rem;
  top: 0.75rem;
  left: 0;
  bottom: 0;
  right: 1rem;
  */
  display: flex; /*inline-flex;*/
}

.qty-handler2 span {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 16px;
  font-size: bold;
  /*line-height: 16px;*/
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  background: rgb(214, 5, 5);
  color: #fff;
  transition: background 0.4s;
  cursor: pointer;

}

.qty-handler2 span:hover {
  background: #000;
}


/*
.qty-handler span:last-of-type {
  line-height: 10px;
}
*/

.cart .cart-list td .total {
  text-align: right;
  font-size: 1em;
  vertical-align: middle;
  
}

.cart .draw {
  position: relative;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  margin: 4rem auto 2rem;
  background: #eaeaea;
  overflow: hidden;
}

.cart .draw .cactus {
  z-index: 1;
  position: absolute;
  width: 1.2rem;
  height: 10rem;
  border-radius: 7px 7px 0 0;
  background: currentColor;
}

.cart .draw .cactus::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -32px;
  width: 1.2rem;
  height: 2rem;
  transform: skew(40deg);
  transform-origin: top center;
  border-radius: 0 0 6px 6px;
  -webkit-animation: lightAngle 8s linear infinite alternate;
  animation: lightAngle 8s linear infinite alternate;
}

.cart .draw .cactus:nth-child(1) {
  bottom: 0;
  left: 50%;
  transform: transalteX(-50%);
  color: #aaa;
}

.cart .draw .cactus:nth-child(2) {
  bottom: 4.5rem;
  left: 2rem;
  transform: scale(0.4);
  color: #dadada;
}

.cart .draw .cactus:nth-child(2)::before {
  background: #a7a7a7;
}

.cart .draw .cactus:nth-child(3) {
  bottom: 2.5rem;
  right: 2rem;
  transform: scale(0.6);
  color: #ccc;
}

.cart .draw .cactus:nth-child(3)::before {
  background: #999999;
}

.cart .draw .cactus .arm {
  position: absolute;
  width: 3rem;
  height: 1rem;
  background: currentColor;
}

.cart .draw .cactus .arm::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 1rem;
  height: 3rem;
  background: currentColor;
  border-radius: 6px 6px 0 0;
}

.cart .draw .cactus .arm:first-of-type {
  top: 35%;
}

.cart .draw .cactus .arm:last-of-type {
  top: 55%;
  left: -1.8rem;
}

.cart .draw .cactus .arm:last-of-type::before {
  right: auto;
  left: 0;
}

.cart .draw .sky {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fcfcfc;
  overflow: hidden;
}

.cart .draw .sky .montain {
  position: absolute;
  left: 42%;
  bottom: -2rem;
  width: 4rem;
  height: 4rem;
  background: #d8d8d8;
  transform: rotate(45deg);
  border-radius: 8px 0 0 0;
}

.cart .draw .sky .montain.two {
  left: 27%;
  transform: rotate(45deg) scale(0.6);
  background: #d8d8d8;
}

.cart .draw .sky .sun {
  position: absolute;
  top: 20px;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  background: #d4d4d4;
  border-radius: 50%;
  -webkit-animation: sunWalk 8s linear infinite alternate;
  animation: sunWalk 8s linear infinite alternate;
}

.cart .no-items-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes sunWalk {
  from {
    left: -2rem;
  }

  to {
    left: 100%;
  }
}

@keyframes sunWalk {
  from {
    left: -2rem;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes lightAngle {

  0%,
  20% {
    transform: skew(40deg);
  }

  80%,
  100% {
    transform: skew(-40deg);
  }
}

@keyframes lightAngle {

  0%,
  20% {
    transform: skew(40deg);
  }

  80%,
  100% {
    transform: skew(-40deg);
  }
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #d6d6d6;
  background-color: #f1f1f1;
  width: fit-content;
  margin: 0.4rem 0rem 0.8rem 0.4rem;
}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0.3rem 0.6rem;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Style the tab */
#tab {
  overflow: hidden;
  border: 0px solid #ccc;
  /*background-color: #f1f1f1;*/
  width: fit-content;
  margin: 0.5rem 0rem 0.8rem 0.5rem;
}


/* Style the buttons inside the tab */
.tablinks {
  /*overflow: hidden;*/
  border: 1px solid #666;
  background-color: rgba(255, 116, 0, 0.3);
  width: content;
  border-radius: 0.4rem;
  float: left;
  cursor: pointer;
  padding: 0.6rem 1rem 0.6rem 1rem;
  margin-right: 0.8rem;
  transition: 0.3s;
  font-size: 14px;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tablinks:hover {
  background-color: rgba(255, 116, 0, 1);
  color: #fff;
  font-weight: bold;
}

/* Create an active/current tablink class */
.tablinks.active {
  background-color: rgba(255, 116, 0, 1);
  color: #fff;
  font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0.1rem 0.4rem;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
/*
.tabcontent_mov {
  display: none;
  padding: 0.1rem 0.4rem;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  background-color: rgba(150, 200, 250, 0.1);
  border: 1px solid rgba(150, 200, 250, 1);
}

.tabcontent_vod {
  display: none;
  padding: 0.1rem 0.4rem;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  background-color: rgba(250, 150, 150, 0.1);
  border: 1px solid rgb(250, 150, 150);
}

.tabcontent_ora {
  display: none;
  padding: 0.1rem 0.4rem;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  background-color: rgba(250, 200, 150, 0.1);
  border: 1px solid rgb(250, 200, 150);
}
*/

/* COLLAPSE */
.staff-section {
  /*display: contents;*/
  padding-left: 1rem;
}


.staff-name {
  font-family: Myriad Web Pro;
  /*font-size: 11pt;*/
  line-height: 1.6rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  margin: 1rem;
  width: 180px;
  display:flex;
  /*border: #000 1px solid;*/
  border: 2px solid rgb(255, 116, 0);
  border-radius: 10px;
  background-color: rgb(230, 230, 230);
}

.icon {
  width: 30px;
  float: left;
  text-align: left;
  margin: 0rem 1rem 0rem -1rem;
  line-height: 0.8rem;
  display: inline;
}

.staff-name:hover {
  font-weight: bold !important;
  cursor: pointer;
  color: #fff;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 10px;
  background-color: rgb(255, 116, 0);
}



.staff-desc {
  overflow: hidden;
  background-color: #f6f6f6;
  height: 0px;
  /*font-family: Myriad Web Pro;*/
  padding: 0px;
  border: solid 1px silver;
  /*margin: 10px 0px 0px 0px;*/
}


.staff-desc div {
/* 
  display:block;
  text-align: justify;
  */
  margin: 0.3rem;
}


/* RESPONSIVE */
@media screen and (max-width: 768px) {
  body {
    padding: 3rem 1rem;
  }

  .grid {
    /*flex-direction: column;*/
    display: block;
  }

  .col-sx {
    width: 100%;
    padding-bottom: 1rem !important;
  }

  .col-dx {
    width: 100%;
    padding-bottom: 1rem;
  }

  .cart {
    padding: 0.2rem;
    width: 100%;
  }

  .products {
    padding-bottom: 2rem;
  }
  
  .cart-list {
    padding-left: 0.2rem;
  }

  /* Style the tab */
  #tab {
    width: 100%;
  }

  .title {
    font-size: 1.2em;
  }

  .titlelong {
    font-size: 0.8em;
  }

  .price {
    font-size: 1.5em;
  }

  .desc {
    font-size: 0.8em;
  }
}





@media screen and (max-width: 375px) {
   body {
     padding: 1rem 0.5rem;
   }

   .grid {
     /*flex-direction: column;*/
     display: block;
   }

   .col-sx {
     width: 100%;
     padding-bottom: 1rem !important;
   }

   .col-dx {
     width: 100%;
     padding-bottom: 1rem;
   }

   .cart {
     padding: 0.2rem;
     width: 100%;
   }

   .product1 {
     width: 90%;
   }

   .product {
     width: 90%;
   }

   .products {
     padding-bottom: 2rem;
   }

   .cart h2 {
     text-align: right;
     padding-left: 0.2rem;
     margin-left: 2rem;
   }

   .cart-list {
     padding-left: 0.1rem;
   }

   /* Style the tab */
   #tab {
     width: 100%;
   }

   .title {
     font-size: 1em;
   }

   .titlelong {
     font-size: 0.6em;
   }

   .price {
     font-size: 1em;
   }

   .desc {
     font-size: 0.7em;
   }

   .total{
     font-size: 0.6em;
   }

   .total-title {
     font-size: 0.7em;
   }

   .total-title1 {
     font-size: 0.8em;
   }

   .total-title2 {
     font-size: 0.7em;
   }

   .total-title3 {
     font-size: 0.7em;
   }

   
   .total-title4 {
     text-align: right;
     font-size: 0.8em;
     color: white;
     margin-bottom: 1rem;
     padding: 0.5rem;
     border: 1px solid rgb(255, 0, 0);
     background-color: red;
     border-radius: 20px;
     width: 35%;
     display: inline;
  } 

  .qty-handler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
  }

   .cart .cart-list td .quantity {
     position: relative;
     padding: 0 1rem;
     text-align: center;
     font-size: 0.7em;
     }


   .cart .cart-list th.head-quantity {
     font-family: Anton;
     font-size: 0.8em;
     font-weight: 400;
     text-align: center;
     width: 45%;
   }

   .cart .cart-list th.head-total {
     font-family: Anton;
     font-size: 0.8em;
     font-weight: 400;
     width: 30%;
   }

   .cart .cart-list th.head-title {
     width: 20%;
   }

   .cart .cart-list th.head-del {
     width: 5%;
   }

   .qty-handler span {
     width: 1rem;
     height: 1rem;
     font-size: 10px;
     font-size: bold;
     /*line-height: 16px;*/
     border-radius: 30px;
     text-align: center;
     vertical-align: middle;
     background: rgba(5, 103, 214, 0.5);
     color: #fff;
     transition: background 0.4s;
     cursor: pointer;
   }

   .qty-handler2 span {
     width: 1rem;
     height: 1rem;
     font-size: 10px;
     font-size: bold;
     /*line-height: 16px;*/
     border-radius: 30px;
     text-align: center;
     vertical-align: middle;
     background: rgb(214, 5, 5);
     color: #fff;
     transition: background 0.4s;
     cursor: pointer;
   }

}

.boxi {
  width: 100%;
  height: 50px;
  position: relative;
  /*border: 1px solid #BBB;
  background: #EEE;*/
}

.ribbon {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.material-icons {
  vertical-align: middle;
}