html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'roboto', sans-serif;
}
  *{
  margin: 0;
  padding: 0;
  }

.pimg1{
  background-image: url(https://tebeox.com/img/cata_mini.jpg);
  min-height: 100%;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}
.parallax{
  margin: 150px 0 56px 0;
  width: 100%;
  height: 400px;
}
.ptext{
    display: flex;
    width: 100%;
    justify-content: center;
}
.border{
  text-align: center;
  font-weight: 600;
  font-size: 4em;
  color: white;
  margin-top: 133px;
}

.centrar{
   padding: 0;
   width: 100%;
   max-width: 1930px;
   margin: auto;
}
.doskycuatrok{
    width: 100%;
    background-color: #29231E;
    height: 906px;
    position: absolute;
    left: 0;
}
.media{
  padding-top: 18px;
}

main {
  flex: 1;
}

a{
  color: white;
}
/* cokies */
#okCookie {
  background-color: #f2f2f2;
  color: #333333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  z-index: 10;
}

#okCookie p {
  width: 100%;
  margin: 0 0 10px 0;
  float: left;
  padding: 5px 0px;
}

#okCookie #okClose,
#okCookie #okCprivacy {
  padding: 5px 20px;
  float: right;
  margin-left: 10px;
  text-decoration: none;
  border-radius: 3px;
  color: white;
}

#okCookie #okClose {
  background-color: #39b54a;
  text-shadow: 0px 1px 1px #507f2b;
  box-shadow: inset 0px -1px 1px #507f2b;
}

#okCookie #okClose:hover {
  background-color: #42ce55;
}

#okCookie #okCprivacy {
  background-color: #8d9499;
  text-shadow: 0px 1px 1px #63666b;
  box-shadow: inset 0px -1px 1px #63666b;
}

#okCookie #okCprivacy:hover {
  background-color: #a0a8ae;
}

