html {
  scroll-behavior: smooth;
}
html,body {
  margin: 0 auto;
}
body {
  background-color: #f5f5f5;
  color: #000;
  font-family: 'Raleway', sans-serif;
}
img {
  pointer-events: none;
}
.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
}
/* HEADER */
.header {
text-align: center;
background-color: #1e4d95;  
}
.header-logo {
  margin: 0 auto;
  padding-top: 50px;
}
.header-logo img {
  max-width: 200px;
}
.header-title {
  color: #ffff00;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  padding-top: 20px;
  text-transform: uppercase;
}
.header-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 30px;
}
.header-content__info {
  padding-bottom: 20px;
}
.header-content__title {
  display: block;
  margin: 0;
  position: relative;
}
.header-content__title--mobile {
  display: none;
  margin: 0;
  position: relative;
}
.header-content__title img,
.header-content__title--mobile img {
  max-width: 100%;
}
.header-content__action {
  text-decoration: none;
  cursor: pointer;
  
 
  background-color: transparent;
  display: inline-block;
 
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-content__action:hover {
  background-color: transparent;
  color: transparent;
}
/* MAIN */

.main {
  background-size: 100% 300px;
  display: block;
  padding: 0 0 60px;
  position: relative;
  width: 100%;
}
/* COUNTER */
.counter {
 display: none;
}
.counter .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  text-align: center;
}
.counter__title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.counter__element {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.counter__element:before,
.counter__element:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  top: 20px;
  width: 11px;
}
.counter__element:before {
  background-image: url('img/triangle-left.png');
  left: -15px;
}
.counter__element:after {
  background-image: url('img/triangle-right.png');
  right: -15px;
}
.counter__element__card {
  background-color: #313030;
  border-radius: 5px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 5px;
  max-width: 100px;
  padding: 5px 2px;
  text-transform: uppercase;
}
.counter__element__card span {
  color: #1e4d95;
  display: block;
  font-size: 10px;
  letter-spacing: normal;
}
/* PRODUCTS */
.products .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
    margin-bottom: 105px;
}
.products-title {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}
.Recomended {
   position: relative;
   z-index: 2;
   top: -24px;
   height: 30px;
   width: 70%; 
   left: 15%;
   right: 15%;
   background-color: #fff;
   border: 2px solid #00A651;
}
.Recomended p {
   font-family: 'Roboto', sans-serif;
   color: #133C70;
   margin: 0 auto;
   text-align: center;
   font-size: 12px;
   line-height: 28px;
   text-transform: uppercase;
   font-weight: 700;
}

