
/* General
***********************/
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height: auto;
}
a {
	color: #fff;
	text-decoration: none;
}

h3 {
	margin: 0 0 8px;
	color: #fff;
	font: normal 24px Geogrotesque-semibold, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #2F4C63;
}
p {
	font-size: 14px;
	line-height: 1.5;
  font-size: 1rem
}

/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toggle li { float: left; }
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */

box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;

}
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.toggle li a:hover { background: #ededed; color: #222; }
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }

#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.button {
  display: inline-block;
  margin: 0;
  padding: .461em 1.563em .41em;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 1;
  font-size: .9em;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #1a4064;
  background: #255a8c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.button:active  {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.green  {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #578824;
  background: #71b02f;
}
.button.green:hover  {
  background: #79bc32;
}

/* Loading
***********************/
.loading #container {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}

/* Layout
***********************/
#container {padding: 19px 0px 0px 0px;}
#main {overflow: hidden;}
aside h3 {float: left;}

/* Header
***********************/
header .logo  { display: block; margin: 10px 0 30px; }
header h1 { font-family: Geogrotesque-Semibold, Helvetica, Arial, sans-serif; margin: 0 0 10px; text-shadow: 0 1px 0 #2F4C63; color: #fff; font-size: 42px; }
header h2 { margin: 0 0 30px; font: normal 20px Geogrotesque-regular, Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #555; color: #fff; }
header .button { margin: 0 0 50px; padding: 10px 15px 10px 15px; position: relative; }
h3.nav-header { width: 200px; margin: 0 0 10px; padding: 0 0 3px; font-size: 18px; text-shadow: 0 1px 1px #555; color: #fff; font-family: Geogrotesque-Regular, Helvetica, Arial, sans-serif; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.5); }


/* Media Queries
***********************/
@media screen and (max-width: 960px) {
  #container {padding: 0px;}

  #main {margin-left: 380px;}

}
@media screen and (max-width: 768px) {
  #mobile{display: none;}
    #desktop {
        background-image: url(../images/desktop.jpg);
        background-position: center center;
        height: 2910px;
        background-repeat: no-repeat;
    }

  .numero1 {
      margin-left: 39px;
      margin-top: 46px;
      float: left;
      color: #fff;
      font-weight: bold;
  }

  .numero2 {
      margin-left: 39px;
      margin-top: 45px;
      float: left;
      color: #fff;
      font-weight: bold;
  }

  .numero3 {
      margin-left: 39px;
      margin-top: 46px;
      float: left;
      color: #fff;
      font-weight: bold;
  }

  .numero4 {
      margin-left: 38px;
      margin-top: 46px;
      float: left;
      color: #fff;
      font-weight: bold;
  }

  .numero5 {
      margin-left: 39px;
      margin-top: 46px;
      float: left;
      color: #fff;
      font-weight: bold;
  }

  .numero6 {
      margin-left: 36px;
      margin-top: 41px;
      float: left;
      color: #fff;
      font-weight: bold;
  }

    .text-titulo {
        margin-top: 43px;
        margin-left: -8px;
        width: 280px;
        color: #000000;
        font-weight: bold;
        font-size: 21px;
        line-height: 21px;
        width: 100%;
    }
	
  .sutia {
      width: 660px;
      margin-left: 10px;
      padding-top: 20px;
  }	

    .texto {
        width: 244px;
        margin-left: 10px;
        padding-top: 10px;
    }

.texto2 {
        width: 250px;
        margin-left: -15px;
        margin-top: 541px;
        text-align: center;
    }

.texto3 {
        width: 244px;
        margin-left: 218px;
        text-align: center;
        margin-top: -63px;
    }
	
    .texto4 {
        width: 196px;
        margin-left: 481px;
        margin-top: -86px;
        text-align: center;
    }
	
    .texto5 {
        width: 224px;
        margin-left: 20px;
        margin-top: -59px;
        text-align: left;
    }
	
		
.texto6 {
        width: 322px;
        margin-left: 20px;
        margin-top: 350px;
        text-align: left;
    }
	
    .texto7 {
        width: 317px;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 49px;
        text-align: left;
    }
	
	.texto8 {
        width: 317px;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
    }	

    .texto9 {
        width: 323px;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
    }
	
    .texto10 {
        width: 640px;
        margin-left: 20px;
        margin-top: 348px;
        text-align: left;
    }
	

  .texto-box {
      width: 292px;
      margin-top: 0px;
      margin-left: 71px;
      padding-top: 27px;
      line-height: 1.5;
      font-size: 1rem;
  }

  .texto-box2 {
      width: 279px;
      margin-top: 36px;
      margin-left: 45px;
      padding-top: 27px;
      line-height: 1.5;
      font-size: 1rem;
  }

  .texto-box3 {
      width: 689px;
      margin-top: 0px;
      margin-left: 55px;
      padding-top: 27px;
      line-height: 1.5;
      font-size: 1rem
  }

  .texto-box4 {
      width: 292px;
      margin-top: -17px;
      margin-left: 0px;
      padding-top: 27px;
      line-height: 1.5;
      font-size: 1rem;
  }




  .square{
  	list-style-type: square;
  }

  .arrow{
    list-style-image: url(../images/bullet.png);
  }

.titulo1 {
        margin-bottom: 7px;
        float: left;
        margin-top: 5px;
        margin-left: 45px;
        width: 100%;
    }

    .titulo2 {
        margin-top: 241px;
        margin-bottom: 20px;
        margin-left: 45px;
        float: left;
        width: 100%;
    }

    .titulo3 {
        margin-top: -20px;
        margin-bottom: 20px;
        margin-left: 45px;
        float: left;
        width: 360px;
    }
	
.titulo4 {
        margin-top: 2px;
        margin-bottom: 20px;
        margin-left: 45px;
        float: left;
        width: 360px;
    }

  .titulo5 {
      margin-top: 39px;
      margin-bottom: 20px;
      float: left;
  }


  #main {margin-left: 0;}
  h3.nav-header { margin: 0 auto 10px; font-size: 16px; }


}

@media screen and (max-width: 470px) {
#desktop{
  display: none;
}

#mobile {
        display: block;
        background-image: url(../images/mobile.jpg);
        background-position: center top;
        height: 3917px;
        width: 330px;
        background-repeat: no-repeat;
    }

#container {padding: 0px 0px;}
.li{margin-top: 25px !important;}
.flex-direction-nav a {
 top: 11% !important;
}

.numero1 {
    margin-left: 45px;
    margin-top: 46px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.numero2 {
    margin-left: 48px;
    margin-top: 45px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.numero3 {
    margin-left: 48px;
    margin-top: 43px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.numero4 {
    margin-left: 46px;
    margin-top: 46px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.numero5 {
    margin-left: 45px;
    margin-top: 46px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.numero6 {
    margin-left: 36px;
    margin-top: 41px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.sutia {
        margin-left: 10px;
        padding-top: 20px;
        width: 280px;
    }
	
.text-titulo {
        margin-top: 46px;
        float: left;
        margin-left: -15px;
        width: 100%;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
        line-height: 21px;
    }

    .texto {
        width: 314px;
        margin-top: -20px;
    }

.texto-box {
    width: 229px;
    margin-top: -16px;
    margin-left: 71px;
    padding-top: 27px;
    line-height: 1.5;
    font-size: 1rem;
}

.texto-box2 {
    width: 242px;
    margin-top: 273px;
    margin-left: 71px;
    padding-top: 62px;
    line-height: 1.5;
    font-size: 1rem;
}

.texto-box3 {
    width: 242px;
    margin-top: 676px;
    margin-left: 71px;
    padding-top: 62px;
    line-height: 1.5;
    font-size: 1rem;
}

.texto-box4 {
    width: 292px;
    margin-top: -17px;
    margin-left: 0px;
    padding-top: 27px;
    line-height: 1.5;
    font-size: 1rem;
}




.square{
  list-style-type: square;
}

.arrow{
  list-style-image: url(../images/bullet.png);
}

.titulo1 {
        margin-bottom: 20px;
        float: left;
        margin-top: -33px;
        margin-left: 40px;
    }

.titulo2 {
        margin-top: 226px;
        margin-bottom: 20px;
        margin-left: 45px;
        float: left;
        width: 100%;
    }
	
    .titulo3 {
        margin-top: 248px;
        margin-bottom: 20px;
        margin-left: 45px;
        float: left;
        width: 360px;
    }

.titulo4 {
        margin-top: 307px;
        margin-bottom: 20px;
        margin-left: 45px;
        float: left;
        width: 360px;
    }

.titulo5 {
    margin-top: 269px;
    margin-bottom: 20px;
    float: left;
    margin-left: -5px;
}
    .texto2 {
        width: 139px;
        margin-left: 140px;
        margin-top: 263px;
        text-align: left;
    }
	
    .texto3 {
        width: 210px;
        margin-left: 140px;
        padding-top: 132px;
        text-align: left;
    }
	
    .texto4 {
        width: 176px;
        margin-left: 140px;
        margin-top: 67px;
        text-align: left;
    }
.texto5 {
        width: 285px;
        margin-left: 20px;
        margin-top: 44px;
        text-align: left;
    }
	
    .texto5 {
        width: 285px;
        margin-left: 20px;
        margin-top: 44px;
        text-align: left;
    }
	
    .texto6 {
        width: 300px;
        margin-left: 20px;
        margin-top: 290px;
        text-align: left;
    }
	
.texto7 {
        width: 287px;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 49px;
        text-align: left;
    }
	
    .texto8 {
        width: 291px;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
    }	
	
.texto9 {
        width: 289px;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
    }
	
    .texto10 {
        width: 286px;
        margin-left: 20px;
        margin-top: 819px;
        text-align: left;
    }
	
p {
    font-size: 14px;
    line-height: 1.5;
    font-size: 0.9rem;
}	

}
