@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap);
.background-bdtrPrimary {
  background-color: #062633; }

.text-bdtrPrimary {
  color: #062633 !important; }

.background-bdtrSecondary {
  background-color: #00B99E; }

.text-bdtrSecondary {
  color: #00B99E !important; }

.background-bdtrWhite {
  background-color: #ffffff; }

.text-bdtrWhite {
  color: #ffffff !important; }

.background-bdtrAccent {
  background-color: #EBF9FF; }

.text-bdtrAccent {
  color: #EBF9FF !important; }

.background-bdtrAlternative {
  background-color: #E0711B; }

.text-bdtrAlternative {
  color: #E0711B !important; }

.background-bdtrAlternative2 {
  background-color: #4265F8; }

.text-bdtrAlternative2 {
  color: #4265F8 !important; }

* {
  font-family: 'Rubik', sans-serif; }

.title {
  margin: 0;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400; }
  .title.uppercase {
    text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .title {
      font-size: 2rem; } }
  @media screen and (max-width: 768px) {
    .title {
      font-size: 1.87rem; } }
  @media screen and (max-width: 576px) {
    .title {
      font-size: 1.6rem; } }

.font-W500 {
  font-weight: 500; }
.font-Wbold {
  font-weight: 700; }

.subtitle {
  margin: 0;
  font-size: 1.87rem;
  text-align: center;
  font-weight: 300; }
  .subtitle span {
    font-weight: 500; }
  @media screen and (max-width: 991px) {
    .subtitle {
      font-size: 1.73rem; } }
  @media screen and (max-width: 768px) {
    .subtitle {
      font-size: 1.6rem; } }
  @media screen and (max-width: 576px) {
    .subtitle {
      font-size: 1.47rem; } }
  @media screen and (max-width: 380px) {
    .subtitle {
      font-size: 1.33rem; } }

@media screen and (max-width: 768px) {
  p {
    font-size: 0.87rem; } }

html, body {
  font-size: 15px;
  margin: 0;
  height: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

section {
  position: relative;
  padding: 50px; }
  @media screen and (max-width: 768px) {
    section {
      padding: 30px 20px; } }

.decocir {
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: absolute; }
  @media screen and (max-width: 1280px) {
    .decocir {
      display: none; } }

.circulo1 {
  z-index: 1;
  top: 1350px;
  right: -50px; }

.circulo2 {
  z-index: 1;
  top: 1850px;
  left: -50px; }

.circulo3 {
  z-index: 1;
  top: 2800px;
  right: -50px; }

.circulo4 {
  z-index: 1;
  top: 5190px;
  right: -50px; }

.circulo5 {
  z-index: 1;
  bottom: 150px;
  right: -50px; }

.decoraciones-circulos {
  width: 100%;
  overflow-x: hidden; }

body, html {
  height: auto !important;
  overflow-x: hidden;
  position: relative; }

.btn {
  border-radius: 5px !important;
  outline: none;
  padding: 10px 24px !important; }
  @media screen and (max-width: 576px) {
    .btn {
      padding: 8px 24px !important; } }
  .btn .btn-text {
    text-transform: uppercase;
    font-weight: 500; }
    @media screen and (max-width: 576px) {
      .btn .btn-text {
        font-size: 0.8rem; } }
  .btn.primary {
    background-color: #062633; }
    .btn.primary .btn-text {
      color: #ffffff; }
  .btn.outPrimary {
    background: none;
    border: solid 1px #00B99E;
    color: #00B99E; }
    .btn.outPrimary:hover {
      color: #062633 !important;
      background-color: #ffffff;
      border: solid 1px #062633; }
  .btn.outOrange {
    background: #E0711B;
    border: solid 1px #E0711B;
    color: white;
    border-radius: 0 !important;
    /*text-transform: capitalize; */ }
    @media screen and (max-width: 480px) {
      .btn.outOrange {
        padding: 8px 30px !important; } }
    .btn.outOrange:hover {
      color: white !important;
      background-color: #E0711B;
      border: solid 1px #E0711B; }
  .btn.outBlue {
    background: #4265F8;
    border: solid 1px #4265F8;
    color: white;
    border-radius: 0 !important;
    /*text-transform: capitalize; */}
    .btn.outBlue:hover {
      color: white !important;
      background-color: #4265F8;
      border: solid 1px #4265F8; }
  .btn.outSecondary {
    background: none;
    border: solid 1px #ffffff;
    color: #ffffff; }
    .btn.outSecondary:hover {
      color: #062633 !important;
      background-color: #ffffff; }
  .btn.secondary {
    background-color: #ffffff; }

.btns {
  display: flex;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  flex-direction: column;
  transform: translateY(-50%); }
  @media screen and (max-width: 480px) {
    .btns {
      top: inherit;
      transform: inherit;
      bottom: 0;
      display: inline-flex;
      flex-direction: row;
      width: 100%;
      overflow: hidden; } }
  .btns a {
    margin: 0; }
    @media screen and (max-width: 480px) {
      .btns a {
        width: 50%; } }

.bdtr-checkbox {
  padding-left: 44px;
  position: relative; }
  .bdtr-checkbox label {
    margin: 0;
    font-style: italic;
    font-size: 0.8rem; }
    .bdtr-checkbox label .nbox {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      margin-right: 20px;
      height: 24px;
      width: 24px;
      border: solid 1px #00B99E; }
  .bdtr-checkbox input:checked + label .nbox {
    background-color: red; }

.slick-dots {
  text-align: center;
  padding: 0;
  position: absolute;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #00B99E;
    border-radius: 100%;
    margin: 0 8px;
    opacity: 0.2;
    vertical-align: middle; }
    .slick-dots li button {
      height: 100%;
      width: 100%;
      opacity: 0; }
    .slick-dots li.slick-active {
      opacity: 1;
      height: 16px;
      width: 16px; }

.bdtrCard {
  border-radius: 30px !important;
  padding: 40px; }
  @media screen and (max-width: 768px) {
    .bdtrCard {
      padding: 25px; } }

#bdtr-navbar {
  padding: 50px 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }
  @media screen and (max-width: 991px) {
    #bdtr-navbar {
      padding: 30px; } }
  #bdtr-navbar .container .row .col-logo .logo-container {
    width: 150px;
    height: 32px; }
    @media screen and (max-width: 576px) {
      #bdtr-navbar .container .row .col-logo .logo-container {
        width: 92px;
        height: auto; } }
    #bdtr-navbar .container .row .col-logo .logo-container img {
      height: 100%;
      width: 100%; }
  #bdtr-navbar .container .row .col-menu-button {
    display: none; }
    @media screen and (max-width: 991px) {
      #bdtr-navbar .container .row .col-menu-button {
        display: block; } }
    #bdtr-navbar .container .row .col-menu-button .menu-button .btn {
      padding: 0 !important; }
  @media screen and (max-width: 991px) {
    #bdtr-navbar .container .row .col-menu {
      display: none;
      transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in; } }
  #bdtr-navbar .container .row .col-menu.active {
    display: block; }
  #bdtr-navbar .container .row .col-menu .main-menu {
    text-align: right; }
    @media screen and (max-width: 576px) {
      #bdtr-navbar .container .row .col-menu .main-menu {
        padding-top: 30px; } }
    #bdtr-navbar .container .row .col-menu .main-menu ul {
      margin: 0;
      padding: 0; }
      #bdtr-navbar .container .row .col-menu .main-menu ul .menu-item {
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase; }
        @media screen and (max-width: 991px) {
          #bdtr-navbar .container .row .col-menu .main-menu ul .menu-item {
            display: block;
            text-align: center;
            margin: 15px 0; } }
        #bdtr-navbar .container .row .col-menu .main-menu ul .menu-item a,
#bdtr-navbar .container .row .col-menu .main-menu ul .menu-item p {
          text-decoration: none;
          padding: 10px 14px;
          border: solid 1px transparent;
          border-radius: 5px; }
          #bdtr-navbar .container .row .col-menu .main-menu ul .menu-item a:hover,
#bdtr-navbar .container .row .col-menu .main-menu ul .menu-item p:hover {
            border: solid 1px #00B99E;
            color: #00B99E !important; }
      #bdtr-navbar .container .row .col-menu .main-menu ul .active a,
#bdtr-navbar .container .row .col-menu .main-menu ul .active p {
        border: solid 1px #00B99E;
        color: #00B99E !important; }

.fixed {
  position: fixed;
  width: 100%;
  background: #062633;
  z-index: 99; }
  @media screen and (min-width: 991px) {
    .fixed {
      padding: 22px 0 !important;
      border-bottom: 0px solid #fff; } }

.m-scroll {
  position: relative;
  top: -70px;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px; }

#banner-section {
  background-image: url(../img/bdtr-banner.png);
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    #banner-section {
      background-position: left; } }
  @media screen and (max-width: 768px) {
    #banner-section {
      padding: 100px 0; } }
  @media screen and (max-width: 576px) {
    #banner-section {
      background-position:70%;
      padding: 60px 0; } }
  #banner-section .container {
    position: relative;
    z-index: 0;
    /*max-width: 980px;*/
    max-width: 850px;
    padding: 50px 100px; }
    @media screen and (max-width: 576px) {
      #banner-section .container {
        padding: 30px 35px; } }
    #banner-section .container .opacity {
      /*backdrop-filter: blur(10px);*/
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      background:#FFFFFF26;
      border-radius:30px;
 }
      @media screen and (max-width: 991px) {
        #banner-section .container .opacity {
          display: none; } }
    #banner-section .container .logo-container {
      max-width: 350px;
      margin: auto;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #banner-section .container .logo-container {
          max-width: 300px; } }
      @media screen and (max-width: 576px) {
        #banner-section .container .logo-container {
          max-width: 260px; } }
      @media screen and (max-width: 480px) {
        #banner-section .container .logo-container {
          max-width: 220px; } }
    #banner-section .container .title-container {
      margin-bottom: 50px; }
      @media screen and (max-width: 991px) {
        #banner-section .container .title-container {
          margin-bottom: 30px; } }
      @media screen and (max-width: 576px) {
        #banner-section .container .title-container h1 {
          line-height: 1.5; } }
    #banner-section .container .subtitle-container {
      max-width: 780px;
      margin-bottom: 50px; }
      @media screen and (max-width: 576px) {
        #banner-section .container .subtitle-container h2 {
          line-height: 1.5; } }
    #banner-section .container .actions {
      text-align: center; }
      #banner-section .container .actions .btn:first-child {
        margin-right: 30px; }

