@font-face {
    font-family: "Sommet";
    src: url("../fonts/SommetBlack.woff") format("woff"), url("../fonts/SommetBlack.woff2") format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Sommet";
    src: url("../fonts/SommetHeavy.woff") format("woff"), url("../fonts/SommetHeavy.woff2") format("woff2");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: "Sommet Rounded";
    src: url("../fonts/Sommet_rounded.woff") format("woff"), url("../fonts/Sommet_rounded.woff2") format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Themix";
    src: url("../fonts/TheMixExtraLightPlain.woff") format("woff"), url("../fonts/TheMixExtraLightPlain.woff2") format("woff2");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "Themix";
    src: url("../fonts/TheMix-Plain.woff") format("woff"), url("../fonts/TheMix-Plain.woff2") format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Themix";
    src: url("../fonts/TheMixBold-Plain.woff") format("woff"), url("../fonts/TheMixBold-Plain.woff2") format("woff2");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "Themix-caps";
    src: url("../fonts/TheMix-Caps.woff") format("woff"), url("../fonts/TheMix-Caps.woff2") format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Themix-caps";
    src: url("../fonts/TheMixSemiBoldCaps.woff") format("woff"), url("../fonts/TheMixSemiBoldCaps.woff2") format("woff2");
    font-style: normal;
    font-weight: 500
}

.text-large,
.text-normal,
.text-small {
    font-family: "Themix"
}

.text-large {
    font-size: 20px
}

.text-normal {
    font-size: 14px
}

.text-small {
    font-size: 12px
}

.menu {
    font-family: "Themix";
    font-size: 24px;
    font-weight: 600;
    color: #d93466
}

h1,
h2,
h6 {
    font-family: "Sommet";
    color: #868686
}

h3,
h5,
p {
    font-family: "Themix";
    color: #868686
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 30px
}

h4 {
    font-family: "Sommet Rounded";
    font-size: 24px;
    color: #4d4c4c;
    font-weight: 400
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 16px;
    color: #4d4c4c
}

p {
    font-size: 20px
}

.contenidos {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 100px 0 50px
}

.contenidos p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Themix-caps"
}

.contenidos h2 {
    color: #7c0064
}

.contenidos p,
.contenidos h2,
.contenidos .btns-container {
    position: relative
}

.contenidos p a,
.contenidos h2 a,
.contenidos .btns-container a {
    position: relative;
    width: 100%;
    background-color: #efefef;
    border-radius: 5px;
    height: 100px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "Sommet Rounded"
}

.contenidos p a img,
.contenidos h2 a img,
.contenidos .btns-container a img {
    width: 100%;
    height: 73px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    mix-blend-mode: multiply
}

.contenidos p a p,
.contenidos h2 a p,
.contenidos .btns-container a p {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #7c0064
}

.contenidos p a:hover,
.contenidos h2 a:hover,
.contenidos .btns-container a:hover {
    background-color: #7c0064
}

.contenidos p a:hover img svg,
.contenidos h2 a:hover img svg,
.contenidos .btns-container a:hover img svg {
    fill: #efefef
}

.contenidos p a:hover p,
.contenidos h2 a:hover p,
.contenidos .btns-container a:hover p {
    color: #efefef
}

.contenidos #circle-container {
    display: flex;
    position: relative
}

.contenidos #circle-container div {
    position: absolute
}

.contenidos #circle-container div .circle_1,
.contenidos #circle-container div .circle_2,
.contenidos #circle-container div .circle_3,
.contenidos #circle-container div .circle_4,
.contenidos #circle-container div .circle_5 {
    position: relative
}

.contenidos #circle-container div .circle_1 {
    right: 267px;
    top: 61px;
    width: 242px;
    height: 242px
}

.contenidos #circle-container div .circle_2 {
    right: 175px;
    top: -2px;
    width: 86px;
    height: 86px
}

.contenidos #circle-container div .circle_3 {
    right: 138px;
    bottom: 97px;
    width: 284px;
    height: 284px
}

.contenidos #circle-container div .circle_4 {
    top: 85px;
    right: -58px;
    width: 145px;
    height: 145px
}

.contenidos #circle-container div .circle_5 {
    right: 13px;
    width: 324px;
    height: 940px;
    bottom: 298px
}

