#widget_prices {
}
#widget_prices_container {
}
#widget_prices_content {
}
#widget_prices_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*border: solid 1px blue;*/
}
#widget_prices_title {
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*font-size: 3em;*/
    /*font-weight: 500;*/
    color: var(--black);
    /*border: solid 1px blue;*/
}
#widget_prices_explain {
    width: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px blue;*/
}
#widget_prices_plans {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    /*border: solid 1px red;*/
}
.widget_prices_plans {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*border: solid 1px red;*/
}
.widget_prices_plan_box {
    margin: 5px;
    width: 95%;
    /*margin-left: 10px;*/
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 36px;
    background-color: var(--primary-background);
    /*border: solid 1px blue;*/
}
.widget_prices_plan_box:not(:first-child) {
}
.widget_prices_plans_title {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 36px;
    background-color: var(--primary-color);
}
.widget_prices_plans_title_name {
    color: var(--white);
    font-size: 1.7em;
    font-weight: 500;
}
.widget_prices_plans_title_popular {
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--white);
    font-size: 0.8em;
    /*border: solid 1px red;*/
}
.widget_prices_plans_money {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: solid 1px blue;*/
}
.widget_prices_plans_money_figure {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--black);
    /*font-size: 3.5em;*/
    font-weight: 700;
    /*border: solid 1px red;*/
}
.widget_prices_plans_money_figure {
    --element-width: 8vw;
    width: var(--element-width);
    font-size: calc(var(--element-width) / 2);
}
.widget_prices_plans_money_period {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    /*font-weight: 700;*/
}
#widget_prices_plan_visit_free {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    /*border: solid 1px blue;*/
}
.widget_prices_plans_visit {
    margin: 20px 5px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: solid 1px blue;*/
}
.widget_prices_plans_visit_less_than {
    color: var(--black);
    font-size: 0.8em;
    /*border: solid 1px red;*/
}
.widget_prices_plans_visit_figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 1.5em;
    font-weight: 500;
    /*border: solid 1px red;*/
}
.widget_prices_plans_visit_visits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--black);
    /*font-size: 1em;*/
    /*border: solid 1px red;*/
}
#widget_prices_free {
    /*border: solid 1px red;*/
}
#widget_prices_free_title {
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-size: 1.3em;
    /*font-weight: 700;*/
    /*border: solid 1px blue;*/
}
.widget_prices_cta {
    /*margin: 0 0 0 10px;*/
    display: flex;
    justify-content: center;
    text-align: center;
    /*border: solid 1px green;*/
}
.widget_prices_cta div {
    padding: 7px 22px;
    color: var(--white);
    background-color: var(--primary-color);
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 60px;
    /*border: solid 1px red;*/
}
.widget_prices_cta div::after {
    font-family: "Font Awesome 5 Free";
    content: '';/*'\f35a'*/
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 900;
    color: var(--white);
}
.widget_prices_cta div:hover {
}
.widget_prices_cta div:hover:after {
    color: var(--secondary-background);
    transform: scale(1.5, 1.7);
}

