
/*Diseño Principales*/

#galpzs {
    width: 100%;
    text-align: center;
   display: flex;
}

#FilRes{
    width: 15% !;
    height: auto;
    float: left;
    
}
#TrjRes{
    width: 100%;
    height: auto;
    float: right;
   
}

.tP {
    position: relative;
    vertical-align: top;
    display: inline-block;
    min-width: 240px;
    max-width: 250px;
    width: 250px;
    border-radius: 10px;
    border: solid 2px rgba(212, 212, 212, 0.83);

    padding: .5em;
    margin: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;

}

.Filtro_Tabla{
    /*border: groove 2px;
    border-color: rgba(216, 0, 20, 0.81);*/
    padding: 1em;
    position:static;
    display: inline-block;
    vertical-align: top;   
    border-radius: 10px;
    width:100%;
    height: auto;
    color: #000;
    background-color: #FBFCFC;
    box-shadow: 8px 8px 15px 5px rgb(23 32 42 / 15%);
}
.Filtro_Tabla p{
    font-size:1.5em;
    text-align: left;
    color: #424949;
}
.Filtro_Tabla div label{
    display:block;
    text-align: left;   
}



#IMGTRASN,
#IMGTRASNf {
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 99%;
    opacity: 0 !important;
    cursor: pointer !important;
}

#IMGTRASNf {
    top: auto;
    min-width: 99%;
    min-height: 90%;
}


#IMGTRASN:hover {
    transition: .7s;
    border-radius: 10px;
    border: solid rgb(106, 105, 105) 2px;
    opacity: .77 !important;
}

#lightbox {
    overflow-x: scroll;
    transition: 2s !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .79);
    text-align: center;
    z-index: 20000 !important;
}

#lightbox p {
    cursor: pointer;
    text-align: right;
    color: red;
    margin-right: 30px;
    margin-bottom: 2px;
    font-family: monospace;
    font-weight: bold;
    font-size: 40px;
    z-index: 150 !important;
    text-shadow: 9px 3px 11px rgba(206, 0, 0, 0.58);
}

.lightbox_trigger {

    text-decoration: none;
    color: #ffffff;
}



#lightbox img {

    z-index: 150 !important;
    border-radius: 1em;
    box-shadow: 0 0 25px #ffffff;
    -webkit-box-shadow: 0 0 25px #ffffff;
    -moz-box-shadow: 0 0 25px #ffffff;
    height: auto;
    width: 95%;
    max-width: 1400px;
    max-height: 60% !important;
}

/* ribbon*/


.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 85px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    z-index: 9;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background-color: rgba(216, 0, 20, 0.8);
    /*background: linear-gradient(#F70505 0%, #8F0808 100%);*/
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}



.ribbon2 {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 85px;
    height: 75px;
    text-align: left;
  }
  
  .ribbon2 span {
    z-index: 9;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background-color: rgba(255, 165, 0, 0.8);
    /*background: linear-gradient(#F70505 0%, #8F0808 100%);*/
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
  }
  
  .ribbon2 span::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #F7A500;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F7A500;
  }
  
  .ribbon2 span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #F7A500;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F7A500;
  }


/* ribbon

.ribbon { 
  position: relative;
  color: white;
}
.ribbon1 {
  position: absolute;
  top: -16px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  
  
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 10px 5px 5px;
  border-top-right-radius: 8px;
  width: 70px;
 
}


.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 5px;
 left: -5px;
 top: 0;
 background: #F8463F;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}*/


/*MODIFICAR la APARIENCA de LOS BOTONES*/
.btnaction {
    cursor: pointer;
    transition: .5s;
    text-align: center;
    border: none;
    border-radius: 0px;
    border-bottom: solid #283593 2px;
    background-color: #FFF !important;
    color: #283593;
    /*box-shadow: 1px 3px 5px 1px #283593 !important;*/

    font-weight: 600;

}

.btnaction:hover {

    transition: .5s;
    text-align: center;
    background-color: #fff !important;
    color: #283593;
    box-shadow: 1px 3px 5px 1px #283593 !important;
    border-radius: 10px;
    border-bottom-color: #283593 !important;
    font-weight: 600;
}

.btnaction:active {
    transition: .5s;
    text-align: center;
    background-color: #283593 !important;
    color: #fff;
    box-shadow: 0px 0px 0px 0px #283593 !important;
    border-radius: 10px;
    border-bottom-color: #283593;
    font-weight: 600;
}

.btnaction:visited {
    border: solid 3px #283593 !important;
}

.btotnGetModif{
    color: #f7a500 !important;
}

.btnactionw {
    cursor: pointer;
    transition: .5s;
    text-align: center;
    border: none;
    border-radius: 0px;
    border-bottom: solid #F7A500 2px;
    background-color: #fff!important;
    color: #000;
    /*box-shadow: 1px 3px 5px 1px #283593 !important;*/

    font-weight: 600;

  }
  
  .btnactionw:hover {
    transition: .5s;
    text-align: center;
    background-color: #fff !important;
    color: #F7A500;
    box-shadow: 1px 3px 5px 1px #F7A500 !important;
    border-radius: 10px;
    border-bottom-color: #F7A500 !important;
    font-weight: 600;
  }
  
  .btnactionw:active {
    transition: .5s;
    text-align: center;
    background-color: #F7A500 !important;
    color: #fff;
    box-shadow: 0px 0px 0px 0px #F7A500 !important;
    border-radius: 10px;
    border-bottom-color: #F7A500;
    font-weight: 600;
  }
  
  .btnactionw:visited {
    border: solid 3px #F7A500 !important;
  }


/* Underline From Center */
.hvr-underline-from-center {
    text-decoration: none !important;
    color: #000 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    text-decoration: none !important;
    color: black !important;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #000;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    text-decoration: none !important;
    color: #000 !important;
    left: 0;
    right: 0;

}

.PRIMg {
    min-height: 150px !important;
}



.PRIMg img {
    height: auto;
    
    max-width: 100% !important;
}

.CONTPRD h3 {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000 !important;
    font-size: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.CONTPRD p {
    font-size: 16px;
}


.CONTPRD :active {
    text-shadow: none;
    color: black;
}

.CONTPRD .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: rgba(216, 0, 20, 0.81);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    border-radius: 7px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: 45%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.5s;
}

.CONTPRD .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(216, 0, 50, 0.81) transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.CONTPRD:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ptosDP {
    margin-top: 5px;
    text-align: left;
}


.desc {
    text-align: center;
    font-size: 17px;
    min-height: 50px;
}
.tgtesp{
    display: inline-block !important;
}



@media screen and (min-width:700px) {
    .tP {
        margin-left: 5px;
        margin-right: 5px;

    }
}

@media screen and (min-width:680px) {
    .tP {
        margin-left: 5px;
        margin-right: 5px;
        min-height: 250px;
        max-width: 250px;
    }
    #galpzs {
        width: 100%;
        text-align: center;
      
    }
    
   
}

@media screen and (max-width:679px) {

    #galpzs {
        padding: 5px !important;
        
    }
    #FilRes{
        width:100%;
        margin-bottom: 2em;
    }   
    .PRIMg {

        min-height: 200px !important;
    }

    .tP {
        margin-left: 2px;
        margin-right: 2px;
        min-height: 350px;
        min-width: 95%;
        ;
    }

    .btnaction {
        margin-top: 10px;
    }

       
     

}