@media(min-width: 768px) {
    .contenidos {
        height: 500px;
        padding: 180px 0 0
    }

    .contenidos p {
        font-size: 16px
    }

    .contenidos h2 {
        font-size: 43px
    }

    .contenidos #circle-container {
        display: flex;
        position: relative
    }

    .contenidos #circle-container div {
        position: absolute
    }

    .contenidos #circle-container div .circle_1,
    .contenidos #circle-container div .circle_2,
    .contenidos #circle-container div .circle_3,
    .contenidos #circle-container div .circle_4,
    .contenidos #circle-container div .circle_5 {
        position: relative
    }

    .contenidos #circle-container div .circle_1 {
        right: 766px;
        top: 211px;
        width: 700px;
        height: 700px
    }

    .contenidos #circle-container div .circle_2 {
        right: 446px;
        top: 20px;
        width: 250px;
        height: 250px
    }

    .contenidos #circle-container div .circle_3 {
        right: 302px;
        bottom: 123px;
        width: 600px;
        height: 600px
    }

    .contenidos #circle-container div .circle_4 {
        top: 149px;
        right: -105px;
        width: 420px;
        height: 420px
    }

    .contenidos #circle-container div .circle_5 {
        right: 98px;
        width: 729px;
        height: 940px;
        bottom: 156px
    }

    .contenidos p,
    .contenidos h2,
    .contenidos .btns-container {
        position: relative;
        z-index: 2
    }
}

.contenidos .btns-container {
    width: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media(min-width: 576px) {
    .contenidos .btns-container {
        flex-direction: row;
        justify-content: space-between
    }
}

.circles-container {
    width: 400px;
    height: 400px;
    position: relative;
    left: -109px;
    z-index: -1
}

.circles-container .grey-circle {
    width: 100%;
    height: 100%;
    border-radius: 237px;
    background-color: rgba(239, 239, 239, .65);
    position: relative;
    bottom: 200px
}

.circles-container .white-circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 1;
    left: 50px;
    top: 14px;
    transform: rotate(-42deg)
}

.first-content {
    position: relative;
    z-index: 2
}

.first-content h2 {
    color: #d93466;
    font-family: "Themix";
    font-weight: bold;
    font-size: 31px;
    color: #d93466;
    margin-bottom: 0
}

.first-content h6 {
    background-color: #d93466;
    color: #fff;
    width: 154px;
    padding-left: 5px;
    font-size: 13px
}

.first-content p {
    margin-top: 50px
}

main .redes-container {
    width: 100%;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 5px
}

main .redes-container .icon {
    padding: 6px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    align-items: center;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 3px;
    background: #efefef
}

main .redes-container .icon svg:not(:root).svg-inline--fa {
    border: none;
    width: 22px;
    height: 22px
}

main .redes-container .icon:hover {
    background: #d93466
}

main .redes-container .icon:hover svg:not(:root).svg-inline--fa {
    border: none;
    color: #fff
}

main .redes-container a h6 {
    margin: 0 5px !important;
    padding-top: 3px
}

main .redes-container.violet .icon:hover {
    background: #7c0064
}

main .needs-validation {
    padding: 30px 15px 20px;
    border-radius: 5px
}

main .needs-validation h6 {
    color: #2eb6cc;
    font-size: 17px
}

main .needs-validation fieldset {
    width: 96%
}

main .needs-validation fieldset label {
    font-family: "themix";
    font-weight: 500;
    color: #868686;
    display: inline-flex;
    font-size: 90%;
    margin: 8px 0 4px
}

main .needs-validation fieldset svg {
    color: #2eb6cc;
    font-size: 120%;
    margin-left: 4px;
    width: 25px
}

main .needs-validation fieldset .form-control::-moz-placeholder {
    color: #868686
}

main .needs-validation fieldset .form-control::placeholder {
    color: #868686
}

main .needs-validation fieldset .form-control {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-family: "themix";
    margin: 0 0 18px;
    padding: 9px 15px 7px
}

main .needs-validation fieldset .form-control:hover,
main .needs-validation fieldset .form-control:focus {
    outline: none;
    box-shadow: none
}

main .needs-validation fieldset input[type=checkbox] {
    display: inline-flex;
    margin-right: 10px
}

main .needs-validation fieldset label {
    display: inline-flex;
    max-width: calc(100% - 25px)
}

main .needs-validation fieldset .btn-container {
    margin: 20px 0 0
}

main .needs-validation fieldset .btn-container input[type=submit] {
    width: 100%;
    font-size: 1rem;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-family: "themix"
}

main .needs-validation fieldset .btn-container input[type=submit]:hover,
main .needs-validation fieldset .btn-container input[type=submit]:focus {
    outline: none;
    box-shadow: none
}

