/* GENERAL */
body {
    height: 100%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/* TOPBAR */

#topbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.5em 2em;
    background-color: #81a895;
    color: #fff;
    z-index: 100;
    text-align: right;
}

#topbar span {
    margin-left: 1em;
    cursor: pointer;
}

#topbar span:hover {
    color: #dab69d;
}

/* MENU */

ul#main-menu {
    display: flex;
    list-style: none;
}

#sub-menu {
    display: none;
    position: relative;
    top: -15px;
    left: 275px;
    width: fit-content;
    background-color: rgb(179, 179, 179);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    color: #fff;
}

#sub-menu-m {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

#sub-menu li {
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    padding: 5px;
}

#sub-menu li:hover {
    background-color: #c1784d;
}

.about-01 {
    background-image: url("../images/bg-dedication.png");
    background-repeat: no-repeat;
    background-position: 0% 15%;
    background-size: cover;
    padding-top: 10%;
}

.about-02 {
    /*
    background-image: url("../images/Manchas3.png");
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-size: cover;
    */
    margin-top: 2%;
}

.about-title {
    width: 85%;
    margin: auto;
    font-family: "Montserrat-Bold";
    color: rgb(88, 84, 84);
    font-size: 3em;
    text-align: left;
    margin-top: 7%;
    line-height: 80px;
}

.about-description {
    width: 85%;
    margin: auto;
    font-family: "Montserrat-Medium";
    color: rgb(88, 84, 84);
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    margin-top: 2.5%;
}

.emprende-01 {
    background-image: url("../images/bg-orange2.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: cover;
    padding-bottom: 10%;
    margin-top: -2.5%;
    padding-top: 10%;
}

.emprende-02 {
    background-image: url("../images/Manchas2.png");
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-size: cover;
    margin-top: -7%;
}

/* HEADER */

#header {
    padding-top: 25vh;
}

#header .row div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#catalogo {
    cursor: pointer;
    user-select: none;
}

/* INDEX */

.col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
}

/* FAQ */

#questions {
    margin-bottom: 10%;
}

/* ARTICULOS - PRODUCTOS.PHP */

.encabezado-pt {
    font-family: "Montserrat-Bold";
    font-size: 300%;
    color: snow;
    /*margin-top: 35%;*/
    text-align: center;
    line-height: 70px;
    text-shadow: 1px 1px 5px #00000080;
}

#products {
    margin-top: 3em;
}

#products .row {
    margin: 1.5em 1em;
}

#encabezado-linea {
    width: 100%;
    margin: 2em 0;
    text-align: center;
    color: #333;
}

#products>hr {
    background-color: #81a896;
    width: 10em;
}

.articulo {
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 3px;
    height: fit-content;
    border: 1px solid lightgray;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
}

.linea-articulo,
.nombre-articulo,
.precio-articulo {
    font-weight: bold;
    color: gray;
    margin: 5px;
}

.linea-articulo {
    font-size: 1em;
    color: #c1784d;
}

.nombre-articulo {
    font-size: 1.5em;
}

.articulo img {
    /*margin: 2em 0 1em 0;*/
    width: 75%;
}

.precio-articulo {
    font-size: 2em;
}

.product-btn {
    font-size: 95%;
    cursor: pointer;
}

/* VENTANA DE DETALLES DEL ARTICULO - PRODUCTOS.PHP */

.modal-content {
    background-image: url("../images/bgHome.png");
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-size: cover;
}

.modal-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#modalIMG,
#modalINFO {
    width: 45%;
    margin: 1%;
}

.modal-dialog {
    max-width: 80%;
}

#modalINFO .emprende-title {
    text-shadow: 1px 1px 1px #fff !important;
}

#folleto {
    padding: 5px 1em;
    border-radius: 5px;
    background-color: #c1784d;
    color: #fff;
    font-weight: 500;
    border: 0;
    text-decoration: none;
}

/* FOOTER */

#footer {
    box-sizing: border-box;
    background-image: url("../images/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#footer .row {
    padding: 5% 0 3% 0;
    margin-right: 0px;
    margin-left: 0px;
}

