/* You can add global styles to this file, and also import other style files */
/*.dropdown-menu{
  min-height: 680px !important;
  min-width: 100%;
}
*/

typeahead-container{
  margin-top: 20px !important;
  width: calc(100% - 30%) !important;
  margin-left: 15% !important;
  height: calc(100% - 15%) !important;
  position: fixed !important;
  transform: translate3d(0px, 76px, 0px) !important;
}

.modal-dialog{
    margin-top: 160px !important;
}

:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;
  --tertiary-color:               #deedfd;

  --body-font-family:             'Open Sans', sans-serif;
  --title-font-family:            'Montserrat', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

.faq-content p{
       font-size: 15px !important;

}

.faq-content .Rubros-azules{
  color: var(--p-color);
  margin-bottom: 10px;
}

span .selected-item {
  max-width: none !important;
}

.cursor_pointer {
  cursor: pointer;
}

.feature-list .Normal {
    margin-bottom: -0.6rem !important;
}