/*
Theme Name: anyadamiron.com
Theme URI:
Author:
Author URI:
Description: Diseño exclusivo para anyadamiron.com
Version:
License: All Rights Reserved
License URI:
Tags: anyadamiron.com
Text Domain:

*/
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/*
 * Custom default styles
 */

ul {

    padding: 0;
}

li {

    padding: 0;
    list-style: none;
}

a {

    text-decoration: none;
}

html * {

    box-sizing:border-box;
}

body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
}

/*
-webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
*/

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 .lg-backdrop {
         background-color: rgba(0, 0, 0, 0.74) !important;
 }
 #main_header {
     background-color: #000;
     padding: 9px 0 12px;
     width: 100%;
     position: fixed;
     top: 0;
     z-index: 999;
 }

 body {
     padding-top: 4.5em;
 }

 @media all and (min-width: 34.25em) {

     body {
         padding-top: 3.5em;
     }
 }

 @media all and (min-width: 850px) {
     #main_header {
         text-align: left;
         position: initial;
     }
     body {
         padding-top: 0px;
     }
 }

 #main_header .inwrapper {
     width: 91%;
     max-width: 1280px;
     margin: 0 auto;
     text-align: center;
 }

 @media all and (min-width: 34.25em){
     #main_header .inwrapper {
         text-align: left;
     }
 }

 #main_header img {
     max-width: 162px;
     padding-top: 4px;
 }

 @media all and (min-width: 34.25em) {
     #main_header img {
         float: left;
     }
 }

 @media all and (min-width: 850px) {
     #main_header img {
         max-width: 200px;
     }
 }

 #top-links {
     float: right;
 }

 #top-nav {

     clear: both;
     padding: 26px 0;
     display: none;
 }

 #top-nav ul {
     margin: 0;
 }

 #top-nav ul li {
     display: block;
     padding: 12px 9px;
     font-size: 0.9em;
     text-align: center;
 }


 #top-nav ul li a{
     color: #FFF;
     font-weight: 600;
     font-size: 1em;
     letter-spacing: 2px;
     padding: 2px 0;
     text-align: left;
 }



 #top-nav ul li a:hover{
     border-bottom:3px solid #EF001C;
 }

 #social-nets {

     margin-top: 11px;
     font-size: 0.8em;
 }

 #social-nets ul {
     margin: 0;
 }

 #social-nets ul li {
     display: inline-block;
 }

 #social-nets ul li .open-subscribe {
   display: none;
 }

 @media all and (min-width: 43em){
   #social-nets ul li .open-subscribe {
     display: inline-block;
   }
 }



 #social-nets ul li a{
     color:#FFF;
     padding: 3px 10px;
     font-size: 1.3em;
 }

 #social-nets .idioma {
         font-size: 1.2em;
     }
 @media all and (min-width: 34.25em) {

     #social-nets {

         float: right;
         margin-left: 17px;
         margin-top: 9px;
     }

     #main_header img {
         float: left;
     }
 }

 @media all and (min-width: 850px) {

     #social-nets {

         margin-top: 12px;
         font-size: 1em;
     }
 }

 @media all and (min-width: 1070px) {

     #social-nets ul li a{
         display: inline-block;
         padding: 3px 5px;
         font-size: 1em;
     }

      #social-nets .idioma {
         font-size: 0.9em;
     }
 }

#menu-icon {

}

/* @media all and (min-width: 850px) {

    #menu-icon {
        display: none !important;
    }
} */

/*
 * MAIN SLIDER
 */


#main-slider ul {
    margin:0;
    position: relative;
}
#main-slider .slide {
    background-repeat: no-repeat;
    background-position: 49% 40%;
    background-size: cover;
    height: 400px;
    padding: 40px 0;
}

#main-slider .slide .inwrapper {
    width: 91%;
    max-width: 1280px;
    margin: 0 auto;
}

#main-slider .slide .text {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 2.5em;
}

#main-slider .slide .text .line {
    font-size: 1.2em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.71);
    padding: 4px 19px;
    font-weight: 900;
    display: inline-block;
    line-height: 1.1em;
    /* font-family: 'Sigmar One', cursive; */
}

#main-slider .slide .text .line:nth-of-type(1) {
    padding-top: 7px;
}

#main-slider .slide .text .line:nth-of-type(3) {
    padding-bottom: 7px;
}

#main-slider .slide .awards {
    width: 100px;
    margin: 22px auto;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

#main-slider .slide .awards img {
    width: 100%;
}

@media all and (min-width: 468px) {

    #main-slider .slide {
        height: 450px;
    }

    #main-slider .slide .text {
        text-align: left;
    }

    #main-slider .slide .text .line {
        font-size: 1.7em;
    }

    #main-slider .slide .awards {

        width: 140px;
    }

}

@media all and (min-width: 850px) {
    #main-slider .slide {
        height: 600px;
    }
    #main-slider .slide .text {
        float: left;
        text-align: left;
        position:initial;
    }
    #main-slider .slide .text .line {
        font-size: 2.5em;
    }

    #main-slider .slide .awards {
        width: 140px;
        margin:0;
        bottom: 32px;
        right: 5%;
    }
}

#main-slider .lSPager {
        margin-top: -49px !important;
    padding-bottom: 27px;
}

#main-slider .lSSlideOuter .lSPager.lSpg>li a {
        width: 15px;
        height: 15px;
        border: 4px solid #000;
}

#main-slider .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #fc0225 !important;
}


#bio {
    padding-top: 40px;
}

#bio .inwrapper {
    width: 91%;
    max-width: 1280px;
    margin: 0px auto;
}

#bio .info {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}

#bio .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
    display: none;
        /* font-family: 'Sigmar One', cursive; */
}

#bio .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#bio .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

@media all and (min-width: 1060px) {
  #bio .maintitle {
    display: block;
  }
}

/* #bio .info .title {
    font-size: 1.5em;
    margin-bottom: 15px;
}

#bio .info .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-top: 4px;
}

#bio .info .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-top: 4px;
} */

#bio button {
  font-size: 1.5em;
  /* margin-bottom: 35px; */
  text-align: center;
  background: none;
  border: none;
  margin: 1em auto 1.5em;
  display: block;
  outline: none;
  /* background-color: transparent;
  color: #e52823;
  cursor: pointer;
  margin: 0 auto 2em;
  display: block;
  border: none;
  font-style: italic;
  outline: none; */
}

#bio button:hover{
  color: #e52823;
}
#bio .content {
  display: none;
}


#bio .info .text {
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 33px;
    margin-top: 1em;
}

@media all and (min-width: 1060px) {
  #bio .content {
    display: block !important;
  }
  #bio button {
    display: none;
  }

    #bio .info .text {
        margin-bottom: 23px;
        height: 290px;
        overflow: auto;
        margin-top: 0em;

    }
}

#bio .info .text p {
    margin:5px 0;
    color:#414042;
}

#bio .info .button {

    color: #414042;
    padding: 10px 40px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#bio .info .button:hover {
    background-color:#000;
    color: #FFF;
}

#bio .image {
    height: 317px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

#bio .image iframe {
    width: 100%;
    height: 317px;
}

@media all and (min-width: 568px) {

    #bio .image {
        height: 417px;
    }

    #bio .image iframe {
        height: 417px;
    }
}

@media all and (min-width: 1060px) {

    #bio {
        padding-top: 75px;
    }

    #bio .inwrapper {
        margin: 0 auto;
    }

    #bio .image {
        float: left;
        width: 50%;
    }

    #bio .info {
        float: right;
        width: 50%;
        margin-bottom: 0px;
        padding: 0 0 0 5%;
    }
}

#proyectos {
    padding: 70px 0;
}

#proyectos .inwrapper {
    width: 91%;
    max-width: 1292px;
    margin: 0px auto;
}

#proyectos .maintitle, #article-content .maintitle, #entretenimiento .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
    /* font-family: 'Sigmar One', cursive; */
}

