.container {
  width: 280px;
  top: 0;
  bottom: 0;
  left: -240px;
  /* left: 0px; */
  /* border: 3px solid white; */
  position: fixed;
  box-sizing: border-box;
  border-right: var(--borderojooscuro);
  transition: 0s ease-in-out;
  background-color: var(--mainColorBlack);
  z-index: 100000;
  opacity: 1;
}


/* .container:hover{
  left: 0;
  transition:200ms;
} */

.blurredMenuBackground {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  /* transition: 0.1s; */
  /* transition: 0.3s ease-in-out; */
  z-index: 11009;
}

/* .container:hover >  */

.flex {
  /* position: relative; */
  box-sizing: border-box;
  height: 100%;
  width: 280px;
  /* border: 1px solid rgb(255, 0, 0); */
  flex-direction: column;
  display: flex;
  overflow: hidden;
  gap: 5px;
  box-shadow: var(--sombrarojavertical);
  overflow-y: auto;
  background: var(--mainGrayBackgroudColor);
}

@media (max-width:500px) {
  .flex {
    box-shadow: none;

  }
}

.cells {
  /* border: 2px solid orange; */
  height: 100%;
  /* width: 100%; */
  display: grid;
  grid-template-columns: 220px auto;
  border-radius: var(--borderradius);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  
}
.cellsb {
  /* transition: 0.3s ease-in-out; */
  /* border: 2px solid orange; */
  height: 100%;
  /* width: 100%; */
  display: grid;
  grid-template-columns: 220px auto;
  border-radius: var(--borderradius);
  
}

.cell1 {
  display: grid;
  grid-row: 1;
  grid-column: 1/2;
  /* border: 2px solid white; */
}
.cell2 {
  /* transition: 0.3s ease-in-out; */
  display: grid;
  grid-row: 1;
  grid-column: 2/3;
  /* border: 2px solid white; */
  /* background-color: red; */
  /* align-items: center; */
  /* place-items: center; */
  place-content: center;
}

.cells:hover {
  grid-template-columns: 280px auto;
  background-color: var(--colorrojo);
}

.cells-hover:hover {
  grid-template-columns: 280px auto;
  background-color: var(--colorrojo);
}



.cells.no-hover:hover {
  grid-template-columns: 220px auto;
  background-color: initial;
}


/* @media (hover: none) {
  .cells{
    pointer-events: none
  }
} */


.logos {
  display: grid;
  /* margin: auto; */
  /* border: 1px solid yellow; */
  transform: scale(0.7, 0.7);
  cursor: pointer;
   /* align-items: center; */
  }
  
  .currentLogo {
    transition: 1s ease-in-out;
    display: grid;
    margin: auto;
    /* border: 1px solid yellow; */
    transform-origin: center;
  transform: scale(1.2, 1.2);
  margin-left: 8px;
 
}
.homeLogo{
  transform: scale(1.3, 1.3);
  
}

.cells:hover > .logos {
  /* transform: rotate(360deg); */
  transform: rotate(360deg);
}

.pageButton {
  background-color: var(--BackgroundBtns);
  border: var(--borderojooscuro);
  color: var(--txtColor);
  font-size: 24px;
  border-radius: var(--borderradius);
  cursor: pointer;
  
  
}

.currentPageButton {
  background-color: var(--BackgroundBtnsHover);
  border: var(--borderojo);
  /* transition: var(--tiempodeanimacion); */
  color: var(--colorrojo);
  font-size: 40px;
  border-radius: var(--borderradius);
  /* width: 280px; */
  z-index: 1;
}
.pageButton:hover {
  border: var(--borderojo);
  background-color: rgb(188, 176, 176);
  /* transition: 0.3s ease-in-out; */
}

.buttons:hover > .pageButton {
  color: var(--colorrojo);
  font-size: 28px;
  
}

