@charset "UTF-8";
/* CSS Document */
   /*BACKGROUND COLOR REFORMA*/
        .bg_reforma{
            background-color: #01B541;
        }
        /*BOTÓNES COMPARTIR*/
        .btn_share{
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px -301px;
        }
        .btn_close{
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px -250px;            
        }
        .bnt_link{
            background-color: #191b1c;
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px -200px; 
        }
        .btn_fb{
            background-color: #3b5998;
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px -150px;             
        }
        .btn_twt{
            background-color: #00bff3;
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px -100px; 
        }
        .btn_wa{
            background-color: #4dc247;
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px -50px; 
        }
        .btn_mail{
            background-color: #0079ff;
            background-image: url(../img/iconos_share_full.png);
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: 10px 0px; 
        }
        /* /BOTÓNES COMPARTIR*/
    
         /*BOTÓN FLOTANTE COMPARTIR*/
        .fixed-action-btn {
            position: fixed;
            right: 25px;
            bottom: 25px;
            padding-top: 15px;
            margin-bottom: 0;
            z-index: 5;
        }
        /*BOTÓN FLOTANTE COMPARTIR*/

/*BOTONES FLOTANTES*/
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 54px;
    font-size: 15px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.fixed-action-btn ul{
  left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 45px;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    visibility: hidden;
}
.fixed-action-btn.active ul{
  visibility: visible;
}

.fixed-action-btn ul li{
  list-style-type: none;
  margin-bottom: 15px;
}
/*EMAIL*/
.fixed-action-btn ul li:nth-child(1) a.btn-floating{
  transform: scale(0.4) translateY(40px) translateX(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
/*WHATSAPP*/
.fixed-action-btn ul li:nth-child(2) a.btn-floating{
    transform: scale(0.4) translateY(40px) translateX(0px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
/*TWITTER*/
.fixed-action-btn ul li:nth-child(3) a.btn-floating{
    transform: scale(0.4) translateY(40px) translateX(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
/*FACEBOOK*/
.fixed-action-btn ul li:nth-child(4) a.btn-floating{
    transform: scale(0.4) translateY(40px) translateX(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
/*LINK*/
.fixed-action-btn ul li:nth-child(5) a.btn-floating{
    transform: scale(0.4) translateY(40px) translateX(0px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
}
.fixed-action-btn.active ul li a.btn-floating{
    transform: scale(1) translateY(0px) translateX(0px);
    opacity: 1;
}
/*BOTONES FLOTANTES*/

/*CAMBIO DE ORIENTACIÓN HORIZONTAL BOTONES FLOTANTES*/

@media screen and (max-width: 813px) and (orientation: landscape){
    .fixed-action-btn {
        padding-top: 0px;
        padding-left: 15px
      }
    .fixed-action-btn ul{
    text-align: right;
    right: 45px;
    top: 15px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    height: 45px;
    left: auto;
    width: 500px;
}
.fixed-action-btn.active ul{
    visibility: visible;
    display: inline-block;
}

.fixed-action-btn ul li{
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0px;
    margin-right: 15px;
}
.fixed-action-btn ul li:nth-child(1) a.btn-floating{
    transform: scale(0.4) translateY(0px) translateX(40px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.fixed-action-btn ul li:nth-child(2) a.btn-floating{
    transform: scale(0.4) translateY(0px) translateX(40px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.fixed-action-btn ul li:nth-child(3) a.btn-floating{
    transform: scale(0.4) translateY(0px) translateX(40px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.fixed-action-btn ul li:nth-child(4) a.btn-floating{
    transform: scale(0.4) translateY(0px) translateX(40px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.fixed-action-btn ul li:nth-child(5) a.btn-floating{
    transform: scale(0.4) translateY(0px) translateX(40px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
}
.fixed-action-btn.active ul li a.btn-floating{
    transform: scale(1) translateY(0px) translateX(0px);
    opacity: 1;
}

}

/* RETINA DISPLAY */

@media only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min-device-pixel-ratio: 2) {
  .cerrar-comentarios {background-image: url(../img/iconos_share_fullx2.png);}
  .bandera_reforma {background-image: url(../img/iconos_comentariosx2.png);}
  .btn_share{background-image: url(../img/iconos_share_fullx2.png);}
  .btn_close{background-image: url(../img/iconos_share_fullx2.png);}
  .bnt_link{background-image: url(../img/iconos_share_fullx2.png);}
  .btn_fb{background-image: url(../img/iconos_share_fullx2.png);}
  .btn_twt{background-image: url(../img/iconos_share_fullx2.png);}
  .btn_wa{background-image: url(../img/iconos_share_fullx2.png);}
  .btn_mail{background-image: url(../img/iconos_share_fullx2.png);}
}

