.image-consulta {
 position: relative;
 width: 100%; /* for IE 6 */
}
.hold-mobile{
 display: none;
}
.consulta-texto-imagen {
 font-family: 'Poppins', sans-serif;
 position: absolute;
 top: 17%;
 left: 38%;
 width: 55%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
 font-size: 2.3em;
 text-align: center; 
 font-weight: 300;
 box-shadow: 5px 6px 10px  rgba(64, 47, 25, 0.7);
 z-index: 10;  
}

.consulta-boton-imagen{
  position: absolute;
  top: 130%;
  left: 1%;
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(0, 0, 0);
  background: rgba(25, 165, 90, 0.7);
  box-shadow: 5px 6px rgba(64, 47, 25, 0.7);
  padding: 10px;
  z-index: 10;           
 }

.link-nostyle{
  text-decoration:none;
  color: #fff;
}

.consulta-texto-imagen-cc {
 font-family: 'Poppins', sans-serif;
 position: absolute;
 top: 20%;
 left: 10%;
 width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
    font-size: 3em;
    text-align: center; 
    font-weight: 300;
 background: rgba(255,164,90,1);
 background: -moz-linear-gradient(left, rgba(255,164,90,0.50) 0%, rgba(240,240,240,0.69) 48%, rgba(255,164,90,0.35) 100%);
    
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,164,90,0.50)), color-stop(48%, rgba(240,240,240,0.69)), color-stop(100%, rgba(255,164,90,0.35)));
    
 background: -webkit-linear-gradient(left, rgba(255,164,90,0.50) 0%, rgba(240,240,240,0.69) 48%, rgba(255,164,90,0.35) 100%);
    
 background: -o-linear-gradient(left, rgba(255,164,90,0.50) 0%, rgba(240,240,240,0.69) 48%, rgba(255,164,90,0.35) 100%);
    
 background: -ms-linear-gradient(left, rgba(255,164,90,0.50) 0%, rgba(240,240,240,0.69) 48%, rgba(255,164,90,0.35) 100%);
    
 background: linear-gradient(to right, rgba(255,164,90,0.50) 0%, rgba(240,240,240,0.69) 48%, rgba(255,164,90,0.35) 100%);
    
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa45a', endColorstr='#ffa45a', GradientType=1 );
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);
}
.consulta-boton-imagen-cc{
 position: absolute;
 top: 130%;
 left: 40%;
 color: white;
 font: bold 24px/45px Helvetica, Sans-Serif;
 letter-spacing: -1px;
 background: rgb(0, 0, 0);
 background: rgba(25, 165, 90, 0.7);
 box-shadow: 5px 6px rgba(64, 47, 25, 0.7);
 padding: 10px;
             
}
       
         

.consulta-texto-imagen-cont {
   font-family: 'Poppins', sans-serif;
   position: absolute;
   top: 17%;
   left: 38%;
   width: 55%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
    font-size: 2.3em;
    text-align: center; 
    font-weight: 300;
    box-shadow: 5px 6px 10px  rgba(64, 47, 25, 0.7);
  
}
         .consulta-boton-imagen-cont{
 position: absolute;
 top: 130%;
 left: 1%;
 color: white;
 font: bold 24px/45px Helvetica, Sans-Serif;
 letter-spacing: -1px;
 background: rgb(0, 0, 0);
 background: rgba(25, 165, 90, 0.7);
 box-shadow: 5px 6px rgba(64, 47, 25, 0.7);
 padding: 10px;
             
         }

