html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


 

 @font-face {
     font-family: 'Nunito';
     font-weight: 900;
     src: url('../font/Nunito-Black.ttf') format("truetype");
}

@font-face {
     font-family: 'Nunito';
     font-weight: 500;
     src: url('../font/Nunito-Medium.ttf') format("truetype");
}




@font-face {
     font-family: 'Sniglet';
     font-weight: 400;
     src: url('../font/Sniglet-Regular.ttf') format("truetype");
}




@font-face {
     font-family: 'Annie Use Your Telescope';
     font-weight: 400;
     src: url('../font/AnnieUseYourTelescope-Regular.ttf') format("truetype");
}


@font-face {
    font-family: 'annie_use_your_telescope';
    src: url('../font/annieuseyourtelescope-regular-webfont.eot');
    src: url('../font/annieuseyourtelescope-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/annieuseyourtelescope-regular-webfont.woff2') format('woff2'),
         url('../font/annieuseyourtelescope-regular-webfont.woff') format('woff'),
         url('../font/annieuseyourtelescope-regular-webfont.ttf') format('truetype'),
         url('../font/annieuseyourtelescope-regular-webfont.svg#annie_use_your_telescopeRg') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  overflow: hidden;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.contInfSlider {
    width: 100%;
    position: absolute;
    margin-top: 5vw;
}

.ttlSlider {
    width: auto;
    float: right;
    padding-right: 15vw;
}
.ttlSlider p {
    font-family: 'Sniglet', 'Nunito', sans-serif;
    font-size: 52px;
    font-weight: bold;
    text-align: left;
    /* text-shadow: 6px 0px 2px #66C8F0; */
    color: #fff;
    float: left;
    -webkit-text-stroke: 2px #66C8F0;
    -webkit-text-fill-color: #FFF;
}/*Region Articulos Random */
.divRandom{
    width:100%;
    float:left;
}
.divItemArt{
    width:33.3%;
    float:left;
}
.containerItemArt{
    width: 85%;
    position: relative;
    margin: auto;
}
.imgArticulo img{
    width:100%;
    display:block;
}
.textoArticulo h4{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 4px;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* --------------------   -------------------- */
/* VARIABLES */
.move, nav ul li span, nav ul li a:hover span, .producto div .produ_btn a, .producto div .produ_btn a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.alfa, footer .redes_fotter ul li a, footer .redes_fotter ul li a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#CssnotFound{
    margin-top:30px;
}

.urlProducto{
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
    margin: 15px 0 10px;
    font-size: 16px;
    text-decoration:none;
    color:#555 !important;
}

.img404{
    height:auto;
}
.Centrar{float:left;position:relative;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%)}
.txtBuscadorDesk{
    border: solid 1px #dadada;
    border-radius: 100px;
    line-height: 40px;
    font-size: 18px;
    color: #555;
    padding: 0 20px;
    width: 90%;
    box-sizing: border-box;
    margin: 15px auto;
    display: block;
    font-size: 14px;
}
.txtBuscador{
    border: solid 1px #dadada;
    border-radius: 100px;
    line-height: 40px;
    font-size: 18px;
    color: #555;
    padding: 0 20px;
    width: 90%;
    box-sizing: border-box;
    margin: 15px auto;
    display: block;
    font-size: 14px;
}
.itemResult{
    color: #00abe8;
    }