#proyectos .line1, #article-content .maintitle .line1{
  width: 38px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 4px auto;
}

#proyectos .line2, #article-content .maintitle .line2{
  width: 48px;
height: 2px;
background-color: #000;
display: block;
margin: 4px auto;
}

#entretenimiento .maintitle .line1 {
  width: 38px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 4px auto;
}

#entretenimiento .maintitle .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#proyectos .maintitle, #article-content .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
        /* font-family: 'Sigmar One', cursive; */
}

#proyectos .line1, #article-content .maintitle .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#proyectos .line2, #article-content .maintitle .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}


#proyectos .maintitle, #article-content .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
        /* font-family: 'Sigmar One', cursive; */
}

#proyectos .line1, #article-content .maintitle .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#proyectos .line2, #article-content .maintitle .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#proyect-boxes {
    text-align: center;
    /* max-width: 420px; */
    margin: 0 auto;
}

#proyect-boxes .box {
    display: inline-block;
    /* width: 100%; */
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    height: 369px;
    position: relative;
    /* margin-bottom: 20px; */
    border: 1px solid #dcdcdc;
}

@media all and (min-width: 740px) {

    #proyect-boxes .box {
        height: 389px;
    }
}

@media all and (min-width: 740px) {

    #proyect-boxes {
        /* max-width: 100%;
        margin: 0; */
    }
    #proyect-boxes .box {
        /* width: 48%; */
        /* margin:0.5%; */
    }
}

@media all and (min-width: 1100px) {

    #proyect-boxes .box {
        /* width: 32%; */
    }
}

#proyect-boxes .box .info {
  position: absolute;
  /* top: 20px; */
  bottom: 0px;
  /* left: 20px; */
  /* right: 20px; */
  background-color: rgba(255,255,255,0.95);
  padding: 13px 20px 10px;
  opacity: 1;
  pointer-events: all;
  /* height: 8em; */
  width: 100%;
    /*-webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;*/
    /*-webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);*/
}


#proyect-boxes .box .title {
    font-size: 1em;
}

#proyect-boxes .box p {
    font-size: 0.8em;
    font-weight: 400;
    font-style: italic;
    margin:3px;
}

@media all and (min-width: 668px) {

    #proyect-boxes .box .title {
        font-size: 1.1em;
    }
}

#proyect-boxes .box .fa-eye {
    position: absolute;
    color: rgba(255,255,255,0.0);
    font-size: 3em;
    top: 17px;
    left: 25px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#proyect-boxes .box .ver {
    color:#fc0225;
        /* position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    display: block; */
    vertical-align: 17%;
}



#proyect-boxes .box .url {
    color:#d20505;
    bottom: 15px;
    width: 100%;
    font-size: 0.9em;
    font-weight: 100;
    display: block;
}


#proyect-boxes .box .proyect-nets {
  /* display: block; */
/* position: absolute; */
/* bottom: 25px; */
width: 100%;
/* left: 0; */
/* right: 0; */
text-align: center;
margin: 0.7em 0em 0;
}

#proyect-boxes .box .proyect-nets li {
    display: inline-block;
    margin:0 10px;
        vertical-align: middle;
}

#proyect-boxes .box .proyect-nets li a {
    color:#000;
}

#proyect-boxes .box .proyect-nets li .fa {
    font-size: 1.5em;
}

#proyect-boxes .fa-info-circle:before {
    content: "\f05a";
    vertical-align: -8%;
}

#proyect-boxes a {
    color: #000;
}

#more_projects {

    text-align: center;
    cursor: pointer;
    width: 100px;
    margin: 26px auto 0;
}
#more_projects span {

    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#more_projects:hover span {

    margin-bottom: 15px;
}

.end_msg {

    display: none;
    text-align: center;
    margin-top:10px;
}

#contacto {
    background-color:#efefef;
        padding: 1px;
}

#contacto .inwrapper {
    width: 91%;
    max-width: 1280px;
    margin: 70px auto;
}

#contacto .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
    clear:both;
        /* font-family: 'Sigmar One', cursive; */
}

#contacto .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin:4px auto;
}

#contacto .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin:4px auto;
}

@media all and (min-width: 768px) {
    #contacto .maintitle {
        text-align: left;
    }
    #contacto .line1 {
        margin-left: 0;
        margin-top: 4px;
    }
    #contacto .line2 {
        margin-left: 0;
        margin-top: 4px;
    }
}
#contacto .formulario .button {

    color: #414042;
    padding: 10px 40px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#contacto .formulario {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

@media all and (min-width: 768px) {

    #contacto .formulario {
        width: 48%;
        float: left;
        text-align: left;
    }

    #contacto .formulario .button {
        margin-right: 15px;
    }

}
#contacto .formulario .button:hover {
    background-color:#000;
    color: #FFF;
}

#contacto .formulario p {
    font-weight: 300;
    font-size: 0.9em;
        margin-bottom: 21px;
}

#contact-form input, #contact-form textarea, #contact-form select {
    border:none;
    background-color: #e6e7e8;
    padding:15px;
    width: 100%;
    margin-bottom:15px;
    font-size: 0.9em;
    border-radius: 0px;
    text-align: center;
    color: #6d6d6d;
    outline: none;
}

#contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    color: #6d6d6d;
}

#contact-form .half {
    width: 100%;
}

@media all and (min-width: 468px) {

    #contact-form input, #contact-form textarea {
        text-align: left;
    }
    #contact-form .half {
        width: 49%;
        float: left;
    }

    #contact-form .half:nth-of-type(1) {
        margin-right:2%;
    }

}

#contact-form textarea {
    height: 209px;
}

#contact-form label {
        font-weight: 300;
    font-size: 0.9em;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 10px;
}

#contacto .submit-form {
    color: #414042;
    padding: 10px 33px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 1em;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    outline: none;
}

#contacto .submit-form:hover {
    background-color:#000;
    color: #FFF;
}

@media all and (min-width: 768px) {

    #contacto .submit-form {
        width: 200px;
    }

}

.form-msg {
    display: none;
        font-weight: 300;
    text-align: center;
}

.g-recaptcha {
    display: none;
    margin-bottom: 10px;
}

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

@media all and (min-width: 768px) {

    #bottom-nets {
        width: 48%;
        float: right;
        text-align: left;
    }

}

#instafeed {

    width: 100%;
    margin-top: 7px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.insta_box {

    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    background-position: center;
    overflow: hidden;
}

.insta_box:hover {

    opacity: 0.7;
}

.insta_box a {

    width: 100%;
    height: 100%;
    display: block;
}
        @media only screen and (min-width: 380px) {
           .insta_box {

                width: 49%;
                height: 190px;
            }
        }

        @media only screen and (min-width: 468px) {
           .insta_box {

                width: 31%;
                height: 130px;
            }
        }

        @media only screen and (min-width: 1024px) {
           .insta_box {

                width: 24%;
                height: 140px;
            }
        }

.inst-follow {
  color: #000;
  margin-right: 3em;
  font-size: 1.1em;
  display: inline-block;
  margin-bottom: 1em;
  /* text-align: center; */
  margin: 0 auto 1em;
  padding: 0 1em;
}

.inst-follow:hover {
    color:#565656;
}

.inst-follow .fa {
    font-size: 1.5em;
}

#bottom-nets ul li {
    display: inline-block;
    margin-right: 11px;
        margin-bottom: 14px;
}

#bottom-nets ul {
    margin-bottom:20px;
}

#main_footer {
    background-color: #000;
    color: #FFF;
    padding: 20px 0;
}

#main_footer p {
    width: 91%;
    max-width: 1280px;
    margin: 0px auto;
    font-style: italic;
    font-size:0.9em;
    text-align: center;
}

@media only screen and (min-width: 568px) {
    #main_footer p {
        text-align: left;
    }
}

#cuentos .inwrapper {
  width: 91%;
max-width: 1292px;
margin: 1em auto 1em;
border-top: 1px solid #d6d6d6;
padding-top: 3em;
padding-bottom: 4em;
}

