@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Libre+Franklin:ital,wght@0,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap');

/* ------------------------ */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}


:root {
    /* Colors */
    --mor: rgb(159, 141, 229);
    --morado1: #8f67e9;
    --morado2: #2c1a55;
    --morado3: #211e3f;
    --morado4: rgb(59 14 66);
    --morado5: #454b90;
    --morado6: #5d42d2;
    --morado7: #674cdb;
    --piel: #f1e5dd;
    --amarillo: #f7ac23;
    --color1: #0f1235;
    --color2: #232641;
    --color3: #5d5c90;
    --color4: #a29fe9;
    --color5: #e8d7ed;

    --thm-white: #ffffff;
}

.txt1_color {
    color: var(--morado1);
    font-weight: 600;
    margin-left: 10px;
}


/* letters h1,h2,h3,h4,h5,P */

a {
    text-decoration: none;
}

p {
    font-family: 'IBM Plex Sans', 'sans-serif';
    color: black;
    font-size: 18px !important;
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: 300;
}


/* ==================================================== */
/* title */
.section-title-top {
    margin-bottom: -25px;
}

.section-title {
    margin-top: 73px;
    font-size: 3rem;
    font-weight: 500;
    color: var(--morado3);
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
    font-family: 'Oswald';
}

.section-title span {
    color: var(--morado1);
}


/*  */

.media-pg {
    min-height: 100vh;
    width: 100%;
}

.separador {
    min-height: 40vh;
}

.sep-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: left;
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.slice-top {
    padding-top: 4rem;
}


/* ==================================== */
/* sub title */
.font-family-secondary {
    text-align: left;
    padding-left: 20vh;
}

.font-serv-spacing {
    letter-spacing: .125rem;
}

.font-serv-1 {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #9b9b9b;
}

.info .info-title {
    margin: 25px 0 15px;
    padding: 0 15px;
    color: #2c2c2c;
    font-weight: 400;
    font-family: 'IBM Plex Sans', 'sans-serif';
}

@media only screen and (max-width: 400px) {
    .font-family-secondary {
        padding-left: 2vh;
    }
}

@media only screen and (max-width: 600px) {
    .font-family-secondary {
        padding-left: 4vh;
    }
}
.info-Seo span {
    font-weight: 400;
    color: var(--morado7);
}
/* ======================================================== */
/* Hero Section */
.video img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    margin-bottom: -6px;
}

.txt-hero {
    position: absolute;
    top: 0;
    left: 0%;
    height: 80vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15vh;
}

.intro-text {
    margin-top: 12vh;
}

.intro-text h1 {
    font-size: 60px;
    font-weight: 500;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-align: left;
    color: var(--morado7);
    width: 100%;
    line-height: 11vh;
}

.intro-text h1 span {
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .txt-hero {
        padding-left: 0;
        background-color: rgb(0 0 0 / 37%);
    }

    .intro-text h1 {
        line-height: 9vh;
        font-size: 47px;
        text-align: center;
    }
}

@media (min-width: 411px) {
    .txt-hero {
        padding-left: 4vh;
    }
}

@media (min-width: 576px) {
    .txt-hero {
        padding-left: 10vh;
    }

    .intro-text h1 {
        line-height: 12vh
    }
}

@media (min-width: 992px) {
    .video img {
        height: 65vh;
        margin-bottom: -6px;
    }

    .txt-hero {
        height: 65vh;
        padding-left: 8vh;
        padding-left: 15vh;
    }

    .intro-text h1 {
        line-height: 11vh
    }
}

@media (min-width: 1200px) {
    .video img {
        height: 80vh;
        margin-bottom: -6px;
    }

    .txt-hero {
        height: 80vh;
        padding-left: 13vh;
    }
}

@media (min-width: 1400px) {
    .video img {
        height: 70vh;
        margin-bottom: -6px;
    }

    .txt-hero {
        height: 70vh;
        padding-left: 8vh;
    }

    .intro-text h1 {
        font-size: 80px;
        line-height: 10vh;
    }
}

/* ============================================================ */
/* Info-3p */
#info-3P {
    background: var(--morado5);
    min-height: 15px;
}

.txt-info p {
    color: #fff !important;
    text-transform: inherit;
    font-family: 'IBM Plex Sans', 'sans-serif';
    font-size: 18px;
    padding: 40px;
    margin-top: 10px;
}