#benefits #benefits-decorative {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0; }

#benefits .title-container {
  /*max-width: 350px;*/
  margin: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    #benefits .title-container {
      margin-bottom: 30px; } }

@media screen and (max-width: 991px) {
  #benefits .container .row .card-col {
    margin-bottom: 30px; }
    #benefits .container .row .card-col:last-child {
      margin-bottom: 0; } }

#benefits .container .row .card-col .bdtrCard {
  max-width: 350px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    #benefits .container .row .card-col .bdtrCard {
      max-width: 100%;
      padding: 25px 15px; } }
  #benefits .container .row .card-col .bdtrCard .cardBody .icon {
    height: 150px;
    width: 150px;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #benefits .container .row .card-col .bdtrCard .cardBody .icon {
        height: 120px;
        width: 120px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 576px) {
      #benefits .container .row .card-col .bdtrCard .cardBody .icon {
        height: 100px;
        width: 100px; } }
    #benefits .container .row .card-col .bdtrCard .cardBody .icon svg {
      fill: #00B99E !important;
      width: 60px;
      height: auto;
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%); }
      #benefits .container .row .card-col .bdtrCard .cardBody .icon svg .st0 {
        fill: #00B99E !important; }
  #benefits .container .row .card-col .bdtrCard .cardBody .card-title-container {
    text-align: center; }
    #benefits .container .row .card-col .bdtrCard .cardBody .card-title-container p {
      font-size: 1.6rem;
      margin-bottom: 30px !important; }
  #benefits .container .row .card-col .bdtrCard .cardBody .card-info {
    max-width: 250px;
    text-align: center;
    min-height: 180px; }
    @media screen and (max-width: 768px) {
      #benefits .container .row .card-col .bdtrCard .cardBody .card-info {
        min-height: auto;
        max-width: 100%; } }
    #benefits .container .row .card-col .bdtrCard .cardBody .card-info p {
      margin-bottom: 0 !important;
      line-height: 20px; }

