/*GENERAL*/
img
{
    max-width: 100%;
    height: auto;
}

footer
{
    width: 100%;
    height: auto;
    min-height: 25%;

    color: #fff;
    border-color: #4b4b4b;
    background-color: #4b4b4b;
}

.intro
{
    display: table;

    width: 100%;
    height: 100vh;
    padding: 20% 0;

    text-align: center;

    color: #fff;
    background: url('../images/deculto/intro.png') no-repeat bottom center scroll;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: initial;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
            background-size: cover;
}

.intro .intro-body
{
    display: table-cell;

    vertical-align: middle;
}

.intro .intro-body h1{
  font-weight: bold;
}

.intro .intro-body .brand-heading
{
    font-size: 40px;
}

.intro .intro-body .intro-text
{
    font-size: 18px;
}

.tienda-online
{
    color: #9c781f !important;
}

.suscribete
{
    border-color: #a8b2a9 !important;
    border-radius: 4px;
    background-color: #a8b2a9 !important;
}

.background-dc
{
    color: #715818;
    background-color: #fffff7;
}

.foot > li > a
{
    text-decoration: none;

    color: #fff;
}

.foot li > a:hover
{
    text-decoration: underline;

    color: #fff;
}

.padding-left-cero
{
    padding-left: 0;
}

.margin
{
    margin-top: 4%;
    margin-bottom: 4%;
}

.padding
{
    padding-top: 4%;
    padding-bottom: 4%;
}

.bottom
{
    padding-bottom: 2%;
}

/*BOOTSTRAP*/

.container-full
{
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav
{
    margin: 10px;
}

.navbar-default .navbar-nav > li > a
{
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    text-decoration: underline;

    color: #fff;
}

.navbar-custom
{
    position: absolute;

    width: 100%;

    border-color: transparent;
    background: 0 0;
    background-color: transparent;
}

/*DE CULTO*/

.btn.suscribete
{
    font-size: 30px;
    font-weight: bold;

    padding: 14px 22px;
}

.div-box
{
    border-style: solid;
    border-color: #715818;
    border-radius: 4px;
}

/*PRODUCTOS*/

.intro.productos
{
    background-image: url('../images/producto/product.png');
}

.pointer{
  cursor: pointer;
}

.pointer:focus{
  outline-color: transparent;
}

.mensual{
  min-width: 50%;
  background-color: #9c781f;
  border-color: #9c781f;
  color: #fff;
}

.quincenal{
  min-width: 50%;
  background-color: #fff;
  border-color: #9c781f;
  color: #9c781f;
}

/*CONTACTO*/

.form button{
  font-weight: normal !important;
  width: 40%;
}

.sendContac
{
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
}

#contact
{
    padding: 80px 0;

    background: #f7f7f7;
}

#contact .info
{
    color: #333;
}

#contact .info i
{
    font-size: 32px;

    float: left;

    color: #03c4eb;
}

#contact .info p
{
    line-height: 24px;

    padding: 0 0 10px 50px;
}

#contact .form #sendmessage
{
    font-weight: 600;

    display: none;

    margin-bottom: 15px;
    padding: 15px;

    text-align: center;

    color: #03c4eb;
    border: 1px solid #03c4eb;
}

#contact .form #errormessage
{
    font-weight: 600;

    display: none;

    margin-bottom: 15px;
    padding: 15px;

    text-align: center;

    color: red;
    border: 1px solid red;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show
{
    display: block;
}

#contact .form .validation
{
    font-size: 13px;
    font-weight: 400;

    display: none;

    margin: 0 0 20px;

    color: red;
}

#contact .form input,
#contact .form textarea
{
    border-radius: 0;
    box-shadow: none;
}

#contact .form button[type='submit']
{
    padding: 10px 24px;

    transition: .4s;

    color: #fff;
    border: 0;
    background: #03c4eb;
}

#contact .form button[type='submit']:hover
{
    background: #25d8fc;
}

/*SUSCRIBETE*/

.control
{
    font-size: 14px;
    line-height: 1.42857143;

    width: 100%;
    height: 34px;
    padding: 6px 12px;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

strong.suscribete{
  padding: 2px 8px;
}

.btnContinuar{
  background-color: #9c781f !important;
  border-color: #9c781f !important;
  padding: 10px 18px;
}

/*MODAL*/

.modal-header{
  border-bottom: 0;
}

.modal-content{
  text-align: center;
}

.modal-footer{
  border-top: 0;
  text-align: center;
}

/*OTROS*/

.opacity p,
.opacity hr
{
    opacity: .5;
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px)
{
    .intro .intro-body .brand-heading
    {
        font-size: 100px;
    }
    .intro .intro-body .intro-text
    {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px)
{
    h1
    {
        font-size: 2em;
    }
    .navbar-header > img
    {
        height: 50px;
        margin: 5px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form
    {
        background-color: black;
    }

    .btn.suscribete
    {
        font-size: 20px;
        font-weight: normal;

        padding: 10px 18px;
    }
}
