.texto-encima{
    position: absolute;
    top: 15%;
    left: 50%;
}
.cotizar a{ 
  color: #fff;
  font-family: Open Sans; 
  font-style: italic;
  /*padding-top: 35px;*/
}
.cotizar a:hover{
  color: #000;
}
.background-form{
	background-color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
}
#button_static_pequeño{
  height: 200px;
  width: 180px;
  position: fixed;
  z-index: 1000; 
}
@media (min-width: 320px) {
  #button_static_pequeño{    
    top: 83%;
    right: 18%;
  }
}
@media (max-width: 425px) {
  #button_static_pequeño{    
    top: 83%;
    right: 18%;
  }
}
@media (max-width: 480px) {
  #button_static_pequeño{    
    top: 83%;
    right: 22%;
  }
}
@media (max-width: 767px) {
  #button_static_pequeño{    
    top: 83%;
    right: 15%;
  }
}


@media (min-width: 200px) {
  #button_static{
    top: 80%;
    right: 18%;
  }
}
#button_static{
	height: 200px; 
	width: 180px; 
	position: fixed; 
	z-index: 1000;
}

@media (min-width: 768px) {
  #button_static{
    top: 83%;
    right: 20%;
  }
}

@media (min-width: 992px) {
  #button_static{
    top: 83%;
    right: 13%;
  }
}

@media (min-width: 1024px) {
  #button_static{
    top: 83%;
    right: 11%;
  }
}
@media (min-width: 1199px) {
  #button_static{
    top: 83%;
    right: 9%;
  }
}
@media (min-width: 1200px) {
  #button_static{
    top: 83%;
    right: 10%;
  }
}
@media (min-width: 1366px) {
  #button_static{
    top: 83%;
    right: 7%;
  }
}
@media (min-width: 2000px) {
  #button_static{
    top: 85%;
    right: 5%;
  }
}
#button_static img{
	width: 100%;
	height: 100px;
}
#button_static_pequeño img{
  width: 100%;
  height: 100px;
}
#button_static a { 
  display: block; 
  /*background: #ffffff; */
  height: 160px; 
  width: 250px; 
  padding: 1px 1px;
  /*color: #3c3c3c;*/
  font-size: 12.5px; 
  text-align: center;
  font-weight: bold; 
  text-decoration: none; 
  /*border-bottom: solid 3px #d59c12; */
  /*border-left: solid 3px #d59c12; */
  /*border-right: solid 3px #d59c12; */
  /*border-top: solid 3px #d59c12; */
  border-radius: 12px;
}
#button_static_pequeño a { 
  display: block; 
  /*background: #ffffff; */
  height: 160px; 
  width: 250px; 
  padding: 1px 1px;
  /*color: #3c3c3c;*/
  font-size: 12.5px; 
  text-align: center;
  font-weight: bold; 
  text-decoration: none; 
  /*border-bottom: solid 3px #d59c12; */
  /*border-left: solid 3px #d59c12; */
  /*border-right: solid 3px #d59c12; */
  /*border-top: solid 3px #d59c12; */
  border-radius: 12px;
}
#button_static a:hover { 
  /*color: #ffffff;
  border-bottom: solid 3px #d59c12; 
  border-left: solid 3px #d59c12; 
  border-right: solid 3px #d59c12; 
  border-top: solid 3px #d59c12; */
}
.background-form {
	/*display: none; 
	position: absolute; */
	top: 98px; 
	width: 100%; 
	/*height: 350px; */
	z-index: 1000; 
	background-color: rgba(231,156,18,0.90);
	color: #fff;
}
.btn-form-back{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	background-color: #222;
	border-color: #222;
}
.btn-form-back:hover{
	background-color: #222;
	border-color: #222;
	color:#fff;
}
.btn-form-back:focus{
	background-color: #222;
	border-color: #222;
	color:#fff;
}
.btn-form-back:active{
	background-color: #222;
	border-color: #222;
	color:#fff;
}

/* =================================================================== */
 #sendmessage {
  color: #fff;
  border: 1px solid #fff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 35px;
}

 #errormessage {
  color: #222;
  display: none;
  border: 1px solid #222;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 35px;
}

 #sendmessage.show,  #errormessage.show,  .show {
  display: block;
}
 .validation {
  color: #222;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 18px;
  padding-top: 15px;
}

.form input, .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
.msg-error{
  font-family: Open Sans; 
  font-size: 20px;
  color: #222;
}
