/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.monitores {
    background: #f3f1f0;
    /*background-image: url('../img/monitores/bgd3.png');*/
    background-size: cover;
    color: #65534c;
  }
  
  .monitores h2 {
    font-size: 28px;
    font-weight: 700;
  }

.monitores-btn {
    height: 108px;
    width: 100%;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 2px;
    margin: 10px;
    -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
            transition: all 0.3s;  
    
  }

  .monitores-btn2 {
    height: 70px;
    width: 100%;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 2px;
    margin: 10px;
    -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
            transition: all 0.3s;  
    
  }
  
  .monitores-btn01{
    background: url(../img/boton/monitores/ins.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn01:hover{
    background: url(../img/boton/monitores/ins-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn02{
    background: url(../img/boton/monitores/cp.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn02:hover{
    background: url(../img/boton/monitores/cp-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn03{
    background: url(../img/boton/monitores/seg.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn03:hover{
    background: url(../img/boton/monitores/seg-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn04{
    background: url(../img/boton/monitores/couam.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn04:hover{
    background: url(../img/boton/monitores/couam-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn05{
    background: url(../img/boton/monitores/coext.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn05:hover{
    background: url(../img/boton/monitores/coext-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn06{
    background: url(../img/boton/monitores/faq2.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn06:hover{
    background: url(../img/boton/monitores/faq2-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn07{
    background: url(../img/boton/monitores/cata.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn07:hover{
    background: url(../img/boton/monitores/cata-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn08{
    background: url(../img/boton/monitores/gal.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn08:hover{
    background: url(../img/boton/monitores/gal-b.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .monitores-btn09{
    background: url(../img/boton/monitores/Video.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .monitores-btn09:hover{
    background: url(../img/boton/monitores/VideoOver.png);  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .logomonitores{
    height: 50px;
    vertical-align:middle;

  }

  .bglogo{
    background: url(../img/monitores/bglogo.png);  
    /* Center and scale the image nicely */
    background-position: center;
    vertical-align:middle;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .icon-box .description a {
    color: #000;
  }
  
  .icon-box .description a:hover {
    color: #9f2d2d;
  }