body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
input
{
  font-family: "Saira Condensed", sans-serif;
  font-weight: 100;
  font-weight: lighter;
}

.form-control {
  font-size: 2rem;
  color:cadetblue;
  
}

.form-label {
    margin-bottom: .5rem;
    font-size: 1.5em;
    
}

input{
  font-size: 2rem;
}

.categorias {
  margin-top: 100px;
  font-size: 0.4em;
  display: none;
}

.logo {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: xx-large;
}

.saira-condensed-thin {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.saira-condensed-extralight {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.saira-condensed-light {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.saira-condensed-regular {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.saira-condensed-medium {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.saira-condensed-semibold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.saira-condensed-bold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.saira-condensed-extrabold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.saira-condensed-black {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* Navbar links */
.navbar .nav-link {
  color: rgba(0, 53, 151, 0.856);
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  font-size: 1.2em;
}

/* Hover */
.navbar .nav-link:hover {
  color: rgba(0, 53, 151, 1);
}

/* Link activo */
.navbar .nav-link.active {
  color: rgba(0, 53, 151, 1);
  border-bottom: 2px solid rgba(0, 53, 151, 0.856);
}

.card {
  border: none;
}


.card-title {
  font-size: 2rem;
  font-weight: 500;
}

.service-box {
  background-color: #000;
  color:white;
  text-decoration: none;
}

.service-box a,
.service-box a:link,
.service-box a:visited,

.service-box a:focus {
  background-color:rgba(0, 0, 0, 0.815);
  color: white;
  text-decoration: none;
}

.service-box a:hover{
  color: #d0ebf2;
}

.bg-secondary-subtle  .card-title {
  font-size: 1.7rem;
  font-weight: 400;
}

.title1 {
  font-size: 230%;
  font-weight: bolder;
  border-bottom: 2px solid rgb(214, 213, 213);
  margin-bottom: 3%;
}

/*Pie de la página*/

footer {
  background-color: rgba(0, 0, 0, 0.815);
}
div.foter1 {
  padding-top: 3%;
  color: rgb(202, 200, 200);
}
div.foter1 p.text1 {
  font-size: 130%;
  font-weight: bolder;
}
div.foter1 p.text1 label {
  font-weight: normal;
}
div.foter1 p.text2 {
  font-size: 110%;
  color: gray;
  margin-top: -1%;
  border-bottom: 1px solid rgb(202, 200, 200);
  width: 50px;
  padding-bottom: 2%;
}
div.foter1 p.text3 {
  padding-top: 2%;
  font-size: 120%;
  font-weight: bolder;
}
div.foter1 p.text4 {
  font-size: 90%;
  color: gray;
  padding-bottom: 2%;
}

.one-page {
  margin-top: 2em;

  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
  color: var(--background-color);
}

.one-page2 {
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  color: var(--naranja-color);
}

#heroV {
  min-height: 100vh;
  position: relative;
  color: aliceblue;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  /*mix-blend-mode: overlay;*/
}

.ver_detalles {
  width: 300px;
  font-size: 170%;
  font-weight: bolder;
  color: rgba(0, 53, 151, 0.856);
  border: 2px solid rgba(0, 53, 151, 0.856);
  padding: 1%;
  margin-top: 8%;
  text-align: left;
}

div#section1 button,
div#section2 button {
  width: 45%;
  font-size: 170%;
  font-weight: bolder;
  color: rgba(0, 53, 151, 0.856);
  border: 2px solid rgba(0, 53, 151, 0.856);
  padding: 1%;
  margin-top: 8%;
}

.ver_detalles:hover {
  color: white;
  border: 2px solid rgba(0, 53, 151, 0.856);
  background-color: rgba(0, 53, 151, 0.856);
}

.publications {
  float: left;
  width: 140px;
  height: 170px;
  padding-right: 3%;
}

.card-bilbiograf {
  font-size: 90%;
  color: gray;
}



.escuelas {
  height: 100px;
}

.foto_josue {
  float: left;
  width: 200px;
  margin-right: 40px;
}

.icons {
  width: 45px;
  padding-right: 2%;
}

/*Navegador derecho*/
div#v-pills-tab {
  margin-top: 93px;
}
div#v-pills-tab p {
  font-size: 160%;
  font-weight: bolder;
  border-bottom: 2px solid rgba(0, 53, 151, 0.856);
  padding-bottom: 3%;
}
div#v-pills-tab a {
  color: rgba(0, 53, 151, 0.856);
  margin-top: 2%;
  font-size: 120%;
  font-weight: bolder;
}
div#v-pills-tab a:hover {
  border-left: 2px solid rgba(0, 53, 151, 0.856);
  background-color: rgb(246, 246, 246);
}
div#v-pills-tab a.active {
  color: white;
  background-color: rgba(0, 53, 151, 0.856);
}

div#fontSection3 {
  margin-left: -21%;
  margin-right: -21%;
  padding-left: 20%;
  padding-right: 25%;
  background-color: rgba(226, 225, 225, 0.692);
  margin-top: 3.5%;
  padding-bottom: 3.5%;
}

.gris-claro {
  background-color: rgb(246, 246, 246);
}
.titPage {
  font-weight: bolder;
  font-size: 300%;
  color: rgba(0, 53, 151, 0.856);
}

.borde-inferior {
  border: none;
  border-bottom: 1px dashed gray;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 3%;
}
.card-bilbiograf {
    font-size: 110%;
    color: gray;
    font-weight: bolder;
}

div#sectionT div.card {
  border: none;
  border-bottom: 1px dashed gray;
}

div#title1,
div#title2,
div#title3,
div#title4 {
  font-size: 230%;
  font-weight: bolder;
  padding: 3%;
  margin-top: 3%;
  border-bottom: 2px solid rgb(214, 213, 213);
  margin-bottom: 3%;
}


.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 300;
}

div#sectionP div#title1 {
  font-size: 300%;
  font-weight: bolder;
}

.card-img{
    float: left;
    width: 130px;
    height: 140px;
    padding-right: 3%;
}

@media (max-width: 768px) {
  /* For mobile phones: */

  .categorias {
    font-size: 0.4em;
    display: block;
  }

  .borde-inferior {
    border: none;
    border-bottom: 1px dashed gray;
    margin-bottom: 20px;
  }

  div#v-pills-tab {
    margin-top: 5px;
  }

  .escuelas {
    height: 53px;
  }

  .foto_josue {
    float: inline-end;
    width: 122px;
    margin-right: 40px;
    margin: 7px;
    margin-bottom: 30%;
  }

  .one-page {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4rem;
    color: var(--background-color);
  }

  .one-page2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    color: var(--naranja-color);
    line-height: normal;
    text-align: center;
  }
}