.prev,.next{
    padding: 6px 12px;
    background: #D4E2EF;
    border: 1px solid #CACED1;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
.disabledbtn{
    cursor: text;
}
.ezsearch-result{
    margin: 10px 0 10px 0;
}
.ezsearch-pager{
    margin-top:30px;
    float:left;position:relative;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%);
}
.ezsearch-pager p{
    min-height:65px;
}
.pageCurrent{
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #CACED1;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
.page,.prev,.next{
    margin-bottom:10px;
}
.page{
    padding: 6px 12px;
    background: #D4E2EF;
    border: 1px solid #CACED1;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    display:inline-block;
    }
.inputBuscar{
    width: 188px;
    height: 13px;
    padding: 5px;
    border: 1px solid #00ADEA;
    color: #666;
}
.btnBuscar{
    width: 95px;
    padding: 5px;
    background: #00ADEA;
    color: #fff;
    border: 0px;
}
.divFormBuscador{
    float: left;
    clear: both;
}
.Titulo_Principal,.Titulo_Art,.Titulo_ArtAzul{
    font-family: 'Sniglet', 'Nunito', sans-serif;
    font-size: 60px;
    color: #66c8f0;
    margin-bottom: 20px;
    text-align: center;
}
.ulResultadoBusqueda li{
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
    color: #66c8f0;
    margin-top: 10px;
}
.contenedor div .c_left .comentarios .fmItemTip div {
  text-align: right;
  display: block;
  width: 100%;
}
.contenedor div .c_left .comentarios .fmItemTip div .btn_enviar {
  background: #f7941e;
  border: solid 3px #de7627;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 18px;
  padding: 4px 0;
  margin: 10px 0;
  width: 180px;
}
.contenedor div .c_left .comentarios .fmItemTip div .btn_enviar:hover {
  background: #de7627;
}
.contenedor div .c_left .comentarios .fmItemTip span {
  float: left;
  min-height: 150px;
  margin-right: 5px;
}
.contenedor div .c_left .comentarios .fmItemTip span img {
  width: auto;
}
.contenedor div .c_left .comentarios .fmItemTip input {
  border: solid 1px #cecece;
  border-radius: 4px;
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 8px;
  width: calc(100% - 65px);
}
.contenedor div .c_left .comentarios .fmItemTip textarea {
  border: solid 1px #cecece;
  border-radius: 4px;
      font-family: 'Nunito', sans-serif;
     font-weight: 500;
  font-size: 14px;
  padding: 8px;
  width: calc(100% - 65px);
  min-height: 150px;
}

.registro div.auto .frmRegistro {
     margin: auto;
    width: 60%;
    text-align: left;
}
.registro div.auto .frmRegistro input {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: solid 1px #dadada;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.registro div.auto .frmRegistro input:last-child {
  background: #f7941e;
  border: solid 4px #de7627;
  border-radius: 100px;
  display: block;
  width: 180px;
  margin: 0 auto 20px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.registro div.auto .frmRegistro input:last-child:hover {
  background: #de7627;
}
.registro div.auto .frmRegistro p {
  margin: 0;
}

.divTKP{
    margin: auto;
    max-width: 1045px;
    min-height: 554px;
    margin-top: 72px;
    margin-bottom: 75px;
    border-bottom: solid 2px #dadada;
    background: url("/media/1046/poppy-productos.jpg") no-repeat left bottom;
    background-color: #FFF;
}
.titleRegistro{
    color: #66c8f0;
   font-family: 'Sniglet', 'Nunito', sans-serif;
    font-size: 77.95pt;
    text-align: center;
}
.msjRegistro{
    color: #66c8f0;
    text-align: center;
    font-size: 24pt;
         font-family: 'Nunito', sans-serif;
     font-weight: 500;
    width: 71%;
    margin: auto;
    padding-top: 44px;
}
.btnGracias{
    background: #f7941e;
    border: solid 4px #de7627;
    border-radius: 100px;
    display: block;
    width: 180px;
    margin: 0 auto 20px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.msjCalendario{
    text-align: center;
    font-size: 14pt;
    margin: auto;
    padding-top: 40px;
}
.artiVacio{
    /*min-height: 353px !important;*/
    background: #f9f9f9 !important;
    border-bottom: solid 2px #f9f9f9 !important;

}
/* Estilos HTML */
a {
  color: inherit;
  text-decoration: none;
}

body {
  color: #555;
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
}
.itemNav{
    float:left;
}
nav {
  background: #66c8f0;
  position: relative;
}
nav ul li {
  display: inline-block;
    vertical-align: middle;
}
nav ul li:hover {
  background: #33b4e8;
}
nav ul li span {
  background: url("/media/1002/sprite-petalo.png") no-repeat -8px -8px;
  display: block;
  height: 40px;
  width: 42px;
  margin: auto;
  position: absolute;
  top: 7px;
}
nav ul li .peque_ico {
  background-position: -50px -8px;
  left: 48px;
}
nav ul li .parami_ico {
  background-position: -90px -8px;
  left: 54px;
}
nav ul li .vida_ico {
  background-position: -125px -8px;
  left: 40px;
}
nav ul li .videos_ico {
  background-position: -162px -7px;
  left: 25px;
}
nav ul li .productos_ico {
  background-position: -204px -6px;
  left: 35px;
}
nav ul li .apps_ico {
  background-position: -248px -6px;
  left: 20px;
}
nav ul li a {
    display: block;
    color: #fff;
    font-family: 'Annie Use Your Telescope', annie_use_your_telescope, Papyrus, fantasy;
    font-size: 19px;
    display: block;
    margin: 0px;
    padding: 45px 22px 10px;
    text-align: center;
    border-right: solid 1px #33b4e8;
    position: relative;
    text-transform: uppercase;
}
nav ul li a:hover {
  background: #33b4e8;
}
nav ul li a:hover span {
  top: -2px;
}
nav ul li ul.sub_product {
  background: url("/media/1079/productos-menu.jpg") #fff no-repeat calc(100% - 10px) 10px;
  display: none;
  position: absolute;
  padding: 10px 0 10px 10px;
  width: 390px;
  border-bottom: 2px solid #66c8f0;
}
nav ul li ul.sub_product:hover {
  display: block;
}
nav ul li ul.sub_product img {
  position: absolute;
  top: 10px;
  right: 10px;
}
nav ul li ul.sub_product li {
  list-style: none;
  display: block;
  width: 180px;
}
nav ul li ul.sub_product li img {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
nav ul li ul.sub_product li a {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  color: #555;
  font-size: 14px;
  padding: 0 8px;
  text-align: left;
  border-right: none;
  line-height: 37px;
  border-bottom: solid 1px #dadada;
}
nav ul li ul.sub_product li a:hover {
  background: #fff;
  color: #66c8f0;
}
nav ul li ul.sub_product li:hover img {
  display: block;
}
nav ul li ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0 0 0 10px;
  width: 190px;
  border-bottom: 2px solid #66c8f0;
  z-index: 10;
}
nav ul li ul li {
  list-style: none;
  display: block;
  width: 180px;
}
nav ul li ul li img {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
nav ul li ul li a {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  color: #555;
  font-size: 14px;
  padding: 0 8px;
  text-align: left;
  border-right: none;
  line-height: 37px;
  border-bottom: solid 1px #dadada;
}
nav ul li ul li a:hover {
  background: #fff;
  color: #66c8f0;
}
nav ul li ul li:last-child a {
  border-bottom: none;
}
nav ul li ul li:hover img {
  display: block;
}

nav ul li:hover ul {
  display: block;
}

p {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
}

header {
  background: #f9f9f9;
  position: relative;
}



/* Home */
.auto {
  margin: auto;
  max-width: 1400px;
  overflow: hidden;
  width: 96%;
}

// .menu {
//   display: none;
// }

// .menu2 {
//   background: #f9f9f9;
//   display: none;
// }
// .menu2 div {
//   display: inline-block;
// }
// .menu2 .menu-mobile a {
//   font-size: 20px;
//   color: #33b4e8;
//   padding-left: 10%;
//   width: 130px;
// }
// .menu2 .menu-mobile a i {
//   display: inline-block;
//   margin: 0 10px 0 0;
//   font-size: 35px;
// }
// .menu2 .menu-mobile a span {
//   display: inline-block;
// }
// .menu2 .perfil {
//   float: right;
// }
// .menu2 .perfil .search_btn i {
//   background: #33b4e8;
//   color: #fff;
//   line-height: 47px;
//   padding: 0 16px;
//   font-size: 22px;
//   vertical-align: top;
//   margin: -4px 0 0 0;
// }
// .menu2 .perfil .search_btn i:hover {
//   background: #66c8f0;
// }
// .menu2 .perfil .perfil_btn {
//   background: #3C82CA;
//   font-size: 10px;
//   color: #fff;
//        font-family: 'Nunito', sans-serif;
     font-weight: 500;
//   padding: 10px 10px;
//   vertical-align: top;
//   border-radius: 4px;
//   display: inline-block;
//   margin: 4px 0 0 0;
// }

.perfil_menu {
  position: absolute;
  position: absolute;
  right: 0;
  top: 28px;
}
.perfil_menu .perfil_btn_menu {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  background: #3C82CA;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
}
.perfil_menu .perfil_btn_menu:hover {
  background: #fff;
  color: #33b4e8;
}
.perfil_menu .search_btn_menu {
  background: #33b4e8;
  color: #fff;
  cursor: pointer;
  padding: 30px 20px;
  margin: -28px 0 0 20px;
  display: inline-block;
  font-size: 24px;
}
.perfil_menu .search_btn_menu:hover {
  background: #3C82CA;
}



.mi_menu {
  position: relative;
  overflow: visible;
}

.top {
  padding: 20px 0;
}
.top div {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}
.top div:first-child {
  width: 32%;
}
.top div p {
  text-align: center;
}
.top div ul {
  text-align: right;
}
.top div ul li {
  display: inline-block;
}
.top div ul li a {
  background: #66c8f0;
  color: #fff;
  display: block;
  padding: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
}
.top div ul li a:hover {
  background: #33b4e8;
}

.reg_menu {
  display: none;
}

.btn_inicio {
  display: none;
}

.inicio {
  display: inline-block;
  height: 85px;
  margin-bottom: -15px;
}
.inicio a {
  height: 30px;
  width: 40px;
  box-sizing: initial !important;
}
.inicio a span {
  position: absolute;
  top: 18px;
}
.inicio a:hover span {
  top: 10px;
}

.poppy_tips {
  background: #f9f9f9;
  text-align: center;
  padding: 50px 0 80px;
}
.poppy_tips div.auto {
  padding: 0 0 10px 0;
}
.poppy_tips div.auto h2 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  color: #66c8f0;
  font-size: 60px;
  margin-bottom: 40px;
}
.poppy_tips div.auto article {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.poppy_tips div.auto article:hover {
  box-shadow: 0px 0px 8px #cecece;
}
.poppy_tips div.auto article a div {
  background: #fff;
}
.poppy_tips div.auto article a div img {
  display: block;
  width: 100%;
}
.poppy_tips div.auto article a div span {
  background: url("/media/1002/sprite-petalo.png") no-repeat;
  display: block;
  height: 75px;
  width: 75px;
  position: relative;
  top: -43px;
  margin: 0 auto;
}
.poppy_tips div.auto article a div h3 {
    font-family: 'Annie Use Your Telescope', annie_use_your_telescope, Papyrus, fantasy;
  font-size: 40px;
  color: #555555;
  margin: -35px 0 15px;
}
.poppy_tips div.auto article a div p {
  padding: 0 4% 50px;
  font-size: 14px;
}
.poppy_tips div.auto article a div:first-child {
  border-bottom: 4px solid #98D5EF;
}
.poppy_tips div.auto .art1 span {
  background-position: -1px -54px;
}
.poppy_tips div.auto .art2 {
  margin: 0 3%;
}
.poppy_tips div.auto .art2 span {
  background-position: -79px -54px;
}
.poppy_tips div.auto .art3 span {
  background-position: -158px -54px;
}

.video {
  position: relative;
  background: url("/media/1006/back-video.jpg");
  background-attachment: fixed;
  padding-bottom: 210px;
}
.video > h2 {
  text-align: center;
  font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 60px;
  padding: 60px 0;
  color: #fff;
}
.video .poppy_lentes {
  position: absolute;
  right: 30%;
  bottom: 0;
}
.video .ver_videos {
  position: absolute;
  right: 2%;
  top: 54px;
  font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 35px;
  color: #fff;
}
.video .ver_videos span {
  background: url("/media/1002/sprite-petalo.png") no-repeat -238px -53px;
  height: 30px;
  width: 40px;
  display: block;
  margin: auto;
}
.video .videos_3 {
  text-align: center;
}
.video .videos_3 a {
    display:none;
    margin-bottom: 30px;
  vertical-align: top;
  width: 25%;
}
.video .videos_3 a:nth-child(-n+6) {
  display: inline-block !important;

}
.video .videos_3 a .img_video img {
  display: block;
  width: 100%;
}
.video .videos_3 a .info_video {
  background: #fff;
}
.video .videos_3 a .info_video span {
  background: url("/media/1002/sprite-petalo.png") no-repeat 0px -136px #66c8f0;
  display: block;
  height: 82px;
  width: 82px;
  float: left;
}
.video .videos_3 a .info_video div {
  text-align: left;
  min-height: 82px;
  box-sizing: border-box;
  padding: 10px 5px 0 88px;
}
.video .videos_3 a .info_video div h2 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 16px;
  margin-bottom: 5px;
}
.video .videos_3 a .info_video div p {
  font-size: 12px;
}
.video .videos_3 a:nth-of-type(2) {
  margin: 0 3%;
}
.video .videos_3 a:nth-of-type(5) {
  margin: 0 3%;
}
.video .videos_3 a:hover span {
  background: url("/media/1002/sprite-petalo.png") no-repeat 0px -136px #33b4e8;
}

.producto {
  text-align: center;
  padding: 60px 0;
}
.producto div div {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  min-height: 310px;
  box-sizing: border-box;
  padding: 60px 4% 80px;
}
.producto div div h2 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 60px;
  padding-bottom: 30px;
  color: #66c8f0;
}
.producto div div h3 {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  margin-bottom: 8px;
}
.producto div div img {
  display: block;
  width: 100%;
}
.producto div div p {
  font-size: 14px;
}
.producto div div a {
  color: #66c8f0;
  margin-top: 35px;
  display: block;
  font-size: 14px;
}
.producto div div a:hover {
  color: #f7941e;
}
.producto div div:nth-of-type(1) {
  border-right: solid 2px #f9f9f9;
}
.producto div div:nth-of-type(2) {
  border-right: solid 2px #f9f9f9;
}
.producto div div:nth-of-type(4) {
  border-top: solid 2px #f9f9f9;
}
.producto div div:nth-of-type(5) {
  border-top: solid 2px #f9f9f9;
  border-left: solid 2px #f9f9f9;
  border-right: solid 2px #f9f9f9;
}
.producto div div:nth-of-type(6) {
  border-top: solid 2px #f9f9f9;
}
.producto div .produ_btn {
  padding: 60px 4% 36px;
}
.producto div .produ_btn h2 span {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  font-size: 25px;
  vertical-align: middle;
}
.producto div .produ_btn p {
  font-size: 16px;
  margin-bottom: 12px;
}
.producto div .produ_btn a {
    font-family: 'Annie Use Your Telescope', annie_use_your_telescope, Papyrus, fantasy;
  font-size: 30px;
  background: #f7941e;
  border: solid 4px #de7627;
  border-radius: 100px;
  display: block;
  color: #fff;
  margin: auto;
  width: 90%;
}
.producto div .produ_btn a:hover {
  background: #de7627;
  color: #fff;
}
.producto div .produ_btn img {
  position: relative;
  margin: 0 auto -4px;
  display: auto;
  width: auto;
}
.producto div .produ_btn .m_img_produ {
  display: none;
}

/* ++++++++++++++MI PEQUE Y YO INICIO+++++++++++++++++++++  */
/* ++++++++++++++MI PEQUE Y YO INICIO+++++++++++++++++++++  */
.contenedor {
  background: #f9f9f9;
  padding: 40px 0;
}
.contenedor div .c_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 62%;
}
.contenedor div .c_left .arti {
  background: #fff;
  display: inline-block;
  border-bottom: solid 2px #dadada;
  width: 44%;
  margin: 0 2% 30px;
  text-align: left;
}
.contenedor div .c_left .arti .cont_img {
  position: relative;
}
.contenedor div .c_left .arti .cont_img img {
  display: block;
  width: 100%;
}
.contenedor div .c_left .arti .cont_img div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contenedor div .c_left .arti .cont_img div ul {
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.5);
}
.contenedor div .c_left .arti .cont_img div ul li {
  display: inline-block;
  text-decoration: none;
}
.contenedor div .c_left .arti .cont_img div ul li a {
  color: #fff;
  margin: 0 3px;
}
.contenedor div .c_left .arti .cont_img div ul li a:hover {
  color: #66c8f0;
}
.contenedor div .c_left .arti .cont_tex {
  box-sizing: border-box;
  padding: 8px;
}
.contenedor div .c_left .arti .cont_tex h2 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  margin-bottom: 18px;
  font-size: 18px;
}
.contenedor div .c_left .arti .cont_tex p {
  font-size: 16px;
  margin-bottom: 18px;
}
.contenedor div .c_left .arti .cont_tex a {
  background: #f7941e;
  border-radius: 100px;
  border: solid 4px #de7627;
  display: block;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
  margin: 10px 0;
}
.contenedor div .c_left .arti .cont_tex a:hover {
  background: #de7627;
}
.contenedor div .c_right {
  display: inline-block;
  width: 20%;
  /* margin-left: 6%; */
  margin-left: 2%;
}
.contenedor div .c_right > div {
  background: #fff;
  border-bottom: solid 2px #dadada;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 30px;
}
.contenedor div .c_right > div h3 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  color: #555555;
}
.contenedor div .c_right > div a {
  display: block;
  border-bottom: 2px dashed #dadada;
  padding: 10px 0;
  clear: both;
}
.contenedor div .c_right > div a:last-child {
  border-bottom: none;
}
.contenedor div .c_right > div a .art_img {
  float: left;
    width: 70px;
    height: 73px;
    overflow: hidden;
}
.contenedor div .c_right > div a .art_img img{
    height:100%;
}
.contenedor div .c_right > div a .art_tex {
  padding: 6px 6px 6px 76px;
}
.contenedor div .c_right > div a .art_tex h4 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 14px;
  margin-bottom: 4px;
}
.contenedor div .c_right > div a .art_tex p {
  font-size: 12px;
}
.contenedor div .c_right > div a:hover h4 {
  color: #66c8f0;
}
.contenedor div .c_right .video_art a img {
  display: block;
  width: 100%;
}
.contenedor div .c_right .video_art a h4 {
  margin-top: 10px;
}
.headerItemTip{
    background: #fff;
    text-align: left;
}
.headerItemTip ul{
    background: #f7941e;
    float: right;
    padding: 20px 8px;
}
.headerItemTip ul li{
    list-style: none;
    display: inline-block;
}
.headerItemTip ul li a{
    display: block;
    color: #fff;
    margin: 0 6px;
    text-decoration:none;
}
.headerItemTip h2{
         font-family: 'Nunito', sans-serif;
     font-weight: 900;
    font-size: 18px;
    padding: 14px 110px 8px 8px;
}
.imgItemTip{
    background: #fff;
    text-align: left;
}
.imgItemTip img{
    display: block;
    width: 100%;
}
.info_interna{
    background: #fff;
    text-align: left;
    padding: 20px;
    border-bottom: solid 2px #dadada;
}
.info_interna p:first-child{
         font-family: 'Nunito', sans-serif;
     font-weight: 900;
}
.info_interna p{
    margin: 0 0 15px 0;
}
.info_interna a{
    color: #f7941e;
    display: block;
    text-align: right;
    margin: 30px 0 20px;
}
.comentarios{
    border-bottom: solid 2px #dadada;
    margin: 30px 0 30px 0;
    padding: 20px;
    background: #fff;
    text-align: left;
}
.comentarios h3{
         font-family: 'Nunito', sans-serif;
     font-weight: 900;
    padding: 10px 0;
    font-size: 18px;
}
/*
.contenedor div .c_left .art_interna div {
  background: #fff;
  text-align: left;
}
.contenedor div .c_left .art_interna div h2 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 18px;
  padding: 14px 110px 8px 8px;
}
.contenedor div .c_left .art_interna div h6 {
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
}
.contenedor div .c_left .art_interna div img {
  display: block;
  width: 100%;
}
.contenedor div .c_left .art_interna div a {
  color: #f7941e;
  display: block;
  text-align: right;
  margin: 30px 0 20px;
}
.contenedor div .c_left .art_interna div a:hover {
  color: #de7627;
}
.contenedor div .c_left .art_interna div ul {
  background: #f7941e;
  float: right;
  padding: 20px 8px;
}
.contenedor div .c_left .art_interna div ul li {
  list-style: none;
  display: inline-block;
}
.contenedor div .c_left .art_interna div ul li a {
  display: block;
  color: #fff;
  margin: 0 6px;
}
.contenedor div .c_left .art_interna div ul li a:hover {
  color: #de7627;
}
.contenedor div .c_left .art_interna div p {
  margin: 0 0 15px 0;
}
.contenedor div .c_left .art_interna .info_interna {
  padding: 20px;
  border-bottom: solid 2px #dadada;
}
.contenedor div .c_left .art_interna .info_interna p:first-child {
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
}

.contenedor div .c_left .comentarios {
  border-bottom: solid 2px #dadada;
  margin: 30px 0 30px 0;
  padding: 20px;
}
.contenedor div .c_left .comentarios h3 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  padding: 10px 0;
  font-size: 18px;
}
.contenedor div .c_left .comentarios form div {
  text-align: right;
  display: block;
  width: 100%;
}
.contenedor div .c_left .comentarios form div .btn_enviar {
  background: #f7941e;
  border: solid 3px #de7627;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 18px;
  padding: 4px 0;
  margin: 10px 0;
  width: 180px;
}
.contenedor div .c_left .comentarios form div .btn_enviar:hover {
  background: #de7627;
}
.contenedor div .c_left .comentarios form span {
  float: left;
  min-height: 150px;
  margin-right: 5px;
}
.contenedor div .c_left .comentarios form span img {
  width: auto;
}
.contenedor div .c_left .comentarios form input {
  border: solid 1px #cecece;
  border-radius: 4px;
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 8px;
  width: calc(100% - 65px);
}
.contenedor div .c_left .comentarios form textarea {
  border: solid 1px #cecece;
  border-radius: 4px;
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  font-size: 14px;
  padding: 8px;
  width: calc(100% - 65px);
  min-height: 150px;
}
*/
.titulos {
  color: #66c8f0;
  font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 50px;
  text-align: left;
  margin-bottom: 20px;
}

