@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html, body {
    font-size: 14px;
    color: #19110b;
    line-height: 1.4;
}

/*Loader page*/
    .feed-load {
        padding: 25px;
    }

    .feed-load .animated-bg {
        height: 104px;
        overflow: hidden;
        position: relative;
        background: -o-linear-gradient(left, #FAFAF8 0%, #e8e8e8 20%, #FAFAF8 40%, #FAFAF8 100%);
        background: -webkit-gradient(linear, left top, right top, from(#FAFAF8), color-stop(20%, #e8e8e8), color-stop(40%, #FAFAF8), to(#FAFAF8));
        background: linear-gradient(to right, #FAFAF8 0%, #e8e8e8 20%, #FAFAF8 40%, #FAFAF8 100%);
        background-size: 800px 104px;
        -webkit-animation: loading 1s linear infinite forwards;
                animation: loading 1s linear infinite forwards
    }

    @-webkit-keyframes loading {
        0% {
            background-position-x: -800px;
        }
    }

    @keyframes loading {
        0% {
            background-position-x: -800px;
        }
    }

    .feed-load .line-01 {
        background-color: transparent !important;
        border-radius: 50%;
        height: 40px;
        left: -8px;
        top: -8px;
        position: absolute;
        width: 40px;
        border-radius: 0 !important;
    }

    .feed-load .line-02 {
        height: 48px;
        left: 40px;
        right: auto;
        top: 0;
        width: 8px;
        position: absolute;
        border-radius: 0 !important;
    }

    .feed-load .line-04 {
        position: absolute;
        top: 0;
        left: 48px;
        height: 8px;
        right: 0;
        border-radius: 0 !important;
    }

    .feed-load .line-05 {
        position: absolute;
        top: 8px;
        right: 0;
        left: 136px;
        height: 6px;
        border-radius: 0 !important;
    }

    .feed-load .line-06 {
        position: absolute;
        height: 13px;
        right: 0;
        left: 48px;
        top: 13px;
        border-radius: 0 !important;
    }

    .feed-load .line-07 {
        position: absolute;
        top: 26px;
        right: 0;
        left: 100px;
        height: 6px;
        border-radius: 0 !important;
    }

    .feed-load .line-08 {
        position: absolute;
        height: 10px;
        right: 0;
        left: 48px;
        top: 32px;
        border-radius: 0 !important;
    }

    .feed-load .line-09 {
        height: 20px;
        right: 0;
        left: 0;
        position: absolute;
        top: 42px;
        border-radius: 0 !important;
    }

    .feed-load .line-11 {
        position: absolute;
        right: 0;
        top: 62px;
        left: 410px;
        height: 6px;
        border-radius: 0 !important;
    }

    .feed-load .line-12 {
        position: absolute;
        right: 0;
        left: 0;
        height: 13px;
        top: 68px;
        border-radius: 0 !important;
    }

    .feed-load .line-13 {
        position: absolute;
        right: 0;
        top: 81px;
        left: 375px;
        height: 6px;
        border-radius: 0 !important;
    }

    .feed-load .line-14 {
        position: absolute;
        right: 0;
        left: 0;
        height: 13px;
        top: 86px;
        border-radius: 0 !important;
    }

    .feed-load .line-15 {
        position: absolute;
        right: 0;
        top: 98px;
        left: 275px;
        height: 6px;
        border-radius: 0 !important;
    }
/*Loader page*/

/*Loader button*/
    @-webkit-keyframes stretch {
        0% {
            -webkit-transform: scale(0.5);
                    transform: scale(0.5);
            background-color: white;
        }

        50% {
            background-color: white;
        }

        100% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            background-color: white;
        }
    }
    @keyframes stretch {
        0% {
            -webkit-transform: scale(0.5);
                    transform: scale(0.5);
            background-color: white;
        }

        50% {
            background-color: white;
        }

        100% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            background-color: white;
        }
    }

    .btn.btn--loading {
        cursor: wait;
    }

    .btn.btn--loading span.load {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        left: 5px;
        top: -1px;
    }

    .btn.btn--loading span.load b {
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-fill-mode: none;
                animation-fill-mode: none;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-name: stretch;
                animation-name: stretch;
        -webkit-animation-play-state: running;
                animation-play-state: running;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        border-radius: 100%;
        display: block;
        height: 5px;
        margin: 0 1px;
        width: 5px;
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
        margin: 0 5px;
    }

    .btn.btn--loading span.load b:first-child {
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
        margin: 0;
    }

    .btn.btn--loading span.load b:last-child {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
        margin: 0;
    }
/*Loader button*/

/*Scroll*/
    ::-webkit-scrollbar {
        width: 5px;
        height: 3px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #423F3F;
    }
/*Scroll*/

/*General*/
    .container-fluid{
        overflow: hidden;
    }
/*General*/

/*Background*/
    .bg-custom-1{
        background: #00aea6;
    }

    .bg-custom-3 {
        background: #00aea640;
    }

    .bg-custom-2{
        background: #EBEBEB;
    }

    .bg-custom-4{
        background: transparent;
    }

    .bg-carousel{
        min-height: 380px;
        background-size: cover !important;
        background-position: center !important;
    }

    .bg-twitter {
        background-color: #25d366;
    }
/*Background*/

/*Border*/
    .border-custom-1 {
        border-color: #00aea6 !important;
    }

    .border-custom-2{
        border: 1px solid #00aea6;
    }
/*Border*/

/*Header*/
    .flags-select{
        margin-bottom: 2px;
    }

    .dropdown-menu {
        padding: 0.5rem 0;
        border-color: #eae8e4;
        border-radius: 5px;
    }

    .topbar .dropdown-menu {
        border-color: #eae8e4;
        border-radius: 5px;
    }

    .topbar .dropdown-menu .dropdown-item:hover {
        color: #00aea6;
    }

    .zeynep .submenu-header {
        background-color: rgb(96, 179, 80,0.04);
    }

    .zeynep ul > li > a:not(.btn):hover {
        background-color: rgb(96, 179, 80,0.04);
    }

    .topbar .dropdown-menu .dropdown-item {
        font-size: 1em;
        padding: 0.375rem 1.1rem;
    }

    .topbar .dropdown-menu .dropdown-item:hover {
        padding: 0.375rem 1.1rem;
    }

    .dropdown-menu {
        min-width: auto;
    }

    .dropdown-item {
        padding: 0.375rem 0.875rem;
    }

    .site-navigation .dropdown-item:hover, .site-navigation .dropdown-item.active {
        padding-left: 0.875rem;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        color: #00aea6;
        background-color: transparent;
    }

    .list-group .list-group-item {
        font-size: 1em;
    }

    .zeynep ul > li > a:not(.btn) {
        padding: 10px 30px;
    }

    .nav-gray-700 .nav-link {
        color: #000000;
        font-weight: 700;
        font-size: 1.1em;
    }

    .nav-gray-700 .nav-link.active {
        color: #00aea6;
        font-weight: 700;
        border-bottom: 1px solid #00aea6;
    }

    .custom-logo-header{
        margin-bottom: 10px;
        margin-right: 20px;
    }
/*Header*/

/*Button*/
    .btn:focus, .shop_table.cart input.button:focus, .btn.focus, .shop_table.cart input.focus.button {
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .btn-outline-primary:hover {
        background-color: #00aea6;
    }

    .btn-primary {
        background-color: #00aea6;
        border-color: #00aea6;
    }

    .btn-primary:hover {
        background-color: #02968f;
        border-color: #02968f;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        background-color: #02968f;
        border-color: #02968f;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #02968f;
        border-color: #02968f;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #00aea6;
        border-color: #00aea6;
    }

    .modal-header button.close{
        position: absolute;
        right: 6px;
        top: 5px;
        background: #00aea6;
        opacity: 1 !important;
        border-radius: 50%;
        padding: 6px 11px;
        color: white;
        font-size: 20px;
        z-index: 1;
    }
/*Button*/

/*Input*/
    .form-control, .widget-content select, footer .widget select, .widget_search .search-field {
        color: #19110b;
        border: 1px solid #00aea6;
        font-size: 1em;
    }

    .form-control:focus, .widget-content select:focus, footer .widget select:focus, .widget_search .search-field:focus {
        color: #19110b;
    }
/*Input*/

/*Text*/
    a {
        color: #00aea6;
    }

    a:hover {
        color: #00aea6;
    }

    .h-primary:hover {
        color: #00aea6;
    }

    .text-color-custom-1{
        color: #00aea6;
    }

    small, .small {
        font-size: 0.9rem;
    }

    p.text-lh-sm.text-height-2 {
        height: 2.2rem;
    }

    h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
        color: #00aea6;
    }

    .text-success {
        color: #00aea6 !important;
    }

    .text-warning {
        color: #00bcd4 !important;
    }
/*Text*/

/*Product*/
    .products .product__space-primary:hover {
        border-color: #00aea6 !important;
    }

    .price.price-discount{
        position: relative;
        top: -5px;
    }

    .col.col-product-format{
        min-width: 239px;
    }

    .js-pagination.u-slick__pagination{
        display: none;
    }

    .view-information p{
        margin-bottom: 0;
    }

    .view-information li{
        margin-bottom: 3px;
    }
/*Product*/

/*Carrito*/
    .u-sidebar__xl {
        width: 450px;
    }

    .cart-collaterals .shop_table, .woocommerce-checkout-review-order .shop_table {
        font-size: 1em;
    }
/*Carrito*/

/*Custom*/
    .max-width-custom-1{
        max-width: 100px;
    }

    .ql-indent-1{
        margin-left: 20px;
    }

    .cff-1{
        font-family: 'Dancing Script', cursive;
    }
/*Custom*/

/*Footer*/
    footer{
        border-top: 3px solid #00aea6;
    }

    .widgets-hover:hover {
        padding-left: 0;
    }

    .whatsapp-icon{
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
/*Footer*/

/*Responsive*/
    @media screen and (max-width: 991px){
        /*Product*/
            .col.col-product-format {
                min-width: auto;
            }
        /*Product*/
    }

    @media screen and (max-width: 575px){
        /*Carrito*/
            .u-sidebar__xl {
                width: 100%;
            }
        /*Carrito*/

        /*Header*/
            .u-sidebar {
                width: 100%;
            }
        /*Header*/
    }
/*Responsive*/

/*Testimonios*/
    .flickity-prev-next-button.previous {
        left: 10px;
        opacity: .5;
    }

    .flickity-prev-next-button.next {
        right: 10px;
        opacity: .5;
    }

    .flickity-prev-next-button .arrow {
        fill: #999;
    }

    .flickity-prev-next-button {
        background-color: white;
        width: 38px;
        height: 38px;
    }

    .flickity-prev-next-button:hover {
        background-color: white;
    }

    .flickity-prev-next-button svg {
        position: absolute;
        left: 30%;
        top: 35%;
        width: 35%;
        height: 35%;
        color: black;
    }

    .flickity-prev-next-button:active {
        opacity: 1;
    }

    .card {
        width: 100%;
        text-align: left;
        position: relative;
        height: 100%;
        border-radius: 20px;
    }

    .course-item {
        width: 380px;
        padding-right: 1%;
        padding-left: 1%;
        padding-top: 1%;
        padding-bottom: 1%;
        float: left;
    }

    .course-heading {
        font-weight: 500;
        font-size: 12px;
        color: #AAB2BD;
        text-transform: uppercase;
        text-align: center;
    }

    .course-info {
        padding: 10px;
    }

    .course-info img{
        max-width: 40px;
        width: 40px;
        border-radius: 50%;
        background: #f3d177;
        margin-bottom: 0;
        float: left;
        margin-top: 0px;
        margin-right: 10px;
    }

    .course-info p{
        font-size: 13px; 
        line-height: 135%; 
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .course-info .text-testimonial{
        background: #f5f5f5;
        padding: 10px 15px;
        border-radius: 10px;
        color: #333333;
    }

    .course-info .text-testimonial:after{
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-width: 0 0 1px 1px;
        position: absolute;
        bottom: 0px;
        left: 46px;
        top: 53px;
        -webkit-transform: rotateZ(-46deg);
            -ms-transform: rotate(-46deg);
                transform: rotateZ(-46deg);
        z-index: -1;
    }

    .course-info .date{
        font-size: 11px; 
        font-weight: 500; 
        color: #ccc;
    }

    .course-title {
        font-weight: 500;
        font-size: 16px;
    }

    .course-caption {
        position: absolute;
        right: 5%;
        bottom: 5%;
        font-size: 18px;
        color: #AAB2BD;
    }

    .flickity-page-dots{
        display: none;
    }

    .slider-testimonial{
        margin-top: 0;
        margin-bottom: 10px;
        background: white;
    }
/*Testimonios*/

/*Responsivo*/
    @media screen and (max-width: 992px)
    {
        /*Testimonios*/
            .course-item {
                width: 36%;
            }
        /*Testimonios*/
    }

    @media screen and (max-width: 768px)
    {
        /*Testimonios*/
            .course-item {
                width: 55%;
            }

            .slider-testimonial{
                margin-top: 10px;
            }
        /*Testimonios*/
    }

    @media screen and (max-width: 560px)
    {
        /*Testimonios*/
            .course-item {
                width: 90%;
            }
        /*Testimonios*/
    }

    @media screen and (max-width: 481px)
    {
        /*Testimonios*/
            .course-item {
                width: 100%;
            }
        /*Testimonios*/

        /*Header*/
            .custom-logo-header {
                margin-bottom: 0;
                margin-right: 20px;
                width: 55px;
                margin-left: 12px;
            }
        /*Header*/
    }
/*Responsivo*/