* {
    margin: 0%;
    padding: 0%;
}

:root {
    --gradientBG: linear-gradient(#3b3b3b, var(--negro)); /*#252525*/
    --brandColor: #c4a000; /*#dbb406*/
    --brandTransparency: #c4a00077;
    --blanco: #fff;
    --negro: #000;
    --grisMedTitulo:#7c7c7c;
    --grisOsc: #131313;
}

body.body {
    background-color: var(--negro);
    width: 100vw;
    min-width: 100vw;
    min-height: 100vh;
    font-family: sans-serif;
    overflow-x: hidden;
}

body.budy {
    background-image: linear-gradient(to left, var(--negro), #202020);
    background-repeat: no-repeat;
    width: 100vw;
    min-width: 100vw;
    min-height: 100vh;
    font-family: sans-serif;
    overflow-x: hidden;
}

.whole /*todo dentro de body*/{
    background-image: linear-gradient(to left, var(--negro), #202020);
    background-repeat: no-repeat;
}

.wholePos {margin-left: 10vw;}
img {width: 70vw;}
p {color: #b4b4b4;line-height: 23px;}

.spaceFir { /*espacio entre secciones*/
    width: 100vw;height: 120px;
    background-color: var(--negro);
}

.space { /*espacio entre secciones*/
    width: 100%;height: 120px;
    /* background-color: transparent;*/
    background-image: linear-gradient(to left, var(--negro), #1d1d1d);
    background-repeat: no-repeat;
}

.titleAll {
    font-size: 50px;
    font-weight: 700;
    padding-top: 7%;
    color: var(--brandColor);
    margin-bottom: 0%;
    text-align: center;
}

.eachParr {
    width: 70%;
    margin: 4% 0 0 15%;
    color: #4b3d00;
    text-align: center;
}

.eachParr p {color: #979797;line-height: 25px;}
.btnHolder{width: 100%;display: grid;justify-content: center;margin: 4% 0;}
.verMas {
    max-width: 100%;
    background-color: var(--brandColor);
    color: var(--grisOsc);
    padding: 7px 40px;
    border-radius:7px;
    text-decoration: none;
}

/*---------------------------------- nav*/
/*---------------------------------- nav*/

.naav {
    height: 50px;
    background-color: var(--brandColor);
    position: fixed;
    top: 0;
    z-index: 7;
    width: 100vw;
    transition: .5s;
    cursor: pointer;
}

.navCont {
    max-width: 80%;
    width: 80%;
    margin-left: 20vw;
    margin-top: 0vh;
}

.n {margin-left: 1%;}

.nav {
    text-decoration: none;
    color: #202020;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
}

.nav0 {
    text-decoration: none;
    color: var(--blanco);
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
}

.menuMob /*menú responsivo o escalable*/{display: none; margin: 15px 0 0 40%;}

#drop {visibility: hidden;}

/*---------------------------------- primera parte*/
/*---------------------------------- primera parte*/

.prim {
    max-width: 80vw;
    width: 80vw;
    background-color: var(--negro);
}

.labPresen {
    display: block;
    position: relative;
    top: 47vh;
    z-index: 1;
    margin-left: 15vw;
}

.welc {
    font-size: 70px;
    text-align: center;
    color: var(--blanco);
}

.parraf {
    text-align: center;
    color: #727272;
    width: 90%;
    line-height: 23px;
    font-size: 18px;
    margin-left: 7%;
}

.img {
    width: 100%;
}

/*---------------------------------- segunda parte*/
/*---------------------------------- segunda parte*/

.seg {
    max-width: 80%;
    width: 80%;
    height: 87vh;
    background-color: var(--negro);
    margin-bottom: 7%;
}

.contSeg {
    margin-left: 10vw;
    background-image: linear-gradient(var(--negro), #202020);
    border-radius: 7px;
    padding-bottom: 7%;
    width: 80vw;
    height: 70vh;
}

.titleI {
    color: #3b3b3b;
    font-size: 50px;
    font-weight: 700;
    padding-top: 7%;
    text-align: center;
}

.valoresContenedor {
    display: grid;
    grid-template-columns: 270px 270px 270px;
    grid-template-areas: "box1 box2 box3";
    justify-content: space-around;
    margin-top: 7%;
}

.fiHolder {
    background-image: linear-gradient(#4b3d0025,#4b3d0031,#a0840631,#f5ca0b4b, var(--brandColor));
    border-radius: 7px;
}

.valTitle {
    font-size: 25px;
    color: var(--brandColor);
    font-weight: 700;
    margin: 7% 0 7% 0;
    text-align: center;
}

.weParr {
    color: #dfdfdf;
    width: 87%;
    margin: 7%;
}

/*---------------------------------- tercera parte*/
/*---------------------------------- tercera parte*/

.ter {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
}

.item img {
    width: 100%;
    margin-top: 15px;
}

#carousel {
    /* grid-row: 1 / 2;
    grid-column: 1 / 8; */
    width: 78vw;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* transform-style: preserve-3d; */
    perspective: 600px;
    --position: 2;
    margin-top: -4%;
}

.item {
    padding: 20px;
    border: 3px solid #4b3d00;
    border-radius: 20px;
    position: absolute;
    width: 300px;
    height: 250px;
    background-color: var(--grisOsc);
    --r: calc(var(--position) - var(--offset));
    --absolute: max(calc(var(--r) * -1), var(--r));
    transition: all 0.25s linear;
    transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
    z-index: calc((var(--position) - var(--absolute)));
}

.item:nth-of-type(1) {--offset: 1;}
.item:nth-of-type(2) {--offset: 2;}
.item:nth-of-type(3) {--offset: 3;}

.radHolder {
    background-color: var(--grisOsc);
    border-radius: 50px;
    border: #4b3d00 1px solid;
    width: 20%;
    height: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btnCarrCont {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 7%;
}

.webCarrBTN {
    padding: 20px 15px;
    color: var(--blanco);
    background-color: var(--brandColor);
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    border-radius: 7px;
}

label {
    margin: 4%;
}
.inToC {
    background-color: #3b3b3b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.chk {
    background-color: var(--brandColor);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.inU,.inD,.inT {visibility: hidden;}
.inU:checked ~ main#carousel {--position: 1;}
.inD:checked ~ main#carousel {--position: 2;}
.inT:checked ~ main#carousel {--position: 3;}

/*---------------------------------- cuarta parte*/
/*---------------------------------- cuarta parte*/

.cuar {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
}

.gridCont {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.holdBrand {
    width: 30%;
    background-color: var(--brandColor);
    margin-left: 2.7%;
    border-radius: 7px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.bu {
    background-image: url(images/brand-img\ \(1\).webp);
    background-size: cover;
    background-position: 50% 0%;
}

.bd {
    background-image: url(images/brand-img\ \(3\).webp);
    background-size: cover;
    background-position: 50% 70%;
}

.bt {
    background-image: url(images/brand-img\ \(2\).webp);
    background-position: 50% 70%;
    background-size: cover;
}

.btnBrand {
    background-color: transparent;
}

/*---------------------------------- quinta parte*/
/*---------------------------------- quinta parte*/

.quin {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
}

.imgCont {
    width: 100%;
    overflow-x: hidden;
}

.carrHolder {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-color: transparent;
    filter: brightness(40%);
}

.imgu {
    width: 100%;
    height: 100px;
    overflow: hidden;
    /* background-color: #4b3d00; */
    margin: 2% 0 2% 0;
}

.iu {
    background-image: url(images/psm.webp);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 670px;
    animation: movePic 17s infinite;
}@keyframes movePic {
    0% {transform: translateY(0%);}
    50% {transform: translatey(-100%);}
    100% {transform: translateY(0%);}
}

.imgd {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 2% 0 2% 0;
}

.id {
    background-image: url(images/psm1.webp);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 670px;
    animation: movePic 17s infinite;
}@keyframes movePic {
    0% {transform: translateY(0%);}
    50% {transform: translatey(-100%);}
    100% {transform: translateY(0%);}
}

.imgt {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 2% 0 2% 0;
}

.it {
    background-image: url(images/psm4.webp);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 670px;
    animation: movePic 17s infinite;
}@keyframes movePic {
    0% {transform: translateY(0%);}
    50% {transform: translatey(-100%);}
    100% {transform: translateY(0%);}
}

.imgc {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 2% 0 2% 0;
}

.ic {
    background-image: url(images/psm5.webp);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 670px;
    animation: movePic 17s infinite;
}@keyframes movePic {
    0% {transform: translateY(0%);}
    50% {transform: translatey(-100%);}
    100% {transform: translateY(0%);}
}

.imgMost {
    width: 100%;
}

/*---------------------------------- sexta parte*/
/*---------------------------------- sexta parte*/

.sext {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
}

.partToChoose {
    display: grid;
    justify-content: center;
    align-items: center;
}

.ilImgOne {
    background-image: url(images/bunnyFolger.webp);
    background-size: cover;
    filter: brightness(70%);
    width: 270px;
    height: 110px;
    cursor: pointer;
    animation: changePicO 9s infinite;
}@keyframes changePicO {
    20% {background-image: url(images/mabel.webp);transition: ease-in-out 2s;}
    40% {background-image: url(images/oliver.webp);transition: ease-in-out 2s;}
    70% {background-image: url(images/charles.webp);transition: ease-in-out 2s;}
    100% {background-image: url(images/bunnyFolger.webp);transition: ease-in-out 2s;}
}

.ilImgTwo {
    background-image: url(images/mobius.webp);
    background-size: cover;
    filter: brightness(70%);
    width: 270px;
    height: 110px;
    cursor: pointer;
    animation: changePicT 13s infinite;
}@keyframes changePicT {
    20% {background-image: url(images/loki.webp);transition: ease-in-out 2s;}
    40% {background-image: url(images/syl.webp);transition: ease-in-out 2s;}
    70% {background-image: url(images/tempad.webp);transition: ease-in-out 2s;}
    100% {background-image: url(images/telar.webp);transition: ease-in-out 2s;}
}

.ilImgThree {
    background-image: url(images/china.webp);
    background-size: cover;
    filter: brightness(70%);
    width: 270px;
    height: 110px;
    cursor: pointer;
    animation: changePicTh 7s infinite;
}@keyframes changePicTh {
    20% {background-image: url(images/union.webp);transition: ease-in-out 2s;}
    70% {background-image: url(images/usa.webp);transition: ease-in-out 2s;}
    100% {background-image: url(images/china.webp);transition: ease-in-out 2s;}
}

.ilImgFour {
    background-image: url(images/spider-primera.webp);
    background-size: cover;
    filter: brightness(70%);
    width: 270px;
    height: 110px;
    cursor: pointer;
    animation: changePicF 7s infinite;
}@keyframes changePicF {
    20% {background-image: url(images/spider-segunda.webp);transition: ease-in-out 2s;}
    70% {background-image: url(images/stan.webp);transition: ease-in-out 2s;}
    100% {background-image: url(images/spider-primera.webp);transition: ease-in-out 2s;}
}

.ilImgFive {
    background-image: url(images/soldiers.webp);
    background-size: cover;
    filter: brightness(70%);
    width: 270px;
    height: 110px;
    cursor: pointer;
}

.ilImgSix {
    background-image: url(images/docCem.webp);
    background-size: cover;
    filter: brightness(70%);
    width: 270px;
    height: 110px;
    cursor: pointer;
}

/*---------------------------------- septima parte*/
/*---------------------------------- septima parte*/
.sept {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
}

.edsHolr {margin: 10vh 0 0 0;display: flex;flex-direction: row;justify-content: space-around;}

.sShape{width: 30%;height: 100%;}

.vieds{width: 100%;}

/*---------------------------------- octava parte*/
/*---------------------------------- octava parte*/

.octa {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
}

.dataGrap {width: 80vw;}

/*---------------------------------- novena parte*/
/*---------------------------------- novena parte*/

.nove {
    max-width: 80vw;
    width: 80vw;
    background-color: #13131327;
    border-top: 4px solid var(--grisOsc);
    border-bottom: 4px solid var(--grisOsc);
    border-radius: 7px;
    display: grid;
    justify-content: center;
}

/*---------------------------------- decima parte*/
/*---------------------------------- decima parte*/

.deci {
    max-width: 80vw;
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    justify-content: center;
}

.fh {
    width: 70%;
    position: relative;
    top: 47%;
    z-index: 1;
    display: grid;
    justify-content: center;
}

.fooContCont {
    width: 100%;
}

.socialCont {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.scBtnCont {display: flex;flex-direction: row;}

.aSocial {
    padding: 7px 20px;
    background-color: var(--brandColor);
    border-radius: 25px;
    color: var(--grisOsc);
    margin: 4%;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.scBtnCont {margin-left: -20%;}

.mail {
    margin: 7%;
    font-size: 20px;
    color: var(--blanco);
    display: flex;
    justify-content: center;
}

.logoFin {
    margin: 7% 0 0 10%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.logoImgFin {
    width: 120px;
}

.footer {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    color: #4b3d00;
    font-weight: 700;
    font-size: 20px;
}

.lasLilSe {width:100vw;background-color:#131313;height:7vh;display:flex;justify-content:center;}
.term {color: var(--blanco);cursor: pointer;margin-top: 2%;}

/*---------------------------------- cada página*/
/*---------------------------------- cada página*/

.contHolder {
    max-width: 80vw;
    min-width: 80vw;
    width: 80vw;
    min-height: 70vh;
    margin-top: 20vh;
    margin-left: 10vw;
    background-color: transparent;
}

.initP {
    background-color: #131313;
    border-radius: 7px;
    padding: 7% 0;
    margin-bottom: 4%;
}

.initCont {margin-left: 4%;}
.servTextExpCont {margin-top: 4%;width: 70%;}

.allTitleEP {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1%;
}

.subTitleAll {color: var(--brandColor);}

/*------- footer*/
/*------- footer*/

.footerCont {
    max-width: 100vw;
    width: 100vw;
    background-color: var(--negro);
    display: flex;
    justify-content: center;
    padding: 4% 0 0 0;
}

.ft {width: 80vw;max-width: 80vw;min-width: 80vw;display: grid;justify-content: center;}
.titleAllFootAll{font-size: 25px;}
.mailServ {font-size: 30px;color: var(--blanco);text-align: center;margin-top: 4%;}
.clD {border-top: 2px solid #131313;}
.footerB{text-align: center;margin: 4%; 0}

/*---------------------------------- web*/
/*---------------------------------- web*/

.scCont{width: 80vw;height: 70vh;display: flex;justify-content: center;}
.screenTitle{font-size: 40px;color: #7c7c7c;margin-bottom: 4%;}
.ptc {display: none;}
.screen{background-color:#131313;border: #000 10px solid;border-radius: 7px;overflow-y: hidden;}
.screen{width: 100%;height: 70vh;animation: webRes 7s infinite;}
@keyframes webRes {
    0%{width: 100%;height: 70%;background-color: #c4a000;}
    50%{width: 35%;height: 70%;background-color: aquamarine;}
    100%{width: 20%;height: 50%;background-color: blueviolet;}}

/*---------------------------------- brand*/
/*---------------------------------- brand*/

.brandCont{width: 80vw;min-height:100%;height:70vh;border-radius: 7px;display: flex;
    flex-direction: row;background-color: transparent;}

.brDspl{width: 100%;display: flex;flex-direction: row;display: flex;justify-content: space-around;}

.brHold {
    width: 50vw;
    height: 60vh;
    overflow: hidden;
    border-radius: 7px;
}

.brInfCont {background-color: #131313;border-radius: 7px;margin: 10% 4% 4% 4%;}
.brInfCont{width: 50%;height:50%;display: flex;justify-content: center;align-items: center;}
.titleBrs {margin-left: 5%;font-size: 20px;font-weight: 700;color: var(--blanco);}

.imgholderF {
    height: 100%;width: 100%;
    animation: brandF 70s infinite;
} @keyframes brandF {
    0% {transform: translateY(0%);}
    50% {transform: translateY(-257%);}
    100% {transform: translateY(0%);}
}

.imgholderS {
    height: 100%;width: 100%;
    animation: brandS 70s infinite;
} @keyframes brandS {
    0% {transform: translateY(0%);}
    50% {transform: translateY(-340%);}
    100% {transform: translateY(0%);}
}

.imgholderT {
    height: 100%;width: 100%;
    animation: brandT 70s infinite;
} @keyframes brandT {
    0% {transform: translateY(0%);}
    50% {transform: translateY(-170%);}
    100% {transform: translateY(0%);}
}

.brimg {width: 100%;}

.colorBOne{background-color: transparent;}

/*---------------------------------- images*/
/*---------------------------------- images*/

.imgBr{width: 100%;display: flex;flex-direction: row;overflow-x: hidden;margin-top: 7%;}
.imgBrH{width: 100%;display: flex;overflow-x: hidden;margin-top: 7%;}
.smImgCont{background-color: #131313;width: 100%;padding: 4% 0;border-radius: 7px;margin-bottom: 4%;}
.imgBrCov{width: 100%;display: flex;flex-direction: row;justify-content: space-around;margin-bottom: 4%;}
.imd{width: 100%;}
.imgT{font-size: 25px;text-align: center;margin-bottom: 4%;}
.imdCov:nth-of-type(1){
    width: 20%;
    height: 200px;
    border-radius: 50%;
    background-image: url(images/destCov\ \(1\).webp);
    background-position: center;
    background-size: cover;
}

.imdCov:nth-of-type(2){
    width: 20%;
    height: 200px;
    border-radius: 50%;
    background-image: url(images/destCov\ \(2\).webp);
    background-position: 45% 42%;
    background-size: cover;
}

.imdCov:nth-of-type(3){
    width: 20%;
    height: 200px;
    border-radius: 50%;
    background-image: url(images/destCov\ \(3\).webp);
    background-position: 45% 40%;
    background-size: cover;
}

.imdCov:nth-of-type(4){
    width: 20%;
    height: 200px;
    border-radius: 50%;
    background-image: url(images/destCov\ \(4\).webp);
    background-position: center;
    background-size: cover;
}

.imgTitleCont{width: 100%;display: flex;justify-content: center;margin-bottom: 4%;}
.imgSbTitle {font-size: 35px;}

.imdSt:nth-of-type(1){
    width: 20%;
    height: 40vh;
    background-image: url(images/menuGouSt1.webp);
    background-size: cover;
}

.imdSt:nth-of-type(2){
    width: 20%;
    height: 40vh;
    background-image: url(images/menuGouSt2.webp);
    background-size: cover;
}

.imdSt:nth-of-type(3){
    width: 20%;
    height: 40vh;
    background-image: url(images/menuGouSt3.webp);
    background-size: cover;
}

.imdSt:nth-of-type(4){
    width: 20%;
    height: 40vh;
    background-image: url(images/menuGouSt4.webp);
    background-size: cover;
}

.imdPt:nth-of-type(1){
    width: 20%;
    height: 20vh;
    background-image: url(images/tec.webp);
    background-size: cover;
}

.imdPt:nth-of-type(2){
    width: 20%;
    height: 20vh;
    background-image: url(images/tec1.webp);
    background-size: cover;
}

.imdPt:nth-of-type(3){
    width: 20%;
    height: 20vh;
    background-image: url(images/chev.webp);
    background-size: cover;
}

.imdPt:nth-of-type(4){
    width: 20%;
    height: 20vh;
    background-image: url(images/chev1.webp);
    background-size: cover;
}

.imdV:nth-of-type(1){
    width: 50%;
    height: 70vh;
    background-image: url(images/CoffeeFlyer1.webp);
    background-size: cover;
}

.imdV:nth-of-type(2){
    width: 50%;
    height: 70vh;
    background-image: url(images/GourtmezLightV.webp);
    background-size: cover;
}

/* .imgBrH */

.imdH:nth-of-type(1){
    width: 100%;
    height: 62.7vh;
    background-image: url(images/stran.webp);
    background-size: cover;
    animation: hor 40s infinite;
} @keyframes hor {
    0%{transform: translateX(0);}
    7%{background-image: url(images/stran.webp);transform: translateX(0);}
    14%{transform: translateX(-100%);}
    21%{background-image: url(images/fut-dos.webp);transform: translateX(0);width: 100%;}
    28%{transform: translateX(-100%);}
    35%{background-image: url(images/DCGonzalez-flyer.webp);transform: translateX(0);}
    42%{transform: translateX(-100%);}
    49%{background-image: url(images/CoffeeFlyer2.webp);transform: translateX(0);}
    56%{transform: translateX(-100%);}
    63%{background-image: url(images/fut-uno.webp);transform: translateX(0);}
    70%{transform: translateX(-100%);}
    77%{background-image: url(images/twitter.webp);transform: translateX(0);}
    90%{transform: translateX(-100%);}
    100%{transform: translateX(0);}
}

/* .imdH:nth-of-type(2){
    width: 30%;
    height: 50vh;
    background-image: url(images/CoffeeFlyer2.webp);
    background-size: cover;
} */

/*---------------------------------- ilustración*/
/*---------------------------------- ilustración*/

.iluCatCont {
    background-color: #131313;
    width: 100%;
    padding: 4% 0 2% 0;
    margin: 4% 0 4% 0;
    border-radius: 7px;
}

.iluCatContTB {
    background-color: #131313;
    width: 47%;
    padding: 4% 0 2% 0;
    margin: 4% 0 4% 0;
    border-radius: 7px;
}

.iluTBCont{width: 100%;display: flex;flex-direction: row;justify-content: space-between;}

.iluLilTitleCont {width: 100%;display: flex;justify-content: center;margin-bottom: 4%;}

.iluLilTitles {
    font-size: 30px;
    color: #7c7c7c;
}

.dibClasCont {width: 100%;display: flex;justify-content: center;}

.dibImgCont {
    width: 98%;
    height: 30vh;
    border-radius: 7px;
    background-image: url(images/war.webp);
    background-size: cover;
    animation: dibF 100s infinite ease-in-out;
} @keyframes dibF {
    5%{background-position: bottom;}
    7%{background-image: url(images/china.webp);}
    9%{background-position: top;}
    10%{background-image: url(images/union.webp);}
    12%{background-position: bottom;}
    14%{background-image: url(images/usa.webp);}
    16%{background-position: top;}
    18%{background-image: url(images/soldiers.webp);}
    20%{background-position: bottom;}
    22%{background-image: url(images/p-blog-1500x900\ 13.webp);}
    24%{background-position: top;}
    26%{background-image: url(images/p-blog-1500x900\ 11.webp);}
    28%{background-position: bottom;}
    30%{background-image: url(images/spider-port.webp);}
    32%{background-position: top;}
    34%{background-image: url(images/spider-primera.webp);}
    36%{background-position: bottom;}
    38%{background-image: url(images/spider-segunda.webp);}
    40%{background-position: top;}
    42%{background-image: url(images/stan.webp);}
    44%{background-position: bottom;}
    46%{background-image: url(images/tempad.webp);}
    48%{background-position: top;}
    50%{background-image: url(images/telar.webp);}
    52%{background-position: bottom;}
    54%{background-image: url(images/ciud.webp);}
    56%{background-position: top;}
    58%{background-image: url(images/lok-first.webp);}
    60%{background-position: bottom;}
    62%{background-image: url(images/stick.webp);}
    64%{background-position: top;}
    67%{background-image: url(images/arconiaBook.webp);}
    70%{background-position: bottom;}
    72%{background-image: url(images/bunnyFolger.webp);}
    74%{background-position: top;}
    77%{background-image: url(images/onlyMurders.webp);}
    80%{background-position: bottom;}
    82%{background-image: url(images/gus-sweet-tooth.webp);}
    84%{background-position: top;}
    86%{background-image: url(images/st-st.webp);}
    88%{background-position: bottom;}
    90%{background-image: url(images/smallPortB.webp);}
    92%{background-position: top;}
    94%{background-image: url(images/smallTres.webp);}
    96%{background-position: bottom;}
    98%{background-image: url(images/smallCinco.webp);}
    100%{background-position: top;}
}

.posterImgCont {
    width: 98%;
    height: 80vh;
    background-image: url(images/Poster_Loki.webp);
    background-size: cover;
    border-radius: 7px;
}

.lineImgCont {
    width: 98%;
    height: 80vh;
    background-image: url(images/portada-Yeshua.webp);
    background-size: cover;
    border-radius: 7px;
}

.CharDesCont {
    width: 98%;
    height: 80vh;
    background-image: url(images/pavoo.webp);
    background-size: cover;
    border-radius: 7px;
}

.conArCont {
    width: 98%;
    height: 80vh;
    background-image: url(images/mano.webp);
    background-size: cover;
    border-radius: 7px;
}

/*---------------------------------- videos*/
/*---------------------------------- videos*/

.edsPHolder{
    max-width: 80vw;
    width: 80vw;
    margin-top: 20vh;
    margin-left: 15vw;
    background-color: transparent;
}

.allTitle {
    color: var(--blanco);
}

.edsHolder {margin: 10vh 0 0 0;display: grid;justify-content: center;}
.edsHolr, .edsHlr {display: flex;flex-direction: row;justify-content: space-around;}
.edsHolder, .edsHolr {width: 100%;background-color: #131313;border-radius: 7px;padding: 4% 0;}
.veds{width: 70vw;height: 55vh;}
.sShape{width: 30%;height: 100%;}
.vieds{width: 100%;}

/*---------------------------------- términos*/
/*---------------------------------- términos*/

.termTitle{margin-bottom: 4%;color: var(--grisMedTitulo);}
.lilTitle{color: var(--grisMedTitulo);}

/*---------------------------------- medias queries*/
/*---------------------------------- medias queries*/
/*---------------------------------- medias queries*/
/*---------------------------------- medias queries*/
/*---------------------------------- medias queries*/
/*---------------------------------- medias queries*/
/*---------------------------------- medias queries*/

@media (max-width: 900px){
    body {width: 100vw;min-width: 100vw;max-width: 100vw;}
    .prim, .seg, .ter, .cuar, .quin,
    .sext, .sept, .octa, .nove, .deci {
        width: 90vw;
        max-width: 90vw;
        min-height: 100%;
        height: 100%;
    }
    .wholePos {margin-left: 2vw;}
    .btnHolder {justify-content: start;}
    .contHolder{margin-left: 5vw;}
    /*------------------------------ nav*/
    /*------------------------------ nav*/
    .menuMob {display: block;margin-top: 0vh;}
    .naav {width: 100vw;min-width: 100vw;}
    .navCont {
        display: flex;
        flex-direction: column;
        margin-top: 2%;
        height: 100%;
        transform: translateX(100%);
        transition: all .2s ease;
    }
    .menuHidden {
        opacity: 100%;
        /* transition: ease-in-out 4s; */
    }
    .n {
        background-color: #0000009c;
        color: var(--blanco);
        width: 100px;
        padding: 2vh 67vw 5vh 2vw;
        border-bottom: var(--brandColor) 2px solid;
        overflow-y: scroll;
    }
    #drop:checked ~ .navCont {
        transform: translateX(0%);
        transition: all 4s ease;
    }
    /*------------------------------ primera parte*/
    /*------------------------------ primera parte*/
    .labPresen {top: 27vh;margin-left: 5vw;}
    .welc {display: inline;font-size: 15vw;}
    .parraf {margin-top: 7%;width: 100%;text-align: start;}
    .holdLabLog {
        display: grid;
        justify-content: end;
        position: relative;
        top: -7vh;
        left: 7vw;
    }
    /*------------------------------ segunda parte*/
    /*------------------------------ segunda parte*/
    .seg {padding-bottom: 7%;}
    .contSeg {
        margin-left: 2vw;
        width: 94vw;
        height: 100%;
    }
    .titleI {line-height: 40px;margin-bottom: 7%;}
    .valoresContenedor {
        width: 100%;
        display: grid;
        grid-template-columns: 300px;
        grid-template-rows: 170px 170px 170px;
        grid-template-areas: "box1" "box2" "box3";
        gap: 27px;
    }
    .fiHolder .weParr {text-align: center;}
    /*------------------------------ tercera parte*/
    /*------------------------------ tercera parte*/
    #carousel {width: 100%;}
    /*------------------------------ sexta parte*/
    /*------------------------------ sexta parte*/
    .ilImgOne,.ilImgTwo,.ilImgThree,
    .ilImgFour,.ilImgFive,.ilImgSix  {
        width: 85vw;
        height: 140px;
    }
    /*------------------------------ decima parte*/
    /*------------------------------ decima parte*/
    .deci{margin-left: 5vw;}
    /*------------------------------ cada página*/
    /*------------------------------ cada página*/
    /* .contHolder{width: 90vw;} */
    /*------------------------------ web*/
    /*------------------------------ web*/
    @keyframes webRes {
    0%{width: 100%;height: 50%;background-color: #c4a000;}
    50%{width: 40%;height: 50%;background-color: aquamarine;}
    100%{width: 20%;height: 30%;background-color: blueviolet;}}
    /*------------------------------ brand*/
    /*------------------------------ brand*/
    .brandCont{width: 90vw;background-color: #131313;margin: 7% 0;}
    .brDspl{flex-direction: column;}
    .b{display: flex;flex-direction: column-reverse;}
    .brHold{width: 100%;}
    .brInfCont{height:10%;justify-content: start;}
    /*------------------------------ images*/
    /*------------------------------ images*/
    .imdV:nth-of-type(1){width: 100%;height: 75vh;}
    .imdV:nth-of-type(2){display: none;}
    .imdH:nth-of-type(1){width: 100%;height: 30.7vh;}
    .imdCov:nth-of-type(1),.imdCov:nth-of-type(2),
    .imdCov:nth-of-type(3),.imdCov:nth-of-type(4){height: 100px;}
    .imdSt:nth-of-type(1){width: 100%;height: 100%;}
    .imdSt:nth-of-type(2),.imdSt:nth-of-type(3),
    .imdSt:nth-of-type(4){display: none;}
    /*------------------------------ illustration*/
    /*------------------------------ illustration*/
    .iluTBCont{flex-direction: column;}
    .iluCatContTB{width: 100%;}
    .dataGrap{width: 90vw;}
    /*------------------------------ video*/
    /*------------------------------ video*/
    .veds{width: 90vw;}
}

/*celulares*/

@media (max-width: 480px){
    body {width: 100vw;}
    .whole {margin-left: 0vw;}
    .wholePos {margin-left: 2vw;}
    .titleAll {text-align: start;font-size: 30px;margin-left: 4vw;}
    .eachParr {width: 90%;text-align: start;margin-left: 4vw;}
    .prim,.seg,.ter,.cuar,.quin,.sext,.deci {
        width: 90vw;
        max-width: 90vw;
        height: 100%;
        min-height: 100vh;
        margin-left: 0%;
    }
    .btnHolder {justify-content: start;margin-left: 4vw;}
    .partToChoose, .imgCont {margin-left: 2vw;width: 94%;}
    /*------------------------------ nav*/
    /*------------------------------ nav*/
    .menuMob {display: block;margin-top: 0vh;}
    .naav {width: 100vw;min-width: 100vw;}
    .navCont {
        display: flex;
        flex-direction: column;
        margin-top: 2.1vh;
        height: 100%;
        transform: translateX(110%);
        transition: all .2s ease;
    }
    .menuHidden {opacity: 100%;transition: ease-in-out 1s;}
    .n {
        background-color: #0000009c;
        color: var(--blanco);
        width: 100px;
        padding: 2vh 57vw 5vh 2vw;
        border-bottom: var(--brandColor) 2px solid;
        overflow-y: scroll;
        border-right: none;
    }
    #drop:checked ~ .navCont {
        transform: translateX(0%);
        transition: all 1s ease;
    }
    /*------------------------------ primera parte*/
    /*------------------------------ primera parte*/
    .labPresen {top: 27vh;margin-left: 5vw;}
    .welc {display: inline;font-size: 15vw;}
    .parraf {margin-top: 7%;width: 100%;text-align: start;}
    .holdLabLog {
        display: grid;
        justify-content: end;
        position: relative;
        top: -7vh;
        left: 7vw;
    }
    /*------------------------------ segunda parte*/
    /*------------------------------ segunda parte*/
    .seg {padding-bottom: 7%;}
    .contSeg {margin-left: 2vw;width: 94vw;}
    .titleI {line-height: 40px;margin-bottom: 7%;}
    .valoresContenedor {
        width: 100%;
        display: grid;
        grid-template-columns: 300px;
        grid-template-rows: 180px 190px 180px;
        grid-template-areas: "box1" "box2" "box3";
        gap: 27px;
    }
    .fiHolder .weParr {text-align: center;}
    /*------------------------------ tercera parte*/
    /*------------------------------ tercera parte*/
    #carousel {width: 100%;}
    /*------------------------------ sexta parte*/
    /*------------------------------ sexta parte*/
    .ilImgOne,.ilImgTwo,.ilImgThree,.ilImgFour,
    .ilImgFive,.ilImgSix {
        width: 85vw;
        height: 140px;
    }
    /*------------------------------ septima parte*/
    /*------------------------------ septima parte*/
    .edsHolr {margin: 5vh 0 0 0;}
    /*------------------------------ octava parte*/
    /*------------------------------ octava parte*/
    .dataGrap {width: 90vw;}
    /*------------------------------ decima parte*/
    /*------------------------------ decima parte*/
    .fh {width: 100%;}
    .tc{height: 10%;}
    .scBtnCont {flex-direction: column;margin-left: 0;}
    .mail {margin: 0 7%;justify-content: start;}
    .footer{font-size: 15px;padding: 0;}
    .mailServ{font-size: 20px;}
    /*------------------------------ cada página*/
    /*------------------------------ cada página*/
    .contHolder{
        max-width: 90vw;
        min-width: 90vw;
        width: 90vw;
        margin-left: 4vw;
    }
    /*------- footer*/
    .footerB{font-size: 15px;margin-bottom: 4%;}
    .titleAllFootAll{text-align: center;}
    /*------------------------------ web*/
    /*------------------------------ web*/
    @keyframes webRes {
    0%{width: 100%;height: 30%;background-color: #c4a000;}
    50%{width: 60%;height: 30%;background-color: aquamarine;}
    100%{width: 35%;height: 30%;background-color: blueviolet;}}
    /*------------------------------ brand*/
    /*------------------------------ brand*/
    .brandCont{width: 90vw;background-color: #131313;margin: 7% 0;}
    .brDspl{flex-direction: column;}
    .b{display: flex;flex-direction: column-reverse;}
    .brHold{width: 100%;}
    .brInfCont{height:7%;justify-content: start;}
    /*------------------------------ images*/
    /*------------------------------ images*/
    .imdV:nth-of-type(1){width: 100%;height: 55vh;}
    .imdV:nth-of-type(2){display: none;height: 0%;}
    .imdH:nth-of-type(1){width: 100%;height: 20.7vh;}
    .imdCov:nth-of-type(1),.imdCov:nth-of-type(2),
    .imdCov:nth-of-type(3),.imdCov:nth-of-type(4){height: 50px;}
    .imdSt:nth-of-type(1){width: 94%;height: 74vh;}
    .imdSt:nth-of-type(2),.imdSt:nth-of-type(3),
    .imdSt:nth-of-type(4){display: none;}
    /*------------------------------ illustration*/
    /*------------------------------ illustration*/
    .iluTBCont{flex-direction: column;}
    .iluCatContTB{width: 100%;}
    /*------------------------------ video*/
    /*------------------------------ video*/
    .veds{width: 90vw;height: 25vh;}
}

@media (max-width: 380px){
    body {width: 100%;}
    .prim, .sext {max-width: 97%;}
}