/* ipmark-subscripciones.css */

.pricing-block,
.pricing-block .fa,
.pricing-block .currency,
.pricing-block .pricing-btn button{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;    
    transition:all 0.3s ease 0s;
}

#pricing .row + .row{
    padding:30px 0;
}

.pricing-heading{
    text-align:center;
    margin-bottom: 20px;
}

.pricing-heading h1{
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    font-size:48px;
    font-weight:300;
}

.pricing-heading h1::first-letter{
    color: #f00;
}

.pricing-block{
    position:relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;    
    transition:all 0.3s ease 0s;
}

.pricing-block h3{
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    color: #fff;
    background-color: #f00;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-block p{
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    font-size:20px;
    font-weight:300;
    padding:20px 0px;
    text-align:center;
}


.pricing-block .currency,
.pricing-block.black-red .currency{
    transition:all 0.3s ease-in-out 0s;
}
.pricing-block .currency{
    margin: 20px 0;
    padding: 10px 0 10px;
    position: relative;
    text-align:center;
}

.pricing-block .currency p{
    padding: 0;
}

.sign {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight:100;
    line-height:40px;
}

.cost {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight:100;
    line-height:46px;
    vertical-align: top;
}

.point {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight:100;
    line-height:15px;
    vertical-align: top;
}

.cent {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight:100;
    line-height:30px;
    vertical-align: top;
}

.month {
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin: 10px 0 0 0;
}

.pricing-block ul{
    list-style:none;
    margin: 40px 0 0;
    padding:0;
}
.pricing-block ul li{
    display:block;
    position:relative;
}

.pricing-block ul li .check-mark {
    font-size: 20px;
    left: 0;
    padding: 0 0 0 40px;
    position: absolute;
    top: 10px;
}
.pricing-block ul li .check-mark:before {
    content: "\2713";
}


.pricing-block ul li a,
.pricing-block ul li span{
    display:block;
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    outline: medium none;
    padding: 10px 0 10px 0px;
    text-align:center;
    text-decoration: none;
}
.pricing-block ul li p{
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    font-size:15px;
    margin:0;
    padding:0;
}

.pricing-block .pricing-btn{
    margin: 20px 0 40px;
    text-align:center;
}
.pricing-block .pricing-btn button{
    border: 1px solid #666;
    background-color: #dedede;
    border-radius: 0;
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    font-size:22px;
    font-weight:100;
    padding: 10px 30px;
    text-transform:uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;    
    transition:all 0.3s ease 0s;
}

.pricing-block.active,
.pricing-block:hover{
    position:relative;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform:scale(1.01);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;    
    transition:all 0.3s ease 0s;
}

.pricing-block ul li a:hover{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;    
    transition:all 0.3s ease 0s;
}

.pricing-block,
.pricing-block.black-red:hover .currency{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;    
    transition:all 0.3s ease 0s;
}

.pricing-block.red.grey.active .pricing-btn button,
.pricing-block.red.grey:hover .pricing-btn button {
    border: 1px solid #666;
    background-color: #fff;
}

/* Form modal boxes */

.hidden-form-box {
    margin: 15px auto;
    max-width: 500px;
}

.hidden-form-box h1 {
    border-bottom: 1px solid #f00;
    margin-bottom: 10px;
}

.hidden-form-box h1::first-letter {
    color: #f00;
}

.hidden-form-box-close {
    font-family: "Museo Sans",Tahoma,Arial,sans-serif;
    color: #000;
    font-size: 18px;
    float: right;
    cursor: pointer;
}
.hidden-form-box-close:hover {
    color: #f00;
}

/* Premuim Woocommerce Product */

.hidden-form-box .woocommerce ul.products li {
    width: 100% !important;
}

/* Colors */
.pricing-heading h1{
    color:#484848;
}

.pricing-heading p{
    color:#333;
}

.pricing-block .currency p{
    color:#fff;
}


.pricing-block .popular-label .tag {
    background-color: #8e42ad;
    color: #fff;
}


.pricing-block h3{
    color:#fff;
}

.pricing-block p{
    color:#fff;
}


.pricing-block ul li .fa{
    color:#fff;
}

.pricing-block ul li a,
.pricing-block ul li span{
    color:#fff;
}


.pricing-block.red.grey h3{
    color: #fff;
    background-color: #f00;
}

.pricing-block.red.grey p{
    color:#535353;
}


.pricing-block.red.grey ul li a{
    color:#535353;
}

