/*
Theme Name: SwissCo
Theme URI: http://www.corporativoswissco.mx
Description: Comercialización de Frutas Deshidratadas
Version: 1.0
Author: MuchaWeb
Author URI: http://www.MuchaWeb.mx
Tags: sitio web, ecommerce, one page, two colums, corporative website
*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.top90{
    margin-top: 90px;
}
.top12{
    margin-top:120px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Lato', sans-serif !important;
}
.section-top {
    height: 70px;
    background: #000;
    border-bottom: solid 10px #F93544;
}
    .social{
        text-align: right;
    }
    .social .fa{
        color: #FFF;
        font-size: 16px;
    }
    .social-icon{
        list-style-type: none;
    }
    .social-icon li{
        display: inline-block;
        margin-top:20px;
        margin-left: 10px;
    }
    .mail-line {
        border-right: solid 1px #fff;
        padding-right: 20px;
    }
.section-header {
    /*degradado*/
    background: rgba(79,86,89,1);
    background: -moz-linear-gradient(top, rgba(79,86,89,1) 0%, rgba(255,255,255,0.8) 80%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,86,89,1)), color-stop(80%, rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(top, rgba(79,86,89,1) 0%, rgba(255,255,255,0.8) 80%);
    background: -o-linear-gradient(top, rgba(79,86,89,1) 0%, rgba(255,255,255,0.8) 80%);
    background: -ms-linear-gradient(top, rgba(79,86,89,1) 0%, rgba(255,255,255,0.8) 80%);
    background: linear-gradient(to bottom, rgba(79,86,89,1) 0%, rgba(255,255,255,0.8) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d9ff', endColorstr='#ffffff', GradientType=0 );
}
    .brand{
        margin-top: 80px;
    }

    .menuzord, .menuzord * {
        font-family: 'Lato', sans-serif !important;
        font-size: 20px !important;
    }
    .menuzord {
        float: none;
        display: inline-block;
        /*width: auto;*/
        background: 0 0;
        margin-top: 70px;
    }

    .menuzord-menu > li > a {
      font-weight: normal;
    }

.menuzord-menu > li > a:before{
    content: " ";
    display: inline-block;
    margin-right: 3px;
    vertical-align: -10%;
    width: 20px;
    height: 20px;
}

.menuzord-menu > li.active > a:before{
    background: url(images/limon-icon.png) no-repeat center;
    background-size: cover;
}

.menuzord-menu > li > a:hover::before{
    background: url(images/limon-icon.png) no-repeat center;
    background-size: cover;
}


.section-slider .container-fluid {
  padding: 0; }

.section-slider {
    margin-bottom: 120px;
}
  .royalSlider {
    width: 100%; }

  .rsABlock {
    width: inherit;
    left: auto;
    font-family: 'Lobster', cursive; }

  .rsDefault .rsBullets {
    line-height: inherit;
    background: none; }

  .rsDefault .rsArrowIcn {
    background: none;
    top: 45%;
    opacity: 0.5; }

  .rsDefault .rsArrowIcn:hover {
    background: none;
    opacity: 1; }

  .rsArrowLeft .rsArrowIcn:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 60px; }

  .rsArrowRight .rsArrowIcn:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 60px; }

  .rsContent .overlay {
    position: relative; }

  .rsContent .overlay:before {
    content: " ";
    /*background-color: rgba(0, 0, 0, 0.5);*/
    height: 100%;
    width: 100%;
    background-position: top left;
    background-size: 100%;
    position: absolute; 
  }

