/*---------------------------------------------------------  -------------------CONFIGURACIONES GENERALES */
* {
    @media screen {
        max-width: 100%;
        height: auto;
    
        
         }
       
}



:root {
    --theme-color: #8AC392;
}
meta [name="theme-color"] {
    content: var(--theme-color);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #ffffff;
    background-size: auto;
    border-radius: 10px;
    width: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5AA0C2;
    background-size: auto;
    border-radius: 10px;
    
}

body {
    min-height:100vh;
    cursor: url('../Cursor/normal.cur'), pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color:  rgb(152, 136, 167);
    
    
}

.menusuperior {
    
    display: flex;
    padding-top: 1%;
    z-index: +1;
    justify-content: space-between;
    background-color: transparent;
    min-height: 5vh;
    max-height: 8vh;
    
    
      
}

.botonsup {
    border: none;
    margin: 4px;
    padding: 1px;
    background-color: transparent;
    font-family: arial;
    font-size: 1.5rem;
    cursor: url('../Cursor/Mano.cur'), pointer;
    transition: .5s;
    transition-delay: 1s;
    color:  #fafafa;
    
    
    
    
    
}
#boton1:hover{
    color: #ce86aa;
   
    text-shadow:  0 0 20px   rgb(152, 136, 167);
}


#boton2:hover{
    color:rgb(37, 211, 102);
   
    text-shadow:  0 0 20px  rgb(152, 136, 167);
}

#boton3:hover{
    color:rgb(254, 48, 108);
    
    text-shadow:  0 0 20px  rgb(152, 136, 167);
}

#boton4:hover{
    color: #5AA0C2;
   
    text-shadow:  0 0 20px   rgb(152, 136, 167);
}

.botonsup:hover {
    
   
    text-shadow:  0 0 20px  rgb(152, 136, 167);
    font-size: 2.2rem;
    transition: .5s;  

}

.botonsup:active {
    transition: .2s;
    text-shadow: 0 0 80px  rgb(152, 136, 167);
    
    
}

.div1 {
    display: flex;
    background-color: transparent;
    margin: 3px;
    width: 20%;
    justify-content: left;
}

.div2 {
    display: flex;
    background-color: transparent;
    margin: 4px;
    padding: 4px;
    width: auto;
    justify-content: left;
    
}

.icon {
    object-fit: contain;
    transition: 0.5s ease-out;
    padding:4px;
}

.icon:hover {
    transform: translatey(+5px);
    transform: scale(1.1);
    transition: 0.5s ease-in;
    cursor: url('../Cursor/Mano.cur'), pointer;
    text-shadow:  0 0 20px rgb(255, 255, 255);
   
}

.menu {
    display: block;
     margin-top: 3%;
     
     width: 100%;
     height: 45px;
     border-radius: 10px;
     background-color: #ffffff2c;
     backdrop-filter: blur(10px);
     
}

.titulo {
    display: flex;
     margin-top: 2px;
     
     width: 100%;
     height: auto;
     border-radius: 10px;
     padding: auto;
     background-color: transparent;
     
}
h1 {
    font-size: 1rem;
    color: #fafafa;
}
.contenido1 {
    display: block;
     margin-top: 1px;
     width: 100%;
     height: 700px;
     border-radius: 10px;
    background-image: url(../img/Tv/07TV.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    
}
@media (max-width: 768px) {
    .contenido1 {
        background-image: url(../img/Mobil/007MO.png);
    }
}

.descripcion {
    border-radius: 5px;
    width: 50%;
    margin: 4px;
    padding-top:  400px;
    z-index: -1;
}

@media (max-width:768px) {
    .descripcion {
         width:70%;
    margin: 4px;
    padding-top:  350px;
        
    }
}


p { 
    margin: 4px;
    padding: 5px;
    text-indent: 10px;
    text-align: left;
    font-size: 12px;
    font-family: serif;
    color:  #ffffff;
    background:  rgb(152, 136, 167, 0.4);
    backdrop-filter: blur(10px);
     border-radius: 5px;
}






.botonag {
  font-family: sans-serif;
  display: flex;
  background: linear-gradient(to right,  #8AC392, #5AA0C2);
  color: #f8f8f8;
  font-size: 0.8rem;
  width: fit-content;
  margin: auto;
  margin-top: 8px;
  background-size: 400% 400%;
  
  height: 26px;
  padding: 8px;
  border: none;
  border-radius: 25px;
  cursor: url('../Cursor/Mano.cur'), pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
  text-align: center;
  transition: 0.5s ease-in;
  animation: degradado 10s ease infinite;
 
}

.botonag:hover {
  background-size: 400% 400%;
  font-size: 1rem;
  transform: translatey(+2px);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.842);
  animation: degradado 2s ease infinite ;
  cursor: url('../Cursor/Mano.cur'), pointer;
}

.botonag:active {
     cursor: url('../Cursor/ManoAct.cur'), pointer;
}

@keyframes degradado {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.opinion {
    display: flexbox;
    margin:5px;
    
}

.opiniones {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  border-radius: 5px;
}

.parte2 {
    width: 100%;
    height: 600px;
    background-image: url(../img/Tv/09TV.png);
    background-size: cover;
    border-radius: 5px;
   
}

@media (max-width: 768px) {
    .parte2 {
        background-image: url(../img/Mobil/009MO.png);
    }
}

.barra {
    display: flex;
    position: fixed;
    background: rgb(37, 211, 102, 0.600);
    width: 150px;
    height: 8%;
    border-radius: 25px;
    transition: 1s;
    padding: 2px;
    cursor: url('../cursor/Mano.cur'), pointer;
    right: 5%;
    bottom: 25px;
    z-index: 2;
}

.barra:hover {
    width: 160px;
    transition: 1s;
    box-shadow: 0 0 20px rgb(255, 255, 255, 0.5);
    background: rgb(37, 211, 102, 0.800);
     height: 8%;
     
}


.btxt {
    display: flex;
    width: auto;
    font-size: 10px;
    color: white;
    background: transparent;
     backdrop-filter: blur(0px);
}



.bwz {
    border: none;
    margin: 4%;
    padding: 0.1%;
    max-height: 1vh;
    background-color: transparent;
    font-family: arial;
    font-size: 2.5rem;
    cursor:  url('../cursor/Mano.cur'), pointer;
    transition: .5s;
    transition-delay: 1.5s;
    color: #FAFAFA;    
}

.bwz:hover {
 animation: sig 1s infinite;
}

@keyframes sig {
    0% {scale: 1;}
     25% {scale: 1.2;}
      50% {scale: 1.0;}
       100% {scale: 0,9;}
}

strong {
    background-color: transparent;
}