.pricing-block.red.grey ul li .fa{
    color:#535353;
}

.pricing-block.red.grey .currency{
    color:#535353;
}


.pricing-block.red.grey .currency p{
    color:#fff;
}


.pricing-block.red.grey .pricing-btn{
    color:#535353;
}

.pricing-block.red.grey .pricing-btn a{
    background:none;
    border:1px solid #535353;
    color:#535353;
}


.pricing-block.red.grey.active h3,
.pricing-block.red.grey:hover h3,
.pricing-block.red.grey ul li .check-mark:hover {
    color:#fff;
}

.pricing-block.red.grey.active p,
.pricing-block.red.grey:hover p{
    color:#fff;
}

.pricing-block.red.grey.active ul li a,
.pricing-block.red.grey:hover ul li a{
    color:#fff;
}

.pricing-block.red.grey.active ul li .fa,
.pricing-block.red.grey:hover ul li .fa {
    color:#fff;
}

.pricing-block.red.grey.active .currency,
.pricing-block.red.grey:hover .currency{
    color:#fff;
}


.pricing-block.red.grey.active .currency p,
.pricing-block.red.grey:hover .currency p{
    color:#fff;
}

.pricing-block.red.grey.active .pricing-btn,
.pricing-block.red.grey:hover .pricing-btn{
    color:#535353;
}

.pricing-block ul li a.active,
.pricing-block ul li a:hover{
    color:#fff;
}

.pricing-block.active .popular-label .fa,
.pricing-block:hover .popular-label .fa{
    color:#fff;
}

.pricing-block.active h3,
.pricing-block:hover h3,
.pricing-block.active .fa,
.pricing-block:hover .fa,
.pricing-block.active .currency span,
.pricing-block:hover .currency span,
.pricing-block:hover ul li,
.pricing-block:hover ul li a,
.pricing-block.active ul li,
.pricing-block.active ul li a,
.pricing-block.active .pricing-btn a,
.pricing-block.red h3,
.pricing-block.red .currency span,
.pricing-block.red ul li,
.pricing-block.red ul li a,
.pricing-block.red .fa,
.pricing-block.red .pricing-btn a{
    background:none;
    transition:all 0.3s ease-in-out 0s;
}

.pricing-block.red{
    background-color:#e74c3c;
}

.pricing-block.red .currency{
    background-color:#ef5545;
    color:#fff;
}

.pricing-block.red .pricing-btn a{
    background-color:#ef5545;
    color:#fff;
}

.pricing-block.red ul li a.active,
.pricing-block.red ul li a:hover{
    background-color:#ef5545;
    color:#fff;
}

.pricing-block.red .pricing-btn a:hover{
    background-color:#d04133;
}

.pricing-block.red.grey{
    background-color:#f5f3f3;
}

.pricing-block.red.grey .popular-label .tag {
    background-color:#d23d2d;
    color: #fff;
}


.pricing-block.red.grey .currency{
    background-color:#535353;
    color:#fff;
}


.pricing-block.red.grey.active,
.pricing-block.red.grey:hover{
    background-color:#e74c3c;
}


.pricing-block.red.grey.active ul li a,
.pricing-block.red.grey ul li a:hover{
    background-color:#ef5545;
    color:#fff;
}


.pricing-block.red.grey.active .currency,
.pricing-block.red.grey:hover .currency{
    background-color:#ef5545;
    color:#fff;
}

.pricing-block.red.grey.active .pricing-btn a,
.pricing-block.red.grey:hover .pricing-btn a{
    background-color:#ef5545;
    color:#fff;
}


.pricing-block.red.grey .pricing-btn a:hover{
    background-color:#d04133;
}


/* Media Queries */

@media (max-width: 320px) {
    .pricing-block{
        margin-bottom:20px;
    }
}
    }
@media (max-width: 767px) {
    .pricing-block-grid{ 
        width:100%; 
        float:left; 
    }
    .pricing-block.active,
    .pricing-block:hover{
        -webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1);  /* IE 9 */
        transform: scale(1);  /* Firefox 16+, IE 10+, Opera*/
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pricing-block-grid{ 
        width:50%; 
        float:left; 
    }
    .pricing-block{
        margin-bottom:20px;
    }
    .pricing-block.active,
    .pricing-block:hover{
        -webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1);  /* IE 9 */
        transform: scale(1);  /* Firefox 16+, IE 10+, Opera*/
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    
}
@media (min-width: 1200px) {
    
}