.section-corporativo {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(61%, rgba(255,255,255,0.88)), color-stop(100%, rgba(189,189,189,0.8)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdbdbd', GradientType=0 );
  padding: 90px 0;
}

    .txt-section {
        margin-bottom: 60px;
        font-size: 16px !important;
    }
    .txt-section p {
        font-size: 16px !important;
        margin:20px 0;
    }

    .leermas{
        display:block;
        color:#212121 !important;
        font-style: italic !important;
        text-decoration: none;
    }
    .leermas:focus, .leermas:visited, .leermas:hover{
        color:#212121;
        text-decoration:none;
    }
    .leermas .fa{
        margin-left: 10px;
    }

.title-section {
    font-size: 34px;
    color: #212121;
    font-weight: bold;
}

.bottom-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-brands {
  height: auto;
  background: url('images/wall-brands.png')  no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.items {
  margin-top: 70px;
}

.section-buy{
  font-family: 'Lato', sans-serif !important;
  height: 350px;
  margin: 90px 0;
  background: url('images/wall-buy.png') 50% 10% no-repeat;
}

.cta {
  color: #025b38;
  font-size: 34px;
  margin-top: 90px;
}

.cta2 {
  color: #025b38;
  font-size: 28px;
  margin-top: 10px;
}
.btn-item {
    display: block;
    max-width: 280px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 16px;
    text-align: center;
    background-color: #9db63a;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.btn-item:hover, .btn-item:visited, .btn-item:focus {
    text-decoration: none;
    color:#fff;
}

.section-blog .img-featured img, .section-category .img-featured img  {
        margin-bottom: 20px;
        border: solid 3px #9cbd3a;
    }
    .section-blog .fa {
        color: #9cbd3a;
    }
    .title-post {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18px;
    }

.section-certificados {
  height: auto;
  background: url('images/wall-premios.png') 100% 10% no-repeat;
  padding-top: 80px;
}

.section-certificados ul{
    list-style: none;
    padding-left: 0;
}
.section-certificados ul li{
    display: inline-block;
    padding-right: 30px;
}

.section-certificados ul li img{
    max-width: 60px;
    height: auto;
}

.section-contact{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(61%, rgba(255,255,255,0.88)), color-stop(100%, rgba(189,189,189,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.88) 61%, rgba(189,189,189,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdbdbd', GradientType=0 );

    padding-bottom: 90px;

}

.btn-contact {
    display: block;
    width:220px;
    max-width: 280px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #9db63a;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.section-footer {
    background: #000 !important;
    padding: 80px 0;
}

.footer-logos ul{
    list-style-type: none;
    padding-left: 0px;
}

.footer-logos li{
    display: inline-block;
    margin:20px 10px;
}

.subtitle-footer {
    font-size:18px;
    color:#fff;
    margin-bottom: 20px !important;
}
    .submenu-footer {
        list-style-type: none;
        padding-left: 0px;
    }
    .submenu-footer a{
        display: block;
        margin-bottom: 5px;
        color: #fff;
        text-decoration: none;
    }

    .text-footer {
    margin-top: 40px;
    color: #fff;
    }

    .footer-icon{
        list-style-type: none;
        padding-left: 0px;
    }
        .footer-icon .fa{
            color: #FFF;
            font-size: 16px;
        }
        .footer-icon li{
            display: inline-block;
            margin-top:20px;
            margin-left: 10px;
        }
        .mail-line {
            border-right: solid 1px #fff;
            padding-right: 20px;
        }
    .footer-dev {
        background: #F93544 !important;
        color: #fff;
        font-size:14px;
        padding: 30px 0;
    }
        .footer-dev a{
            color: #fff;
            text-decoration: none;
            cursor:pointer;
        }

/*--internas-- */

.section-pleca {
    background: #9cbd3a;
    padding-top: 20px;
}
    .section-pleca .title-section{
        color: #fff !important;
    }

.section-bread {
    margin: 20px 0;

}
    .section-bread ul{
        padding-left: 15px;
    }
    .section-bread li {
        display: inline-block;
    }
        .section-bread span {
            color: #025b38;
            margin: 0 20px;
        }
    .section-bread a {
        color: #212121;
        font-size: 16px;
        text-decoration: none;
    }
    .section-bread a:hover {
        text-decoration: none;
        color: #025b38;
    }
    .section-bread a:active{
        color: #025b38 !important;
        text-decoration: none;
    }

.section-about h5 {
    font-size: 22px;
    font-weight: bold;
}

.section-servicios {
    background: #000;
    color: #fff !important;
    font-size: 16px;
    padding: 90px 0;
}
    .section-servicios .title-section {
        color: #fff !important;
    }

    .section-servicios ul {
        list-style-type: none;
    }
    .section-servicios li{
        margin-bottom: 5px;
    }
    .section-servicios li:before {
        font-family: FontAwesome;
        content: "\f00c";
        color: #fff;
        margin-right: 5px;
    }
    .section-servicios strong{
        color: #b71c1c;
    }

.section-calidad {
        padding: 90px 0;
    }

    .section-calidad ul {
        list-style-type: none;
        margin: 15px 0;
    }
    .section-calidad li {
        margin-bottom: 5px;
    }
    .section-calidad li:before {
        font-family: FontAwesome;
        content: "\f00c";
        color: #7d9f49;
        margin-right: 5px;
    }

.section-page {
    padding: 90px 0;
}

.section-items .item-post {
    margin-bottom: 40px;
}

.sidebar-category .title-section {
    font-size: 22px !important;
}
    .items-sidebar .item-brand {
        margin-bottom: 40px;
    }

a.related {
    display: block;
    text-decoration: none;
    color: #025b38;
    font-size: 16px;
    margin-bottom: 20px;
}


/* ==========================================================================
   Media Query's
   ========================================================================== */

/* xs smarthphone*/
@media screen and (min-width: 0px) and (max-width: 767px){
.top90 {
    margin-top: 40px;
}

    .menuzord {
        float: none;
        display: inline-block;
        background: 0 0;
        margin-top: 70px;
        margin-top: 20px;
        width:100%;
        margin-bottom: 20px;
    }

    .menuzord .menuzord-brand {
        margin: 8px 30px 10px 10px;
    }
    .menuzord .menuzord-brand img {
        max-width: 245px
    }

.section-slider{
    margin-bottom: 20px;
}
    .royalSlider{
        height: 140px !important;
    }

.section-corporativo {
    padding: 20px 0;
}

.section-brands {
  background: url('images/wall-brands.png') 23% 0% no-repeat;
}
    .items {
        margin-bottom: 40px;
    }
        .item-brand{
            margin-bottom: 20px;
        }

.section-buy{
    margin: 40px 0;
    background: url('images/wall-buy.png') 79% 5% no-repeat;
}
    .cta {
        color: #025b38;
        font-size: 28px;
        margin-top: 40px;
    }
    .cta2{
        font-size: 22px;
    }
    .cta-btn {
        display: block;
        margin-top: 45px;
    }
.item-post {
    margin-bottom: 40px;
}

.section-certificados {
    padding-top: 25px;
    background: url('images/wall-premios.png') 72% 10% no-repeat;
    background-size: cover;
    padding-bottom:40px;
}

.txt-intro p {
    margin-bottom: 40px;
    }
}

.section-footer{
    padding: 40px 0;
}
    .footer-logos{
        margin-bottom: 40px;
    }
    .area-footer{
        margin-bottom: 40px;
    }
/*sm tablet vertical*/
@media screen and (min-width: 768px) and (max-width: 991px){
.top90{
    margin-top: 40px;
}

    .menuzord {
        float: none;
        display: inline-block;
        background: 0 0;
        margin-top: 70px;
        margin-top: 20px;
        width:100%;
        margin-bottom: 20px;
    }

    .menuzord .menuzord-brand {
        margin: 10px 40px 10px 40px;
    }
    .menuzord .menuzord-brand img {
        max-width: 445px
    }

    .section-slider{
        margin-bottom: 20px;
    }
    .royalSlider{
        height: 290px !important;
    }

.section-brands {
  background: url('images/wall-brands.png') 23% 0 no-repeat;
    background-size: cover;
}
    .items {
        margin-top: 20px;
    }
        .item-brand{
            margin-bottom: 30px;
        }

.section-buy{
    margin: 40px 0;
    background: url('images/wall-buy.png') 75% 5% no-repeat;
}
    .cta {
        color: #025b38;
        font-size: 28px;
        margin-top: 40px;
    }
    .cta2{
        font-size: 22px;
    }
    .cta-btn {
        display: block;
        margin-top: 45px;
    }
.item-post {
    margin-bottom: 40px;
}

.section-certificados {
    padding-top: 25px;
    background: url('images/wall-premios.png') 85% 10% no-repeat;
    padding-bottom:40px;
}

.txt-intro p {
    margin-bottom: 40px;
    }

.section-footer{
    padding: 40px 0;
}
    .footer-logos{
        margin-bottom: 40px;
    }
    .area-footer{
        margin-bottom: 40px;
    }

}
/* md tablet horizontal */
@media screen and (min-width: 992px) and (max-width: 1199px){
.top90{
    margin-top: 45px;
}
    .menuzord {
        float: none;
        display: inline-block;
        width: auto;
        background: 0 0;
        margin-top: 70px;
    }

.menuzord .menuzord-brand {
        margin: 10px 40px 10px 40px;
    }
    .menuzord .menuzord-brand img {
        max-width: 445px
    }

.section-slider{
    margin-bottom: 40px !important;
}
    .royalSlider{
        height: 290px !important;
    }

.section-corporativo{
    padding: 40px 0;
}

.section-brands {
  background: url('images/wall-brands.png') 9% 100% no-repeat !important;
}
    .items {
        margin-top: 20px;
    }
        .item-brand{
            margin-bottom: 30px;
        }

.section-buy{
    margin: 40px 0;
    background: url('images/wall-buy.png') 65% 5% no-repeat;
}
    .cta {
        color: #025b38;
        font-size: 28px;
        margin-top: 40px;
    }
    .cta2{
        font-size: 22px;
    }
    .cta-btn {
        display: block;
        margin-top: 45px;
    }
.item-post {
    margin-bottom: 40px;
}

.section-certificados {
    padding-top: 45px;
    background: url('images/wall-premios.png') 85% 10% no-repeat;
    padding-bottom:40px;
}

.txt-intro p {
    margin-bottom: 40px;
    }

.section-footer{
    padding: 40px 0;
}
    .footer-logos{
        margin-bottom: 40px;
    }
    .area-footer{
        margin-bottom: 40px;
    }


}
/*lg  lap*/
@media screen and (min-width: 1200px) and (max-width: 1399px){
    
.menuzord {
        float: none;
        display: inline-block;
        width: auto;
        background: 0 0;
        margin-top: 70px;
    }


.section-brands {
  background: url('images/wall-brands.png') 30% 100% no-repeat !important;
}
    .items {
        margin-top: 20px;
    }
        .item-brand{
            margin-bottom: 30px;
        }

.section-buy{
    margin: 40px 0 0 0;
    background: url('images/wall-buy.png') 40% 5% no-repeat;
}
    
.item-post {
    margin-bottom: 40px;
}

.section-certificados {
    padding-top: 45px;
    background: url('images/wall-premios.png') 85% 10% no-repeat;
    padding-bottom:40px;
}

.txt-intro p {
    margin-bottom: 40px;
    }

.section-footer{
    padding: 40px 0;
}
    .footer-logos{
        margin-bottom: 40px;
    }
    .area-footer{
        margin-bottom: 40px;
    }

}
/*xl hd*/
@media screen and (min-width: 1400px){
    .menuzord {
        float: none;
        display: inline-block;
        width: auto;
        background: 0 0;
        margin-top: 70px;
    }

}

/*.royalSlider{
    height: 280px !important;
}*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@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 */
}
@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) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    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;
    }
}