/* HOJA DE ESTILOS-INICIO*/
/* GENERAL */

@font-face {
    font-family: inter18-black;
    src: url(../fonts/Inter_18pt-Black.ttf) format("truetype");
}

@font-face {
    font-family: inter18bold;
    src: url(../fonts/Inter_18pt-Bold.ttf) format("truetype");
}

@font-face {
    font-family: inter18-bolditalic;
    src: url(../fonts/Inter_18pt-BoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: inter18-light;
    src: url(../fonts/Inter_18pt-Light.ttf) format("truetype");
}


@font-face {
    font-family: inter18-medium;
    src: url(../fonts/Inter_18pt-Medium.ttf) format("truetype");
}

@font-face {
    font-family: inter18-mediumitalic;
    src: url(../fonts/Inter_18pt-MediumItalic.ttf) format("truetype");
}

@font-face {
    font-family: publico-bold-italic;
    src: url(../fonts/PublicoHeadlineWeb-BoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: publico-medium-italic;
    src: url(../fonts/PublicoHeadlineWeb-MediumItalic.ttf) format("truetype");
}

/* BODY */
html,
body {
    margin: 0;
    padding: 0;
    background: #E5E7FE;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: inter18bold;
}

p {
    font-family: inter18-medium;
}

/* NAV BAR */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0 !important;
    background-color: #E5E7FE;
}

.active {

    font-family: inter18-black !important;
}

.nav-link {

    padding: 60px 30px !important;
    color: #5965F2;
}

nav a {
    color: #5965F2 !important;
    font-family: inter18-medium !important;
    font-size: 20px !important;
}

.nav-container {
    padding-left: 80px;
    padding-right: 80px;
}

.navbar-brand {
    margin-left: 110px;

}

.navbar-brand img {
    margin-left: -58px;
}



/* HERO */


.hero {
    background-image: url(../imagenes/fotografias/hero-sobremi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
    /*  background-position: center -50px;  */
    background-color: #E5E7FE;
}

.hero img {

    width: 70%;
}

.hero-content {
    padding-left: 70px;
    padding-top: 0 !important;
}

.hero .row {
    align-items: center;
}


/* ¿QUÉ HAGO? */

.quehago {
    background-color: #E5E6FF;
    padding: 120px 0;
}

.titulo-quehago {
    text-align: center;
    color: #5965F2;
    font-size: 55px;
    margin-bottom: 80px;
}

.item-quehago {
    text-align: center;
}

.item-quehago img {
    width: 120px;
    margin-bottom: 25px;
}

.item-quehago h3 {
    color: #444445;
    font-size: 28px;
    margin-bottom: 15px;
}

.item-quehago p {
    color: #555;
    font-size: 18px;
    line-height: 1.2;
    max-width: 280px;
    margin: 0 auto;
}



/* MI ENFOQUE */

.mienfoque {
    background-image: url(../imagenes/fotografias/mienfoque.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.titulo-enfoque {
    color: #F4F4F4;
    font-size: 60px;
    margin-bottom: 70px;
    font-family: Inter18Bold;
}

.enfoque-item {
    padding-bottom: 40px;
    margin-bottom: 40px;

    border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.enfoque-item-final {
    border-bottom: none;
    margin-bottom: 0;
}

.icono-enfoque {
    width: 70px;
}

.enfoque-item h3 {
    color: #F4F4F4;
    font-size: 50px;
    margin-bottom: 10px;
    font-family: Inter18Bold;
}

.enfoque-item p {
    color: #F4F4F4;
    font-size: 20px;
    line-height: 1.2;
    font-family: inter18-light;
}

/* FOOTER */

.footer-custom {
    background: #4a4a4d;
    padding: 80px 0;
}

.footer-custom h3 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
    font-family: inter18Bold;
}

.footer-logo {
    width: 120px;
    margin-bottom: 25px;
}

.footer-copy {
    color: #B7BCFF;
    font-size: 20px;
    line-height: 1.4;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 14px;
}

.footer-list a {
    color: #B7BCFF;
    text-decoration: none;
    font-size: 20px;
    transition: .3s;
}

.footer-list a:hover {
    color: #ffffff;
}


.social-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.social-icons a {
    width: 55px;
    height: 55px;
    background: #B7BCFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons i {
    color: #4a4a4d;
    font-size: 24px;
}

/* FLECHA */
.flecha {
    position: fixed;
    bottom: 60px !important;
    right: 0 !important;
    display: none;
    z-index: 99999;

}

.flecha img {
    width: 100%;
    transition: all ease 0.3s;
}


.flecha img:hover {
    transform: scale(1.2);
}



/* MEDIA QUERIES*/
/*///////////////////////////////////  1400   /////////////////////////////////////////////////////*/

@media (max-width:1400px) {

    /* NAVBAR*/



    .navbar-brand {
        margin-left: 104px;
    }

    /* 1400 ¿QUÉ HAGO? */
    .quehago {
        padding: 60px 0;
    }

    .titulo-quehago {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .item-quehago img {
        width: 90px;
    }


    /* 1400 MI ENFOQUE */
    .mienfoque {
        padding: 80px 0;
    }

    .mienfoque h2 {
        font-size: 38px;
    }

    .enfoque-item h3 {
        font-size: 35px;
    }

    .enfoque-item p {
        font-size: 18px;
    }

    /* 1400 FOOTER */


    .footer-custom {
        padding: 50px 80px;
    }

    .footer-custom h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .footer-logo {
        width: 100px;
        margin-bottom: 20px;
    }

    .footer-copy {
        font-size: 16px;
    }

    .footer-list li {
        margin-bottom: 10px;
    }

    .footer-list a {
        font-size: 16px;
    }

    .social-icons {
        gap: 15px;
    }

    .social-icons a {
        width: 45px;
        height: 45px;
    }

    .social-icons i {
        font-size: 20px;
    }
}


/*///////////////////////////////////  1200  /////////////////////////////////////////////////////*/

@media (max-width:1200px) {

    /* 1200 HERO */
    .hero {
        height: 70vh;
        background-position: center center;
        background-size: cover;
    }

    .hero-content {
        padding-left: 60px !important;
    }

    /* 1200 ¿QUÉ HAGO */
    .item-quehago img {
        width: 90px;
        margin-bottom: 15px;
    }

    .item-quehago h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .item-quehago p {
        font-size: 16px;
        max-width: 220px;
    }

    .quehago .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

}

/*///////////////////////////////////  992   /////////////////////////////////////////////////////*/

@media (max-width:992px) {

    /* 992 NAVBAR*/

    .navbar-brand {
        margin-left: 100px;
    }

    .nav-link {
        padding: 20px 30px !important;
    }

    nav a {
        color: #5965F2 !important;
        font-family: inter18-medium !important;
        font-size: 20px !important;
    }


    /* 992 HERO */
    .hero {
        height: 60vh;
        background-position: center;
    }

    .contenido-expandido h3 {
        font-size: 28px;
        margin-bottom: 17px;
        line-height: 1;
    }



    /* 992 REEL */
    .ratio {
        margin-top: 0;
    }

    .reel {
        padding: 40px;
    }



    /* 992 FOOTER */
    .footer-logo {
        width: 50px;
    }

    .footer-custom h3 {
        font-size: 18px;
    }

    .footer-list a,
    .footer-copy {
        font-size: 12px !important;
    }

    .icono-social i {
        font-size: 20px !important;
    }
}

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

    /* NAV */
    .navbar {
        padding: 15px 0px !important;
    }

    nav a {
        font-size: 15px !important;
    }

    /* HERO */

    .hero {
        min-height: 60vh;
        background-position: center;
    }

    /* FOOTER */

    .footer-custom {
        padding: 30px 0 !important;
    }

    .footer-custom h3 {
        font-size: 14px;
        line-height: 1;
    }

    .footer-list li {
        margin-bottom: 10px;
        line-height: 1;
    }



    .social-icons {
        gap: 10px
    }

    .icono-social i {
        font-size: 15px !important;
        line-height: 1;
    }



}


/*///////////////////////////////////  576   ////////////////////////////////////////////*/

@media (max-width:576px) {

    .navbar-brand {
        margin-top: 30px;
    }

    .navbar {
        position: relative;
    }

    /* HERO */
    .hero {
        height: 50vh;
        background-position: center;
        padding-top: 80px;
        /* ajusta según tu navbar */
        box-sizing: border-box;
    }

    /* FOOTER */
    .footer-custom {
        text-align: center;
    }

    .footer-logo {
        display: block;
        margin: 0 auto 20px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-custom .col-lg-4,
    .footer-custom .col-lg-2,
    .footer-custom .col-md-6 {
        margin-bottom: 20px;
    }


    .icono-social i {
        font-size: 12px !important;
        line-height: 1;
    }

    /* FLECHA */
    .flecha {

        bottom: 10px;
        right: 5px;
        display: block;
        position: fixed;

    }

    .flecha img {
        width: 50%;
    }
}