/**
 * plugins/themes/biteca/biteca.css
 *
 * Copyright (c) 2014 Alejandro Alvaro
 * Copyright (c) 2014 Biteca ltda.
 *
 * Biteca theme stylesheet.
 *
 */


body {
    background-color: #fff;
    font-family: "Trebuchet MS", Tahoma;
}

/**
 * Forzar tipo de letra en todo el sitio
 */
* {
    font-family: "Trebuchet MS", Tahoma !important;
}
span, p, b, strong, ul, li, a {
    // font-size: 16px !important;
    line-height: 22px !important;
}
// h1 { font-size: 26px !important; }
// h2 { font-size: 22px !important; }
// h3 { font-size: 18px !important; }
// h4 { font-size: 16px !important; }
// h5 { font-size: 14px !important; }
// h6 { font-size: 12px !important; }

#body {
    height: 100%;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}
#content, #rightSidebar {
    font-size: 14px;
}
a {
    text-decoration: none;
}

a:link {
    color: #444;
}

a:active {
    color: #009FE3;
}

a:visited {
    color: #444;
}

a:hover {
    color: #444;
    background: #fff;
}

label.error {
    color: #f60;
}

input.defaultButton {
    color: #EEEEFF;
    background: #000;
}

#container {
    background-color: #fff;
    // font-size: 1em;
    width: 100% !important; 
}

/**
 * Header
 * -------------------------------------------------------------------------------------------------- */
.barra-superior {
    background: #fff;
    color: #888;
    height: 20px;
    margin: auto;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
}
.barra-superior .barra-superior-wrapper {
    max-width: 1200px;
    background: #888;
    margin: auto;
    width: 100%;
}
.barra-superior .barra-superior a, .barra-superior a:link, .barra-superior a:visited, .barra-superior a:hover {
    color: #888;
}
.barra-superior .link-volver {
    float: right;
}
.barra-superior .idiomas {
    float: left;
}

.barra-superior-gris {
    background: #9B9D9E;
    color: #fff;
    height: 20px;
    margin: auto;
    padding: 10px 30px;
    /*width: 100%;*/
    text-align: center;
}
.barra-superior-gris .barra-superior-wrapper {
    max-width: 1200px;
    background: #9B9D9E;
    margin: auto;
    width: 100%;
}
.barra-superior-gris .barra-superior-gris a, .barra-superior-gris a:link, .barra-superior-gris a:visited, .barra-superior-gris a:hover {
    color: #fff;
    background: #9B9D9E;
    margin: 0 20px;
}
.barra-superior-gris .link-volver {
    float: right;
}
.barra-superior-gris .idiomas {
    float: left;
}
.barra-superior-gris input[type="text"].buscador-navbar {
    background: #ccc !important;
}
.barra-superior-gris .enlaces {
    float: right;
}


#header {
    background: #000;
    min-height: 195px;
    padding: 0;
    width: 100%;
}
#header h1 {
    padding: 0;
}
#header #header-image {
    background-image: url(images/header.jpg);
    background-position: center center;
    background-size: 100% auto;
    height: 0;
    max-width: 1612px;
    padding: 0;
    padding-bottom: 16%;
    width: 100%;
}
#headerTitle {
    background: #000;
    margin: auto;
    padding-top: 4px;
    /*max-width: 1200px;*/
    text-align: center;
    width: 100%;
}
#headerTitle h1 {
    text-align: center;
    width: 100%;
}
#headerTitle .header-logo {
    margin: 40px 40px -4px 100px;
    width: 100px;
}

#headerTitle h1 img {
    height: auto;
    margin: auto;
    /*max-width: 1200px;*/
    width: 100%;
}
.headerContainer {
    margin: auto;
    margin-top: 2px;
    max-width: 1200px;
    width: 100%;
}

/**
 * Navbar
 * -------------------------------------------------------------------------------------------------- */