@media (min-width: 600px) {
    #widget_prices_plans {
        flex-direction: column;
    }
    .widget_prices_plans {
        flex-direction: row;
    }
    .widget_prices_plan_box {
        width: 50%;
        /*border: solid 1px red;*/
    }
    .widget_prices_cta div {
        /*padding: 7px 9px;*/
    }
    .widget_prices_cta div::after {
        /*padding-left: 30px;*/
        /*border: solid 1px red;*/
    }
}
@media (min-width: 900px) {
    #widget_prices_explain {
        width: 80%;
    }
    #widget_prices_plans {
        flex-direction: column;
    }
    .widget_prices_cta div::after {
        /*padding-left: 35px;*/
    }
}
@media (min-width: 1200px) {
    #widget_prices_explain {
        width: 70%;
    }
    #widget_prices_plans {
        flex-direction: row;
    }
    .widget_prices_plan_box {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .widget_prices_cta div {
        padding: 7px 32px;
    }
    .widget_prices_cta div::after {
        display: block;
    }
}
/*
#prices_subtitle {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    color: var(--our-grey-color);
}
.prices_plans {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#prices_plans_1 {
    margin-bottom: 20px;
}
#prices_plans_3 {
    margin-bottom: 20px;
}
#prices_plans_bottom {
    margin-top: 20px;
}
.prices_plans_box {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    border: solid 1px var(--our-black-color);
}
.prices_plans_box:hover {
    background: linear-gradient(180deg, #e4e4e4 0%, var(--our-white-color) 100%);
    transition: all .2s;
    border: solid 2px var(--our-green-color);
}
.prices_plans_title {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--our-green-color);
}
.prices_plans_visit {
    margin: 20px;
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--our-black-color);
    text-align: center;
    border: solid 1px var(--our-green-color);
}
.prices_plans_visit_span {
    font-size: 1em;
    font-weight: normal;
    color: var(--our-grey-color);
}
.prices_plans_from {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: var(--our-grey-color);
    /*border: solid 1px black;
}
#prices_button  {
    margin-bottom: 50px;
}

#prices-estandar-title-container {}
.prices-col {
    /*width: 90%;
    padding: 15px;
    color:  var(--our-black-color);
    /*border: solid 1px black;
}
.prices-col-black {
    color: var(--our-black-color);
}
.col-content {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    /*overflow-x: visible;
    /*overflow-y: visible;
    /*padding: 50px 40px;
    /*box-shadow: 0 8px 60px 0 rgba(100,146,188,0.2);
    /*z-index: 10 !important;
    /*position: relative;
    text-align: center;
    height: 100%;
    border: solid 1px var(--our-green-color);
}
.col-content:hover{
   background-color: #d9eee1;
    transition: 1.5s;
}
#prices-cooperemos-container.prices-col .col-content {
    /*background-color: #ffffff;

}
#prices-estandar-container.prices-col .col-content {
    /*background-image: linear-gradient(255deg,rgba(224,43,32,0.19) 0%,var(--our-red-color) 59%);
}
#prices-plus-container.prices-col .col-content {
    /*background-image: linear-gradient(137deg,#FBAB7E 0%,var(--our-red-color) 100%);
}
.col_title_text {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.3em;
}
.col_subtitle_text {
    margin: 25px 0;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
}
.col-price-container .price {
    font-weight: 700;
    font-size: 12vw;
    line-height: 1.2em;
}
.col-price-container .prices-currency {
    /*font-weight: 400;
    font-size: 2vw;
    /*line-height: 1.2em;
}
.no-iva {
    font-size: 1em;
}
.per_domain {
    margin: 7px 0;
    font-size: 1.37em;
}

.col_title_container {
    text-align: center;
    /*font-weight: 700;
    /*font-size: 12vw;
    line-height: 1.2em;
    /*border: solid 1px black;
}
.prices_features_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col-features-container {
    margin: 20px 0 10px;
    text-align: left;
    /*border: solid 1px blue;
}
.col-features-container ul > li.feature-item {
    font-weight: 600;
    font-size: 1em;
    line-height: 2.2em;
}
.col-features-container ul > li.feature-item > span {
    /*font-size: x-small;
}
.col-features-container ul > li.not-avalible {
    text-decoration: line-through;
}
.col-button-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px red;
}
#prices #prices_container .prices-col:first-child .col-content .col-button-container > a.button {
    /*color:  var(--our-white-color);
    /*background-color:  var(--our-black-color);
}
#prices #prices_container .prices-col:nth-last-child(-n+3) .col-content .col-button-container > a.button {
    /*background-color:  var(--our-white-color);
    /*color:  var(--our-black-color);
}
#prices #prices_container .prices-col .col-content .col-button-container > a.button {
    width: 80%;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 0;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    border: solid 5px var(--our-green-color);
}
.col-features-container_visits {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1em;
    font-weight: 600;
    /*border: solid 1px red;
}
.unique_pages {
    width: 120px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #0151ba;
    font-size: 1em;
    line-height: 1;
    background-color: #cccccc;
}
.prices-line-through
{
    text-decoration-line: line-through;
}
#prices-cooperemos-demo_period-title {
    color: var(--our-black-color);
}
 */