    body {
    font-family: 'Lato', 'arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 1.5;
    background-color: #eee;
    word-break: break-word;
    }

    body.single {
    background: white;
    }


/* GUI */

    a {
    text-decoration: none;
    color: inherit;
    }

    h1, h2, h3, h4, h5, h6 {

    }

    h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 6px;
    }

    video {
    height: auto;
    width: auto;
    }



/* Wordpress defaults */

    a.post-edit-link {
    position: absolute;
    right: 12px;
    bottom: 12px;
    opacity: .75;
    z-index: 10;
    }

/* Elementos */

    .image-contianer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    .container {
    box-sizing: border-box;
    padding: 22px;
    width: 100%;
    max-width: 900px;
    margin: auto;
    }

    #logo {
    display: block;
    box-sizing: border-box;
    }

    .more-posts {
    background-color: #f1f1f1;
    }

    .circle-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    }

        .circle-icon.icon-more {
        background: #ff7200;
        background-image: url(../img/icon-more.svg);
        }

        .circle-icon.icon-more-alt {
        background: #7b2dff;
        background-image: url(../img/icon-more.svg);
        width: 35px;
        height: 35px;
        background-size: 50%;
        }

        .cirle-icon.icon-right {
        background-image: url(../img/icon-chevron-right.svg);
        }

/*******************************************************************************
Slider */

    /* Header slider */

	.slider-hover .flickity-slider{
		-webkit-transition: all 800ms ease;
		-moz-transition: all 800ms ease;
		-ms-transition: all 800ms ease;
		-o-transition: all 800ms ease;
		transition: all 800ms ease;
	}
    .slider {
    width: 100%;
    background-color: gainsboro;
    }

	.flickity-viewport {
	    background: #fff;
	}

    .slider-cell {
    height: 100%;
    background: #fff;
    }

    /* Content sliders */

        main .slider-row .slider {
        height: 450px;
        border-bottom: 1px solid white;
        }

            main .slider .flickity-prev-next-button {
            bottom: 0;
            top: initial;
            }

            .flickity-prev-next-button {
            box-shadow: none;
            }

            main .slider .flickity-prev-next-button.previous {
            }


        .flickity-page-dots {
        bottom: 6px !important;
        transform: scale(.5);
        z-index: 11;
        }

    .slider-row .wk-col{
        max-width: 50vw;
    }

    .slider-text {
    width: 350px;
    min-width: 350px;
    box-sizing: border-box;
    padding: 22px;
    background: #fff;
    }

    /* Slider nav */

        .slider-width-nav-container {
        position: relative;
        }

            .slider-nav {
            	height: 40px;
    			position: absolute !important;
    			bottom: -45px;
    			background: transparent;
            }

                .slider-nav .flickity-prev-next-button {
                transform: scale(.25);
                }

/*******************************************************************************
Header */



    header .icon-menu-container {
    box-sizing: border-box;
    font-size: 22px;
    color: gray;
    }

	/* Logo svg */

		svg.logo-main {
			max-width: 100%;
			height: 100%;
		}

/*******************************************************************************
Top */
    #top{
        height: 100vh;
    }

    #top .menu-container {
    color: #fff;
    line-height: 2;
    font-size: 21px;
    padding: 42px;
    padding-top: 0px;
    }
    ul.sub-menu {
        display: none;
    }
    .sub-menu.active{
        display: inherit;
    }


   .dad1:after, .dad2:after, .dad3:after {
        content: "+";
        position: absolute;
        left: -10px;
    }
    .active.dad1:after, .active.dad2:after, .active.dad3:after{
        content: "-";
    }
    #top .slider .slider-cell {
    background-size: cover;
    background-repeat: no-repeat;
    }
    .top-menu-rigth{
            max-height: 100%;
            overflow-y: auto;
    }

