@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/************** BOTON TOP ************************/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /*background-color: darkgray;  Set a background color */
	  opacity: 0.5;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 0px; /* Rounded corners */
}	
#myBtn img{	
	width:60px;
	height:60px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
	  opacity: 0.5;
}
/************************************/


.btn {
  font-weight: 700;
  background-color: #FF8200;
  border-color: #FF8200;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
  background-color: #FF8200;
  border-color: #FF8200;
}

.btn-primary {
  background-color: #FF8200;
  border-color: #FF8200;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #FF8200 !important;
  border-color: #FF8200 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
.cta .btn-white-border {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  margin-top: 10px;
  border-radius:0px !important;
}
.cta .btn-white-border:hover {
  color: #333;
  background-color: #fff;
}
#contacto .btn-primary{
  background-color: #FF8200;
  border-color: #FF8200;	
	
}