#cuentos .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
        /* font-family: 'Sigmar One', cursive; */
}

#cuentos .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#cuentos .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#cuentos {
    text-align: center;
        margin-top: 2em;
}

.cuentos-home .box {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
}

.cuentos-page .box {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;

}

.cuentos-page .box{
  margin:1.5% 0;
}

@media all and (min-width: 668px) {

    .cuentos-page .box {
        width: 46%;
        margin:1.5%;
    }
}

@media all and (min-width: 1070px) {

    .cuentos-page .box {
        width: 30%;
        margin:1.5%;
    }
}

#cuentos .box .title {
    margin:10px 0 0;
}
#cuentos .box .image {
    height: 387px;
    width: 100%;
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
    position: relative;
}

#cuentos .box .image .fa-eye {
    position: absolute;
    color: rgba(255,255,255,0.90);
    font-size: 5em;
    bottom: 17px;
    left: 25px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#cuentos .box:hover .fa-eye {
    color: rgba(255,255,255,0.5);
}

#cuentos .box .lookinside{

    font-size: 0.75em;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
        border: none;
    float: right;
    margin-top: 3px;
    outline: none;
}

#cuentos .box:hover .lookinside{
    background-color: rgba(0, 0, 0, 0.8);
}

#cuentos .box .image img {
    width: 100%;
}

#cuentos .box .cuento-content {
  height: 8em;
    overflow-y: auto;
    margin-bottom: 1em;
}

#cuentos .box p {
    font-weight: 300;
    font-size: 0.9em;
}

#cuentos .box .year {
    font-size: 0.9em;
    margin: 0;
}

#cuentos .box .year span {
    color:#E0233F;
}

#cuentos .box .button {

    color: #414042;
    padding: 10px 0px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    font-size: 0.9em;
    width: 32%;
    text-align: center;
    vertical-align: middle;
}

#cuentos .box .button:hover {
    background-color:#E0233F;
    color:#FFF;
    border-color:#E0233F;
}

#cuentos .box .links {
    text-align: right;
}

.more-books{
  color: #FFF;
      padding: 1em;
      /* border: 1px solid #000; */
      display: inline-block;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0.1s;
      -moz-transition: all 0.3s ease-out 0.1s;
      -ms-transition: all 0.3s ease-out 0.1s;
      -o-transition: all 0.3s ease-out 0.1s;
      transition: all 0.3s ease-out 0.1s;
      font-size: 0.9em;
      /* width: 32%; */
      text-align: center;
      vertical-align: middle;
      margin-top: 4em;
      background-color: #000;
}

.more-books:hover {
  background-color: #4c4c4c;
}

#noticias .inwrapper {
    width: 91%;
    max-width: 1292px;
    margin: 70px auto;
}

#noticias .maintitle {
    font-size: 1.7em;
    margin-bottom: 35px;
    text-align: center;
        /* font-family: 'Sigmar One', cursive; */
}

#noticias .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#noticias .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#noticias {
    text-align: center;
}

#noticias-boxes {
    vertical-align: top;
}

#noticias-boxes .box {
    display: inline-block;
    text-align: left;
}
.page-noticias .box {
    width: 100%;
    margin:1.5%;
}

@media all and (min-width: 668px) {

    #noticias .page-noticias .box {
        width: 46%;
    }
}

@media all and (min-width: 1070px) {

    #noticias .page-noticias .box {
        width: 30%;
    }
}

#noticias-boxes .box .title {
    margin:10px 0 0;
}
#noticias-boxes .box .image img {
    width: 100%;
}

#noticias-boxes .box p {
    font-weight: 300;
    font-size: 0.9em;
}

#noticias-boxes .box .year {
    font-size: 0.9em;
    margin: 0;
}

#noticias-boxes .box .year span {
    color:#E0233F;
}

#noticias-boxes .box .button {

    color: #414042;
    padding: 10px 0px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    font-size: 0.9em;
    width: 120px;
    text-align: center;
}

#noticias-boxes .box .button:hover {
    background-color:#E0233F;
    color:#FFF;
    border-color:#E0233F;
}

#noticias-boxes .box .links {
    text-align: left;
}

#article-content .inwrapper {
    width: 91%;
    max-width: 1280px;
    margin:30px auto;
}

.col-content {
    width: 100%;
    margin-bottom:30px;
}

.col-sidebar {
    width: 100%;
        margin-bottom: 50px;
}

@media all and (min-width: 1024px) {

    .col-content {
        width: 70%;
        float: right;
        padding-left: 8%;
        padding-top: 30px;
    }

    .col-sidebar {
        width: 30%;
        float: left;
        margin-bottom: 0px;
        padding-top: 30px;
    }
}

.intro-text {
    font-size: 0.9em;
    text-align: center;
}

@media all and (min-width: 1024px) {
    .intro-text {
        text-align: left;    }
}

.col-content .featured-image {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}
.col-content .maintitle {
    font-size: 1.5em;
    margin-bottom: 3px;
    text-align: left;
        /* font-family: 'Sigmar One', cursive; */
}

.col-content .subtitle {
    font-size: 0.9em;
    margin-bottom: 22px;
    text-align: left;
        color: #969696;
}

.col-content .contenido {
}

.col-content .contenido img {
    width: 100%;
    height: auto;
    margin: 22px auto;

}

.content-gallery .imagen {
    float: left;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}


.col-content .contenido iframe {
    width: 100%;
    height: 450;
    margin: 22px auto;

}

.col-content .contenido p {
    font-size: 1em;
    font-weight: 300;
}

.col-content .contenido p:first-child {
    margin-top:0;
}

.share-single {
    padding-bottom: 30px;
    border-bottom:1px solid #D8D1D0;
    margin-bottom: 30px;
}

.share-title {
    text-align: left;
    margin-bottom: 21px;
    margin-top: 20px;
}

.share-title span {
    font-size: 1em;
    text-align: center;
    color: #6f6f6f;
    border: 1px solid #b7b7b7;
    box-shadow: none;
    background-color: transparent;
    display: inline-block;
    padding: 5px 20px 5px 9px;
    border-radius: 4px;
        font-weight: 100;
}

.share-title .fa {
    margin-right: 20px;
}

.col-sidebar .maintitle {
    font-size: 1.5em;
    margin-bottom: 35px;
    text-align: center;
    clear:both;
        /* font-family: 'Sigmar One', cursive; */
}

.col-sidebar .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin:4px auto;
}

.col-sidebar .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin:4px auto;
}

@media all and (min-width: 1024px) {
    .col-sidebar .maintitle {
        text-align: left;
    }
    .col-sidebar .line1 {
        margin-left: 0;
        margin-top: 4px;
    }
    .col-sidebar .line2 {
        margin-left: 0;
        margin-top: 4px;
    }
}

.archive-menu {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
}

.archive-menu li {
    padding:5px 0;
}
.archive-menu li a {
    color: #969696;
    padding:10px 0;
}

.page-single .box {
    width: 100%;
    margin:1.5%;
}

@media all and (min-width: 468px) {

    .page-single .box {
        width: 46%;
    }
}

@media all and (min-width: 768px) {

    .page-single .box {
        width: 30%;
    }
}

@media all and (min-width: 1024px) {

    .page-single .box {
        width: 100%;
    }

    .archive-menu {
        text-align: left;
    }
}







#booktube {
    text-align: center;

}

#booktube .box {
    display: inline-block;
    width: 100%;
    margin:1.5% 0;
    text-align: left;
    vertical-align: top;
}

@media all and (min-width: 468px) {

    #booktube .box {
        width: 46%;
        margin:1%;
    }
}

#booktube .box .title {
    margin:10px 0 0;
}
#booktube .box .image {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
    text-align: center;
}

#booktube .box .image img {
    width: 100%;
}

#booktube .box .image .fa{
        font-size: 5em;
    margin-top: 86px;
    color: rgba(204, 24, 30, 0.8);
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#booktube .box .image:hover .fa{
    color: rgba(204, 24, 30, 0.95)
}