.top_img {
  background: url("/media/1025/mi-peque-y-yo.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.top_img > div {
  padding: 112px 0;
}
.top_img > div div {
  background: rgba(250, 250, 250, 0.7);
  border-bottom: solid 4px #66c8f0;
  display: block;
  padding: 20px;
  margin-left: 3%;
  width: 400px;
}
.top_img > div div h1 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  color: #66c8f0;
  font-size: 75px;
  margin: 0 0 15px 0;
}

.VidaPetalo {
  background: url("../img/header/vida-petalo.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.VidaPetalo > div {
  padding: 112px 0;
}
.VidaPetalo > div div {
  background: rgba(250, 250, 250, 0.7);
  border-bottom: solid 4px #66c8f0;
  display: block;
  padding: 20px;
  margin-left: 3%;
  width: 400px;
}
.VidaPetalo > div div h1 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  color: #66c8f0;
  font-size: 80px;
  margin: 0 0 15px 0;
}

.MinMi {
  background: url("../img/header/10-min-para-mi.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.MinMi > div {
  padding: 112px 0;
}
.MinMi > div div {
  background: rgba(250, 250, 250, 0.7);
  border-bottom: solid 4px #66c8f0;
  display: block;
  padding: 20px;
  margin-left: 3%;
  width: 400px;
}
.MinMi > div div h1 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  color: #66c8f0;
  font-size: 80px;
  margin: 0 0 15px 0;
}

