/*  *********** FUENTES *************** */


@font-face {
    font-family: 'avenir_next_lt_probold';
    src: url('fonts/avenirnext/avenirnext-bold-webfont.woff2') format('woff2'),
        url('fonts/avenirnext/avenirnext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('fonts/avenirnext/avenirnext-regular-webfont.woff2') format('woff2'),
        url('fonts/avenirnext/avenirnext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}







/*  *********** ETIQUETAS  *************** */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: 'avenir_next_lt_proregular';
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'avenir_next_lt_probold';
    font-weight: 500;
    font-style: normal;
    line-height: initial;
}

a {
    text-decoration: none;
    color: #fff;
}

p {
    line-height: 1.8rem;
    font-weight: normal;
    font-style: normal;

}


ul {
    padding: 0;
    margin: 0;
    list-style-position: outside;
    padding-left: 18px;
}


strong {
    font-family: 'avenir_next_lt_probold';
    font-style: normal;

}




/*  *********** GENERICOS *************** */

.container {
    width: 1130px;
    position: relative;
}

.container-fluid {
    width: 100%;
}

.w-full {
    width: 100%;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.block-desktop {
    display: block;
}

.d-none-desktop {
    display: none;
}

.table {
    display: table;
}

.f-wrap {
    flex-wrap: wrap;
}

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

.j-c-center {
    justify-content: center;
}

.j-c-space-between {
    justify-content: space-between;
}

.j-c-space-evenly {
    justify-content: space-evenly;
}

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

.txt-right {
    text-align: right;
}

.float-left {
    float: left;
}

.no-border {
    border: none !important;
}

.fix-bg-black {
    padding: 10px 20px 1px 20px;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.white-space-normal {
    white-space: normal;
}

.greyscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.m-0 {
    margin: 0;
}

.m-b-1 {
    margin-bottom: 1em;
}

.m-b-2 {
    margin-bottom: 2em;
}

.m-b-3 {
    margin-bottom: 3em;
}

.m-b-4 {
    margin-bottom: 4em;
}

.m-b-6 {
    margin-bottom: 6em;
}

.m-r-1 {
    margin-right: 1em;
}

.m-r-2 {
    margin-right: 2em;
}

.m-r-3 {
    margin-right: 3em;
}

.m-l-3 {
    margin-left: 3em;
}

.m-t-3 {
    margin-top: 3em;
}

.m-y-2 {
    margin-top: 2em;
    margin-bottom: 2em
}

.m-y-3 {
    margin-top: 3em;
    margin-bottom: 3em
}

.m-x-1 {
    margin-left: 0.5em;
    margin-right: 0.5em
}

.m-l-15 {
    margin-left: 15em;
}

.p-0 {
    padding: 0;
}

.p-2 {
    padding: 2em;
}

.p-t-0 {
    padding-top: 0em;
}

.p-t-2 {
    padding-top: 2em;
}

.p-b-1 {
    padding-bottom: 1em;
}

.p-b-2 {
    padding-bottom: 2em;
}

.p-b-4 {
    padding-bottom: 4em;
}

.p-b-5 {
    padding-bottom: 5em;
}

.p-b-8 {
    padding-bottom: 8em;
}

.p-r-3 {
    padding-right: 3em;
}

.p-y-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.p-y-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.p-y-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.p-y-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.p-y-5 {
    padding-top: 5em;
    padding-bottom: 5em;
}

.p-y-7px {
    padding-top: 7px;
    padding-bottom: 7px;
}

.line-h-58 {
    line-height: 58px;
}

.line-h-74 {
    line-height: 74px;
}

.f-start {
    justify-content: flex-start;
}

.f-end {
    justify-content: flex-end;
}

.color-white {
    color: #fff;
}

.bg-azul {
    background-color: #42526c;
}

.bg-rojo {
    background-color: #d33741;
}

.bg-celeste {
    background-color: #7e89a1ab;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    width: 50%;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.overflow-hidden {
    overflow: hidden;
}

.d-none {
    display: none;
}

.a-items-center {
    align-items: center;
}

.b-radius-20 {
    border-radius: 20px;
}

.hidden {
    visibility: hidden;
}


.cerrado {
    color: #000;
    padding: 15px 15px;
    border: 2px dashed #b5b5b5;
    font-family: 'avenir_next_lt_probold';
}

.btn_postula {
    margin-left: auto;
    background-color: #d33741;
    color: #fff;
    font-size: 35px;
    font-family: 'avenir_next_lt_probold';
    transition: 0.3s;
    padding: 5px 50px;
    border-radius: 40px;
    display: block;
    width: fit-content;
    margin-right: auto;
}



.btn_postula:hover {
    background-color: #000;
}




.red-icons img {
    margin-right: 10px;
}


table.programa {
    border-collapse: collapse;
}

table.programa tr {
    border-bottom: 1px solid #c8eeff;
}

table.programa td {
    padding: 15px 30px;
    text-align: left;
    font-size: 18px;

}








/*  *********** HEAD *************** */



.hero {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 580px;
    position: relative;
}


.hero {
    background-image: url('/noticias/imag/maspitch/bg_desk_salmonpitch.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    background-attachment: initial;
    background-color: #132d4d;
    min-height: 650px;
}


.hero img {
    margin-bottom: 20px;
}

.hero .logo {
    max-height: 500px;
}


.hero h1 {
    font-family: 'avenir_next_lt_proregular';
    font-size: 38px;
    text-transform: inherit;
    color: #fff;
    font-style: normal;
    text-align: left;

}



.hero h3 {
    font-family: 'avenir_next_lt_proregular';
    font-size: 20px;
    text-transform: inherit;
    color: #fff;
    font-style: normal;
    text-align: left;

}


.hero .logo-top {
    position: relative;
    top: -90px;
    width: 250px;
}


.hero h1 span {
    font-family: 'avenir_next_lt_proregular';
    font-style: normal;

}



.hero a img {
    height: 55px;
    margin-top: 1em;
}




.barra_presenta {
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 0px;
    display: block;
    padding: 10px 20px;
}


.barra_presenta img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
}


.nav {
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 30px;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 18px;
    margin-right: 30px;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #000;

    box-shadow: inset 0 0 0 0 #ffffff;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.nav>.nav-links>a:hover {
    box-shadow: inset 200px 0 0 0 #f5333f;
    color: white;
}

.nav>#nav-check {
    display: none;
}

@media (max-width:600px) {
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 10px;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 60px;
        height: 60px;
        padding: 13px;
    }

    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {}

    .nav>.nav-btn>label>span {
        display: block;
        width: 30px;
        height: 10px;
        border-top: 4px solid #0c2944;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #0c2944;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 80px;
        left: 0px;
        z-index: 1;
    }

    .nav>.nav-links>a {
        display: block;
        width: 100%;
        color: #fff;
        border-bottom: 1px solid #12416c;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        height: calc(295px - 50px);
        overflow-y: auto;
    }
}



main h2 {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    font-style: normal;
    margin-bottom: 0.5em;

}



main h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;

}


main ul {
    margin: 20px 40px;

}



main ul li {
    font-size: 20px;
    color: #000;
    margin-bottom: 0.7em;
    display: list-item;
    text-align: left;

}


main ul li::marker {
    color: #fff;

}


main ul.acceso li::marker {
    margin: 0 0.3rem 0 0;
    color: #fff;
}



main p {
    font-size: 20px;
    color: #000;

}


.red-icons a {
    background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), linear-gradient(to right, rgb(255 255 255), rgb(255 255 255));
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}


