/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

:root
    {
    --borgogne: #8F0222;
    --arena:    #CDBEA1;
    --quemado:  #141414;
    --bronce:   #CE8E33;
    --grama:    #315A02;  
    --blanco:   #ffffff;
    }   



body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--borgogne);
    text-shadow: none;    
}

p {
    text-align: justify;
    text-indent: 3em;
    color: #333;
    text-shadow: none;    
}

a {
    color: var(--borgogne);
    text-decoration: none;
}
a:hover
    {
    font-weight: bold;
    }
a:visited
    {
    color: var(--borgogne);
    text-decoration: none;       
    }


.topnav {
    font-size: 14px; 
}

.navbar-default {
    background: url(../img/bg-sand.jpg);
    border-bottom: 5px solid #8F0222;
    box-shadow: 8px 0 15px rgba(0,0,0,.35);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    min-height: 75px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}

.page-header,
header
    {
        margin-top: 150px;
    }


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


.navbar-default .navbar-nav>li>a:hover 
    {
    color: #fff;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: -1px 1px 2px rgba(255,255,255,0.3), 1px 1px 2px rgba(255,255,255,0.3) ;
    border-top: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    }


.lead {
    font-size: 18px;
    font-weight: 400;
}

/*  Estilos de botones */
.btn-default
    {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

color: #fff;
    }



.intro-header {
    padding-top: 80px; /* debo dejar suficiente padding para que el navbar no se solape */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.thank-you-header
    {
    padding-top: 80px; /* debo dejar suficiente padding para que el navbar no se solape */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/backgrounds/thank-you_mailbox.jpg) no-repeat center center;
    background-size: cover;
        
    }



.subscription-head
   {
    padding-top: 80px; /* debo dejar suficiente padding para que el navbar no se solape */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/koi-Pond.jpg) no-repeat center center;
    background-size: cover;
        
    }


.subscription-body {
    padding: 50px 0;
    background: rgba(255,255,255,0.4);
}


.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(10,10,10,1) ,-1px -1px 4px rgba(10,10,10,0.5);
    font-size: 4em;
}


.intro-message > h2,h3,h4,h5,h6 {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(2,2,2,1) ,-1px -1px 5px rgba(2,2,2,1);
    font-weight: bold;
}

.intro-divider {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.justificado
    {
        text-align: justify;
    }

.centrado
    {
        text-align: center;
    }

.img-centrada
    {
        margin-left: auto;
        margin-right: auto;
    }



.clear
    {
    clear: both;
    }


.panel-default>.panel-heading {
    color: #333;
    background-color: #cdbea1;
    border-color: #ddd;
}

.panel-title
    {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    text-shadow: none;
    }

.input-group {
    margin-top: 10px;
}


.table-project
    {
        border:0px #888 solid;
    }

.encabezado
    {
        text-align: center;
        font-weight: bold;
    }

.money_data
    {
        text-align: right;
        padding: 0px 2px 0px 15px;
        border-bottom: 1px solid var(--borgogne);
        color:#444;
    }

.total
    {
        background-color: var(--arena);
        color:#000;
    }



@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;

}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 95%;
    border-top: 3px inset #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer 
    {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 4px solid #CDBEA1;
    background-color: var(--quemado) ;
    }

.footerlink
    {
    color: var(--arena);
    text-decoration: none;  
    }

.footerlink:hover
    {
    text-decoration: none;
    color: var(--blanco);
    font-weight: bold;
    }

.footerlink:visited
    {
    color: var(--arena);
    text-decoration: none;       
    }






p.copyright {
    margin: 15px 0 0;
}