.paginador {
  margin: 70px 0;
  float:left;
}
.paginador ul {
  padding: 0;
}
.paginador ul li {
  text-decoration: none;
  display: inline-block;
}
.paginador ul li a {
  display: block;
  background: #fff;
  padding: 16px;
  width: 16px;
  text-align: center;
}
.paginador ul li a:hover {
  background: #f7941e;
  color: #fff;
}
.paginador ul li .act {
  background: #f7941e;
  color: #fff;
}

.paginador_mobile {
  display: none;
}
.paginador_mobile a {
  font-size: 14px;
}
.paginador_mobile a:first-child {
    float:left;
}
.paginador_mobile a:last-child {
  background: #66c8f0;
  border-radius: 100px;
  border: solid 3px #33b4e8;
  color: #fff;
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 6px 0;
  float: right;
  margin-top: -8px;
}

/* ++++++++++++++MI PEQUE Y YO INICIO+++++++++++++++++++++  */
/* ++++++++++++++MI PEQUE Y YO INICIO+++++++++++++++++++++  */
/* ++++++++++++++APPS INICIO+++++++++++++++++++++  */
/* ++++++++++++++APPS INICIO+++++++++++++++++++++  */
.apps {
  background: #f9f9f9;
}
.apps div div.auto {
  padding: 80px 0;
}
.apps div div.auto .apps_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
.apps div div.auto .apps_left h1 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 70px;
  margin-bottom: 30px;
  color: #66c8f0;
}
.apps div div.auto .apps_left h3 {
   font-family: 'Annie Use Your Telescope', annie_use_your_telescope, Papyrus, fantasy;
  font-size: 70px;
  padding: 0 90px 60px;
}
.apps div div.auto .apps_left img {
  display: block;
  width: 100%;
}
.apps div div.auto .apps_right {
  display: inline-block;
  width: 50%;
  margin-left: 10%;
}
.apps div div.auto .apps_right > div {
  background: #fff;
  border-bottom: 3px solid #66c8f0;
  margin-bottom: 40px;
  padding: 4%;
  box-sizing: border-box;
}
.apps div div.auto .apps_right > div div {
  display: inline-block;
  vertical-align: top;
}
.apps div div.auto .apps_right > div div:first-child {
  width: 175px;
}
.apps div div.auto .apps_right > div div:last-child {
  box-sizing: border-box;
  padding: 0px 0 0 10px;
  width: calc(96% - 170px);
}
.apps div div.auto .apps_right > div div:last-child div {
  padding: 0;
  width: 100%;
}
.apps div div.auto .apps_right > div div h2 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 18px;
  margin-bottom: 15px;
}
.apps div div.auto .apps_right > div div p {
  font-size: 14px;
  margin-bottom: 15px;
}
.apps div div.auto .apps_right > div div div p {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
}