.red-icons a:hover {
    border-bottom: none;
    background-size: 0 0.1em, 100% 0.1em;
}


main .icono {
    width: 150px;
    margin-bottom: 2em;
}

#competencia {
    background-image: url('/noticias/imag/maspitch/bg-nube.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}



#entrada {
    background-image: url('/noticias/imag/maspitch/bg-clouds.svg');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 770px;
}


table.logos {
    border-collapse: separate;
    border-spacing: 20px;
}


table.logos tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


table.logos td {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    padding: 15px;
}

table.logos td img {
    width: 180px;
    max-height: 80px;
}


main .speaker {
    position: relative;
    left: 35px;
}




/*  *********** CARRUSEL *************** */


.carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.carousel .card {
    color: #fff;
    text-align: center;
    margin: 20px 0;
}


.carousel h3 {
    font-size: 20px;
    font-family: 'avenir_next_lt_proregular';
}

.carousel strong {
    font-size: 20px;
}

.carousel .foto {
    width: 200px !important;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 10px solid #5c7f95;
    outline: 10px solid #42526c;
    
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    height: 15px;
    width: 30px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #718590 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
    background: #718590 !important;
}









/*  *********** FOOTER *************** */

footer .container {
    padding: 0em;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


footer .container a {
    color: #fff;
}


footer .container img {
    width: 200px;
}


footer ul {
    list-style: none;
}

footer ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .border {
    border: 1px solid #fff;
    padding: 8px;
}



#golden_sponsors {
    padding-bottom: 0;
}



#golden_sponsors h2 {
    font-size: 20px;
    margin-bottom: 1em;
}

#golden_sponsors img {
    width: auto;
}



/*  *********** GALERIA *************** */

.galeria-container .demo-gallery>ul>li {
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
}

.galeria-container .demo-gallery>ul>li a {
    border: none;
    border-radius: 0;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: 100%;
}