/**********************************************************************
*
* from wp-content/themes/ipmark/style.css
*
************************************************************************/


/*mm*/

#plans img {
    margin-top: 14px;
}

#plans,
#plans ul,
#plans ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

#pricePlans {
    zoom: 1;
}

#pricePlans {
    max-width: 100%;
    margin: 0 auto;
}

#pricePlans #plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.planContainer .title h2 {
    font-size: 2.125em;
    font-weight: 300;
    color: #3e4f6a;
    margin: 0;
    padding: 0;
}

.planContainer .title h2.bestPlanTitle {
    color: #3e4f6a;
    border-radius: 5px 5px 0 0;
    background-color: #f6f5f5;
    height: 159px;
    margin-bottom: 0 !important;
}

.planContainer .price p {
    background: #3e4f6a;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
    background: #f7814d;
}

.planContainer .price p span {
    color: #8394ae;
}

.planContainer .options {
    margin-top: 10em;
}

.planContainer .options li {
    font-weight: 700;
    color: #364762;
    height: 66px;
}

.planContainer .options li span {
    font-weight: 400;
    color: #979797;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
    color: #fff!important;
    font-weight: 700;
    letter-spacing: 3px;
    border: 1px solid #fff;
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 1.5em 0 1.8em;
    font-size: 21px;
}

.planContainer .button a.bestPlanButton {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
}

#credits {
    text-align: center;
    font-size: .8em;
    font-style: italic;
    color: #777;
}

#credits a {
    color: #333;
}

#credits a:hover {
    text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    /*#pricePlans #plans .plan { width: 49%; margin: 0 2% 20px 0; }*/
    #pricePlans #plans > li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    /*#pricePlans #plans .plan { width: 49%; margin: 0 2% 20px 0; }*/
    #pricePlans #plans > li:nth-child(2n) {
        margin-right: 0;
    }
    #pricePlans {
        margin: 0!important;
    }
    .page-template-ipmark-suscripciones-template .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    #pricePlans {
        margin: 2em auto;
    }
    #pricePlans #plans .plan {
        width: 20%;
        margin: 0 0 20px 0;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    #pricePlans #plans > li:last-child {
        margin-right: 0;
    }
    #pricePlans #plans .plan:hover {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
    .planContainer .button a {
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    .planContainer .button a:hover,
    .planContainer .button a.bestPlanButton:hover {
        background: #3e4f6a;
        color: #fff;
    }
    /*.planContainer .button a.bestPlanButton:hover { background: #ff9c70; border: 2px solid #ff9c70; }*/
}

.wrapper {
    cursor: help;
    font-size: 15px;
    position: relative;
    width: 200px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.wrapper .tooltip {
    font-size: 13px;
    background: #5f7288;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.wrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}


/*mm*/

.text-max {
    font-size: 20px;
}

.text-min {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0px;
}

.pix {
    background: url(../img/pix.png) repeat-y;
    background-size: contain;
}

.pix2 {
    background: url(../img/pix2.png) repeat-y;
    background-size: contain;
}

.cb1 {
    background-color: #636363;
}

.cb2 {
    background-color: #96243f;
}

.cb3 {
    background-color: #41aa9d;
}

.cb4 {
    background-color: #4161AA;
}

.cb1,
.cb2,
.cb3,
.cb4 {
    padding-top: 16px!important;
}

.tit-ip {
    color: #fff;
    font-size: 20px;
}

.colum-static li {
    text-align: left;
    padding: 11px 0px 11px 47px!important;
    color: #333;
    width: 100%;
}

.colum-static {
    padding-top: 170px!important;
}

.vis-ip {
    background-color: #f6f5f5!important;
}

.i-gris {
    background: url(../img/i-gris.png) no-repeat;
}

.i-rojo {
    background: url(../img/i-rojo.png) no-repeat;
}

.i-verde {
    background: url(../img/i-verde.png) no-repeat;
}

.i-gris,
.i-rojo,
.i-verde {
    background-position: 19px 14px;
}

.page-id-57042 aside {
    display: none;
}

.page-id-57042 section {
    width: 100%!important;
}


/*footer*/


/*gratis*/

#gform_53 input,
#gform_54 input {
    border: 1px solid #D8D7D8;
}

#gform_53 input[type=submit],
#gform_54 input[type=submit] {
    background-color: #ec1d27;
    color: #fff;
    border: none;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#post-57044,
#post-57046,
.suscripcion_boletin_wrapper {
    width: 100%;
    float: left;
}

#topbar #searchform {
    padding: 0 !important;
}

