
.navbar-brand img {
    height: 100%;
    width: auto;
}


.vertical-line {
  border-left: 2px solid #D62598; 
  height: 210px; 
  margin-left: 10px; 
  margin-right: 15px;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 5px 15px;
    font-size: 21px;
    line-height: 25px;
}

.navbar-brand-secondary {
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 10px;
    padding-left: 15px;
}

.navbar-brand-secondary img {
  height: 100%;
  width: auto;
}


.navbar-custom {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.18);
    box-shadow: 0 2px 4px rgba(0,0,0,.18);
}

.antipasto {
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
  box-shadow: 0 4px rgba(0,0,0,.18);
  background-color: rgb(255, 255, 255);
  padding: 4rem 0;
}

.antipasto-container {
  height: 100px;
  margin: 25px 0;
}

.box-shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,.18)
}

.antipasto-container .row .col img {
  height: 100%;
}

.logo-ecobici {
  margin-top: 35px;
  margin-left: 30px;
  text-align: left;
  
}


.btn-bar-registro {
  height: 27px;
  margin: 10px 0;
  font-size: 14px !important;
  background-color: #D62598
  !important;
}

.btn-info {
  height: 27px;
  font-size: 14px !important;
  background-color:  #D62598
  !important;
}

.btn-bar-registro:hover {
  background-color: #691C32 !important;
}
.verdef {
  color: #235B4E;
}

.verdec {
 color: #235B4E
}

.grisf {
  color: #6F7271;
}

.grisc {
 color: #98989A
}

.teal-bg {
  background-color:  #D62598
  ;
  display: block;
}

.blanco {
  color: #fff;
  font-size: 14px;
}

.line-height-1 {
  line-height: 1;
}

.teal {
  color:  #D62598
  ;
}

.pdf-container {
  width: 100%;
  max-width: 800px; /* Adjust the maximum width as needed */
  margin: 0 auto;
}

.morena {
  color: #9F2241;
}

.bg-metro {
  background-image: url(../images/background\ Tianguis.png);
  background-size:cover;
}


.footer-dark {
  padding: 10px 0;
  background-color: #070000;
  background-size: cover; 
}

.proyecto {
  margin-top: -48px;
  margin-bottom: 2rem;
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.proyecto-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin: 4rem 0;
  padding: 2rem;
}

.proyecto-left p {
  font-weight: bold;
  text-align: right;
  font-size: 1.8rem;
  margin-right: 2rem;
}

.proyecto-right p {
  font-size: 1.4rem;
  margin-left: 2rem;
  text-align: justify;
}

.proyecto-center {
  text-align: center;
}
.proyecto-right {
  border-left: 2px solid #BC955C;
}

.dorado {
  color: #BC955C;
}

.jumbotron {
  padding: 0;
}

.teal-bg .container {
  height: 95px;
}

.bg-dark {
  background-size: cover;
}

hr {
  border: 2px  #D62598
  solid;
}

.lift-logo {
  width: 100%;
}

.lift-info {
  color: #98989A;
  font-size: 16px;
  text-align: justify;
}


.lift-info ul li::before {
  content: "\2022";
  list-style: none;
  color:  #D62598
  ;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
  vertical-align: middle;
}


.lift-info ul {
  list-style: none;
}

.fondo-ondas {
  background-image: url(../images/background.png);
  background-size: cover;

}

.container hr{
  align-items: center;
  border-color:  #D62598;
}

.evento {
  color: #D62598;
  margin: 3rem 0;
  padding: 3rem;
  border-radius: 14px;
  box-shadow: 0 2px 4px 0 rgba(87, 86, 86, 0.5);
  max-height:fit-content;
}

.evento-titulo {
  display: flex;
  justify-content: space-between;
}

.evento-texto {
  font-size: 16px;
  color: #6F7271;
  text-align:justify; 
}
.evento-fecha {
  text-align: right;
  font-size: 16px;
}
.evento-border {
  border-left: 3px solid #BC955C;
}


.evento2 {
  color: #fff;
  margin: 3rem 0;
  padding: 3rem;
  border-radius: 14px;
  box-shadow: 0 2px 4px 0 rgba(87, 86, 86, 0.5);
  max-height:fit-content;
}

.evento-titulo2 {
  display: flex;
  justify-content: space-between;
}

.evento-texto2 {
  font-size: 16px;
  color: #6F7271;
  text-align:left; 
  position: relative; 
  
}
.evento-fecha2 {
  text-align: right;
  font-size: 16px;
}
.evento-border2 {
  border-left: 3px solid #BC955C;
}

.figura-evento2 {
  background-color: #fff;
  padding: 2rem;
  text-align: right;
  height:fit-content;
}


.registro {
  box-shadow: 0 2px 4px 0 rgba(248, 248, 248, 0.9);
  border-radius: 10px;
  background-color: #fff;
  padding: 50px;
  margin-left: 50px;
  height:fit-content;
  width: fit-content;
  text-align: center;
  align-items: center;
}

.figura-evento {
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  height:fit-content
}


.figura-docs {
  background-color: #fff;
  padding: 1rem;
  margin-left: 35%;
  text-align: center;
}

.documento p {
  font-size: 14px;
}

.proyectosmi strong{
  font-size: 16px;
  color: #6F7271;
}

.proyectosmi p {
  font-size: 16px;
  color: #98989A;
  text-align: justify;
}

