<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
  height:100%;
  width:100%
}

.navbar-custom, body {
  background-color: white;
}

.intro, body, html {
  width:100%;
}

body {
  font-family:Monteserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:black;
  webkit-tap-highlight-color:rgba(255,255,255,.2);
}


/* language button css */
#en {
  display: none;
}

.button_lang {
  background-color: #444;
  /*background-color: #333; 000 444*/
  color: #FFF;
  padding: 8px 20px;
  border-radius: 5px;
  /*display:inline;*/
    
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.button_lang:hover, .current_lang {
  background-color: #262626;
  /*background-color: #000; 333*/
  color: #FFF;   
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

/*
ul li {
  width: auto;
  display: inline;
}
*/

/* end of language button css */

/* center image in column */
.center-section {
    width: 90px;
    height: 90px;
    margin: auto;    
    display: block;
}
/* end of center image in column */

.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin:0 0 35px;
  font-weight:700;
  letter-spacing:5px;
}

@media (min-width:768px) {
  p {
    margin:0 0 20px;
    font-size:20px;
    line-height:1.6;
  }
  b {
    font-size:20px;
    line-height:1.6;
  }
}

a {
 color:white;
 -webkit-transition:all .2s ease-in-out;
 -moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}

a:focus, a:hover {
  text-decoration:none;
  color:white;
}

.light {
  font-weight:400;
}

.navbar-custom {
  margin-bottom:0;
  border-bottom:1px solid rgba(255,255,255,.3);
}

.navbar-custom,.navbar-toggle {
  color:#fff;
  background-color:rgba(255,255,255,.2);
  font-size:12px;
}

.navbar-custom .nav li a:active, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
  background-color:transparent;
  outline:0;
}

.navbar-custom .navbar-toggle:active,.navbar-custom .navbar-toggle:focus {
  outline:0;
}

.navbar-custom .navbar-brand {
  font-weight:700;
}

.navbar-custom .navbar-brand:focus {
  outline:0;
}

.navbar-custom a {
  color:#fff;
}

.navbar-custom .nav li a {
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.navbar-custom .nav li a:hover{
  color:rgba(255,255,255,.8);
}

.navbar-custom .nav li.active {
  outline:0
}

.navbar-custom .nav li.active a {
  background-color:rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
  color:#fff;
}

@media (min-width:768px) {
  .navbar-custom {
    padding:20px 0;
    border-bottom:none;
    letter-spacing:1px;
    background:0 0;
    -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
    transition:background .5s ease-in-out,padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding:0;
    background:#000;
    border-bottom:1px solid rgba(255,255,255,.3);
    }
  }

/* collapsible */
.collapsible {
  /*background-color: #777;
  color: white;*/
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border-bottom:none; /*none*/
  text-align: left;
  outline: none;
  /*font-family:Monteserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  /*color:white;*/
  /*font-size: 20px;*/
  background-color: #777;
  color: #FFF;
}

.active, .collapsible:hover {
  /*background-color: #555;*/
  background-color: #444;
}

.collapsible:after {
  content: '\002B';
  /*color: white;*/
  /*font-weight: bold;*/
  float: right;
  /*margin-left: 5px;*/
}

.active:after {
  content: "\2212";
}

.content {
  /*padding: 0 18px;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 10px;
  padding-right:10px;
  /*background-color: #f1f1f1;*/
}
/* collapsible */

/*THE LANDING IMAGE*/
.intro {
  display:table;
  height:auto;
  padding:100px 0;
  text-align:center;
  color:#fff;
  background:url(../img/background-images/LosOtros.png) bottom center no-repeat #000;
  -webkit-background-size:cover;-moz-background-size:cover;
  background-size:cover;-o-background-size:cover;
}

.intro .intro-body {
  display:table-cell;
  vertical-align:middle;
}

.intro .intro-body .brand-heading {
  font-size:40px;
}

.intro .intro-body .intro-text {
  font-size:18px;
}

@media (min-width:768px) {
  .intro {
    height:100%;
    padding:0
  }
  .intro .intro-body .brand-heading {
    font-size:100px;
  }
  .intro .intro-body .intro-text {
    font-size:26px;
  }
}

.pressLink{
  color:#FF8C00;
  text-decoration:none;
}
.pressLink:hover{
  color:#FFA500;
}

.pressHorizontalLine {
  border-color:black;
  height:5px;
  background-color:black;
}

.pressSmallHorizontalLine {
  border-color:black;
  height:1px;
  background-color:black;
}

 .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
</pre></body></html>