body {
    font-family: 'Roboto'!important;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden!important;
    background-color: #f0f0f0;
}

.titular {
   background-color: #ddb310;
   color: #17381b;
}


.whatsapp {
    padding: 8px;
    border-radius: 10px;
    background-color: var(--colorWhatsApp);
    color: var(--color1);
}

.whatsapp:hover {
    text-decoration: none;
    background-color: #128C7E;
    color: #fff;
}

.link-wide {
    width: 100%;
    display: block;
}

.link-wide:hover {
    text-decoration: none;
    opacity: 0.9;
}

.placa_00 {
  background-image: url('../../../../uploads/imagenes/02.png');
  background-size: cover;
}

.header_00 {
    font-weight: bold;
    background-color: #17381b;
    color: #fff;
}

.placa_01 {
  background-image: url('../../../../uploads/imagenes/03.jpg');
  background-size: cover;
  background-position-y: middle;
  background-position-x: right;
  min-height: 500px;
}

.header_01 {
  background-color: #ddb310;
  color: #17381b;
}

.header_01 span {
  background-color: #ddb310;
  color: #17381b;
}

.header_00 {
  font-size: 50px;
  font-weight: bold;
  background-color: #17381b;
  color: #fff;
}

.placa_02 {
  background-image: url('../../../../uploads/imagenes/04.jpg');
  background-size: cover;
  background-position-y: top;
  background-position-x: left;
  min-height: 500px;
}

.placa_03 {
  background-image: url('../../../../uploads/imagenes/05.jpg');
  background-size: cover;
  background-position-y: top;
  background-position-x: right;
  min-height: 500px;
}

.placa_04 {
  background-image: url('../../../../uploads/imagenes/06.jpg');
  background-size: cover;
  background-position-y: middle;
  background-position-x: right;
  min-height: 500px;
}

.fondo-negro {
  background-color:#000;
}

#_footer {
  background-color: #17381b;
  color: #fff;
}

/*----------------------------------------------------*/
  
@media screen and (min-width: 0px) {
  .header_00 {
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
      background-color: #17381b;
      color: #fff;
  }
  .header_01 {
    font-size: 30px;
    line-height: 30px;
  }
  .header_01 span {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (min-width: 750px) {
  .header_00 {
      font-size: 40px;
      line-height: 40px;
      font-weight: bold;
      background-color: #17381b;
      color: #fff;
  }
  .header_01 {
    font-size: 30px;
    line-height: 30px;
  }
  .header_01 span {
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (min-width: 970px) {
  .header_00 {
      font-size: 50px;
      line-height: 50px;
      font-weight: bold;
      background-color: #17381b;
      color: #fff;
  }
  .header_01 {
    font-size: 35px;
    line-height: 35px;
  }
  .header_01 span {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1170px) {
  .header_00 {
      font-size: 50px;
      line-height: 50px;
      font-weight: bold;
      background-color: #17381b;
      color: #fff;
  }
  .header_01 {
      font-size: 30px;
      line-height: 30px;
  }
  .header_01 span {
    font-size: 25px;
    line-height: 25px;
  }
}