/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root{
    --main-pink: #c0396d;
}

*{box-sizing: border-box;}

body {
    width: 100%;
    height: 100%;
    font: 1rem;
    font-family: 'Abril Text';

}

.content{position: relative; width: 100%; overflow: hidden;}
nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--main-pink);
    padding: 5px 20px;
    font-style: italic;
    z-index: 9999;
}

ul {
    list-style-type: none;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.logo a:hover {
    text-decoration: none;
}

.menu li {
    font-size: 16px;
    padding: 15px 5px;
    white-space: nowrap;
}

.logo a, .toggle a {
    font-size: 20px;
}

.button.secondary {
    border-bottom: 1px #444 solid;
}

.logo-navbar{ height: 60px;}

/* Mobile menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.toggle {
    order: 1;
}

.item.button {
    order: 2;
}

.item {
    width: 100%;
    text-align: center;
    order: 3;
    display: none;
}

.item.active {
    display: block;
}



/* Desktop menu */
@media (min-width: 900px) {
    .item {
        display: block;
        width: auto;
    }

    .toggle {
        display: none;
    }

    .logo {
        order: 0;
    }

    .item {
        order: 1;
    }

    .button {
        order: 2;
    }

    .menu li {
        padding: 0px 10px;
    }

    .menu li.button {
        padding-right: 0;
    }
}

/* 02 BANNER */
.banner{position: relative; width: 100%; overflow: hidden;}
.banner img{width: 100%;}
/* end 02 BANNER*/


/* 03 NOSOTROS MAIN */
.nosotros-main{position: relative; width: 100%; background: white; font-family: 'Abril Text'; color: #666666; padding: 100px 40px; overflow: hidden;}
.nosotros-main .item{position: relative; width: 50%; height: 100%; min-height: 500px;  overflow: hidden; float: left;}
.nosotros-pitahaya{width: 80%; min-height: 500px; object-fit: contain; float: right;}
.nosotros-title{width: 60%;}
.abs{position: absolute; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: hidden;}
.nosotros-main .item h1{ width: 80%; font-size: 2.2rem; font-weight: bold; letter-spacing: 0.5rem; background: #f2f2f2; padding: 10px 20px; color: var(--main-pink); margin: 20px auto 50px;
    box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);}
.nosotros-main .item p{font-size: 1.5rem; line-height: 1.8rem; letter-spacing: 0.2rem;}

/* 03 end NOSOTROS MAIN */

/* 04 VARIEDADES MAIN */
.variedades-main{width: 100%; overflow: hidden; padding: 0 0 50px; text-align: center;}
.variedades-main img.header-variedad{width: 100%;}
.variedades-main .content{width: 100%; overflow: hidden; text-align: center;}
.variedades-main .content h1{display: inline-block; font-size: 2.2rem; text-align: center; font-weight: bold; letter-spacing: 0.5rem; background: #f2f2f2; padding: 20px 40px; color: var(--main-pink); margin: 50px auto 50px;
    box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);}
.variedades-main .content img.product-variedad{width: 60%; display: block; margin: 20px auto;}
.variedades-main .content p{font-size: 1.2rem; color: #666666; line-height: 1.8rem; letter-spacing: 0.2rem;}

/* 04 end VARIEDADES MAIN */


/* 05 BENEFICIOS */

.beneficios{width: 100%;}
.beneficios img{width: 100%;}


/* 05 END BENEFICIOS */


/* 06 CERTIFICACIÓN */

.certificacion{width: 100%; padding: 50px 40px; overflow: hidden; text-align: center;}
.certificacion h1{display: inline-block; font-size: 2.2rem; text-align: center; font-weight: bold; letter-spacing: 0.5rem; background: #f2f2f2; padding: 20px 40px; color: var(--main-pink); margin: 50px auto 50px;
    box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);}
