/* Add here all your css styles (customizations) */


.text-shadow-intro{
    text-shadow: 1px 1px 1px #000;
}
.pics {
    padding-right: 0!important;
    padding-left: 0!important;
    margin: 0;

}
.imagePadding {
    padding: 20px;
}
.moveRowLeft{
    margin-right:-1px;
}
.opacityImage:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
}
.instaImage {
    position: absolute;
    bottom:0;
    padding: 18px;
}

.insta h2  {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}
.instaImage h4 span {
    color: white;
    font: bold 15px Helvetica, Sans-Serif;
    border-radius: 25px;
    text-shadow: 1px 1px 1px #000;

    padding: 5px;
}
.container-photos{
    margin-left: 15px;
    margin-right: 5px;
}

.menuContainerButton {
    background-color: white!important;
    color:black!important;
    padding: 5px;
    font-weight: 500;
    border-radius: 5px;


}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-bodyChat
{
    overflow-y: scroll;
    height: 250px;
    position: relative;
    right:-35px;
}
.panel-bodyChatProgram
{
    overflow-y: scroll;
    height: 250px;
    position: relative;
}

div.chatPosition2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

div.chatPosition2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

div.chatPosition2::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.chatSize {
    max-width: 400px;
    width:100%;

}
.chatBackground{
    background: #FFF;
}
.paddingLivTv {
    padding: 84px 0 0px;

}
.chatLeft {
    text-align: left !important;
}
.chatRight {
    text-align: right !important;
}

.blackColor{
    background: #16181c;
}
.border {
    border: 1px solid black;
}
.chatPosition{
    position:fixed;
    overflow: hidden;
    z-index: 10000;
    bottom:-500px;

}
.chatMinimize{
    position:fixed;
    z-index: 10000;
    bottom:-200px;
    color: #FFF!important;
}


.panel-articulosLeft
{
    overflow-y: scroll;
    height: 750px;
    position: relative;
}

div.articulosLeft::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

div.articulosLeft::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

div.articulosLeft::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.thumbnail {
  position: relative;
    width:1005;
  max-width: 450px;
  height: 450px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.increase_size_un{
    width:100%!important;
    max-width: 1000px!important;
    max-height: 700px;
}

.img_white{
    background-color: white;
}

.img-universal {
    overflow: hidden;
    width: 260px;
    height: 370px;
 }

 .img-universal img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }

  .img-universal2 {
    overflow: hidden;
    width: 260px;
    height: 170px;
 }

 .img-universal2 img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }

.cbp-popup-lightbox-img
{
    max-width: auto;
}