main .needs-validation fieldset .with-errors {
    color: red;
    position: absolute;
    padding: 0 5px;
    margin-top: -18px;
    font-size: .625rem;
    text-transform: uppercase;
    font-family: "Themix-caps"
}

main .needs-validation.blue fieldset h6 {
    color: #2eb6cc
}

main .needs-validation.blue fieldset svg {
    color: #2eb6cc
}

main .needs-validation.blue fieldset .form-control:hover,
main .needs-validation.blue fieldset .form-control:focus {
    border: 1px solid #2eb6cc;
    color: #2eb6cc
}

main .needs-validation.blue fieldset .btn-container input[type=submit] {
    background-color: #2eb6cc
}

main .needs-validation.blue fieldset .btn-container input[type=submit]:hover,
main .needs-validation.blue fieldset .btn-container input[type=submit]:focus {
    background-color: #11899d
}

main .needs-validation.violet fieldset svg {
    color: #7c0064
}

main .needs-validation.violet fieldset svg {
    color: #7c0064
}

main .needs-validation.violet fieldset .form-control:hover,
main .needs-validation.violet fieldset .form-control:focus {
    border: 1px solid #7c0064;
    color: #7c0064
}

main .needs-validation.violet fieldset .btn-container input[type=submit] {
    background-color: #7c0064
}

main .needs-validation.violet fieldset .btn-container input[type=submit]:hover,
main .needs-validation.violet fieldset .btn-container input[type=submit]:focus {
    outline: none;
    box-shadow: none;
    background-color: #45143c
}

main .pre-container {
    position: relative;
    z-index: 200
}

main .pre-container .pre-title {
    position: relative;
    z-index: -1;
    border: none;
    border-radius: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: flex;
    width: 100%;
    border-bottom: 3px solid #fff
}

main .pre-container .pre-title h6 {
    color: #fff;
    margin: 0;
    padding: 10px 0 8px
}

main .pre-container .pre-title:hover h6 {
    padding-left: 10px
}

main .pre-container .date-info {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #efefef;
    border-bottom: 2px solid #fff
}

main .pre-container .date-info .txt-data {
    width: calc(100% - 180px)
}

main .pre-container .date-info .replacing {
    width: 90px;
    height: 80px;
    padding: 15px 25px
}

main .pre-container .date-info .date,
main .pre-container .date-info .title {
    font-size: 100%;
    line-height: 130%;
    margin: 0
}

main .pre-container.violet {
    border-bottom: 6px solid #7c0064
}

main .pre-container.violet .pre-title {
    background: #7c0064
}

main .pre-container.violet .pre-title:hover {
    background: #a50085
}

main .pre-container.violet .date-info .replacing path,
main .pre-container.violet .date-info .replacing rect,
main .pre-container.violet .date-info .replacing line,
main .pre-container.violet .date-info .replacing circle,
main .pre-container.violet .date-info .replacing ellipse {
    fill: #7c0064;
    stroke: #7c0064
}

main .pre-container.violet .date-info .date {
    color: #7c0064
}

.row.card-group {
    row-gap: 20px
}

.row.card-group .card-container {
    display: flex;
    justify-content: center
}

.row.card-group .card-container .card {
    width: 100%;
    min-height: calc((100vw - 30px)*.5265);
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: rgba(111, 110, 110, .075);
    border: none;
    border-radius: 0;
    display: block;
    text-decoration: none
}

.row.card-group .card-container .card .line {
    width: 20px;
    height: 4px;
    position: relative;
    z-index: 15;
    margin: 5px 0 3px
}

.row.card-group .card-container .card p {
    font-family: "Themix";
    font-weight: 400;
    font-size: 14px;
    color: #d93466;
    position: relative;
    z-index: 20;
    text-transform: uppercase;
    text-decoration: none
}

.row.card-group .card-container .card img {
    width: auto;
    position: absolute;
    height: 50vw;
    bottom: -10px;
    filter: grayscale(1);
    z-index: 13;
    mix-blend-mode: luminosity
}

.row.card-group .card-container .card .circleOne {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    z-index: 2;
    background: rgba(255, 255, 255, .5)
}

.row.card-group .card-container .card .circleTwo {
    position: absolute;
    z-index: 3;
    width: 62.5vw;
    height: 62.5vw;
    border-radius: 32.5vw;
    top: -8.25vw;
    mix-blend-mode: multiply
}

.row.card-group .card-container .card .circleTwo img {
    border-radius: 32.5vw
}

