.contenedor-resultados {
    width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    top: 250px;
    height: auto;
    background-color: var(--blanco-color);
    position: relative;
    padding-top: 0px;
}

.barra-superior-palabra-buscada {
    position: relative;
    z-index: 0;
    width: 1060px;
    height: 900px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*background-color: var(--celeste-color);*/
    background: var(--blanco-color);
    background: linear-gradient(0deg, var(--blanco-color) 0%, var(--celeste-color) 10%);
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    /*box-shadow: 0 2px 5px -2px gray;*/
    height: auto;
}

.categoria-gram-buscador-list {
  color: var(--negro-color);
  font-size: 12px;
}

.categoria-buscador-list {
  color: var(--celeste-color);
  font-size: 12px;
}

.informacion{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
}

.palabra-pcipal{
    font-size: 35px;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    z-index: 1;
 /*   color: var(--blanco-color);
    text-shadow: 1px 1px 1px var(--negro-color);
    background-color: white;
    width: auto;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 5px #6e6e6e; */
}

.contenedor-superior-info{
  position: relative;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid gray;
}

.contenedor-superior-info img {
  max-width: 80px;
  max-height: 50px;
  box-shadow: 2px 2px 5px gray;
  border-radius: 5px;
  margin-right: 15px;
}

.pcipal-palabra-cat-int-cat-gram{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: left;
    border-left: 1px solid gray;
}

.opciones-resultado{
    position: relative;
    left: 870px;
    z-index: 999;
    cursor: pointer;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(249, 251, 242,0.2);
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    left: 0%;
    bottom: 0%;
}

.zap-resultado {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid gray;
}

.zap-resultado i {
color: black;
}

.categorias{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-left: 10px;
    align-items: center;
}

.categorias-idiomaticas-resultado{
  display: flex;
  flex-direction: row;
}

.cont-cat-int-dud{
    position: relative;
    width: 100px;
    height: 20px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    margin-bottom: 2px;
}

.reves-resultado-buscador{
    position: relative;
    width: 100px;
    height: 20px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    margin-bottom: 2px;
}

.categoria-interna{
    position: relative;
    bottom: 4px;
    margin-right: 2px;
}

.categoria-rev{
    position: relative;
    bottom: 4px;
    margin-right: 2px;
}

#cat-inter-pergunta{
    color: #5995ED; 
    font-size: 15px;
    cursor: pointer;
}

#cat-inter-pergunta-rev{
    color: #5995ED; 
    font-size: 15px;
    cursor: pointer;
}

.categoria-gramatical{
    margin-bottom: 10px;
    text-decoration: underline;
    color: var(--negro-color);
}

.fieldset-exemplos {
  margin: 20px;
  padding-top: 10px;
  height: 230px;
  border-color: var(--celeste-color);
  border-radius: 5px;
}

        #tooltip {   
        background: #333;
        color: white;
        z-index: 500;
        font-weight: bold;
        padding: 10px 8px;
        font-size: 13px;
        border-radius: 4px;
        display: none;
      }

      #tooltip[data-show] {
        display: block;
      }

      #arrow,
      #arrow::before {
        position: absolute;
        width: 8px;
        height: 8px;
        z-index: -1;
      }

      #arrow::before {
        content: '';
        transform: rotate(45deg);
        background: #333;
      }

      #tooltip[data-popper-placement^='top'] > #arrow {
        bottom: -4px;
      }

      #tooltip[data-popper-placement^='bottom'] > #arrow {
        top: -4px;
      }

      #tooltip[data-popper-placement^='left'] > #arrow {
        right: -4px;
      }

      #tooltip[data-popper-placement^='right'] > #arrow {
        left: -4px;
      }

