/***********************************************
------------------------------------------------
		PROEDI STYLES FOR MOBILE DEVICES		
------------------------------------------------
***********************************************/
/*
The styles here are intended for high end android devices and IPhone 4+
The assumption is that every device taht reaches this site has a resolution over 640 pixels in any orientation
*/
/*
------------------------------------------------
		MAIN STYLES (ALL SCREEN SIZES)			
------------------------------------------------
*/
/** general stuff **/
/* line 58, mobile.styles.scss */
body {
  background: url(../img/bcakground1.jpg) repeat;
  color: white;
  font: 14px Verdana, Geneva, sans-serif;
}

/* line 65, mobile.styles.scss */
h3 {
  text-align: center;
}

/** Site Main Container **/
/* line 72, mobile.styles.scss */
#main-wrapper {
  width: 1024px;
  position: relative;
  margin-left: -512px;
  left: 50%;
  margin-top: 10px;
  background: #0089e4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #555555 0px 0px 7px 2.5px;
  -moz-box-shadow: #555555 0px 0px 7px 2.5px;
  box-shadow: #555555 0px 0px 7px 2.5px;
  overflow: hidden;
}
@media screen and (max-width: 1068px) {
  /* line 72, mobile.styles.scss */
  #main-wrapper {
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
}

/** Header Styles **/
/* line 94, mobile.styles.scss */
#header-wrapper {
  width: 100%;
  height: 200px;
  background: #ffcc00;
  position: relative;
}
/* line 101, mobile.styles.scss */
#header-wrapper #logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
  height: 200px;
  background: url(../img/logo-proedi-mobile.png) no-repeat;
  z-index: 60;
}
@media screen and (max-width: 890px) {
  /* line 101, mobile.styles.scss */
  #header-wrapper #logo {
    height: 144px;
    width: 150.48px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 101, mobile.styles.scss */
  #header-wrapper #logo {
    width: 250px;
    height: 63px;
    top: 10px;
    left: 50%;
    margin-left: -125px;
    background: url(../img/logo-mobile-small.png) no-repeat;
  }
}

/* line 130, mobile.styles.scss */
#slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/slider1-mobile.jpg) no-repeat center;
  background-size: cover;
}

