/* GENERALES */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
  font-family: monserrat;
  src: url(../fonts/montserratmedium.ttf)
}

@font-face {
  font-family: monserrat-semibold;
  src: url(../fonts/montserratsemibold.ttf)
}

@font-face {
  font-family: monserrat-bold;
  src: url(../fonts/montserratbold.ttf)
}

body {
    font-family: monserrat;
}

/* NAVBAR INICIO */
.navbar {
    padding: 20px 30px;
    background-color: black !important;
    color: white;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar-brand img {
    width: 80%;
}

.nav-link {
    color: white;
}

.nav-link.active {
    border-bottom: 2px solid #fff;
}

.navbar i {
    font-size: 18px;
}

.nav_contacto .bi-instagram {
    font-size: 19px;
    color: #000;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 3px;
}

.nav_contacto .bi-envelope {
    font-size: 21px;
    color: #000;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 3px;
}

.navbar .nav-link:hover {
    color: white !important;
}

@media (max-width: 375px) {
    .navbar-brand {
    padding: 0;
    margin-right: 0;
    line-height: 0;
    }
    .navbar-brand img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
    }
    .navbar .container-fluid {
        align-items: center;
    }
     .navbar-toggler {
        padding: 0.2rem 0.35rem;
    }
    .navbar-toggler-icon {
        width: 1.1em;
        height: 1.1em;
        background-size: 1.1em 1.1em;
    }
    .navbar-nav a {
        font-size: 16px;
        padding-left: 8px;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 12px 16px;
    }
    .navbar-brand img {
    width: 70%;
    }
}

@media (max-width: 991px) {
    .nav_contacto {
        display: none;
    }
    .navbar {
        position: static;
    }
    .nav-link.active {
        border-bottom: none;
    }
}

/* DEMOREEL */
#demoreel h1 {
    display: none;
}

#demoreel {
  position: relative;
  width: 100%;
  height: 100vh; /* full page */
  overflow: hidden;
}

/* video en full-screen */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* PORTAFOLIO */
.portafolio .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.portafolio h1 {
    font-family: monserrat-bold;
    font-size: 40px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
}

.portafolio .col-12 a {
    height: 300px;
}

.portafolio .col-12 a img {
    height: 300px;
    object-fit: cover; /* recorta la imagen manteniendo proporción */
}

.portafolio .responsive-br {
    display: none;
}

.hernan {
    height: 300px;
    object-fit: cover;
    object-position: top; 
    object-position: 50% 40%;
}

.las-muertas {
    height: 300px;
    object-fit: cover;
    object-position: top; 
    object-position: 50% 35%;
}

.madre-solo {
    height: 300px;
    object-fit: cover;
    object-position: top; 
    object-position: 50% 15%;
}

.viva-mexico {
    height: 300px;
    object-fit: cover;
    object-position: top; 
    object-position: 50% 70%;
}

/* PORTAFOLIO - HOVER */
.portafolio a {
    position: relative;
    display: block;
}

.portafolio img {
    width: 100%;
    height: auto;
    display: block;
}

.portafolio .text {
    text-align: center;
}

/* capa del overlay */
.portafolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 126, 75, 0.605); /* naranja con opacidad */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portafolio .overlay .text {
    color: #fff;
    font-size: 40px;
    font-family: monserrat-semibold;
    text-transform: uppercase;
}

/* hover */
.portafolio a:hover .overlay {
    opacity: 1;
}

@media (hover: none) and (pointer: coarse) {
    .portafolio .overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.22);
    }

    .portafolio .overlay .text {
        font-size: 26px;
    }
}

/* PROYECTOS */
.proyectos {
    margin-top: 5%;
    margin-bottom: 5%;
}

.proyectos h1 {
    font-family: monserrat-semibold;
}

.proyectos a {
    color: #000;
    text-decoration: none;
}

.proyectos i {
    color: #000;
    font-size: 25px;
}

