@font-face {
    font-family: "Silk Regular";
    src: url('../fonts/silk-serif/Silk-Serif-Regular.otf') format('opentype');
}

@font-face {
    font-family: "Silk Light";
    src: url('../fonts/silk-serif/Silk-Serif-Light.otf') format('opentype');
}

@font-face {
    font-family: "Silk Extra Light";
    src: url('../fonts/silk-serif/Silk-Serif-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: "Silk Italic";
    src: url('../fonts/silk-serif/Silk-Serif-Regular-Italic.otf') format('opentype');
}

@font-face {
    font-family: "Bon Vivant";
    src: url('../fonts/bon-vivant/BonVivant-Regular.ttf') format('opentype');
}

@font-face {
    font-family: "Bon Vivant Serif";
    src: url('../fonts/bon-vivant/BonVivantSerif.ttf') format('opentype');
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

p {
    margin-bottom: 0px;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.sec-header {
    background-image: url("../images/1Mino_Mora_Wedding_Photographer-1072.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    width: 100%;
    height: 100vh;
}

.sec-header-evento {
    
   
}

.d-header {
    text-align: center;
}

.d-header > img {
    width: 18%;
}

.navbar {
    background-color: transparent !important;
    padding-left: 0px;
    padding-right: 0px;
}

.sec-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 5;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.navbar .navbar-brand > img {
    width: 70px;
}

.navbar .nav-item {
    margin-left: 10px;
    margin-right: 10pxM;
}

.navbar .nav-item .nav-link {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .8);
    transition: .3s;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar .nav-item .nav-link:hover {
    color: #000000;
}

.navbar .navbar-text .btn-nav {
    background-color: #F4F4F4;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(0, 0, 0, .7);
    transition: .3s;
    text-transform: uppercase;
}

.navbar .navbar-toggler {
    font-size: 30px;
    padding-left: 7px;
    padding-right: 7px;
}

.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.sec-about {
    background-image: url("../images/Dayana_&_Edgar_by_Mino_Mora_2549.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-img-about > img {
    width: 100%;
}

.d-info-about {
    padding-right: 30px;
}

.d-info-about .t1 {
    color: #FFFFFF;
    font-size: 42px;
    font-family: "Silk Light";
}

.d-info-about .t1 > b {
    color: #FFFFFF;
    font-size: 48px;
    font-family: "Silk Italic";
    font-weight: normal;
}

.d-info-about .title-about-movil {
    color: #FFFFFF;
    font-size: 30px;
    font-family: "Silk Light";
    display: none;
}

.d-info-about .title-about-movil > b {
    color: #FFFFFF;
    font-size: 30px;
    font-family: "Silk Italic";
    font-weight: normal;
}

.btn-white {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    letter-spacing: 3px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    transition: .3s;
}

.btn-white > i {
    margin-left: 6px;
    font-size: 15px;
    transition: .2s;
    transform: translate(0px, 2px);
}

.btn-white:hover {
    color: #FFFFFF;
}

.btn-white:hover > i {
    transform: translate(5px, 2px);
}

.sec-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-testimonials {
    text-align: center;
}

.d-testimonials .t1 {
    font-size: 36px;
    font-family: "Silk Light";
}

.d-testimonials .t1 > b {
    font-weight: normal;
    font-size: 42px;
}

.d-testimonials .t2 {
    font-size: 40px;
    font-family: "Bon Vivant";
    margin-top: 30px;
}

.d-testimonials .t3 {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 10px;
    font-weight: 500;
}

.btn-black {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    color: rgba(0, 0, 0, .7);
    font-size: 11px;
    letter-spacing: 3px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    transition: .3s;
    font-weight: 400;
    transition: .3s;
}

.btn-black:hover {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, .5);
}

.btn-black > i {
    margin-left: 6px;
    font-size: 15px;
    transition: .2s;
    transform: translate(0px, 2px);
}

.btn-black:hover > i {
    transform: translate(5px, 2px);
}

.sec-footer {
    background-color: #F4F4F4;
    padding-top: 80px;
    padding-bottom: 80px
}

.d-footer {
    text-align: center;
}

.d-footer .t1 {
    font-size: 30px;
    color: rgba(0, 0, 0, .3);
}

.d-menu-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.d-menu-footer > a {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .8);
    transition: .3s;
    text-decoration: none;
}

.d-menu-footer > a:hover {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000000;
}

.d-footer hr {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.d-social-footer {
    margin-top: 25px;
}

.d-social-footer > a {
    margin-left: 6px;
    margin-right: 6px;
    opacity: .35;
    transition: .3s;
    display: inline-block;
}

.d-social-footer a > img {
    width: 15px;
    height: 15px;
}

.d-social-footer > a:hover {
    opacity: .7;
    transform: translateY(-2px);
}

.sec-portfolio {
    padding-top: 100px;
    padding-bottom: 0px;
}

.cont-portfolio {
    margin-top: 50px;
}

.d-title-portfolio {
    text-align: center;
    padding-left: 170px;
}

.d-title-portfolio .t1 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}

.d-title-portfolio .t2 {
    font-size: 85px;
    font-family: "Silk Extra Light";
    line-height: 1;
    margin-top: 5px;
}

.d-btn-portfolio {
    text-align: right;
    padding-top: 75px;
}

.d-item-carousel {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 210px;
    transition: .3s;
}

.d-item-carousel:hover {
    cursor: pointer;
    transform: translateY(-3px);
}

.d-item-carousel > hr {
    display: block;
    width: 20%;
    margin: auto;
    border-top: 1px solid #FFFFFF;
}

.d-item-carousel .t1 {
    color: #FFFFFF;
    font-family: "Bon Vivant Serif";
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .6);
}
.text-overlay {
   
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fondo negro con 50% de transparencia */
    color: white; /* Color del texto */
    padding: 15px; /* Espaciado interno */
    box-sizing: border-box; /* Para que el padding no afecte el tamaño del contenedor */
    text-align: center; /* Centrar texto */
}

.d-item-carousel .t2 {
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 300;
    margin-top: -2px;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, .7);
}

.sec-navbar.int {
    position: fixed;
    width: 100%;
}

.sec-navbar.transparent {
    background-color: transparent;
    transition: .3s;
    box-shadow: none;
}

.sec-navbar.transparent .navbar .nav-item .nav-link {
    color: rgba(255, 255, 255, .6);
}

.sec-navbar.transparent .navbar .nav-item .nav-link:hover {
    color: #FFFFFF;
}

.sec-navbar.transparent .navbar .navbar-text .btn-nav {
    color: rgba(255, 255, 255, .6);
    background-color: rgba(255, 255, 255, .1);
}

.sec-navbar.transparent .navbar .navbar-text .btn-nav:hover {
    color: rgba(0, 0, 0, .8);
    background-color: #FFFFFF;
}

.sec-navbar.transparent .navbar .navbar-toggler {
    color: rgba(255, 255, 255, .6);
    background-color: rgba(255, 255, 255, .07);
}

.sec-navbar.white {
    background-color: #FFFFFF;
    transition: .3s;
}

.sec-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    width: 100%;
    height: 100vh;
}