/* ++++++++++++++APPS FINAL+++++++++++++++++++++  */
/* ++++++++++++++APPS FINAL+++++++++++++++++++++  */
/* ++++++++++++++Regsitro INICIO+++++++++++++++++++++  */
/* ++++++++++++++Registro INICIO+++++++++++++++++++++  */
.registro {
  background: #f9f9f9;
  text-align: center;
}
.registro div.auto div {
  background: #fff;
  margin: 60px auto;
  padding: 40px 5%;
  box-sizing: border-box;
  width: 65%;
}
.registro div.auto div > a {
  font-size: 14px;
}
.registro div.auto div > a span {
  color: #66c8f0;
  text-decoration: underline;
}
.registro div.auto div h1 {
  color: #66c8f0;
  font-size: 25px;
}
.registro div.auto div p {
  margin: 20px 0;
}
.registro div.auto div .back_o {
  background: url("/media/1648/back-o.png") no-repeat center;
}
.registro div.auto div ul li {
  list-style: none;
  display: inline-block;
}
.registro div.auto div ul li a {
  color: #fff;
  display: block;
  width: 180px;
  text-align: left;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
}
.registro div.auto div ul li a span {
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 4px 0 0 4px;
  width: 30px;
}
.registro div.auto div ul li:nth-of-type(1) a {
  background: #4768ac;
}
.registro div.auto div ul li:nth-of-type(1) a:hover {
  background: #365b9b;
}
.registro div.auto div ul li:nth-of-type(1) a span {
  background: #365b9b;
}
.registro div.auto div ul li:nth-of-type(2) a {
  background: #24b5e9;
  margin: 15px;
}
.registro div.auto div ul li:nth-of-type(2) a:hover {
  background: #10aad7;
}
.registro div.auto div ul li:nth-of-type(2) a span {
  background: #10aad7;
}
.registro div.auto div ul li:nth-of-type(3) a {
  background: #e04b37;
}
.registro div.auto div ul li:nth-of-type(3) a:hover {
  background: #d33d2f;
}
.registro div.auto div ul li:nth-of-type(3) a span {
  background: #d33d2f;
}
.registro div.auto form {
  margin: auto;
  width: 50%;
  text-align: left;
}
.registro div.auto form input {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: solid 1px #dadada;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.registro div.auto form input:last-child {
  background: #f7941e;
  border: solid 4px #de7627;
  border-radius: 100px;
  display: block;
  width: 180px;
  margin: 0 auto 20px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.registro div.auto form input:last-child:hover {
  background: #de7627;
}
.registro div.auto form p {
  margin: 0;
}

/* ++++++++++++++Regsitro FINAL+++++++++++++++++++++  */
/* ++++++++++++++Registro FINAL+++++++++++++++++++++  */
/* ++++++++++++++Productos INICIO+++++++++++++++++++++  */
/* ++++++++++++++Productos INICIO+++++++++++++++++++++  */
.productos {
  background: url("/media/1046/poppy-productos.jpg") no-repeat left bottom;
}
.productos div.auto > div {
  text-align: center;
}
.productos div.auto > div h1 {
  color: #66c8f0;
   font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 60px;
  text-align: left;
  margin: 60px 0 30px 25%;
  display: block;
  width: 220px;
}
.productos div.auto > div h1 span {
  background: url("/media/1002/sprite-petalo.png") -85px -137px;
  display: block;
  float: right;
  height: 25px;
  margin-top: 22px;
  width: 58px;
}
.productos div.auto > div .pro_menu {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 180px;
}
.productos div.auto > div .pro_menu h2 {
  background: #f9f9f9;
  color: #66c8f0;
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 18px;
  line-height: 40px;
}
.productos div.auto > div .pro_menu ul li {
  display: block;
}
.productos div.auto > div .pro_menu ul li a {
  color: #a6a6a6;
  display: block;
  border-bottom: dashed 1px #a6a6a6;
  line-height: 40px;
  font-size: 14px;
}
.productos div.auto > div .pro_menu ul li a:hover {
  color: #66c8f0;
}
.productos div.auto > div .pro_menu ul li:last-child a {
  border-bottom: none;
}
.productos div.auto > div .pro_artic {
  display: inline-block;
  padding: 60px 0 220px;
  width: calc(90% - 180px);
}
.productos div.auto > div .pro_artic .mod_articulos {
  text-align: left;
  margin-left: 5%;
}
.productos div.auto > div .pro_artic .mod_articulos div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 4%;
  width: 23%;
}
.productos div.auto > div .pro_artic .mod_articulos div:nth-of-type(2) {
  border-left: solid 1px #dadada;
  border-right: solid 1px #dadada;
}
.productos div.auto > div .pro_artic .mod_articulos div img {
  display: block;
  width: 100%;
}
.productos div.auto > div .pro_artic .mod_articulos div h2 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  margin-bottom: 10px;
}
.productos div.auto > div .pro_artic .mod_articulos div p {
  font-size: 14px;
    line-height:21px;
  margin-bottom: 10px;
}
.productos div.auto > div .pro_artic .mod_articulos div a {
  color: #66c8f0;
  font-size: 14px;
  margin-top: 35px;
  display: block;
}
.productos div.auto > div .pro_artic .mod_articulos div a:hover {
  color: #f7941e;
}