.top-menu-rigth::-webkit-scrollbar, div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.top-menu-rigth::-webkit-scrollbar-button, div::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.top-menu-rigth::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.top-menu-rigth::-webkit-scrollbar-thumb:hover, div::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
}
.top-menu-rigth::-webkit-scrollbar-thumb:active, div::-webkit-scrollbar-thumb:active {
  background: #a0a0a0;
}
.top-menu-rigth::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.top-menu-rigth::-webkit-scrollbar-track:hover, div::-webkit-scrollbar-track:hover {
  background: #616161;
}
.top-menu-rigth::-webkit-scrollbar-track:active, div::-webkit-scrollbar-track:active {
  background: #333333;
}
.top-menu-rigth::-webkit-scrollbar-corner, div::-webkit-scrollbar-corner {
  background: transparent;
}
    .main-menu-container a{
        font-size: 20px;
        display: inherit;
        position: relative;
        text-transform: capitalize;
    }
    .sub-menu{
        padding-left: 20px;
    }
    /* Header */

        #top > .wk-col {
        position: relative;
        }

        header {
        position: absolute!important;
        top: 0;
        left: 0;
        z-index: 11;
        }


    /* Slider */

        #top .slider {
        height: 700px;
        }

        #top .slider-cell {
        width: 100%;
        }

        .slider-content {
        height: 100%;
        }

            .slider-content .wk-col,
            .slider-content .wk-row {
            position: relative;
            }

            .slider-content .wk-col {
            height: 100%;
            box-sizing: border-box;
            }

            .slider-content > .wk-row {
            box-sizing: border-box;
            padding: 22px;
            }

        #top .slider-content .wk-rows > .wk-row {
        box-sizing: border-box;
        padding: 42px;
        }

    #first-tab-group{
            min-height: calc(100vh - 65px);
    }

    #first-tab-group .container {
    box-sizing: border-box;
    width: 90%;
    max-width: 1500px;
     margin: auto;
}
    .tab-product{
     min-height: calc(100vh - 65px);
    width: 100%;
    height: 100%;
    }
    .tab-product .wk-col{
            height: 100%;
    }
    #tab3 .container{
    box-sizing: border-box;
    width: 90%;
    max-width: 800px;
     margin: auto;
}
/*******************************************************************************
Main Homepage */


    main .slider img {
    display: block;
    height: 100%;
    width: auto;
    }



/*******************************************************************************
Footer */

    /* Footer Top */
        #footer-top .image-container {
        height: 500px;
        }

            #footer-top .wk-row {
            box-sizing: border-box;
            padding: 20px 12%;
              height: 100%;

            }


            #footer-top-left > .wk-cols > .wk-col {
            box-sizing: border-box;
            padding: 22px;
            color: white;
            opacity: .9;
            line-height: 2;
                width: 49%;
    display: inline-block;
            }

    /* Form */
        .frm_forms input, .frm_forms textarea {
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.31) !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: white !important;
        }

        .frm_forms input[type="submit"] {
        border: 0 !important;
        }

        .frm_submit {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        }

            .frm_submit:after {
            content: "\f1d8 ";
            font-family: FontAwesome;
            color: white;
            position: relative;
            right: 12px;
            }


        .frm_forms * {
        color: white !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        }


    /* Main footer */

        #footer-main {
        background-color: #362d24;
        color: #fff;
        background-size: cover;
        background-position: center;
        }
            #footer-main .wk-col {
            padding: 52px 22px;
            }

        #footer-main adress {
        font-size: 12px;
        opacity: .9;
        }
         #footer-main{
        position: relative;
    }
    #footer-main .wk-col{
        z-index: 1;

    }

/*******************************************************************************
Custom post type's single */

    .single-post .main-container, .custom-post-type .main-container {
    padding: 5% 0;
    }

    .custom-post-type figure img{
    /*max-width: 380px;*/
    height: auto;
    width: 100%;
    }

    .single-post figure img {
    /* max-width: 380px; */
    height: 300px;
    width: auto;
    }

    .wk-tabs li a {
    padding: 22px 52px !important;
    margin-top: 1px;
    }

    .custom-post-type .wk-tabs, .single-post .wk-tabs{
    width: 66.66%;
    position: absolute !important;
    bottom: 100%;
    }

    .custom-post-type #top .slider, .single-post #top .slider{
    margin-bottom: 65px;
    height: 450px
    }

    .custom-post-type video, .single-post video{
    width: 100%;
    height: calc(100vh - 65px);
    }