.row.card-group .card-container .card .pink-btn-rounded,
.row.card-group .card-container .card .blue-btn-rounded,
.row.card-group .card-container .card .yellow-btn-rounded,
.row.card-group .card-container .card .violet-btn-rounded,
.row.card-group .card-container .card .white-btn-rounded {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50
}

.row.card-group .card-container .card .pink-btn-rounded button,
.row.card-group .card-container .card .blue-btn-rounded button,
.row.card-group .card-container .card .yellow-btn-rounded button,
.row.card-group .card-container .card .violet-btn-rounded button,
.row.card-group .card-container .card .white-btn-rounded button {
    width: 36px;
    height: 36px;
    font-size: 14px
}

.row.card-group .card-container .card .subtitle {
    position: absolute;
    bottom: 14px;
    z-index: 10;
    width: 75%;
    max-width: 160px;
    text-decoration: none
}

.row.card-group .card-container .card .subtitle h3 {
    font-family: "Themix";
    font-weight: 400;
    font-size: 22px;
    color: #4d4c4c
}

.row.card-group .card-container .card:hover {
    cursor: pointer !important
}

.row.card-group .card-container .card:hover .pink-btn-rounded,
.row.card-group .card-container .card:hover .blue-btn-rounded,
.row.card-group .card-container .card:hover .yellow-btn-rounded,
.row.card-group .card-container .card:hover .violet-btn-rounded,
.row.card-group .card-container .card:hover .white-btn-rounded {
    transform: rotate(90deg)
}

.row.card-group .card-container .card:hover .subtitle {
    padding-left: 10px;
    width: calc(75% + 10px);
    max-width: 180px
}

.row.card-group .card-container .card_1 {
    border-bottom: 6px solid #d93466
}

.row.card-group .card-container .card_1 .p {
    background-color: #d93466
}

.row.card-group .card-container .card_1 p {
    color: #d93466
}

.row.card-group .card-container .card_1 img {
    right: 0
}

.row.card-group .card-container .card_1 .circleOne {
    top: -48px;
    left: -55px
}

.row.card-group .card-container .card_1 .circleTwo {
    right: -8vw;
    background-color: rgba(217, 52, 102, .65)
}

.row.card-group .card-container .card_1:hover {
    background: rgba(217, 52, 102, .25)
}

.row.card-group .card-container .card_2 {
    border-bottom: 6px solid #2eb6cc
}

.row.card-group .card-container .card_2 .b {
    background-color: #2eb6cc
}

.row.card-group .card-container .card_2 p {
    color: #2eb6cc
}

.row.card-group .card-container .card_2 img {
    right: 15px
}

.row.card-group .card-container .card_2 .circleOne {
    top: -40px;
    left: -40px
}

.row.card-group .card-container .card_2 .circleTwo {
    right: -7vw;
    background-color: rgba(158, 227, 239, .65)
}

.row.card-group .card-container .card_2:hover {
    background: rgba(46, 182, 204, .25)
}

.row.card-group .card-container .card_3 {
    border-bottom: 6px solid #f8af15
}

.row.card-group .card-container .card_3 .y {
    background-color: #f8af15
}

.row.card-group .card-container .card_3 p {
    color: #f8af15
}

.row.card-group .card-container .card_3 img {
    right: 25px
}

.row.card-group .card-container .card_3 .circleOne {
    top: -30px;
    left: -70px
}

.row.card-group .card-container .card_3 .circleTwo {
    right: -2.5vw;
    background-color: rgba(248, 175, 21, .7)
}

.row.card-group .card-container .card_3:hover {
    background: rgba(248, 175, 21, .25)
}

.avisosmodal h5 strong {
    font-size: 1.875rem;
    color: #2eb6cc
}

.avisosmodal h5 strong span {
    color: #d93466
}

.avisosmodal h5 small {
    font-size: 70%;
    color: #868686
}

.avisosmodal .modal-header,
.avisosmodal .modal-body {
    padding: 30px;
    border: none
}

.avisosmodal .modal-body {
    padding-top: 5px
}

.avisosmodal .close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 0 7px;
    color: #fff;
    background: #2eb6cc;
    font-weight: 300;
    font-size: 1.5rem
}

.avisosmodal .close.non {
    background: #d93466
}

.avisosmodal .close:hover {
    background: #7c0064
}

.avisosmodal .bot-type {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #d93466;
    margin: 10px auto;
    padding: 8px 15px;
    max-width: 200px
}