.sec-header.portafolio {
    background-image: url("../images/Mino_Mora_Wedding_Photographer-1065.png");
}

.sec-header.about {
    background-image: url("../images/Mino_Mora_Wedding_Photographer-1072C.png");
}

.d-header-int {
    text-align: center;
}

.d-header-int .t1 {
    color: #FFFFFF;
    letter-spacing: 3px;
    font-weight: 300;
}

.d-header-int .t2 {
    font-size: 38px;
    font-family: "Silk Extra Light";
    color: #FFFFFF;
    margin-top: 10px;
}

.d-header-int .t2 > b {
    font-family: "Silk Italic";
    color: #FFFFFF;
    font-weight: normal;
}

.d-header-int .t2 > span {
    font-size: 0px;
    display: block;
}

.d-header-int .t3 {
    font-size: 40px;
    color: #FFFFFF;
    font-family: "Bon Vivant";
    margin-top: 25px;
}

.sec-items-portafolio {
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-title-items-portafolio {
    text-align: center;
}

.d-title-items-portafolio .t1 {
    font-size: 14px;
    letter-spacing: 1px;
}

.d-title-items-portafolio .t2 {
    font-size: 46px;
    font-family: "Silk Light";
}

.row-items-portafolio {
    margin-top: 60px;
}

.d-item-portafolio {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.d-item-portafolio > img {
    width: 100%;
    transition: .3s;
}

.d-item-portafolio img:hover {
    cursor: pointer;
    transform: translateY(-4px);
}

.d-item-portafolio .t1 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .5);
    line-height: 1.9;
    margin-top: 16px;
}

