html, body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}


.main {
    min-width: 100%;
    min-height: 100%;
}

.main, .container {
    min-height: 100%;
    display: flex;
    display:-webkit-flex;
}

.container {
    max-width: 970px!important;
}

.text-center {
    text-align: center;
}

.no-padding {
    padding: 0;
}

h1 {
    font-size: 28px;
    color: #0d9bbc;
}

h2 {
    font-size: 20px;
    /*color: #991b5a;*/
}

h3 {
    font-size: 16px;
    font-weight: bold;
    /*-webkit-font-smoothing: auto;*/
}

h1, h2 {
    font-weight: bold;
    -webkit-font-smoothing: auto;
}

h2, h3 {
    color: #757575;
}

.sinonimos > h1 {
    margin: 20px 0px 15px 0px;
}

.definiciones > h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #991b5a;
}
 
.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
  margin-top: -10%;
}
 
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}
 
 

.centering {
  float:none;
  margin:0 auto;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vgvjl9');
  src:  url('../fonts/icomoon.eot?vgvjl9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vgvjl9') format('truetype'),
    url('../fonts/icomoon.woff?vgvjl9') format('woff'),
    url('../fonts/icomoon.svg?vgvjl9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
    content:"\ea91";
}

.icon-twitter:before {
    content:"\ea96"
}

.icon-whatsapp:before {
    content:"\ea93"
}

.compartir {
    position:absolute; 
    top: 20px; 
    right: 15px;
}

.compartir a {
    float: left;
    display: inline-block;
    text-decoration: none;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff; 
    font-size: 13px;

}

.compartir  i {
    margin-right:5px; 
    font-size: 1.2em; 
    vertical-align: text-bottom;
}

.btn-fb {
    margin-right: 10px;
    background-color: #4b6db1;
    /*background-color: #4B68BA; */
    font-weight: bold; 
    float: left; 
    height: 25px; 
    line-height: 25px;
}

.btn-fb:hover {
    background-color: #3c5a96;
}

.btn-twitter {
    background-color: #57b4f7; 
    font-weight: bold; 
    float: left; 
    height: 25px; 
    line-height: 25px;
}

.btn-twitter:hover{
    background-color: #3fa9f5; 
}

.logo {
    /*font-family: 'Rokkitt', serif !important;
    font-weight: 900;
    font-size: 2.5em;*/
    width: 100%;
}

.logo img {
    display: inline-block;
}

.logo h1 {
    display: inline-block;
    position: relative;
    top: 8px;
    font-weight: bold;
}

.logo  a {

   color: #222222;
   text-decoration: none;
}

.buscador {
    padding: 20px  10px;
}

.buscador form {
    max-width: 650px;
    margin: 0 auto;
}

input[type="search"] {
    padding-left: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 transparent;
    /*font-weight: 100;*/
    font-weight: 400;
    font-size: 1.3em;
}

input[type="search"]:focus {
    box-sizing: border-box;
    padding-left: 0;
    box-shadow: inset 0 0 0 transparent;
}

.input-group-addon.input-focus {
    border: solid thin #66afe9;  
}

.input-group-addon {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 100;
    color: #aaa;
}

.btn-primary {
    color: #fff;
    background-color: #239bbb;
    border-color: #239bbb;
}

.btn-primary:hover {
    color: #fff;
    background-color: #23a4c3;
    border-color: #23a4c3;
}
.btn-primary:active{
    color: #fff;
    background-color: #1391b3;
    border-color: #1391b3;
}

.btn-primary:focus{
    outline: none!important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
    background-color: #1391b3!important;
    border-color: #1391b3!important;
}

.col-principal {
    padding-bottom: 40px;
    padding-left: 0px;
}

.sinonimos {
    margin-bottom: 30px;
}

.sinonimos > ul {
    padding-left: 20px;
}

.sinonimos p{
    padding: 10px 0px;
    font-size: 1.2em;
    /*color: #0d9bbc;;*/
}

.sinonimos > p > span {
    color: #888;
    font-size: 0.8em;
}

.totalidad {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    font-size: 1.1em;
    color: #888;
}

/*.sinonimos > ul > li > span > strong {
    color: #0d9bbc;
}*/

.sinonimos a {
    color: #222;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px dotted #888;
    margin: 0px 1px 0px 7px;
}



.sinonimos > p > a:hover, .sinonimos > p > a:focus  {
    color: #991b5a;
    text-decoration: none; 
    border-bottom: 1px solid rgba(153, 27, 90, 0.6);
}

.nav {
    background: #f9f9f9;
}

.definiciones {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
}

.definiciones h3 {
    font-size: 0.85em;
    font-style: italic;
    padding: 0 0 2px 4px;
    color: #888;
    font-weight: 400;
}

/*.definiciones > ul {
    padding-left: 20px;
    text-decoration: none;
    list-style: none;
    padding: 0;
}*/

.definiciones p {
    padding: 5px 0px;
    margin-bottom: 10px;
}


.definiciones > p > i {
    color: #888;
    margin-right: 5px;
}

.sinonimos p {
    line-height: 28px;
}


.form-control:-webkit-autofill, .form-control {
    -webkit-box-shadow:  0 0 0px 1000px white inset!important;
}

legend {
    border-bottom: dotted thin #ddd;
}

.mas-palabras {
    border-left: solid thin #ddd;
    height: 100%;
    padding-right: 0px;
}

.mas-palabras > ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

.mas-palabras  .actual {
    font-weight: bold;
    color: #991b5a;
}

footer {
    border-top: solid thin #ddd;
    background: #fdfdfd;
    background: 0;
    padding: 10px 0px;
}

.footer-container {
    width: 100%;
    border-top: solid thin #ddd;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.footer ul {
    padding: 0;
    margin: 3px 0px;
}

.footer ul li {
    list-style: none;
    display: inline-block;
    color: #333;
}

.footer ul li:first-child{
    margin-right: 10px;
}

    .definiciones {
        border-top: solid thin #ddd;
        padding-bottom: 20px;
    }

.no-encontrado {
    font-size: 16px;
}

#populares > div {
    width: 25%;
    float: left;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    /* text-align: center; */
}


@media (max-width: 767px) {

    .compartir {
        position: relative;
        float: left;
        width: 100%;
        top: inherit;
        right: inherit;
        margin-bottom: 20px;
    }

    .sinonimos p {
        font-size: 1.1em;
    }

    .main, .container {
        display: block;
    }

    .col-principal {
        padding: 0;
    }


    .definiciones {
        font-size: 15px;
    }

    .mas-palabras {
        border: none;
        border-top: solid thin #ddd;
        margin-bottom: 20px;
        padding: 0;
    }


    .mas-palabras li {
        display: inline-block;
        padding: 5px;
    }

    #palabras-populares {
        padding: 0;
    }

    #populares > div {
        width: 33.333%;
    }
}

@media (max-width: 320px) {

    .nav .logo img {
        width: 130px;
    }

}