@media(min-width: 768px) {
    h5 {
        font-size: 18px
    }

    .row.card-group {
        row-gap: 20px
    }

    .row.card-group .card-container {
        display: flex;
        justify-content: center
    }

    .row.card-group .card-container .card {
        padding: 25px;
        width: 100%;
        min-height: calc((33.33vw - 15px)*1.05)
    }

    .row.card-group .card-container .card p {
        font-size: 12px
    }

    .row.card-group .card-container .card .line {
        margin: 0 0 5px 0
    }

    .row.card-group .card-container .card img {
        height: 22.5vw;
        bottom: 9.5vw
    }

    .row.card-group .card-container .card .circleTwo {
        width: 32vw;
        height: 32vw;
        top: -30px;
        right: -130px
    }

    .row.card-group .card-container .card .subtitle {
        max-width: 116px
    }

    .row.card-group .card-container .card .subtitle h3 {
        font-size: 16px
    }

    .row.card-group .card-container .card:hover .subtitle {
        max-width: 126px
    }

    .row.card-group .card-container .card_1 img {
        right: -2.5vw
    }

    .row.card-group .card-container .card_1 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_2 img {
        right: 0;
        height: 25.5vw;
        bottom: 7.5vw
    }

    .row.card-group .card-container .card_2 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_3 img {
        right: 0
    }

    .row.card-group .card-container .card_3 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_3 .circleTwo {
        right: -14.5vw
    }
}

@media(min-width: 992px) {
    h5 {
        font-size: 22px
    }

    .row.card-group {
        row-gap: 20px
    }

    .row.card-group .card-container {
        display: flex;
        justify-content: center
    }

    .row.card-group .card-container .card {
        padding: 25px;
        width: 100%;
        min-height: calc((33.33vw - 15px)*.9)
    }

    .row.card-group .card-container .card p {
        font-size: 16px
    }

    .row.card-group .card-container .card .line {
        margin: 0 0 9px 0
    }

    .row.card-group .card-container .card img {
        height: 20.5vw;
        bottom: 6.5vw
    }

    .row.card-group .card-container .card .circleTwo {
        width: 30vw;
        height: 30vw;
        top: -50px;
        right: -120px
    }

    .row.card-group .card-container .card .subtitle {
        max-width: 160px
    }

    .row.card-group .card-container .card .subtitle h3 {
        font-size: 22px
    }

    .row.card-group .card-container .card .pink-btn-rounded button,
    .row.card-group .card-container .card .blue-btn-rounded button,
    .row.card-group .card-container .card .yellow-btn-rounded button,
    .row.card-group .card-container .card .violet-btn-rounded button,
    .row.card-group .card-container .card .white-btn-rounded button {
        width: 44px;
        height: 44px;
        font-size: 14px
    }

    .row.card-group .card-container .card:hover .subtitle {
        max-width: 170px
    }

    .row.card-group .card-container .card_1 img {
        right: -2.5vw
    }

    .row.card-group .card-container .card_1 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_2 img {
        right: 0;
        height: 23.5vw;
        bottom: 5.5vw
    }

    .row.card-group .card-container .card_2 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_3 img {
        right: 0
    }

    .row.card-group .card-container .card_3 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_3 .circleTwo {
        right: -120px
    }
}

@media(min-width: 1200px) {
    h5 {
        font-size: 24px
    }

    .row.card-group {
        row-gap: 20px
    }

    .row.card-group .card-container {
        display: flex;
        justify-content: center
    }

    .row.card-group .card-container .card {
        padding: 25px;
        width: 100%;
        min-height: 400px
    }

    .row.card-group .card-container .card p {
        font-size: 16px
    }

    .row.card-group .card-container .card img {
        height: 300px;
        bottom: 70px
    }

    .row.card-group .card-container .card .circleTwo {
        width: 420px;
        height: 420px;
        top: -55px;
        right: -130px
    }

    .row.card-group .card-container .card .subtitle {
        max-width: 189px
    }

    .row.card-group .card-container .card .subtitle h3 {
        font-size: 26px
    }

    .row.card-group .card-container .card .pink-btn-rounded button,
    .row.card-group .card-container .card .blue-btn-rounded button,
    .row.card-group .card-container .card .yellow-btn-rounded button,
    .row.card-group .card-container .card .violet-btn-rounded button,
    .row.card-group .card-container .card .white-btn-rounded button {
        width: 48px;
        height: 48px;
        font-size: 15px
    }

    .row.card-group .card-container .card:hover .subtitle {
        max-width: 199px
    }

    .row.card-group .card-container .card_1 img {
        right: -20px
    }

    .row.card-group .card-container .card_1 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_2 img {
        right: 0;
        height: 330px
    }

    .row.card-group .card-container .card_2 .circleOne {
        top: -48px;
        left: -55px
    }

    .row.card-group .card-container .card_3 img {
        right: 0
    }

    .row.card-group .card-container .card_3 .circleOne {
        top: -48px;
        left: -55px
    }
}