.btn-view-gallery {
    font-size: 15px;
    font-family: "Silk Italic";
    color: #000000;
}

.btn-view-gallery > i {
    margin-left: 6px;
    font-size: 13px;
    transition: .3s;
}

.btn-view-gallery:hover > i {
    transform: translateX(3px);
}

.d-about-int {
    text-align: center;
}

.d-about-int > img {
    width: 40px;
    margin-bottom: 14px;
}

.d-about-int .t2 {
    font-size: 30px;
    font-family: "Silk Extra Light";
    color: #FFFFFF;
    margin-top: 10px;
}

.d-about-int .t2 > b {
    font-family: "Silk Italic";
    color: #FFFFFF;
    font-weight: normal;
}

.d-about-int .t2 > span {
    font-size: 0px;
    display: block;
}

.d-about-int .t3 {
    font-size: 40px;
    color: #FFFFFF;
    font-family: "Bon Vivant";
    margin-top: 25px;
}

.sec-pag-about {
    padding-bottom: 150px;
}

.d-pag-about {
    padding-top: 50px;
}

.d-pag-about .t1 {
    font-size: 36px;
    font-family: "Silk Light"
}

.d-pag-about .t2 {
    font-size: 18px;
    font-family: "Silk Italic";
    margin-top: 20px;
    line-height: 1.7;
}

.d-pag-about .t3 {
    margin-top: 25px;
    line-height: 1.7;
    font-family: "Silk Regular";
    font-size: 18px;
}

.d-img-pag-about {
    text-align: center;
    margin-top: -50px;
}

.d-img-pag-about > img {
    width: 75%;
}

.d-category-about {
    padding-top: 50px;
}

.d-category-about .t1 {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 1px;
}

.d-evento-int .t1{
    font-size: 40px;
    color: #FFFFFF;
    font-family: "Silk Regular";
}

.d-evento-int .t1 > b{
    font-family: "Silk Italic";
    font-weight: normal;
}

.d-evento-int .t1 > span{
    font-size: 0px;
    display: block;
}

.d-evento-int .t2{
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.d-info-evento .t1{
    font-size: 18px;
    font-family: "Silk Regular";
    line-height: 1.7;
}

.sec-info-evento{
    padding-top: 100px;
    padding-bottom: 50px;
}

.d-creditos-eventos .t1{
    margin-bottom: 16px;
    font-size: 12px;
    font-style: italic;
}

.d-creditos-eventos .t1 > b{
    font-weight: 700;
    margin-right: 6px;
}

.sec-galeria-evento{
    padding-top: 50px;
    padding-bottom: 150px;
}

.row-items-galeria{
    margin-top: 60px;
}

.d-items-galeria{
    margin-bottom: 40px;
    transition: .3s;
}

.d-items-galeria:hover{
    transform: translateY(-4px);
}

.d-items-galeria a > img{
    width: 100%;
}

/* GALERIA */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.25s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053" !important;
    color: #FFFFFF;
    font-size: 30px;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
    margin-left: 15px !important;
    padding-right: 5px;
}

.mfp-arrow-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054" !important;
    color: #FFFFFF;
    font-size: 30px;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
    margin-left: 15px !important;
    padding-left: 2px;
}
.background-overlay {
    
    background: rgba(0, 0, 0, 0.5); /* Fondo negro con 50% de transparencia */
    
  }

/* END GALERIA */