#topbar #searchform input[type=text] {
    margin-top: 10px;
}

#topbar #searchform input[type=submit] {
    top: 15px !important;
    right: -20px;
}

#post-57046 {
    height: auto!important;
    margin-bottom: 15px;
}

#input_54_9 {
    margin-top: 0!important;
}


/*Suscripción 24 € al mes*/

.page-id-57048 .row {
    padding-bottom: 16px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
}

#input_1_2_3,
#input_1_2_6,
#input_1_1 {
    border: 1px solid #D8D7D8;
}

.page-id-57044 h1 {
    background-color: #636363;
}

.page-id-57046 h1 {
    background-color: #96243f;
}

.page-id-57048 h1,
.page-id-57015 h1 {
    background-color: #41aa9d;
}

.page-id-57044 h1,
.page-id-57046 h1,
.page-id-57048 h1,
.page-id-57015 h1 {
    color: #fff!important;
    padding: 20px;
}

.page-id-57044 .entry-content,
.page-id-57046 .entry-content,
.page-id-57048 .entry-content {
    padding-left: 19px;
}


/*woo*/

#post-57015 input,
#post-57015 textarea {
    border: 1px solid #D8D7D8;
    padding: 10px 10px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container {}

.select2-container .select2-choice {
    border: 1px solid #D8D7D8;
    border-radius: 0!important;
}

.page-id-57046 section,
.page-id-57048 section,
.page-id-57015 section {
    width: 100%;
}

.page-id-57046 aside,
.page-id-57048 aside,
.page-id-57015 aside {
    display: none;
}


/*sideber new*/

h3.widgettitle {
    background: #fff;
    color: #000;
    padding: 0;
    padding-left: 3px;
    border-bottom: 6px solid #ec1d27;
    font-weight: 600;
    font-size: 20px;
}

.widget.gpoll_poll_widget {
    border: none;
}

.n6,
.n12,
.n24,
.e12,
.m12 {
    text-align: center;
    border: 1px solid #E6EAEA;
    margin-bottom: 20px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    background-color: #fff;
    margin-left: 22px;
    width: 30%;
}

.precio {
    font-size: 30px;
    margin-bottom: 24px;
    color: #666;
}

.meses {
    text-transform: uppercase;
    color: #41aa9d;
    font-size: 17px;
}


/*sidebar*/

.widget.gpoll_poll_widget .gform_footer input[type=submit],
.bta {
    background-color: #ec1d27;
    color: #fff;
}

.widget.gpoll_poll_widget .gform_footer input[type=submit],
.gpoll_button {
    border: none;
}

.gpoll_button {
    color: #ec1d27;
}

.bta,
.btb,
.btc {
    width: 196px;
    border-radius: 0;
}

.bta {
    text-transform: uppercase;
    border: none;
}

.btb {
    background: url("../img/flecha.jpg")no-repeat;
}

.btc {
    background: url("../img/hoja.jpg")no-repeat;
}

.btb,
.btc {
    background-position: 5px 10px;
}


/*tabs*/

.ipmark-tab-container .n6,
.ipmark-tab-container .n12,
.ipmark-tab-container .n24,
.ipmark-tab-container .e12,
.ipmark-tab-container .m12 {
    width: 30%;
}

.ipmark-tab > [type=radio]:checked ~ label,
.ipmark-tab-content {
    border: none;
    /* background-color:#F5F3F3; color:#333;*/
}

.ipmark-tab > [type=radio]:checked ~ label {
    background-color: #F5F3F3;
    color: #333;
    border-top: 5px solid #666;
}

.logged-in input,
.logged-in textarea {
    border: 1px solid #D8D7D8;
}

.logged-in textarea {
    height: 90px;
}

.ipmark-tab-title {
    background-color: transparent;
    color: #ec1d27;
    text-transform: uppercase;
    padding: 20px 20px 20px 0px;
}

.ipmark-tab > label {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 30px!important;
    line-height: 40px!important;
}

.ipmark-tab > label:hover,
.logged-in input[type=submit] {
    padding: 10px;
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}

.ipmark-tab-content {
    padding: 20px;
    border: none;
    background-color: #F5F3F3;
}

.ipmark-tab {
    margin-left: 20px;
}