a,
button,
.animar,
.congreso .preinscribe form input[type=submit],
.congreso header nav.menu,
.congreso header,
main .needs-validation fieldset .btn-container input[type=submit],
main .pre-container .pre-title h6,
.row.card-group .card-container .card .pink-btn-rounded,
.row.card-group .card-container .card .blue-btn-rounded,
.row.card-group .card-container .card .yellow-btn-rounded,
.row.card-group .card-container .card .violet-btn-rounded,
.row.card-group .card-container .card .white-btn-rounded,
.row.card-group .card-container .card .subtitle,
.enviar {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    moz-transition: all .5s ease;
    transition: all .5s ease
}

.congreso h3 {
    font-size: 1.875rem;
    color: #45143c;
    font-weight: 700
}

.congreso p {
    font-size: 1rem;
    line-height: 145%;
    font-weight: 300
}

.congreso p strong {
    font-weight: 600;
    color: #e4005b
}

.congreso p .more {
    font-size: 1.25rem;
    color: #45143c
}

.congreso p.destaca {
    font-size: 1.125rem
}

.congreso .intro {
    position: relative;
    background: #7C0064;
    background: linear-gradient(180deg, rgba(124, 0, 100, 1) 0%, rgba(178, 82, 160, 1) 100%);
    border-radius: 0 0 100px 0;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    position: relative;
}

.congreso .intro .circle-misc {
    width: auto;
    height: 25%;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.congreso .intro .circle-misc img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.congreso .intro .circle-misc.circle-misc-top {
    top: 0;
    right: 0;
}

.congreso .intro .circle-misc.circle-misc-bottom {
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.congreso .triangle {
    width: 100px;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    background-color: rgba(178, 82, 160, 1);
}

.congreso .triangle .triangle-inner {
    width: 200px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .congreso .intro {
        border-radius: 0 0 150px 0;
    }

    .congreso .triangle {
        width: 150px;
    }

    .congreso .triangle .triangle-inner {
        width: 300px;
    }

    .congreso .intro .circle-misc {
        height: 45%;
    }
}

.congreso .intro .logoIcon {
    position: absolute;
    width: 90vw;
    height: 90vw;
    top: calc(50vh - 55vw);
    left: 5vw;
    z-index: 2;
    filter: hue-rotate(115deg) brightness(2.25) grayscale(0.2);
    opacity: .35
}

.congreso .intro .misc-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 15vh;
    overflow: hidden
}

.congreso .intro .misc-header img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.congreso .intro .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 20vh 50px 10px
}

.congreso .intro .content .logos {
    width: 90vw;
    max-width: 538px
}

.congreso .intro .content .logos path,
.congreso .intro .content .logos rect {
    fill: #fff !important
}

.congreso .intro .content .logos line {
    stroke: #fff !important
}

.congreso .intro .content .under-image-text {
    font-family: "Themix";
    font-weight: 500;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
    color: #fff
}

.congreso .intro .content .data {
    padding: 20px 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.congreso .intro .content .data .fecha {
    border-radius: 8px;
    background: #fff;
    padding: 6px 15px;
    color: #45143c;
    font-family: "Themix-caps";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 100%
}

.congreso .intro .content .data .place {
    color: #fff;
    font-family: "Themix";
    font-weight: 500;
    padding: 15px;
    font-size: .875rem;
    line-height: 1.125rem;
    text-align: center
}

.congreso .intro .content .preinsc {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 20px);
    max-width: 538px;
    height: 50px;
    background-color: #f8af15;
    color: #45143c;
    font-family: "Sommet";
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.25rem
}

.congreso .intro .content .preinsc:hover {
    background: #45143c;
    color: #f8af15
}

.congreso .intro .content .organiza {
    padding: 30px 0 15px;
    text-align: center
}

.congreso .intro .content .organiza h5 {
    color: #fff;
    font-size: 1rem
}

.congreso .intro .content .organiza .avanza {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    padding: 9px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #45143c;
    text-decoration: none
}

.congreso .intro .content .organiza .avanza:hover {
    background: #45143c;
    color: #fff
}

.congreso .intro .content .organiza .fal {
    width: 90vw;
    max-width: 250px;
    padding: 15px 0 30px
}

.congreso .intro .content .organiza .masinfo {
    color: #f8af15;
    font-weight: 600;
    font-family: "Sommet";
    text-transform: uppercase
}

