/* ==========================================================================
Base
========================================================================== */

html {
    height: 100%;
}
body {
    font-family: 'Helvetica', sans-serif;
    height: 100%;
    position: relative;
    font-weight: lighter;
    background-image: url("../img/texture.jpg");
    font-size: 20px;
}
.container{
    width: 1170px !important;
}
a{
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out  0s;
    -moz-transition: all 0.5s ease-in-out  0s;
    -o-transition: all 0.5s ease-in-out  0s;
    -ms-transition: all 0.5s ease-in-out  0s;
    color: #4e4e4f;
    cursor:pointer;
    font-weight: 300;
}
a:hover, a:focus {
    text-decoration: none;
    color: inherit;
    opacity: 0.6;
}
a:focus{
    outline: none !important;
}
.btn:focus{
    outline: none !important;
}
.btn-main:focus{
    outline: none !important;
}
button:focus{
    outline: none !important;
}
input[type="submit"] {
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out  0s;
    -moz-transition: all 0.5s ease-in-out  0s;
    -o-transition: all 0.5s ease-in-out  0s;
    -ms-transition: all 0.5s ease-in-out  0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    line-height: 1.4;
}

/* Sizes
------------------------------------*/
h1 {
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #d3252a;

}
h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;    
    color: #d3252a;
    font-family: "Oswald",sans-serif;
}
h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;


}

h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0px;
}
h5 {
    font-size: 14px;
    font-size: 1.4rem;
}
h6 {
    font-size: 12px;
    font-size: 1.2rem;
}
p {
    font-size: 27px;
    font-size: 2.7rem;
    color: #000000;
    line-height: 30px;
}
.font-10{
    font-size: 10px;
}
.font-8{
    font-size: 8px
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-22{
    font-size: 22px;
}
.font-28{
    font-size: 28px;
}
.font-32{
    font-size: 32px;
}
.font-36{
    font-size: 32px;
}

.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.none{
    display: none;
}
.opacity0{
    opacity:0;
}
.opacity1{
    opacity:1;
}
.hover:hover{
    opacity: 0.6;
}
.uppercase{
    text-transform: uppercase;
}

.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.bold{
    font-weight: bold;
}

/*------Margins--------*/
.margin-top-100{
    margin-top: 100px;
}
.margin-top-50{
    margin-top: 50px !important;
}
.margin-top-30{
    margin-top: 30px !important;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-bottom-100{
    margin-bottom: 100px;
}
.margin-bottom-150{
    margin-bottom: 150px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-top-0{
    margin-top: 0px;
}
.margin-auto{
    margin:auto;
    float: none;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-20{
    margin-right: 20px;
}
.margin-right-40{
    margin-right: 40px;
}
/*--------- Padding --------*/
.padding-top-10{
    padding-top: 10px !important;
}
.padding-5{
    padding: 5px !important;
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-top-15{
    padding-top: 15px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-top-50{
    padding-top: 50px;
}
.padding-top-70{
    padding-top: 70px;
}
.padding-top-100{
    padding-top: 100px;
}
.padding-0{
    padding: 0 !important;
}
.padding-left-10{
    padding-left: 10px;
}
.padding-left-40{
padding-left: 40px;
}
.padding-right-40{
padding-right: 40px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-bottom-50{
    padding-bottom: 50px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
/* Messages */
#main-message {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 99999;
  display: none;
}


/* --------Overwrite about messages, breacrumbs from Yii to inputs and forms ---------*/
#breadcrum{
    display: none;
}
.error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.errorMessage{
    color: #a94442;
    background-color: #f2dede;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    }

/* ========= Styles for ConsulPolitik ===========*/
nav{
    background-image: url("../img/bg-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;   
}
.links{
position: relative;
z-index: 10;
}
.links a{
    color: #d3252a;
    font-family: "Oswald",sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
.links .active{
    text-decoration: underline;
    color: #000;
}
.link1{
    left: 220px;
    position: absolute;
    top: 120px;
}
.link2{
    left: 480px;
    position: absolute;
    top: 160px;
}
.link3{
    position: absolute;
    right: 400px;
    top: -30px;
}
.link4{
    position: absolute;
    right: 260px;
    top: 80px;
}
.link5{
    position: absolute;
    right: 260px;
    top: 215px;
}
.text-big{
    color: #d3252a;
    font-size: 46px;
    line-height: 2px;
}
.dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    left: 610px;
    max-width: 220px;
    padding: 5px;
    top: 35px;
    }
.dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: lighter;
    padding: 10px;
    white-space: normal;
}
.dropdown-menu li{
    border-bottom: 2px solid #d3252a;
}
.dropdown-menu li:last-child{
border-bottom: 0px solid #d3252a;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #e0e0e0;
    text-decoration: none;
}
.col-xs-12 a{
    color: #d3252a;
}

/* ----Backgrounds for each page----*/
/*Bg for home*/
.bg1, .bg2, .bg3, .bg4, .bg5{
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-size: cover;   
}
.bg1{
    background-image: url("../img/bg1.jpg");   
}
.bg2{
    background-image: url("../img/bg2.jpg");
}
.bg2 p, .bg3 p, .bg4 p, .bg5 p{
    font-size: 17px;
}
.bg3{
    background-image: url("../img/bg3.jpg");
}
.bg4{
    background-image: url("../img/bg4.jpg");
    background-size: 100%;
}
.bg5{
    background-image: url("../img/bg5.jpg");
    background-size: 100%;
}
/*Styles only for Estrategia page*/
#mapeo{
    background-image: url("../img/bg3-1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}
#manejo .col-xs-10{
    background-image: url("../img/bg3-2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}
#evaluacion .col-xs-8{
    background-image: url("../img/bg3-1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}
#relacionamiento .col-xs-11{
    background-image: url("../img/bg3-2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}
#planificacion .col-xs-10{
    background-image: url("../img/bg3-1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}
#gestion .col-xs-11{
    background-image: url("../img/bg3-2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}

