/* ===== google fonts ===== */
  @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.font-raleway{
    font-family: 'Raleway', sans-serif;
}
.font-roboto{
    font-family: 'Roboto', sans-serif;
}
/* ===== google fonts ===== */







.section-banner-header{
    position: relative;
    min-height: 470px;
    background-image: url(../images/bitacora-bkg-header.jpg);
    background-size: cover;
    display: flex;
    justify-content: left;
    align-items: center;
}

.section-about-us{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
}
.section-video{
    background-color: #d3e3ed;
    padding: 50px 10px;
}

footer{
    padding: 22px 0px;
    background: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bit-header-subtitle{
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    color: #fff; 
    font-size: 70px;
    font-weight: 300;
    text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

.bit-title{
    font-family: 'Raleway', sans-serif;
    padding: 20px;
    color: darkslategray; 
    font-size: 70px;
    font-weight: 500;
}
.bit-txt-about-us{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 100;
    color: #555555;
}

.bit-content-txt-parallax{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bit-title-parallax{
    font-family: 'Raleway', sans-serif;
    padding: 20px;
    color: white; 
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.bit-txt-parallax{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 100;
    color: white;
}
.separador-vertical{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 100;
    color: white;
    padding-left: 22px;
    padding-right: 22px;
}
.separador {
    border: 0;
    height: 5px;
    background-image: -webkit-linear-gradient(left, #ffffff, #bacef4, #ffffff);
    background-image: -moz-linear-gradient(left, #ffffff, #bacef4, #ffffff);
    background-image: -ms-linear-gradient(left, #ffffff, #bacef4, #ffffff);
    background-image: -o-linear-gradient(left, #ffffff, #bacef4, #ffffff);
}



.parallax-container {
    height: 470px;
    background-image: url(../images/bitacora-bkg-parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Color del texto blanco para contrastar con la imagen */
  }
  
  .parallax-content {
    text-align: center;
  }
  
  .parallax-title {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
  }


  .scroll-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
  }
  
  .scroll-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .hidden {
    visibility: hidden;
  }

  .menu-header{
    height: 62px;
    background-color: antiquewhite;
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: opacity 0.5s ease;
}

.menu-header.visible {
    opacity: 1;
}
.padding-b-section{
    padding-bottom: 100px;
}




.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s;
    min-height: 580px;
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #9fb8c7;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #69a5e1
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #69a5e1;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #69a5e1;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    text-align: left;
    list-style: none;
    padding: 0;
    width: 60%;
    margin: 30px auto;
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #69a5e1;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #FFF
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #69a5e1
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #9fb8c7
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #69a5e1
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #69a5e1
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #69a5e1
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #aed4f7
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #aed4f7
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #aed4f7
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}









/* ===== mobile ===== */
@media screen and (max-width: 767px) {
    .section-banner-header{
        min-height: 420px;
        background-image: url(../images/bitacora-bkg-header-mb.jpg);
    }
    .parallax-container {
        height: 420px;
        background-image: url(../images/bitacora-bkg-parallax-mb.jpg);
      }
      
    footer{
        flex-direction: column;
    }
    .section-video{
        padding: 50px 10px;
    }
    .bit-header-subtitle{
        font-size: 40px;
    }
    .bit-title{
        font-size: 35px;
    }
    .bit-txt-about-us{
        font-size: 22px;
    }
    .menu-header{
        position: fixed !important;
        top: 0 !important;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .img-responsive{
        width: 332px;
        height: auto;
    }
    .bit-content-txt-parallax{
        flex-direction: column;
    }
    .bit-title-parallax{
        font-size: 26px;
        font-weight: 500;
    }
    .bit-txt-parallax{
        font-size: 17px;
    }
    .separador-vertical{
        display: none;
    }
    .not-padding-row{
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
}
/* ===== mobile ===== */






/* ===== retoque de bootstrap ===== */
.nav-link{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.navbar-light .navbar-toggler {
    border-color: transparent !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.0rem !important;
}
.navbar-toggler:active {
    color: blueviolet !important;
}
@media (min-width: 992px){
    .navbar-expand-lg {
        justify-content: space-between;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}
/* CSS personalizado para hacer que la barra de navegación sea fija en la parte superior en vista móvil */
@media (max-width: 767px) {
    .navbar.navbar-expand-lg {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
        background: antiquewhite;
    }

    .navbar-toggler {
        position: absolute;
        right: 1px; /* Ajusta el valor según sea necesario */
        top: 10px; /* Ajusta el valor según sea necesario */
    }

    .navbar-collapse {
        max-height: calc(100vh - 56px); /* Ajusta el valor según sea necesario */
        overflow-y: auto;
    }
}
/* ===== retoque de bootstrap ===== */