.congreso header {
    position: fixed;
    width: 100vw;
    z-index: 100;
    background: #f8af15;
    top: -200px;
    z-index: 15
}

.congreso header.fixed {
    top: 0
}

.congreso header .mobile {
    position: relative;
    z-index: 10;
    width: 100vw;
    padding: 13px 20px;
    background: #f8af15
}

.congreso header .mobile .logo {
    width: calc(100% - 50px);
    max-width: 360px;
    height: auto;
    display: flex
}

.congreso header .mobile .logo img {
    width: 100%
}

.congreso header .mobile .cghmb {
    width: 30px
}

.congreso header nav.menu {
    position: absolute;
    width: 100vw;
    top: -600px;
    left: 0;
    right: 30px;
    padding: 80px 10px 20px;
    background: #3f3f3f;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.congreso header nav.menu .menuses {
    color: #45143c;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    font-size: .9375rem;
    width: 100vw;
    height: 30px
}

.congreso header nav.menu .menuses:hover {
    color: #45143c
}

.congreso header nav.menu .menuses.poped {
    background: #45143c;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff
}

.congreso header nav.menu .menuses.poped:hover {
    background: #45143c
}

.congreso header nav.menu.is-active {
    top: 0
}

.congreso article {
    padding: 0;
}

.congreso article .table-responsive-md {
    margin-bottom: 30px
}

.congreso article .table-responsive-md .table {
    min-width: 500px;
    font-family: "Themix";
    font-size: .875rem;
    line-height: 125%;
    font-weight: 300
}

.congreso article .table-responsive-md .table thead th {
    font-size: .75rem;
    font-family: "Themix-caps";
    color: #45143c;
    text-transform: uppercase
}

.congreso article .table-responsive-md .table thead th:first-of-type {
    max-width: 180px
}

.congreso article .table-responsive-md .table tbody th {
    max-width: 180px;
    font-weight: 300
}

.congreso article .table-responsive-md .table tbody .text-end {
    font-family: "Themix-caps";
    font-weight: 500
}

.congreso article .minfo {
    color: #e4005b;
    text-decoration: none;
    font-weight: 600
}

.congreso .congresos ul {
    font-size: 1rem;
    line-height: 145%;
    font-weight: 300;
    color: #868686;
    font-family: "Themix"
}

.congreso .congresos ul li {
    padding: 5px 0
}

.congreso .congresos .tema-bot {
    display: inline-flex;
    flex-flow: row wrap;
    width: 240px;
    height: 48px;
    background: #45143c;
    color: #fff;
    font-family: "Themix";
    font-weight: 600;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.25rem
}

.congreso .congresos .tema-bot:hover {
    background: #e4005b
}

.congreso .preinscribe form {
    font-family: "Themix";
    font-size: 1rem;
    line-height: 125%;
    font-weight: 300
}

.congreso .preinscribe form label,
.congreso .preinscribe form .mailabel {
    font-weight: 400;
    color: #e4005b;
    padding-left: 5px;
    padding-bottom: 3px
}

.congreso .preinscribe form .radios .mailabel {
    margin-bottom: 0
}

.congreso .preinscribe form .radios label {
    color: #868686
}

.congreso .preinscribe form input,
.congreso .preinscribe form select {
    color: #868686;
    position: relative
}

.congreso .preinscribe form input:hover,
.congreso .preinscribe form input:focus,
.congreso .preinscribe form select:hover,
.congreso .preinscribe form select:focus {
    outline: none;
    box-shadow: none;
    color: #e4005b
}

.congreso .preinscribe form input::-moz-placeholder,
.congreso .preinscribe form select::-moz-placeholder {
    color: #868686
}

.congreso .preinscribe form input::placeholder,
.congreso .preinscribe form select::placeholder {
    color: #868686
}

.congreso .preinscribe form input[type=submit] {
    border: none;
    border-radius: 5px;
    background: #fcd379;
    color: #fff;
    padding: 15px 35px 17px;
    display: block;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: .875rem;
    font-family: "Themix-caps"
}

.congreso .preinscribe form input[type=submit]:hover {
    background: #f8af15;
    color: #fff
}

.congreso .preinscribe form .with-errors {
    color: red;
    position: absolute;
    padding: 0 5px;
    margin-top: -2px;
    font-size: .625rem;
    text-transform: uppercase;
    font-family: "Themix-caps"
}