.background {
  z-index: -99999999;
  min-width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.874);
  /* background-color: var(--mainColorBlack); */
  /* background-color: var(--mainColorBlack); */
  /* opacity: 1; */
  /* background: radial-gradient(circle, transparent 20%, var(--mainColorBlack) 20%, var(--mainColorBlack) 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, var(--mainColorBlack) 20%, var(--mainColorBlack) 80%, transparent 80%, transparent) 15px 15px, linear-gradient(rgba(255, 0, 0, 0.86) 1.2000000000000002px, transparent 1.2000000000000002px) 0 -0.6000000000000001px, linear-gradient(90deg, rgba(255, 0, 0, 0.86) 1.2000000000000002px, var(--mainColorBlack) 1.2000000000000002px) -0.6000000000000001px 0; */
  /* background-size: 30px 30px, 30px 30px, 15px 15px, 15px 15px; */
  /* min-height: 200%; */
}

@media (max-width: 1090px) {
  .container {
    left: -280px;
  }
}

/* ------------------------------^-------------------------------menu------------------------------------^------------------------------------- */

.titleDiv {
  position: fixed;
  top: 0;
  /* bottom: 250px; */
  height: 100px;
  left: 0;
  right: 0;
  background-color: var(--mainGrayBackgroudColor);
  border: var(--borderojo);
  z-index: 9998;
  border-bottom-right-radius: 15px;
  box-shadow: var(--sombrarojaorizontal);
}

.titleDiv2 {
  position: fixed;
  top: 0;
  /* bottom: 250px; */
  height: 96px;
  left: 0;
  right: 0;
  background-color: var(--mainGrayBackgroudColor);
  /* border: var(--borderojo); */
  border-right: var(--borderojo);
  z-index: 10000;
  border-bottom-right-radius: 15px;
  /* box-shadow: var(--sombrarojaorizontal); */
}

/* ------------------------------------------------------ */

.tittleAContainer{
  /* background-color: beige; */
  top: 94px;
  height: 20px;
  width: 100%;
  position: fixed;
  z-index: 9999;
}



.tittleGrid{
  display: grid;
  /* position: fixed; */
  /* background-color:var(--mainColorBlack); */
  width:calc(230px + 20%);
  height: 100%;
  margin: auto;
  grid-template-columns: 15px auto 15px;
}

.cell1a{
  grid-column: 1/2;
  grid-row: 1;
  height: 70%;
  background-color: transparent;
  border-top: 5px solid var(--mainGrayBackgroudColor);
  border-right: 5px solid var(--mainGrayBackgroudColor);
  border-top-right-radius: 60px;
  transform: translateY(-3px);
  z-index: 10;
}

.cell1aBackground{
  /* position: relative; */
  background-color: rgba(0, 255, 255, 0);
  border-top-right-radius: 60px;
  border-right: var(--borderojo);
  border-top: var(--borderojo);
  height: 100%;
  /* width:15px; */
  z-index: -1;
}

.cell2a{
  border-bottom: var(--borderojo);
  border-left: var(--borderojo);
  border-right: var(--borderojo);
  grid-column: 1/4;
  grid-row: 1;
  background-color:var(--mainGrayBackgroudColor);
  border-bottom-left-radius: 11px;
  border-bottom-right-radius:11px;
  margin-left:  5.7px;
  margin-right: 5.7px;
  /* border: var(--borderojo); */
  box-shadow:0px 0px 4px 1px rgba(0,0,0,0.75);
  z-index: 1;
}

.cell3a{
  grid-column: 3/4;
  grid-row: 1;
  height: 70%;
  background-color: transparent;
  border-top: 5px solid var(--mainGrayBackgroudColor);
  border-left: 5px solid var(--mainGrayBackgroudColor);
  border-top-left-radius: 60px;
  transform: translateY(-3px);
  z-index: 10;
}