#newscast p, #gridacces p {
  letter-spacing: 1px; }

@media screen and (max-width: 768px) {
  #newscast, #gridacces {
    padding-bottom: 0; } }

#newscast .logo-container, #gridacces .logo-container {
  max-width: 265px;
  margin: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    #newscast .logo-container, #gridacces .logo-container {
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    #newscast .logo-container, #gridacces .logo-container {
      max-width: 200px; } }
  @media screen and (max-width: 576px) {
    #newscast .logo-container, #gridacces .logo-container {
      max-width: 150px; }
      #newscast .logo-container svg .st0, #gridacces .logo-container svg .st0 {
        fill: #E0711B; } }

#newscast .info-title-container, #gridacces .info-title-container {
  max-width: 740px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
  line-height: 20px; }
  @media screen and (max-width: 991px) {
    #newscast .info-title-container, #gridacces .info-title-container {
      margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  #newscast .container .slick-dots, #gridacces .container .slick-dots {
    position: relative !important;
    transform: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important; } }

#newscast .container .slider-row, #gridacces .container .slider-row {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    #newscast .container .slider-row, #gridacces .container .slider-row {
      margin-bottom: 0; } }
  #newscast .container .slider-row .col-img, #gridacces .container .slider-row .col-img {
    position: relative; }
    @media screen and (max-width: 991px) {
      #newscast .container .slider-row .col-img, #gridacces .container .slider-row .col-img {
        margin-bottom: 30px; } }
    #newscast .container .slider-row .col-img img, #gridacces .container .slider-row .col-img img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 30px; }
      @media screen and (max-width: 991px) {
        #newscast .container .slider-row .col-img img, #gridacces .container .slider-row .col-img img {
          position: relative;
          right: 0; } }