.shadeind{
    color: #fff;
    background: rgba(212,177,0,1);
background: -moz-linear-gradient(top, rgba(212,177,0,1) 0%, rgba(176,51,9,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,177,0,1)), color-stop(100%, rgba(176,51,9,1)));
background: -webkit-linear-gradient(top, rgba(212,177,0,1) 0%, rgba(176,51,9,1) 100%);
background: -o-linear-gradient(top, rgba(212,177,0,1) 0%, rgba(176,51,9,1) 100%);
background: -ms-linear-gradient(top, rgba(212,177,0,1) 0%, rgba(176,51,9,1) 100%);
background: linear-gradient(to bottom, rgba(212,177,0,1) 0%, rgba(176,51,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b100', endColorstr='#b03309', GradientType=0 );
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

.consulta-texto-imagen {
 
 position: absolute;
 top: 15%;
 left: 35%;
 width: 100%;
 font-size: 18px;
 }
    
}

/*@media only screen and (max-width: 480px) {
    
}
 @media only screen and (max-width: 480px) {

}*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media only screen and (max-width: 480px) { 

.hold-mobile{
         display: block;
         height: 30vh;
         background-color: #fff;
     }
.consulta-texto-imagen {
position: absolute;
top: 32%;
left: 1%;
width: 95%;
font-size: 17px;
}
.consulta-boton-imagen{
         
position: absolute;
top: 92%; 
left: 1%;
color: white;
font: bold 14px/35px Helvetica, Sans-Serif; 
letter-spacing: -1px;
padding: 3px;
margin: 10px;
    z-index: 10;
     }
.consulta-texto-imagen-cc {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 32%;
  left: 9%;
  width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
  font-size: 14px;
  text-align: center; 
  font-weight: 300;
    }
.consulta-boton-imagen-cc{
 
 top: 99%;
 left: 40%; 
 margin: 10px;
 font: bold 14px/35px Helvetica, Sans-Serif; 
}
    
    .consulta-texto-imagen-cont {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 32%;
  left: 9%;
  width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
  font-size: 14px;
  text-align: center; 
  font-weight: 300;
    }
.consulta-boton-imagen-cont{
 
 top: 99%;
 left: 40%; 
 margin: 10px;
 font: bold 14px/35px Helvetica, Sans-Serif; 
}
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width : 480px) and (max-width : 599px) {

.consulta-texto-imagen {
position: absolute;
top: 15%;
left: 32%;
width: 65%;
font-size: 17px;
}
.consulta-boton-imagen{
         
position: absolute;
top: 99%; 
left: 11%;
color: white;
font: bold 17px/38px Helvetica, Sans-Serif; 
letter-spacing: -1px;
padding: 3px;
margin: 10px;
     }
    
.consulta-texto-imagen-cc {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 12%;
  left: 9%;
  width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
  font-size: 22px;
  text-align: center; 
  font-weight: 300;
    }
.consulta-boton-imagen-cc{
 
 top: 99%;
 left: 40%; 
 margin: 10px;
}
    
    
    
    .consulta-texto-imagen-cont {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 12%;
  left: 9%;
  width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
  font-size: 22px;
  text-align: center; 
  font-weight: 300;
    }
.consulta-boton-imagen-cont{
 
 top: 99%;
 left: 40%; 
 margin: 10px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) { }

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) { }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) { 

.consulta-texto-imagen {
top: 21%;
left: 32%;
width: 65%;
font-size: 24px;
}
.consulta-boton-imagen{
top: 99%; 
left: 11%;
color: white;
font: bold 17px/38px Helvetica, Sans-Serif; 
letter-spacing: -1px;
padding: 3px;
margin: 17px;
     }
.consulta-texto-imagen-cc {
  top: 17%;
  left: 9%;
  font-size: 28px;
    }
.consulta-boton-imagen-cc{
 top: 99%;
 left: 40%; 
 margin: 10px;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 600px) and (max-device-width : 1280px) and (orientation : landscape) {

.consulta-texto-imagen {
top: 21%;
left: 32%;
width: 65%;
font-size: 24px;
}
.consulta-boton-imagen{
top: 99%; 
left: 11%;
color: white;
font: bold 17px/38px Helvetica, Sans-Serif; 
letter-spacing: -1px;
padding: 3px;
margin: 17px;
     }
.consulta-texto-imagen-cc {
  top: 17%;
  left: 9%;
  font-size: 28px;
    }
.consulta-boton-imagen-cc{
 top: 99%;
 left: 40%; 
 margin: 10px;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 600px) and (max-device-width : 1280px) and (orientation : portrait) {

.consulta-texto-imagen {
position: absolute;
top: 15%;
left: 32%;
width: 65%;
font-size: 17px;
}
.consulta-boton-imagen{
         
position: absolute;
top: 99%; 
left: 11%;
color: white;
font: bold 17px/38px Helvetica, Sans-Serif; 
letter-spacing: -1px;
padding: 3px;
margin: 10px;
     }
    
.consulta-texto-imagen-cc {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 12%;
  left: 9%;
  width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
  font-size: 22px;
  text-align: center; 
  font-weight: 300;
    }
.consulta-boton-imagen-cc{
 
 top: 99%;
 left: 40%; 
 margin: 10px;
}
    
    
    .consulta-texto-imagen-cont {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 12%;
  left: 17%;
  width: 80%;
    /*background: rgba(255, 165, 90, 0.7);
    box-shadow: 3px 5px rgba(64, 47, 25, 0.7);*/
  font-size: 22px;
  text-align: center; 
  font-weight: 300;
    }
.consulta-boton-imagen-cont{
 
 top: 99%;
 left: 40%; 
 margin: 10px;
}
   
}

/*
@media only screen and (max-width: 900px) {

    
}*/