.btn{
  outline: none !important;
}

#main {
  position: absolute;
  width: 100%;
}

#wrap {
  min-height: 100%;
}

#content {
  overflow: auto;
  padding-bottom: 252px;
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
  top: 0;
  right: 0;
}

footer{
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #2D2D2D; 
    position: relative;
    margin-top: -252px;
    height: 252px;
    clear: both;
}

footer .text-titulo-help {
    color: #fff;
    font-size: 14px;
    letter-spacing: normal;
    font-variant:normal;
    border-bottom: 5px solid #82afe3;
}

footer .text-contacto {
    color: #fff;
    font-size: 11px;
    letter-spacing: normal;
}

footer .f-contacto {
    color: #fff;
    border-left: 7px solid #82afe3;
    min-height: 80px;
}

footer .f-contacto .media-body{
    vertical-align: middle;
}

footer .f-contacto .media {
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: normal;
}

footer .f-contacto .media a {
    text-decoration: none;
    color: #fff !important;
}

footer .media-body a {
    color: #fff !important; 
}

.barra-separadora-footer {
    border-left: 5px solid #82afe3;
    min-height: 80px;
    padding-left: 15px;
}

.media-left .fa-stack-1x {
    color: #fff; 
}

.media-left .fa-envelope-background {
    color: #c39138;
}

.media-left .fa-phone-background {
    color: #864b9d
}

.media-left .fa-whatsapp-background {
    color: #00c421;
}

.media-left .fa-skype-background {
    color: #00b2eb;
}

#home_contacto_custom input::placeholder, #home_contacto_custom textarea::placeholder{
    color: #bbb;
}
.section-noticias .cart-block{
    cursor: pointer;
}

.section-noticias i.fa.fa-star{
    color: #ccc;
    cursor: pointer;
}

.noticia-box .features-img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.noticia-box .card-block p.mbr-section-text{
  font-size: 16px !important;
}


.section-noticias i.fa.fa-star.star-active{
    color: gold;
    cursor: inherit;
}

.section-noticias .card-block.text-xs-center{
    padding: 4rem 2rem 2rem 2rem;
}

.news-box-info{
    margin-top: .5em;
}

.news-box-info span{
    font-size: 11px !important;
}

#mdl-news{
    z-index: 1041;
    background: rgba(0,0,0, .4);
}

#mdl-news .modal-dialog {
    width: auto;
    max-width: 1000px;
    margin: 15px auto;
}

#mdl-news .modal-content {
    background: transparent;
    border: none;
}
.modal-body-news {
  position: relative;
  background: #f7f8f9;
  border-radius: 5px;
  padding: 0;
  transition: all .3s;
  margin-bottom: 20px; 
}
.modal-body-news:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent; 
}

.mdl-news-media {
  height: 260px;
  width: 100%;
  background-size: contain;
  overflow: hidden;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  background: rgba(0,0,0, .6);
}
.mdl-news-media img, .mdl-news-media video {
    visibility: visible;
    height: 100%; 
}
.mdl-news-inner {
  padding: 25px;
  position: relative; 
}
.mdl-news-inner .mbr-section-title {
  margin-bottom: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  visibility: visible;
}
.mdl-news-inner .mbr-section-text {
  margin-bottom: 0;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis; 
  visibility: visible;
}
.mdl-news-inner .news-date, .mdl-news-inner .news-vistas, .mdl-news-inner .news-likes , .mdl-news-inner .news-comments {
  margin-top: 2.4rem;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 1rem;
  vertical-align: middle;
  margin-bottom: 0; 
  visibility: visible;
  display: inline-block;
  margin-right: 0.7em;
}
.mdl-news-inner .news-date span,
.mdl-news-inner .news-vistas i,
.mdl-news-inner .news-comments i,
.mdl-news-inner .news-likes i {
    line-height: 1rem;
    font-size: 1rem;
    padding-right: 5px; 
    visibility: visible;
}
.mdl-news-inner .news-date p,
.mdl-news-inner .news-vistas p,
.mdl-news-inner .news-comments p,
.mdl-news-inner .news-likes p {
    display: inline;
    vertical-align: text-bottom; 
    visibility: visible;
}
.mdl-news-inner {/* habilitar vista en modal */
  z-index: 1;
}

