@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

@font-face {
    font-family: "Avenir Next";
    font-weight: 400;
    font-style: normal;
    src: url("assets/fonts/AvenirNext-Regular.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next Medium";
    font-weight: 700;
    font-style: normal;
    src: url("assets/fonts/AvenirNext-Medium.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next Bold";
    font-weight: 700;
    font-style: normal;
    src: url("assets/fonts/AvenirNext-Bold.woff") format("woff");
}


            /*  CSS RESET  */
				  /**/
				  /**/
				  /**/
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;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { 
	font-family: "Avenir Next";
	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;
}

img {
	width: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

strong {
	font-weight: 700;
}

em {
	font-style:italic;
}

::selection {
	background-color: #b395a1;
	color: #fff;
}

::-moz-selection {
	background-color: #b395a1;
	color: #fff;
}

:root{
  scroll-behavior: initial;
  --blanco: #fff;
  --negro: #000;
  --gris: #f2f2f2;
  --vino: #5c3d48;
}

.blanco { color: var(--blanco); }
.negro { color: var(--negro); }
.gris { color: var(--gris); }
.vino { color: var(--vino); }

.bgblanco { background-color: var(--blanco); }
.bgnegro { background-color: var(--negro); }
.bggris { background-color: var(--gris); }
.bgvino { color: var(--vino); }

.container {
    max-width: 1400px;
}

.btn-vino {
    display: block;
    max-width: 280px;
    width: 100%;
    padding: 15px;
    margin: 15px auto 0;
    color: #fff;
    font-size: 20px;
    border: 2px solid var(--vino);
    background-color: var(--vino);
    text-transform: uppercase;
    text-align: center;
}

.btn-borde {
    display: block;
    max-width: 280px;
    width: 100%;
    padding: 15px;
    margin: 15px auto 0;
    color: var(--vino);
    font-size: 20px;
    border: 2px solid var(--vino);
    text-transform: uppercase;
    text-align: center;
}

.line-100 { line-height: 100%; }
.line-120 { line-height: 120%; }
.line-130 { line-height: 130%; }


.hoja-1600 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1630px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-1400 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1430px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-1200 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-1100 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1130px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-1000 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1030px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-900 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 930px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-800 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 830px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-700 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 730px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

p {
	line-height: 130%;
}

strong, b {
	font-weight: 700;
}

.products-search p {
    display: block;
    margin: auto;
    font-size: 20px;
}

.custom-pagination ul {
    display: flex;
    justify-content: center;
}

.custom-pagination ul li {
    margin: 0 5px;
    font-size: 18px;
}

.custom-pagination ul li span {
    font-size: 18px;
}

.pagination span {
    font-size: 15px;
    font-family: "Avenir Next Bold";
    color: var(--vino);
    text-align: left;
}

.pagination a {
    color: var(--vino);
    font-family: "Avenir Next";
}

.pagination a:hover {
    text-decoration: underline;
}


/* Header */

.header {
    border-bottom: 1px solid #f2f2f2;
}

.topbar {
	line-height: 40px;
	font-family: "Avenir Next";
	background: #f2f2f2;
	color: #5c3d48;
	text-align: center;
}

.topbar ul {
	text-align: right;
}

.topbar ul li {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
}

.topbar ul li a {
    color: #5c3d48;
	font-size: 18px;
}

.topbar ul li.search_item .form-search {
    display: inline-block;
}

.topbar ul li.search_item .form-search input {
    padding: 0;
    height: 30px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--vino);
    background-color: transparent;
}

.topbar ul li.search_item .form-search input::placeholder {
    color: var(--vino);
    font-size: 16px;
    font-style: normal;
}

.topbar ul li .fa {
    font-size: 20px;
}

.nav-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}

#logo img {
    vertical-align: middle;
    padding: 10px 0;
}

.header-navigation {
    /*max-width: 600px;*/
    max-width: 500px;
    width: 100%;
	text-align: left;
	align-self: center;
	z-index: 6;
}