#navbar {
    background: #009FE3;
    border-bottom: none !important;
    color: #fff;
    font-family: "Trebuchet MS", Tahoma;
    font-size: 1.3em;
    padding: 10px 0;
    text-align: center;
    text-transform: none !important;
}
#navbar a,
#navbar a:link,
#navbar a:visited,
#navbar a:hover {
    background: none;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.3em;
}
.navbar-menu,
.navbar-button {
    display: inline-block;
    height: 40px;
}
.navbar-button {
    padding-top: 15px;
}
#navbar ul.menu {
    display: block;
    width: 100%;
}
#navbar ul.buttonmenu {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#navbar ul.buttonmenu li {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}
#navbar ul.menu a {
    text-transform: none;
}
#navbar ul.menu li {
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
#navbar ul.menu li:last-child {
    border-right: none;
}
#navbar ul.menu a,
#navbar ul.menu a:link,
#navbar ul.menu a:hover,
#navbar ul.menu a:visited {
    background: none !important;
}
#navbar #pullbutton {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 10px;
}
#navbar #pullbutton {
    display: none;
}
@media (min-width: 1001px) {
    #navbar ul.menu {
        display: inline-block;
    }
}
@media (max-width: 1200px) {
    .navbar-button {
        display: block;
        text-align: center;
    }
    .navbar-menu {
        display: block;
        height: auto;
    }
    #navbar #pullbutton {
        display: inline-block;
    }
    #navbar ul.menu {
        display: none;
        text-align: center;
    }
    #navbar ul.menu li {
        border-right: none;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #navbar ul.menu li:hover {
        background-color: #000;
    }
}

.home-journal {
    box-sizing: border-box;
    color: #888 !important;
    float: left;
    min-height: 190px;
    padding: 10px;
    width: 48%;
}
.home-journal-border {
    border-left: 3px dashed #ddd;
}
.home-journal a {
    color: #888 !important;
    font-size: 25px;
}
.home-journal h3 {
    border-top: 5px solid #009FE3;
    border-bottom: none !important;
    /*min-height: 51px;*/
}
.home-journal img {
   /* margin-top: 15px;*/
    max-height: 140px;
    width: 100%;
}

/* Home de journals */
.journal-home .wrapper {
    display: table;
    margin: auto;
    width: 100%;
}
.journal-home .wrapper .columnA {
    box-sizing: border-box;
    display: table-cell;
    float: left;
    padding: 15px;
    padding-top: 20px;
    width: 50%;
}
.journal-home .wrapper .columnA img {
    height: auto;
    width: 100%;
}
.journal-home .wrapper .columnB {
    box-sizing: border-box;
    display: table-cell;
    float: left;
    padding: 15px;
    width: 50%;
}
.journal-home .wrapper .columnB h2 {
    color: #444;
    font-size: 30px;
}
@media(max-width: 600px) {
    .journal-home .wrapper .columnA,
    .journal-home .wrapper .columnA,
    .journal-home .wrapper .columnB {
        display: block;
        width: 100%;
    }
}

/**
 * Footer
 * -------------------------------------------------------------------------------------------------- */