.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px!important;
}
.frm_form_field input, .frm_form_field textarea{
	margin-top: 0px!important;
}

footer .image-container{
	display: none!important;
}

.image-container{
	background-size: cover;
}
.left-container{
	background-size: cover;
    position: relative;
    display: flex!important;
    -webkit-display: flex!important;
    -moz-display: flex!important;
    -ms-display: flex!important;
    -o-display: flex!important;
    display: flex!important;
    align-items: center;
}
.left-container:after{
    content: "";
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
#footer-main:after{
    content: "";
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
footer span.wk-col.wk-flex-item.wk-flex-column.wk-flex-justify-center {
    padding: 0px 22px!important;
    z-index: 1;
}
footer span.wk-col.wk-flex-item.wk-flex-column.wk-flex-justify-center:first-child {
    border-right: 1px solid #fff;
}
.background-responsive{
	display: none;
}
.slider-width-nav-container, .slider-gallery{
    height: calc(100vh - 150px);
    background: #fff;
}
.slider-gallery .slider-cell {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}
.slider-gallery .slider-cell img {
	margin: auto;
}
#tab4{
	padding-bottom: 50px;
}
.slider-nav .slider-cell.is-selected.is-nav-selected img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-: grayscale(0%);
    -o-: grayscale(0%);
    filter: grayscale(0%);
}
.slider-nav .slider-cell img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-: grayscale(100%);
    -o-: grayscale(100%);
    filter: grayscale(100%);
}
.current, .producto:hover, .producto:active{
    border-bottom: 1px solid #fff;
    background: rgba(0,0,0,.2);
    padding-left: 10px;
}
.producto{
     -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
}
.post-thumbnail img{
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
    height: 300px;
    width: auto;
}
.post-thumbnail{
    text-align: center;
}
#tab6 iframe{
        margin: auto;
    width: 100%;
    height: calc(100vh - 65px);
}


    .wk-col.col-video video{
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: auto;
}

.slider-row .home-slider .slider-cell .article .wk-col{
    width: 50%;
}
.timeline{
    position: absolute;
    max-width: 98%;
    display: inline-block;
    top: 2%;
    left: 2%;
}
.go-top{
    background-color: #666666;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 800ms ease;
    -moz-transition: opacity 800ms ease;
    -ms-transition: opacity 800ms ease;
    -o-transition: opacity 800ms ease;
    transition: opacity 800ms ease;
}
.go-top.active{
    opacity: 1;
    z-index: 99;
}
.go-top .fa{
        font-size: 25px;
    margin: auto;
    top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
body{
    font-size: 16px!important;
}
.tab-product li{
    margin-bottom: 10px;
    list-style-type: disc;
}
.tab-product li strong{
    font-weight: bold;
}
.tab-product p{
    text-align: justify;
}
.tab-product strong{
    font-weight: bold;
}

.wk-col.col-video {
    min-width: 400px;
    max-width: 100%;
}
.width-50{
    width: 47%!important;
    display: inline-block!important;
    margin: auto 1%!important;
}
.frm_style_formidable-style.with_frm_style .frm_radio {
    display: inline!important;
    margin-right: 20px;
}
.frm_opt_container {
    padding-bottom: 20px!important;
}
.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: transparent!important;
    border: 1px solid #fff!important;
    border-radius: 4px;
    color: #B94A48;
    font-size: 14px;
    margin: 0;
    /* color: #f00!important; */
    margin-bottom: 20px;
}

.frm_error {
    font-size: 8px!important;
    position: absolute!important;
}
.frm_message{
    background-color: transparent!important;
    margin: 150px auto!important;
    text-align: center;
}
.textaligncenter{
    text-align: center!important;
}

.link-slider{
    position: absolute;
    bottom: 10%;
    right: 10%;
}


.pagina #first-tab-group .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.pagina #first-tab-group .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.pagina  #first-tab-group .container  img.attachment-large.size-large.wp-post-image {
    max-width: 600px;
    height: auto;
}


























