/* 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 */
body {
    margin: 0;
    padding-top: 0;
}

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

p {
    font-family: inter18-medium;
}


/* * {
    outline: 1px solid red;
} */

/* NAV BAR */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0 !important;
    background-image: url(../imagenes/fotografias/fondo-nav.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.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.jpg);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;

    min-height: 100vh;

    display: flex;
    align-items: center;

    padding-top: 80px;

    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 600px;
    padding-left: 122px;

}

.hero img {

    width: 70%;
}




.hero h1 {

    font-size: 55px;
    line-height: 1;
    color: #5965F2;
    font-family: inter18bold;
    margin-bottom: 20px;

}

.hero p {

    font-family: inter18-light;
    font-size: 20px;
    color: #707070;
    line-height: 1;
    margin-bottom: 70px;
}

.tipografia-destacada {
    font-family: 'publico-bold-italic', serif;
}

.btn-primary {
    background-color: #5965F2;
    color: #f6f6f8;
    padding: 12px 30px;
    border-radius: 50px;
    font-family: inter18-light;
    border: none;
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-3px);
    background-color: #4452E8;
    color: #ffffff;
}

.btn-primary:active {
    background-color: #1925a6;
    color: #ffffff;
}

/* REEL */
.reel {
    background-color: #5965F2;
    padding: 140px 0;
    display: flex;
    align-items: center;
}


video {
    display: block;
    width: 100%;
    background-color: #5965F2;
}

.ratio {
    margin-top: 40px;
}

/* Experiencia */



.experiencia {
    background-color: #5965F2 !important;
    padding: 120px 0;
}

.experiencia .active {
    background-color: initial;
    color: initial;
}

.experiencia h2 {
    color: #E5E6FF;
    padding: 10px 20px;
    font-size: 40px;
}


.experiencia p {
    color: #E5E6FF;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: inter18-light;
    line-height: 1;
}


.experiencia-contenido {
    margin-top: 40px;

}

.experiencia {
    border-top: 20px solid #5965F2;
}

.owl-carousel div {
    position: relative;
}

.owl-carousel p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: rgba(25, 37, 166, 0.80);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 20px;
    text-align: center;
    color: white;
    padding: 12px;
    margin: 0;
}



/* Call to action */

.calltoaction {
    height: 70vh;
    background-image: url(../imagenes/fotografias/calltoaction.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.calltoaction h2 {
    color: #5965F2;
    font-size: 50px;
    padding: 10px 20px;
    text-align: center;
}

.calltoaction p {
    color: #444445;
    font-size: 30px;
    padding: 10px 20px;
    text-align: center;
    font-family: inter18-light;

}


.btn-secondary {
    background-color: #FFCAE3;
    color: #444445;
    padding: 20px 30px;
    border-radius: 50px;
    font-family: inter18-medium;
    font-size: 20px;
    border: none;
    text-decoration: none;
    text-align: center !important;
    display: inline-block;
    width: 15%;

}

.btn-secondary:hover {
    transform: translateY(-3px);
    background-color: #f9add0;
    color: #444445;
}

.btn-secondary:active {
    background-color: #f894c3;
    color: #444445;
}



/* 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 HERO */

    .hero-content {
        padding-top: 290px !important;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 18px;
    }

    /* 1400 Experiencia */
    .owl-carousel {
        max-width: 1400px;
        margin: 0 auto;
    }

    /* 1400 Call to action */

    .calltoaction h2 {

        font-size: 40px;
        padding: 10px 20px;

    }

    .calltoaction p {
        font-size: 20px;
        padding: 10px 20px;

    }


    .btn-secondary {

        padding: 20px 30px;
        font-size: 17px;
        width: 15%;

    }

    /* 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 {
        min-height: 85vh;
        padding: 0;
    }

    .hero-content {
        padding-top: 250px !important;
    }

    .hero-content {
        padding-top: 180px !important;
    }

    .hero h1 {
        margin-top: 0;
        margin-left: 0;
        font-size: 33px;
    }

    .hero p {
        margin-top: 0;
        margin-left: 0;
        font-size: 14px;
    }

    .btn-primary {

        margin-left: 0;
    }


    body {
        padding-top: 0;
    }

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

    .reel {
        padding: 40px;
    }

    /* 1200 Experiencia */


    .experiencia h2 {

        padding: 0;

    }


    .experiencia p {


        padding-bottom: 20px;
        font-size: 20px;

    }

    .experiencia-contenido {
        margin-top: 0;
    }

    /* 1200 CALL TO ACTION */

    .btn-secondary {
        display: inline-block;
        padding: 20px 30px;
    }
}

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

@media (max-width:992px) {

    /* 992 NAVBAR*/



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

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

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

    body {
        padding-top: 0;
    }

    /* 992 HERO */
    .hero {
        min-height: 80vh;
        padding-top: 60px;
    }

    .hero-content {
        max-width: 500px;
        padding-left: 60px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero p {
        font-size: 16px;

    }

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

    .reel {
        padding: 40px;
    }




    /* 992 Experiencia */


    .experiencia {
        padding: 50px 0;
    }

    .experiencia-contenido {
        margin-top: 0;
    }

    .experiencia h2 {
        font-size: 28px;
        padding: 0 20px 10px;
    }

    .experiencia p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .owl-carousel p {
        font-size: 18px;
        padding: 10px;
    }

    /* 992 Call to action */

    .btn-secondary {
        width: auto;
        padding: 12px 30px;
        display: inline-block;
        text-align: center;
    }

    .calltoaction {
        text-align: center;
    }


    /* 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 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px 0 !important;
        background-image: url(../imagenes/fotografias/nav-vertical.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }



    .navbar {
        padding: 30px 0px !important;
    }

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

    /* HERO */
    .hero {
        background-image: url(../imagenes/fotografias/vertical-hero.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        min-height: 100vh;
        padding-top: 40px;
        display: flex;
        align-items: flex-start;
        /* ya no centrado vertical */
        justify-content: center;
    }


    .hero-content {
        width: 100%;
        max-width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto;
        text-align: center !important;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 25px;
    }

    .btn-primary {
        padding: 20px 40px;
    }



    body {
        margin: 0;
        padding: 0;
    }


    .flecha {

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

    }

    .flecha img {
        width: 50%;
    }

    /* CALL TO ACTION */

    .calltoaction {
        height: 60vh;
        background-image: url(../imagenes/fotografias/calltoaction-vertical.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .calltoaction h2 {
        font-size: 33px;
    }

    .calltoaction p {
        font-size: 18px;
    }

    /* FOOTER */

    .footer-logo {
        width: 50px;
    }

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

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

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

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

    }

    .social-icons {
        gap: 10px
    }

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



}


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

@media (max-width:576px) {


    /* 576 Call to action */

    .calltoaction h2 {
        font-size: 30px;
    }

    .calltoaction p {
        font-size: 15px;
    }

    .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;
    }
}



/*///////////////////////////////////  425   ////////////////////////////////////////////*/

@media (max-width:425px) {



    /* FOOTER */

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