#footer {
    background-color: #000;
    color:  #fff;
}
#footerContent {
    color:  #fff;
}
.biteca-footer {
    background: #666666;
    box-sizing: border-box;
    color: #fff;
    clear: both;
    display: block;
    height: auto;
    margin: auto;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.biteca-footer .wrapper {
    display: table;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}
.biteca-footer .wrapper .column-big {
    box-sizing: border-box;
    display: table-cell;
    float: left;
    padding: 5px;
    width: 40%;
}
.biteca-footer .wrapper .column-small {
    box-sizing: border-box;
    display: table-cell;
    float: left;
    padding: 5px;
    width: 20%;
}
.biteca-footer p {
    font-size: 14px;
    margin: 8px 0px;
}
.biteca-footer a,.biteca-footer a:link,.biteca-footer a:visited,.biteca-footer a:hover {
    color: #fff;
    background: none;
}
@media (max-width: 600px) {
    .biteca-footer .wrapper .column-big,
    .biteca-footer .wrapper .column-small {
        width: 100%;
    }
}

/**
 * Homepage Journals
 * -------------------------------------------------------------------------------------------------- */
.journal-full-space {
    clear: both;
    margin: 0px 0 20px 0;
    min-height: 300px;
    padding: 0;
    width: 100%;
}
.journal-thumbnail-space,
.journal-data-space {
    border: none;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
}
.journal-thumbnail-space {
    float: left;
    min-height: 20px;
    margin-right: 10px;
    width: 200px;
}
.journal-data-space {
    border-left: 2px solid #000;
    min-height: 200px;
    padding-left: 10px;
    overflow: hidden;
}
.journal-thumbnail-space img {
    width: 200px;
}
.journal-data-space h3 {
    font-size: 20px;
    font-weight: bold !important;
    margin-left: 0 !important;
    padding-top: 10px;
}
.journal-data-space p {
    margin: 5px 0 !important;
}
.journal-link-space a {
    background: #000;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-top: 15px;
    padding: 6px 15px;
}
@media (max-width: 600px) {
    .journal-thumbnail-space {
        display: block;
        text-align: center;
        width: 100%;
    }
}

/**
 * Slider
 * -------------------------------------------------------------------------------------------------- */
.biteca-slider {
    background: none;
    box-sizing: border-box;
    height: 250px;
    margin: auto;
    max-width: 1200px;
    padding: 0 !important;
    position: relative;
    width: 100%;
}
.biteca-slider .image-slider {
    background: #bbb;
    box-sizing: border-box;
    display: inline-block;
    height: 250px;
    width: 100%;
}
.biteca-slider .image-slider img {
    margin-top: 0 !important;
}
.slider {
    display: block;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;bottom:0;height:100%;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;height:100%;}

/**
 * Main
 * -------------------------------------------------------------------------------------------------- */
#main {
    background-color: #fff;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 15px;
    width: 800px;
}

/**
 * Breadcrumbs y títulos
 * -------------------------------------------------------------------------------------------------- */
#breadcrumb {
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-family: "Trebuchet MS", Tahoma;
    margin-bottom: 20px !important;
    margin-left: 3px;
    padding: 5px 10px !important;
    width: 99%;
}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover {
    color: #000;
}
.personal-breadcrumb {
    box-sizing: border-box;
    color: #000;
    font-size: 14px !important;
    font-family: "Trebuchet MS", Tahoma;
    margin-bottom: 20px !important;
    margin-left: 3px;
    padding: 5px 10px !important;
    width: 99%;
}

/**
 * Content
 * -------------------------------------------------------------------------------------------------- */
#content {
    border-top: none !important;
}
#content ul a,
#content ul a:link,
#content ul a:visited,
#content ul a:hover {
    color: #009FE3;
}
#content h3 {
    font-family: "Trebuchet MS", Tahoma;
    text-transform: none;
    margin-left: 3px !important;
}
#content h4 {
    font-family: "Trebuchet MS", Tahoma;
    text-transform: uppercase;
}
#content h5 {
    text-transform: uppercase;
}
#issueCoverImage {
    display:inline-block;
    vertical-align:top;
    width: 50%;
}
#issueCoverDescription {
    display:inline-block;
    padding: 10px;
    vertical-align:top;
    width: 46%;
}
#issueCoverDescription li {
    list-style-type: none;
    padding: 5px;
}
.issueSectionTitle {
    background: #002165;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    min-width: 100%;
    padding: 12px 10px !important;
    text-align: center;
    width: 100%;
}

/**
 * Footer
 * -------------------------------------------------------------------------------------------------- */
#pageFooter {
    clear: both;
    padding-top: 20px;
}

span.highlight {
    border-bottom: 1px dotted #000;
}

table.listing tr.highlight {
    background: #fcff64;
}

