.wrapper, .row {
  *zoom: 1;
}
.wrapper:before, .row:before, .wrapper:after, .row:after {
  content: " ";
  display: table;
}
.wrapper:after, .row:after {
  clear: both;
}
@font-face {
  font-family: 'AMX-Light';
  src: url("fonts/AMX-Light.woff2") format("woff2"), url("fonts/AMX-Light.woff") format("woff"), url("fonts/AMX-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-LightItalic';
  src: url("fonts/AMX-LightItalic.woff2") format("woff2"), url("fonts/AMX-LightItalic.woff") format("woff"), url("fonts/AMX-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Regular';
  src: url("fonts/AMX-Regular.woff2") format("woff2"), url("fonts/AMX-Regular.woff") format("woff"), url("fonts/AMX-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-RegularItalic';
  src: url("fonts/AMX-RegularItalic.woff2") format("woff2"), url("fonts/AMX-RegularItalic.woff") format("woff"), url("fonts/AMX-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Medium';
  src: url("fonts/AMX-Medium.woff2") format("woff2"), url("fonts/AMX-Medium.woff") format("woff"), url("fonts/AMX-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-MediumItalic';
  src: url("fonts/AMX-MediumItalic.woff2") format("woff2"), url("fonts/AMX-MediumItalic.woff") format("woff"), url("fonts/AMX-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Bold';
  src: url("fonts/AMX-Bold.woff2") format("woff2"), url("fonts/AMX-Bold.woff") format("woff"), url("fonts/AMX-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-BoldItalic';
  src: url("fonts/AMX-BoldItalic.woff2") format("woff2"), url("fonts/AMX-BoldItalic.woff") format("woff"), url("fonts/AMX-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-Black';
  src: url("fonts/AMX-Black.woff2") format("woff2"), url("fonts/AMX-Black.woff") format("woff"), url("fonts/AMX-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AMX-BlackItalic';
  src: url("fonts/AMX-BlackItalic.woff2") format("woff2"), url("fonts/AMX-BlackItalic.woff") format("woff"), url("fonts/AMX-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'AMX-Regular', 'Roboto', sans-serif;
}
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10001;
  display: none;
}
#loading-animation {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/loading-animation.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: -32px;
  margin-top: -32px;
}
#loading-animation .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#loading-animation .lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
#loading-animation .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
#loading-animation .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#loading-animation .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  background: #222222;
  color: #fff;
  font-family: 'AMX-Regular', 'Roboto', sans-serif;
  overflow-x: hidden;
}
a {
  font-family: 'AMX-Medium', 'Roboto';
  color: #1dc8cd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.6em;
  font-size: 15px;
}
h1, h2 {
  font-family: 'AMX-Bold', 'Roboto';
  font-weight: normal;
  margin: 15px 0 30px 0;
  padding: 0;
  line-height: 1.2em !important;
}
h3, h4, h5, h6 {
  font-family: 'AMX-Medium', 'Roboto';
  font-weight: normal;
  margin: 30px 0 20px 0;
  padding: 0;
  line-height: 1.1em !important;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #FF0000;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: .8;
}
.back-to-top:focus {
  background: #FF0000;
  color: #fff;
  outline: none;
  opacity: 1;
}
.back-to-top:hover {
  background: #FF0000;
  color: #fff;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999999;
  background: #222;
  padding: 20px 0 0;
}
#header .logo-miclaro {
  width: 110px;
  height: 39px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section-header {
  color: #fff;
  text-align: center;
  font-family: 'AMX-Bold', 'Roboto';
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 30px;
}
.section-header h3 {
  font-size: 16px;
}
/* Section01
--------------------------------*/
#section01 {
  padding: 50px 0 40px;
  overflow: hidden;
}
#section01 .item {
  margin: 0 auto;
  margin-bottom: 40px;
}
#section01 .item .bandwidth {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  font-family: 'AMX-Black', 'Roboto';
  background: #FF0000;
  color: #1b1b1b;
  letter-spacing: -3px;
  padding: 5px 5px 0px;
  font-size: 60px;
  line-height: 60px;
}
#section01 .item .bandwidth span {
  vertical-align: middle;
  font-family: 'AMX-Regular', 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0;
  margin-left: 3px;
  font-size: 25px;
}
#section01 .item .bandwidth.chico {
  font-size: 52px;
}
#section01 .item .bandwidth.chico span {
  font-size: 19px;
}
#section01 .item .price {
  display: inline-block;
  vertical-align: middle;
  font-family: 'AMX-Bold', 'Roboto';
  font-size: 56px;
  line-height: 70px;
  letter-spacing: -4px;
}
#section01 .item .price span {
  vertical-align: middle;
  font-family: 'AMX-Black', 'Roboto';
  margin-right: 5px;
  font-size: 30px;
}
#section01 .item .dias {
  font-family: 'AMX-Regular', 'Roboto';
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 44px;
  line-height: 45px;
  padding-top: 9px;
}
#section01 .item .envia {
  font-family: 'AMX-Medium', 'Roboto';
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .5px;
}
#section01 .item .envia span {
  font-weight: bold;
}
#section01 .item .botonCompra {
  background: #FF0000;
  font-family: 'AMX-Medium', 'Roboto';
  text-transform: uppercase;
  width: 100%;
  opacity: 1;
  font-size: 19px;
  letter-spacing: 1px;
  margin: 12px 0 20px;
  border-bottom: 1px solid #4d4c4c;
}
#section01 .item .botonCompra:hover {
  opacity: .8;
  transition: all ease-in-out .2s;
}
#section01 .item .botonOpciones {
  background: none;
  border: 2px solid #FFF;
  font-family: 'AMX-Medium', 'Roboto';
  text-transform: uppercase;
  width: 100%;
  opacity: 1;
  font-size: 17px;
  letter-spacing: 1px;
  color: #FFF;
  margin: 0 0 20px;
}
#section01 .item .botonOpciones a {
  color: #fff;
}
#section01 .item .botonOpciones a .fa {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 5px;
}
#section01 .item .botonOpciones:hover {
  opacity: .8;
  transition: all ease-in-out .2s;
}
#section01 .item .botonCompra a {
  color: #fff;
}
#section01 .item .btnBuy {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#section01 .item .btnBuy.selected {
  height: 160px;
}
#section01 .item .btnBuy .btnCompra {
  font-family: 'AMX-Bold', 'Roboto';
  font-weight: normal;
  font-size: 15px;
  border: 1px solid #999;
  padding: 10px 30px 10px 10px;
  background: url(../img/btnArrow.png) no-repeat 97% center transparent;
  margin-top: 10px;
  cursor: pointer;
  letter-spacing: .5px;
  color: #fff;
}
#section01 .item .btnBuy .btnCompra:hover {
  /*color: rgb(34, 34, 34);*/
  background-color: rgba(255, 255, 255, 0.2);
}
#section01 .item .btnBuy .segundoPack a {
  text-decoration: none !important;
  display: block;
}
#section01 .item .btnBuy .btnCompra span {
  font-family: 'AMX-Regular', 'Roboto';
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0;
}
.itemParrafo {
  padding: 0 10%;
}
.itemParrafo ul {
  margin-left: 15px;
}
.itemParrafo ul li {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 15px;
}
.detalle_desplegado {
  padding-bottom: 12px;
}
.detalle-item1 {
  text-align: center;
  background: #4d4c4c;
  padding: 8px 2px;
  margin-bottom: 1px;
  font-size: 12px;
}
.detalle-item2 {
  text-align: center;
  background: #333333;
  padding: 8px 2px;
  margin-bottom: 1px;
  font-size: 12px;
}
.dettalle_btn {
  text-align: center;
  padding: 6px 2px 12px;
  font-size: 15px;
}
.dettalle_btn a {
  color: #FFF;
  text-decoration: underline;
}
.icon-comprar img {
  width: 15px;
  height: 14px;
  position: relative;
  top: -2px;
  left: 5px;
}
.borde-bottom {
  border-bottom: 1px solid #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-color: #FFF;
  margin-top: 10px;
  margin-bottom: 40px;
}
footer p {
  font-family: 'AMX-Regular', 'Roboto';
  text-align: center;
  font-size: 15px;
  color: #222222;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.4em;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  opacity: 0.8;
}
@media only screen and (min-width: 576px) {
  #section01 .item {
    max-width: 350px;
  }
  #section01 .item .bandwidth {
    background: #FF0000;
    color: #1b1b1b;
    padding: 5px 5px 0px;
    font-size: 70px;
    line-height: 70px;
  }
  #section01 .item .bandwidth span {
    font-size: 25px;
  }
  #section01 .item .bandwidth.chico {
    font-size: 60px;
  }
  #section01 .item .bandwidth.chico span {
    font-size: 20px;
  }
  #section01 .item .price {
    font-size: 68px;
    line-height: 83px;
    letter-spacing: -6px;
  }
  #section01 .item .price span {
    font-size: 35px;
  }
  #section01 .item .dias {
    font-size: 48px;
    line-height: 48px;
  }
  #section01 .item .botonCompra {
    font-size: 19px;
    letter-spacing: 1px;
  }
  #section01 .item .btnBuy.selected {
    height: 140px;
  }
}
@media only screen and (max-width: 414px) {
  footer p {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 400px) {
  .detalle-item1 {
    font-size: 11px;
  }
  .itemParrafo {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 320px) {
  .section-header h2 {
    font-size: 28px;
  }
  .section-header h3 {
    font-size: 13px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*

EXAMPLE
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go.

*/
}
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, img {
  outline: 0px none transparent !important;
}
img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
[class*='column-'] {
  float: left;
  padding: 1em;
  width: 100%;
  min-height: 1px;
}