body{margin:0;font-family:'Montserrat';color:#061934;text-align:center;}

img{max-width:100%;}
.content-boxed{width:850px;max-width:85%;margin:0 auto;}

.rojo{color:#e3012b;}
.azul{color:#061934;}
.amarillo{color:#ffc644;}

a{text-decoration:none;color:inherit;}
a:hover{color:#e3012b;}
a:hover strong{color:#ffc644;}
strong{font-weight:400;color:#e3012b;}

header{background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,211,211,1) 100%);padding:1px 0;}

#header-bar{color:#e3012b;text-transform:uppercase;text-align:center;}
#header-bar p{margin:5px 0;font-size:14px;}
#header-bar a:hover strong{color:#061934;}

nav{background-color:#061934;padding:10px 0;}
nav ul{list-style:none;display:flex;align-items:center;justify-content:center;}
nav li{margin-right:30px;}
nav li:last-child{margin-right:0;}
nav a{text-transform:uppercase;color:#ffc644;}

#header-banner{position:relative;}
#header-banner-wrapper{width:1200px;max-width:85%;margin:0 auto;display:flex;flex-direction:column;align-items:flex-end;position:relative;z-index:1;}
#header-campaign-logo{width:370px;margin:100px 0 30px 0;max-width:32%;}
#header-gepac-logo{width:370px;max-width:32%;}
#header-copy{font-weight:900;font-size:50px;}
#header-banner-back{position:absolute;top:0;left:0;width:95%;z-index:0;}

section{padding:40px 0;position:relative;z-index:1;}

.buttons-wrapper{display:flex;align-items:center;justify-content:space-around;margin:0 0 75px 0;}
.buttons-wrapper button{width:300px;padding:15px 5px;font-family:'Montserrat';text-transform:uppercase;font-size:18px;font-weight:500;border-radius:5px;border:none;}
#boton-amarillo{background-color:#ffc644;color:#e3012b;}
#boton-amarillo:hover{color:#061934;cursor:pointer;}
#boton-rojo{background-color:#e3012b;color:#ffc644;}
#boton-rojo:hover{color:#061934;cursor:pointer;}

h2{color:#e3012b;font-size:35px;text-transform:uppercase;font-weight:800;}
h3{color:#e3012b;font-size:26px;text-transform:uppercase;font-weight:800;}
section p{line-height:1.7;font-size:17px;}

.map-wrapper{width:500px;margin:0 auto;max-width:80%;}
.map-wrapper div{padding-bottom:56.4%;position:relative;}
.map-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

h6{color:#e3012b;font-size:24px;font-weight:800;text-transform:uppercase;}
h6:before{content:'/';color:#ffc644;margin-right:5px;}
.sponsor{width:25%;display:inline-block;}
.sponsor div{padding:15px;}

footer{background-image:url('../images/ilustracion-footer.jpg');background-position:center;background-size:100% 100%;color:#fff;padding:1px 0;}
#footer-campaign-logo{width:400px;margin:65px auto 40px auto;}
#footer-rrss ul{list-style:none;display:flex;align-items:center;padding:0;justify-content:center;}
#footer-rrss li{margin-right:30px;}
#footer-rrss li:last-child{margin-right:0;}
#footer-rrss i{color:#ffc644;}
#footer-bar p:first-child{margin:30px 0;}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:3;
}