.offerCards {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: calc(1200px / 2 - 60px);
   background-color: rgb(240, 240, 240);
   box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 7px 2px;
   color: rgb(39, 39, 39);
   display: inline-block;
   flex-direction: column;
   /*width: calc(280px);*/
   padding: 15px;
   transition: all 0.7s ease 0s;
   margin-bottom: 50px;
   vertical-align: top;
    margin: 24px;
    width: 200px
}
.offerCards__name {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.offerCards__art {
  margin-top: 10px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.offerCards__art .product {
  max-width: 80%;
}
.offerCards__art .label {
  -webkit-animation: offLabel 1.5s infinite;
  animation: offLabel 1.5s infinite;
  position: absolute;
  right: 10%;
  top: -15px;
  width: 90px;
  will-change: transform;
}
.offerCards__prices {
  padding: 0 5%;
  text-align: center;
  margin: 0 auto;
}
.offerCards__prices--block {
  width: calc(50% - 10px);
}
.offerCards__prices__title {
  color: #1e4d95;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.offerCards__prices__from {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.offerCards__prices__from span {
  text-decoration: line-through;
    font-weight: 700;
}
.offerCards__prices__to {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #133C70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 55px;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -35px auto 0;
  position: relative;
  align-items: flex-end;
}
.offerCards__prices__to--currency {
  font-size: 40px;
  margin-bottom: 7px;
}
.offerCards__prices__to--currency span{font-size: 0.5em!important}
.offerCards__prices__to--cents {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 30px;
  margin-top: 10px;
}
.offerCards__prices__to--cents:after {
  bottom: 5px;
  color: #000;
  content: '';
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 14px;
  text-align: right;
  text-shadow: none;
  text-transform: uppercase;
}
.offerCards__prices__to--cents-2 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 30px;
  margin-top: 10px;
}
.offerCards__prices__to--cents-2:after {
  bottom: 5px;
  color: #000;
  content: '/MÃŠS';
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 14px;
  text-align: right;
  text-shadow: none;
  text-transform: uppercase;
}
.offerCards__prices__frequency {
  font-size: 0;
  opacity: 0;
}
.offerCards__prices__days {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
   text-align: center;
  text-transform: uppercase;
    padding-bottom: 20px
}
.offerCards__prices__iva {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  margin: 0 auto;
   text-align: center;
  text-transform: uppercase;
}
.offerCards__prices--impresso,
.offerCards__actions--impresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}
.offerCards__prices--impresso {
  margin-top: 20px;
  margin-top: 0;
}
.offerCards__prices--impresso .offerCards__prices__from {
  font-size: 10px;
}
.offerCards__prices--impresso .offerCards__prices__to {
  font-size: 40px;
  margin: 0 auto;
}
.offerCards__prices--impresso .offerCards__prices__to--currency {
  font-size: 30px;
  margin-bottom: 2px;
}
.offerCards__prices--impresso .offerCards__prices__to--cents {
  font-size: 20px;
  margin-top: 5px;
}
.offerCards__prices--impresso .offerCards__prices__to--cents:after {
  font-size: 12px;
  margin-top: 2px;
}
.offerCards__prices--impresso .offerCards__prices__frequency {
  font-size: 10px;
  right: 30px;
}
.offerCards__actions {
  margin-top: 5px;
}
.offerCards__actions--impresso {
  margin-top: 10px;
}
.offerCards__actions__google,
.offerCards__actions__card {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 10px auto 0;
  max-width: 220px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.offerCards__actions__google {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    display: none;
}
.offerCards__actions__google:hover {
  background-color: #dedede;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    display: none;
}
.offerCards__actions__google img {
  height: 20px;
  margin-left: 8px;
  mix-blend-mode: multiply;
}
.offerCards__actions__or {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
    display: none;
}
.offerCards__actions__card {
  background-color: #FFCE00;
  /*-webkit-box-shadow: 0 0 15px -3px #1e4d95;
  box-shadow: 0 0 15px -3px #1e4d95;*/
  color: #000000;
  font-size: 19px;
  text-transform: uppercase;
    font-weight: 700;
}
.offerCards__actions__card:hover {
  background-color: #FFCE00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerCards__actions--impresso .offerCards__actions__card {
  font-size: 10px;
  width: calc(50% - 10px);
}
.offerCards__list {
  margin-top: 20px;
  margin-left: -10px;
}
.offerCards__list ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.offerCards__list li {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-top: 10px;
}
.offerCards__list li:before {
  content: '';
  background: url('../img/li-icon.png') no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
}
/* ANIMATION */
@-webkit-keyframes offLabel {
0% {opacity: 1;}
50% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes offLabel {
0% {opacity: 1;}
50% {opacity: 0;}
100% {opacity: 1;}
}
.WrapperHeader {
    width: 100%;
}
.MainHeader {
    width: 100%;
    height: 325px;
    position: relative;
}
.Blue_Bg {
    position: absolute;
    height: 250px;
    width: 100%;
    background: rgb(12,109,191);
    background: radial-gradient(circle, rgba(12,109,191,1) 24%, rgba(0,60,111,1) 100%);
    -webkit-box-shadow: -2px 11px 8px -8px rgba(0,0,0,0.6);
    -moz-box-shadow: -2px 11px 8px -8px rgba(0,0,0,0.6);
    box-shadow: -2px 11px 8px -8px rgba(0,0,0,0.6);
    z-index: 0;
}
.PortadasLN {
    position: absolute;
    top: 0;
    height: 250px;
    width: 100%;
    background: url(../img/coversC.jpg);
    -webkit-animation: bkg-animation 100s infinite alternate both linear;
    -moz-animation: bkg-animation 100s infinite alternate both linear;
    -o-animation: bkg-animation 100s infinite alternate both linear;
    animation: bkg-animation 100s infinite alternate both linear;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter:grayscale(100%);
    /* This dude is the responsible of the multipli effect */
    mix-blend-mode: multiply;
    z-index: 1;
}
.Logo {
    position: absolute;
    top: 20px;
    width: 900px;
    right: 5%;
    color: #fff; 
    text-align: center;
    z-index: 2; 
    mix-blend-mode: overlay;
    opacity: 0.7;
}
.MainHeader h1 {
    position: absolute;
    top: 47px;
    left: 5%;
    color: #fff;
    font-size: 23px; 
    color: #fff; 
    margin: 0 auto; 
    text-align: center;
    z-index: 3;
    text-align: left;
    font-weight: 400;
}
.MainHeader h1 strong {
    font-size: 39px; 
    left: 5%;
}
.MarkStamp {
    width: 20%;
    height: 80px;
    background-color:#133C70; 
    position: absolute;
    top: 205px;
    left: 40%;
    right: 40%;
    z-index: 4;
    -webkit-box-shadow: -2px -8px 12px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px -8px 12px 3px rgba(0,0,0,0.75);
    box-shadow: -2px -8px 12px 3px rgba(0,0,0,0.75);
}
.MarkStamp object {
    width: 100%;
    height: 100%;
    padding: 6% 6%;
}
@-webkit-keyframes bkg-animation {
from{background-position:0px;}
to{background-position:100%;}
}
@-moz-keyframes bkg-animation {
from{background-position:0px;}
to{background-position:100%;}
}
@-o-keyframes bkg-animation {
from{background-position:0px;}
to{background-position:100%;}
}
@keyframes bkg-animation {
from{background-position:0px;}
to{background-position:100%;}
}
.FirstBlock_Fix {
   padding-top: 10px;
}

/* MEDIAQUERIES */
@media screen and (max-width: 299px) {
.MainHeader h1 {right: 2%;font-size: 12px; top:14px}
.MainHeader h1 strong {font-size:17px; line-height: 20px}
}

/*MOBILES */
@media (min-width: 300px) and (max-width: 499px) {
.Logo {width: 300px; top: 150px}
.MarkStamp {width:60%;left: 20%;right: 20%}
.MarkStamp object {padding: 6% 19%;}
.MainHeader h1 {right: 2%;font-size: 14px; top:10px}
.MainHeader h1 strong {font-size:22px; line-height: 25px}
.products-title {max-width: 300px}
.Recomended {width: 70%; left: 15%; right: 15%}
}

/*TABLETS  */
@media (min-width: 500px) and (max-width: 999px) {
.Logo {width: 300px; top: 120px}
.MarkStamp {width:50%;left: 25%;right: 25%}
.MarkStamp object {padding: 6% 19%;}
.MainHeader h1 {right: 2%;font-size: 20px; top:22px;top:30px}
.MainHeader h1 strong {font-size:28px; line-height: 29px}
.products-title {font-size:30px}
}
    

/* AVERAGE LAPTOS SIZES */
@media (min-width: 1000px) and (max-width: 1290px) {
.MarkStamp {width:30%;left: 35%;right: 35%}
.MainHeader h1 {right: 5%; top: 25px}
.container {padding: 0px 80px}
.Logo {width:430px;top:130px}
.products .container {-ms-flex-pack: distribute;justify-content: space-around;margin-bottom: 30px}
.offerCards {margin-bottom: 70px;width: calc(1000px / 3 - 80px);}
.offerCards__prices__to--currency {font-size: 33px; }
.offerCards__prices__to {font-size: 45px}
}


/*HUGE DESKTOPS*/
@media (min-width: 1291px) and (max-width: 1500px) {
.MainHeader h1 strong {font-size:40px; line-height: 42px; max-width:70%}
.Logo {opacity: 0.5}
.container {padding: 0px 100px}
.offerCards {width: calc(1400px / 4 - 80px)}
}


@media (max-width: 700px) {
.header-content {-webkit-box-align: center;-ms-flex-align: center;align-items: center;
-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;
flex-direction: column-reverse;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.header-content__title {display: none;}
.header-content__title--mobile {display: block;}
.offerCards {width: 100%;}
.offerCards:first-child {margin-top: unset;}
}

