*{
    font-family: "Roboto", sans-serif!important;
}
.custom-navbar {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    font-style: normal;
  }
  
  .custom-title{
    font-size: 30px;
    color: rgb(79, 79, 79);
  }
  .custom-text-body{
    font-size: 20px;
    color: rgb(79, 79, 79);
  }
  .custom-somos-text2{
    font-size: 30px;
  }
  
  .custom-home{
    font-size: 55px;
    line-height: normal;
    text-align: center;
  }
  .custom-footer {
    text-align: right;
  }
  .custom-footer-title{
    font-size: 35px;
  }
  @media screen and (max-width: 750px)  {
    .custom-home{
        font-size: 35px;
      }
    .custom-somos{
        width: 90vw;
        text-align: center;
    }
    .custom-text-body{
        font-size: 20px;
        color: rgb(79, 79, 79);
      }
      .custom-somos-text2{
        font-size: 16px;
        width: 90vw;
        text-align: center;
      }
      .custom-nav-header{
        width: 100%;
        display: flex; justify-content: center; align-items: center;

      }
      .custom-footer {
        text-align: center;
      }
    
  }
  @media (min-width: 701) {
    .custom-nav-header{
    
        display: flex; justify-content: space-around; align-items: center;
      }
  }
  
.redes .custom-navbar-left {
    padding-right: 50px;
}
.custom-navbar-left {
    display: flex; justify-content: flex-end;
}
.custom-margin{
    margin-top: 20px;
}
.custom-margin-redes{
    margin-top: 60px;
    padding-right: 10px;
}


.container {
    margin: 0 auto;
}
.red{
    color:red!important;
}
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
.parallax {
  /* The image used */
  background-color: rgba(0,0,0,1);

  background-image: url("../parallax.jpg");

  /* Set a specific height */
  height: 500px;
  background-color: rgba(0,0,0,1);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.white {
    color: white!important;
}
.rec {
    border: 1px solid red;
    height: 400px;
}
.recb {
    border: 1px solid blue;
    height: 400px;
}