:root {
    --negro: #2c2c2c;
    --amarillo: #d9c148;
    --naranja: #ee7828;
    --naranja1: #bf9004;
    --blanco: #ffffff;
    --gris: #999999;
    --rojo: #a62121;
    --marron: #806d61;

}

body {
    background-color: var(--blanco);
    background-image: url(./fondo.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

header {
    background-color: var(--negro);
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    border-bottom: 5px solid #ffffff;
}

header a {
    color: #ffffff;
}

header span {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 10px;
}

header .header {
    position: relative;
    justify-content: center;
}

#btn_menu {
    position: absolute;
    right: 0;
    padding: 20px;
}

.pslider {
    flex-wrap: nowrap !important;
}

.box {
    width: 100%;
    background-color: var(--naranja);
    background-image: url(../img/fondo@900x-100.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.in {
    max-width: 1100px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.in2 {
    max-width: 1160px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.img {
    /* width: calc(68% - 20px); */
    /* padding: 10px;
    box-sizing: border-box; */
    /* text-align: right; */


    width: 100%;
    max-width: 676px;
    aspect-ratio: 1.45 / 1;
    margin: 0 auto;
    position: relative;


}




#flipbook {

    width: 100%;
    height: 100%;
    /* width: 676px; */
    /* height: 466px; */
    /* margin: 0 auto !important; */
}

#flipbook img {
    width: 100%;
    height: 100%;
}

#flipbook.animation_turn {
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}

#flipbook.flipbook_marginjavi {
    margin-right: -318px;
    /* o lo que necesites */
    transition: all 0.3s ease;
}



/* .img img{
    width: 100%;
    max-width: 425px;
} */
.text {
    /* width: calc(45% - 0px); */
    padding: 40px 40px 40px 0px;
    box-sizing: border-box;
    transition: all .3s;
}

.text .text1 {
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 20px;
}

.text .text2 {
    font-size: 36px;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    padding-bottom: 20px;
}

.boxboton {
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

.boxboton a.btn {
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    outline: none;
    width: 100px;
    font-size: 21px;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #bf9004;
    text-decoration: none;
    transition: all .5s;

}

.boxboton a.btn:hover {
    background-color: var(--negro);


}

.box_tag {
    padding: 0px 50px 50px;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 400;
    border-bottom: 5px solid #ffffff;
}



/*///////////////////////////////////////*/
#inposts {
    background-color: var(--negro);
    /* padding: 50px 20px; */
}

.inpost {
    display: flex;
    flex-direction: row;
    gap: 0 40px;
}

.inpoststit h3 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 48px;
    color: var(--amarillo);
}

.inpoststit hr {
    border: solid 2px var(--naranja);
    height: 1px;
    background-color: var(--naranja);
    width: 30%;
    margin: 0;
}

.inpoststit h4 {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 24px;
    color: var(--gris);
    padding-bottom: 20px;
}

.inpost .inpostitem {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
    transition: all .3s;
}

.inpost .inpostitem:hover .inpostimg img {
    transform: scale(1.1);
}

.inpost .inpostitem:hover {
    transform: scale(1.01);
}

.inpost .inpostimg {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: var(--gris);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.inpost .inpostimg img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-fit: cover;
    transition: all .3s;
}

.inpost h5 {
    color: var(--amarillo);
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin: 10px 0 5px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.inpost .inpostfecha {
    color: var(--gris);
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.inpost p {
    color: var(--blanco);
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.inpost .inpostmas a {
    color: var(--rojo);
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 12px;
}

#sobremi {
    background-color: var(--blanco);
    /* padding: 50px 20px; */
}

.sobremi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 40px;
}

.sobremi>div:nth-child(1) {
    width: 60%;
    box-sizing: border-box;
}

.sobremi>div:nth-child(2) {
    width: 40%;
    box-sizing: border-box;
}

.sobremi>div:nth-child(2) img {
    width: 100%;
}

.sobremi h3 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 48px;
    color: var(--gris);

}

.sobremi hr {
    border: solid 1px var(--naranja);
    height: 1px;
    background-color: var(--naranja);
}

.sobremi h4 {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 24px;
    color: var(--gris);
}

.sobremi p {
    color: var(--negro);
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
}

#footer {
    padding: 0 0 0;
    background-color: var(--blanco);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    background-color: var(--naranja);
    background-image: url(../img/fondo@900x-100.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    margin: 30px 20px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: auto;
}

.footer>div:nth-child(1) {
    width: 28%;
    text-align: right;
    padding: 40px 0 40px 80px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    align-items: center;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
}

.footer>div:nth-child(2) {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-grow: 0;
    flex-shrink: 1;
    position: relative;
}

.footer>div:nth-child(2) img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.footer>div:nth-child(3) {
    width: 40%;
    padding: 30px 40px 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer>div:nth-child(3) .text2 {
    width: 100%;
    color: var(--blanco);
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
}

.footer>div:nth-child(3) .boxboton {
    width: 100%;
    color: var(--blanco);
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 21px;
    padding-top: 20px;
}

.footer>div:nth-child(3) .boxboton a {
    display: inline-block;
    width: auto;
}

.copy {
    background-color: var(--negro);
    text-align: center;
    color: var(--blanco);
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
}



.blog {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 40px;
}

.blog .inpoststit {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(35% - 20px);
    position: sticky;
    top: 30px;
}

.blog .inpoststit h2 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 48px;
    color: var(--naranja1);
    line-height: 110%;
}