.cell1aBackgroundb{
    /* position: relative; */
    background-color: rgba(0, 255, 255, 0);
    border-top-left-radius: 60px;
    border-left: var(--borderojo);
    border-top: var(--borderojo);
    height: 100%;
    /* width:15px; */
    z-index: -1;
}
/* ------------------------------------------------- */

.kkk2 {
  position: fixed;
  top: 96px;
  left: calc(100% - 300px);
  height: 40px;
  width: 300px;
  transform: translateX(-20%);
  background-color: var(--mainGrayBackgroudColor);
  border-bottom: var(--borderojo);
  border-left: var(--borderojo);
  border-right: var(--borderojo);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* overflow: hidden ; */
  z-index: 9999;
  /* box-sizing: border-box; */
  box-shadow: var(--sombrarojaorizontal);
}

.a2 {
  height: 10px;
  width: 15px;
  border-right: 4px solid rgb(255, 0, 0);
  border-top: 4px solid rgb(255, 0, 0);
  box-sizing: border-box;
  border-top-right-radius: 97%;
}

.lll2 {
  position: fixed;
  /* top: 100px; */
  /* left: 50%; */
  height: 15px;
  width: 20px;
  top: -5px;
  border-top-right-radius: 97%;
  transform: translateX(-75%);
  background-color: transparent;
  border-right: 5px solid var(--mainGrayBackgroudColor);
  border-top: 5px solid var(--mainGrayBackgroudColor);
  /* box-sizing: border-box; */
}
.b2 {
  height: 10px;
  width: 15px;
  border-left: 4px solid rgb(255, 0, 0);
  border-top: 4px solid rgb(255, 0, 0);
  box-sizing: border-box;
  border-top-left-radius: 97%;
}

.ppp2 {
  position: fixed;
  /* top: 100px; */
  /* left: 50%; */
  height: 15px;
  width: 20px;
  top: -5px;
  border-top-left-radius: 97%;
  left: 287px;
  /* transform: translateX(39px); */
  background-color: rgba(255, 0, 0, 0);
  border-left: 5px solid var(--mainGrayBackgroudColor);
  border-top: 5px solid var(--mainGrayBackgroudColor);
}

/* ------------------------------------------------------ */
.PhoneNumberMainContainer1 {
  position: fixed;
  top: 40px;
  left: calc(100% - 335px);
  height: 90px;
  width: 250px;
  /* transform: translateX(-20%); */
  z-index: 10004;
  overflow: hidden;
}
.PNMB1 {
  height: 100%;
  width: 100%;
  border: var(--borderojo);
  border-radius: var(--borderradius);
  background-color: var(--BackgroundBtnsHover);
  color: var(--colorrojo);
  font-size: 24px;
  word-spacing: 0px;
  cursor: pointer;
}

.PNMB1:hover {
  font-size: 27px;
  color: var(--colorrojo);
}

/* ------------------------------------------------------- */

@media (max-width: 1335px) {


  .kkk2 {
    left: calc(100% - 60px);
    height: 400px;
    width: 60px;
    transform: translateX(0px);
    
  }



  .ppp2 {
    top: 10px;
    left: 0%;
    transform: translateX(-80px);
    top: -150px;    
  }

  .titleDiv{
    border-bottom-right-radius: 0px;
  }
  .titleDiv2{
    border-bottom-right-radius: 0px;
  }


  /* .PNMB1{
        display: none;
    }

    .PhoneNumberMainContainer1{
        display: none;
        
    } */

  .PhoneNumberMainContainer1 {
    position: fixed;
    top: 95px;
    left: calc(100% - 50px);
    height: 390px;
    width: 40px;
    /* transform: translateX(-20%); */
    z-index: 10004;
    letter-spacing: -9px;
    overflow: visible;
  }

  .PNMB1 {
    display: grid;
    place-content: center;
  }
  .PNMBT1 {
    display: none;
    opacity: 0;
  }
  .PNMBT2 {
    writing-mode: vertical-lr;
    text-orientation: upright;
  }

  .PNMB1:hover {
    font-size: 25px;
    color: var(--colorrojo);
  }

  @keyframes test {
  }
}

