﻿
.btn-yellow {
    background: #ffc451 !important;
    border: 0;
    padding: 10px 24px;
    color: #151515;
    transition: 0.4s;
    border-radius: 4px;
}

    .btn-yellow:hover {
        background-color: #ffffff !important;
        color: #151515 !important;
    }

    #pricing {
        padding: 60px 0;
        height: 100%;
    }

#gallery {
    background-color: #f3f5fa !important;
}

/* Pricing */

.pricing {
    padding: 50px;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    padding-bottom: 12rem !important;
    position: relative;
    border-radius: 4px;
    color: #000000;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

    .pricing h3 {
        color: #2d71a1;
    }

    .pricing .price-cta {
        position: absolute;
        bottom: 50px;
        width: 100%;
        text-align: center;
        left: 0;
    }

        .pricing .price-cta .price {
            display: block;
            margin-bottom: 20px;
            font-size: 2rem;
            font-weight: 300;
        }

    .pricing .popularity {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .2rem;
        display: block;
        margin-bottom: 20px;
    }

    .pricing ul {
        margin-bottom: 50px;
    }

        .pricing ul li {
            margin-bottom: 10px;
        }

    .pricing .btn-white {
        background: #fff;
        border: 2px solid #f1f1f1;
        border-radius: 4px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    }

        .pricing .btn-white:hover {
            /*color: #2d71a1;*/
            background-color: #ffc451 !important;
        }

.pricing-popular {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    color: #000000;
    border-top: 5px solid #47b2e4;
    box-shadow: none;
}

.pricing.popular .popularity {
    color: #b3b3b3;
}

.pricing.popular h3 {
    color: #fff;
    background: none;
}

.pricing.popular .btn-white {
    border: 2px solid #2d71a1;
}

.pricing .btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #ffc451;
}

    .pricing ul {
        list-style: none;
        padding: 0;
    }

    .pricing ul li {
        padding: 0 0 8px 26px;
        position: relative;
    }

    .pricing ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: #ffc451;
    }

.section-title ul {
    list-style: none;
    padding: 0;
}

    .section-title ul li {
        padding: 0 0 8px 26px;
        position: relative;
    }

    .section-title ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: #ffc451;
    }



.login-box, .register-box {
    width: 360px;
    margin: 10% auto
}

@media (max-width:768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px
    }
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 10px;
}

    .login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
        color: #777
    }

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px
}


/****************
	bloqueador
*****************/
.pantalla_bloqueo {
    display: none; /* INICIAR OCULTO, EN LUGAR DE NONE PUEDEN PONER BLOCK Y VER DESDE QUE ENTRA COMO SE VE LA PANTALLA DE BLOQUEO*/
    position: fixed; /* MANTENERLO EN LA MISMA POSICION AUNQUE SE SUBA Y BAJE CON EL SCROLL */
    background-color: #fff; /* COLOR DE FONDO DE LA PANTALLA DE BLOQUEO */
    height: 100%; /* ALTURA IGUAL AL TAMA�O DEL NAVEGADOR */
    width: 100%; /* ANCHURA IGUAL AL TAMA�O DEL NAVEGADOR */
    top: 0;
    bottom: 0; /* QUE SE UBIQUE AL INICIO DE LA PARTE SUPERIOR DE LA VENTANA */
    opacity: 0.7; /* GRADO DE TRANSPARENCIA VA DE 0 A 1*/
    z-index: 2000;
}

#mensaje_bloqueador {
    color: white; /* COLOR DEL TEXTO */
    padding-top: 20% !important; /* TAMA�O DEL RE�ENO, PARTE SUPERIOR(TOP)*/
    text-align: center; /* ALINEACION DEL TEXTO*/
    font-weight: bold;
    z-index: 5000;
}

#imagen_bloqueador {
    color: white;
    padding-top: 10px;
    text-align: center;
    z-index: 5000;
}

/****************
  fin	bloqueador
*****************/