.okcBeginAnimate {
  -webkit-animation: myfirst 2s;
  animation: myfirst 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* cokies */

footer {
  padding: 15px 0;
  text-align: center;
  background: #29231E;
  height: 200px;
  max-width: 1930px;
  margin: auto;
}
header{
  width: 100%;
  height: 905px;
  background-color: #29231E;
  margin-bottom: 5%;
}
footer img{
  width: 100%;
}

ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.smm {
  padding: 17px 14% 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #29231E;
  z-index: 1000;
  height: 100px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    text-align:center;
}
.cinco_cajas{
  width: 60%;
  height: 70px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
.de{
  width: 50%;
}
.cuatro_cajas{
  width: 60%;
  height: 35px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mokup_de_mov{
  display: none;
}
.cajas_iconos{
  width: 30%;
  height: 75px;
  padding: 5px;
  margin-top: 16px;
}
.cajas_iconos_2{
  width: 100%;
  margin: auto;
}
.cajas_texto{
  display: flex;
  width: 70%;
  height: 75px;
  align-items: center;
  margin-top: 15px;
}
.texto_footer{
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.caja_iconos{
  display: flex;
  flex-direction: row;
  width: 20%;
  height: 75px;
}
.caja_terminos{
  width: 15%;
  height: 35px;
}
.rss{
    padding: 5px;
    width: 33%;
    height: 95px;
    margin-top: 15%;
    max-width: 40px;
}
.bloque{
  display: block;
  width: 100%;
  height: 450px;
}

.bloque_2 {
    display: block;
    width: 100%;
    height: 650px;
    padding-top: 5%;
}
.caja_central_arriba{
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0 250px 0 250px;
}
.caja_central_media{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 0 100px 0;
}
.spoiler_cuadrado{
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  width: 33%;
  margin: auto;
  align-items: center;
}
.spoiler_rectangular{
  display: flex;
  flex-direction: column;
  width: 40%;
  height:900px;
  margin: auto;
  align-items: center;
}
.spoiler_comic{
  width: 80%;
}
.spoiler_bajo{
  width: 80%;
  display: flex;
  flex-direction: row;
}
.iz{
  width: 50%;

}
.encuadre{
  width: 100%;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;

}
.boton_suscribirse{
    margin: 0 0 0 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 56px;
    border-radius: 0px;
    background-color:#0061a7;
    border: 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: 0.2px;
    padding: 2%;
}
button{
  margin: 30%;
  width: 50%;
  height: 40px;
  border-radius: 7px;
  background-color: rgb(32,35,46);
  border: 0px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
}
.caja_central_registro{
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 100%;
    height: 666px;
    padding-top: 0;
}
.caja_izquierda{
    padding: 0 40px 0 45px;
    width: 30%;
    height: 500px;
    min-width: 370px;
    max-width: 400px;
}
.label_terminos{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.47;
    color: #000000;
    margin-left: 10px;
}
.caja_derecha{
    flex-direction: row;
    display: flex;
    width: 75%;
    height: 450px;
    margin: auto;
}
.caja_derecha_column{
  flex-direction: column;
  display: flex;
  width: 100%;
  height: 500px;
  justify-content: flex-start;
}
.caja_derecha_2{
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 100%;
  height: 600px;
  padding-top: 10%;
}
.caja_grande{
  display: flex;
  width: 100%;
  margin: auto;
  flex-direction: row;
  height: 100%
}
.caja_grande_2{
  width: 100%;
  margin: auto;
  flex-direction: row;
  padding-top: 5%;
}
.caja_grande_1{
  width: 100%;
  margin: auto;
  flex-direction: row;
  padding-top: 5%;
}
.caja_grande_22{
  width: 100%;
  height: 600px;
  margin: auto;
  flex-direction: row;
  background: rgba(166,217,226,.78);
}
/* precios */
.bottom_precio{
  font-size: 18px;
  font-family:'Open Sans';
    color: white;
    text-decoration: none;

}

sup{

  font-size: 40px;
}

.ul_precio{
  list-style: none;
  font-size: 15px;
  font-family:'Open Sans';
  color: #9095aa;
  padding: 0px;
  margin: 0px;


}


.li_precio{
border-bottom: 1px solid #494a5a;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}


#container_precio{
  width: 100%;
  text-align:center;
}

.whole{
  display: inline-block;

}



.type{
  width: 300px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eac80d;
  height: 62px;
  border-bottom: 3px solid #bfa30c;

}

.type p{
  font-family:'Open Sans';
    font-weight: 800;
  font-size: 29px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-top: 10px;



}

.plan{
  width: 300px;
  background-color: #2b2937;

  border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;


}
.standard{
  background-color: #1abc9c;
  border-bottom: 3px solid #18937b;
}

.ultimate{
  background-color: #5d6a9a;
  border-bottom: 3px solid #474f6f;
}





.header_precio{
  border-bottom: 1px solid #494a5a;
  padding-bottom: 39px;


}

.header span{
  font-size: 32px;


}

.month{
  font-size: 14px;
  color: #575757;
  padding: 0px;
  margin: -10px;
}

.price{
  height:80px;
}

.cart{

  color:white;
  position: relative;
  top: 16px;

}

/* precios */
.mailchimp_1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mailchimp_3{
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 50px;
}
.texto_mailchimp{
  width: 40%;
  font-family: Roboto;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.65;
  letter-spacing: normal;
  text-align: left;
  color: #a6d9e2;
}
h3{
  width: 50%;
  height: 75px;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.titu_2{
  font-family: Roboto;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
section h3 {
    width: 50%;
    height: 30px;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #20232e;
    margin-left: 50px;
    margin: 0 25% 0 25%;
}
section h5 {
    width: 50%;
    height: 122px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #20232e;
    margin: 20px 25% 54px 25%;
}

main h4{
    font-family: Roboto;
    font-size: 2em;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
}
.superponer{
  position: absolute;
  width: 22%;
  height: 186.5px;
  font-family: Roboto;
  font-size: 1.8em;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #777777;
  z-index: 2;
  margin: 40px 0 0 45px;

}
.superponer_2{
  position: absolute;
  z-index: 1;
  width: 45%;
}
.superponer_3{
    position: absolute;
    z-index: 2;
    width: 20%;
    height: 167px;
    font-family: Roboto;
    font-size: 90px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.42;
    letter-spacing: normal;
    text-align: center;
    color: #22223c;
    margin: 100px 0 0 420px;
}

.mailchimp_2{
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(255, 255, 255, 0.7);
    border-left-color: rgba(0, 0, 0, 0);
    background: transparent;
    outline: none;
    color: white;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.mailchimp_4 {
    width: 40%;
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(166, 217, 226, 0.5);
    border-left-color: rgba(0, 0, 0, 0);
    background: transparent;
    outline: none;
    color: #A6D9E2;
    margin-top: -15px;
}
main img{
  width: 100%
}
main label{
  font-size: 34px;
  font-weight: normal;
  line-height: 1.47;
  color: #ffffff;
}
h6{
  width: 100%;
  height: 40px;
  font-family: Roboto;
  font-size: 23px;
  line-height: 2;
  text-align: center;
  color: #22223C;
}
.encaje{
  padding: 0 30px 0 30px;
  width: 100%;
  min-width: 150px;
}
.ir-arriba {
  display:none;
  padding:20px;
  font-size:20px;
  color:#22223C;
  cursor:pointer;
  position: fixed;
  bottom:20px;
  right:20px;
}

.centrar_en_caja{
  width: 100%;
  height: 186.5px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
}
.cajitas{
  padding: 50px 50px 0 50px;
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 100%;
}
.capa_header{
  background: #29231E;
  width:100%;
  height: 754px;
  position: absolute;
  z-index: 2;
  top: 151px;
}
.caja_central_header {
    height: 550px;
    position: absolute;
    top: 238px;
    left: 37%;
    z-index: 5;
}
.caja_izquierda_header {
    width: 40%;
    height: 550px;
    position: absolute;
    top: 115px;
    left: 0%;
    z-index: 3;
}
.tamanyo_play{
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.boton_header{
  margin: 10px;
  width: 182px;
  height: 58px;
  border-radius: 7px;
  background-color: #a6d9e2;
  border: 0px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
}
.boton_main{
  margin: 6px;
  width: 150px;
  height: 40px;
  border-radius: 7px;
  background-color: #a6d9e2;
  border: 0px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
}
.mokup{
    margin-top: 250px;
    width: 80%;
    margin: auto;
}
.mokup_google{
  width: 428px;
  height: 157px;
  margin: auto;
}
.boton_main_2{
  margin: 15px 0 0 50px;
  width: 150px;
  height: 40px;
  border-radius: 7px;
  background-color: #a6d9e2;
  border: 0px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
}
.comic{
    margin: 169px 902px;
    width: 350px;
    height: 450px;
    position: absolute;
}
.comic_2 {
    margin: 0 35% 0 35%;
    width: 30%;
    height: 450px;
}

.escribenos {
    width: 12%;
    height: 42px;
    border-radius: 8px;
    background-color: white;
    border: 2px solid #22223C;
    color: #22223C;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.2px;
    margin: 0 44% 0 44%;
    text-align: center;
}
.escribenos:hover{
  color: #22223C;
}
h1{
  text-align: center;
  font-size: 44px;
}
.bocadillo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 122px -186px;
    width: 623px;
    height: 230px;
    position: absolute;
}
.unete{
font-size: 1.6em;
width: 50%;
height:50px;
padding: 0 0 0 9%;
}
.boton_unete{
    width: 25%;
    height: 50px;
    border-radius: 8px;
    background-color: white;
    border: 2px solid #22223C;
    color: #22223C;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: 0.2px;
    margin: 36px 0px 0 70px;
}
.boton_unete_2{
  color: #22223C;
}
hr {
    margin: 20px 10% 20px 10%;
    width: 80%;
    border: 0;
    border-top: 1px solid #eee;
}
.medida{
    vertical-align: middle;
    width: 80%;
    margin: 142px 10% 0 10%
}
.medida_2{
    vertical-align: middle;
    width: 80%;
    margin: -49px 10% 0 10%;
}
.oferta{
  width: 75%;
  height: 250px;
}
.text_grande_header{
    color: #FFFFFF;
    text-align: center;
    font-family: Roboto;
    font-size: 50px;
    width: 1096px;
    height: 169px;
    line-height: 50px;
    padding: 75px 0 0 0;
}
.text_peque_header{
  color: #FFFFFF;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.79;
  width: 1096px;
  height: 152px;
  padding: 0 80px 0 80px;
}
.botones_header{
    width: 50%;
    height: 150px;
    margin: 5px 0 0 25%;
}
.foto{
  position: absolute;
  z-index: 1;
}
.foto_2{
  display: none;
}
.posicion{
  position: relative;
  height: 905px;
  width: 100%;
}

.smm.shrink {
    padding: 0px 14% 0 0;
    height: 70px;
    background: #29231E;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}
.tbo{
    width: 158px;
    height: 80px;
    margin: -80px 33% 0 10%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

  .tbo.shrink{
    width: 125px;
    height: 80px;
    margin: -46px 33% 0 10%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

  }

  .smm__collapse.shrink{
    display: flex;
    justify-content: right;
    flex-grow: 1;
    padding-left: 48%;
    margin: 18px 0 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}



.smm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smm li {
  display: inline-block;
  position: relative;
}

.smm li > a {
  display: block;
  position: relative;
  padding: 6px 10px;
  color: #FFFFFF;
}

.smm li > a:focus,
.smm li > a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.smm__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  transition: background .4s ease, padding .4s ease;
}

.smm__logo-wrapper {
  margin: 0 0 0 10%;
  transition: margin .4s ease;
}

.smm__toggle {
  border-radius: 0;
  border-color: #999;
}

.smm__toggle:focus,
.smm__toggle:hover,
.smm__toggle:active,
.smm__toggle:active:hover {
  color: #333;
  background-color: #fff;
  border-color: #999;
  box-shadow: none;
  outline: none;
}

.smm__collapse {
  display: flex;
  justify-content: right;
  flex-grow: 1;
  padding-left: 48%;
  margin: 56px 0 0 0;
}

.smm__primary-menu li > a:after {
  content: '';
  position: absolute;
  height: 2px;
  right: 12px;
  bottom: 4px;
  left: 8px;
  background-color: #FFFFFF;
  transform: scale(0,1);
  transition: transform .25s ease;
}

.smm__primary-menu li:focus > a:after,
.smm__primary-menu li:hover > a:after {
  transform: scale(1,1);
}

.smm__primary-menu li > a > .fa {
  margin-right: 6px;
}

.smm__secondary-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  transform: scale(0);
  transition: transform .25s ease;
  color: #FFFFFF;
}

.smm__secondary-menu li:nth-child(1):before {
  background-color: #3a559f;
}

.smm__secondary-menu li:nth-child(2):before {
  background-color: #dc3489;
}

.smm__secondary-menu li:nth-child(3):before {
  background-color: #55acee;
}

.smm__secondary-menu li:nth-child(4):before {
  background-color: #0077b5;
}

.smm__secondary-menu li:focus:before,
.smm__secondary-menu li:hover:before {
  transform: scale(1);
}

.smm__secondary-menu li:focus > a,
.smm__secondary-menu li:hover > a {
  color: #fff;
}

.smm__secondary-menu li > a {
  font-size: 1.142em;
  transition: color .25s ease;
}

/* Cajas ocultas hasta 768 */

.mokup_oculto_uno{
  width: 0%;
  height:0px;
  display: flex;
}
.mitad_oculto{
  width: 50%;
  height: 100%;
  padding: 0 15px 0 15px;
  display: none;
}

.mokup_oculto_dos {
    width: 80%;
    height: 500px;
    margin: auto;
    display: none;
}
/* Cajas ocultas hasta 480 */
/* Cajas ocultas hasta 480 */
/* hambueguesa */

.boton_oculto{
display: none;
}

/* hamburguesa */

.pagar{
    height: 30px;
    width: 120px;
    z-index: 5;
    position: absolute;
    margin: 3% 33%;
}

.caja_iconos_rss {
    display: flex;
    flex-direction: row;
    width: 20%;
    height: 75px;
}