body.noscroll {
  overflow: hidden;
}
body,
html {
  font-family: 'Droid Sans', sans-serif;
  font-height: 16px;
  width: 100%;
  height: 100%;
}
.title_font {
  font-family: 'BenchNine', sans-serif;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.style_polymer0 {
  color: #d6d6d4;
}
.style_polymer00 {
  color: #dfdfd5;
}
.style_polymer000 {
  color: #bcbcae;
}
.style_polymer {
  background-color: #afafa8;
  color: white;
}
.style_polymer2 {
  color: black;
}
.style_polymer3 {
  background-color: black;
  font-size: 20px;
  color: white;
}
.style_texto1 {
  background-color: #262d2f;
  color: #e6e9f0;
}
.style_texto2 {
  background-color: #f4f4ed;
  color: #353128;
}
.style_texto2b {
  color: #96999e;
  background-color: #ffffff;
}
.style_texto3 {
  background-color: #16171b;
  color: #d5d6d8;
}
.style_texto4 {
  background-color: #a1a4a9;
  color: white;
}
/*
.cristal1{	background-color: #eff0f4; }
.cristal2{	background-color: #fdfcfc; }
.cristal3{	background-color: #c0c2c1; }
.cristal4{	background-color: #c5d3dd; }
.cristal5{	background-color: #b5b9ba; }
.cristal6{	background-color: #ebf1f4; }
*/
p {
  margin: 0px 0;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
img {
  width: 100%;
}
ul {
  list-style: square;
}
.button {
  background-color: #dac03f;
  padding: 5px 10px;
  display: block;
  min-height: 37px;
  line-height: 1.2em;
  margin-top: 3px;
  padding-top: 12px;
}
.button:hover {
  color: black;
}
.button1 {
  background-color: #f7a37b;
}
.button2 {
  background-color: #f58753;
}
.button3 {
  background-color: #ec8a5c;
}
.button4 {
  background-color: #d86632;
}
.button5 {
  background-color: #b24b1b;
}
.button1,
.button2,
.button3,
.button4,
.button5 {
  background-color: #323537;
  color: white;
}
.button1:hover,
.button2:hover,
.button3:hover,
.button4:hover,
.button5:hover {
  background-color: white;
  color: black;
}
.view_table > div > h3 {
  padding: 0 30px;
}
.view_table .button1 {
  background-color: #4f4f4f;
}
.view_entrada {
  min-height: 300px;
  text-align: center;
  position: relative;
}
.view_entrada .telefono {
  width: 100%;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: bolder;
  color: black;
  background-color: #f4f4ed;
  padding-right: 20px;
}
.view_entrada .text_rush_service {
  line-height: 1.25em;
  padding-right: 20px;
  color: white;
  padding-top: 10px;
}
.view_entrada .titulo_principal {
  padding-top: 20px;
  font-size: 3em;
  line-height: 1.2em;
}
.view_entrada .imagen_polymer {
  width: 120px;
  height: auto;
}
.view_foto {
  min-height: 100px;
  position: relative;
}
.view_foto .spinner {
  height: 30px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 45%;
}
.view_texto {
  padding: 10px;
}
.view_texto p {
  padding: 10px;
}
.text_steven {
  position: relative;
  right: 40px;
  top: 20px;
}
.image_steve {
  height: 80px;
  width: auto;
  border-radius: 100%;
  float: right;
}
.view_texto_price {
  padding-bottom: 30px;
  position: relative;
}
.view_texto_steve {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .view_texto {
    padding-left: 50px;
    padding-right: 50px;
  }
  .view_table {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ventana_dialogo {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.97);
}
.ventana_dialogo .ventana_cerrar {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 2em;
  line-height: 40px;
  background-color: black;
  color: white;
  cursor: pointer;
}
.ventana_dialogo .ventana_cerrar:hover {
  background-color: white;
  color: black;
}
.ventana_dialogo .ventana_content {
  height: 100%;
  display: block;
  overflow: scroll;
}
.view_texto_price {
  background-color: rgba(245, 245, 239, 0.72);
}
.view_texto_price h4 {
  color: #003446;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .view_texto_price h4 {
    font-size: 20px;
  }
}
.fondo {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
}
.fondo img {
  width: 100%;
  height: auto;
}
.vacio1,
.vacio2,
.vacio3 {
  width: 100%;
  height: 200px;
  background-color: transparent;
  display: block;
}
.vacio2 {
  height: 150px;
  background-color: rgba(245, 245, 239, 0.62);
}
.vacio3 {
  height: 180px;
  background-color: rgba(245, 245, 239, 0.62);
}