.n6 a,
.n12 a,
.n24 a,
.e12 a,
.m12 a {
    border-radius: 0;
    text-decoration: none;
    background-color: #ec1d27;
    color: #fff!important;
    padding: 5px 25px 5px 25px!important;
    text-transform: uppercase;
}

#post-57048 {
    background-color: #D6E6E4;
}

#post-57044 {
    background-color: #f1f1f1;
}

#post-57046 {
    background-color: #E8DFE1;
}

.logged-in .n6,
.logged-in .n12,
.logged-in .n24,
.logged-in .e12,
.logged-in .m12 {
    height: 459px;
}

.ipmark-tab-title {
    margin: 0;
}

#premium-m .n6,
#premium-m .n12,
#premium-m .n24,
#premium-m .e12,
#premium-m .m12 {
    height: auto;
    background-color: #fff;
}

#premium-m .n6,
#premium-m .n12,
#premium-m .n24 {
    margin-left: 22px;
    width: 30%;
}


/*paginas gracias*/

.gform_confirmation_message {
    background: none;
    color: #666;
    font-size: 20px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-weight: 400;
}


/*login admin*/

.login-action-login body {
    background-color: #fff!important;
}

#login .wp-core-ui .button-primary {
    background: #ec1d27!important;
}

.product_type_simple add_to_cart_button {
    background-color: blue;
}


/*woo*/

.woocommerce div.product div.images img {
    width: 202px;
    margin: 0 auto;
}

.woocommerce button.button.alt {
    background-color: #E5242B;
    border-radius: 0;
}

.woocommerce div.product p.price {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-post .meses {
    font-size: 15px;
}

.single-post .meses,
.single-post .precio,
.boton-comprar {
    text-align: center!important;
    background: #EC1D27;
}

.single-post .n6,
.single-post .n12,
.single-post .n24,
.single-post .e12,
.single-post .m12 {
    height: auto!important;
    margin-right: 25px;
}

.img-54,
.img-53 {
    width: 58%;
    margin: 0 auto;
}

#field_53_2 .gfield_required,
#field_54_9 .gfield_required {
    display: none!important;
}

#billing_postcode_field {
    width: 100%;
}

#order_review,
#order_review_heading {
    width: 50%;
    margin: 0 auto;
}

#ship-to-different-address {
    display: inline-flex;
    color: #f00;
}

#ship-to-different-address-checkbox {
    zoom: 1.5;
    margin-left: 5px;
    margin-top: 8px;
}

.woocommerce input.button.alt,
.logged-in input[type=submit] {
    background-color: #ec1d27;
    border: none;
    color: #fff;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#gform_54 {
    margin: 0 auto;
    width: 50%;
}

#gform_54 input {
    width: 100%;
}


/* Ficha de Woocomerce */

.woocommerce a.button {
    background-color: red !important;
    color: #fff !important;
}


/*login*/
#topbar .login-rrss {
    padding: 0 !important;
}

#topbar .login-rrss .login.logged,
#topbar .login-rrss .login {
    font-size: 14px !important;
    color: #000 !important;
    padding: 0 !important;
}

#topbar a {
    font-size: 14px;
}


/*item menu destacado*/

#menu-item-57118 a {
    color: #000;
}


/*pagos*/

.ipmark-payments {
    text-align: center;
}

.impark-order {
    text-align: left !important;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    width: 41%;
    display: -webkit-inline-box;
    border: 1px solid #DAD8D8;
    margin-top: 15px;
    margin-right: 15px;
    padding-left: 45px;
}

.impark-order ul li ul li:first-child {
    text-transform: uppercase;
    color: #666;
    padding: 10px;
    border-left: 5px solid #ccc;
    font-weight: bold;
    background-color: #f1f1f1;
    width: 356px;
}

.impark-order ul li ul li {
    padding-left: 10px;
    margin-top: 7px;
}

.impark-order button {
    border-radius: 0;
    background-color: #ec1d27;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
    padding: 10px;
}


/*avatar*/

.wpb_gravatar {
    background: url(../img/mi-cuenta.png);
}


/*bt cancelar*/

.opciones a,
#delete-account {
    background-color: transparent!important;
    color: red!important;
    border: none!important;
    text-transform: capitalize;
}

#delete-account {
    margin-top: 14px;
    float: left;
}


/*popup*/

.popupBt {
    background-color: #fff;
    color: #ec1d27;
    padding: 10px;
    border: none;
}

.popupBt:hover {
    background-color: #dedede;
}