/*tooltip Reves */

        #tooltip-reves {   
        background: #333;
        color: white;
        z-index: 500;
        font-weight: bold;
        padding: 10px 8px;
        font-size: 13px;
        border-radius: 4px;
        display: none;
      }

      #tooltip-reves[data-show] {
        display: block;
      }

      #arrowReves,
      #arrowReves::before {
        position: absolute;
        width: 8px;
        height: 8px;
        z-index: -1;
      }

      #arrowReves::before {
        content: '';
        transform: rotate(45deg);
        background: #333;
      }

      #tooltip-reves[data-popper-placement^='top'] > #arrowReves {
        bottom: -4px;
      }

      #tooltip-reves[data-popper-placement^='bottom'] > #arrowReves {
        top: -4px;
      }

      #tooltip-reves[data-popper-placement^='left'] > #arrowReves {
        right: -4px;
      }

      #tooltip-reves[data-popper-placement^='right'] > #arrowReves {
        left: -4px;
      }

/*tooltip para figurativo*/

        #tooltip2 {   
        background: #333;
        color: white;
        font-weight: bold;
        padding: 10px 8px;
        font-size: 13px;
        border-radius: 4px;
        display: none;
      }

      #tooltip2[data-show] {
        display: block;
      }

      #arrow2,
      #arrow2::before {
        position: absolute;
        width: 8px;
        height: 8px;
        z-index: -1;
      }

      #arrow2::before {
        content: '';
        transform: rotate(45deg);
        background: #333;
      }

      #tooltip2[data-popper-placement^='top'] > #arrow2 {
        bottom: -4px;
      }

      #tooltip2[data-popper-placement^='bottom'] > #arrow2 {
        top: -4px;
      }

      #tooltip2[data-popper-placement^='left'] > #arrow2 {
        right: -4px;
      }

      #tooltip2[data-popper-placement^='right'] > #arrow2 {
        left: -4px;
      }

/*Fin tooltip para figurativo*/

.contenedor-significado-definicion{
    margin-top: 20px;
    height: 200px;
    display: flex;
    z-index: 1;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}   

.contenedor-definicion{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}   

.titulo-definicion{
    margin-top: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

.definicion{
    margin-top: 15px;
    padding-bottom: 20px;
}

.contenedor-significado{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.titulo-significado{
    margin-top: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

/*.listado-significado{
    padding-bottom: 20px;
    padding-left: 18px;
}
*/  
.listado-significado {
  padding-left: 0px;
}


#titulo-significado {
  border-color: var(--celeste-color);
  border-radius: 5px;
  margin-bottom: 10px;
}

#titulo-significado legend {

  border-radius: 5px;
  padding: 2px;
}

#titulo-definicion {
  border-color: var(--celeste-color);
  border-radius: 5px;
}

#titulo-definicion legend {

  border-radius: 5px;
  padding: 2px;
  padding-left: 10px;
  width: 80px;
}

.ejemplos {
    position: relative;
    top: 450px;
    height: 190px;
    width: 950px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px; 
    position: absolute;
    border-bottom: 0px;
}

.titulo-ejemplos{
    top: 733px;
    left: 340px;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 20px;
    background-color: var(--blanco-color);
    box-shadow: 3px 3px 5px #6e6e6e;
    opacity: 1;
    position: absolute;
}

.sin-ejemplos-resultados{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 700;
}

.sin-ejemplos-resultados i{
  font-size: 90px;
  color: var(--celeste-color);
}

.sin-ejemplos-legenda{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: var(--celeste-color);
}

/*
fieldset {
  border: 2px solid var(--negro-color);;
  width: 96%;
  height: 100%;
  opacity: 0.5;
  border-radius: 5px;

}
legend {
  padding: 0.2em 0.5em;
  color: black;
  font-size:90%;
  text-align:left;
  position: relative;
}
legend:before {
  position: absolute;
  content: '';
  height: 8px;
  left: 0px;
  top: 7px;
}
legend:after {
  position: absolute;
  content: '';
  height: 8px;
  right: 0px;
  top: 7px;
}


h3 {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  &.small {
    font-size: 14px;
  }
}
*/

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;

  &:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
  }

  &:hover:before {
    transform: scale(2.15);
  }
}


.contenedor-ejemplos{
    display: flex;
    flex-direction: row;
}

.titulo-contenedor-ejemplos{
    z-index: 999; 
    font-weight: bold;
    padding-top: 20px;
}

/*CARDS EJEMPLOS */

#main{
    position: absolute;
    top:5%;
    left: 285px;
}