ul#main-nav {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
	list-style: none;
	text-align: left;
}

ul#main-nav li {
	display: inline-block;
	vertical-align: middle;
}

ul#main-nav li:first-of-type a {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background-image: url('assets/img/general/home.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

ul#main-nav li a  {
	display: block;
	/*max-width: 140px;*/
	font-weight: 500;
	font-size: 18px;
    font-family: "Avenir Next Medium";
    color: #5c3d48;
    line-height: 120%;
	text-align: center;
    cursor: pointer;
}

ul#main-nav li a:hover,
ul#main-nav li.current-menu-item a {
	text-decoration: underline;
}


/* Home */

.section-padding {
    padding: 35px 0;
}

.section-title {
    padding: 0 0 30px;
    text-align: center;
}

.section-title h1 {
    color: #5c3d48;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}

.section-title h2 {
    color: #5c3d48;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    font-size: 36px;
}

.section-title p {
    font-size: 20px;
    margin-bottom: 10px;
}

.video-home {
    display: block;
    position: relative;
    height: auto;
	margin-bottom: 30px;
}

.video-home:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.15);
}

#myVideo {
	display: block;
	width: 100%;
}

.flex-caption {
    position: absolute;
	width: 100%;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
	padding: 0 15px;
}

.caption-inners {
	display: block;
	padding: 15px 0;
	max-width: 1400px;
	width: 100%;
	margin: auto;
}

.caption-inners h1 {
	color: #fff;
	font-size: 24px;
	font-family: "Avenir Next";
	margin-bottom: 0;
}

.caption-inners h2 {
	max-width: 600px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 50px;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	color: #fff;
}

.caption-inners p {
	font-family: "Avenir Next";
	margin-bottom: 0;
}

.arrow-down {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54px;
    height: 24px;
    background-image: url(/site/img/down.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    z-index: 2;
}

.arrow-down img {
    width: 100%;
    height: auto;
}

.bg-section {
	position: relative;
	padding: 30px 0;
}

.bg-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
	bottom: 15%;
	background-color: #f2f2f2;
	z-index: -1;
}

.getscript {
    cursor: pointer;
}
  
.rte-text h2 {
	margin-bottom: 20px;
	color: #5c3d48;
	font-size: 40px;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	line-height: 120%;
}

.rte-text {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin: auto;
}

.rte-text.text-medium {
    max-width: 550px;
}

.rte-text.text-medium img {
    display: block;
    margin: 15px auto;
}

.rte-text.text-custom {
    max-width: 700px;
}
  
.rte-text p {
    margin-bottom: 10px;
	font-size: 20px;
	line-height: 130%;
}

.rte-text p strong {
    font-family: "Avenir Next Bold";
}

.featured-product h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

.featured-product h3 a {
    color: #5c3d48;
}

.featured-product p {
    font-size: 20px;
    margin-bottom: 10px;
}

.featured-product ul {
    margin-left: 30px;
    padding-bottom: 15px;
    list-style: disc inside;
    list-style-position: outside;
    font-size: 20px;
    line-height: 130%;
}

.slider-featured .slick-arrow {
    position: absolute;
    top: 32px;
    width: 44px;
    height: 44px;
    z-index: 1;
}

.slider-featured .slick-prev {
    left: 10px;
    background-color: #ffffff;
    opacity: 0.7;
}

.slider-featured .slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    color: #5c3d48;
    opacity: 1;
}

.slider-featured .slick-next {
    left: 60px;
    right: unset;
    background-color: #ffffff;
    opacity: 0.7;
}

.slider-featured .slick-next:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #5c3d48;
    opacity: 1;
}

.slider-featured .slick-prev:hover,
.slider-featured .slick-next:hover,
.slider-featured .slick-prev:focus,
.slider-featured .slick-next:focus {
    background-color: #9d948e;
    opacity: 1;
}

.cta-whatsapp {
    position: relative;
    padding: 20px 0;
    margin: 30px 0 0;
}