@media (max-width: 1329px) {
}
@media (max-width: 1099px) {
  .kkk2 {
    position: fixed;
    top: 96px;
    left: calc(100% - 60px);
    transform: translateX(0px);
    
  }
  .b2 {
    height: 10px;
    width: 15px;
    border-left: 4px solid rgb(255, 0, 0);
    border-top: 4px solid rgb(255, 0, 0);
    box-sizing: border-box;
    border-top-left-radius: 97%;
  }

  .titleDiv{
    border-bottom-right-radius: 0px;
  }
  .titleDiv2{
    border-bottom-right-radius: 0px;
  }

  @keyframes test {
  }
}



@media (max-width: 500px) {




  .kkk2 {
    display: none;
  }

  .a2 {
    display: none;
  }

  .lll2 {
    display: none;
  }
  .b2 {
    display: none;
  }

  .ppp2 {
    display: none;
  }

  .titleDiv2 {
    /* display: none; */
    border-right: none;
  }

  .PNMB1 {
    display: none;
  }

 .PhoneNumberMainContainer1{
  display: none;
 }

  .PhoneNumberMainContainer2 {
    display: none;
  }
  .PNMB2 {
    display: none;
  }
  .PNMBT2 {
    writing-mode: vertical-lr;
    text-orientation: upright;
    display: none;
  }
}

@media (max-height: 660px) and (max-width: 500px) {
  .PhoneNumberMainContainer1 {
    display: none;
  }
  }

@media (max-height: 660px) and (max-width: 1334px) {
  .PhoneNumberMainContainer1 {
    display: none;
  }
  .kkk2 {
    display: none;
  }

  .PNMBT1 {
    display: none;
  }
  .PNMBT2 {
    display: none;
  }

  .titleDiv2{
    border-bottom-right-radius: 15px;
  }
  .titleDiv{
    border-bottom-right-radius: 15px;
  }
  
}

@media (max-width:500px) and (max-height: 660px) {
  .titleDiv2{
    border-bottom-right-radius: 0px;
  }
  .titleDiv{
    border-bottom-right-radius: 0px;
  }
}

/* ----------------------------------------------------------- */
/* .tittleGrapperBox{
    position: fixed;
    left: 60px;
    right: 0;
    top: 0;
    background-color: aliceblue;
   
   
} */

.tittleBox {
  position: fixed;
  height: fit-content;
  width: fit-content;
  left: calc(50%);
  transform: translateX(-50%);
  /* background-color: blue; */
}

/* @media (max-width:1330px) {

    .tittleBox{
        
       
       
    }
    
} */

.title {
  /* display: grid; */

  /* text-align: center; */
  /* width: fit-content; */
  /* left: calc(50% + 8px); */
  /* border: 1px solid white; */
  /* transform: translateX(-70%); */
  /* transform-origin: bottom; */
}

.imp {
  font-weight: 1000;
  /* margin-left: 45px; */
  /* border-bottom: var(--borderojooscuro); */
  font-size: clamp(2.5rem, 12vw, 4rem);
  color: var(--colorrojo);
  text-shadow: 0 0 5px rgba(255, 0, 0, 0), 0 0 10px rgba(255, 0, 0, 0),
    0 0 15px rgba(255, 0, 0, 0), 0 0 20px #000000, 0 0 30px #ff0000,
    0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
  text-decoration: underline;
  line-height: 90px;
}

@media (max-width: 1190px) {
  .imp {
    margin-left: 0;
  }
}

.USA1,
.USA2,
.USA3 {
  font-size: clamp(2.5rem, 12vw, 4rem);
  text-decoration: underline;
  font-weight: 1000;
  line-height: 90px;
}