#side1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    font-size: 10px;
    height: 100px;
    width: 400px;
    position: absolute;
    transform: translateX(0px) scale(1.5);
    z-index: 99;
    border: 1px solid var(--blanco-color);
    background-color: var(--blanco-color);
    box-shadow: 8px 5px 10px #464646;
    border-radius: 5px;
    transition: all .5s;
    opacity: 1;
}

.tit-ej{
    top: 30px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    border-bottom: 1px solid gray;
    font-weight: bold;
}

.ej-esp{
    text-align: initial;
    margin-bottom: 10px;
}

.ej-pt{
    text-align: initial;
    margin-bottom: 10px;
}

.ejemplo-figurativo{
  float: right;
  margin-right: 10px;
  margin-bottom: 4px;
  cursor: pointer;
  /*border: 1px solid var(--celeste-color); */
 /* border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;*/
  padding-left: 5px;
  padding-right: 5px;
  color: var(--celeste-color);
  font-style: italic;
}

/*#tooltip2{
  position: absolute;
  font-size: 10px;
  bottom: 130px;
  left: 200px;
}
*/
#side2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    font-size: 10px;
    height: 100px;
    width: 400px;
    position: absolute;
    transform: translateX(-200px);
    z-index: 9;
    border: 1px solid var(--blanco-color);
    background-color: var(--blanco-color);
    box-shadow: 8px 5px 10px #464646;
    border-radius: 5px;
    transition: all .5s;
    opacity: 0.5;
}
#side3{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    font-size: 10px;
    height: 100px;
    width: 400px;
    position: absolute;
    transform: translateX(200px);
    z-index: 9;
    border: 1px solid var(--blanco-color);
    background-color: var(--blanco-color);
    box-shadow: 8px 5px 10px #464646;
    border-radius: 5px;
    transition: all .5s;
    opacity: 0.5;
}

#side4{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    font-size: 10px;
    height: 100px;
    width: 400px;
    position: absolute;
    transform: translateX(0px);
    z-index: 9;
    border: 1px solid var(--blanco-color);
    background-color: var(--blanco-color);
    box-shadow: 8px 5px 10px #464646;
    border-radius: 5px;
    transition: all .5s;
    opacity: 0.5;
}

#pre, #pre4{
    height: 30px;
    width: 100px;
    font-size: 50px;
    color: var(--negro-color);
    text-align: center;
    position: absolute;
    top:20%;
    left: 0%;
}
#pre:hover, #pre4:hover{
    cursor: pointer;
}
#nex, #nex4{
    height: 30px;
    width: 100px;
    font-size: 50px;
    color: var(--negro-color);
    text-align: center;
    position: absolute;
    top:20%;
    right: 0%;
}
#nex:hover, #nex4:hover{
    cursor: pointer;
}

/* FIN CARDS EJEMPLOS */

.palabras-relacionadas {
    position: relative;
    top: 0px;
    margin: 20px;
    padding-bottom: 10px;
}

.palabras-autor {
    position: relative;
    top: 275px;
}

.palabras-autor span{
    color: gray;
}


#resultadosEspeciales {
  width: 1060px;
  height: 300px;
  margin-top: 200px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bandera-palavra-especial{
  max-width: 70%;
  height: 70%;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px gray;
}

#imagen-palavra-especial {
  border-radius: 50%;
  max-width: 70%;
  height: 70%;
}