#booktube a {
    color:#000;
}
#booktube .box p {
    font-weight: 300;
    font-size: 0.9em;
}

#booktube .box .year {
    font-size: 0.9em;
    margin: 0;
}

#booktube .box .year span {
    color:#E0233F;
}

#booktube .box .button {

    color: #414042;
    padding: 10px 0px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    font-size: 0.9em;
    width: 32%;
    text-align: center;
}

#booktube .box .button:hover {
    background-color:#E0233F;
    color:#FFF;
    border-color:#E0233F;
}

#booktube .box .links {
    text-align: right;
}

.cuentacuentos-div .contenido img {
    width: 100%;
    height: auto;
    margin: 22px 0;
    max-width: 400px;
    display: block;
}

#article-content .contenido img {
    width: 100%;
    height: auto;
    margin: 22px 0;
    max-width: 400px;
    display: block;
}

#noticiasHome .inwrap {
    width: 90%;
    max-width: 80em;
    margin: 0 auto 4em;
    text-align: center;
    border-top: 1px solid #d6d6d6;
    padding-top: 4em;
}

#noticiasHome .info {
    max-width: 42em;
    margin: 0 auto 4em;
}

#noticiasHome .info p {
    font-family: 'AvenirLTStd-Light';
    text-align: center;
}



.noticias-wrap {
    width: 100%;
    max-width: 23em;
    margin: 0 auto;
}

.noticias-wrap .circle {
    width: 100%;
    margin-bottom: 2em;
        padding: 0 1.4em;
    font-size: 0.9em;
}


.noticias-wrap .img{
    height: 14.18em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#noticiasHome .maintitle {
    font-size: 1.7em;
    margin-bottom: 35px;
    text-align: center;
        /* font-family: 'Sigmar One', cursive; */
}

#noticiasHome .line1 {
    width: 38px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

#noticiasHome .line2 {
        width: 48px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
}

.noticias-wrap p {
    text-align: center;
    font-family: 'AvenirLTStd-Light';
}

.noticias-wrap .innew {
padding: 1.6em;
    background-color: #f7f7f7bd;
}


.noticias-wrap .circle:last-child{
  display: none;
}

@media all and (min-width: 58em) {
    .noticias-wrap {
        width: 100%;
        max-width: 100%;
    }
    .noticias-wrap .circle {
        width: 33.33%;
        float: left;
        margin-bottom: 0em;
    }

    .noticias-wrap .circle:last-child{
      display: block;
    }

    .noticias-wrap .img{
        height: 14.18em;
    }

    .noticias-wrap .title {
        text-align: left;
    }

    .noticias-wrap p {
        text-align: left;
    }
}

.noticias-wrap a{
    color: #9b7364;
    margin-top: 1em;
    float: right;
}

.ver-mas {
  color: #FFF;
  padding: 1em 0px;
  /* border: 1px solid #000; */
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  font-size: 0.9em;
  width: 32%;
  text-align: center;
  vertical-align: middle;
  margin-top: 4em;
  background-color: #000;
}