table.listing tr.fastTracked {
    background-color: #EEEEFF;
}

table.listing td.headseparator {
    border-top: 1px dotted #000;
}

table.listing td.endseparator {
    border-top: 1px dotted #000;
}

span.formError {
    color: #f60;
}

ul.formErrorList {
    color: #f60;
}

div.separator {
    // border-bottom: 1px dotted #000;
    border: none;
}

/**
 * Sidebars
 * -------------------------------------------------------------------------------------------------- */
#sidebar div.block {
    background: #fff;
}
#rightSidebar ul, #leftSidebar ul {
    margin-left: 0px;
    padding-left: 0px;
}
#rightSidebar li, #leftSidebar li {
    list-style-type: none;
}
#rightSidebar, #leftSidebar {
    box-sizing: border-box;
    margin: 0px;
    margin-top: 15px;
    padding: 10px;
    width: 200px;
}
.blockTitle {
    background: #fff;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 12px 10px !important;
    text-align: center;
    width: 100%;
}
.blockTitle:link,
.blockTitle:visited {
    color: #000;
}
.blockTitle:hover {
    background: #fff;
    color: #000;
}
.blockContainer {
    border: none;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 5px;
}
#sidebarFontSize .blockContainer {
    height: 40px;
}
#sidebar .button {
    background: #009FE3 !important;
    color: #fff !important;
    display: block !important;
    padding: 10px !important;
}
#sidebar select {
    float: inherit !important;
    margin: 10px 0 !important;
}

/**
 * Issue section
 * -------------------------------------------------------------------------------------------------- */
h4.tocSectionTitle {
    color: #013B6D !important;
    font-size: 22px;
    margin: 20px 0 !important;
    padding-left: 15px !important;
    text-transform: none !important;
}
.tocArticleCoverImage img {
    height: 150px;
    width: 240px;
}
.tocArticle {
    margin: 20px 0px;
    width: 100%;
}
.tocArticle .article-table-number {
    font-weight: bold;
}
.tocTitle,
.tocTitle a,
.tocTitle a:link,
.tocTitle a:visited,
.tocTitle a:hover {
    color: #555;
    font-weight: 100;
    font-size: 16px;
}
.tocAuthors {
    padding: 0;
}
.tocNotes {
    display: block;
}
.tocNotes,
.tocNotes a,
.tocNotes a:link,
.tocNotes a:visited,
.tocNotes a:hover {
    color: #aaa;
    font-size: 10px;
}
.tocArticleGalleysPages {
    text-align: left;
}
.tocGalleys, .tocPages {
    text-align: center;
}
.tocGalleys,
.tocGalleys a,
.tocGalleys a:link,
.tocGalleys a:visited,
.tocGalleys a:hover {
    color: #009FE3;
}
.toArticleShare,
a.toArticleShare,
a.toArticleShare:link,
a.toArticleShare:visited,
a.toArticleShare:hover {
    background: #D4EDFC;
    background-image: url(images/share.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px 5px;
    color: #009FE3;
    width: 130px !important;
    text-align: center;
    padding: 5px 15px 5px 40px !important;
}
.toArticleShare .box{
  float:left;
}
.toArticleShare .count {
  color:#444444;
  display:block;
  font-size:17px;
  line-height:34px;
  height:34px;
  padding:4px 0;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#eee;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.toArticleShare .share {
  color:#FFFFFF;
  display:block;
  font-size:11px;
  height:16px;
  line-height:16px;
  margin-top:3px;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:150px;
  background-color:#9CCE39;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.toArticleShare .buttons {
    background: #D4EDFC;
  display:none;
  position:absolute;
  margin-left:-100px;
  margin-top: -117px;
  padding: 15px;
  z-index:999;
}
.toArticleShare .button {
  float:left;
  max-width:150px;
  margin-left:10px;
}

/**
 * Forms
 * -------------------------------------------------------------------------------------------------- */
input[type="text"],
input[type="submit"],
button,
select {
    background: #ededed !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    color: #000 !important;
    // font-size: 14px !important;
    padding: 4px !important;
}

/**
 * Equipo Editorial (En revista -> Acerca de -> Equipo Editorial)
 * -------------------------------------------------------------------------------------------------- */
.equipo-editorial .group {
    border-top: 3px double #000;
    text-align: center;
}
.equipo-editorial .group h4 {
    font-weight: bold !important;
}
.equipo-editorial .group .member {
    display: inline-block;
    margin: 8px auto;
    text-align: center;
    width: 48%;
}
.equipo-editorial .group .member .affiliation,
.equipo-editorial .group .member .country {
    display: block;
    // font-size: 14px !important;
    line-height: 16px;
}
.equipo-editorial .group .member .affiliation {
    font-weight: bold;
}

@media (max-width: 650px) {
    .equipo-editorial .group .member {
        display: block;
        width: 100%;
    }
}

.personal-title,
#content h3 {
    background: #fff;
    border-bottom: 5px solid #009FE3;
    color: #444;
    margin: 4px 0 10px 0 !important;
    /*padding: 7px 10px !important;*/
    padding: 5px 0px 0px 0px !important;
}

