@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url(hover.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
}
a:hover{text-decoration:none!important; }
body {
  background-color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400!important;
}
h1 {
  font-size: 30px!important;
  font-family: 'Rubik', sans-serif!important;
  font-weight: 400!important;
}
h2 {
  font-size: 40px!important;
  font-family: 'Rubik', sans-serif!important;
  font-weight: 400!important;
}
h3 {
  font-size: 20px!important;
  font-family: 'Rubik', sans-serif!important;
  font-weight: 400!important;
}
h4 {
  font-size: 16px;
  font-family: 'Rubik', sans-serif!important;
  font-weight: 400!important;
}
p {
  font-size: 16px;
  font-family: 'Rubik', sans-serif!important;
  font-weight: 400!important;
}
.blanco{color: #fff!important;}
.gold{color: #c39438!important;}
.negro{color:#232323}
.azul{color:#174ea6}

.txt-centrado {
  text-align: center!important;
}
.txt-right {
  text-align: right;
}
.centrado {
  margin: 0 auto;
}
.padding-100 {
  padding: 100px 0px;
}
.padding-50 {
  padding: 50px 0px;
}
.padding-20 {
  padding: 20px 0px;
}
.padding-30 {
  padding: 30px 0px;
}
.padding-10 {
  padding: 10px 0px;
}
.no-padding {
  padding: 0!important;
}

.no-margin {
  margin: 0!important;
}
.light {
  font-weight: 300!important;
}
.regular {
  font-weight: 400!important;
}
.bold {
  font-weight: 700!important;
}
.black {
  font-weight: 900!important;
}
.italicbold{
	font-weight: 700!important;
	font-style: italic;
}
.col-center {
  float: none;
  margin: 0 auto;
}
.col-right {
  float: right;
}
.col-left {
  float: left;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.bold-italic{
  font-style: italic;
  font-weight: 800;  
}
.display-none {
  display: none;
}
ul.no-style li {
  list-style-type: none;
  }
ul.lista-horizontal li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  list-style-type: none;
}
ul.no-style.inside li {
  padding-left: 0px;
}

ul.inside {
    list-style: inside;
}
.bg-verde{background-color: #3ab350}
.bg-gris{background-color: #f5f5f5}
.blanco{color: #fff}
.verde{color: #3ab350}
.gris{color: #393939}

ul.social-list li {
    padding: 0px 5px;
}
a.hvr-buzz-out.link-contactanos.link-cotiza:hover {
    color: #fff!important;
}
ul.navbar-nav.ml-auto li {
    padding: 0px 10px;
}
.main-baner{
  background-image: url(../img/glassmaster_banner.jpg);
  background-size: cover;
  background-position: center;
  padding: 180px 0px
}
.link-contactanos {
    background: #3ab350;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}
.sucursal-bg {
    text-align: center;
    padding: 50px 0px;
}
.sucursal-bg.patria{
  background-image: url(../img/img_patria.jpg);
  background-size: cover;
  background-position: center;
}
.sucursal-bg.whashingtong{
  background-image: url(../img/img_washington.jpg);
  background-size: cover;
  background-position: center;
}
ul.tels-vertical li {
    background: #3ab350;
    float: left;
    text-align: center;
    font-size: 21px;
    padding: 10px 0px;
}
li.borde-derecho {
    border-right: solid #fff 1px;
}
.not-full{width: 50%}
.full{width: 100%}
a.ubicacion {
    background: #96d9a1;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 21px;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
}
section.contactanos{
  background-image: url(../img/img_back.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0px
}
form.formulario-cotiza select::placeholder,
form.formulario-cotiza input::placeholder{
  color: #fff;
}

form.formulario-cotiza select,
form.formulario-cotiza input {
  color: #fff;
    background: transparent;
    border: none;
    border-bottom: solid #3ab350;
    border-radius: 0px;
    height: 45px;
    margin: 5px 0px;
}
button.btn-cotiza {
    background: #3ab350;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    margin: 15px auto;
    text-align: center;
    display: block;
}
.whatsaap a {
    position: fixed;
    right: 5px;
    z-index: 9999999999999999;
    top: 90%;
    font-size: 20px;
    color: #00d674;
}
div#form-messages {
    color: #3ab350;
    font-size: 21px;
    text-align: center;
}
ul.no-style.lista-horizontal.m-0.padding-10 li {
    padding: 0px 10px;
}
.link-adview:hover {
    -webkit-mask-image: linear-gradient(
-75deg
, #b8c920 30%, #b8c920 50%, rgb(184 201 32 / 60%) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1s infinite;
    color: #b8c920;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

@media(max-width: 425px){
  .sucursal-bg{margin: 10px 0px;}
  .sucursal-bg p{max-width: 320px; margin: 0 auto}

}