.USA1 {
  color: #002868;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0), 0 0 10px rgba(255, 0, 0, 0),
    0 0 15px rgba(255, 0, 0, 0), 0 0 20px #000000, 0 0 30px #002868,
    0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
  /* border-bottom: 4px solid #002868; */
}

.USA3 {
  color: #bf0a30;
  text-shadow: 0 0 30px #bf0a30, 0 0 40px #ff000000, 0 0 55px #ff000000,
    0 0 75px #ff000000;
  /* border-bottom: 4px solid #BF0A30; */
}

.USA2 {
  color: white;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0), 0 0 10px rgba(255, 0, 0, 0),
    0 0 15px rgba(255, 0, 0, 0), 0 0 20px #000000, 0 0 30px rgb(255, 255, 255),
    0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
  /* border-bottom: 4px solid white; */
}

.impr {
  font-size: 70%;
  color: var(--colorrojo);
}

.subtittleDiv {
  color: var(--txtColor);
  position: fixed;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 350px;
  text-align: center;
  font-size: clamp(1rem, 5vw, 1.3rem);
  /* background-color: antiquewhite; */
}

/* ----------------meunu button----------------------- */
.mainMenuButtonContainer{
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
  /* border: 3px solid rgb(109, 128, 0); */
  border-radius: 100%;
  overflow: hidden;
  /* border: 7px solid var(--mainColorBlack); */
  border: 4px solid var(--mainColorWhite);
  z-index: 11004;
  background-color: var(--menuBackgroundBtns);
}


.mainMenuButtonContainer:hover {
  transition: 0.1s ease-in-out;
  transform: scale(1.05, 1.05);
}




#menuButton {
    display: grid;
    /* margin: auto; */
    height: 100%;
    width: 100%;
    /* justify-content: center; */
    place-content: center;
    cursor: pointer;
    /* opacity: 0.9; */
    background-color: transparent;
    z-index: 10005;
    border-radius: 100%;
 
}



@media (max-width: 1090px) {
  .mainMenuButtonContainer {
    bottom: 20px;
    right: 20px;
  }
}

.menuButtonSvg {
  
  transform: scale(1.2, 1.2);
}




/* zoom button */
.zoomContainer{
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
  /* border: 3px solid rgb(109, 128, 0); */
  border-radius: 100%;
  overflow: hidden;
  /* border: 7px solid var(--mainColorBlack); */
  border: 4px solid white;
  z-index: 110004;
  background-color: var(--menuBackgroundBtns);
  /* display: grid; */
  transition: 1s ease-in-out;
}

.zoomContainer:hover{
  transform: scale(1.05, 1.05);

}

.zoomContainerGrid{
  display: grid;
  height: 80px;
  width: 80px;
}

.visible{
  display: none;
}





.notepases {
    display: grid;
    /* margin: auto; */
    height: 100%;
    width:  100%;
    /* justify-content: center; */
    place-content: center;
    /* justify-items: center; */
    /* opacity: 0.9; */
    background-color: transparent;
    z-index: 100005;
    border-radius: 100%;
    transition: 0.5s ease-in-out;
    /* display: grid; */

}

.zoomButtonA{
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
  /* transform: translateY(10, 10px); */
  cursor: zoom-in;

}
.zoomButtonB{
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
  cursor: zoom-out;
  /* height: 100%; */
}

@media (max-width: 1090px) {
  .zoomContainer {
    bottom: 20px;
    right: 20px;
  }
}

.zoomButtonSvg {
  /* display: none; */
  transform: scale(1.3, 1.3);
  transition: 2s ease-in-out;
}



/* .zoomButtonSvg{
  display: block;
  transition: 1s ease-in-out;
}

.zoomButtonSvgB{
  display: block;
  transition: 1s ease-in-out;
} */

/* .zoooomin{
visibility: visible;
opacity: 1;
transition: 1s ease-in-out;
}

.zooooout{
  visibility: visible;
  opacity: 1;
  transition: 1s ease-in-out;
} */



