@font-face {font-family: 'Montserrat';src: url('/css/fontawesome/webfonts/Montserrat-Regular.otf') format('opentype');font-weight: 400;font-style: normal;}
@font-face {font-family: 'Montserrat';src: url('/css/fontawesome/webfonts/Montserrat-Light.otf') format('opentype');font-weight: 300;font-style: normal;}
@font-face {font-family: 'Montserrat';src: url('/css/fontawesome/webfonts/Montserrat-Bold.otf') format('opentype');font-weight: 700;font-style: normal;}

body {
    font-family: montserrat;
    font-size: 14px;
    color: rgb(90, 94, 119);
}


 /* loader */
 #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white url('../img/ajax-loader.gif') center center no-repeat;
    opacity: 0.8;
    z-index: 10000;
}

/* CAJAS PLANES*/
div.join_now div.plan-desc {
    font-family: sofia-pro, sans-serif;
    color: #24413a !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

div.plan-desc p {
    margin-bottom: 10px !important;
    position: relative !important;
    padding-left: 30px !important;
}

div.plan-desc p.contilde:before {
    content: '' !important;
    background: url(https://s3.amazonaws.com/unode1/assets/11184/hTo5ZbRcTGKwiEi7FmaK_check.svg) center center no-repeat !important;
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    display: block !important;
    left: 0 !important;
    top: 3px !important;
    position: absolute !important;
}

div.plan-desc p.concruz:before {
    content: '' !important;
    background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Flat_cross_icon.svg/240px-Flat_cross_icon.svg.png) center center no-repeat !important;
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    display: block !important;
    left: 0 !important;
    top: 3px !important;
    position: absolute !important;
}


h4.amount {
    font-family: sofia-pro, sans-serif;
    color: #24413a;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    text-transform: none;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}
h3.nombre_plan {
    font-family: quiche-sans, sans-serif !important;
    color: #24413a !important;
    font-size: 27px !important;
    font-weight: 500 !important;
    text-align: center !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
}

div.plan-wrap {
    margin: 10px !important;
}

div.no-most-popular-flag {
    margin-bottom: 0px !important;
    border-style: none !important;
    border-width: 3px !important;
    border-color: #bfbbb2 !important;
    background-color: white !important;
    box-shadow: none !important;
    padding-top: 0px;
    margin-top: 60px;
}

div.most-popular-flag {
    margin-bottom: 10px !important;
    padding: 13px 20px !important;
    border-style: none !important;
    border-width: 3px !important;
    border-color: #bfbbb2 !important;
    font-family: bicyclette, sans-serif !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background-color: #bfbbb2 !important;
    width: 100% !important;
    box-shadow: none !important;
}

div.current-flag {
    background-color: #ffc107 !important;
}

div.plan-wrap {
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%) !important;
    border: none !important;
}

.divider {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}