.blog .inpoststit hr {
    border: solid 2px var(--naranja);
    height: 1px;
    background-color: var(--naranja);
    width: 85%;
    margin: 8px 0;
}

.blog .inpoststit h3 {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 24px;
    color: var(--gris);
}


.blog .inpost {
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(65% - 20px);
    flex-wrap: wrap;
}

.blog .inpost .inpostitem {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}

.blog .inpost .inpostitem h5 {
    color: var(--naranja1);
    padding: 10px 0 0;
    margin-bottom: 15px;
}

.blog .inpost .inpostitem p {
    color: var(--negro);
}

.blog .inpost .inpostitem:nth-child(1) {
    width: calc(100%);
    margin-bottom: 40px;
}

.blog .inpost .inpostitem:nth-child(1) p {
    text-align: justify;
}






.blogsingle {
    display: flex;
    flex-direction: row;
}


.blogsingle>div:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(25% - 20px);
}

.blogsingle>div:nth-child(2) {
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(75% - 20px);
    flex-wrap: wrap;
}



.blogsingle h1 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--naranja1);
    line-height: 110%;
}

.blogsingle .inpostfecha {
    color: var(--gris);
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 14px;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

.blogsingle .content {
    display: flex;
    flex-direction: column;
}

.blogsingle .descrip.content1 p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--negro);
}

.blogsingle p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--negro);
    text-align: justify;
}

.blogsingle h1.content1 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 40px;
    color: var(--naranja1);
    line-height: 110%;
}

.blogsingle ul,
.blogsingle ol {
    color: var(--negro);
}

.blogsingle li {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--negro);
    margin-bottom: 10px;
    text-align: justify;
}

.blogsingle .contentcontent1 {
    padding-top: 30px;
}

.blogsingle h1,
.blogsingle h2,
.blogsingle h3,
.blogsingle h4 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--naranja1);
    line-height: 110%;
}

.blogsingle p.content1 {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--negro);
}

.blogsingle .inpostimg {
    width: calc(100% + 25% + 40px);
    margin-left: calc(-25% - 40px);
    height: 0;
    padding-bottom: 56%;
    background-color: var(--gris);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.blogsingle .inpostimg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogrel {
    background-color: var(--negro);
}

.blogrel .inpost .inpoststit h2 {
    color: var(--amarillo);
}

.blogrel .inpost .inpostitem:nth-child(1) {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}

.blogrel .inpost .inpostitem p {
    color: var(--blanco);
}













@media (max-width: 900px) {
    .in {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    header {
        font-size: 1.2em !important;
        height: 100px;
        display: flex;
        flex-direction: column;
    }

    header .header {
        justify-content: left;

    }

    header span {
        display: block;
        padding-left: 0;
    }

    .box {
        flex-direction: column;
    }

    .box>.in>div {
        width: 100%;
    }

    .pslider {
        flex-wrap: wrap !important;
    }

    .img {
        text-align: center;
    }

    .text {
        padding: 20px;
    }

    .text1 {
        font-size: .9em !important;
    }

    .text2 {
        font-size: 1.5em !important;
    }

    .boxboton {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    .boxboton a.btn {
        display: inline-block;
        width: auto;
        padding: 10px 15px;
    }

    .boxboton .boxcantidad {
        justify-content: center;
    }

    .box_tag {
        font-size: 14px;
        line-height: 150%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inpost {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .inpost .inpostitem {
        width: 100%;
        margin-bottom: 40px;
        transition: all .3s;
    }

    .inpoststit h3 {
        font-size: 28px;
    }

    .inpoststit h4 {
        font-size: 16px;
    }

    .inpost h5 {
        font-size: 18px;
    }

    .inpost p {
        font-size: 12px;
    }

    .sobremi {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        gap: 0 40px;
    }

    .sobremi>div:nth-child(1) {
        width: 100%;
    }

    .sobremi>div:nth-child(2) {
        width: 80%;
    }

    .sobremi h3 {
        font-size: 28px;
    }

    .sobremi h4 {
        font-size: 16px;
    }

    .sobremi p {
        font-size: 12px;

    }

    .footer {
        flex-direction: column;
        gap: 20px 0;
        margin: 30px 20px;
        padding: 20px;
        text-align: center;
    }

    .footer>div:nth-child(1) {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        display: none;
    }

    .footer>div:nth-child(2) {
        width: 100%;
    }

    .footer>div:nth-child(2) img {
        width: 100%;
        display: block;
        position: relative;
        bottom: 0;
    }

    .footer>div:nth-child(3) {
        width: 100%;
        padding: 10px 0;
    }

    .blog {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
    }

    .blog .inpoststit {
        width: 100%;
        position: relative;
        top: 0px;
    }

    .blog .inpoststit h2 {
        font-size: 28px;
    }

    .blog .inpoststit h3 {
        font-size: 16px;
    }

    .blog .inpost {
        width: 100%;
    }

    .blog .inpost .inpostitem {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogsingle>div:nth-child(2) {
        width: 100%;
    }

    .blogsingle h1.content1 {
        text-align: center;
    }

    .blogsingle .inpostimg {
        width: 100%;
        margin-left: 0;
    }

    .blogrel .inpost .inpostitem:nth-child(1) {
        width: 100%;
        margin-bottom: 40px;
    }
}