.congreso .preinscribe form .price {
    margin-top: 10px;
    padding: 0;
    background: rgba(63, 63, 63, .1);
    font-family: "Themix";
    font-size: 1rem;
    line-height: 145%;
    color: #3f3f3f;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    opacity: 1
}

.congreso .preinscribe form .price div {
    width: 50%;
    padding: 10px 15px
}

.congreso .preinscribe form .price.hide {
    height: 1px;
    opacity: 0
}

.congreso .preinscribe form .price strong {
    color: #45143c
}

.congreso .preinscribe form .price p {
    text-transform: uppercase;
    font-family: "Themix-caps";
    font-size: .875rem;
    color: #868686;
    margin-bottom: 0
}

.congreso .preinscribe form .price p span {
    font-weight: 500;
    color: #f8af15
}

.congreso .preinscribe form .price p span strong {
    color: #45143c
}

.congreso footer {
    margin-top: 40px;
    background: #45143c;
    padding: 30px;
    height: auto
}

.congreso footer .dir {
    padding-top: 30px;
    color: #fff !important
}

.congreso footer .invita h5 {
    color: #fff;
    font-size: 1rem
}

.congreso footer .invita .fal {
    width: 60%;
    max-width: 240px
}

.congreso footer .logo_foot img {
    width: 80%;
    max-width: 380px
}

.congreso .avisosmodal h5 strong {
    font-size: 1.875rem;
    color: #f8af15
}

.congreso .avisosmodal h5 strong span {
    color: #45143c
}

.congreso .avisosmodal h5 small {
    font-size: 70%;
    color: #868686
}

.congreso .avisosmodal .modal-header,
.congreso .avisosmodal .modal-body {
    padding: 30px;
    border: none
}

.congreso .avisosmodal .modal-body {
    padding-top: 5px
}

.congreso .avisosmodal .close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 0 7px;
    color: #fff;
    background: #f8af15;
    font-weight: 300;
    font-size: 1.5rem
}

.congreso .avisosmodal .close.non {
    background: #45143c
}

.congreso .avisosmodal .close:hover {
    background: #45143c
}

@media(min-width: 768px) {
    .congreso h3 {
        font-size: 2.5rem
    }

    .congreso .intro .misc-header {
        height: 22.5vh
    }

    .congreso .intro .logoIcon {
        width: 65vw;
        height: 65vw;
        top: calc(50vh - 32.5vw);
        left: 17.5vw
    }

    .congreso .intro .content {
        padding: 25vh 50px 10px
    }

    .congreso .intro .content .under-image-text {
        margin-top: 8px;
        padding: 15px 0;
        font-size: 1.5rem;
        line-height: 1.2
    }

    .congreso .intro .content .data {
        flex-flow: row wrap
    }

    .congreso .intro .content .data .place {
        text-align: left;
        font-size: .9375rem;
        padding: 18px 25px 12px
    }

    .congreso header .mobile {
        width: 360px
    }

    .congreso header .mobile .cghmb {
        display: none
    }

    .congreso header .mobile .logo {
        width: 320px;
        margin-top: 5px
    }

    .congreso header nav.menu {
        width: calc(100% - 400px);
        position: relative;
        justify-content: flex-end;
        top: 0;
        right: 30px;
        background: none;
        padding: 0 50px 0 0;
        height: 80px
    }

    .congreso header nav.menu .menuses {
        color: #fff;
        width: auto;
        padding: 0 6px
    }

    .congreso article {
        padding: 0;
    }
}

@media(min-width: 992px) {
    .congreso h3 {
        font-size: 3rem
    }

    .congreso .intro .content {
        padding: 25vh 50px 10px
    }

    .congreso article {
        padding: 0;
    }
}

@media(min-width: 1200px) {
    .congreso .intro .logoIcon {
        width: 720px;
        height: 720px;
        top: calc(50vh - 430px);
        left: calc(50vw - 360px)
    }

    .congreso .intro .circle.one {
        width: 740px;
        height: 740px;
        top: calc(50vh - 450px);
        left: calc(50vw - 1020px)
    }

    .congreso .intro .circle.two {
        width: 1800px;
        height: 1800px;
        top: -1100px;
        left: calc(50vw - 900px)
    }

    .congreso .intro .circle.three {
        width: 950px;
        height: 950px;
        top: calc(50vh - 545px);
        left: calc(50vw - 475px)
    }

    .congreso .intro .circle.five {
        width: 740px;
        height: 740px;
        top: calc(50vh - 450px);
        right: calc(50vw - 1020px)
    }

    .congreso .intro .content {
        padding: 25vh 50px 10px
    }

    .congreso article {
        padding: 0;
    }
}