@font-face {
  font-family: Palo;
  src: url("../fonts/Palo_Alto_Oblique.ttf");
}

.importante{
  font-family: Palo !important;
}

.btn-danger{
   background-color: #d20619 !important;
}

.active2{
  /*border-bottom: #d20619 solid 3px !important;*/
  color: black;
  font-weight: bold;
}

.active_eco{
  /*border-bottom: #d20619 solid 3px !important;*/
  color: #4FCE5D !important;
  font-weight: bold !important;
}

.eco:hover{
  color: #4FCE5D !important;
}

.navbar-light{
  background-color: rgba(255, 255, 255, .95) !important;
}

.dropdown2 {
  float: left;
  overflow: hidden;
}

.u{
  text-decoration: underline;
}

.rojo{
  color: #d20619 !important;
}

.bgrojo{
  background-color: #d20619 !important;
}

.vert{
  color: #4FCE5D !important;
}

.azul{
  color: #5c84f0 !important;
}

h5 a, h1 a, h2 a, h3 a, h4 a, h6 a{
  color: inherit !important;
}

.mt-6{
  margin-top: 6rem;
}

.acciones{
  width:65%;
}

.titulo{
  font-family: "Arial Black" !important;
  font-size: 2vw;
}

.precios{
  font-family: "Arial Black" !important;
}

.precios td{
  font-size: 3.5vw !important;
}

.oculto{
  display: none;
}

@media only screen and (max-width: 1199px) {
  /* For mobile phones: */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100% !important;
    left: 0 !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: display 0.3s linear, background 0.2s linear;
  }

  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100% !important;
    left: 0 !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: display 0.3s linear, background 0.2s linear;
  }

  .column {
    width: 100% !important;
    height: auto !important;
  }

  .not{
    display: none;
  }

  .change{
    height: 40px !important;
  }

  .acciones{
    width:100%;
  }

  .importante{
    padding-top: 1.5rem !important;
  }

  .titulo{
    font-family: "Arial Black" !important;
    font-size: 3vw;
  }

  .column a {
    float: none;
    color: black;
    padding: 5px !important;
    text-decoration: none;
    display: block;
    text-align: center;
  }

}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 70%;
  left: 15%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: display 0.5s linear, background 0.2s linear;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 70%;
  left: 15%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: display 0.5s linear, background 0.2s linear;
}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content,.dropdown3:hover .dropdown-content2  {
  display: block;
}

.nav-link:hover{
  font-weight: bold;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 25%;
  padding: 10px;
  background-color: transparent;
  height: 300px;
  margin: auto;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Add a background color on hover */
.column a:hover, .column h5:hover {
  /*background-color: #ddd;*/
  color: #d20619;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.bg_empresarial {
    background: url(../img/Barco.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.jumbotron {
    /*padding-top: 3rem;*/
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: transparent !important;

}

#grp_tomza{
  border-bottom: 2px solid #d20619;
}