.certificacion p{font-size: 1.2rem; color: #666666; line-height: 1.8rem; letter-spacing: 0.2rem;}

.certificacion .certificados{width: 100%; margin: 50px 0 0; text-align: center;}
.certificacion .certificados .certificado{width: 200px; height: 200px; display: inline-block; margin: 20px; object-fit: contain;}

/* 06 end CERTIFICACIÓN */

/* 07 FOOTER */
.footer{position: relative; width: 100%; padding: 50px 40px; color: white; text-align: center; background: #333333; overflow: hidden;}
.footer h1{font-size: 2rem; margin: 50px 0;}
.footer form{width: 50%;  overflow: hidden; margin: 0 auto;}
.footer form .form-control{width: 100%; margin: 10px 0; overflow: hidden;}
.footer form .form-control input[type='text']{width: 30%; margin-right: 3%; padding: 5px 10px; display: inline-block; color: white; background: none; border: none; border-bottom: solid 1px white; }
.footer form .form-control textarea{width: 70%;margin: 50px 0 20px;  resize: none; padding: 5px 10px; float: left; color: white; background: none; border: 0; border-bottom: solid 1px white; }
.footer form .form-control img{width: 20%; height: 150px; object-fit: contain;  padding: 5px 10px; float: right;}
.footer form .form-control button{display: block; margin: 20px auto; color: white; background: none; border: solid 1px white; padding: 5px 20px; font-size: 1.2rem; }
::placeholder{ font-family: 'Abril Text'; font-size: 1.1rem;}
textarea::placeholder{ font-family: 'Abril Text';}
.footer p{font-size: 0.8rem; letter-spacing: 0.3rem; color: #ffffff;}
/* end 07 FOOTER */









@media (max-width:1023px) {
    .content{position: relative; width: 100%; overflow: hidden; margin: 80px 0 0;}
    /* 03 NOSOTROS MAIN */
    .nosotros-main{position: relative; width: 100%; background: white; font-family: 'Abril Text'; color: #666666; padding: 100px 40px; overflow: hidden;}
    .nosotros-main .item{position: relative; display: initial; width: 100%; height: 300px; min-height: auto;  overflow: hidden; float: none;}
    .nosotros-pitahaya{width: 100%; min-height: auto; }
    .nosotros-title{width: 100%;}
    .abs{position: relative; width: 100%; top: 0; left: 0; transform: translate(0,0); overflow: hidden;}
    .nosotros-main .item h1{ width: 100%; font-size: 2.2rem; font-weight: bold; letter-spacing: 0.5rem; background: #f2f2f2; padding: 10px 20px; color: var(--main-pink); margin: 20px auto 50px;
        box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
        -webkit-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
        -moz-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);}
    .nosotros-main .item p{font-size: 1.5rem; line-height: 1.8rem; letter-spacing: 0.2rem;}

    /* 03 end NOSOTROS MAIN */

    /* 04 VARIEDADES MAIN */
    .variedades-main{width: 100%; overflow: hidden; padding: 0 40px 50px; text-align: center;}
    .variedades-main img.header-variedad{width: 100%;}
    .variedades-main .content{width: 100%; overflow: hidden; text-align: center;}
    .variedades-main .content h1{display: inline-block; font-size: 1.2rem; padding: 20px 40px; color: var(--main-pink); margin: 50px auto 50px;
        box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
        -webkit-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
        -moz-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);}
    .variedades-main .content img.product-variedad{width: 60%; display: block; margin: 20px auto;}
    .variedades-main .content p{font-size: 1.2rem; color: #666666; line-height: 1.8rem; letter-spacing: 0.2rem;}

    /* 04 end VARIEDADES MAIN */

    .certificacion h1{display: inline-block; font-size: 1.2rem; text-align: center;  padding: 10px 20px; color: var(--main-pink); margin: 50px auto 50px;
        box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
        -webkit-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);
        -moz-box-shadow: -1px 26px 10px -20px rgba(0,0,0,0.4);}
    /* 07 FOOTER */
    -webkit-appearance: none;
    .footer{position: relative; width: 100%; padding: 50px 40px; color: white; text-align: center; background: #333333; overflow: hidden;}
    .footer h1{font-size: 2rem; margin: 50px 0;}
    .footer form{width: 90%;  overflow: hidden; margin: 0 auto;}
    .footer form .form-control{width: 100%; margin: 10px 0; overflow: hidden;}
    .footer form .form-control input[type='text']{width: 100%; margin: 10px 0; padding: 5px 10px; display: inline-block; color: white; background: none; border: 0; border-bottom: solid 1px white; }
    .footer form .form-control textarea{width: 100%;margin: 50px 0 20px;  resize: none; padding: 5px 10px; float: left; color: white; background: none; border: 0; border-bottom: solid 1px white; }
    .footer form .form-control img{width: 100%; height: 150px; display: block; object-fit: contain;  padding: 5px 10px; float: none;}
    .footer form .form-control button{display: block; margin: 20px auto; color: white; background: none; border: solid 1px white; padding: 5px 20px; font-size: 1.2rem; }
    ::placeholder{ font-family: 'Abril Text'; font-size: 1.1rem;}
    textarea::placeholder{ font-family: 'Abril Text';}
    .footer p{font-size: 0.8rem; letter-spacing: 0.3rem; color: #ffffff;}
    /* end 07 FOOTER */

}
