

/* FONTS */

.modal{
  top: 0;
  bottom:0;
  right:0;
  left:0;
}

.modal-content{
  background: rgb(71,70,74);
  background: linear-gradient(180deg, rgba(71,70,74,1) 0%, rgba(40,40,40,1) 100%);
}

.close{
  color:#fff;
  text-shadow: none;
}

.close:hover{
  color:#fff;
  text-shadow: none;
}

.modal-header{
  border:none;
}
.modal-body{
  padding: 15px 40px 40px 40px;
  border:none;
}

.modal-body h2{
  font-family: "xolonium-regular", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
}


.lojas-logos img{
  height: auto;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all .2s ease-in-out;
}

.lojas-logos img:hover{
transform: scale(1.1);
}

.owl-dots{margin-top: 20px;}


/* SECTION 1 - #produtos*/


#produtos .item-container{
  width:230px;
  /*height:505px;*/
  height: 475px;
  padding:30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

#produtos .item{
  width:230px;
  height:auto;
  padding:30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  display: contents;
}

#produtos .item-frame{
  width:230px;
  height:100%;
  background: rgb(71,70,74);
background: linear-gradient(180deg, rgba(31,179,255,1) 0%, rgba(155,50,239,1) 100%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top:0;
  margin-left: -30px;
  z-index: -1;
}

#produtos .solid-cta, #produtos .outline-cta{
  width: auto;
  max-width: 100%;
  text-align: center;
  display: block;
  padding: 10px 20px;
  margin: 10px 5px;
  float: left;
}

.ctas-produtos{padding-top: 20px;}
.solid-cta{
  text-align: center;
  display: flex;
  padding: 8px 10px;
  font-family: "xolonium-regular", sans-serif;
  font-size:15px;
  background: linear-gradient(40deg,rgba(57, 169, 245, 1) 0%, rgba(13, 209, 152, 1) 100%);
  color:#000000;
  text-decoration: none;
}

.solid-cta:hover{
  text-decoration: none;
  color:#1c1c1c;
  text-decoration: none;
  background: #ffffff;
}

.outline-cta{
  text-align: center;
  display: flex;
  padding: 8px 10px;
  font-family: "xolonium-regular", sans-serif;
  color:#ffffff;
  font-size: 15px;
  border-style: solid;
  border-image: linear-gradient(40deg,rgba(57, 169, 245, 1) 0%, rgba(13, 209, 152, 1) 100%) 1;
  border-width: 1px;
  background-color:  transparent;
  text-decoration: none;
}

.outline-cta:hover{
  color:#000000;
  text-decoration: none;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.drop-cta{
  width:130px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.drop-cta::after{
  position: absolute;
  content: "";
  width:10px;
  height:10px;
  background-image: url("../imgs/seta.svg");
  background-position:top center;
  background-repeat: no-repeat;
  display: inline-block;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
  transition: all ease-in-out 0.3s;
}

.drop-cta:hover:after{
  bottom: -20px;
  moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.change-after::after{
  moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.owl-dots{
  display: block;
}

.owl-nav{
  position: absolute;
  top:260px;
  width: 300px;
  left: 0;
  right:0;
  margin-left: auto;
  margin-right: auto;
}

.owl-nav img{
  width: 25px;
  height: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent!important;
}

.owl-prev, .owl-next {
  position: absolute;
}

.owl-prev{
  transform: translateY(-50%);
  left:-60px;
}

.owl-next{
  transform: translateY(-50%);
  right:-60px;
}

#produtos .spec-container{
  width:230px;
  height:auto;
  padding:0 15px 30px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: none;
}

#produtos ul {margin:0;padding-left: 0;}
#produtos li{
  font-size: 1rem;
  line-height: 14px;
  padding: 10px 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
  color:#ffffff;
}

#produtos li:last-child{
  padding-bottom: 0;
  border-bottom: unset;
}

.product-img{
  width:340px;
  height: 340px;
  position: absolute;
  top:10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.rog-ally .product-img{
  background-image: url("../imgs/rog-phone-ally-shadow.png");
}


.item-btns{
  width: 230px;
  top:315px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
}

.item-btns a:nth-child(1),.item-btns a:nth-child(2),.item-btns a:nth-child(3){margin-bottom: 10px;}


#produto > .logo{
  width:80%;
  margin-left: auto;
  margin-right: auto;
}

 @media (max-width:1400px) {}
 @media (max-width:1336px) {}
 @media (max-width:1271px) {}
 @media (max-width:1100px) {}
 @media (max-width:1000px) {}
 @media (max-width:767px) {}
 @media (max-width:480px) {
   #produtos .solid-cta, #produtos .outline-cta{
     float: none;
   }
   #produtos{padding:2.5rem 15px 2.5rem 15px;}
 }