/**
 * Carousel
 * -------------------------------------------------------------------------------------------------- */
.biteca-carousel h2 {
    background: #fff;
    border-bottom: 5px solid #009FE3;
    color: #444;
    margin: 4px 0 10px 0 !important;
    padding: 7px 10px !important;
}
.biteca-carousel .slide img {
    height: 200px;
    width: 160px;
}

/**
 * Responsive Design
 * -------------------------------------------------------------------------------------------------- */
#container {
    min-width: 100px !important;
}

@media (max-width: 1125px) {
  .header-logo {
      margin-top: 80px;
      float: left;
      position: absolute;
    }
}

@media (max-width: 770px) {
    #headerTitle {
        height: auto;
    }
    #headerTitle img {
        display: block;
        max-width: 100%;
    }
}
#main {
    border-right: 1px solid #888;
    box-sizing: border-box;
    padding: 10px;
    width: 73%;
}
#rightSidebar, #leftSidebar {
    width: 25%;
}


@media (max-width: 1200px) {
    #issueCoverImage {
        width: 100%;
        text-align: center;
    }
    #issueCoverImage img {
        display: inline-block;;
    }
    #issueCoverDescription {
        box-sizing: border-box;
        width: 100%;
    }
}
@media (max-width: 800px) {
    #main {
        width: 100%;
    }
    #rightSidebar, #leftSidebar {
        width: 100%;
    }
}

#submissions {
    max-width: 730px;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
}

#sidebarConvocatorias {
    background: #009FE3 !important;
    padding: 15px;
    margin-bottom: 15px;
    color: #fff;
}
#sidebarConvocatorias .blockTitle {
    background: #009FE3;
    color: #fff;
}
#sidebarConvocatorias a,
#sidebarConvocatorias a:link,
#sidebarConvocatorias a:hover,
#sidebarConvocatorias a:visited {
    background: #009FE3 !important;
    color: #fff;
}
#sidebarConvocatorias a:hover {
    text-decoration: underline;
}
#sidebarConvocatorias .convocatoria-detalle {
    display: none;
}

