*{
    border: 0;
    padding: 0;
    margin: 0;
}

html{
    margin-top:80px;
    margin-bottom: 20px;
}

.sticky-search{
    position: sticky;
    top: 8rem;
    z-index: 400;
    margin-left:0.5rem;
    margin-right:0.5rem;
}

.sticky-header{
    position: sticky;
    top: 3.5rem;
    background-color: white;
    border-width: 1rem 1rem 1rem 1rem;
    border-color: black;
}

table {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

.float-top-left{
    position:fixed;
    top:4rem;
    left:1%;
    font-size: 0.7rem;
    font-weight:500;
    padding: 0.2rem;
    z-index: 600;
}

.float-top-right{
    position:fixed;
    top:4rem;
    right:2%;
    border: 1px solid darkgray;
    background-color: lightgray;
    font-size: 1.1em;
    color:blue;
    font-weight:500;
    border-radius: 7px;
    padding: 10px 10px 10px 10px;
    z-index: 500;
    /* offset-x | offset-y | blur-radius | color */
    box-shadow: 5px 3px 3px gray;
}

.bodywidth70{
    width: 70%;
    margin-left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.to-left{
    margin-left: 5%;
}

.bodypadding10{
    padding-left: 10%;
    padding-right: 10%;
}
.bodypadding5{
    padding-left: 5%;
    padding-right: 5%;
}
.bodypadding3{
    padding-left: 3%;
    padding-right: 3%;
}

#span-titulo{
    font-size: larger;
    color: #198754;
}
#intro-subtitulo{
    color:slategray;
    font-weight: 400;
}
#welcome{
    background: transparent;
}


.mgt--40{
    margin-top: -40px;
}

h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
.title{
    font-size: 1.4em;
    font-weight: 700;
    height: 70px;
    color: green;
}

.navbar{
    position: fixed;
    top: 0px;
    left: 0px;
    /*height: 70px;*/
    width: 100%;
    /*border-bottom: 1px solid green;*/
    z-index: 1000;
    padding-left: 2%;
    padding-right: 2%;
    /*padding-top: 15px;*/
}

#marca{
    font-weight: 800;
    color: olivedrab;
}

.mg-bot-30{
    margin-bottom:30px;
}
.mg-bot-40{
    margin-bottom:40px;
}

.mgt-1{
    margin-top: 10px;
}

.mgt-3{
    margin-top: 30px;
}

.mgb-1{
    margin-bottom: 10px;
}

.blurred-link{
    color:lightskyblue;
    font-weight: 300;
    font-size: smaller;
}

/*
.nav-item:nth-child(1){
    margin-top: 6px;
}*/

.list{
    list-style-type:none;
}

.italic{
    font-style: italic;
    color: blue;
}

.highlighted{
    font-weight: 500;
    color: blue;
}

.bordered{
    border: 1px solid green;
    background-color: white;
    border-radius: 7px;
    padding: 10px;
    color:green;
}

.mg-top-10{
    margin-top: 10px;
}

.mg-top--70{
    margin-top: -70px;
}

.mgl-20{
    margin-left:20px;
}

.bg-lgrey{
    background-color: rgb(240, 240, 240);
    background: radial-gradient(circle, rgb(230, 230, 230) 13%, rgba(251,252,249,1) 100%);
}

.bg-grad{
    background: radial-gradient(circle, rgba(211,240,172,1) 13%, rgba(251,252,249,1) 100%);
}

.go-back{
    position:absolute;
    top:80px;
    right:10%;
}

.warning{
    color: darkgoldenrod;
    background-color: rgb(242, 242, 180);
}
.error{
    color: red;
    background-color: rgb(243, 208, 213);
}
.success{
    color: green;
    background-color: rgb(206, 241, 206);
}
.warning, .error, .success{
    border-radius: 8px;
    padding: 10px;
    width: 60%;
    margin-top:5px;
    margin-bottom:5px;
    list-style-type: none;
}

.mg-auto{
    margin-left: auto;
}
.navbar .mg-auto{
    padding-left: 50px;
}


.enlarged{
    font-size: 1.1em;
    font-weight: 500;
}
.smaller{
    font-size: 0.9em;
    font-weight: 500;
}

.iblock-vatop{
    display:inline-block;
    vertical-align: top;
}
.text-like{
    display:flex;
}
.btn-like{
    margin-left: auto;
}

.edit-account{
    width: 70%;
    margin-left:5%;
}

.mgl08rem{
    margin-left:0.8rem;
}


@media screen and (max-width: 765px) {
    .mgl-20{
        margin-left:0;
    }
}

@media screen and (max-width: 600px) {
    .bodywidth70 {
        width: 94%;
        margin-left: 3%;
    }
    .to-left{
        margin-left: 3%;
    }

/*    .nav-item {
        font-size:0.8em;
    }*/

    .enlarged{
        font-size: 0.9em;
    }

    .edit-account{
        width: 100%;
        margin-left:inherit;
    }

  }

@media screen and (max-width: 400px) {

  .dos-filas {
      width:40%;
  }

/*  .nav-link.reset-pad{
      padding-left:2px;
      padding-right:5px;
  }*/

  .mg-auto{
      margin-left: inherit;
  }

}
