/*---------------------------------------------------------  -------------------CONFIGURACIONES GENERALES */
* {
    @media screen {
        max-width: 100%;
        height: auto;
    
        
         }
       
}



:root {
    --theme-color: #5AA0C2;
}
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: #8AC392;
    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:  #5AA0C2;
    
    
}

.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: #5AA0C2;
    
    
    
    
}
#boton1:hover{
    color: #ce86aa;
   
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}


#boton2:hover{
    color:rgb(37, 211, 102);
   
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}

#boton3:hover{
    color:rgb(254, 48, 108);
    
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}
#boton4:hover{
    color:rgb(138, 195, 146);
    
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}
.botonsup:hover {
    
   
    text-shadow:  0 0 20px  rgb(90, 160, 194);
    font-size: 2.2rem;
    transition: .5s;  

}

.botonsup:active {
    transition: .2s;
    text-shadow: 0 0 80px rgb(255, 255, 255);
    
    
}

.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%;
     background-color: floralwhite;
     width: 100%;
     height: 45px;
     border-radius: 10px;
}

.termos {
    display: flex;
     margin-top: 10px;
     background-color: floralwhite;
     width:100%;
     height:250px;
     border-radius: 10px;
     overflow-y: scroll;

}

.parr1 {
    font-size: 14px;
    margin: 14px;
    padding: 5px;
    font-family: courier;
    color: black;

}

.p0 {
    text-align: center;
    font-size: 20px;
}

.botonej {
  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%;
  display: none;
  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;
 
}
@keyframes degradado {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}


.botonej: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;
}

.botonej:active {
     cursor: url('../Cursor/ManoAct.cur'), pointer;
}

.aceito:hover {
cursor: url('../Cursor/Mano.cur'), pointer;
}

.selector {
    
    display: none;
     margin-top: 2px;
     padding-bottom: 2px;
     background-color: floralwhite;
     width:100%;
     height:auto;
     border-radius: 10px;
     
}

.contenedores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px;
    padding: 10px;
    border: none;
    width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 5px #5AA0C2;  
    transition: 0.5s ease-in;
}
.contenedores:hover {
    box-shadow: 0 0 10px #5AA0C2;  
    transform: translateY(-2px);
    transition: 0.5s ease-in;
    scale: 1.01;
    border-radius: 12px;
    background-color: hsla(200, 46%, 56%, 0.175);


}



.iconito {
    
    width: 50px;
    height: 50px;
    
}

.iconito:hover {
cursor: url('../Cursor/Mano.cur'), pointer;
}

a {
    text-decoration: none;
    color: black;
    cursor: url('../Cursor/Mano.cur'), pointer;
}

#direitos {
    font-size: 10px;
}

footer {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    text-justify: center;
}
p {
    font-size: 12px;
    cursor: url('../Cursor/Mano.cur'), pointer;
}