#ppm-popup-57244.ppm-popup-wrapper-activate {
    margin: 42px;
}

.ppm-popup-wrapper {
    box-shadow: -1px -1px 10px #333;
}

#ppm-popup-57244 .cross-btn-ppm {
    color: #fff!important;
    font-weight: bold!important;
}

.ppm-popup-wrapper {
    background-color: #ec1d27;
    color: #fff;
}


/*faqs*/

#faqs h2 {
    color: #ec1d27 !important;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 17px;
    background-color: #f1f1f1;
}

#faqs p {
    padding-left: 26px;
}

.colum1,
.colum2,
.colum3,
.colum4 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .logged-in .n6,
    .logged-in .n12,
    .logged-in .n24 {
        width: 22%;
        height: 286px;
    }
    /*columnas*/
    .colum0 {
        display: none;
    }
    .colum1,
    .colum2,
    .colum3,
    .colum4 {
        display: block;
    }
    #pricePlans #plans .plan {
        width: 50%;
    }
    .planContainer .title h2.bestPlanTitle {
        height: 168px;
        padding-bottom: 10px;
    }
    .planContainer .title h2 {
        padding: 0;
    }
    .colum-static {
        padding-top: 177px!important;
    }
    .planContainer .options li,
    .colum-static li {
        height: 66px;
    }
    #plans img {
        margin-top: 20px;
    }
    .tit-ip {
        width: 100%;
        float: left;
    }
    #pricePlans #plans .plan .tit-ip:hover {}
}

@media screen and (max-width: 960px) {
    .page-template-ipmark-suscripciones-template .container {
        width: 100%;
    }
    /*#pricePlans #plans .plan { width:25%;}*/
    .planContainer .options li,
    .colum-static li {
        height: 82px;
    }
}

@media screen and (max-width: 800px) {
    .planContainer .options li,
    .colum-static li {
        height: 110px;
    }
    .planContainer .title h2.bestPlanTitle {
        height: 189px;
    }
    .colum-static {
        padding-top: 199px!important;
    }
    .planContainer .button a {
        font-size: 17px;
    }
    #plans img {
        margin-top: 44px;
    }
}

@media screen and (max-width: 768px) {
    .logged-in .n6,
    .logged-in .n12,
    .logged-in .n24 {
        width: 100%;
        height: auto;
    }
    .row {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .n6,
    .n12,
    .n24 {
        width: 100%;
        height: auto!important;
        margin-left: 0!important;
    }
    #premium-m .n6,
    #premium-m .n12,
    #premium-m .n24,
    #premium-m .e12,
    #premium-m .m12 {
        width: 97%;
        height: auto;
        margin-left: 0!important;
    }
    .ipmark-tabs {
        height: 1136px!important;
    }
    .i-gris,
    .i-rojo,
    .i-verde {
        background-position: 5px 14px;
    }
    #gform_54 {
        width: 100%;
    }
    #order_review,
    #order_review_heading {
        width: 100%;
    }
    .page-template-ipmark-suscripciones-template .container {
        padding-left: 0;
        padding-right: 0;
    }
    .colum-static li {
        padding-left: 33px!important;
    }
}

@media screen and (max-width: 640px) {
    .planContainer .title h2.bestPlanTitle {
        height: 231px;
    }
    .colum-static {
        padding-top: 241px!important;
    }
    .planContainer .button a {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .n6,
    .n12,
    .n24,
    .e12,
    .m12,
    #premium-m .n6,
    #premium-m .n12,
    #premium-m .n24,
    #premium-m .e12,
    #premium-m .m12 {
        margin: 0;
    }
    .ipmark-tab-content {
        padding: 0;
    }
    .user-profile-heading h1 {
        font-size: 38px;
    }
    #gform_54 {
        width: 95%;
    }
    /*columnas*/
    .planContainer .options li,
    .colum-static li {
        height: 84px;
        font-size: 12px;
    }
    .page-id-57018 .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .i-gris,
    .i-verde,
    .i-rojo {
        20px;
    }
    .colum-static {
        padding-top: 179px!important;
    }
}

@media screen and (max-width: 400px) {
    .n6,
    .n12,
    .n24,
    .e12,
    .m12 {
        margin-left: 0!important;
    }
    .planContainer .title h2.bestPlanTitle {
        height: 180px;
    }
    .colum-static {
        padding-top: 190px!important;
    }
    .colum-static li {
        padding-right: 10px!important;
    }
}