@font-face {
    font-family: fontsystem-litt;
    src: url("../assets/fonts/Litt/LITT____.woff") format("woff");
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.button_join_new {
    /*background-color: #4545C6;*/
    background-image: url('imgs/ButtonJoinNow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 25px;
    padding: 15px 25px;
    text-decoration: none;
    color: #000;
    font-family: fontsystem-litt;
    height: 95px;
    width: 200px;
    display: block;
    line-height: 85%;
}

.button_join_new:hover {
    color: #000;
}


body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans';
    letter-spacing: 0px;
    color: #1C1C1C;
    text-transform: none;
    background: #FFFFFF;
}


.header_img {
    border: 0;
    width: 100%;
    padding: 0;

}

.header_text {
    border: 1px solid #D9D9D9;
    opacity: 1;
    color: #1C1C1C;
    background: #FFF0BC;
    width: 100%;
    padding: 0;
    text-transform: capitalize;
}

.header_text_list {
    width: 100%;
    padding: 10px
}

.header_text_row {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

    .header_text_list:after, .header_text_row:before {
        display: table;
        content: " ";
    }

    .header_text_row::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 900px) {
    .header_text_row {
        font-size: 13px;
    }
}






.header_logo_nologin {
    width: 100%;
    background: #FFFFFF;
}

.header_logo_login {
    width: 100%;
    background: #FFFFFF;
    display: none;
}


.header_logo_desktop {
    height: 150px;
    width: 100%;
    background: #FFFFFF;
    visibility: visible;
    display: block;
}

.header_logo_mobile {
    height: 0px;
    width: 0px;
    background: #FFFFFF;
    visibility: hidden;
    display: none;
}

@media (max-width: 900px) {

    .header_logo_desktop {
        height: 0px;
        width: 0px;
        background: #FFFFFF;
        visibility: hidden;
        display: none;
    }

    .header_logo_mobile {
        height: 80px;
        width: 100%;
        background: #FFFFFF;
        visibility: visible;
        display: block;
    }
}



.button_1 {
    background-color: #4545C6;
    border-radius: 25px;
    border: 1px solid #4545C6;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 4px 25px;
    text-decoration: none;
    color: #ffffff;
}

    .button_1:hover {
        color: #ffffff;
    }

.button_2 {
    background-color: #ffffff;
    border-radius: 25px;
    border: 1px solid #4545C6;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 4px 25px;
    text-decoration: none;
    color: #4545C6;
}

.button_3 {
    background-color: transparent;
    border-radius: 25px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 4px 10px;
    text-decoration: none;
    color: #4545C6;
}



.button_11 {
    background-color: #FF9D00;
    border-radius: 25px;
    border: 1px solid #FF9D00;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 6px 25px;
    text-decoration: none;
    color: #000;
}

.button_11:hover {
        color: #000;
}


.header_tabs {
    background: #fff;
    width: 100%;
}
.header_tab {
    font-size: 22px;
    background: #FFF0BC;
    padding: 10px 30px;
    color: #4545C6;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #4545C6;
    float: left;
    text-decoration: none;
}
.header_tab_select {
    font-size: 22px;
    background: #4545C6;
    padding: 10px 30px;
    color: #fff;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #4545C6;
    float: left;
    text-decoration: none;
}
.header_tab_inicial {   
    border-radius: 0px 12px 0px 0px;   
    padding-left:50px;
}

.header_tab:hover {
    color: #4545C6;
    text-decoration: underline;
}

.header_tab_select:hover {
    color: #fff;
    text-decoration: underline;
}


@media (max-width: 900px) {
    .header_tab {
        font-size: 15px;
        border-radius: 8px 8px 0px 0px;
        border: 1px solid #4545C6;
    }
    .header_tab_select {
        font-size: 15px;
        border-radius: 8px 8px 0px 0px;
        border: 1px solid #4545C6;
     }
    .header_tab_inicial {
        border-radius: 0px 8px 0px 0px;
        padding-left: 50px;
    }
}


    .header_menu {
        width: 100%;
        background: #4545C6;
    }

    .header_menu_desktop {
        height: 60px;
        width: 100%;
        background: #4545C6;
        visibility: visible;
        display: block;
    }

    .header_menu_menu {
        float: left;
        height: 100%;
        width: 680px;
        visibility: visible;
        display: block;
    }

    .header_menu_search {
        float: right;
        height: 100%;
        margin-right: 10px;
        visibility: visible;
        display: block;
    }

    /*
.header_menu_mobile {
    height: 0px;
    width: 0px;
    background: #4545C6;
    visibility: hidden;
    display: none;
}

.button_menu {
    background-color: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

    .button_menu:hover {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 5px;
    }*/







    /* The navigation menu */
    .navbar_menu {
        overflow: hidden;
        background-color: transparent;
        width: 100%;
        height: 100%;
    }


    /* The subnavigation menu */
.subnav_menu {
    float: left;
    overflow: hidden;
    height: 100%;
    /*margin: 0 10px;*/
    padding: 15px 6px;
    /*width: 33.33%;*/
}

        /* Subnav button */
        .subnav_menu .subnavbtn_menu {
            font-size: 15px;
            border: none;
            outline: none;
            color: white;
            background-color: inherit;
            font-weight: bold;
            font-family: 'Noto Sans';
            margin: 0;
            /*height: 100%;*/
            padding: 4px 10px;
            background: #FFA031;
            border: 1px solid #F7824E;
            border-radius: 10px;
            color: #14216C;
        }

        /* Add a red background color to navigation links on hover */
        .subnav_menu:hover .subnavbtn_menu {
            /*background-color: #4545C6; */
            background: #FFA031;
            text-decoration: underline;
            text-underline-offset: 5px;
        }

    /* Style the subnav content - positioned absolute */
    .subnav-content_menu {
        display: none;
        position: absolute;
        left: 0;
        background-color: transparent;
        /*width: 600px; */
        width: 100%;
        z-index: 100;
        color: #ffffff;
    }

    .subnav-content_menu_col {
        background-color: #4545C6;
        color: #ffffff;
        font-size: 14px;
    }

    .menu_a_title {
        font-size: 15px;
        text-decoration: none; /*underline;*/
        color: #fff;
    }

    .menu_a_item {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        margin-top: 7px;
        display: inline-block;
    }

    .menu_a_all {
        font-size: 15px;
        text-decoration: none;
        color: #fff;
    }

    .menu_a_title:hover {
        color: #fff;
    }

    .menu_a_item:hover, .menu_a_all:hover {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 2px;
    }


    /* When you move the mouse over the subnav container, open the subnav content */
    /*
.subnav_menu:hover .subnav-content_menu {
    display: block;
}
*/


@media (max-width: 900px) {

    .header_menu_menu {
        float: left;
        height: 100%;
        width: 100%;
        visibility: visible;
        display: block;
    }

    .header_menu_search {
        height: 0px;
        width: 0px;
        visibility: hidden;
        display: none;
    }

    .subnav_menu .subnavbtn_menu {
        font-size: 12px;
    }

    /* .header_menu_desktop {
        height: 0px;
        width: 0px;
        background: #4545C6;
        visibility: hidden;
        display: none;
    }

    .header_menu_mobile {
        height: 50px;
        width: 100%;
        background: #4545C6;
        visibility: visible;
        display: block;
    }

    .button_menu {
        font-size: 13px;
    }
      */
}






    .container_search {
        /*margin: 200px auto;*/
        width: 350px;
        /*height: 50px*/
    }

    /* The point of this tutorial is here */
    .form_search {
        display: flex;
        flex-direction: row;
    }

    .search-field {
        width: 100%;
        padding: 5px 35px 5px 15px;
        border: none;
        border-radius: 100px;
        outline: none;
        font-size: 15px;
    }

        .search-field::placeholder {
            color: #000;
            font-size: 14px;
        }

    .search-button {
        background: transparent;
        border: none;
        outline: none;
        margin-left: -33px;
    }

        .search-button img {
            width: 16px;
            height: 16px;
            object-fit: cover;
        }







    .content_welcome {
        width: 100%;
        background: #fff;
        padding: 0;
    }

    .list_category {
        width: 100%;
        padding: 20px
    }


    .row_list_category {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none; /* Firefox */
    }

        .row_list_category:after, .row_list_category:before {
            display: table;
            content: " ";
        }

        .row_list_category::-webkit-scrollbar {
            display: none;
        }




    .list_category > .row_list_category > .col_list_5 {
        display: inline-block;
        float: none;
        padding: 10px
    }


    .col_list_5 {
        color: white;
        font-size: 24px;
        min-width: 160px;
        width: 19.4%;
    }
    /*
.col_list_5:nth-child(2n+1) {
			background: green;
		}

.col_list_5:nth-child(2n+2) {
	background: black;
}*/

    .card_list {
        width: 100%;
        background: transparent;
        display: block;
        outline: none;
        position: relative;
        border: 1px solid #000;
        border-radius: 15px;
        padding-bottom: 40px;
    }

        .card_list img {
            width: 100%;
            border-radius: 15px 15px 0px 0px;
        }

        .card_list video {
            width: 100%;
            border-radius: 15px 15px 0px 0px;
        }

        .card_list span {
            position: absolute;
            display: block;
            width: 100%;
            bottom: 10px;
            padding: 2px;
            background: #fff;
            border-radius: 0px 0px 15px 15px;
            color: #000;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
        }

    /* .card_list span a {
            color: #000;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
        }

            .card_list span a:hover {
                color: #000;
                font-size: 15px;
                font-weight: bold;
                text-decoration: underline;
            }*/
    @media (max-width: 900px) {
        .card_list span {
            font-size: 15px;
        }
    }




    .content_featured_cards {
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .video_featured_cards {
        width: 70%;
        max-width: 600px;
    }

    @media (max-width: 900px) {
        .video_featured_cards {
            width: 100%;
            max-width: 100%;
        }
    }



    .content_meet {
        width: 100%;
        background: #FFF0BC;
        padding: 0;
    }



    .carousel {
        /*min-width: 900px;
  max-width: 1236px;*/
        width: 100%;
        /*margin-left: auto;
  margin-right: auto;*/
        /*padding-left: 48px;
  padding-right: 48px;*/
        position: relative;
    }

    .carousel__activator {
        display: none;
    }

    .carousel__controls {
        display: none;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        right: 0px; /*16px;*/
        left: 0px; /*16px;*/
        bottom: 0;
    }

        .carousel__controls:first-of-type {
            justify-content: flex-end;
        }

        .carousel__controls:last-of-type {
            justify-content: flex-start;
        }

    .carousel__control {
        cursor: pointer;
        display: flex;
        align-items: center;
        background-color: #4545C6;
        color: #3d414a;
        border-radius: 4px;
        /*border-radius: 100%;*/
        box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
        font-size: 20px;
        height: 36px;
        justify-content: center;
        transition: 0.3s all;
        width: 36px;
        z-index: 1;
        padding: 10px;
    }

        .carousel__control:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

    .carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
        display: flex;
    }

    .carousel__activator:nth-of-type(1):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
        display: flex;
    }

    .carousel__activator:nth-of-type(2):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
        display: flex;
    }

    .carousel__activator:nth-of-type(3):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    .carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
        display: flex;
    }

    .carousel__activator:nth-of-type(4):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }

    .carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
        display: flex;
    }

    .carousel__activator:nth-of-type(5):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-400%);
        transform: translateX(-400%);
    }

    .carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
        display: flex;
    }

    .carousel__activator:nth-of-type(6):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-500%);
        transform: translateX(-500%);
    }

    .carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
        display: flex;
    }

    .carousel__activator:nth-of-type(7):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }

    .carousel__activator:nth-of-type(8):checked ~ .carousel__controls:nth-of-type(8) {
        display: flex;
    }

    .carousel__activator:nth-of-type(8):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-700%);
        transform: translateX(-700%);
    }

    .carousel__activator:nth-of-type(9):checked ~ .carousel__controls:nth-of-type(9) {
        display: flex;
    }

    .carousel__activator:nth-of-type(9):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-800%);
        transform: translateX(-800%);
    }

    .carousel__activator:nth-of-type(10):checked ~ .carousel__controls:nth-of-type(10) {
        display: flex;
    }

    .carousel__activator:nth-of-type(10):checked ~ .carousel__screen
    .carousel__track {
        -webkit-transform: translateX(-900%);
        transform: translateX(-900%);
    }






    .carousel__screen {
        overflow: hidden;
        margin: 0px;
    }

    .carousel__track {
        font-size: 0;
        transition: all 0.3s ease 0s;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none; /* Firefox */
    }

        .carousel__track::-webkit-scrollbar {
            display: none;
        }

    .carousel__item {
        display: inline-flex;
        /*padding-left: 16px;
  padding-right: 16px;*/
        vertical-align: top;
        white-space: normal;
        min-width: 200px; /*ADD*/
        width: 20%;
    }
    /*
.carousel__item--desktop-in-1 {
  width: 100%;
}

.carousel__item--desktop-in-2 {
  width: 50%;
}

.carousel__item--desktop-in-3 {
  width: 33.3333333333%;
}

.carousel__item--desktop-in-4 {
  width: 25%;
}

.carousel__item--desktop-in-5 {
  width: 20%;
}*/



    .demo-content {
        color: #4545C6;
        /*display: flex;*/
        font-size: 14px;
        /*font-family: Helvetica;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 56px;*/
        /*height: 250px;*/
        width: 100%;
        background-color: transparent;
        margin: 25px;
    }
    /*
.carousel__item:nth-child(1) .demo-content {
  background-color: #216485;
}

.carousel__item:nth-child(2) .demo-content {
  background-color: #3692b6;
}

.carousel__item:nth-child(3) .demo-content {
  background-color: #6fccc9;
}

.carousel__item:nth-child(4) .demo-content {
  background-color: #a6e3cf;
}

.carousel__item:nth-child(5) .demo-content {
  background-color: #aff0be;
}

.carousel__item:nth-child(6) .demo-content {
  background-color: #527059;
}

.carousel__item:nth-child(7) .demo-content {
  background-color: #243127;
}
.carousel__item:nth-child(8) .demo-content {
  background-color: #243127;
}
.carousel__item:nth-child(9) .demo-content {
  background-color: #243127;
}
.carousel__item:nth-child(10) .demo-content {
  background-color: #243127;
}*/



    .carousel__title {
        color: #4545C6;
        font-weight: bold;
        font-size: 15px;
    }


        .carousel__title a {
            text-decoration: none;
            color: #4545C6;
            font-weight: bold;
            font-size: 15px;
        }

            .carousel__title a:hover {
                text-decoration: underline;
            }

    @media (max-width: 900px) {
        .carousel__title a {
            font-size: 13px;
        }

        .carousel {
            padding-left: 0;
            padding-right: 0;
        }

        .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
            display: none;
        }

        .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
            -webkit-transform: none;
            transform: none;
        }

        .carousel__screen {
            margin-left: 0;
            margin-right: 0;
        }

        .carousel__track {
            overflow-x: auto;
            width: auto;
            /*padding-left: 48px;
    padding-right: 48px;*/
        }
        /*
	.carousel__item--tablet-in-1 {
	width: 90%;
	}
	.carousel__item--tablet-in-2 {
	width: 45%;
	}
	.carousel__item--tablet-in-3 {
	width: 30%;
	}
*/
    }

    @media screen and (max-width: 650px) {
        .carousel__track {
            padding-left: 0;
            padding-right: 0;
        }

        /* .carousel__item--mobile-in-1 {
    width: 90%;
  }
  .carousel__item--mobile-in-2 {
    width: 45%;
  }
  .carousel__item--mobile-in-3 {
    width: 30%;
  }*/
    }



    .button_play {
        background-color: #ffffff;
        border-radius: 25px;
        border: 1px solid #4545C6;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 12px;
        padding: 4px 20px;
        text-decoration: none;
        color: #4545C6;
    }

        .button_play:hover {
            background-color: #4545C6;
            border-radius: 25px;
            border: 1px solid #4545C6;
            display: inline-block;
            cursor: pointer;
            font-family: 'Noto Sans';
            font-size: 12px;
            padding: 4px 20px;
            text-decoration: none;
            color: #ffffff;
        }

    /* .button_play .contract {
        display: none;
    }

    .button_play:hover .expand {
        display: none;
    }

    .button_play:hover .contract {
        display: block;
    }*/










    .content_cards {
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .card_shadow {
        /* Add shadows to create the "card" effect */
        box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        border-radius: 10px; /* 5px rounded corners */
        margin: 10px;
        background: #fff;
    }

        /* On mouse-over, add a deeper shadow */
        .card_shadow:hover {
            box-shadow: 0 10px 18px 0 rgba(0,0,0,0.2);
        }

    /* Add some padding inside the card container */
    .card_shadow_container {
        height: 115px;
        position: relative;
    }

    /* Add rounded corners to the top left and the top right corner of the image */
    .card_shadow_img {
        border-radius: 10px 10px 0 0;
        width: 100%;
    }



    .card_shadow_container_1 {
        width: 100%;
        visibility: visible;
        position: absolute;
        padding: 20px 14px;
    }


    .card_shadow_title {
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        min-height: 50px;
    }

    .card_shadow_views {
        margin-top: 5px;
        font-size: 11px;
        font-weight: normal;
        width: 100%
    }

    .card_shadow_container_2 {
        background: white;
        opacity: 0;
        transform: translateX(0); /*100%*/
        transition: all 1s ease;
        position: absolute;
        padding: 20px 14px;
    }

    .card_shadow_description {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        max-height: 80px;
        overflow: auto;
    }

    .card_shadow_container:hover .card_shadow_container_2 {
        opacity: 1;
        transform: translateX(0);
        height: auto;
    }

    .card_shadow_container:hover .card_shadow_container_1 {
        visibility: hidden;
    }





    .footer_chicken {
        background: #434ABF;
        width: 100%;
    }

    .button_4 {
        background-color: transparent;
        border-radius: 25px;
        border: 1px solid #ffffff;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 14px;
        padding: 4px 25px;
        text-decoration: none;
        color: #fff;
        width: 100%;
        max-width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .button_4:hover {
            color: #fff;
        }


    .button_5 {
        background-color: #fff;
        border-radius: 25px;
        border: 1px solid #4545C6;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 14px;
        padding: 4px 25px;
        text-decoration: none;
        color: #434ABF;
        width: 100%;
        max-width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .button_5:hover {
            color: #434ABF;
        }

    .button_6 {
        background-color: transparent;
        border: 0;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 13px;
        text-decoration: none;
        color: #fff;
        width: 100%;
        text-align: left;
    }

        .button_6:hover {
            color: #fff;
        }

    @media (max-width: 960px) {
        .button_6 {
            text-align: center;
        }
    }



    .modal-content-login {
        background-color: #DBE2FE !important;
        border-radius: 1rem;
    }

    .modal-header-login {
        background-image: url('imgs/login_1.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        height: 90px;
        align-items: flex-start;
        border-bottom: 0px;
    }

    .modal-dialog-mobil-header {
        margin-top: 0;
    }

    .modal-content-mobil-header {
        border-radius: 0 0 15px 15px;
        background: #DDDDDD;
    }

    .modal-header-mobil-header {
        border-bottom: 0px;
    }


    .modal-content-register {
        background-color: #DBE2FE !important;
        border-radius: 1rem;
        background-image: url('imgs/register_1.png');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }

    .modal-header-register {
        height: 70px;
        align-items: flex-start;
        border-bottom: 0px;
    }


    .modal-content-join {
        background-color: #DBE2FE !important;
        border-radius: 1rem;
    }

    .modal-header-join {
        background-image: url('imgs/join_1.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        height: 80px;
        align-items: flex-start;
        border-bottom: 0px;
    }

    .modal-content-membership {
        background-color: #DBE2FE !important;
        border-radius: 1rem;
    }

    .modal-header-membership {
        height: 60px;
        align-items: flex-start;
        border-bottom: 0px;
    }



    .modal-content-thankyou {
        background-color: #DBE2FE !important;
        border-radius: 1rem;
    }

    .modal-header-thankyou {
        height: 40px;
        align-items: flex-start;
        border-bottom: 0px;
    }

    .modal-content-signlogin {
        background-color: #DBE2FE !important;
        border-radius: 1rem;
    }

    .modal-header-signlogin {
        height: 40px;
        align-items: flex-start;
        border-bottom: 0px;
    }


    .input-login {
        padding: 8px 8px;
        font-size: 13px;
        border-width: 1px;
        border-color: #fff;
        background-color: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-radius: 8px;
        width: 100%;
    }

        .input-login:focus {
            outline: none;
        }

    .label-login {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        padding: 6px 0px;
    }

    .form-dialog-login {
        margin: 0px 80px;
    }

    .label-login-checkbox {
        font-size: 12px;
        color: #000;
    }




    .input-join {
        padding: 4px 6px;
        font-size: 14px;
        border-width: 1px;
        border-color: #fff;
        background-color: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-radius: 8px;
        width: 100%;
    }

        .input-join:focus {
            outline: none;
        }

    .label-join {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        padding: 6px 0px;
    }

    .label-join-checkbox {
        font-size: 10px;
        color: #000;
    }


    .input-billing {
        padding: 4px 6px;
        font-size: 14px;
        border-width: 1px;
        border-color: #fff;
        background-color: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-radius: 8px;
        width: 100%;
    }

        .input-billing:focus {
            outline: none;
        }

    .label-billing {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        padding: 6px 0px;
    }



    .button_7 {
        background-color: transparent;
        border: 0;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 14px;
        color: #4545C6;
        width: 100%;
        text-align: left;
        margin-top: 8px;
    }

    .button_8 {
        background-color: #fff;
        border-radius: 25px;
        border: 1px solid #4545C6;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 15px;
        padding: 4px 25px;
        text-decoration: none;
        color: #434ABF;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 5px;
        text-align: center;
    }

    .button_9 {
        background-color: transparent;
        border: 0;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 12px;
        color: #000;
        width: 100%;
        text-align: right;
        margin-top: 8px;
        text-decoration: none;
        font-weight: bold;
    }

    .button_10 {
        background-color: transparent;
        border: 0;
        display: inline-block;
        cursor: pointer;
        font-family: 'Noto Sans';
        font-size: 12px;
        color: #4545C6;
        width: 100%;
        text-align: left;
        margin-top: 8px;
        font-weight: bold;
    }


    @media (max-width: 900px) {
        .form-login {
            margin: 0px 20px;
        }
    }


    .content_about {
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .content_about_item {
        background-color: #e8e8e8;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 6px;
        border: 1px lightgrey solid;
        font-size: 13px;
    }

        .content_about_item p {
            font-size: 14px;
        }


    .content_testimonial {
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .content_testimonial_item {
        background-color: #e8e8e8;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 6px;
        border: 1px lightgrey solid;
        font-size: 13px;
    }

        .content_testimonial_item p {
            font-size: 14px;
        }



    .content_animatedcard_1 {
        width: 100%;
        background: #F0F0F0;
        padding: 0;
    }

    .content_animatedcard_2 {
        width: 100%;
        background: #DBE2FF;
        padding: 0;
    }

    .div_plan {
        width: 100%;
        border: 1px #000 solid;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
    }


    .content_send_card {
        width: 100%;
        background: #FFF;
        padding: 0;
    }



    .accordion-item-rubber {
        margin: 10px;
        border: 0;
    }

    .accordion-button-rubber {
        border: 1px solid #000;
        background: #EDF0FD;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .accordion-body-rubber {
        border: 1px solid #000;
        border-top: 1px solid #fff;
    }




    .accordion-button-rubber:focus {
        border-color: #000;
        box-shadow: none;
    }

    .accordion-button-rubber:not(.collapsed) {
        border: 1px solid #000;
        background: #EDF0FD;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

        .accordion-button-rubber:not(.collapsed)::after, .accordion-button-rubber::after {
            background-image: none;
        }






    .accordion-button-rubber-selected {
        border: 1px solid #000;
        background: #4545C6 !important;
        font-size: 15px;
        font-weight: bold;
        color: #fff !important;
    }

        .accordion-button-rubber-selected:focus {
            border-color: #000;
            box-shadow: none;
            color: #fff !important;
            background: #4545C6 !important;
        }








    .input-general {
        padding: 8px 8px;
        font-size: 13px;
        border-width: 1px;
        border-color: #e8e8e8;
        background-color: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-radius: 4px;
        width: 100%;
    }

        .input-general:focus {
            font-size: 13px;
            border-width: 1px;
            border-color: #e6e6e6;
            outline: none;
            box-shadow: 0 0 0 0 #76abd9;
        }

    .k-textbox {
        padding: 8px 8px;
        font-size: 13px;
        border-width: 1px;
        border-color: #e8e8e8;
        background-color: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-radius: 4px;
        width: 100%;
        height: 2.8em !important;
    }

        .k-textbox:focus {
            font-size: 13px;
            border-width: 1px;
            border-color: #e6e6e6;
            outline: none;
            box-shadow: 0 0 0 0 #76abd9;
        }


    .content_login {
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .content_recovery_password {
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .content_join {
        width: 100%;
        background: #DBE2FF;
        padding: 0;
    }

    .content_payment {
        width: 100%;
        background: #DBE2FF;
        padding: 0;
    }



    .menu_account {
        width: 100%;
        /*height: 140px;*/
        padding: 10px;
        background: #EDF0FD;
        font-size: 20px;
        font-weight: bold;
        /*text-align: center;
    vertical-align: middle;
    line-height: 140px;*/
        cursor: pointer;
        position: relative;
        padding-bottom: 75%;
    }

    .submenu_account {
        width: 110px;
        /*background: #FFFF00;*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    }




    .hidden-for-small-down {
        display: block;
    }


    @media (max-width: 900px) {
        .hidden-for-small-down {
            display: none;
        }

        .menu_account {
            width: 90%;
            height: 50px;
            padding: 10px;
            background: #EDF0FD;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            line-height: 30px;
            cursor: pointer;
        }

        .submenu_account {
            width: 100%;
            /*background: #FFFF00;*/
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }


    .square {
        /*float:left;
    position: relative;*/
        width: 100%;
        padding-bottom: 75%; /* = width for a 1:1 aspect ratio */
        margin: 0;
        background: #ccc;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; /* you change this to "contain" if you don't want the images to be cropped */
        border-radius: 10px 10px 0 0;
    }



    .modal-content-copy-url {
        background-image: url('imgs/login_4.png'), url('imgs/login_3.png');
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right center;
        background-size: 80px, 50px;
    }



















/* print cards */


.pc_content_choose {
    width: 100%;
    background: #fff;
    padding: 0;
}

.pc_content_how_work {
    width: 100%;
    background: #F7F7FD;
    padding: 0;
}

.card_print_shadow {
    border: 1px solid rgba(0,0,0,0.1);
    background-color: white;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-radius: 5px;
    margin: 10px;
    
}

.card_print_shadow_img {
    /*padding: 10px;*/
    width: 100%;
    padding-bottom: 70%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /* you change this to "contain" if you don't want the images to be cropped */
    border-radius: 0px 0px 0 0;
    
}

.card_print_shadow_text {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #0A147C;
    padding: 8px;
    text-align: center;
}


.pc_content_cards_light {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
}

.pc_content_cards_dark {
    width: 100%;
    background: #F7F7FD;
    padding: 0;
}




.button_pc_1 {
    background-color: #FFF;
    border-radius: 25px;
    border: 1px solid #A9A9E3;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 20px;
    padding: 6px 30px;
    text-decoration: none;
    color: #0A147C;
    font-weight: bold;
}

    .button_pc_1:hover {
        color: #0A147C;
    }


.button_pc_2 {
    background-color: #F7F7FE;
    border-radius: 25px;
    border: 1px solid #A9A9E3;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 20px;
    padding: 6px 30px;
    text-decoration: none;
    color: #0A147C;
    font-weight: bold;
}

    .button_pc_2:hover {
        color: #0A147C;
    }



.print_card_principal {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-radius: 5px;
    margin: 10px;
    padding: 12px 2px;
}

.print_card_content_img {
    height: 60%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    text-align: center;
}

    .print_card_content_img:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }

.print_card_imagen {
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    color: transparent;
    
}


.card_print_shadow_content_img {
    height: 60%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .card_print_shadow_content_img:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }



.print_card_content_title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #47474A;
    padding: 1px;
    text-align: center;
    margin-top:15px;
}

    .print_card_content_title > a {
        font-size: 14px;
        font-weight: bold;
        color: #47474A;
        text-decoration: none;
    }

        .print_card_content_title > a:hover {
            font-size: 14px;
            font-weight: bold;
            color: #47474A;
            text-decoration: underline;
        }

.print_card_content_subtitle {
    width: 100%;
    font-size: 12px;
    color: #47474A;
    padding: 1px;
    text-align: center;
   
}

    .print_card_content_subtitle > a {
        font-size: 12px;        
        color: #47474A;
        text-decoration: none;
    }

        .print_card_content_subtitle > a:hover {
            font-size: 12px;            
            color: #47474A;
            text-decoration: underline;
        }


.favorite-toggle {
    /* text-align: right; */
    display: block;
    /* width: 100%; */
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 4px;
    cursor:pointer;
}

.img-favorite:hover {
    opacity: 0.7;
}

.img-favorite {
    width: 20px;
    opacity: 0.2;
}
a.active > .img-favorite, a.active > .img-favorite:hover {
    opacity: 1;
}

.button_pc_3 {
    background-color: #E2E2FD;
    border-radius: 25px;
    border: 1px solid #AEAECE;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 26px;
    padding: 6px 30px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

    .button_pc_3:hover {
        color: #000;
    }

.modal-content-login-print {
    background-color: #DBE2FE !important;
    border-radius: 1rem;
}
.modal-header-login-print {
    border: 0;
    padding:0;
}
.btn-close-login-print {
    margin: 0 !important;
}

.label-login-print {
    font-size: 13px;
    font-weight: bold;
    color: #010A51;
    padding: 16px 0px 0px 0px;
}

.form-dialog-login-print {
    margin: 0px 0px;
}

.label-login-print-checkbox {
    font-size: 13px;
    font-weight: bold;
    color: #010A51;
}

.link-login-print {
    font-size: 13px;
    font-weight: bold;
    color: #010A51;   
    text-decoration:none;
}


.button_print_1 {
    background-color: #0013D7;
    border-radius: 8px;
    border: 1px solid #0A147C;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 4px 25px;
    text-decoration: none;
    color: #ffffff;
}

    .button_print_1:hover {
        color: #ffffff;
    }


.button_print_2 {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 4px 25px;
    text-decoration: none;
    color: #4545C6;
}

    .button_print_2:hover {
        color: #4545C6;
    }


.input-join-print {
    padding: 8px 8px;
    font-size: 14px;
    background: #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 5px;
    width: 100%;
    border: 0px solid #fff;
}

    .input-join-print:focus {
        outline: none;
        border: 0px solid #fff;
    }



.legend_print {
    border: 0px;
    margin-left: 1em;
    padding: 0px 10px;
    float: none;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    color: #4545C6;
    font-weight:bold;
}

.fieldset_print {
    border: 2px #4545C6 solid;
    border-radius: 5px;
    margin-bottom: 25px;
    text-align: left;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

/* A4 : 21cm x 29.7cm  , vertical/2 : (  14.85 x 21 ) 
   carta : 18.2 cm x 25.7 cm , vertical/2 (12.85 x 18.2) horizontal/2 (18.2 x 12.85)
*/
.print_card_preview_vertical {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 300px;
}
.print_card_content_preview_vertical {
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .print_card_content_preview_vertical:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 141.63%;
    }

.print_card_preview_horizontal {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 422.047px;
}

.print_card_content_preview_horizontal {
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .print_card_content_preview_horizontal:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 70.6%;
    }


/*
.print_card_imagen_preview {
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    color: transparent;
}*/






.print_card_lienzo_text_50 {
    background: #ade3fe;
    border: 3px dashed #6dc9f7;
    height: calc(50% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% 0%;
}

.print_card_lienzo_text_100 {
    background: #ade3fe;
    border: 3px dashed #6dc9f7;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

    .print_card_option_preview {
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-radius: 5px;
    margin: 10px;
    padding: 12px 2px;
    width: 100%;
    max-width: 350px;
}