/**
    Theme Name: iBusinessWeb
    Theme URI: http://www.publixgrafica.com/iBusinessWeb
    Description: Plantilla para el sitio web de ayuda para el sistema iBusinessWeb
    Author: Luis Enrique Garcia Orellana
    Author URI: http://www.publixgrafica.com/iBusinessWeb
    Version: 1.0
**/
html, body {
    height: 100%;
    width: 100%;
}
body {
    background: #fff;
    overflow-x: hidden;
}
footer {
    background-color: rgba(49, 52, 7, 1);
    width: 100%;
}
h1.titulosite {
    color: #fff;
    font-size: 4.5em;
    font-weight: 600;
    margin-top: 50px;
    position: absolute;
    right: 0;
    text-shadow: 0 0 15px #000;
}
h1.titulosingle {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    margin-top: 30px;
    text-shadow: 0 0 15px #000;
}
footer h1.titulosingle {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    margin-top: 15px;
    text-shadow: 0 0 15px #000;
}
p.descripcion-site {
    bottom: 40px;
    color: #fff;
    font-size: 1.2em;
    position: absolute;
    text-shadow: 0 0 8px #000;
    right: 0;
}
#app {
    background-color: #313407;
    display: block;
    height: 100%;
    overflow-x: hidden;
    width: 100%;

    position: relative;
    z-index: 2;
}
#logo {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 200px;
}
.bg-dark {
    background-color: rgba(49, 52, 7, 0.65) !important;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.bg-dark:hover {
    background-color: rgba(49, 52, 7, 0.95) !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.card-images-category {
    overflow: hidden;
}
.content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.content-app {
    background-color: #fafafa;
    width: 100%;
}
.content-site {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 95%;
}
.list-site {
}
.list-site .list-group-item {
    background-color: rgba(49, 52, 7, 0.5);
    color: #fff;

    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.list-site .list-group-item:hover {
    background-color: rgba(49, 52, 7, 0.95);
}
.logo {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
}
.side-category {
    background-color: #eaeaea;
    padding-bottom: 30px;
    padding-top: 15px;
    width: 100%;
}
.side-category .content {
    width: 95%;
}
.single-wp p {
    text-align: justify;
}
.slide1 {
    background-image: url(img/back03.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    /*height: 90%;*/
    width: 100%;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.slide2 {
    background-color: #313407;
    display: block;
    /*height: 30%;*/
    width: 100%;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.slide3 {
    background-attachment: fixed;
    background-image: url(img/back01.jpg);
    background-position: bottom center;
    background-size: cover;
    display: block;
    /*height: 80%;*/
    width: 100%;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.slide4 {
    background-image: url(img/back03.jpg);
    background-position: top center;
    background-size: cover;
    display: block;
    height: auto;
    width: 100%;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.slide1:hover {
    background-position: bottom center;
}
.slide3:hover {
    /*background-position: top center;*/
}
.slide4:hover {
    background-position: center center;
}
.slide2 h2,
.slide3 h2 {
    color: #fff;
    font-size: 2.5em;
    text-shadow: 2px 2px 5px #000;
}
.slide2 .fas,
.slide3 .fas {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}
.slide2 p,
.slide3 p {
    color: #fff;
    font-size: 1.2em;
}
.list-group-item.active {
    background-color: #313407;
    border: 1px solid #313407;
}
.wp-block-image {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border-radius: 8px;
    border: 1px solid #aaa;
    padding: 5px;

    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wp-block-image img {
    display: block;
    height: auto;
    width: 100%;
}
.wp-block-image:hover {
    transform: scale(1.05);
}
.wp-post-image {
    border: 1px dashed #313407;
    border-radius: 6px;
    box-shadow: 2px 2px 1px #ccc;
    margin-bottom: 20px;

    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wp-post-image:hover {
    border: 1px solid #313407;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #aaa;
}
@media screen and (min-width:1024px) and (max-width:1440px) {
}
@media screen and (min-width:768px) and (max-width:1024px) {
}
@media screen and (min-width:321px) and (max-width:767px) {
    .logo {
        height: 120px;
        width: 95%;
    }
    #logo {
        width: 25%;
    }
    p.descripcion-site {
        bottom: 5px;
        left: 25%;
    }
    h1.titulosite {
        color: #fff;
        font-size: 3em;
        font-weight: 600;
        left: 25%;
        margin-bottom: 10px;
        margin-top: 10px;
        text-shadow: 0 0 15px #000;
    }
}
@media screen and (max-width: 320px) {
    .logo {
        height: 120px;
        width: 95%;
    }
    #logo {
        width: 25%;
    }
    p.descripcion-site {
        bottom: 5px;
        left: 25%;
    }
    h1.titulosite {
        color: #fff;
        font-size: 3em;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 30px;
        text-shadow: 0 0 15px #000;
    }
}
