@import url('https://web.archive.org/web/20220117010449cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400|Righteous');

html, body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

h1, h2, h3, h4 {
  font-family: 'Righteous', cursive;
}

small {
  font-weight: 300;
}

.relativimos {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.center-logo .navbar-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(242, 29, 47, 0.7);
  border-bottom: 1px solid rgba(242, 29, 47, 0);
  transition: all 500ms ease;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: rgba(242, 29, 47, 0.8);
  border-bottom: 1px solid rgba(242, 29, 47, 0.2);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: rgba(242, 29, 47, 1);
  border-bottom: 1px solid rgba(242, 29, 47, 1);
  background-color: transparent;
}

.center-logo {
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  border: 0;
}

.center-logo .navbar-brand > img {
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
}

.wrapper-slider {
  padding-top: 116px;
}

.itemim {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
}

.sltexto {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 10;
}

.sltexto > h2 {
  margin-bottom: 25px;
  color: rgba(242, 29, 47, 1);
}

.sltexto > h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
}

.wrapper-contenido {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 35px 0;
}

.bg-red-faded {
  color: whitesmoke;
  background: rgb(183, 0, 7); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(183, 0, 7, 1) 28%, rgba(183, 0, 7, 1) 28%, rgba(58, 0, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(183, 0, 7, 1) 28%, rgba(183, 0, 7, 1) 28%, rgba(58, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(183, 0, 7, 1) 28%, rgba(183, 0, 7, 1) 28%, rgba(58, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b70007', endColorstr='#3a0000', GradientType=0); /* IE6-9 */
}

.super-sp {
  display: block;
  height: 500px;
  width: 100%;
}

.wspc {
  display: block;
  margin: 0 auto -35px auto;
  width: 100%;
  height: 100%;
  max-height: 130px;
}

.bx-servicios {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 5px auto;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
}

.bx-servicios > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 15px auto;
}

.bx-servicios > h4 {
  font-size: 16px;
  padding: 0 10px;
}

.text-red {
  color: rgba(242, 29, 47, 1);
}

.bgx-red1 {
  background-color: #B70007;
}

.bgx-red2 {
  background-color: #F21D2F;
}

.bgx-red3 {
  background-color: #FF6059;
}

.btn-transparante {
  border: 2px solid black;
  background-color: transparent;
  color: black;
  border-radius: 10px;
}

.underline-red {
  border-top-color: rgba(242, 29, 47, 1);
}

.input-group {
  margin-bottom: 15px;
}

.input-group > span > img {
  display: block;
  width: 16px;
  height: auto;
}

.input-group-addon {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid black;
  background-color: transparent;
  border-radius: 0;
}

.form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid black;
  border-radius: 0;
  box-shadow: none;
}

.input-group > span > img.tels {
  height: 15px;
}

.nodenter > span {
  text-align: left;
}

.nodenter > span > img, .nodenter > span > span {
  display: inline-block;
}

.nodenter > span > span {
  margin-left: 20px;
  color: black;
}

.form-control:-moz-placeholder {
  color: black;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: black;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: black;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: black;
}

/* Microsoft Edge */
.form-control::-webkit-input-placeholder {
  color: black;
}

/* WebKit, Blink, Edge */

table.minimal {
  border-collapse: collapse;
  width: 100%;
}

table.minimal > tbody > tr > td:first-child {
  width: 10%;
}

table.minimal > tbody > tr > td {
  padding: 8px;
}

table.minimal > tbody > tr > td:first-child > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 20px;
  margin: 0 auto;
}

footer {
  padding: 25px 0;
  background-color: rgba(242, 29, 47, 1);
  color: black;
}

table.minilinks {
  border-collapse: collapse;
}

table.minilinks > tbody > tr > td {
  padding: 7px;
}

table.minilinks > tbody > tr > td > a {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.wpmap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wpmap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.spcl .form-control {
  border-radius: 0;
  border: 1px solid black;
  margin-top: -1px;
}

.btn-outline {
  border-radius: 0;
  background-color: transparent;
  border-color: rgba(242, 29, 47, 1);
  color: rgba(242, 29, 47, 1);
}

.modal-header {
  border-bottom-color: rgba(242, 29, 47, 1);
}

.modal-header h4, .modal-header p {
  font-family: "Open Sans", sans-serif;
}

.modal-footer {
  border-top-color: rgba(242, 29, 47, 1);
}

.btn-red {
  background-color: rgba(242, 29, 47, 1);
  color: whitesmoke;
  border-color: rgba(242, 29, 47, 1);
  border-radius: 4px;
}

.modal-body, .modal-dialog .text-red {
  color: rgba(33, 33, 33, 1);
}

.mimg {
  text-align: center;
  width: 100%;
  padding: 10px 5px;
  margin: 10px auto;
}

.mimg img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.mid_sl {
  display: block;
  width: 100%;
  position: relative;
}

.mid_sl .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: 0;
  text-align: center;
}

.mid_sl .owl-carousel .owl-dots > .owl-dot {
  width: 30px;
  height: 10px;
  margin: 4px;
}

.mid_sl .owl-carousel .owl-dots > .owl-dot span {
  background-color: rgba(152, 152, 152, 1);
  width: 30px;
  height: 10px;
  display: block;
  transition: all 500ms ease;
  cursor: pointer;
}

.mid_sl .owl-carousel .owl-dots > .owl-dot.active > span {
  background-color: rgba(72, 72, 72, 1);
}

._wraper-video > video {
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 768px) {
  .center-logo .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important; /* 50% of your logo width */
    display: block;
    padding: 15px 0;
    height: auto;
  }

  .center-logo .navbar-nav > li {
    padding: 33px 0;
  }
}

/*
     FILE ARCHIVED ON 01:04:49 Jan 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:31:38 Jul 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 15.385
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 54.415
  LoadShardBlock: 248.259 (3)
  PetaboxLoader3.datanode: 241.249 (4)
  load_resource: 329.148
  PetaboxLoader3.resolve: 270.158
*/