#newscast .container .row .col-info .bdtrCard .row, #gridacces .container .row .col-info .bdtrCard .row {
  margin-top: -15px; }

#newscast .container .row .col-info .bdtrCard .slick-arrow, #gridacces .container .row .col-info .bdtrCard .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  background: none;
  outline: none;
  border: none;
  opacity: 0.5; }
  #newscast .container .row .col-info .bdtrCard .slick-arrow span, #gridacces .container .row .col-info .bdtrCard .slick-arrow span {
    display: inline-block;
    width: 20px; }
  #newscast .container .row .col-info .bdtrCard .slick-arrow:hover, #gridacces .container .row .col-info .bdtrCard .slick-arrow:hover {
    opacity: 1; }
  @media screen and (max-width: 991px) {
    #newscast .container .row .col-info .bdtrCard .slick-arrow, #gridacces .container .row .col-info .bdtrCard .slick-arrow {
      display: none !important; } }

#newscast .container .row .col-info .bdtrCard .slick-prev, #gridacces .container .row .col-info .bdtrCard .slick-prev {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%); }
  #newscast .container .row .col-info .bdtrCard .slick-prev span, #gridacces .container .row .col-info .bdtrCard .slick-prev span {
    margin-right: 20px; }

#newscast .container .row .col-info .bdtrCard .slick-next span, #gridacces .container .row .col-info .bdtrCard .slick-next span {
  margin-left: 15px; }

#newscast .container .row .col-info .bdtrCard .cardBody, #gridacces .container .row .col-info .bdtrCard .cardBody {
  padding: 20px;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    #newscast .container .row .col-info .bdtrCard .cardBody, #gridacces .container .row .col-info .bdtrCard .cardBody {
      padding: 0; } }
  @media screen and (max-width: 991) {
    #newscast .container .row .col-info .bdtrCard .cardBody .slider-container, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container {
      padding-bottom: 30px; } }
  #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slider-item, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slider-item {
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slider-item, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slider-item {
        margin-bottom: 15px; } }
  #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots {
    text-align: center;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    width: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots {
        right: 50%;
        top: 90%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%); } }
    @media screen and (max-width: 576px) {
      #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots {
        width: 100%; } }
    #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots li, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots li {
      display: inline-block;
      height: 12px;
      width: 12px;
      background-color: #00B99E;
      border-radius: 100%;
      margin: 0 8px;
      opacity: 0.2;
      vertical-align: middle; }
      #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots li button, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots li button {
        height: 100%;
        width: 100%;
        opacity: 0; }
      #newscast .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots li.slick-active, #gridacces .container .row .col-info .bdtrCard .cardBody .slider-container .slick-dots li.slick-active {
        opacity: 1;
        height: 16px;
        width: 16px; }
  #newscast .container .row .col-info .bdtrCard .cardBody .info, #gridacces .container .row .col-info .bdtrCard .cardBody .info {
    border-bottom: solid 1px #00B99E;
    padding: 0 0 30px 0;
    position: relative; }
    #newscast .container .row .col-info .bdtrCard .cardBody .info span, #gridacces .container .row .col-info .bdtrCard .cardBody .info span {
      font-weight: 500; }
  #newscast .container .row .col-info .bdtrCard .cardBody .row, #gridacces .container .row .col-info .bdtrCard .cardBody .row {
    padding-right: 120px; }
    @media screen and (max-width: 991px) {
      #newscast .container .row .col-info .bdtrCard .cardBody .row, #gridacces .container .row .col-info .bdtrCard .cardBody .row {
        padding-right: 0; } }
    @media screen and (max-width: 991px) {
      #newscast .container .row .col-info .bdtrCard .cardBody .row .indicators-container, #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container {
        margin: auto;
        margin-top: 30px !important; } }
    #newscast .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators, #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 991px) {
        #newscast .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators, #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators {
          display: block;
          text-align: center; } }
      #newscast .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer, #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer {
        font-size: 1.33rem;
        letter-spacing: 5px;
        margin: 0; }
        #newscast .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer .indicator-item, #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer .indicator-item {
          font-size: 1.67rem; }
    @media screen and (max-width: 991px) {
      #newscast .container .row .col-info .bdtrCard .cardBody .row .slider-buttons, #gridacces .container .row .col-info .bdtrCard .cardBody .row .slider-buttons {
        display: none; } }
    #newscast .container .row .col-info .bdtrCard .cardBody .row .slider-buttons .btn, #gridacces .container .row .col-info .bdtrCard .cardBody .row .slider-buttons .btn {
      display: block; }

@media screen and (max-width: 991px) {
  #newscast .container .row .col-12, #gridacces .container .row .col-12 {
    margin-bottom: 30px; } }

