@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
/* CSS Document */

body,html {
    width: 100%;
    height: 100%;
}


/*setup*/

body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}


/*HEADER*/

.heads {
    background: linear-gradient(rgba(247, 250, 248, 0.932), rgba(74, 90, 78, 0.5));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 5px solid #062101;
}

.heads h1 {
    font-family: "Lato", sans-serif;
    color: #021d0c;
    text-shadow: 2px 2px 4px #000000;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
}

.heads h2 {
    font-family: "Lato", sans-serif;
    color: rgb(12, 1, 1);
    text-shadow: 1px 1px 2px #000000;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.heads h3 {
    font-family: "Lato", sans-serif;
    color: rgb(133, 15, 7);
    text-shadow: 1px 1px 2px #000000;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
	
}

/*CONTENT ONE*/
.content-one {
    padding-top: 50px;
    padding-bottom: 50px;
}

.para-one {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

/*CONTENT TWO*/
.content-two {
    /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-02.jpeg);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.para-two {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    /*color: #fff;*/
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

/*CONTENT FOUR*/
.content-four {
    padding-top: 5px;
    padding-bottom: 50px;
}

.para-four {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

/*CONTENT FIVE*/
.content-five {
    background-color: #062101;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #2e2e2e;
    border-bottom: 2px solid #2e2e2e;
}

/*CONTENT SIX*/
.content-six {

    padding-top: 50px;
    padding-bottom: 50px;
}

.item {
    background: url(../imagen/11.png) 5px 6px no-repeat;
    padding-left: 50px;
}

.para-six {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

/*CONTENT NINE*/
.content-nine {
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-nine h2 {
    text-align: center;
}

hr.hrme {
    border: 0;
    color: #dbdbdb;
    background-color: #dbdbdb;
    height: 1px;
    width: 80%;
}

.well {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

#parrafobono {
    font-family: "Lato", sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
}

#titulo3 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    color:#062101;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

#titulo4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    color:#181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

#titulo5 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    color:#9e0404;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

#titulo6{
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em;
    color:#062101;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

#climagen2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    color:#010113;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

/*newparrafo*/
.newparrafo {
    padding-top: 5px;
    padding-bottom: 50px;
}

.para-new {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}


#titulofin {
    padding-top: 150px;
    padding-bottom: 50px;
    font-family: "Lato", sans-serif;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1em;
}