/* ++++++++++++++Productos FINAL+++++++++++++++++++++  */
/* ++++++++++++++Productos FINAL+++++++++++++++++++++  */
/* ++++++++++++++Productos IN inicio+++++++++++++++++++++  */
/* ++++++++++++++Productos IN inicio+++++++++++++++++++++  */
.producto_in {
  padding: 50px 0 150px;
}
.producto_in div.auto div h1 {
  background: url("/media/1054/bar.png") no-repeat bottom center;
  display: inline-block;
   font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 60px;
  color: #66c8f0;
  margin-bottom: 40px;
}
.producto_in div.auto div .back_prod_in {
  color: #66c8f0;
  font-size: 14px;
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  float: right;
}
.producto_in div.auto div .back_prod_in span {
  background: url("/media/1002/sprite-petalo.png") no-repeat -86px -168px;
  display: block;
  margin: 0 auto 5px;
  height: 18px;
  width: 50px;
}
.producto_in div.auto div .pro_present {
  background: #F1F1F1;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  margin-right: 2%;
  text-align: center;
  vertical-align: top;
  width: 27%;
}
.producto_in div.auto div .pro_present img {
  display: block;
  width: 100%;
}
.producto_in div.auto div .pro_present h3 {
  color: #808080;
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 20px;
  margin: 10px 0 20px;
}
.producto_in div.auto div .pro_present p {
  font-size: 14px;
    line-height:21px;
}
.producto_in div.auto div .pro_present div {
  margin: 10px 0 0 0;
}
.producto_in div.auto div .pro_present div ul {
  margin: 10px 0 0 0;
}
.producto_in div.auto div .pro_present div ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
.producto_in div.auto div .pro_present div ul li img {
  display: block;
  width: 100%;
}
.producto_in div.auto div .pro_dispo {
  display: inline-block;
  text-align: left;
  width: 65%;
}
.producto_in div.auto div .pro_dispo h3 {
  color: #66c8f0;
  font-size: 20px;
  margin: 0 0 20px 0;
  padding-left: 1%;
  text-align: left;
}
.producto_in div.auto div .pro_dispo div {
  display: inline-block;
  text-align: left;
  margin: 0 1% 40px;
  vertical-align: top;
  width: 30%;
}
.producto_in div.auto div .pro_dispo div h2 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  margin: 0 0 10px 0;
}
.producto_in div.auto div .pro_dispo div img {
  display: block;
  width: 100%;
}
.producto_in div.auto div .pro_dispo div select {
  cursor: pointer;
  background: #f9f9f9;
  color: #555555;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  margin: 10px 0 0 0;
  border: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/media/1053/select.jpg), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4);
  /* For Chrome and Safari */
  background-image: url(/media/1053/select.jpg), -moz-linear-gradient(top, #E5E5E5, #F4F4F4);
  /* For old Fx (3.6 to 15) */
  background-image: url(/media/1053/select.jpg), -ms-linear-gradient(top, #E5E5E5, #F4F4F4);
  /* For pre-releases of IE 10*/
  background-image: url(/media/1053/select.jpg), -o-linear-gradient(top, #E5E5E5, #F4F4F4);
  /* For old Opera (11.1 to 12.0) */
  background-image: url(/media/1053/select.jpg  ), linear-gradient(to bottom, #E5E5E5, #F4F4F4);
  /* Standard syntax; must be last */
}
.producto_in div.auto div .pro_dispo div a {
  background: #66c8f0;
  border: solid 4px #33b4e8;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  margin: 10px 0;
  width: 60%;
}
.producto_in div.auto div .pro_dispo div a:hover {
  background: #33b4e8;
}

/* ++++++++++++++Productos IN FINAL+++++++++++++++++++++  */
/* ++++++++++++++Productos IN FINAL+++++++++++++++++++++  */
/* ++++++++++++++Video FINAL+++++++++++++++++++++  */
/* ++++++++++++++Video FINAL+++++++++++++++++++++  */
.video_back {
  background: url("/media/1006/back-video.jpg");
  background-attachment: fixed;
  background-position: center;
  padding: 20px 0;
}
.video_back > div {
  width: 80%;
  background: #fff;
}
.video_back > div .link_video {
  display: inline-block;
  vertical-align: top;
  min-height: 400px;
  width: 60%;
}
.video_back > div .link_video iframe {
  border: none;
  width: 100%;
  display: block;
}
.video_back > div .info_video {
  box-sizing: border-box;
  display: inline-block;
  padding: 35px 20px 20px 20px;
  width: 38%;
}
.video_back > div .info_video h1 {
  color: #66c8f0;
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.video_back > div .info_video p {
  font-size: 14px;
    line-height:21px;
  margin: 0 0 10px 0;
}
.video_back > div .info_video .receta p {
  margin: 0 0 10px 0;
}
.video_back > div .info_video .receta ul {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.video_back > div .info_video .receta ul:last-child {
  margin: 0 0 0 8px;
}
.video_back > div .info_video .receta ul li {
  background: url("/media/1067/bullet.png") no-repeat left 5px;
  list-style: none;
  padding-left: 10px;
  font-size: 14px;
  line-height: 16px;
}
.video_back > div .info_video .videos_apps {
  margin: 10px 0 0 0;
}
.video_back > div .info_video .videos_apps p {
  margin: 0 0 10px 0;
}

.lista_videos {
  background: #f9f9f9;
  padding-bottom: 120px;
}
.lista_videos div.auto .titutlo_menu_catego {
  border-bottom: solid 1px #dadada;
  margin: 30px 0;
  padding: 10px 0;
}
.lista_videos div.auto .titutlo_menu_catego h2 {
  color: #66c8f0;
  font-size: 24px;
     font-family: 'Nunito', sans-serif;
     font-weight: 900;
  display: inline-block;
  width: 130px;
  margin: 0 15px 0 0;
}
.lista_videos div.auto .titutlo_menu_catego .categorias {
  position: relative;
  display: inline-block;
  width: 220px;
}
.lista_videos div.auto .titutlo_menu_catego .categorias div p {
  background: url("/media/1053/select.jpg") no-repeat right center #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  padding: 0 8px;
  width: 200px;
}
.lista_videos div.auto .titutlo_menu_catego .categorias div .menu_cat {
  background: #f1f0f0;
  display: none;
  position: absolute;
  padding: 0;
  line-height: 25px;
  width: 216px;
  z-index: 1;
}
.lista_videos div.auto .titutlo_menu_catego .categorias div .menu_cat li {
  list-style: none;
}
.lista_videos div.auto .titutlo_menu_catego .categorias div .menu_cat li a {
  font-size: 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
}
.lista_videos div.auto .titutlo_menu_catego .categorias div .menu_cat li a:hover {
  background: #555;
  color: #fff;
}
.lista_videos div.auto .titutlo_menu_catego .categorias div .menu_cat li .active_video {
  background: #66c8f0;
  color: #fff;
}
.lista_videos div.auto .catego_video {
  background: #fff;
  padding: 20px 2%;
  margin: 0 0 30px 0;
  border-bottom: solid 2px #dadada;
}
.lista_videos div.auto .catego_video > a {
  float: right;
  font-size: 14px;
}
.lista_videos div.auto .catego_video > a:hover {
  color: #66c8f0;
}
.lista_videos div.auto .catego_video h3 {
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.lista_videos div.auto .catego_video div a:nth-child(-n+5) {
    display: inline-block !important;
}

.lista_videos div.auto .catego_video div a {
  display: none;
  vertical-align: top;
  margin: 0 0.5%;
  width: 18%;
  margin-bottom: 10px;
}

.lista_videos div.auto .catego_video div a img {
  display: block;
  width: 100%;
}
.lista_videos div.auto .catego_video div a h2 {
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
  margin: 8px 0;
}
.lista_videos div.auto .catego_video div a p {
  font-size: 14px;
    line-height:21px;
}
.lista_videos div.auto .catego_video div a:hover h2 {
  color: #66c8f0;
}

/* ++++++++++++++Video  FINAL+++++++++++++++++++++  */
/* ++++++++++++++Video  FINAL+++++++++++++++++++++  */
/* ++++++++++++++Video IN FINAL+++++++++++++++++++++  */
/* ++++++++++++++Video IN FINAL+++++++++++++++++++++  */
.lista_videos div.auto h2.titulo_video {
  color: #66c8f0;
 font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 60px;
  margin: 30px 0 0 0;
}
.lista_videos div.auto .in_videos {
  background: #fff;
  padding: 20px 0 0 1%;
  border-bottom: solid 2px #dadada;
}
.lista_videos div.auto .in_videos a {
  display: inline-block;
  margin: 0 4px 24px;
  vertical-align: top;
  width: 14%;
}
.lista_videos div.auto .in_videos a img {
  display: block;
  width: 100%;
}
.lista_videos div.auto .in_videos a div h3 {
       font-family: 'Nunito', sans-serif;
     font-weight: 900;
  font-size: 14px;
  min-height: 28px;
  margin: 5px 0;
}
.lista_videos div.auto .in_videos a div p {
  font-size: 13px;
    line-height:20px;
}
.lista_videos div.auto .in_videos a:hover div h3 {
  color: #66c8f0;
}

/* ++++++++++++++Video IN FINAL+++++++++++++++++++++  */
/* ++++++++++++++Video IN FINAL+++++++++++++++++++++  */
.seach_up {
  background: rgba(103, 198, 238, 0.4);
  display: none;
  position: absolute;
  width: 100%;
}
.seach_up div.auto form input {
  border: solid 1px #dadada;
  border-radius: 100px;
  line-height: 40px;
  font-size: 18px;
  color: #555;
  padding: 0 20px;
  width: 90%;
  box-sizing: border-box;
  margin: 15px auto;
  display: block;
  font-size: 14px;
}

.seach_up_mobile {
  background: rgba(103, 198, 238, 0.4);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.seach_up_mobile div.auto form input {
  border: solid 1px #dadada;
  border-radius: 100px;
  line-height: 40px;
  font-size: 18px;
  color: #555;
  padding: 0 20px;
  width: 90%;
  box-sizing: border-box;
  margin: 15px auto;
  display: block;
  font-size: 14px;
}

.AvisoP {
  background: #f9f9f9;
}
.AvisoP div.auto div {
  background: #fff;
  width: 80%;
  padding: 20px;
  border-bottom: 2px solid #dadada;
  margin: 50px auto;
}
.AvisoP div.auto div h1 {
  color: #66c8f0;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.AvisoC {
  background: #f9f9f9;
}
.AvisoC div.auto div {
  background: #fff;
  width: 80%;
  padding: 50px 20px;
  border-bottom: 2px solid #dadada;
  margin: 60px auto;
}
.AvisoC div.auto div h1 {
  color: #66c8f0;
  font-size: 30px;
  margin: 0 0 20px 0;
}
.AvisoC div.auto div p {
  margin: 0 0 20px 0;
}

.productos div.auto > div .pro_menu ul li a.active_left_menu {
  color: #66c8f0;
}

.productos div.auto > div h1.toallas-de {
  width: 315px;
}
.productos div.auto > div h1.servi-toalla {
  width: 250px;
}
.active_menu {
  background: #33b4e8;
}

.active-sub-v {
  color: #66c8f0;
}

nav ul li ul.sub_product li a.active-sub-p {
  color: #66c8f0;
}

/* ++++++++++++++SLIDER+++++++++++++++++++++  */
/* ++++++++++++++SLIDER+++++++++++++++++++++  */
.slide_show {
  min-height: 28.5vw;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slide_show .slide {
  position: absolute;
  top: 0px;
  display: none;
  bottom: 0px;
  width: 100%;
  background-color: #EAEAEA;
  text-align: center;
}

.slide_show .slide:first-child {
  display: inline-block;
}

.slide_show .slide img {
  /*width:100%;*/
  margin: auto;
  height: 100%;
}

.slide_show .slide .data {
  position: absolute;
  bottom: 4vw;
  display: none;
  /*1400px;*/
  left: 10%;
  width: 50%;
  max-width: 350px;
  text-align: left;
  font-size: 12px;
}

.slide_show .slide .data p {
  /*display:none;*/
}

.slide_show .slide:first-child .data {
  display: inline-block;
}

.slide_show .slide .data h1 {
  color: #FFF;
  font-size: 4vw;
  font-weight: bolder;
   font-family: 'Annie Use Your Telescope', annie_use_your_telescope, Papyrus, fantasy;
  /*text-shadow: 0px 0px 3px #66c8f0;*/
  margin-bottom: 20px;
  text-shadow: -1px -1px 0 #66c8f0, -1px 1px 0 #66c8f0, -1px 0 0 #66c8f0, 1px -1px 0 #66c8f0, 1px 1px 0 #66c8f0, 1px 0 0 #66c8f0, 0 -1px 0 #66c8f0, 0 1px 0 #66c8f0;
}

.slide_show .slide .data a {
  font-family: 'Annie Use Your Telescope', annie_use_your_telescope, Papyrus, fantasy;
  font-size: 30px;
  background: #f7941e;
  border: solid 4px #de7627;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 0px 65px;
  margin-top: 20px;
}

.bullets {
  position: absolute;
  bottom: 20px;
  width: 200px;
  cursor: pointer;
  left: calc( 50% - 100px );
  text-align: center;
}

.bullets a {
  display: inline-block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #66c8f0;
  background-color: #f4f4f4;
  transition: all linear 0.2s;
}

.bullets a.active {
  transition: all linear 0.2s;
  background-color: #66c8f0;
}

.slide_show .nav {
  position: absolute;
  top: calc( 50% - 20px );
  right: 10px;
  color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  background-color: rgba(10, 10, 10, 0.4);
  font-size: 20px;
  padding-left: 0px;
}

.slide_show .nav.left {
  right: auto;
  left: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.bullets a {
  margin-right: 3px;
}

.slide_desktop {
  display: block;
}

.slide_mobile {
  display: none;
}

/* ++++++++++++++SLIDER FIN+++++++++++++++++++++  */
/* ++++++++++++++SLIDER FIN+++++++++++++++++++++  */
.producto_general {
  background: #f9f9f9;
  padding-top: 30px;
}
.producto_general div.auto section {
  background: #fff;
  padding: 20px 5%;
  border-bottom: solid 2px #dadada;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.producto_general div.auto section > h2 {
  font-family: 'Sniglet', 'Nunito', sans-serif;
  font-size: 60px;
  color: #66c8f0;
  margin-bottom: 20px;
}
.producto_general div.auto section div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2% 30px;
  width: 19%;
}
.producto_general div.auto section div img {
  display: block;
  width: 100%;
}
.producto_general div.auto section div h2 {
      font-family: 'Nunito', sans-serif;
     font-weight: 900;
  margin: 15px 0 10px;
}
.producto_general div.auto section div p {
  font-size: 14px;
    line-height: 21px;
  margin: 0 0 10px 0;
}
.producto_general div.auto section div a {
  font-size: 14px;
  color: #66c8f0;
}
.producto_general div.auto section div a i {
  font-size: 12px;
}
.producto_general div.auto section div a:hover {
  color: #de7627;
}

.seach_up {
  z-index: 10;
}

.marca {
       font-family: 'Nunito', sans-serif;
     font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
}

/**
 * Header and footer colors
 */
.golden-text
{
    color : #fcd34e;
}
.golden
{
    background-color : #fcd34e;
}

.blue-text
{
    color : #0f1a56;
}
.blue
{
    background-color : #0f1a56;
}

.white-text
{
    color : white;
}
.white
{
    background-color : white;
}

/**
 * Header and footers paddings ands margins
 */
.m-a
{
    margin : 0 auto;
}
.m-0
{
    margin : 0;
}
.my-1
{
    margin-top    : 0.25rem !important;
    margin-bottom : 0.25rem !important;
}
.my-2
{
    margin-top    : 0.5rem !important;
    margin-bottom : 0.5rem !important;
}
.my-3
{
    margin-top    : 0.75rem !important;
    margin-bottom : 0.75rem !important;
}
.my-4
{
    margin-top    : 1rem !important;
    margin-bottom : 1rem !important;
}
.my-5
{
    margin-top    : 1.5rem !important;
    margin-bottom : 1.5rem !important;
}
.p-0
{
    padding : 0;
}
.py-1
{
    padding-top    : 0.25rem !important;
    padding-bottom : 0.25rem !important;
}
.py-2
{
    padding-top    : 0.5rem !important;
    padding-bottom : 0.5rem !important;
}
.py-3
{
    padding-top    : 0.75rem !important;
    padding-bottom : 0.75rem !important;
}
.py-4
{
    padding-top    : 1rem !important;
    padding-bottom : 1rem !important;
}
.py-5
{
    padding-top    : 1.5rem !important;
    padding-bottom : 1.5rem !important;
}
.py-6
{
    padding-top    : 3rem !important;
    padding-bottom : 3rem !important;
}
.px-4
{
    padding-right : 1rem !important;
    padding-left  : 1rem !important;
}
.px-5
{
    padding-right : 1.5rem !important;
    padding-left  : 1.5rem !important;
}
.px-6
{
    padding-right : 3rem !important;
    padding-left  : 3rem !important;
}

/**
 * List and navigation
 */
.list-inline
{
    padding : 0;
    margin  : 0;
}
.list-inline li
{
    list-style : none;
    padding    : 0;
    margin:    : 0;
    display    : inline-block;
}

/**
 * Text alignmet and style
 */
.text-left
{
    text-align : left;
}
.text-center
{
    text-align : center;
}
.text-italic
{
   font-style : italic;
}

/**
 * fluid content and sizes
 */
.img-fluid
{
    max-width : 100%;
    height    : auto;
}
.w-100
{
    width : 100% !important;
}


/**
 * Tools
 */
.d-block
{
    display : block !important;
}
.d-none
{
	display: none!important;
}
.d-sm-none
{
	display: none!important;
}
.d-inline-block
{
    display : inli;
}

/**
 * Font awesome stack
 */
.fa-08em
{
    font-size : 0.8em !important;
}

/**
 * For header
 */
.slogan
{
    font-size : 2.5vw;
}
.slogan.mobile
{
    font-size : 4vw;
}


.header .logo img
{
    max-width : 220px
}

.phones
{
    max-width : 31rem;
}

.h5
{
    font-size : 1.175rem;
}

.mobile-header
{
  display : none;
}

@media screen and (max-width: 3000px)
{
    .hide-md-down
    {
        display : none;
    }
    .hide-xl-down
    {
        display : block;
    }
}

@media screen and (min-width: 770px) and (max-width: 3000px)
{
    .hide-md-down
    {
        display : block;
    }
    .hide-xl-down
    {
        display : none;
    }
}

@media screen and (max-width: 600px)
{
    footer .phones a
    {
        text-align : center !important;
    }

    .mobile-header .grid
    {
      display      : table;
      width        : 100%;
      table-layout : fixed;
    }

    .mobile-header .grid .col
    {
      display : table-cell; 
    }
}

/*# sourceMappingURL=style.css.map */