// Categorias de revistas
// #catalogo-contenedor {
//    background-color: #f2f2f2;
//    padding: 20px 10px;
//    overflow: auto;
//    clear: both !important;
// }
// #catalogo-tab
// {
//    float: left;
//    margin: 10px 0 0 0;
//    width: 350px;
// }
// #catalogo-tab ul
// {
//     margin-left: 0px;
//    list-style: none;
//    text-align: center;
// }
// #catalogo-tab ul li
// {
//    border-top: 1px solid #009FE3;
//    border-right: 1px solid #009FE3;
//    border-bottom: 1px solid #009FE3;
//    border-left: 8px solid #009FE3;
//    background-color: #ddd;
//    margin: 8px 0;
// }
// #catalogo-tab ul li a,
// #catalogo-tab ul li a:visited
// {
//    text-decoration: none;
//    color: #009FE3;
//    display: block;
//    padding: 15px 5px;
// }
// #catalogo-tab ul li:hover
// {
//    border-left: 8px solid #333;
// }
// #catalogo-tab ul li a:hover
// {
//    color: #000;
// }
// #catalogo-tab ul li.selected
// {
//    border-right: none;
//    background-color: #fff;
//    border-left: 8px solid #009FE3;
// }
#catalogo-contenedor-principal
{
   margin: auto;
   padding: 20px;
   background-color: #fff;
   border: 1px solid #009FE3;
   width: 80%;
   display: none;
}
// #catalogo-contenedor-principal li {
//     margin: 8px 0;
// }
.catalogo-oculto {
    display: none;
}

#sidebarAccesos {
    margin-top: 15px;
    border: 2px solid #009FE3;
    padding: 5px 10px;
    text-align: left !important;
}
#sidebarAccesos .blockTitle {
    color: #009FE3;
    text-align: left;
}
#sidebarAccesos .links,
#sidebarAccesos .links a,
#sidebarAccesos .links a:hover,
#sidebarAccesos .links a:link,
#sidebarAccesos .links a:visited {
    font-size: 12px !important;
}
#sidebarAccesos h4 {
    margin: 10px 0 4px 0;
}
input[type="text"].buscador-navbar {
    background-color: #65C5EE !important;
}
input[type="submit"].buscador-navbar-boton {
    background: url(/public/site/lupa.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    width: 22px;
    height: 22px;
}
.buscador-navbar-form {
    display: inline-block !important;
}
.main-logo {
    width: 180px !important;
    height: auto !important;
    float: left;
    margin-left: 50px;
}
.main-revista-logo {
    max-width: 430px !important;
    width: 100% !important;
    height: auto !important;
    float: right;
    margin-top: 230px !important;
    margin-right: 50px;
}
@media (max-width: 601px) {
    .main-logo {
        margin-left: 0px;
    }
    .main-revista-logo {
        margin-right: 0px;
    }
}
.bx-wrapper .bx-prev {
    left: -46px;
    z-index: 999 !important;
}
.bx-wrapper .bx-next {
    right: -46px;
    z-index: 999 !important;
}
.h2-sub {
    background: #fff;
    border-bottom: 5px solid #009FE3;
    color: #444;
    margin: 4px 0 10px 0 !important;
    padding: 7px 10px !important;
}

/* nueva version del catalogo */
#catalogo-contenedor {
    text-align: center;
}
#catalogo-contenedor .catalogo-titulo {
    box-sizing: border-box;
    display: inline-flex;
    margin: 5px;
    width: 48%;
    padding: 8px;
    background: #A3DAF6;
    height: 60px;
    text-align: center;
}
#catalogo-contenedor .catalogo-titulo a,
#catalogo-contenedor .catalogo-titulo a:visited,
#catalogo-contenedor .catalogo-titulo a:hover,
#catalogo-contenedor .catalogo-titulo a:link {
    color: #444;
    background: none;
}
#catalogo-contenedor .selected {
    outline: 4px solid #40ABF7;
}
@media (max-width: 601px) {
    #catalogo-contenedor .catalogo-titulo {
        width: 100%;
        height: auto;
    }
}
// #catalogo-contenedor {
//     display: block;
// }
// #catalogo-contenedor .catalogo-titulo {
//     box-sizing: border-box;
//     display: inline-block;
//     width: 48% !important;
//     background: #A3DAF6 !important;
//     padding: 8px;
//     margin: 5px;
// }

.social-sidebar img {
    height: 30px;
    width: 30px;
}
.sidebar-borde {
    border: 2px solid #009FE3;   
    padding: 20px;
}