.txt-info span {
    font-weight: 400;
}

@media only screen and (max-width: 500px) {
    .txt-info p {
        color: #fff !important;
        text-transform: inherit;
        font-family: 'IBM Plex Sans', 'sans-serif';
        font-size: 15px;
        padding: 7px;
        margin-top: 10px;
        font-weight: 400;
    }
}

/* ============================================================== */
/* Info-Seo */
.blur-card-seo {
    border: none !important;
    z-index: 1;
}
.blur-card-seo:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img-InfoSeo {
    position: absolute;
    width: 50%;
    max-width: 100%;
    background-position-y: 30%;
    margin-top: -3vh;
    z-index: -1;
    right: 4vh;
}

.img-InfoSeo img {
    border-radius: 0.2rem;
    width: 100%;
    height: 130vh;
    position: relative;
    object-fit: cover;
    display: block;
    margin: auto;
}

.cont-info-Seo span {
    color: #5d42d3;
    padding-right: 1vh;
}

/* ============================================================== */
/* Prll */
.Prllax {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 35rem;
}

.parallax1 {
    background-image: url('/multimedia/img/Conferencia-Gp3.jpg');
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attach: fixed;
    background-position: 50% 50%;
}

.con-prllax {
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    left: 150px;
}

.con-prllax span {
    letter-spacing: .125rem;
    font-family: 'IBM Plex Sans', 'sans-serif';
    font-weight: 700;
    letter-spacing: .125rem;
    font-size: .95rem;
    color: #fff;
}

.heading-txt {
    text-align: center;
    font-family: 'Oswald';
    font-size: 2.5rem;
    color: #fff;
}

.heading-txt span {
    font-family: 'Oswald';
    font-size: 2.5rem;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    letter-spacing: 1px;
    background-image: linear-gradient(202deg, #f4b803, #ff9500);
}

.mg-l {
    margin-right: 1.2vh;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}


.cont-prllax {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: block;
    margin: auto;
}

.btn-heading {
    font-family: 'IBM Plex Sans', 'sans-serif';
    margin-left: 19vh;
    color: #fff;
    background-color: var(--amarillo);
    border-color: var(--amarillo);
    text-transform: uppercase;
    line-height: 1.5;
    padding: 15px 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 500px) {
    .con-prllax {
        position: absolute;
        top: 6%;
        left: 2px;
    }

}

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

    .heading-txt,
    .heading-txt span {
        font-size: 2.5rem;
    }

    .txt-prllax {
        text-align: left;
    }
}