/*
 * POP UP
 */

 #popup-lightbox {

    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.46);
    /* display: none; */
    opacity: 0;
    font-size: 0.9em;
    top: 0;
 }

 @media all and (min-width: 468px) {
     #popup-lightbox {
        font-size: 1em;
     }
 }

 .popup-box {

    position: absolute;
    width: 96%;
    max-width: 390px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1em;
    /*background-image: url(img/bg_main2.jpg);
    background-repeat: repeat;*/
    -webkit-box-shadow: -4px -2px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px -2px 15px -2px rgba(0,0,0,0.75);
    box-shadow: -4px -2px 15px -2px rgba(0,0,0,0.75);
    text-align: center;
    border: 7px solid #FFF;
    /* display: none; */
    /*background-color: #af0014;*/
        background-color: #000;
    color: #FFF;
    height: 98%;
    max-height: 41em;
    /* opacity: 0; */
 }

 #popup-lightbox .popup-box {
   font-size: 0.8em;
 }

 @media all and (min-width: 25em) {
   #popup-lightbox .popup-box {
     font-size: 1em;
   }
 }

  #popup-lightbox .maintitle {
    font-weight: bold;
    margin-bottom: 1.5em;
    /* font-size: 1.1em; */
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 1em;
    margin-top: 1em;

  }

  #popup-lightbox .close-popup{
    position: absolute;
    right: -0.8em;
    top: -1.3em;
    font-size: 2.6em;
    cursor: pointer;
    /* color: #fff; */
    outline: none;
    background-color: #FFF;
    border-radius: 100%;
    padding: 0 0.3em;
  }

  @media all and (min-width:29.25em){
    #popup-lightbox .close-popup{
      right: -49px;
top: -60px;
    }
  }

  .popslider {
    /* width: 100% !important;
        height: 100% !important; */
        opacity: 0;
  }

  .popup-content {
    position: relative;
  }

  .popsliderwrap {
    position: relative;
    /* height: 100%;
     */
  }

  .popsliderwrap .lSAction>.lSNext{
        right: 1px;
  }

  .popsliderwrap .lSAction>.lSPrev {
        left: 1px;
  }


   .popslider .popslide {
     /* width: 100% !important; */
   }


 .popslider .popslide a{
   cursor: pointer;
       padding: 10px 17px;
       color: #FFF;
       border: none;
       background-color: #AF0014;
       margin-top: 0em;
       -webkit-transition: all 0.3s ease-out 0.1s;
       -moz-transition: all 0.3s ease-out 0.1s;
       -ms-transition: all 0.3s ease-out 0.1s;
       -o-transition: all 0.3s ease-out 0.1s;
       transition: all 0.3s ease-out 0.1s;
       display: inline-block;
       width: 48%;
       text-align: center;
       margin: 1em 0.1em;
 }

 .popslider .popslide .title {
   margin-bottom: 0.5em;
    font-weight: 600;
 }

  .popslider .popslide .texto {
    font-size: 0.9em;
font-style: italic;
margin-bottom: 1em;
  }

 .popslider .popslide img {
       width: 100%;
           max-width: 21em;
 }

 .pop-taquillas {

   height: 525px;
 }

 @media all and (min-width: 375px) {

   .pop-taquillas {

     height: 568px !important;
   }
 }

 .pop-taquillas a{
   cursor: pointer;
    padding: 10px 20px;
    color: #FFF;
    border: none;
    background-color: #AF0014;
    margin-top: 2em;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    display: inline-block;
    width: 15em !important;
    text-align: center;
 }

 .close-popup {

    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 1.6em;
    cursor: pointer;
    color: #000;
 }


 /*
  * POP UP
  */

  #popup-lightbox-sub {

     position: fixed;
     width: 100%;
     height: 100%;
     display: table;
     z-index: 100;
     background-color: rgba(0,0,0,0.46);
     display: none;
     font-size: 0.9em;
  }

  @media all and (min-width: 468px) {
      #popup-lightbox-sub {
         font-size: 1em;
      }
  }

  #popup-lightbox-sub .popup-box {

     position: absolute;
     width: 96%;
     max-width: 35em;
     margin: auto;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     height: 19em;
     padding: 2em 1.3em;
     background-color: #FFF;
     -webkit-box-shadow: -4px -2px 15px -2px rgba(0,0,0,0.75);
     -moz-box-shadow: -4px -2px 15px -2px rgba(0,0,0,0.75);
     box-shadow: -4px -2px 15px -2px rgba(0,0,0,0.75);
     text-align: center;
     border: 7px solid #000;
     display: none;
     color: #FFF;
  }

  @media all and (min-width: 23.75em) {
       #popup-lightbox-sub .popup-box {
        height: 18.5em;
        padding: 2em 3em;
      }
  }

  #popup-lightbox-sub .close-popup {

     position: absolute;
     right: 0.7em;
     top: 0.5em;
     font-size: 1.6em;
     cursor: pointer;
     color: #000;
  }

 #popup-lightbox-sub .suscribe-form input {

     width: 100%;
     padding: 15px 13px;
     margin-bottom: 12px;
     outline: none;
     position: relative;
     z-index: 1;
     border: 1px solid #987262;
     text-align: center;
     background-color: transparent;
     color: #000;
 }

 #popup-lightbox-sub .suscribe-form input[name="submit"] {

     padding: 1em;
     background-color: #000;;
     color: #FFF;
     border: none;
     float: right;
     -webkit-transition: all 0.3s ease-out 0.1s;
     -moz-transition: all 0.3s ease-out 0.1s;
     -ms-transition: all 0.3s ease-out 0.1s;
     -o-transition: all 0.3s ease-out 0.1s;
     transition: all 0.3s ease-out 0.1s;
 }
 #popup-lightbox-sub .suscribe-form input[name="submit"]:hover{

     background-color: #000;
 }

 #popup-lightbox-sub .popup-box p {
     color:#443737;
     font-family: "AvenirLTStd-Light", sans-serif;
         margin-bottom: 1em;
 }

  @media all and (min-width: 26.875em) {
       #popup-lightbox-sub .popup-box p{
            margin-bottom: 2em;
      }
  }

 #popup-lightbox-sub .thankyou-msg {
     display: none;
     font-weight: 300;
     text-align: center;
     color: #443737;
 }


  .lSSlideOuter .lSPager.lSpg>li a {
        height: 15px !important;
            width: 15px !important;
  }

  .lSSlideOuter .lSPager.lSpg {
    padding-top:1em !important;
  }

  .lSSlideOuter .lSPager.lSpg>li {
        padding: 0 0.8em !important;
  }

  .lSSlideOuter .lSPager.lSpg>li a {
    background-color: #c1c1c1 !important;
  }

  .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #e52823 !important;
  }

  #main-slider .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #e52823 !important;
  }

  #fun-home {
    background-color: #000000;
    color:#FFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

   #fun-home .dark {
     background-color: rgba(0, 0, 0, 0.7);
   }

  #fun-home .inwrap {
    max-width: 80em;
    padding:4em 0 3em;
        margin: 0 auto;
        width: 90%;
  }

  @media all and (min-width:42em) {
    #fun-home .inwrap {
      padding:9em 0;
    }
  }

  #fun-home .title {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2em;
    /* font-family: 'Sigmar One', san-serif; */
  }

  @media all and (min-width:42em) {
    #fun-home .title {
      font-size: 3.1em;
    }
  }

  #fun-home p {
    font-size: 1.2em;
    margin: 1em 0 2em;
  }

  #fun-home .cat-nav li{
    display: inline-block;
        margin: 0 0% 4.6%;
  }

  #fun-home .cat-nav li a {
    font-size: 1em;
    color: #FFF;
    font-weight: 700;
    border: 1px solid #464545;
    padding: 0.3em 0.8em;
  }

  @media all and (min-width: 48em) {

    #fun-home .cat-nav li a{
      font-size: 1.2em;
    }
  }

  @media all and (min-width: 57.5em) {

    #fun-home .cat-nav li{
      display: inline-block;
          margin: 2% 1%;
    }

    #fun-home .cat-nav li a{
      font-size: 1.3em;
    }
  }

  @media all and (min-width: 64em) {

    #fun-home .cat-nav li{
      display: inline-block;
          margin: 2% 1%;
    }
  }

  #fun-home .cat-nav li a:hover {
    background-color: #FFF;
    color:#000;
    border: 1px solid #FFF;
  }

  #fun-home .cat-nav li a.active {
    background-color: #FFF;
    color:#000;
    border: 1px solid #FFF;
  }

  #fun-home .cat-nav .fa {
      margin-right: 0.5em;
  }

  #fun-home .cat-nav li a:hover .fa {
    color: #000;
  }

  #fun-home .cat-nav li a:hover .fa,  #fun-home .cat-nav li a.active .fa {
    color:#000;
  }

  #fun-home .social-nets li {

      display: inline-block;
  }

  #fun-home .social-nets {

      text-align: center;
  }


  #fun-home .social-nets li {
      margin:0 2px 10px;
  }

  #fun-home .social-nets li a {
    padding: 0.5em 0.4em;
    border-radius: 100%;
    width: 4em;
    height: 4em;
    display: block;
    color: #FFF;
    text-align: center;
  }


  #entretenimiento .inwrap {
    max-width: 80em;
    width: 92%;
    margin:0em auto;
    text-align: center;
    padding: 4em 0 3em;
  }


  #entretenimiento .main-title {
    font-size: 2em;
    font-weight: 700;
    color:#52302c;
  }

  #entretenimiento .bottom-space {
    width: 100%;
    height: 3em;
    background-color: #FFF;
  }

  @media all and (min-width:37.875em) {
    #entretenimiento .inwrap {
      padding: 6em 0 3em;
    }

    #entretenimiento .main-title {
      font-size: 3em;
    }

    /* .recetas-home .inwrap {
      padding: 2em 0 3em !important;
    } */
  }



  #entretenimiento .introText {
    max-width: 40em;
  margin: 2.5em auto;
  font-size: 1.05em;
  font-weight: 500;
  }

  #entretenimiento .cat-nav {

  }

  #entretenimiento .cat-nav li{
    display: inline-block;
        margin: 0 0% 4.6%;
  }

  #entretenimiento .cat-nav li a {
    font-size: 1em;
    color: #FFF;
    font-weight: 700;
    border: 1px solid #000;
    padding: 0.3em 0.8em;
    background-color: #000;
    text-transform: uppercase;
  }

  @media all and (min-width: 48em) {

    #entretenimiento .cat-nav li a{
      font-size: 1.1em;
    }
  }

  @media all and (min-width: 57.5em) {

    #entretenimiento .cat-nav li{
      display: inline-block;
          margin: 1.5% 1%;
    }

    #entretenimiento .cat-nav li a{
      font-size: 1.1em;
    }
  }

  @media all and (min-width: 64em) {

    #entretenimiento .cat-nav li{
      display: inline-block;
          margin: 1.5% 1%;
    }
  }

  #entretenimiento .cat-nav li a:hover {
    background-color: #e52823;
    color:#FFF;
    border: 1px solid #e52823;
  }

  #entretenimiento .cat-nav li a.active {
    background-color: #e52823;
    color:#FFF;
    border: 1px solid #e52823;
  }

  #entretenimiento .cat-nav .fa {
      margin-right: 0.5em;
  }

  #entretenimiento .cat-nav li a:hover .fa {
    color: #FFF;
  }

  #entretenimiento .cat-nav li a:hover .fa,  #fun-home .cat-nav li a.active .fa {
    color:#FFF;
  }

  #entretenimiento .boxes{
    margin-top: 0em;
  }

  #entretenimiento .boxes .box {
    display: inline-block;
    width: 100%;
    margin: 1em 0 3em;
    text-align: left;
    vertical-align: top;
    background-color: #f8f8f8;
  }
  #entretenimiento .boxes .inbox{
    padding: 1em 2em 2em;
  }

  @media all and (min-width:42em) {
    #entretenimiento .boxes .box {
      width: 43%;
      margin: 3% 1% 5%;
    }
  }

  @media all and (min-width:64em) {
    #entretenimiento .boxes .box {
      width: 31%;
    }
  }

  #entretenimiento .boxes .box p a {
    color:#000;
  }

  #entretenimiento .box .image {
    width: 100%;
    height: 15em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #entretenimiento .box .cat {
    color: #000;
 letter-spacing: 0.1em;
 font-size: 0.9em;
 margin-top: 0.5em;
 background-color: rgba(255, 255, 255, 0.86);
 display: inline-block;
 padding: 0.5em 1em;
 margin-left: 0.5em;
  }

  #entretenimiento .box .title {
    font-size: 1.5em;
    margin:0.4em 0 0.3em;
  }

  #entretenimiento .box .title a {
    color: #5d5d5d;
  }
  #entretenimiento .box p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    font-weight: 100;
  }

  #entretenimiento .box .funbutton {
    display: inline-block;
     color: #ffffff;
     cursor: pointer;
     letter-spacing: 0.2em;
     font-size: 0.9em;
     background-color: #000;
     padding: 0.8em 1em;
     -webkit-transition: all 0.3s ease-out 0.1s;
     -moz-transition: all 0.3s ease-out 0.1s;
     -ms-transition: all 0.3s ease-out 0.1s;
     -o-transition: all 0.3s ease-out 0.1s;
     transition: all 0.3s ease-out 0.1s;
  }

  #entretenimiento .box .funbutton:hover {
    color: #FFF;
    background-color: #e52823;
  }

  #entretenimiento .ver-mas {
    text-align: center;
    margin-top: 1em;
    cursor: pointer;
  }

  #entretenimiento .ver-mas a {
    color: #FFF;
     /* padding: 1em 0px; */
     /* border: 1px solid #000; */
     display: inline-block;
     font-weight: 600;
     -webkit-transition: all 0.3s ease-out 0.1s;
     -moz-transition: all 0.3s ease-out 0.1s;
     -ms-transition: all 0.3s ease-out 0.1s;
     -o-transition: all 0.3s ease-out 0.1s;
     transition: all 0.3s ease-out 0.1s;
     font-size: 1em;
     width: 100%;
     text-align: center;
     vertical-align: middle;
     /* margin-top: 4em; */
     max-width: 25em;
  }

  #entretenimiento .ver-mas img {
    width: 1em;
    height: auto;
    margin-top: 1em;
    display: inline-block;
  }

  #entretenimiento .end_msg {
    text-align: center;
    display: none;
    font-size: 1em;
      margin-top: 2em;
  }

  #subcribe-footer {
    background-color: #e6e7e8;
    margin-top: 3em;
        margin-bottom: 2em;
  }

  #subcribe-footer .suscribe-form input {

      width: 100%;
      padding: 15px 13px;
      margin-bottom: 12px;
      outline: none;
      position: relative;
      z-index: 1;
      border: 1px solid #987262;
      text-align: center;
      background-color: transparent;
      color: #000;
  }

  #subcribe-footer .suscribe-form input[name="submit"] {

      padding: 1em;
      background-color: #e52823;
      color: #FFF;
      border: none;
      -webkit-transition: all 0.3s ease-out 0.1s;
      -moz-transition: all 0.3s ease-out 0.1s;
      -ms-transition: all 0.3s ease-out 0.1s;
      -o-transition: all 0.3s ease-out 0.1s;
      transition: all 0.3s ease-out 0.1s;
      cursor: pointer;
  }
  #subcribe-footer .suscribe-form input[name="submit"]:hover{

      background-color: #000;
  }

  #subcribe-footer .suscribe-form {
        padding: 0 3em 3em;
  }

  #subcribe-footer p {
      color:#443737;
      font-family: "AvenirLTStd-Light", sans-serif;
          margin-bottom: 1em;
                  padding: 3em;
  }

   @media all and (min-width: 26.875em) {
        #subcribe-footer p{
             margin-bottom: 1em;
       }
   }

  #subcribe-footer .thankyou-msg {
      display: none;
      font-weight: 300;
      text-align: center;
      color: #443737;
  }

