*{
    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: #161c62;
  }
  .custom-text-body{
    font-size: 20px;
    color: #2f528a;
  }
  .custom-somos-text2{
    font-size: 30px;
    text-align: center;
  }
  
  .custom-home{
    font-size: 55px;
    line-height: normal;
    text-align: center;
    text-shadow: #000000 1px 0 10px;
  }
  .custom-footer {
    text-align: right;
  }
  .custom-footer-title{
    font-size: 35px;
  }
  .custom-margin-redes{
    margin-top: 0px;
    padding-right: 0px;
}
  @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;
      }
      .navbar-nav {
          display:none!important;
      }
    
  }
  @media (min-width: 701) {
    .custom-nav-header{
    
        display: flex; justify-content: space-around; align-items: center;
      }
     .custom-margin-redes{
        margin-top: 60px!important;
        padding-right: 10px!importan;
    }
  }
  
.redes .custom-navbar-left {
    padding-right: 50px;
}
.custom-navbar-left {
    display: flex; justify-content: flex-end;
}
.custom-margin{
    margin-top: 20px;
}




.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;
}
.flotante {
      position: fixed;
      top: 50%; /* Centra verticalmente en la pantalla */
      right: 0; /* Pegado a la izquierda */
      transform: translateY(-50%); /* Ajuste para centrar verticalmente */
       /* Color de fondo */
    
      padding: 15px;
      
      font-size: 16px;
      z-index: 1000; /* Asegura que esté encima de otros elementos */
    }