@font-face {
  font-family : 'font-navbar'; src : url("../fonts/YanoneKaffeesatz-Regular.ttf");
} 
@font-face {
  font-family : 'font-card'; src : url("../fonts/Oswald-Bold.ttf");
} 
#fotos{ 
  background-color: rgba(0, 26, 26, 0.9);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#fotos-panel{ 
  background-image: url("../img/fotografia/catedral/fot-01-B.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

html {
  height: 100%;
}

body {
  margin-top: 70px important;
  height: 100%;
  min-height: 35rem;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

h5{color: rgba(0,0,0,1.0); text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
  font-family : 'font-card'; font-size: 1.2rem;
}

h4{color: rgba(230, 255, 230, 1.0); text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.7) ;
  font-family : 'font-card'; font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color : #FFF;
  font-family : 'font-navbar';
  font-size: 2.0rem;
  line-height: 2.0rem;
}
@media (min-width: 992px) {
   .navbar-dark .navbar-nav .nav-link {font-size: 1.5rem;}
}
.navbar-dark .navbar-nav .nav-link:hover {
  color : #cddbe7;
}
.color-navbar {
  background-color : rgba(0,68,102, 0.5);
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.5);
} 
.color-navbar-video {
  background-color : rgba(0,68,102, 0.0);
  /*box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.0);*/
} 
.dropdown-item:hover, .dropdown-item:focus {
  border-color : rgba(34, 34, 34, 0.05);
  background-color :  rgba(0, 46, 102, 0.5);
  transition : all 0.35s;
  font-family : 'font-navbar';
  color : #FFFFFF;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-family : 'font-navbar';
  font-size: 1.0rem; /* modificado estaba como 0.85 2021-01-10 */
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid  #172531;
  border-radius: 0.55rem;
}

.nav-item.active {
  color: #495057;
  background-color: var(--bs-nav-item-active-backgroundcolor);
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 5px;
} 

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  border-color: #fff;
  transition: box-shadow 0.15s ease-in-out;
}

.masthead { 
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%; 
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.85);*/
  background-color: rgba(0, 46, 102, 0.5);
}
.masthead .masthead-content {
  position: relative;
  max-width: 40rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.masthead .masthead-content h1, .masthead .masthead-content .h1 {
  font-size: 2.5rem;
}
.masthead .masthead-content p {
  font-size: 1.2rem;
}
.masthead .masthead-content p strong {
  font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

.section-img {
    margin-top: 70px;
}

.footer-index {
  background-color: rgba(0,68,102, 0.5);
  color: #000;
  text-align: center;
}
.copyright {
  background-color: #1a252f;
}

.card {  
  background-color: #fcfbfa;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.card-header {
  font-family: 'font-card2';
  font-size: 1.2rem;
  color :  #f6f4ef;
  text-align: center;
  margin-bottom: 0;
}
.card-body{
  height: 10px;
}
.card-title {
  text-align: center;
}
.card-img-top {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.card-img-bottom {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.card-round {
  border-radius: 1rem;
}

.img-border-1{
    border-top-right-radius: 1.1rem;
    border-top-left-radius: 1.1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;

}
.shadow-sm {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.9) !important;
}

.card-img-1{border-radius: 1rem}

/*--------------------------------------------*/
/*  min-width: 992px                          */
/*--------------------------------------------*/
@media (min-width: 992px) {
  body {
    margin-top: 0px;
  }
  .masthead {
    height: 100%;
    width: 45vw;
    min-height: 0;
    padding-bottom: 0;
  }
  .masthead:before {
    transform: skewX(-9deg);
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 9rem;
  }
  .masthead .masthead-content h1, .masthead .masthead-content .h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .masthead {
    width: 35vw;
  }
}