.cta-whatsapp:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    bottom: 12%;
    background-color: #5c3d48;
    z-index: -1;
}

.cta-title h2 {
    max-width: 765px;
    width: 100%;
    margin: auto;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}

.cta-whatsapp p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 130%;
}

.cta-whatsapp .enlace {
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 20px 10px 45px;
    font-size: 20px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    background-image: url('assets/img/home/ico-whatsapp.png');
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: left 10px center;
}

.section-process {
    padding-top: 0;
}

.item-logo {
    margin-bottom: 30px;
}

.logo-list img {
    display: block;
    width: auto;
    height: 84px;
    margin: auto;
}

.logo-list p {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
}

.logo-list p strong {
    font-family: "Avenir Next Bold";
}


/* Conoce Flor del Tiempo */

.page-section {
    padding-bottom: 30px;
    background-color: #fdf9f6;
}

.block-image {
    position: relative;
}

.block-image img {
    max-width: 80%;
    width: 100%;
}

.right-image_border .block-image img {
    display: block;
    margin-left: auto;
}

.left-image_border .block-image img {
    display: block;
    margin-right: auto;
}

.rte-secondary {
    max-width: 600px;
    width: 100%;
    margin: 30px auto 0;
}

.rte-secondary p strong {
    display: block;
    margin-bottom: 20px;
    color: #5c3d48;
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
}

.rte-secondary img {
    display: block;
    margin: 20px auto;
}


/* Arreglos */

.box-banner {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
    padding-bottom: 29%;
}

.box-banner img {
    width: 100%;
    display: block;
}

.section-padding.section-flowers {
    padding-left: 15px;
    padding-right: 15px;
}

.section-flowers h2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
    color: #5c3d48;
	font-size: 40px;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	line-height: 120%;
    text-align: center;
}

.section-flowers p {
    font-size: 20px;
}

.bg-flowers .rte-text {
    max-width: 550px;
}

.item-list {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.item-list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-right: 18px;
}

.item-list p {
    margin-bottom: 10px;
	font-size: 20px;
	line-height: 130%;
}

.item-list p strong {
    color: #5c3d48;
    font-family: "Avenir Next Bold";
}

.row-contact {
    padding: 40px 15px;
    background-color: #f2f2f2;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.form-group {
    color: #000;
    width: 32%;
    margin-left: 0;
    margin-right: 0;
}

.form-group input {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0px;
    margin-bottom: 20px;
    max-width: 100%;
    text-indent: 17px;
    outline: none;
    font-size: 20px;
    font-family: "Avenir Next";
    color: #777;
}

.form-textarea {
    display: flex;
    color: #000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    align-items: flex-end;
}

.form-textarea textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
    height: 120px;
    margin-bottom: 0;
    outline: none;
    resize: none;
}

.form-textarea p:first-of-type {
    width: 66%;
}

.form-textarea p:last-of-type {
    width: 32%;
}

.form-textarea input[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    background: transparent;
    border: 2px solid #5c3d48;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-appearance: none;
    color: #5c3d48;
    font-family: "Avenir Next" !important;
    font-weight: 400;
    font-size: 20px !important;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 100%;
    text-transform: uppercase;
}

.form-group label,
.form-textarea label {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "Avenir Next Medium";
}  

::-webkit-input-placeholder { /* WebKit browsers */
    color: #5c3d48;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #5c3d48;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5c3d48;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5c3d48;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
}

p.submitted {
    width: 100%;
}


/* Menú mobile */

#menu_on {
	display: none;
}


/* Footer */

footer {
    position: relative;
    z-index: 2;
} 