.proyectos .icon-txt {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .proyectos h1 {
        margin-top: 20px;
    }
    .proyectos .container-youtube {
        margin-bottom: 20px;
    }
    .proyectos .icon-txt {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .proyectos .responsive-br {
        display: none;
    }
}

@media (max-width: 576px) {
    .proyectos .ficha {
        margin-left: 20px;
    }
}

@media (max-width: 375px) {
    .proyectos h1 {
        margin-top: 20px;
    }
    .proyectos .icon-txt {
        margin-bottom: 25px;
    }
    .proyectos .container-youtube {
        margin-bottom: 20px;
    }
    .portafolio .responsive-br {
        display: inline;
    }
}

.container-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CONÓCENOS */
.conocenos {
  padding-block: clamp(48px, 8vw, 120px);
}

.conocenos .container {
  padding-inline: clamp(16px, 4vw, 80px);
}

.intro p {
    font-family: monserrat-bold;
    font-size: clamp(25px, 5vw, 60px)!important;
    line-height: 1.5;
    hyphens: none!important;
}

.conocenos p {
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 65ch; /* lectura cómoda */
}

.conocenos p,
.intro p {
  overflow-wrap: break-word;
  hyphens: auto;
}

/* MISIÓN | VISIÓN */
.mision, .vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 70px;
    padding-left: 100px;
    padding-right: 100px;
    color: #fff;
}

.mision-vision h2 {
    font-family: monserrat-bold;
}

.mision {
    background-color: #000;
    border-right: 8px solid #fff;
}

.vision {
    background-color: #000;
    border-left: 8px solid #fff;
}

@media (max-width: 767px) {
    .mision {
        border-right: 0px;
        border-bottom: 8px solid #fff;
    }
    .vision {
        border-left: 0px;
        border-top: 8px solid #fff;
    }
}

/* VALORES */
.valores {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}

.valores-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.5rem;
}

.valor {
    flex: 1 1 250px;
    background-color: black;
    padding: 1.5rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    min-height: 200px;
    color: white;
    text-align: center;
}

.conocenos h1 {
    display: none;
}

.valores h2 {
    font-family: monserrat-bold;
    padding-bottom: 10px;
}
.valor h3 {
    font-family: monserrat-semibold;
    font-size: clamp(16px, 3.2vw, 22px);
    line-height: 1.25;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #fff;
}

.valor p {
    font-size: clamp(14px, 2.6vw, 16px);
    line-height: 1.5;
    margin: 0;
    text-align: center;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #fff;
}

@media (max-width: 375px) {
    .conocenos {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .intro p {
        font-family: monserrat-bold;
        font-size: clamp(26px, 6vw, 50px);
        line-height: 1.2;
    }

    .mision,
    .vision {
        padding: 32px 20px;
    }

    .mision-vision p {
        font-size: 15px;
        line-height: 1.5;
    }

    .mision-vision h2 {
        font-size: 22px;
    }

    .conocenos .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .valor {
        min-height: auto;
        padding: 20px 16px;
    }

    .valor h3 {
        font-size: 18px;
    }

    .valor p {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* CONTACTO */
.contacto .container {
    padding-top: 70px;
}

.contacto h1 {
    font-family: monserrat-bold;
    font-size: 30px;
    font-weight: bold;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.contacto a {
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 120px;
    font-weight: bold;
}

.contacto .bi {
    color: black;
    padding-right: 30px;
    text-decoration: none;
}

.contacto .bi:hover {
    color: rgba(225, 98, 44);
    transition: 0.3s ease;
}

.contacto form {
    background-color: black;
    color: white;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    border-top-right-radius: 80px;
}

.contact-form-wrap {
  box-shadow: none !important;
} 

.default-button {
  margin-top: 10px !important;
}

@media (max-width: 991px) {
    .contacto a {
        margin-top: 30px;
    }

    .contacto .container {
        padding-top: 40px;
    }

    .contacto .formulario {
        margin-top: 60px;
    }
}

/* FOOTER */
footer {
    color: white;
    background-color: black;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
}

.link_footer a {
    color: white;
    text-decoration: none;
}

.redes_footer {
    padding-top: 20px;
    padding-bottom: 40px;
}

.bi {
    font-size: 30px;
    color: white;
}

.redes_footer a {
    text-decoration: none;
}

footer a img {
    width: 35px;
    padding-bottom: 15px;
}

.copy {
    background-color: rgb(55, 55, 55);
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: small;
}

.link_footer a:hover {
    text-decoration: underline;
    transition: 0.3s ease;
}