.anya-reading{
  width: 100%;
max-width: 10em;
}

@media all and (min-width: 26em) {
  .anya-reading{
    width: 100%;
    max-width: 15em;
  }
}

.podcast-player{
  max-width: 48em;
  width: 100%;
  margin: -0.5em auto 3em;
  background-color: #000;
  padding: 0.4em;
}

.podcast-player iframe{
  width: 100%;
  height: 23em;
}

#subcribe-podcast {
  width: 100%;
  max-width: 35em;
  margin: 0 auto;
  display: none;
}

.podcast-p {
  font-weight: 500;
  text-align: center;
}

.podcast-show-subscribe {
  color: #e52823;
  text-align: center;
  font-weight: 800;
}
#subcribe-podcast .suscribe-podcast-form input {

    width: 100%;
    padding: 15px 13px;
    margin-bottom: 12px;
    outline: none;
    position: relative;
    z-index: 1;
    border: 1px solid #987262;
    text-align: center;
    background-color: transparent;
    color: #000;
}

#subcribe-podcast .suscribe-podcast-form input[name="submit"] {

    padding: 1em;
    background-color: #e52823;
    color: #FFF;
    border: none;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    cursor: pointer;
}
#subcribe-podcast .suscribe-podcast-form input[name="submit"]:hover{

    background-color: #000;
}

#subcribe-podcast p {
    color:#443737;
    font-family: "AvenirLTStd-Light", sans-serif;
        margin-bottom: 1em;
                padding: 3em;
}

 @media all and (min-width: 26.875em) {
      #subcribe-podcast p{
           margin-bottom: 1em;
     }
 }

#subcribe-podcast .thankyou-msg {
    display: none;
    font-weight: 300;
    text-align: center;
    color: #443737;
}

#subcribe-podcast .input-field {
  position: relative;
}

#subcribe-podcast .input-field label {
  position: absolute;
  top: 0.3em;
  left: 1em;
  color: red;
  font-size: 0.8em;
}


#curso-content .inwrapper{
  max-width: 42em;
  margin: 0 auto;
  width: 90%;
  padding: 3em 0;
}

#curso-content .maintitle{
  font-size: 2em;
  text-align: center;
}

#curso-content .topimage {
  width: 100%;
  height: auto;
}

#curso-content .contenido{
      margin-top: 3em;
}



#curso-content .contenido .detalles {
  padding: 2em 1em;
    background-color: #efefef;
}

@media all and (min-width:48em){
  #curso-content .inwrapper{
    max-width: 80em;
  }
  #curso-content .contenido .col {
    width: 50%;
    display: block;
    float: left;

  }

  #curso-content .contenido{
        margin-top: 5em;
  }

  #curso-content .contenido .intro {
    padding-right: 4em;
  }

  #curso-content .contenido .detalles {
    padding: 2em 4em;
  }
}


#curso-content .contenido .col .first {
  margin-top:0;
  padding-top: 0;
}

#curso-content .contenido .cargo{
      font-style: italic;
}

#curso-content .contenido .link {
  color: red;
}

#curso-content .contenido h3{
    font-size: 1.3em;
    text-align: left;
    margin-bottom: 1.3em;
}

#curso-content .contenido .info{
  margin-top: 2em;
}

#curso-content .buynow {
  padding: 1em;
    background-color: #e52823;
    color: #FFF;
    border: none;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    cursor: pointer;
    display: inline-block;
    margin: 1em 0;
}

#curso-content .contenido .info .block .text {
  display: none;
}

#curso-content .contenido .info .block h3 a {
  color:#000;
}

#curso-content .contenido .info .block h3 span {
  font-size: 0.6em;
}

#curso-content .contenido .pago{
  color: #e52823;
}

#curso-content #bottom-nets{
  width: 100%;
margin-top: 1em;
}

@media all and (max-width:48em){
  #curso-content #bottom-nets a{
    display: block !important;
    padding-left: 0;
    margin: 2em 0;
  }
}

#curso-content .transfer {
  display: none;
}

#curso-content .comprar {
  background-color: #efefef;
  padding: 2em 1em;
      margin-top: 3em;
}

@media all and (min-width:48em){
  #curso-content .comprar {
    background-color: #efefef;
    padding: 2em 4em;
        margin-top: 3em;
  }
}

#form-actividades .input-field {
  position: relative;
}

#form-actividades .input-field label{
  position: absolute;
  font-size: 0.70em;
  color: red;
  top: 0.1em;
  left: 1.3em;
  z-index: 100;
}

#form-actividades input {

    width: 100%;
    padding: 1.3em 1em 1em;
    margin-bottom: 1em;
    outline: none;
    position: relative;
    z-index: 1;
    border: 1px solid #FFF;
    text-align: left;
    background-color: #FFF;
    color: #000;
}