.galeria-container .demo-gallery>ul>li a img {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    outline: 3px solid #e7e7e7;
    outline-offset: -3px;
}



/* columna con video youtube 2025 */
/*.col-video {
    display: flex;
    align-items: center;
    gap: 60px;
}*/






/*  *********** MEDIA QUERY *************** */



@media only screen and (max-width: 600px) {

    .column {
        flex: 100%;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .p-mobile {
        padding: 50px 20px;
    }

    .p-t-1-mobile {
        padding-top: 1em;
    }

    .d-inline-flex-mobile {
        display: inline-flex;
    }

    .p-y-7px {
        padding: 10px;
    }

    .m-b-1-mobile {
        margin-bottom: 1em;
    }

    .m-b-2-mobile {
        margin-bottom: 2em;
    }

    .m-r-4-mobile {
        margin-right: 4em;
    }

    .f-size-mobile-35 {
        font-size: 35px;
    }

    .f-size-mobile-37 {
        font-size: 37px;
    }

    .f-size-mobile-38 {
        font-size: 38px;
    }

    footer ul {
        padding: 0;
        margin: 0;
    }

    footer ul li {
        display: block;
        padding: 5px 10px;
        border-right: none;
    }

    footer ul li:first-child {
        padding-top: 0px
    }

    footer p {
        line-height: 16px;
        padding: 20px;
    }

    .barra_presenta {
        padding: 5px 5px;
    }

    .barra_presenta img {
        width: 100% !important;
    }

}







@media (min-width: 768px) {
    .md\:w-1\/3 {
        width: 33.333333%;
    }
}




@media (max-width: 768px) {

    .container.p-t-0 {
        padding-top: 0em;
    }

    .hero {
        background-image: url(/noticias/imag/maspitch/bg_mobile_salmonpitch.jpg);
        background-position: center;
        background-attachment: inherit;
        min-height: 550px;
        background-size: contain;
        padding: 1em 2em;
    }


    .hero .container {
        padding: 0;
    }

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

    .hero .logo { max-height: 380px; margin-bottom: 0; position: relative; top: 30px; }

    /* hero con video youtube*/
    /*.hero .logo {
        max-height: 240px;
        margin-bottom: 0;
        position: relative;
        top: 15px;
    }*/

    .hero a img {
        height: 40px;
        position: relative;
        top: 70px;
    }

    .logo-top {
        top: -70px;
        width: 200px;
    }

    .container {
        width: 100%;
        padding: 3em 1.5em;
    }

    main ul {
        padding-left: 0px;
    }

    main ul li {
        font-size: 18px;
        text-indent: 0px;
    }

    main h2 {
        font-size: 24px;
    }

    main .icono {
        width: 150px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2em;
    }





    .m-r-3 {
        margin-right: 1.5em;
    }

    .m-y-3 {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .flex {
        flex-direction: column;
    }

    main p {
        font-size: 20px;
        line-height: inherit;
    }

    main h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .container img {
        width: 210px;
        margin-right: 0em;
    }

    .descarga img {
        height: 40px;
    }

    .nav>.nav-header>.nav-title {
        padding: 10px 10px 10px 10px;
    }

    .nav>.nav-header>.nav-title img {
        width: 150px;
    }

    .nav>.nav-links>a:hover {
        box-shadow: inset 500px 0 0 0 #f5333f;
    }

    #entrada {
        min-height: 500px;
    }

    .carousel {
        padding: 0px;
    }


    .hero img {
        width: 300px;
    }

    .btn_postula {
        font-size: 24px;
        padding: 20px 50px;

    }


    p.m-b-1 {
        margin-bottom: 2em;
    }


    .red-icons .flex {
        margin-bottom: 2em;
    }

    .red-icons .flex img {
        margin-bottom: 0.5em;
    }

    .barra_presenta {
        top: 1px;
        right: 0px;
        width: 100%;
    }


    table.logos {
        width: 100%;
    }

    table.logos tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    table.logos td img {
        width: auto;
        height: 80px;
    }

    table.logos td {
        width: 100%;
        margin-bottom: 20px;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .container {
        flex-direction: column;
    }

    .hidden {
        display: none !important;
    }


    .red-icons a {
        border: 1px solid #fff;
        padding: 10px 10px;
        display: block;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 0.5em;
        min-width: 300px;
        font-size: 18px;
    }



    table.programa td {
        padding: 10px 10px;
        text-align: left;
        font-size: 16px;
    }



    #golden_sponsors .container {
        padding-bottom: 0px;
    }


    /*.col-video {
        gap: 20px;
        flex-direction: column;
    }

    .col-video iframe {
        width: 100%;
        max-height: 150px;
    }*/



}