#footer input[name=suscriptor] {
    width: 75%;
    display: inline;
}

#footer .row .cell {
    min-height: 30vh;
}

#footer .cell ul {
    list-style: none;
    padding: 0;
}

#footer .cell ul li {
    margin-bottom: 0.3em;
}

#footer .cell a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

#footer .cell a:hover {
    color: #f3b792;
}

#footer #footerLogo {
    width: 60%;
    margin-bottom: 3em;
}

#footer .encabezados {
    font-family: "Montserrat-Bold";
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-top: 3%;
    line-height: 40px;
    text-shadow: 1px 1px 5px #00000080;
}

#socket {
    box-sizing: border-box;
    padding: 5px;
    max-height: 50px;
    background-color: black;
    color: #fff;
    font-size: 70%;
    text-align: center;
}

.form-control {
    width: 70%;
    display: inline-block;
}

.redPlaceholder::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

.redPlaceholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.redPlaceholder::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.greenPlaceholder::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: green;
    opacity: 1;
    /* Firefox */
}

.greenPlaceholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: green;
}

.greenPlaceholder::-ms-input-placeholder {
    /* Microsoft Edge */
    color: green;
}

#scroll-top {
    position: fixed;
    top: 88vh;
    left: 90vw;
    padding: 10px;
    background-color: #00000080;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

#scroll-top:hover {
    background-color: #00000090;
}

/* BLOG */

#blog {
    min-height: 65vh;
    width: 95%;
    padding: 160px 0 2em 0;
}

#blog-sidebar {
    border-left: 1px solid lightgray;
}

.clic_ver {
    cursor: pointer;
}

.post {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
}

.post div {
    width: 70%;
}

.post #post-vista-previa {
    height: 250px;
    width: 300px;
    padding: 10px;
    margin: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
    background-origin: initial;
}

.post #post-vista-previa img {
    height: 100%;
}

.autor .fecha {
    font-size: 0.8em;
}

.autor {
    margin-bottom: 0.5em;
}

.autor i,
.fecha i {
    color: #db9a6c;
}

.post-categoria {
    font-family: "Montserrat-MediumItalic";
    color: #81a895;
}

.post-encabezado,
#categorias,
.post-recientes {
    font-family: "Montserrat-Medium";
    color: #555;
}

.post:hover {
    background-color: #fff8e3;
}

.post div {
    padding: 0.5em 1em;
}

/* Single post */

#post-imagen {
    min-height: 65vh;
    max-height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
}

div#blog-contenido img {
    width: 100%;
}

#volver {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
}

#volver:hover::before {
    font-family: "fontello";
    content: '\f112';
    margin-right: 5px;
    color: #c1784d;
    font-size: 0.9em;
}

/* Blog SideBar */

#categorias-selector {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.post-recientes {
    width: 100%;
    margin: 1em auto;
}

.post-recientes .clic_ver {
    display: flex;
}

.post-recientes #titulo {
    font-size: 100%;
}

.post-recientes figure {
    width: 125px;
    height: 100px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-origin: content-box;
}

.post-recientes img {
    height: 100px;
    width: auto;
}

.post-recientes .clic_ver {
    text-decoration: none;
    color: #81a895;
}

.post-recientes .clic_ver:hover {
    color: #db9a6c;
}

/* Blog / Productos CMS*/
.dataTables_length select {
    width: 100px;
}

#cms-acceso {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}

#cms-acceso .form-group {
    width: 300px;
    padding: 1em;
    background-color: #81a896;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: box-shadow 1s;
}

#cms-acceso .form-group:hover {
    box-shadow: 3px 3px 5px rgb(97, 97, 97);
}

#cms-acceso img {
    width: 50%;
}

#cms-inicio {
    width: fit-content;
    margin: 2em auto;
    padding: 1em;
    text-align: center;
    background-color: #81a896;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: box-shadow 1s;
}

#cms-inicio:hover {
    box-shadow: 3px 3px 5px rgb(97, 97, 97);
}

#cms-inicio img {
    width: 50%;
}

#cms {
    padding: 0;
    padding: 10% 0 3% 0;
}