@media (min-width: 360px) {
    .con-prllax {
        top: 7%;
        left: 15px;
    }

    .txt-prllax {
        padding: 0px 9px 0 0px;
    }

    .cont-prllax {
        margin-left: 0;
    }

    .heading-txt {
        text-align: left;
        padding: 0;
    }

    .btn-heading {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .cont-prllax {
        flex-direction: column;
    }

    .cont_prllax {
        flex-direction: column;
    }

    .Prllax {
        min-height: 38rem;
    }
}

@media (min-width: 411px) {
    .con-prllax {
        top: 7%;
        left: 15px;
    }

    .txt-prllax {
        padding: 4px 23px 0 10px;
    }

    .cont-prllax {
        margin-left: -42px;
    }

    .heading-txt {
        text-align: left;
        padding: 0px 25px;
    }

    .btn-heading {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .cont-prllax {
        flex-direction: column;
    }

    .cont_prllax {
        flex-direction: row;
    }

    .Prllax {
        min-height: 35rem;
    }
}

@media (min-width: 576px) {
    .con-prllax {
        top: 7%;
        left: 15px;
    }

    .txt-prllax {
        padding: 10px 122px 0 26px;
    }

    .cont-prllax {
        margin-left: 3px;
    }

    .heading-txt {
        text-align: left;
        padding: 0px 25px;
    }

    .btn-heading {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .cont-prllax {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .con-prllax {
        top: 18%;
        left: 15px;
    }

    .txt-prllax {
        padding: 10px 71px 0 44px;
    }

    .cont-prllax {
        margin-left: 3px;
    }

    .heading-txt {
        text-align: left;
        padding: 0px 37px;
    }

    .btn-heading {
        margin-left: 15px;
        margin-bottom: 0;
    }

    .cont-prllax {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .con-prllax {
        top: 18%;
        left: 15px;
    }

    .txt-prllax {
        padding: 10px 68px;
    }

    .cont-prllax {
        margin-left: -119px;
    }

    .heading-txt {
        text-align: left;
        padding: 0 65px;
    }

    .btn-heading {
        margin-left: 19vh;
    }

    .Prllax {
        min-height: 22rem;
    }
}

@media (min-width:1200px) {
    .mgl-pr {
        margin-left: 0;
    }

    .con-prllax {
        top: 23%;
        left: 0;
    }

    .txt-prllax {
        margin-left: 50px;
        margin-right: 70px;
    }

    .cont-prllax {
        margin-left: 50px;
    }

    .heading-txt {
        text-align: center;
        padding: 0 10px;
    }

    .Prllax {
        min-height: 22rem;
    }
}

@media (min-width:1400px) {
    .con-prllax {
        top: 22%;
        left: 0;
    }

    .txt-prllax {
        margin-left: 110px;
        margin-right: 143px;
    }

    .mgl-pr {
        margin-left: 75px;
    }

    .cont-prllax {
        margin-left: -18px;
    }

    .Prllax {
        min-height: 22rem;
    }
}

/* ================================================ */
/* contCards */
.infoCard-seo{
    padding-right: 10px;
}
.card-body{
    background-color: #f5f5f5 !important;
}
.info-sectionCard{
    font-family: 'Oswald';
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-top: 25vh;
}
.info-sectionCard h3{
    font-size: 3.5rem;
    line-height: 1.5;
    text-align: left;

}
.info-sectionCard span{
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #674cdb;
}
.line{
    margin-top: -1vh;
    width: 60%;
    border-bottom: 3px solid var(--amarillo);
    margin-left: 3vh;
    visibility:visible;
}
.line:hover{
    visibility: hidden;
}


svg.text-warning .color-background {
    fill: #ff9500;
}
svg.text-warning .color-foreground {
    fill: #8f52f1;
}

.cont--Red {
    background: #c0c0c025;
    margin-top: 1px;
}

.cont__card--Red {
    text-align: left;
    padding: 40px;
    z-index: 99;
    margin-top: -10px;
}

.text__card--red h5 {
    font-size: 50px;
    color: #674cdb;
    font-family: 'IBM Plex Sans', 'sans-serif';
    font-weight: 900;
    margin-top: 10px;
}

.text__card--red ul {
    list-style: unset;
    margin-left: -15px;
    color: var(--morado3);
}

.text__card--red li {
    font-size: 18px;
    line-height: 4.7vh;
}

.Cont-card-Red {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.cont_No-Red {
    z-index: -1;
    text-align: left;
}

.cont_No-Red p {
    font-size: 140px !important;
    font-family: 'IBM Plex Sans', 'sans-serif';
    font-weight: bold;
    color: #5921b4;
    text-shadow: 10px 1px 6px #281c5e73;
    background: transparent;
    margin-left: -17px;
    transition-duration: .9s;
}

.cont_No-Red p:hover {
    padding: 0 10px;
    color: var(--morado7);
}

.line-cont-r {
    border-bottom: 3px solid var(--morado7);
    width: 50px;
    margin-top: -30px;
}

@media (min-width: 768px) {
    .text__card--red h5 {
        font-size: 39px;
        font-weight: 900;
        margin-top: 10px;
        margin-left: -33px;
    }

    .text__card--red ul {
        list-style: unset;
        margin-left: -43px;
    }
}

@media (min-width: 992px) {
    .text__card--red h5 {
        font-size: 50px;
        font-weight: 900;
        margin-top: 10px;
        margin-left: -22px;
    }

    .text__card--red ul {
        list-style: unset;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .text__card--red h5 {
        font-size: 50px;
        font-weight: 900;
        margin-top: 10px;
        margin-left: 0px;
    }
}
/* ========================================= */
/* info-Ser-Seo */
.Cont-img-Seo{
    border: none !important;
}
.category{
    font-family: 'IBM Plex Sans', 'sans-serif';
    font-size: 18px;
    line-height: 1.6rem;
}
.category span{
    color: #674cdb;
}

.description span{
    color: #455a64;
}
.card-description p{
    line-height: 5vh;
}