/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    c
}

h1, h2, h3, h4{
	font-family: 'Roboto', sans-serif!important;
}

.container{
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: table;
    position: relative;
    z-index: 9;
}


.container p{   margin: 0 0 10px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 40px;
}

.sec-content{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.vertical-ali{
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
}

#header p {
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    font-weight: 400;
    text-align: left;
    margin-top: 40px;
    width: 60%;
}

#header h1{
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
}

#header h1 span{
	font-size: 20px;
	letter-spacing: 3px;
	display: block;
	color: #333;
}


.container h2{
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
    /* border-bottom: 1px dotted #fff; */
    display: table;
    margin: 0 auto 40px auto;
    padding: 0 40px 40px;
    font-family: 'Roboto', sans-serif!important;
}

/* #header{
    background-image: url("../img/portada.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}  */



.triangulo{
    width: 100vh;
    height: 100vh;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%;
    background: rgba(255, 177, 0, 0.56);
}

.container-nav-bar{
    padding: 10px 20px;
    position: relative;
    z-index: 10;
}

#logo{
z-index: 10;
position: relative;
}

.link{
    border: 2px solid #333;
    padding: 10px 20px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
        margin-right: 20px;
}

.link:hover{
   background:#333;
   color: #fff;
   text-decoration: none;
    
}

.super-po{
	position: absolute;
	background-image: url("../img/portada-sup.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    
    z-index: 9;
}

.parallax-window {
    height: 100vh;
    background: transparent;
}

nav a{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 10px;
    display: inline-block;
    letter-spacing: 2px;
}

nav a:hover{
text-decoration: none;
color: #333;
}

#intro{
	background: #f7a823;
}

#seccion-l-02{
    background: #94c01d;
    padding: 40px 70px;
}

.modal-body.intro{
	background: #f7a823;
	padding: 40px;
}

.modal-header.intro{
	background: #f7a823;
	    border-bottom: 1px solid #c6861c;
}

.modal-body.seccion02{
	background: #94c01d;
	padding: 40px;
	color: #fff;
}

.modal-header.seccion02 {
    padding: 15px;
    border-bottom: 1px solid #7ca01b;
    background: #94c01d;
}

.modal-body.seccion03{
		background: #009dcc;
	padding: 40px;
	color: #fff;
}

.modal-header.seccion03 {
    padding: 15px;
        border-bottom: 1px solid #007ea3;
    background: #009dcc;
}

.modal-body h3{
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px dotted rgba(255, 255, 255, 0.56);
}

.modal-body p, .modal-body li{
    margin-bottom: 25px;
}

.modal-body h2{
	text-transform: uppercase;
}

.modal-body ul li{
	    margin-bottom: 10px;
    padding-left: 20px;
}

#seccion-r-03{
    background: #009dcc;
    padding: 40px 70px;
}

#seccion-r-03 h2, #seccion-l-02 h2{
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}

#seccion-r-03 p, #seccion-l-02 p{   margin: 0 0 10px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 0;
    margin-bottom: 50px;
}

footer{
    background-color: #f4f4f4;
    padding: 70px 0;
}

footer p {
    font-size: 14px!important;
    color: #666!important;
    line-height: 20px;
    text-align: left!important;
    margin-top: 20px!important;
    padding: 0!important;
}

#otro-espe .enlaces-footer li {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 7px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    padding-bottom: 7px;
}

#otro-espe h2 {
    color: #004589;
    font-size: 20px;
    padding: 0;
    text-align: left!important;
    margin-left: 20px;
}

footer .footer-nav {
    padding-top: 40px;
    border-top: solid 1px #9E9E9E;
}

footer .footer-nav ul.footer-share {
    display: inline-block;
    float: right;
}

footer .footer-nav ul.footer-primary-nav {
    display: inline-block;
    margin-bottom: 30px;
}

footer .footer-nav ul.footer-primary-nav li {
    display: inline-block;
    margin-right: 50px;
}

#otro-espe .enlaces-footer {
    margin-bottom: 40px;
}

.modal-dialog{
	width: 70%!important;
}

.modal-content{
	border-radius: 0!important;
}

.leaf{
    width: 100%!important;
    padding-right: 50px!important;
    padding-left: 0!important;
}