/* go to top */


.goTopButtonContainer{
  position: fixed;
  bottom: 140px;
  right: 40px;
  height: 80px;
  width: 80px;
  /* border: 3px solid rgb(109, 128, 0); */
  border-radius: 100%;
  overflow: hidden;
  /* border: 7px solid var(--mainColorBlack); */
  border: 4px solid var(--mainColorWhite);
  z-index: 11004;
  background-color: var(--menuBackgroundBtns);
  
}
.goTopButtonContainerDisplayNone{
  display: none;
  transition: 1s ease-in-out;
  opacity: 0;
}



#goTopButton{
  display: grid;
  /* margin: auto; */
  height: 100%;
  width: 100%;
  /* justify-content: center; */
  place-content: center;
  cursor: pointer;
  /* opacity: 0.9; */
  background-color: transparent;
  z-index: 10005;
  border-radius: 100%;
}

.goTopButtonSvg{
  transform: scale(1.2, 1.2) rotate(-90deg);
    border-radius: 100%;
    
}


.goTopButtonContainer:hover {
  transition: 0.1s ease-in-out;
  transform: scale(1.05, 1.05);
}


@media (max-width: 1090px) {
  .goTopButtonContainer {
    bottom: 120px;
    right: 20px;
  }
}

/* teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest */
#mainContainerb {
  --mainColorBlack: rgb(255, 255, 255);
}



.containerBox1 {
  position: fixed;
  height: 200px;
  width: 200px;
  background-color: #0c004d;
  border: 5px solid var(--txtColor);
}
.container2 {
  height: 150%;
  border: 2px solid rgb(124, 0, 128);
  /* display: none; */
}

/* teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest */

/* ----------------quickMenu----------------- */

.quickMenuOpen {
  position: fixed;
  bottom: 110px;
  right: 200px;
  height: 300px;
  width: 300px;
  /* border: 3px solid green; */
  border-bottom-left-radius: 2%;
  border-top-left-radius: 2%;
  border-top-right-radius: 2%;
  border-bottom-right-radius: 2%;
  overflow: hidden;
  z-index: 90000;
  transition: 0.5s ease-in-out;
}
.quickMenuClosed {
  position: fixed;
  bottom: 77px;
  right: 177px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 100%;
  opacity: 0;
  z-index: 0;
  transition: 0.5s ease-in-out;


}

.quickMenuGrid {
  display: grid;
  height: 100%;
  width: 100%;
  /* border: 2px solid pink; */
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  border: var(--borderojo);
  border-radius: var(--borderradius);
  /* overflow: visible; */
  /* gap: 5px; */
  background-color: var(--mainColorWhite);
}

.quickMenuGridCells {
  display: grid;
}





.options:hover {
  background-color: var(--mainColorBlack);
}

.quickMenuGridCell2 {
  /* border: 1px solid rgb(255, 0, 0); */
  grid-row: 1/2;
  grid-column: 2/3;
}
.quickMenuGridCell3 {
  /* border: 1px solid rgb(255, 17, 0); */
  grid-row: 2/3;
  grid-column: 1/2;
}
.quickMenuGridCell4 {
  /* border: 1px solid rgb(47, 0, 255); */
  grid-row: 2/3;
  grid-column: 2/3;
}

.innerQuickMenuButtons {
  background-color: var(--mainColorBlack);
  color: var(--txtColor);
  cursor: pointer;
  border: var(--borderojo);
  margin: 2px;
  border-radius: var(--borderradius);
}

.quickMenuButtonContainer {
  position: fixed;
  bottom: 40px;
  right: 140px;
  height: 80px;
  width: 80px;
  /* border: 3px solid rgb(109, 128, 0); */
  border-radius: 100%;
  overflow: hidden;
  /* border: 7px solid var(--mainColorBlack); */
  border: 4px solid var(--mainColorWhite);
  z-index: 11004;
  background-color: var(--menuBackgroundBtns);








  /* display: none; */
  /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
}