#form-actividades input[name="submit"] {

    padding: 1em;
    background-color: #e52823;
    color: #FFF;
    border: none;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    cursor: pointer;
    text-align: center;
}
#form-actividades input[name="submit"]:hover{

    background-color: #000;
}

#form-actividades select {
  border: none;
    background-color: #FFF;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-radius: 0px;
    text-align: center;
    color: #6d6d6d;
    outline: none;
}

#form-actividades {
      padding: 1em 0em;
}

@media all and (min-width: 48em) {

  #form-actividades {
        padding: 1em 0em 1em;
  }
}

#curso-content .contenido .thankyou-msg {
    font-weight: 300;
    text-align: center;
    color: #443737;
}









#prelaunch {
  background-color: #FFF;
}

#prelaunch .inwrap {
  width: 90%;
  max-width: 94em;
  margin: 0 auto;
  padding: 5em 0 8em;
}

#prelaunch .shares {
  display: none;
}

#prelaunch .sharesmobile {
  display: block;
}

#prelaunch .sharesmobile .jssocials-share-link {
  padding: .6em .7em !important;
}

#prelaunch .sharesmobile .jssocials-share-logo {
      font-size: 1em !important;
}

#prelaunch .jssocials-share-link { border-radius: 50%; }

#prelaunch .shares .jssocials-share {
  display: block;
  margin:1em 0;
}

.jssocials-share a {
  /* background: #000000 !important; */
}

#prelaunch .content-text {
  float: left;
  width: 100%;
  color:  #444444;
  padding: 0em;
}

.mobilelabel {
  font-size: 0.9em;
  font-weight: bolder;
  color: #7d7c7c;
  font-family: "open_sansbold", sans-serif;
}

#prelaunch .shares .jssocials-share-link {
  padding: .5em .5em !important;
}

#prelaunch .shares .jssocials-share-logo {
      font-size: 1.4em !important;
}
@media all and (min-width:35.5em) {
  #prelaunch .shares {
    float: left;
    width: 20%;
    max-width: 3em;
    font-size: 0.7em;
    display: block;
  }

  .mobilelabel {
    display: none;
  }

  #prelaunch .shares .label{
    margin-left: -1.1em;
    font-size: 0.9em;
    font-weight: bolder;
    color: #7d7c7c;
    font-family: "open_sansbold", sans-serif;
  }

  #prelaunch .sharesmobile {
    display: none;
  }

  #prelaunch .content-text {
    width: 75%;
    padding: 0 0 0 1em;
  }
}

@media all and (min-width:67.5em){
  #prelaunch .shares .label{
    padding-top: 1em;
  }
}

@media all and (min-width:95em) {
  #prelaunch .content-text {
    width: 85%;
    padding: 0 0 0 1em;
  }
}

#prelaunch .content-text .the_content ul li {
  margin-bottom:0.4em;
  list-style: outside;
  margin-left: 1em;
  line-height: 1.7em;
}

#prelaunch .content-text ul.tags li:first-child{
  margin-left: 0;
}

#prelaunch .content-text ul.tags li{
  display: inline-block !important;
  font-weight: bold !important;
      padding: 0.6em 2em !important;
      border: 1px solid #8a8a8a !important;
      font-size: 0.8em !important;
      border-radius: 0.6em !important;
      color: #8a8a8a !important;
      margin-bottom:0.4em;
      margin-right: 1em;
}

#prelaunch .content-text ul.tags li a {
  font-weight: bold !important;
      padding: 0.6em 2em !important;
      border: 1px solid #8a8a8a !important;
      font-size: 0.8em !important;
      border-radius: 0.6em !important;
      color: #8a8a8a !important;
}

#prelaunch .content-text ol li {
  margin-bottom:0.4em;
  list-style: decimal;
  line-height: 1.7em;
}

#prelaunch .content-text p {
  color:  #444444;
  line-height: 2em;
font-size: 1.1em;
margin-bottom: 1em;
}

#prelaunch .content-text strong {
  font-family: 'open_sansbold',sans-serif;
}

#prelaunch .content-text img {
  max-width: 100%;
  height: auto;
}

#mobile-video-iframe {
  /* display: none; */
  margin-bottom: 3em;
    margin-top: -2em;
}

#desktop-video-iframe {
  display: none;
}

@media all and (min-width:67.5em) {
  #mobile-video-iframe {
    display: none;
  }
  #desktop-video-iframe {
    display: block;
  }
}

.videoholder {
  background-image: url('./img/trailer-video-cosquillas-de-lluvia.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 56.3%;
  position: relative;
}

.videoholder .video-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videoholder iframe{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoholder .video-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 2em;
  background-color: #e52823;
  opacity: 0.8;
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

.videoholder:hover .video-button span{
  opacity: 1;
}

.videoholder .video-button .fa {
  font-size: 2em;
  color: #FFF;
}

#prelaunch .content-text .play-trailer {
  display: inline-block;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    background-color: #e52823;
    padding: 0.8em 1em;
    margin-top: 1em;
        float: right;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#prelaunch .content-text .play-trailer:hover {
  background-color: #000;
}

#prelaunch .content-text .the_content {
  clear: both;
}

#prelaunch .related {
    /* clear: both; */
    padding-bottom: 3em;
    max-width: 34em;
    margin: 0 auto;
    position: relative;
}

@media all and (min-width:67.5em) {
  #prelaunch .related {
    padding-bottom: 0em;
  }
}

@media all and (min-width:25.5em){

  #prelaunch .shares {
    float: left;
    width: 7%;
    max-width: 7%;
    font-size: 1em;
  }

  #prelaunch .content-text {
    float: left;
    width: 93%;
    color:  #444444;
    padding: 0 0em 0 2em;
  }
}

@media all and (min-width:35.5em) {
  #prelaunch .related {
    width: 77%;
    float: right;
  }
}

@media all and (min-width:48em) {
  #prelaunch .related {
    float: none;
  }
}

@media all and (min-width:67.5em){
  #prelaunch .related {
    float: right;
    width: 40%;
    border-left: 1px solid #e4e4e4;
    clear: none;
    padding-top:1em;
    max-width: 30%;
    margin:0;
  }

  #prelaunch .content-text {
    float: left;
    width: 60%;
    color:  #444444;
    padding: 1em 4em 0 1em;
  }
}

#prelaunch .related .boxes{
      /* height: auto!important; */
  /* max-width: 34em; */
}

@media all and (min-width:67.5em) {
  #prelaunch .related .boxes{
    max-width: 100%;
    padding: 0 1em;
  }
}

@media all and (min-width:80em) {
  #prelaunch .related .boxes{
    padding: 0 3em;
  }
}

@media all and (min-width:95em) {
  #prelaunch .related {
    float: right;
    width: 30%;
    border-left: 1px solid #e4e4e4;
    clear: none;
    padding-top:1em;
    max-width: 30%;
    margin:0;
  }
}

#prelaunch .related div.boxes article.box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0em;
  margin-bottom:2em;
  border: 1px solid #d0d0d0;
  position: relative;
  cursor: pointer;
}

#prelaunch .related .boxes article.most-popular {
  border: 1px solid #ead90dd9 !important;
}

#prelaunch .related div.boxes article.box:hover {
  background-color: #f9f9f9;
}

#prelaunch .related .boxes article.box div.top-bar {
  padding: 0.5em 1em;
  background-color: #000;
  color: #FFF;
}

#prelaunch .related .boxes article.most-popular .top-bar {
  background-color: #ead90dd9 !important;
}

#prelaunch .related .boxes article.box div.top-bar div.package {
  font-size: 1em;
  font-weight: bold;
  float: left;
}

#prelaunch .related .boxes article.box div.top-bar div.backers {
  font-size: 0.8em;

  font-weight: 300;
  float: right;
      padding-top: 0.14em;
}

#prelaunch .related .boxes article.box div.image {
  width: 100%;
  text-align: center;
}