#cms .row {
    margin-right: 0px;
    margin-left: 0px;
}

#cms button {
    margin: 2px;
}

.form-control {
    width: 100%;
}

textarea {
    min-height: 200px;
    resize: none;
}

#nueva-publicacion-form .icon-help-circled:before {
    font-size: 1.5em;
    color: #006688;
    cursor: pointer;
}

.js-editor-buttons .image {
    display: none;
}

#aviso {
    display: none;
    width: 100%;
    position: fixed;
    top: 50%;
    background-color: #00000090;
    text-align: center;
    color: #fff;
    padding: 1em;
}

/* FAQ */

#faq {
    padding: 0;
    padding: 10% 0 3% 0;
}

/* CONTACTO */

#contacto {
    padding: 0;
    padding: 13% 0 10% 0;
    background-image: url("../images/Manchas3.png");
}

#contacto #main-row {
    margin-right: 0;
    margin-left: 0;
}

#contacto #div1 {
    padding: 15px;
    border-radius: 10px 0 0 10px;
    background-color: #81a895;
    font-family: "Montserrat-Bold";
    color: #fff;
    text-align: center;
}

#contacto #div2 {
    height: 100% !important;
    padding: 0;
}

#contacto img {
    width: 95px;
    margin-bottom: 1em;
}

/*FORMULARIO DE CLIENTES*/

#frmcliente {
    padding: 0;
    padding: 6% 0 0% 0;
    background-image: url("../images/Manchas3.png");
    margin-right: 0;
    margin-left: 0;

}

#frmcliente #main-row {
    margin-right: 0;
    margin-left: 0;
}

#frmcliente h4 {
    color: #81a895;
    font-family: "Montserrat-Bold";
    text-align: center;
}


#frmcliente img {
    width: 95px;
    margin-bottom: 1em;
}

/*.formprinc form .paso {
    width: 25%;
    transition: margin-left 0.3s ease-in-out;
}*/
/*nuevo formulario*/

.containerFrm {
    width: 900px;
    background: #ffffff40;
    border-radius: 7px;
    text-align: center;
    padding: 30px 35px 0px 35px;
    margin: auto;
    margin-bottom: 20px;
}

.containerFrm header {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.containerFrm .form-princ {
    width: 100%;
    overflow: hidden;
}

.form-princ form {
    display: flex;
    width: 300%;
}

.form-princ form .pagina {
    width: 33%;
    transition: margin-left 0.3s ease-in-out;
}

.form-princ form .pagina .titulo {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-princ form .pagina .campo {
    margin: 3px 3px;
    display: flex;
    position: relative;
}

.form-princ form .pagina .campo .input-group {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid;
    margin: 0 3px;
}

.form-princ form .pagina .campo button {
    width: 30%;
    height: calc(100% + 5px);
    padding: 3px;
}

.containerFrm .progressbar {
    display: flex;
    margin: 40px 0;
}

.containerFrm .progressbar .paso {
    text-align: center;
    width: 100%;
    position: relative;
}

.progressbar .paso p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    position: relative;
}

.progressbar .paso p.active {
    color: green;
}

.progressbar .paso .num {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    border-radius: 50%;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    transition: 0.2s;
}

.progressbar .paso .num.active {
    border-color: green;
    
}

.progressbar .paso .num span {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}

.progressbar .paso .num.active span {
    display: none;
}

.progressbar .paso .check {
    display: none;
    position: absolute;
    left: 50%;
    top: 69%;
    font-size: 15px;
    transform: translate(-50%, -50%);
}

.progressbar .paso .check.active {
    display: block;
    color: green;
}

.progressbar .paso .num:before,
.progressbar .paso .num:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 5px;
    bottom: 10px;
    right: -160px;
    background-color: #000;
}

.progressbar .paso:last-child .num:before,
.progressbar .paso:last-child .num:after {
    display: none;
}

.progressbar .paso .num.active:after {
    background-color: green;
    animation: mov_Linea 0.3s linear forwards;
    transform: scaleX(0);
    transform-origin: left;
}

