.Cabeceira-ppal{
    background: url(/data/Fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    }
    .Cabeceira-ppal2{
      background: url(/data/Fondo.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      }
    
    .background-overlay{
        background: rgba(48,51,107,0.5);
        width: 100%;
        height: 100%;
        
    }
    
    .background-overlay2{
        background: rgba(48,51,107,0.9);
        width: 100%;
        height: 100%;
        border-color: rgba(48,51,107,0.9);
        border-style: solid;
    }

    td{
        border:2px solid black;
        padding: 10px;
    }

    #chino{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1rem;
        margin-top:10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .todo-input{
        display:grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 1REM;
        column-gap: 1rem;
    }

    .profileUserImg{
        
        border-radius: 50%;   
        object-fit: cover;
        cursor: pointer;
        margin-left: auto;
  margin-right: auto;
  }

  .card-img-top{
    justify-content: center;
    border:2px solid black;
  }

  .card-header{
    background-color: rgb(159, 189, 189);
    color:rgba(13, 56, 97, 0.89);
    font-family: 'Times New Roman', Times, serif;
  }

  .topbarContainer {
    height: 50px;
    width: 100%;
    background-color: #130b86;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  
  .topbarLeft {
    flex: 3;
  }
  
  .logo {
    font-size: 24px;
    margin-left: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
  }
  
  .topbarCenter {
    flex: 5;
  }
  
  .searchbar {
    width: 100%;
    height: 30px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
  }
  
  .searchIcon {
    font-size: 20px !important;
    margin-left: 10px;
  }
  
  .searchInput {
    border: none;
    width: 70%;
  }
  
  .searchInput:focus {
    outline: none;
  }
  
  .topbarRight {
  
    align-items: center;
   
  }
  
  .topbarLink {
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .topbarRight{
    display: flex;
    
  }


  .topbarIcons {
    display: flex;
    
  }
  
  .topbarIconItem {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    display: flex-end;
  }
  
  .topbarIconBadge {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  
  .topbarImg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
  }

  .navbar{
    margin-left: 50px;
  }

  .topbarImg2 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
  }

  .topbarImg3 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
  }

  .topbarImg4 {
    align-items: center;
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
  }


  .selector{
    cursor:pointer;
  }


  .MessageTop{
    display:flex;
    flex-direction: column;
  }

  .messageImg{
    width:42px;
    height:42px;
    border-radius: 50%;
    object-fit: cover;
   
  }

  .messageImg2{
    width:80px;
    height:80px;
    border-radius: 50%;
    object-fit: cover;
   
  }

  .messageText{
    padding: 10px;
    border-radius: 20px;
    background-color: #aebbca;
    color:black;
    max-width: 500px;
    align-items: start;
    
  }

  .messageText2{
    padding: 10px;
    border-radius: 20px;
    background-color: #5c8a58;
    color:black;
    max-width: 500px;
    text-align: right;
  }

  .messageText3{
    padding: 10px;
    border-radius: 20px;
   
   
    max-width: 800px;
    margin-left: 20px;
    margin-top: 10px;
    
  }

  .messageBottom{
    margin-top: 5px;
    display: flex;
    align-items: center;
    width: 900px;
    
  }

  .ChatMessageInput{
    width: 80%;
    height: 90px;
    padding: 10px;
  }

  .ChatSubmit{
    margin-left: 20px;
    width: 70px;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: teal;
    color: white;
  }

  .stars-outer {
    position: relative;
    display: inline-block;
  }
  
  .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width:1;
  }

  .stars-outer::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
  }
  
  .stars-inner::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
  }

  .estrellita{
    display: inline-block;
  }

  .alert {
    width:10%;
    margin:auto;    
 }

 .row2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  object-fit: cover;
  width: 100%;
  height: 98%;
}

@media (min-height:800px){
  .destructor{
    background-color: black;
    margin-top: 300px;
    position: relative;
  }
}

@media (max-height:799px){
  .destructor{
    background-color: black;
    position: relative;
  }
}

@media (min-height:800px){
  .destructor2{
    background-color: black;
    margin-top: 480px;
    position: relative;
  }
}

@media (min-height:1000px){
  .destructor2{
    background-color: black;
    margin-top: 580px;
    position: relative;
  }
}

@media (max-height:799px){
  .destructor2{
    margin-top:250px;
    background-color: black;
    position: relative;
  }
}

@media (min-height:800px){
  .destructor3{
    background-color: black;
    margin-top: 250px;
    position: relative;
  }
}

@media (min-height:1100px){
  .destructor3{
    background-color: black;
    margin-top: 450px;
    position: relative;
  }
}

@media (max-height:799px){
  .destructor3{
    margin-top:80px;
    background-color: black;
    position: relative;
  }
}

@media (min-height:800px){
  .destructor4{
    background-color: black;
    margin-top: 50px;
    position: relative;
  }
}

@media (max-height:799px){
  .destructor4{
    margin-top:100px;
    background-color: black;
    position: relative;
  }
}

@media (min-height:800px){
  .destructor5{
    background-color: black;
    margin-top: 600px;
    position: relative;
  }
}

@media (min-height:1100px){
  .destructor5{
    background-color: black;
    margin-top: 800px;
    position: relative;
  }
}

@media (max-height:799px){
  .destructor5{
    margin-top:400px;
    background-color: black;
    position: relative;
  }
}

@media (min-height:800px){
  .pubaceptada{
    background-color: black;
    margin-top: 625px;
    position: relative;
  }
}

@media (max-height:799px){
  .pubaceptada{
    margin-top:100px;
    background-color: black;
    position: relative;
  }
}

.cookiePopup{
  background-color: #ffffff;
  position: absolute;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5,0,31,0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.5s ease-in;
}

.cookiePopup p {
  text-align: right;
  margin:1.4em 0;
}