#newscast .container .row .col-12 .bdtrCard, #gridacces .container .row .col-12 .bdtrCard {
  vertical-align: middle; }
  @media screen and (max-width: 1300px) {
    #newscast .container .row .col-12 .bdtrCard, #gridacces .container .row .col-12 .bdtrCard {
      padding: 40px 20px; } }
  @media screen and (max-width: 768px) {
    #newscast .container .row .col-12 .bdtrCard, #gridacces .container .row .col-12 .bdtrCard {
      padding: 25px; } }
  #newscast .container .row .col-12 .bdtrCard:last-child, #gridacces .container .row .col-12 .bdtrCard:last-child {
    margin-bottom: 0; }
  #newscast .container .row .col-12 .bdtrCard .card-icon, #gridacces .container .row .col-12 .bdtrCard .card-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 35px; }
    @media screen and (max-width: 1200px) {
      #newscast .container .row .col-12 .bdtrCard .card-icon, #gridacces .container .row .col-12 .bdtrCard .card-icon {
        display: block;
        margin: auto; } }
    @media screen and (max-width: 576px) {
      #newscast .container .row .col-12 .bdtrCard .card-icon, #gridacces .container .row .col-12 .bdtrCard .card-icon {
        width: 55px;
        height: 55px; } }
  #newscast .container .row .col-12 .bdtrCard .card-info, #gridacces .container .row .col-12 .bdtrCard .card-info {
    max-width: 337px;
    display: inline-block;
    vertical-align: middle;
    min-height: 131px; }
    @media screen and (max-width: 1200px) {
      #newscast .container .row .col-12 .bdtrCard .card-info, #gridacces .container .row .col-12 .bdtrCard .card-info {
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px; } }
    @media screen and (max-width: 991px) {
      #newscast .container .row .col-12 .bdtrCard .card-info, #gridacces .container .row .col-12 .bdtrCard .card-info {
        margin-top: 25px; } }
    #newscast .container .row .col-12 .bdtrCard .card-info p, #gridacces .container .row .col-12 .bdtrCard .card-info p {
      margin: 0; }

@media screen and (max-width: 768px) {
  #gridacces {
    padding-bottom: 0; } }

#gridacces .logo-container {
  max-width: 265px;
  margin: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    #gridacces .logo-container {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #gridacces .logo-container {
      max-width: 150px; } }

#gridacces .info-title-container {
  max-width: 740px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    #gridacces .info-title-container {
      margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  #gridacces .container .slick-dots {
    position: relative !important;
    transform: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important; } }

#gridacces .container .slider-row {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    #gridacces .container .slider-row {
      margin-bottom: 0; } }
  #gridacces .container .slider-row .col-img {
    position: relative; }
    @media screen and (max-width: 991px) {
      #gridacces .container .slider-row .col-img {
        margin-bottom: 30px;
        order: 1; } }
    #gridacces .container .slider-row .col-img img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 30px; }
      @media screen and (max-width: 991px) {
        #gridacces .container .slider-row .col-img img {
          position: relative;
          left: 0; } }

@media screen and (max-width: 991px) {
  #gridacces .container .row .col-info {
    order: 2; } }

#gridacces .container .row .col-info .bdtrCard .cardBody {
  padding: 30px;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    #gridacces .container .row .col-info .bdtrCard .cardBody {
      padding: 0; } }
  #gridacces .container .row .col-info .bdtrCard .cardBody .slider-item {
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      #gridacces .container .row .col-info .bdtrCard .cardBody .slider-item {
        margin-bottom: 30px; } }
  #gridacces .container .row .col-info .bdtrCard .cardBody .info {
    border-bottom: solid 1px #00B99E;
    padding: 0 0 30px 0;
    position: relative; }
    #gridacces .container .row .col-info .bdtrCard .cardBody .info span {
      font-weight: 500; }
  #gridacces .container .row .col-info .bdtrCard .cardBody .row {
    padding-right: 105px; }
    @media screen and (max-width: 991px) {
      #gridacces .container .row .col-info .bdtrCard .cardBody .row {
        padding-right: 0; } }
    @media screen and (max-width: 991px) {
      #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container {
        margin: auto; } }
    #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 991px) {
        #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators {
          display: block;
          text-align: center; } }
      #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator {
        display: inline-block;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        border-radius: 100%;
        opacity: 0.2;
        vertical-align: middle; }
        #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator.active {
          height: 16px;
          width: 16px;
          opacity: 1; }
      #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer {
        font-size: 1.33rem;
        letter-spacing: 5px;
        margin: 0; }
        #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer .indicator-item {
          font-size: 1.67rem; }
          #gridacces .container .row .col-info .bdtrCard .cardBody .row .indicators-container .indicators .indicator-numer .indicator-item.active {
            display: inline-block; }
    @media screen and (max-width: 991px) {
      #gridacces .container .row .col-info .bdtrCard .cardBody .row .slider-buttons {
        display: none; } }
    #gridacces .container .row .col-info .bdtrCard .cardBody .row .slider-buttons .btn {
      display: block; }