.footer-wrapper {
    z-index: 2;
    clear: left;
    border-top: 1px solid #dddddd;
    background: #f2f2f2;
    padding: 50px 0;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer p.insta {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

.footer p.insta img {
    display: block;
    margin-left: 10px;
}

.footer-menu {
    padding: 0 10px;
    margin-bottom: 30px;
}

.footer-menu h4 {
    padding-bottom: 10px;
    text-align: left;
    color: #000;
 	font-size: 20px;
  	font-family: "Avenir Next Bold";
 	line-height: 130%;
}

.footer-menu .footer-block-content p,
.footer-menu .footer-block-content a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    line-height: 130%;
}

.footer-menu .footer-block-content p {
    margin: 0;
}

.footer-menu .footer-block-content p:nth-child(even) {
    margin: 0 0 10px;
}

.footer-menu .footer-block-content p strong {
    font-family: "Avenir Next Medium";
    font-size: 20px;
}

.footer-menu .footer-block-content:nth-child(4) p:nth-child(even) {
    margin: 0;
}

.footer-menu .footer-block-content ul li {
    margin: 0 0 5px;
}

.footer-menu .footer-block-content ul li a {
    font-size: 18px;
}


@media screen and (max-width: 768px) {
    .bg-section:before, 
    .bg-section.bg-custom:before {
        top: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .section-padding,
    .bg-section {
        padding: 20px 0;    
    }
    
    .rte-text,
    .featured-product {
        margin: 20px 0 0;
    }
    
    .contact-form {
        display: block;
    }

    .form-group,
    .form-textarea p:last-of-type,
    .form-textarea p:first-of-type {
        width: 100%;
    }

    .form-textarea {
        display: block;
    }
    
    #logo {
        max-width: 250px;
        width: 100%;
    }
    
    #menu_on {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        top: 18px;
        z-index: 2;
        cursor: pointer;
    }

    #menu_on span {
        width: 100%;
        height: 3px;
        border-radius: 4px;
        display: block;
        position: absolute;
        background: #5c3d48;
        transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
        transform-origin : 0px 100%;
    }

    #menu_on span:nth-child(2) {
        top: calc(50% - 1px);
    }

    #menu_on span:nth-child(3) {
        bottom: 0;
    }
    
    .header-navigation {
        box-sizing:  border-box;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        z-index: 10;
        padding: 20px 15px;
        background: #fff;
        opacity: 0;
        transition: all 0.75s ease;
        font-size: 1.2em;
        overflow-y: auto;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
    
    ul#main-nav {
        display: block;
    }
    
    ul#main-nav li {
        display: block;
    }
    
    .visible_menu span:nth-child(1) {
        transform: rotate(45deg) translate(-2px,1px); 
    }

    .visible_menu span:nth-child(2) {
        opacity: 0;
    }

    .visible_menu span:nth-child(3) {
        transform: rotate(-45deg) translate(-2px,1px); 
    }
    
    .visible_menu .header-navigation {
        left: 0;
        opacity: 1;
    }
    
    ul#main-nav li {
        padding: 10px 0;
        border-bottom: 1px solid #f2f2f2;
    }
    
    ul#main-nav li:last-of-type {
        border-bottom: 0;
    }
    
    ul#main-nav li a {
        max-width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 740px) {
    .flex-caption {
        position: relative;
        top: 0;
        webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    .caption-inners {
        box-sizing: border-box;
        padding: 20px 0;
        text-align: center;
    }
    
    .caption-inners h1, 
    .caption-inners h2, 
    .caption-inners p {
        color: #000;
    }
    
    .caption-inners h1 {
        font-size: 18px;
    }
    
    .caption-inners h2 {
        font-size: 28px;
    }
    
    .arrow-down {
        display: none;
    }
    
    .rte-text h2,
    .cta-title h2,
    .section-title h2,
    .section-flowers h2,
    .rte-secondary p strong {
        font-size: 28px;
    }
    
    .rte-text p,
    .featured-product p,
    .featured-product ul,
    .logo-list p,
    .item-list p {
        font-size: 18px;
    }
    
    .cta-whatsapp:before {
        bottom: 0;
    }
    
    .footer-menu h4 {
        padding-bottom: 0;
        margin-bottom: 15px;
        cursor: pointer;
    }
    
    .footer-menu .footer-block-content {
        text-align: left;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .video-home {
        display: none!important;
    }
}