.mdl-news-inner .news-likes.activo{
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.mdl-news-inner .news-likes.activo-used i{
  color: gold;
}

.mdl-news-inner .close{
    float: none;
    position: absolute;
    bottom: 23px;
    right: 25px;
    visibility: visible;
    z-index: 1;
}
.modal-body-login{
    padding: 3em;
}

.modal-body-login .login-logo{
    margin-bottom: 1.5em;
}

.initialinfo-user-img-mini img {
    object-fit: cover;
    display: inline;
    width: 25px;
    height: 25px;
}

.modal-title{
  display: inline-block;
}

#formCambioPassword .form-control{
  min-height: inherit;
}

#recup_pass{
  cursor: pointer;
}

.carousel-vertical .carousel-item.next.left,
.carousel-vertical .carousel-item.prev.right {
-webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
 }
 .carousel-vertical .carousel-item.next,
 .carousel-vertical .carousel-item.active.right {
   -webkit-transform: translate3d(0, +100%, 0) !important;
        transform: translate3d(0, +100%, 0) !important;
 }
 .carousel-vertical .carousel-item.prev,
 .carousel-vertical .carousel-item.active.left {
 -webkit-transform: translate3d(0, -100%, 0) !important;
        transform: translate3d(0, -100, 0) !important;
 }

 .pagination li>a{
  text-decoration: none;
  color: #005eb0;
 }

.news-search .input-group .btn{
  font-size: initial !important;
  min-height: 3.5em;
  padding: 0rem 1.8rem;
}

.news-search .input-group .form-control{
  font-size: initial !important;
}

.sec-contacto{
  padding-top: 35px;
}


nav.client-navbar {
  /*  background: #fff url(/ahome/client-assets/images/world-map-blue-dots.png) 50% 30%/80% no-repeat !important;*/
}

footer {
    background-color: #fff;
}

footer .text-titulo-help,
footer .text-contacto,
footer .f-contacto,
footer .f-contacto .media a {
    /*color: #222a2c !important;*/
    color: #000 !important;
}

footer .f-contacto,
footer .text-titulo-help {
    border-left-color: #82afe3;
}

#home_contacto_custom input::placeholder,
#home_contacto_custom textarea::placeholder {
    color: #e7d3d3 !important;
}

.tb-embedded-login-button {
    background-color: rgb(53, 92, 128);
    color: rgb(255, 255, 255);
    border: 0;
}

.tb-embedded-login-button:hover, .tb-embedded-login-button:focus, .tb-embedded-login-button:active:focus {
    background-color: rgb(34, 38, 54);
}

.tb-modal-login {
    background-color: #fff;
    color: #42555c;
}


@media (max-width:767px) {

    #content {
        padding-bottom:360px; /* this needs to be bigger than footer height*/
    }

    footer{
        margin-top: -360px; /* negative value of footer height */
        height: 360px;
    }

    footer .f-text {
        text-align: center; 
    }
    
    footer .f-contacto {
        color: #fff;
        border-left: 0px solid #c02025;
        min-height: 80px;
        text-align: initial; 
    }

    footer .f-contacto .media{
      margin-top: 0px;
    }

    footer .media-logo {
        text-align: center !important;
        margin-top: 3rem;
    }
    
    footer .media-logo img {
        display: inline; 
    }

    .initialinfo-user-img-mini{
      text-align: center;
    }

    .initialinfo-user-img-mini img{
      width: 110px;
      height: 110px;
    }
}

@media (max-width: 544px) {
  #content {
    padding-bottom:460px; /* this needs to be bigger than footer height*/
  }

  footer{
    margin-top: -460px; /* negative value of footer height */
    height: 460px;
  }
}

.btn {
  border-radius: 3px;
}

.modal_btn:hover{
    color: #F5B043;
    cursor:pointer;
  }

@media (min-width: 992px) {
  .mbr-cards-col {
    display: table-cell;
    float: left !important;
  }
}