.quickMenuButtonContainer:hover{
  transition: 0.1s ease-in-out;
  transform: scale(1.05, 1.05);
}

.quickMenuButton {
  display: grid;
  /* margin: auto; */
  height: 100%;
  width:  100%;
  /* justify-content: center; */
  place-content: center;
  cursor: pointer;
  /* opacity: 0.9; */
  background-color: transparent;
  z-index: 10005;
  border-radius: 100%;
}

/* .quickMenuButtonb:hover{
  transform: rotate(360deg);
  animation-name: lol;
  animation: lol 1.5s linear infinite
} */

.quickMenuButtonb {
  display: grid;
  /* margin: auto; */
  height: 100%;
  width:  100%;
  
  /* justify-content: center; */
  place-content: center;
  background-color: transparent;
  cursor: pointer;
  transform: rotate(360deg);
  animation-name: lol;
  animation: lol 1.5s linear infinite;
}



@keyframes lol {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 1090px) {
  .quickMenuButtonContainer{
    bottom: 20px;
    right: 110px;
  }

  .quickMenuOpen {
    bottom: 90px;
    right:  170px;
  }
  .quickMenuClosed {
    bottom: 57px;
    right: 147px;
  }
  
}
@media (max-width: 650px) {
  
  .quickMenuOpen {
    
    right: 50%;
    transform: translateX(50%);
    bottom: 120px;

  }

  

  .quickMenuClosed{
    bottom: 57px;
    right: 147px;
  }
}
/* ----------------quickMenu----------------- */


#pageName{
display: none;
}

/* --------------------------------------------------------- */


.loadingContainerA{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: var(--mainColorBlack);
  /* border: 5px solid green; */
  /* display: none; */
}

.loadingPageGridFixedContainer{
  border: var(--borderojo);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.loadingPageGrid{
  display: grid;
  /* border: 5px solid green; */
  height: 100%;
  grid-template-rows: 200px auto;
}

.loadingPageTittle{
  display: grid;
  color: white;
  /* border: 5px solid white ; */
  height: 100%;
  place-content: center;
  text-align: center;
  
  
}

.welcomeTxt{
  font-weight: 1000;
  font-size: clamp(2.5rem, 12vw, 4rem);
  color: var(--colorrojo);
  text-shadow: 0 0 5px rgba(255, 0, 0, 0), 0 0 10px rgba(255, 0, 0, 0), 0 0 15px rgba(255, 0, 0, 0), 0 0 20px #000000, 0 0 30px #ff0000, 0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
  line-height: 90px;

}


.pageLoadingTxt:after {
  content: ".";
  animation: loadingDots 1s infinite;
}

@keyframes loadingDots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}







.bodyCell{
  /* place-content: center; */
  /* place-items: center; */
  /* align-content: center; */
  justify-content: center;
  display: grid;
  /* border: 5px solid rgb(140, 255, 0) ; */
  color: white;
  height: 100%;

}

.loadingCircle{
  --numberOfPixelOfBorder: 2px;

  height: 100px;
  width: 100px;
  border-top: var(--numberOfPixelOfBorder) solid white;
  border-left: var(--numberOfPixelOfBorder) solid white;
  border-right: var(--numberOfPixelOfBorder) solid white;
  border-bottom: none;
  border-radius: 100%;
  animation: rotate 0.5s linear infinite;
  transform-origin: center;
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}







/* -------------------------------------------------- */

.aquiEstaTodoLoDelMenuHeaderFooterMenusETC {
  /* display: none; */
/* height: 0px; */
/* overflow: hidden; */
}

#iframeContainer{
  height: 100%;
  width: 100%;
  border: var(--borderojo);
  position: fixed;
  z-index: 1;
}

#frame{
 width: 800px;
  /* border: var(--colorrojo); */
  /* overflow: scroll; */
}