@media screen and (max-width: 991px) {
  #gridacces .container .row .col-12 {
    margin-bottom: 30px; } }

#gridacces .container .row .col-12 .bdtrCard {
  vertical-align: middle;
  padding: 40px; }
  @media screen and (max-width: 1300px) {
    #gridacces .container .row .col-12 .bdtrCard {
      padding: 40px 20px; } }
  @media screen and (max-width: 768px) {
    #gridacces .container .row .col-12 .bdtrCard {
      padding: 25px; } }
  #gridacces .container .row .col-12 .bdtrCard:last-child {
    margin-bottom: 0; }
  #gridacces .container .row .col-12 .bdtrCard .card-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 35px; }
    @media screen and (max-width: 1200px) {
      #gridacces .container .row .col-12 .bdtrCard .card-icon {
        display: block;
        margin: auto; } }
    @media screen and (max-width: 576px) {
      #gridacces .container .row .col-12 .bdtrCard .card-icon {
        width: 55px;
        height: 55px; } }
  #gridacces .container .row .col-12 .bdtrCard .card-info {
    max-width: 337px;
    display: inline-block;
    vertical-align: middle;
    min-height: 90px; }
    @media screen and (max-width: 1200px) {
      #gridacces .container .row .col-12 .bdtrCard .card-info {
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px; } }
    @media screen and (max-width: 991px) {
      #gridacces .container .row .col-12 .bdtrCard .card-info {
        margin-top: 25px; } }
    #gridacces .container .row .col-12 .bdtrCard .card-info p {
      margin: 0; }

#contact {
  z-index: 0; }
  #contact #contact-decorative1 {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      #contact #contact-decorative1 {
        display: none; } }
  #contact .title-container {
    max-width: 750px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #contact .title-container .title {
        font-size: 1.47rem; } }
    @media screen and (max-width: 576px) {
      #contact .title-container .title {
        font-size: 1.33rem; } }
  #contact .form-container {
    padding: 100px 150px 0; }
    @media screen and (max-width: 991px) {
      #contact .form-container {
        padding: 40px 80px; } }
    @media screen and (max-width: 768px) {
      #contact .form-container {
        padding: 40px 0;
        padding-bottom: 0; } }
    #contact .form-container .input-col input, #contact .form-container .input-col textarea {
      background: none;
      border: none;
      outline: none;
      border-bottom: solid 1px #00B99E;
      width: 100%;
      margin-bottom: 50px;
      padding: 20px;
      font-style: italic; }
      @media screen and (max-width: 991px) {
        #contact .form-container .input-col input, #contact .form-container .input-col textarea {
          margin-bottom: 30px; } }
    #contact .form-container .input-col label {
      padding: 0 20px;
      margin: 0; }
    @media screen and (max-width: 991px) {
      #contact .form-container .col-lg-8 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 991px) {
      #contact .form-container .col-lg-4 {
        text-align: center; } }
    #contact .form-container .input-contact {
      display: none; }
    #contact .form-container .nbox {
      cursor: pointer; }
      #contact .form-container .nbox:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background: #00B99E;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s; }
    #contact .form-container .show:before {
      display: block; }
  #contact ::placeholder {
    color: #062633;
    opacity: 1; }

