/* General Styling */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "metropolis", sans-serif;
    color: #464646;
    background: #fff;
}

a {
    text-decoration: none;
}

h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
}

h2 {
    font-size: 48px;
    line-height: 55px;
}

h3 {
    margin: 1em 0;
    font-weight: 600;
    font-size: 23px;
    line-height: 18px;
    /* identical to box height, or 78% */
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.right-col,
.left-col {
    width: 50%;
}


/* Fonts REMOVIDO POR COLiSION CON LOS DEMÁS HTML

@font-face {
    font-family: "metropolis";
    src: url("./fonts/Metropolis-Regular.otf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "metropolis";
    src: url("./fonts/Metropolis-Light.otf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "metropolis";
    src: url("./fonts/Metropolis-SemiBold.otf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "metropolis";
    src: url("./fonts/Metropolis-Bold.otf");
    font-style: semibold;
    font-weight: 600;
}
 */

/* Special Styles */

.gradient {
    background: linear-gradient( 90deg, #ff15ab -1.32%, #ff20a7 4.81%, #ff3f9b 15.02%, #ff7088 28.29%, #ff7d83 31.36%, #d175a4 43.61%, #5f62f8 70.16%, #5560ff 72.2%, #00aaa8 100.79%), #464646;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Sections */

.main {
    /*max-width: 1440px;*/
    min-width: 100%;
    margin: 0 auto;
}

header {
    position: relative;
    width: 100%;
}

.login-page-proyectos {
    float: right;
    width: 40%;
    padding-right: 5%;
    display: flex;
    justify-content: flex-end;
    background: white;
}

.login-page-proyectos a:hover {
    border: none;
}

.login-page-proyectos .btn-primary {
    margin: 0 2em;
}

.login-page-proyectos a {
    color: #ff3f9b !important;
    margin: 0;
    padding: 0;
}


/* tags section */

.tags {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.tagsbox {
    padding-top: 0px;
}

.tag {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin: 1em;
    width: 127px;
    height: 30px;
}

.red {
    background: #ff7d83;
    color: white;
}

.blue {
    background: #5560ff;
    color: white;
}

.violet {
    background: #ad80ce;
    color: white;
}

.emerald {
    background: #13aaa1;
    color: white;
}

.red-outline {
    background: white;
    border: 2px solid #ff7d83;
    color: #ff7d83;
}

.red-outline:hover {
    background: #ff7d83;
    border: 2px solid #ff7d83;
    color: #ffffff;
}

.red-outline-active {
    background: #ff7d83;
    border: 2px solid #ff7d83;
    color: #ffffff;
}

.blue-outline {
    background: white;
    border: 2px solid #5560ff;
    color: #5560ff;
}

.blue-outline:hover {
    background: #5560ff;
    border: 2px solid #5560ff;
    color: #ffffff;
}

.blue-outline-active {
    background: #5560ff;
    border: 2px solid #5560ff;
    color: #ffffff;
}

.violet-outline {
    background: white;
    border: 2px solid #ad80ce;
    color: #ad80ce;
}

.violet-outline:hover {
    background: #ad80ce;
    border: 2px solid #ad80ce;
    color: #FFFFFF;
}

.violet-outline-active {
    background: #ad80ce;
    border: 2px solid #ad80ce;
    color: #FFFFFF;
}

.emerald-outline {
    background: white;
    border: 2px solid #13aaa1;
    color: #13aaa1;
}

.emerald-outline:hover {
    background: #13aaa1;
    border: 2px solid #13aaa1;
    color: #ffffff;
}

.emerald-outline-active {
    background: #13aaa1;
    border: 2px solid #13aaa1;
    color: #ffffff;
}


/* Productos */

.productos {
    background: #0c243a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: -20 !important;
    padding-top: 160px;
    padding-bottom: 50px;
}

.productos p {
    font-family: "Inter", sans-serif;
}

.card-container {
    position: relative;
    background-image: url("../img/Proyectos/Dots.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    margin-top: 50px;
}

.card {
    display: flex;
    width: 870px;
    background: #ffffff;
    box-shadow: 0px 4px 63px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 464px;
    margin: 2em auto;
    overflow: hidden;
}

.card .right-col {
    background: #F2F2F2;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card .right-col .text-container {
    display: flex;
    font-size: 15px;
    color: #464646;
    align-items: center;
}

.card .right-col .text-container img {
    margin-right: 0.5em;
}

.shape-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 25%;
    display: flex;
    justify-content: space-between;
    border: 1px solid red;
    padding: 0 10%;
    z-index: -10;
}

.shape-container3 {
    position: absolute;
}

.shape-container4 {
    position: absolute;
}

.shape11 {
    left: 2em;
    top: 0;
}

.shape12 {
    right: 2em;
    top: 0;
}

.bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    bottom: 0;
}

.card .left-col {
    padding: 2em;
    color: #464646;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.card .left-col h4 {
    font-size: 40px;
    margin-bottom: 0.5em;
}

.text-red {
    color: #ff7d83;
}

.text-blue {
    color: #5560ff;
}

.text-violet {
    color: #ad80ce;
}

.text-emerald {
    color: #13aaa1;
}

.card .left-col ul {
    display: block;
    list-style-type: disc !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
}

.card .left-col ul li {
    list-style-type: disc !important;
}

.tag-small {
    height: 37px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: white;
    margin: 0.1em 0.5em;
    padding: 0 1em;
}

.card .left-col .tags {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card .left-col p {
    margin-bottom: 0.5em;
}

#openmodalVideo1 {
    cursor: pointer;
}

#openmodalVideo2 {
    cursor: pointer;
}

#openmodalVideo3 {
    cursor: pointer;
}

#openmodalVideo4 {
    cursor: pointer;
}

