/*! HTML5 Boilerplate v6.0.1 | 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: 1rem;
    font-size: 16px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*

CUSTOM FONTS

*/
@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype'),
        url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg'),
        url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg'),
        url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'),
        url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
        url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Angelina';
    src: url('../fonts/Angelina.eot');
    src: url('../fonts/Angelina.woff') format('woff'),
        url('../fonts/Angelina.ttf') format('truetype'),
        url('../fonts/Angelina.svg#Angelina') format('svg'),
        url('../fonts/Angelina.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}



html,
body {
    font-family: 'Gotham-Light';
}

strong {
    font-family: 'Gotham-Bold';
}


/*

HEADER

*/
.bl-header {
    background: url(../images/bg-header.jpg) no-repeat center center;
    background-size: cover;
    height: 1060px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*

HEADER LOGOS

*/
@media (min-width: 320px) {
    .el-isla-bonita-logo,
    .el-costa-rica-logo {
        position: absolute;
        top: 20px;
        width: 110px;
    }

    .el-isla-bonita-logo {
        left: 10px;
    }

    .el-costa-rica-logo {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .el-isla-bonita-logo,
    .el-costa-rica-logo {
        position: absolute;
        top: 20px;
        width: auto;
    }

    .el-isla-bonita-logo {
        left: 60px;
    }

    .el-costa-rica-logo {
        right: 60px;
    }
}

/*

HEADER GIFT

*/
@media (min-width: 320px) {
    .bl-gift {
        width: 300px;
        position: relative;
        top: 160px;
        right: 0;
        line-height: normal;
        text-align: center;
        background-color: #fff;
        padding: 10px;
        margin: 0 auto;
    }
}

@media (min-width: 480px) {
    .bl-gift {
        width: 480px;
        position: relative;
        top: 200px;
    }
}

@media (min-width: 992px) {
    .bl-gift {
        background-color: transparent;
        width: 535px;
        position: absolute;
        top: 200px;
        right: 0;
        line-height: normal;
        padding: 0;
    }
}

.bl-gift.gracias {
    position: absolute;
    width: 100%;
    top: 30%;
}

.bl-gift.gracias .el-gift-text {
    margin: 0;
}

.el-gift-title {    
    font-family: 'Gotham-Medium';
    margin: 0 0 5px 0;
    background-color: #ec7a08;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
}

@media (min-width: 320px) {
    .el-gift-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (min-width: 480px) {
    .el-gift-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .el-gift-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .el-gift-title {
        font-size: 28px;
        font-size: 1.75rem;
        padding-right: 50px;
    }
}

.el-gift-subtitle span {
    display: block;
}

.el-gift-subtitle span.featured {
    font-family: 'Gotham-Bold';
    background-color: #00833f;
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 65px;
    font-size: 4.0625rem;
    font-weight: bold;
    padding: 15px;
}

@media (min-width: 320px) {
    .el-gift-subtitle span.featured {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (min-width: 480px) {
    .el-gift-subtitle span.featured {
        font-size: 55px;
    }
}

@media (min-width: 768px) {
    .el-gift-subtitle span.featured {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media (min-width: 992px) {
    .el-gift-subtitle span.featured {
        font-size: 65px;
        font-size: 4.0625rem;
        padding-right: 50px;
    }
}

.el-gift-subtitle span.normal {
    font-family: 'Gotham-Light';
    background-color: transparent;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: normal;
}

@media (min-width: 320px) {
    .el-gift-subtitle span.normal {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (min-width: 480px) {
    .el-gift-subtitle span.normal {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (min-width: 768px) {
    .el-gift-subtitle span.normal {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

@media (min-width: 992px) {
    .el-gift-subtitle span.normal {
        font-size: 60px;
        font-size: 3.75rem;
        padding-right: 50px;
    }
}

.el-gift-subtitle span.imagen-costa-rica {
    text-indent: -99999px;
    background: url(../images/bg-a-costa-rica.png) no-repeat center center;
}

@media (min-width: 320px) {
    .el-gift-subtitle span.imagen-costa-rica {
        background-size: 100%;
        height: 40px;
        margin: 10px 0 20px 0;
    }
}

@media (min-width: 480px) {
    .el-gift-subtitle span.imagen-costa-rica {
        height: 80px;
    }
}


@media (min-width: 992px) {
    .el-gift-subtitle span.imagen-costa-rica {
        background-size: inherit;
        height: 120px;
        margin: 20px 0;
        padding-right: 50px;
    }
}

.el-gift-text {
    text-align: center;
}

@media (min-width: 320px) {
    .el-gift-text {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .el-gift-text {
        font-size: 26px;
        font-size: 1.625rem;
        padding-right: 50px;
    }
}


/*

BLOCKS TITLE

*/
.el-title {
    font-family: 'Gotham-Light';
    font-size: 30px;
    color: #00833f;
    text-transform: uppercase;
    text-align: center; 
    margin-bottom: 60px;
}

.el-title.informacion {
    text-align: right;
}

/*

BLOCKS TITLE VARIATONS

*/
.el-title:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/sprite-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.el-title.participate:before {
    background-position: -24px 2px;
    position: relative;
    top: 14px;
    margin-right: 15px;
}

.el-title.about-us:before {
    background-position: -16px -50px;
    position: relative;
    top: 14px;
    margin-right: 15px;
    width: 69px;
}
.el-title.informacion:before {
    background-position: -16px -175px;
    position: relative;
    top: 28px;
    margin-right: 15px;
    width: 69px;
}


/*

BLOCKS SUBTITLE

*/
.el-subtitle {
    font-family: 'Gotham-Bold';
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

/*

BUTTONS

*/
.el-button {
    font-family: 'Gotham-Bold';
    font-size: 24px;
    text-align: center;
    padding: 10px 15px;
    width: 200px;
    color: #fff;
    display: inline-block;
    width: 100%;
} 

/*

BUTTONS VARIATIONS

*/
.el-button.orange {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

    background-color: #ec7a08;
}

.el-button.orange:hover {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

    background-color: #00833f;
    text-decoration: none;
    color: #fff;
}


/*

FEATURED LINK

*/
.el-featured-link {
    font-family: 'Gotham-Bold';
    color: #000;
    display: inline-block;
}

.el-featured-link:hover {
    text-decoration: none;
    color: #00833f;
}


/*

BLOCK PARTICIPATE

*/
.bl-participate {
    margin-bottom: 60px;
}

.sub-title-participate {
    font-size: 22px;
}

@media (min-width: 320px) {
    .bl-participate .el-featured-link {
        margin: 10px 0;
    }
}

@media (min-width: 768px) {
    .img-frutas {
        margin-top: 125px;
    }
}

@media (min-width: 992px) {
    .bl-participate .el-featured-link {
        position: relative;
        top: 15px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .img-frutas {
        margin-top: 80px;
    }
}

/*

BLOCK ABOUT US

*/
.bl-about-us {
    background: url(../images/bg-about-us.png) no-repeat left center;
    margin-bottom: 60px;
}

@media (min-width: 320px) {
    .bl-about-us {
        height: auto;
    }   
}

@media (min-width: 992px) {
    .bl-about-us {
        height: 675px;
    }   
}

.co-about-us-article {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    vertical-align: middle;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) {
    .co-about-us-article {
        height: auto;
        margin-bottom: 30px;
        display: block;
    }
}

@media (min-width: 768px) {
    .co-about-us-article {
        height: 550px;
        margin-bottom: 0;
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .co-about-us-article {
        height: 450px;
    }
}



.co-about-us-article .el-logo {
    display: inline-block;
}

.co-about-us-article .el-featured-link {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.co-about-us-article.isla-bonita .el-featured-link {
    color: #dc0833;
}

.co-about-us-article.costa-rica .el-featured-link {
    color: #00833f;
}

.co-about-us-article.isla-bonita .el-featured-link:hover,
.co-about-us-article.costa-rica .el-featured-link:hover {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

    color: #000;
    text-decoration: none;
}


/*

BLOCK INGREDIENTS

*/
.bl-ingredients {
    margin-bottom: 60px;
}

.el-ingredients-title {
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 60px;
    background-image: url(../images/bg-ingredients.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 495px;
    vertical-align: middle;
    display: table-cell;
    width: 100vw;
}

.el-ingredients-title .text-featured {
    font-family: 'Gotham-Bold';
}

.el-ingredients-title .bg {
    text-indent: -9999px;
    background-image: url(../images/bg-ingredients-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 250px;
}

.co-ingredients-carousel {
    margin-top: 50px;
}

.co-ingredients-carousel .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

@media (min-width: 992px) {
    .co-ingredients-carousel .slick-arrow {
        display: block;
    }
}

.co-ingredients-carousel .slick-slide img {
    width: 100%;
}

.co-ingredients-carousel .slick-slide img.jenjibre {
    position: relative;
    top: -20px;
}

.co-ingredients-carousel .slick-arrow.slider-prev {
    left: -30px;
}

.co-ingredients-carousel .slick-arrow.slick-arrow {
    right: -30px;
}

@media (min-width: 1200px) {
    .co-ingredients-carousel .slick-arrow.slider-prev {
        left: -45px;
    }

    .co-ingredients-carousel .slick-arrow.slick-arrow {
        right: -45px;
    }
}

.co-ingredients-carousel .co-ingredients-carousel__hover {
    display: none;
    border: 2px solid #000;
    text-align: justify;
    width: 100%;
    padding: 10px;
}

.co-ingredients-carousel .co-ingredients-carousel__hover h3 {
    text-align: center;
}

.co-ingredients-carousel .link-mobile {
    color: #000;
    text-align: center;
    padding: 5px;
}

@media (min-width: 992px) {
    .co-ingredients-carousel .slick-slide:hover img {
        display: none;
    }

    .co-ingredients-carousel .slick-slide:hover .co-ingredients-carousel__hover {
        display: block;
    }

    .co-ingredients-carousel .link-mobile {
        display: none;
    }
}

.co-ingredients-carousel .co-ingredients-carousel__hover a {
    border: 1px solid #000;
    display: block;
    width: 170px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    color: #000;
}

.co-ingredients-carousel .co-ingredients-carousel__hover a:hover {
    text-decoration: none;
}

/*

BLOCK BASES LEGALES

*/

.bl-informacion p .el-button.informacion {
    width: 260px;
    margin: auto;
    display: block;
}

@media (min-width: 1200px) {
    .bl-informacion {
        background-image: url(../images/bg-informacion.png);
        background-repeat: no-repeat;
        background-position: -45px 0;
        min-height: 532px;
        position: relative;
    }

    .bl-informacion p {
        margin-top: 50%;
    }    
}


.footer {
    background: #00833f;
    padding: 10px 0;
    margin-top: 50px;
}

.footer p {
    color: #fff;
    text-align: center;
    margin: 0;
}


/*$SLIDETABFORM*/

.comparteTab {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 70%;
}

.comparteTab div {
    background-image: url('../images/comparte.jpg');
    background-repeat: no-repeat;
    background-size: 91px 185px;
    width: 91px;
    height: 185px;
    background-position: 0 -1px !important;
    text-decoration: none;
    position: relative;
}

.comparteTab div > a {
    position: absolute;
    right: 5px;
}

.comparteTab div > a:nth-child(1) {
    top: 8px;
}

.comparteTab div > a:nth-child(2) {
    top: 65px;
}

.comparteTab div > a:nth-child(3) {
    top: 125px;
}

.modal-email {
    top: 20%;
}

.modal-email .modal-header > h2 {
    color: #00833f;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.modal-email input {
    padding: 5px;
    border: 1px solid #ccc;
    width: 300px;
    margin: auto;
    display: block;
}

.modal-email .form-bottom-right input {
    margin-top: 20px;
    background: #00833f;
    width: auto;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * 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;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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 {
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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