@import url('https://web.archive.org/web/20240201212837cs_/https://fonts.googleapis.com/css?family=Lato:300,400');
html, body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

h1, h2, h3, h4 {
  font-family: 'Lato', serif;
  font-weight: 400;
}
.text-normal {
  font-family: 'Raleway', sans-serif;
}
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(0,76,119,0.7);
  border-bottom: 1px solid rgba(0,76,119,0);
  transition: all 500ms ease;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: rgba(0,76,119,0.8);
  border-bottom: 1px solid rgba(0,76,119,0.2);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: rgba(0,76,119,1);
  border-bottom: 1px solid rgba(0,76,119,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: 330px;
  width: 100%;
  height: auto;
}

.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(0,76,119,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(28,133,174); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(28,133,174,1) 0%, rgba(25,29,31,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(28,133,174,1) 0%,rgba(25,29,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(28,133,174,1) 0%,rgba(25,29,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c85ae', endColorstr='#191d1f',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(0,76,119,1);
}
.bgx-red1 {
  color: white;
  background-color: rgba(0,76,119,1);
}
.bgx-red2 {
  color: white;
  background-color: rgba(3,120,166,1);
}
.bgx-red3 {
  color: white;
  background-color: rgba(85,167,216,1);
}
.text-bolder {
  font-weight: bolder;
}
.text-darblu {
  color: rgba(0,76,119,1);
}
.text-liglili {
  color:  #5658a2;
}
.btn-transparante {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  border-radius: 10px;
}
.underline-red {
  border-top-color: rgba(0,76,119,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 rgba(3,120,166,1);
  background-color: transparent;
  border-radius: 0;
}
.form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(3,120,166,1);
  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(0,76,119,1);
  color: white;
}
table.minilinks {
  border-collapse: collapse;
}
table.minilinks > tbody > tr > td {
  padding: 7px;
}
table.minilinks > tbody > tr > td > a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.wpmap {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
._wraper-video > video {
  width: 100% !important;
  height: auto !important;
}
.wpmap iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.spcl .form-control {
  border-radius: 0;
  border:1px solid rgba(3,120,166,1);
  margin-top: -1px;
}
.btn-outline {
  border-radius: 0;
  background-color: transparent;
  border-color: rgba(0,76,119,1);
  color: rgba(0,76,119,1);
}
.modal-header {
  border-bottom-color: rgba(0,76,119,1);
}
.modal-header h4, .modal-header p {
  font-family: "Open Sans", sans-serif;
}
.modal-footer {
  border-top-color: rgba(0,76,119,1);
}
.btn-red {
  background-color: rgba(0,76,119,1);
  color: whitesmoke;
  border-color: rgba(0,76,119,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;
}
.wrapper-slider {
  padding-top: 60px;
}
.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);
}
@media (min-width: 768px) {
  .center-logo .navbar-brand {
    padding: 7px 0 0 15px;
    height: auto;
  }
  .center-logo .navbar-nav > li {
    padding: 5px 0;
  }
  .center-logo .navbar-nav > li > a {
    padding: 15px 15px;
  }

}

/*
     FILE ARCHIVED ON 21:28:37 Feb 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:21:31 Jul 28, 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: 0.812
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.011
  esindex: 0.015
  cdx.remote: 1527.939
  LoadShardBlock: 211.036 (3)
  PetaboxLoader3.datanode: 247.007 (4)
  PetaboxLoader3.resolve: 149.545 (2)
  load_resource: 238.113
*/