.bgcolor-white {
    background-color: #FFF;
}

.zindex-top {
    z-index: 999;
}

.titile-container {
    margin-bottom: 20px;
}

.shape_proyectos_1 {
    position: absolute;
    margin-left: -50px;
}

.shape_proyectos_white_1 {
    position: absolute;
    bottom: 0;
    margin-left: 200px;
}

.shape_proyectos_2 {
    position: absolute;
    margin-left: -70px;
    margin-top: 7em;
}

.shape_proyectos_white_2 {
    position: absolute;
    bottom: -1em;
    margin-left: -200px;
}

.shape_proyectos_3 {
    position: absolute;
    right: 11em;
    bottom: 3em;
    margin-top: 7em;
}

.shape_proyectos_white_3 {
    position: absolute;
    bottom: -2em;
    margin-left: 100px;
}

.shape_proyectos_4 {
    position: absolute;
    bottom: 0;
    margin-left: -50px;
}

.shape_proyectos_white_4 {
    position: absolute;
    left: 11em;
    margin-top: 9em;
}

.iframes-videos {
    width: 784px;
}


/* Discount */

.discount {
    display: flex;
    align-items: center;
    background: #242424;
    justify-content: center;
    color: white;
    max-width: 100%;
    background-image: url("../img/Proyectos/bg_oferta.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.discount_content {
    display: flex;
    align-items: center;
    padding: 2.5em;
    color: white;
    justify-content: center;
}

.discount .text-container {
    width: 260px;
    text-align: center;
    margin: 0 1em;
    display: flex;
    justify-content: center;
}

.discount .text-container:first-child {
    text-align: right;
}

.discount .text-container h4 {
    font-size: 35px;
}

.text-container-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 1em;
}

.text-container-column p:first-child {
    font-size: 24px;
}

.text-container-column p:nth-child(2) {
    font-size: 18px;
    color: white;
}

.text-container-column p:nth-child(3) {
    font-size: 16px;
    color: grey;
}