.descripcion-palavras-especiales {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.descripcion-palavras-especiales-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.descripcion-palavras-especiales h1{
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-size: 25px;
}

.opciones-resultado-especial {
    position: absolute;
    left: 1260px;
    bottom: 400px;
    z-index: 999;
    cursor: pointer;
    font-size: 20px;
}

.palavra-especial-sugerencia{
  color: gray;
  opacity: 0.8;
}

@media (max-width: 1056px) {


}

@media (max-width: 970px) {


}

@media (max-width: 590px) {


  .contenedor-resultados {
      width: 330px;
      top: 150px;
      height: auto;
      background-color: var(--blanco-color);
      position: relative;
      width: 90%;
      margin-left: 10px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 10px;
      padding-top: 0px;
  }

  .barra-superior-palabra-buscada {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*background-color: var(--celeste-color);*/
    background: var(--blanco-color);
    background: linear-gradient(0deg, var(--blanco-color) 0%, var(--celeste-color) 10%);
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
    right: 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    /*box-shadow: 0 2px 5px -2px gray;*/
    top: 0px;
    height: auto;
  }

  .informacion{
    padding: 0px;
}

  .opciones-resultado {
    background-color: rgba(249, 251, 242,0.2);
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    left: 0%;
    bottom: 0%;
  }

  .contenedor-superior-info{
      width: 100%;
      top: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
      align-items: center;
      justify-content: flex-start;
  }

  .contenedor-superior-info img {
    max-width: 80px;
    max-height: 50px;
    box-shadow: 2px 2px 5px gray;
    border-radius: 5px;
    margin-right: 15px;
  }

  .opciones-resultado a{ 
    border: 0px;
    margin-right: 10px;
   }

   .zap-resultado {

   }

   .zap-resultado i {
    color: black;
   }

  .palabra-pcipal{
    position: relative;
    font-size: 25px;
    text-shadow: 2px 2px 5px gray;
    bottom: 0px;
    padding: 0px;
    margin-left: 5px;
    color: var(--blanco-color);
  }

  .ribbonar {
    position: relative;
    display: flex;
  }

  .contenedor-resultados-back {
      height: 100%;
      display: none;
  }

  .contenedor-significado-definicion{
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; 
      position: relative;
      border-bottom: 0px;
  }  

  .definicion{
    text-align: justify;
  } 

  .categorias-idiomaticas-resultado{
    display: flex;
    flex-direction: column;
  }

  .fieldset-exemplos {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
    border-color: var(--celeste-color);
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .ejemplos {
      position: relative;
      top: 0px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0px;
      border-bottom: 0px solid gray;
  }

  .titulo-ejemplos{
      top: 0px;
      left: 0px;
      padding: 5px 20px;
      border-radius: 20px;
      font-size: 20px;
      background-color: var(--blanco-color);
      box-shadow: 3px 3px 5px #6e6e6e;
      opacity: 1;
      position: absolute;
  }

  .ejemplo-espanhol{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid gray;

  }

  .ejemplo-espanhol img{
    position: relative;
    transform: scale(1.3);
    top: 5px;
    margin-right: 7px;
    text-shadow: 2px 2px 4px var(--negro-color);
  }


  .ejemplo-espanhol span{
    text-align: justify;
  }

  .ejemplo-portugues{
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
    padding-bottom: 5px;
  }

  .ejemplo-portugues img{
    position: relative;
    transform: scale(1.3);
    top: 5px;
    margin-right: 7px;
    text-shadow: 2px 2px 4px var(--negro-color);
  }

  .ejemplo-portugues span{
    text-align: justify;
    margin-right: 30px;
  }  

  .contenedor-ejemplos{
      display: flex;
      flex-direction: row;
  }

  .ejemplo-cel{
    width: 92%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid gray;
    /*box-shadow: 1px 1px 2px gray;*/
    border-radius: 5px;
  }

  .flechas-ejemplos {
    display: none;
  }

  .ejemplo-figurativo{
    float: right;
    font-size: 10px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 4px;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-style: italic;
    border: 1px solid var(--celeste-color);
    border-radius: 50%;
    color: var(--celeste-color);
    box-shadow: 1px 1px 2px gray;
    opacity: 0.7;
  }

  .palabras-relacionadas {
      position: relative;
      margin-top: 10px;
      padding-bottom: 10px;
      top: 0px;
  }

  .palabras-autor {
      top: 50px;
  }

  #resultadosEspeciales {
    position: relative;
    width: 300px;
    top: 150px;
    margin-top: 0px;
    height: auto;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bandera-palavra-especial{
    max-width: 70%;
    height: 70%;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px gray;
  }

  #imagen-palavra-especial {
    border-radius: 50%;
    max-width: 70%;
    height: 70%;
  }

  .descripcion-palavras-especiales {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .descripcion-palavras-especiales-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .descripcion-palavras-especiales h1{
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .opciones-resultado-especial {
      position: relative;
      left: 140px;
      bottom: 0px;
      z-index: 0;
      cursor: pointer;
      font-size: 20px;
  }

}