@keyframes mov_Linea {
    100% {
        transform: scaleX(1);
    }

}


/**/


/****** MEDIA QUERIES ******/

@media (max-width: 480px) {

    /* VENTANA DE DETALLES DEL ARTICULO - PRODUCTOS.PHP */
    .descripcion-articulo {
        font-size: 60%;
    }

    .precio-articulo {
        font-size: 1.5em;
    }

    /* PUBLICACIONES DEL BLOG */
    .post {
        flex-wrap: wrap;
    }

    .post img {
        width: 100%;
        margin-bottom: 1em;
    }

    #topbar {
        padding: 0.3em 1em;
        text-align: center;
    }

    #cms {
        padding-top: 25%;
    }

    /* POST */
    .post div {
        width: 100%;
    }

    /* CMS */
    #cms {
        padding: 0;
        padding: 45% 0 3% 0;
    }

    /* CONTACTO */
    #contacto {
        padding: 0;
        padding: 35% 0 10% 0;
    }

    /* FORMULARIO CLIENTES */
    #frmcliente {
        padding: 0;
        padding: 35% 0 10% 0;
    }
}

@media (max-width: 500px) {

    /* HEADER */
    #header {
        padding-top: 0;
    }

    /* FOOTER */
    #footer .row {
        margin: 0;
        padding: 2em 1em;
    }

    #footer .row .cell {
        min-height: fit-content;
    }
}

@media (max-width: 768px) {

    /* QUIENES SOMOS */
    .dedication-title-01 {
        font-size: 3em;
    }

    .dedication-title-02 {
        font-size: 3.5em;
    }

    /* VENTANA DE DETALLES DEL ARTICULO - PRODUCTOS.PHP */
    .linea-articulo {
        font-size: 0.6em;
    }

    .nombre-articulo {
        font-size: 1em;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .modal-body {
        flex-wrap: wrap;
    }

    /* BLOG */
    #blog-sidebar {
        display: none;
    }

    .post #post-vista-previa {
        width: 100%;
    }

    /* SCROLL TOP */
    #scroll-top {
        left: 85vw;
    }

    /* FAQ */
    #faq {
        padding: 0;
        padding: 20% 0 3% 0;
    }

    /* CONTACTO */
    #contacto #div1 {
        padding: 20px;
        margin-bottom: 1em;
        background-color: #81a895;
    }

    /* FORMULARIO CLIENTES */
    #frmcliente #div1 {
        padding: 20px;
        margin-bottom: 1em;
        background-color: #81a895;
    }
}

@media (min-width: 1024px) {

    /* ARTICULOS - PRODUCTOS.PHP */
    .descripcion-articulo {
        font-size: 70%;
    }

    /* CMS */
    #nueva-publicacion-form {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {

    /* NAVBAR */
    #main-menu a {
        font-size: 0.6em;
    }

    /* FOOTER */
    #footer .row {
        margin: 0;
    }

    #footerLogoDiv {
        display: none;
    }

    #footer input[name=suscriptor] {
        width: 75%;
        display: inline;
    }

    /* CMS */
    #nueva-publicacion-form {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* HEADER */
    #header {
        padding-top: 15vh;
    }

    .encabezado-btn-03 {
        font-size: 100%;
        width: fit-content;
        padding: 1em 2em;
    }

    .title-product {
        font-size: 90%;
        line-height: unset;
    }

    .nombre-articulo {
        font-size: 1em;
    }

    .product-btn {
        width: fit-content;
        padding: 0.5em 1em;
        font-size: 100%;
    }

    #sub-menu {
        display: none;
        position: relative;
        top: -18px;
        left: 205px;
        font-size: 0.6em;
    }

    /* BLOG */
    #blog .row {
        flex-wrap: wrap-reverse !important;
    }

    #blog-sidebar {
        margin-bottom: 2em;
    }

    .post-recientes figure {
        width: 125px;
        height: 75px;
    }

    .autor,
    .fecha {
        font-size: 0.7em !important;
    }

    /* SCROLL TOP */
    #scroll-top {
        top: 90vh;
        left: 90vw;
    }
}