.discount .btn-section {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cotizador {
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: center;
    align-items: center;
    padding: 5%;
    text-align: center;
    max-width: 1440px;
    margin: auto;
}

.cotizador .title-container-creators {
    margin-bottom: -1em;
}

.cotizador .title-container {
    margin-bottom: -1em;
}

.cotizador-container {
    display: flex;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding: 0 5%;
    font-family: "Inter", sans-serif;
}

.cotizador-container .left-col h2 {
    font-size: 48px;
    color: #ff3f9b;
}

.cotizador-container .left-col .small {
    font-size: 30px;
}

.cotizador-container .right-col {
    display: flex;
}

.cotizador-container .right-col .left-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.cotizador-container .right-col .right-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.cotizador-container .right-col .left-col p:first-child {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.cotizador-container .right-col .right-col p:first-child {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.selector-container {
    display: flex;
    justify-content: center;
    border: 0.769231px solid #bfbfbf;
    height: 30px;
    overflow: hidden;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    width: 300px;
    margin: 0 auto;
}

.middle {
    justify-content: center;
    border-left: 0.769231px solid #bfbfbf;
    border-right: 0.769231px solid #bfbfbf;
    padding: 0 1em;
    text-align: center;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.left,
.right {
    display: flex;
    align-items: center;
    padding: 0;
    height: 30px;
    width: 100%;
    justify-content: center;
    white-space: nowrap;
}

.left {
    padding: 0 1em;
}

.right {
    background: white;
    color: #464646;
    padding: 0 1em;
}

.right:hover {
    background: #FF3F9B;
    color: white;
}

.middle:hover {
    background: #FF3F9B;
    color: white;
}


/* Select Pack */

.select-pack-content {
    background: #F2F2F2;
    max-width: 100%;
}

.select-pack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #F2F2F2;
    padding: 1%;
    font-family: 'Inter', sans-serif;
    max-width: 1440px;
    margin: auto;
}

.select-pack .oferta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-pack .oferta .green {
    background-image: url("../img/Proyectos/rectangle.png");
    color: white;
    padding: 1em;
    margin: 1em;
    width: 70%;
    border-radius: 8px;
    text-align: left;
    padding-left: 30px;
}

.select-pack-content-creators {
    background: #FFF;
    max-width: 100%;
}

.select-pack-creators {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFF;
    padding: 1%;
    font-family: 'Inter', sans-serif;
    max-width: 1440px;
    margin: auto;
}

.select-pack-creators .oferta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-pack-creators .oferta .green {
    background-image: url("../img/Proyectos/rectangle.png");
    color: white;
    padding: 1em;
    margin: 1em;
    width: 70%;
    border-radius: 8px;
    text-align: left;
    padding-left: 30px;
}

.boxes-oferta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.oferta-box {
    background: #0C243A;
    padding: 2em 1em 1em 1em;
    color: white;
    position: relative;
    border-radius: 16px;
    text-align: left;
    width: 260px;
    margin: 1em;
    border: 3px transparent;
}

.border-red {
    border: 3px solid #FF3F9B !important;
    border-radius: 16px !important;
}

.border-transparent {
    border: 3px solid #FF7D83 !important;
    border-radius: 16px;
}

.border-blue {
    border: 3px solid #5560FF;
    border-radius: 16px;
}

.border-violet {
    border: 3px solid #A26EC7;
    border-radius: 16px;
}

.border-emerald {
    border: 3px solid #00FFF0;
    border-radius: 16px;
}

.oferta-box .bar {
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 12px 12px 0 0;
}

.oferta-box .title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    font-size: 24px;
}

.oferta-box .text-container {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0.5em;
}

.oferta-box .text-container img {
    margin-right: 0.5em;
}

.oferta-box .btn-primary {
    margin: 2em auto 1em auto;
}

.select-pack .btn-primary {
    margin: 1em auto;
    width: 300px;
}

.oferta-box .btn-primary {
    width: 150px;
    margin: 1em auto;
}


/* pay box */

.pay {
    background: white;
    padding: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pay-box {
    width: 260px;
    text-align: center;
}

.pay-box h5 {
    font-size: 16px;
    margin-bottom: 1em;
}

.pay-box p {
    font-size: 14px;
}

.pay-box a {
    color: #0c243a;
}


/* Footer */

footer {
    background-color: #0c243a;
    padding: 2em 5% 0.5em 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "Inter", sans-serif;
}

footer a img {
    margin: 1em 0;
}

.footer-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.footer-menu a {
    color: white;
    margin: 1em;
    font-weight: 300;
    font-size: 14px;
}

footer a:hover {
    opacity: 0.5;
}

.footer-submenu {
    display: flex;
    border-top: 1px solid white;
    margin-top: 1em;
}

footer .footer-submenu .left-col .submenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .footer-submenu .left-col {
    width: 70%;
}

footer .footer-submenu .left-col .submenu a {
    margin: 0 0.5em;
    font-size: 14px;
    color: white;
}

footer .footer-submenu .left-col .submenu a:nth-child(2) {
    text-decoration: underline;
}

footer .footer-submenu .left-col .submenu a:nth-child(3) {
    text-decoration: underline;
}

footer .footer-submenu .left-col .submenu a:nth-child(4) {
    text-decoration: underline;
}

footer .footer-submenu .right-col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-col .redes {
    margin: 0 1em !important;
}

/* Buttons */

.btn-primary {
    background: #ff3f9b;
    font-size: 13px;
    height: 41px;
    padding: 0;
    margin-top: 1em;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-weight: 600;
    border-radius: 4px;
    border: none;
}

.btn-primary a {
    color: white;
    margin-left: 0.5em;
}

.btn-white:hover {
    opacity: 0.7;
}

.btn-primary:hover {
    background: #ff15ab;
}

.btn-white {
    background: white;
    font-size: 13px;
    height: 41px;
    padding: 0;
    margin-top: 1em;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    margin: 1em auto;
}

.btn-white a {
    color: #ff3f9b;
    margin-left: 0.5em;
}

.btn-primary a {
    color: white;
    margin-left: 0.5em;
}

.login-page-proyectos .btn-primary {
    background: #ff3f9b;
    font-size: 13px;
    height: 41px;
    padding: 0;
    margin-top: 1em;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-weight: 600;
    border-radius: 4px;
    border: none;
}

.login-page-proyectos .btn-primary:hover {
    background: #ff84bf;
}

.btn-secondary {
    width: 143.14px;
    height: 44.04px;
    background: #0092d6;
    border-radius: 6.29168px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    margin: 0 0.5em;
}

.btn-secondary:hover {
    opacity: 0.5;
}

.btn-link {
    display: flex;
    align-content: center;
    color: #3e8ce8;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.btn-link img {
    margin-left: 0.5em;
}

.btn-link:hover {
    opacity: 0.5;
}

.btn-outline {
    width: 143.14px;
    height: 44.04px;
    border: 1px solid #0092d6;
    background: white;
    border-radius: 6.29168px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0092d6;
    font-weight: bold;
    margin: 0 0.5em;
}

.btn-disable {
    background: #efefef;
    font-size: 16px;
    height: 41px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
    border-radius: 4px;
    border: none;
}


/* PACKS CHECKSBOX */

.box-selected {
    background: #FF3F9B;
    color: #FFFFFF;
}

.boxes-oferta-container-selected {
    margin-top: 0px;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 35%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 3px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 10px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #FF3F9B;
    border-color: #FF3F9B;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.green-hexagons {
    background-repeat: no-repeat !important;
    background-position-x: right !important;
}

@media screen and (max-width: 950px) {
    .shape_proyectos_white_1 {
        position: absolute;
        bottom: 0;
        margin-left: 40px;
    }
    .shape_proyectos_2 {
        position: absolute;
        margin-top: 7em;
    }
    .shape_proyectos_white_2 {
        position: absolute;
        bottom: -1em;
        margin-left: -200px;
    }
    .shape_proyectos_3 {
        position: absolute;
        bottom: 3em;
        margin-top: 7em;
    }
    .shape_proyectos_white_3 {
        position: absolute;
        bottom: -2em;
        margin-left: 100px;
    }
    .shape_proyectos_4 {
        position: absolute;
        bottom: 0;
        margin-left: -50px;
    }
    .shape_proyectos_white_4 {
        position: absolute;
        left: 0em;
        margin-top: 9em;
    }
    .select-pack .oferta .green {
        background-image: url("../img/Proyectos/rectangle.png");
        color: white;
        padding: 1em;
        margin: 1.5em;
        width: 100%;
        border-radius: 8px;
        text-align: left;
        background-repeat: no-repeat !important;
    }
    .iframes-videos {
        width: 275px;
    }
}

@media screen and (max-width: 1060px) {
    .discount_content {
        min-width: 100%;
        justify-content: center;
        flex-direction: column;
        background-image: none;
    }
    .discount {
        background-image: url("../img/Proyectos/bg_oferta.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -424px;
    }
    .discount .text-container h4 {
        text-align: center;
    }
}