.embed-container {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 990px) {
  /* For mobile phones: */
  .proyecto-right {
    border-left: none;
    border-top: 2px solid  #D62598
    ;
    padding-top: 2rem;
  }

  .proyecto-left p {
    text-align: left;
  }

  .antipasto {
    padding: 4rem 2rem;
  }

  .evento-fecha {
    text-align: left;
    border-bottom: 2px solid  #D62598
    ;
    margin-bottom: 2rem;
  }

  .evento-border {
    border: none;
  }

  .logo-ecobici {
    margin-top: 35px;
    text-align: left;
    width: auto;
  }

  .tab-container {
    position:-webkit-sticky;
    padding-top: var(--tabs-height); /* en esta zona colocaremos las pestañas */
  } 
  #tab0>a { --tabs-position: 0; }
  #tab1>a { --tabs-position: 1; }
  #tab2>a { --tabs-position: 2; }
  #tab3>a { --tabs-position: 3; }
  #tab4>a { --tabs-position: 4; }
  #tab5>a { --tabs-position: 5; }
  #tab6>a { --tabs-position: 6; }
  #tab7>a { --tabs-position: 7; }
  #tab8>a { --tabs-position: 8; }
  #tab9>a { --tabs-position: 9; }
  
  
  .tab>a {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    position:-webkit-sticky;
    width: calc(var(--tabs-width));
    height: calc(var(--tabs-height) + var(--tabs-border-size));  
    top: 0;
    left: calc(var(--tabs-width) * var(--tabs-position)); /* posición de cada pestaña */
  
  }
  

}


@media only screen and (max-width: 480px) {
  .teal-bg .container {
    height: 120px;
  }

  .logo-ecobici {
    margin-top: 35px;
    text-align: center;
    width: auto;
  }

  .tab-container {
    position:-webkit-sticky;
    padding-top: var(--tabs-height); /* en esta zona colocaremos las pestañas */
  } 
  #tab0>a { --tabs-position: 0; }
  #tab1>a { --tabs-position: 1; }
  #tab2>a { --tabs-position: 2; }
  #tab3>a { --tabs-position: 3; }
  #tab4>a { --tabs-position: 4; }
  #tab5>a { --tabs-position: 5; }
  #tab6>a { --tabs-position: 6; }
  #tab7>a { --tabs-position: 7; }
  #tab8>a { --tabs-position: 8; }
  #tab9>a { --tabs-position: 9; }
  
  
  .tab>a {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    position:-webkit-sticky;
    width: calc(var(--tabs-width));
    height: calc(var(--tabs-height) + var(--tabs-border-size));  
    top: 0;
    left: calc(var(--tabs-width) * var(--tabs-position)); /* posición de cada pestaña */
  
  }


  @media only screen and (max-width: 378px) { 
    :root { 
      --tabs-border-color: #BC955C; 
      --tabs-border-size: 3px; 
      --tabs-text-color: #691c32; 
      --tabs-dark-color: #; 
      --tabs-lite-color: #fffff; 
      --tabs-width: 70px; 
      --tabs-height: 40px; 
    } 
   
    .teal-bg .container { 
      height: 120px; 
    } 
   
    .logo-ecobici { 
      margin-top: 35px; 
      text-align: center; 
      width: auto; 
    } 
   
    .tab-container { 
      position:-webkit-sticky; 
      padding-top: var(--tabs-height); /* en esta zona colocaremos las pestañas */ 
    }  
    #tab0>a { --tabs-position: 0; } 
    #tab1>a { --tabs-position: 1; } 
    #tab2>a { --tabs-position: 2; } 
    #tab3>a { --tabs-position: 3; } 
    #tab4>a { --tabs-position: 4; } 
    #tab5>a { --tabs-position: 5; } 
    #tab6>a { --tabs-position: 6; } 
    #tab7>a { --tabs-position: 7; } 
    #tab8>a { --tabs-position: 8; } 
    #tab9>a { --tabs-position: 9; } 
     
     
    .tab>a { 
      text-align: center; 
      font-size: 10px; 
      padding-top: 10px; 
      padding-bottom: 10px; 
      padding-left: 4px; 
      padding-right: 4px; 
      position:-webkit-sticky; 
      width: calc(var(--tabs-width)); 
      height: calc(var(--tabs-height) + var(--tabs-border-size));   
      top: 0; 
      left: calc(var(--tabs-width) * var(--tabs-position)); /* posición de cada pestaña */ 
     
    } 
   
  }

  @media (max-width: 378px) { 
    .lead { 
        font-size: 24px; 
    } 
} 
 
@media (max-width: 378px) { 
    .navbar-fixed-top{ 
        width: 370px; 
    } 
} 
 
@media (max-width: 378px) { 
    .footer { 
        width: 370px; 
    } 
} 
 
@media (max-width: 378px) { 
    .h3,h3 { 
        text-align: center; 
        font-size: 22px 
    } 
} 
 
@media (max-width: 378px) { 
    .logo-ecobici{ 
        width: 200px; 
        height: 43.7px; 
    } 
} 
 
@media (max-width: 378px) { 
    .doc-boton{ 
        width: 33.33%; 
    } 
} 
 
@media (max-width: 378px) { 
    .figura-docs{ 
        width: 100px; 
        height: 100px; 
    } 
} 
 
@media (max-width: 378px) { 
    .registro{ 
        width: 300px; 
        height: 230px; 
    } 
} 
 
@media (max-width: 378px) { 
    .figura-evento { 
        margin-left: 20px; 
    } 
} 
 
@media (max-width: 378px) { 
    .col-md-6{ 
       padding-left: 15px; 
    } 
}

}