/************************************************
************************************************/
/** MENU STYLES **/
/* line 143, mobile.styles.scss */
.menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 450px;
  background: #0089e4;
  -webkit-box-shadow: black 0 0 5px 2.5px;
  -moz-box-shadow: black 0 0 5px 2.5px;
  box-shadow: black 0 0 5px 2.5px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  z-index: 500;
  -webkit-transform: translate3d(-105%, 0, 0);
  -moz-transform: translate3d(-105%, 0, 0);
  -ms-transform: translate3d(-105%, 0, 0);
  -o-transform: translate3d(-105%, 0, 0);
  transform: translate3d(-105%, 0, 0);
}
@media screen and (min-width: 720px) {
  /* line 143, mobile.styles.scss */
  .menu-panel {
    display: none;
  }
}
/* line 163, mobile.styles.scss */
.menu-panel ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
}
/* line 171, mobile.styles.scss */
.menu-panel .submenu-panel {
  list-style: none;
  overflow: hidden;
  background: #005b98;
}
/* line 176, mobile.styles.scss */
.menu-panel .submenu-panel li {
  z-index: 100;
  margin-bottom: 0;
}
/* line 179, mobile.styles.scss */
.menu-panel .submenu-panel li:first-child {
  margin-top: 5px;
}
/* line 183, mobile.styles.scss */
.menu-panel .submenu-panel li:last-child {
  margin-bottom: 5px;
}
/* line 188, mobile.styles.scss */
.menu-panel .submenu-panel li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #005b98;
  font-weight: 600;
  border: solid 1px #00416c;
  border-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bfc7cf), color-stop(100%, #8594a3));
  background-image: -webkit-linear-gradient(#bfc7cf, #8594a3);
  background-image: -moz-linear-gradient(#bfc7cf, #8594a3);
  background-image: -o-linear-gradient(#bfc7cf, #8594a3);
  background-image: linear-gradient(#bfc7cf, #8594a3);
}
/* line 198, mobile.styles.scss */
.menu-panel .submenu-panel li a:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005b98), color-stop(100%, #0089e4));
  background-image: -webkit-linear-gradient(#005b98, #0089e4);
  background-image: -moz-linear-gradient(#005b98, #0089e4);
  background-image: -o-linear-gradient(#005b98, #0089e4);
  background-image: linear-gradient(#005b98, #0089e4);
  color: #ff8800;
}
/* line 207, mobile.styles.scss */
.menu-panel li {
  width: 100%;
  max-width: 300px;
  margin-bottom: 5px;
}
/* line 212, mobile.styles.scss */
.menu-panel li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border: solid 2px #ff8800;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089e4), color-stop(100%, #005b98));
  background-image: -webkit-linear-gradient(#0089e4, #005b98);
  background-image: -moz-linear-gradient(#0089e4, #005b98);
  background-image: -o-linear-gradient(#0089e4, #005b98);
  background-image: linear-gradient(#0089e4, #005b98);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 222, mobile.styles.scss */
.menu-panel li a:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005b98), color-stop(100%, #0089e4));
  background-image: -webkit-linear-gradient(#005b98, #0089e4);
  background-image: -moz-linear-gradient(#005b98, #0089e4);
  background-image: -o-linear-gradient(#005b98, #0089e4);
  background-image: linear-gradient(#005b98, #0089e4);
  color: #ff8800;
}
/* line 229, mobile.styles.scss */
.menu-panel li .child-image {
  position: relative;
  width: 12px;
  height: 8px;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  background: url(../img/carat-d-white.png);
}

/* line 242, mobile.styles.scss */
#menu-wrapper {
  position: absolute;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  bottom: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  z-index: 100;
}
/* line 254, mobile.styles.scss */
#menu-wrapper ul {
  margin: 0;
  padding-right: 10px;
  float: right;
}
/* line 262, mobile.styles.scss */
#menu-wrapper ul:before {
  display: table;
  content: " ";
  clear: both;
}
/* line 268, mobile.styles.scss */
#menu-wrapper ul:after {
  display: table;
  content: " ";
  clear: both;
}
@media screen and (max-width: 890px) {
  /* line 254, mobile.styles.scss */
  #menu-wrapper ul {
    padding: 0 10px;
    float: none;
  }
}
@media screen and (max-width: 720px) {
  /* line 254, mobile.styles.scss */
  #menu-wrapper ul {
    display: none;
  }
}
/* line 289, mobile.styles.scss */
#menu-wrapper .menu-item {
  display: inline-block;
  margin: 0 -5px 0 0;
  position: relative;
}
/* line 297, mobile.styles.scss */
#menu-wrapper .menu-item:last-child a {
  border-right: none;
}
/* line 302, mobile.styles.scss */
#menu-wrapper .menu-item:last-child ul {
  right: 0;
}
/* line 310, mobile.styles.scss */
#menu-wrapper .menu-item a {
  display: block;
  padding: 10px 5px;
  color: white;
  border-right: solid 1px #00416c;
  font-weight: 600;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089e4), color-stop(100%, #005b98));
  background-image: -webkit-linear-gradient(#0089e4, #005b98);
  background-image: -moz-linear-gradient(#0089e4, #005b98);
  background-image: -o-linear-gradient(#0089e4, #005b98);
  background-image: linear-gradient(#0089e4, #005b98);
}
/* line 321, mobile.styles.scss */
#menu-wrapper .menu-item a:active {
  color: #ff8800;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005b98), color-stop(100%, #0089e4));
  background-image: -webkit-linear-gradient(#005b98, #0089e4);
  background-image: -moz-linear-gradient(#005b98, #0089e4);
  background-image: -o-linear-gradient(#005b98, #0089e4);
  background-image: linear-gradient(#005b98, #0089e4);
}
/* line 328, mobile.styles.scss */
#menu-wrapper .menu-item a .child-image {
  position: relative;
  width: 12px;
  height: 8px;
  float: right;
  margin-top: 5px;
  margin-left: 5px;
  background: url(../img/carat-d-white.png);
}
/* line 341, mobile.styles.scss */
#menu-wrapper .sub-menu {
  position: absolute;
  list-style: none;
  padding: 0 10px 0 10px;
  float: left;
  min-width: 172px;
  overflow: hidden;
  background: #005b98;
  z-index: 60;
  border-left: solid 1px #00416c;
  border-right: solid 1px #00416c;
  border-bottom: solid 1px #00416c;
}
/* line 355, mobile.styles.scss */
#menu-wrapper .sub-menu li {
  margin-top: 2px;
  margin-bottom: 0;
}
/* line 359, mobile.styles.scss */
#menu-wrapper .sub-menu li:first-child {
  margin-top: 10px;
}
/* line 363, mobile.styles.scss */
#menu-wrapper .sub-menu li:last-child {
  margin-bottom: 10px;
}
/* line 370, mobile.styles.scss */
#menu-wrapper .sub-menu a {
  border: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bfc7cf), color-stop(100%, #8594a3));
  background-image: -webkit-linear-gradient(#bfc7cf, #8594a3);
  background-image: -moz-linear-gradient(#bfc7cf, #8594a3);
  background-image: -o-linear-gradient(#bfc7cf, #8594a3);
  background-image: linear-gradient(#bfc7cf, #8594a3);
}
/* line 374, mobile.styles.scss */
#menu-wrapper .sub-menu a:active {
  background: #006ab1;
}
/* line 381, mobile.styles.scss */
#menu-wrapper #menu-button {
  display: inline-block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089e4), color-stop(100%, #005b98));
  background-image: -webkit-linear-gradient(#0089e4, #005b98);
  background-image: -moz-linear-gradient(#0089e4, #005b98);
  background-image: -o-linear-gradient(#0089e4, #005b98);
  background-image: linear-gradient(#0089e4, #005b98);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #006ab1;
}
/* line 388, mobile.styles.scss */
#menu-wrapper #menu-button:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005b98), color-stop(100%, #0089e4));
  background-image: -webkit-linear-gradient(#005b98, #0089e4);
  background-image: -moz-linear-gradient(#005b98, #0089e4);
  background-image: -o-linear-gradient(#005b98, #0089e4);
  background-image: linear-gradient(#005b98, #0089e4);
}
/* line 393, mobile.styles.scss */
#menu-wrapper #menu-button a {
  display: block;
  padding: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
}
/* line 401, mobile.styles.scss */
#menu-wrapper #menu-button a:active {
  color: #ff8800;
  text-decoration: none;
}
/* line 407, mobile.styles.scss */
#menu-wrapper #menu-button img {
  margin: 0 2px;
}
@media screen and (min-width: 721px) {
  /* line 381, mobile.styles.scss */
  #menu-wrapper #menu-button {
    display: none;
  }
}

/** MENU STYLES END **/
/************************************************
************************************************/
/** SUB MENU ANIMATION SLIDE **/
/* Slide Down Animation */
@-webkit-keyframes slideDownAnimation {
  /* line 467, mobile.styles.scss */
  from {
    max-height: 0;
  }

  /* line 471, mobile.styles.scss */
  to {
    max-height: 150px;
  }
}

@-moz-keyframes slideDownAnimation {
  /* line 467, mobile.styles.scss */
  from {
    max-height: 0;
  }

  /* line 471, mobile.styles.scss */
  to {
    max-height: 150px;
  }
}

@-o-keyframes slideDownAnimation {
  /* line 467, mobile.styles.scss */
  from {
    max-height: 0;
  }

  /* line 471, mobile.styles.scss */
  to {
    max-height: 150px;
  }
}

@keyframes slideDownAnimation {
  /* line 467, mobile.styles.scss */
  from {
    max-height: 0;
  }

  /* line 471, mobile.styles.scss */
  to {
    max-height: 150px;
  }
}

/* line 477, mobile.styles.scss */
.slide-down {
  -o-animation-name: slideDownAnimation;
  -moz-animation-name: slideDownAnimation;
  -webkit-animation-name: slideDownAnimation;
  animation-name: slideDownAnimation;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  max-height: 150px;
}

/* line 484, mobile.styles.scss */
.init-slide-up {
  height: 0;
}

/* Slide Up Animation */
@-webkit-keyframes slideUpAnimation {
  /* line 492, mobile.styles.scss */
  from {
    max-height: 150px;
  }

  /* line 496, mobile.styles.scss */
  to {
    max-height: 0;
  }
}

@-moz-keyframes slideUpAnimation {
  /* line 492, mobile.styles.scss */
  from {
    max-height: 150px;
  }

  /* line 496, mobile.styles.scss */
  to {
    max-height: 0;
  }
}

@-o-keyframes slideUpAnimation {
  /* line 492, mobile.styles.scss */
  from {
    max-height: 150px;
  }

  /* line 496, mobile.styles.scss */
  to {
    max-height: 0;
  }
}

@keyframes slideUpAnimation {
  /* line 492, mobile.styles.scss */
  from {
    max-height: 150px;
  }

  /* line 496, mobile.styles.scss */
  to {
    max-height: 0;
  }
}

/* line 502, mobile.styles.scss */
.slide-up {
  -o-animation-name: slideUpAnimation;
  -moz-animation-name: slideUpAnimation;
  -webkit-animation-name: slideUpAnimation;
  animation-name: slideUpAnimation;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  max-height: 0;
}

/************************************************
************************************************/
/** CONTENT STYLES **/
/* line 512, mobile.styles.scss */
#main-container {
  background: #0089e4;
  position: relative;
}

/* line 518, mobile.styles.scss */
.content-container {
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 960px) {
  /* line 518, mobile.styles.scss */
  .content-container {
    width: 90%;
    margin-left: 5%;
  }
  /* line 526, mobile.styles.scss */
  .content-container #valores {
    padding-left: 50%;
  }
}
/* line 531, mobile.styles.scss */
.content-container ul {
  padding: 0 0 0 16px;
}

/* line 537, mobile.styles.scss */
#mapa-ubicacion {
  width: 100%;
  top: 60px;
  bottom: 49px;
  right: 0;
  left: 0;
  position: absolute;
}

/* line 548, mobile.styles.scss */
.map-button {
  display: inline-block;
  margin: 10px 0 0 0;
  position: relative;
}
/* line 555, mobile.styles.scss */
.map-button a {
  display: block;
  padding: 10px 5px;
  color: white;
  border: solid 1px #00416c;
  font-weight: 600;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089e4), color-stop(100%, #005b98));
  background-image: -webkit-linear-gradient(#0089e4, #005b98);
  background-image: -moz-linear-gradient(#0089e4, #005b98);
  background-image: -o-linear-gradient(#0089e4, #005b98);
  background-image: linear-gradient(#0089e4, #005b98);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 567, mobile.styles.scss */
.map-button a:active {
  color: #ff8800;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005b98), color-stop(100%, #0089e4));
  background-image: -webkit-linear-gradient(#005b98, #0089e4);
  background-image: -moz-linear-gradient(#005b98, #0089e4);
  background-image: -o-linear-gradient(#005b98, #0089e4);
  background-image: linear-gradient(#005b98, #0089e4);
}

/* line 576, mobile.styles.scss */
.title {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089e4), color-stop(100%, #005b98));
  background-image: -webkit-linear-gradient(#0089e4, #005b98);
  background-image: -moz-linear-gradient(#0089e4, #005b98);
  background-image: -o-linear-gradient(#0089e4, #005b98);
  background-image: linear-gradient(#0089e4, #005b98);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font: bold 16px Verdana, Geneva, sans-serif;
  color: white;
  padding: 5px 0;
  letter-spacing: 1px;
}

/* line 585, mobile.styles.scss */
.subtitle {
  font: bold 16px Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: white;
  margin: 0 0 0 10px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  /* line 585, mobile.styles.scss */
  .subtitle {
    margin: 0;
    text-align: center;
  }
}

/* line 599, mobile.styles.scss */
.letra-valores {
  font: bold 14px Verdana, Geneva, sans-serif;
  color: #ffcc00;
}

/* Special styles for container-mision */
@media screen and (min-width: 720px) {
  /* line 605, mobile.styles.scss */
  #container-mision {
    width: 90%;
    margin-left: 5%;
  }
}

/************************************************
************************************************/