#service-plans {
  padding-bottom: 60px; }
  @media screen and (max-width: 991px) {
    #service-plans {
      padding-bottom: 90px; } }
  @media screen and (max-width: 576px) {
    #service-plans {
      padding-right: 0;
      padding-left: 0; } }
  #service-plans .only-movil {
    display: none; }
    @media screen and (max-width: 576px) {
      #service-plans .only-movil {
        display: block; } }
  #service-plans .slick-dots {
    right: 50%;
    top: 100%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%); }
    #service-plans .slick-dots li {
      margin-top: 30px; }
  #service-plans .title-container {
    max-width: 635px;
    margin: auto;
    margin-bottom: 60px; }
    @media screen and (max-width: 991px) {
      #service-plans .title-container {
        margin-bottom: 30px; } }
    #service-plans .title-container p {
      color: white;
      margin-top: 15px; }
  @media screen and (max-width: 576px) {
    #service-plans .container {
      padding-right: 0;
      padding-left: 0;
      margin-left: 0;
      margin-right: 0; } }
  #service-plans .container .slick-list {
    padding: 30px 0 !important; }
  #service-plans .container .service-plans-slider .services-col {
    padding-left: 25px;
    padding-right: 25px; }
    @media screen and (max-width: 576px) {
      #service-plans .container .service-plans-slider .services-col {
        padding-left: 10px;
        padding-right: 10px; } }
    #service-plans .container .service-plans-slider .services-col .bdtrCard {
      border: solid 1px #00B99E;
      min-width: 300px; }
      #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody {
        text-align: center; }
        #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .card-title {
          font-size: 1.6rem; }
          @media screen and (max-width: 991px) {
            #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .card-title {
              margin: 25px 0;
              line-height: 30px; } }
          @media screen and (max-width: 768px) {
            #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .card-title {
              margin-top: 0; } }
        #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .info-price {
          font-size: 2.4rem;
          margin: 30px 0;
          line-height: 30px; }
        #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .info-access {
          font-size: 1.2rem;
          margin-bottom: 50px; }
          @media screen and (max-width: 991px) {
            #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .info-access {
              margin-bottom: 20px; } }
        #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .info {
          font-size: 0.93rem;
          margin-bottom: 15px; }
          #service-plans .container .service-plans-slider .services-col .bdtrCard .cardBody .info.disabled {
            font-style: italic;
            opacity: 0.2; }
      #service-plans .container .service-plans-slider .services-col .bdtrCard.active {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        cursor: pointer;
        background: -moz-linear-gradient(top, #00b99e 0%, #00b99e 50%, rgba(0, 185, 158, 0.5) 86%, rgba(0, 185, 158, 0.5) 100%);
        background: -webkit-linear-gradient(top, #00b99e 0%, #00b99e 50%, rgba(0, 185, 158, 0.5) 86%, rgba(0, 185, 158, 0.5) 100%);
        background: linear-gradient(to bottom, #00b99e 0%, #00b99e 50%, rgba(0, 185, 158, 0.5) 86%, rgba(0, 185, 158, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b99e', endColorstr='#8000b99e',GradientType=0 ); }
        @media screen and (max-width: 991px) {
          #service-plans .container .service-plans-slider .services-col .bdtrCard.active {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            background: none; } }
        #service-plans .container .service-plans-slider .services-col .bdtrCard.active .info-price {
          color: #ffffff !important; }
          @media screen and (max-width: 991px) {
            #service-plans .container .service-plans-slider .services-col .bdtrCard.active .info-price {
              color: #00B99E !important; } }
        #service-plans .container .service-plans-slider .services-col .bdtrCard.active .btn {
          background-color: #ffffff;
          color: #062633; }
          #service-plans .container .service-plans-slider .services-col .bdtrCard.active .btn:hover {
            background: none !important;
            color: #ffffff !important; }
          @media screen and (max-width: 991px) {
            #service-plans .container .service-plans-slider .services-col .bdtrCard.active .btn {
              background: none !important;
              color: #ffffff; }
              #service-plans .container .service-plans-slider .services-col .bdtrCard.active .btn:hover {
                background-color: #ffffff;
                color: #062633; } }

#comments .title-container {
  margin-bottom: 15px; }

#comments .section-info {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    #comments .section-info {
      margin-bottom: 30px; } }

#comments .container .comments-row {
  position: relative; }
  #comments .container .comments-row .slick-arrow {
    outline: none;
    background: none;
    font-size: 0;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: none;
    background-color: #00B99E;
    position: absolute;
    top: 55%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%); }
  #comments .container .comments-row .slick-prev {
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #comments .container .comments-row .slick-prev:after {
      content: '<';
      color: #ffffff;
      line-height: 0;
      font-size: 13px; }
  #comments .container .comments-row .slick-next {
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #comments .container .comments-row .slick-next:after {
      content: '>';
      line-height: 0;
      color: #ffffff;
      font-size: 13px; }
  #comments .container .comments-row .coments-col {
    padding: 20px; }
    #comments .container .comments-row .coments-col .bdtrCard {
      position: relative;
      margin-top: 80px;
      border: solid 1px #00B99E;
      padding-top: 120px; }
      @media screen and (max-width: 767px) {
        #comments .container .comments-row .coments-col .bdtrCard p {
          font-size: 1em !important;
          text-align: center; } }
      #comments .container .comments-row .coments-col .bdtrCard .avatar {
        text-align: center;
        top: 0;
        right: 50%;
        width: 100%;
        transform: translate(50%, -40%);
        -webkit-transform: translate(50%, -40%);
        -moz-transform: translate(50%, -40%);
        position: absolute; }
        #comments .container .comments-row .coments-col .bdtrCard .avatar img {
          height: 122px;
          width: 122px;
          margin: auto;
          margin-bottom: 15px; }
        #comments .container .comments-row .coments-col .bdtrCard .avatar .avatar-name {
          font-size: 1.4rem;
	  font-weight:700;
          margin-bottom: 0px; }
        #comments .container .comments-row .coments-col .bdtrCard .avatar .avatar-description {
          font-size: 0.93rem; 
	  font-weight:700;}