@media(min-width: 756px){
.slider-row .home-slider .slider-cell{
    -webkit-transition: filter 800ms ease;
	-moz-transition: filter 800ms ease;
	-ms-transition: filter 800ms ease;
	-o-transition: filter 800ms ease;
	transition: filter 800ms ease;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-: grayscale(100%);
    -o-: grayscale(100%);
    filter: grayscale(100%);
        width: 100vw;

}
    .wk-row.wk-flex-item.wk-flex-column.wk-flex-justify-end{
            flex-basis: 100%;
    text-align: center;
    justify-content: center;
    }
    span.wk-row.wk-flex-item.wk-flex-justify-end:first-child {
    z-index: 1;
    }
.menu-logo{
    position: relative!important;
    display: inherit!important;
}
header{
    display: none!important;
}
.menu-logo img{
    width: 300px;
    max-width: 100%;
}
.slider-row .home-slider:hover .slider-cell.is-selected{
     -webkit-transition: filter 800ms ease;
	-moz-transition: filter 800ms ease;
	-ms-transition: filter 800ms ease;
	-o-transition: filter 800ms ease;
	transition: filter 800ms ease;
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-: grayscale(0%);
    -o-: grayscale(0%);
    filter: grayscale(0%);

}
}



/*------------------------------------mobile--------------------------------------*/
@media(max-width: 756px){
	span.wk-col.icon-menu-container.wk-flex-item.wk-flex-align-center.wk-flex-justify-end {
    position: absolute;
    width: 20px;
    right: 20px;
    top: 0;
    text-align: center;
    padding: 10px 20px;
	}
    .timeline{
        display: none;
    }
    .menu-logo{
        display: none!important;
    }
    header{
        display: inherit!important;
    }
	span.wk-row.wk-flex-item.wk-flex-column.wk-flex-justify-center {
    position: absolute;
    bottom: 0px;
    top: initial;
    margin: 0px;
    background-color: rgba(255,255,255,.7);
	}
	#top .slider {
    height: calc(100vh - 120px)!important;
    margin-top: 60px;
	}
	#top .wk-col.wk-rows{
		height: 100vh;
	}
	#top .wk-col.wk-rows:last-child{
		display: none;
	}
	.top-menu-rigth{
		    position: absolute!important;
    left: -100%;
    top: 0;
    height: 100vh;
    width: 100%!important;
    z-index: 999;
    -webkit-transition: all 800ms ease;
		-moz-transition: all 800ms ease;
		-ms-transition: all 800ms ease;
		-o-transition: all 800ms ease;
		transition: all 800ms ease;
	}
	.top-menu-rigth.active{
		left: 0%;

	}
	.background-responsive{
		    position: absolute;
    		height: 100%;
    		width: 100%;
    		display: inherit;
    		z-index: -1;
	}
	header{
		    height: 60px !important;
		    z-index: 1000;
		    padding-left: 0px!important;
	}
	header span:last-child{
			display: inline-block;
		}
	#logo img{
		height: 40px;
	}
	header .fa{
		color: #fff;
	}
	#top .menu-container{
		padding-top: 70px;
	}
	#footer-top-left{
		display: none;
	}
	.slider-cell{
		width: 100%!important;
	}
    .slider-nav .slider-cell {
    width: 20%!important;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    align-content: center;
    }
    .slider-nav .slider-cell img{
        margin: auto;
    }
	#footer-main .wk-col:first-child{
		display: none;
	}
	#footer-main .wk-col {
    padding: 50px 22px;
}

	/* .wk-cols{
		width: 100vw
	}
	.wk-col{
		width: 100vw
	} */

	.slider-row .wk-col{
		max-width: 100%;
	}
	.slider-text{
		height: 200px!important;
    position: absolute!important;
    background: rgba(255,255,255,.7);
    bottom: 0;
	}

    .slider-gallery .slider-cell img {
        margin: auto;
        max-width: 90%;
        width: 90%;
        height: initial;
    }
    .tab-content-top li a {
    padding: 10px 5px!important;
    font-size: 10px;
    text-align: center;
}

.tab-content-top li a {
    border-radius: 10px 10px 0px 0px;
}
#tab5 video{
    position: absolute;
    top: 30px;
    bottom: 0;
    margin: auto;
}
#tab6 iframe {
    margin: auto;
    width: 100%;
    height: auto;
    position: absolute;
    top: 30px;
    bottom: 0px;
}
}