#prelaunch .related .boxes article.box div.image img {
  width: 100%;
  height: auto;
  /* max-width: 6em; */
}

#prelaunch .related .boxes article.box div.info {
  padding: 2em 2em;
      text-align: center;
}

#prelaunch .related .boxes article.most-popular {
      background-color: #ead90dd9;
}

#prelaunch .related .boxes article.most-popular .info {
    background-color: #ffffffd9;
}

#prelaunch .related .boxes article.box div.info div.title {
  font-size: 1.2em;
  font-weight: bold;
}

#prelaunch .related .boxes article.box div.info div.content {
  margin-top: 1em;
}

#prelaunch .related .boxes article.box div.info div.content p {
      margin-bottom: 0;
}

#prelaunch .related .boxes article.box div.info .precio {
  font-size: 1.2em;
      margin-top: 0.8em;
}

#prelaunch .related .boxes article.box div.info .size {
  padding: 0.5em 0 0;
}

#prelaunch .related .boxes article.box div.info .size select{
  padding: 0.5em;
  outline: none;
}

#prelaunch .related .boxes article.box div.info form.cart input {
  width: 4em;
display: inline-block;
height: 2em;
/* margin-top: 1em; */
text-align: center;
}

#prelaunch .related .boxes article.box div.info form.cart .cantidad {
  margin-top: 0.5em;
}

#prelaunch .related .boxes article.box div.info label{
  font-size: 0.8em;
  display: block;
    /* margin-right: 1em; */
}

#prelaunch .related .boxes article.box div.info .precio .woocommerce-Price-amount {
  display: inline-block !important;
}

#prelaunch .related .boxes article.box .add-package {
  display: inline-block;
    color: #3e3e3e;
    cursor: pointer;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    background-color: #efefef;
    padding: 0.8em 1em;
    margin-top: 1em;
    border:none;
    font-weight: bold;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#prelaunch .related .boxes article.box .add-package:hover {
  background-color: #000;
  color:#FFF;
}

#prelaunch .related .boxes article.box .add-package .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#prelaunch .related div.sliderNav {
  width: 100%;
  top: 45%;
  /* bottom: 0; */
  right: 0;
  left: 0;
  position: absolute;
  font-size: 0.3em;
}

@media all and (min-width: 29em) {
  #prelaunch .related div.sliderNav {
    font-size: 0.4em;
  }
}

#prelaunch .related div.sliderNav ul {
  margin: 0;
  position:relative;
    top: 27%;
}

#prelaunch .related div.sliderNav ul li.prev {
  left: -4%;
  cursor: pointer;
  background-color: #e52823;
  position: absolute;
      padding: 1em;
}

#prelaunch .related div.sliderNav ul li.prev img {
  width: 4.3em;
}

#prelaunch .related div.sliderNav ul li.next {
  position: absolute;
  right: -4%;
  cursor: pointer;
  background-color: #e52823;
      padding: 1em;
}

#prelaunch .related div.sliderNav ul li.next img {
  width: 4.3em;
}

@media all and (min-width: 67.5em) {
  #prelaunch .related div.sliderNav {
    display: none;
  }
}

#prelaunch .related .lSSlideOuter .lSPager.lSpg>li {
  padding: 0 0.5em !important;
}

.iframe-wrapper{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-wrapper iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


#prelaunch .inwrap h2 {
  font-size: 2.875em;
  line-height: 1em;
	margin-block-end:0.3em;
	font-family: 'open_sans', sans-serif;
	font-weight:normal;
  text-align: left;
}

#prelaunch .inwrap h3 {
  font-size: 1.3em;
  font-family: 'open_sans', sans-serif;
	margin-block-start:0em;
  text-align: left;

}

section#prelaunch-hero {
  background-color: #efefef;
}

section#prelaunch-hero div.inwrap {
  width: 90%;
  max-width: 80em;
  margin: 0em auto;
  padding: 2.5em 0 4em;
  text-align: center;
}

@media all and (min-width: 52em) {
  section#prelaunch-hero div.inwrap {
    text-align: left;
  }
}

section#prelaunch-hero div.inwrap div.image {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

section#prelaunch-hero div.inwrap div.image img {
  width: 100%;
  max-width: 30em;
}

section#prelaunch-hero div.inwrap div.info {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 52em) {
  section#prelaunch-hero div.inwrap div.image {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }

  section#prelaunch-hero div.inwrap div.info {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2em;
  }
}

section#prelaunch-hero div.inwrap div.info div.fecha {

}

section#prelaunch-hero div.inwrap div.info h1 {

}

section#prelaunch-hero div.inwrap div.info div.text {

}

section#prelaunch-hero div.inwrap div.info div.text p:first-child{

  font-size: 1.1em;
  /* font-weight: 600; */

}

section#prelaunch-hero div.inwrap div.info div.totals {
  /* border-top: 1px solid #bbb; */
    /* padding-top: 1em; */
}

section#prelaunch-hero div.inwrap div.info div.totals div.backkers {
  font-style: italic;
}

section#prelaunch-hero div.inwrap div.info div.totals .clock-label {
  font-weight: bold;
  margin-top: 1em;
}

section#prelaunch-hero div.inwrap div.info a {
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  background-color: #e52823;
  padding: 0.8em 2.3em;
  margin-top: 1em;
  border: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}

section#prelaunch-hero div.info ul.counter {
  margin: 0;
}

section#prelaunch-hero div.info div.inwrap ul.counter {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #dedede;
padding: 1em;
}

section#prelaunch-hero div.info ul.counter li {
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  margin: 0.5em;
}

@media all and (min-width: 30em) {
  section#prelaunch-hero div.info ul.counter li {
    font-size: 2em;
    margin: 0.5em;
  }
}

@media all and (min-width: 52em) {
  section#prelaunch-hero div.info ul.counter {
    text-align: left;
  }

  section#prelaunch-hero div.info ul.counter li {
    margin: 0 1em 0 0;
  }
}

section#prelaunch-hero div.info ul.counter li .smalltext {
  display: block;
  margin: 0 auto;
  font-size: 0.3em;
  text-align: center;
}

#notice-info {
  width: 100%;
  background-color: #e52823;
  color:#FFF;
}

#notice-info .inwrap {
  max-width: 71em;
  width: 90%;
  margin: 0 auto;
  padding:1em 0;
  text-align: center;
}

#notice-info .product {

  padding-top: 0.8em;
  font-weight: bold;
  margin-bottom: 1em;
}

#notice-info .product .fa {
  font-size: 2em;
      vertical-align: -19%;
}

#notice-info .checkout-prelaunch {

  background-color: #000;
  color: #FFF;
  padding: 1em 2em;
  font-weight: bold;
      display: inline-block;
}

@media all and (min-width: 42em) {
  #notice-info .product {
    float:left;
    margin-bottom: 0em;
  }
  #notice-info .checkout-prelaunch {
    float: right;
  }
}

.progress {
  width: 100%;
  height: 1em;
}

.progress-wrap {
  background: #e52823;
  margin: 0em 0 1em;
  overflow: hidden;
  position: relative;
}

.progress-wrap .progress-bar {
    background: #d8d8d8;
    left: 0;
    position: absolute;
    top: 0;
  }


.giftwrap-after-cart {
      width: 100%;
      text-align: right;
}

.giftwrap-after-cart p {
  text-align: right;
font-size: 1.2em;
/* color: red; */
}

.wc_giftwrap_notes_container, .giftwrap_details{
  display: none !important;
}

.cart_giftwrap_submit {
  display: block;
float: right;
margin-top: 2em;
}

.cart-collaterals {
  clear: both;
}

#cart_giftwrap_submit {
  display: block;
    float: right;
    margin-top: 2em;
}

.giftwrap_li {
  width: 100%;
}

#additional_autografo_field label {
  display: inline-block;
      margin-left: 0.5em;
}

#additional_autografo_field .woocommerce-input-wrapper {
  margin-left: 1em;
  display: inline-block;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