#comments .cardBody p{
font-size:0.92rem!important;
font-style:italic;
text-align:center;
}

#comments .container .brands-slider {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    #comments .container .brands-slider {
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    #comments .container .brands-slider {
      margin-left: -30px;
      margin-right: -30px;
      margin-top: 30px; } }
  #comments .container .brands-slider img {
    max-width: 100%; }
  #comments .container .brands-slider #amazon {
    margin-top: 25px; }
  @media screen and (max-width: 568px) {
    #comments .container .brands-slider .slick-dots {
      position: relative;
      margin-top: 30px; } }
  #comments .container .brands-slider .slick-track {
    display: flex;
    align-items: center; }
  #comments .container .brands-slider .brand-container {
    text-align: center;
    padding: 0 30px;
    vertical-align: middle; }
    @media screen and (max-width: 414px) {
      #comments .container .brands-slider .brand-container {
        padding: 0 15px; } }

@media screen and (max-width: 576px) {
  #bdtr-net {
    padding: 80px 0; } }

#bdtr-net .title-container .title {
  font-size: 2.33rem; }
  @media screen and (max-width: 991px) {
    #bdtr-net .title-container .title {
      letter-spacing: 0; } }
  @media screen and (max-width: 991px) {
    #bdtr-net .title-container .title {
      font-size: 1.4rem;
      padding: 0 1rem; } }

#bdtr-net .CTA {
  text-align: center;
  /*margin-top: 50px;*/ }
  @media screen and (max-width: 991px) {
    #bdtr-net .CTA {
     /* margin-top: 30px;*/ } }

#faqs {
  padding-bottom: 60px; }
  @media screen and (max-width: 568px) {
    #faqs {
      padding-bottom: 120px; } }
  #faqs .slick-dots {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%); }
  #faqs #faqsDecorative1 {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0; }
    @media screen and (max-width: 991px) {
      #faqs #faqsDecorative1 {
        display: none; } }
  #faqs .title-container {
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      #faqs .title-container {
        margin-bottom: 30px; } }
  #faqs .container .faqs-container {
    column-count: 2;
    column-gap: 0; }
    @media screen and (max-width: 768px) {
      #faqs .container .faqs-container {
        column-count: 1; } }
    #faqs .container .faqs-container .faqs-col {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      margin: 0 20px 40px; }
      @media screen and (max-width: 768px) {
        #faqs .container .faqs-container .faqs-col {
          margin: 0 !important;
          padding: 0 15px; } }
      #faqs .container .faqs-container .faqs-col:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        #faqs .container .faqs-container .faqs-col {
          margin-bottom: 0; } }
      @media screen and (max-width: 991px) {
        #faqs .container .faqs-container .faqs-col .bdtrCard {
          text-align: center; } }
      #faqs .container .faqs-container .faqs-col .bdtrCard .card-title {
        font-size: 1.6rem;
        margin-bottom: 40px; }
        @media screen and (max-width: 991px) {
          #faqs .container .faqs-container .faqs-col .bdtrCard .card-title {
            margin-bottom: 25px; } }
      #faqs .container .faqs-container .faqs-col .bdtrCard p:last-child {
        margin-bottom: 0; }

#footer {
  border-top: solid 1px #00B99E; }
  @media screen and (max-width: 480px) {
    #footer {
      padding: 30px 0  60px; } }
  @media screen and (max-width: 370px) {
    #footer {
      padding: 30px 0  90px; } }
  #footer .container p, #footer .container a {
    font-size: 0.8rem;
    margin: 0; }
    @media screen and (max-width: 576px) {
      #footer .container p, #footer .container a {
        font-size: 10px; } }
  #footer .container a {
    color: white !important;
    font-style: none;
    display: block;
    text-align: center; }
    #footer .container a:hover {
      font-style: none; }
  @media screen and (max-width: 991px) {
    #footer .container .col-12 {
      text-align: center; } }
  @media screen and (max-width: 991px) {
    #footer .container .col-design {
      margin-top: 20px; } }
  #footer .container .col-logo .footerlogo {
    width: 150px;
    height: auto; }
    @media screen and (max-width: 991px) {
      #footer .container .col-logo .footerlogo {
        margin: 0 auto 30px auto;
        width: 120px;
        height: auto; } }
    #footer .container .col-logo .footerlogo svg {
      height: 100%;
      width: 100%; }

#content-politicas h1 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: white; }

#content-politicas h2 {
  font-weight: 700;
  opacity: 0.7;
  color: #00B99E !important; }

#content-politicas p {
  color: white; }
  #content-politicas p span {
    color: white; }

