body{
  font-family: 'Raleway', sans-serif;
}
h1{
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
}
h2{
  font-size: 32px;
}
section{
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}
.center-l, .center-r{
  text-align: center;
}
.fixed-backround{
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.white-color{
  color: #FFFFFF;
}
.white-color a{
  color: #FFFFFF;
}
.integrity-bttn{
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  color: #0A517C;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  background: rgba(250,250,250,1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.integrity-bttn:hover{
  text-decoration: none;
}
.big-padding{
  padding-top: 0px;
  padding-bottom: 0px;
}
.padding-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.transition-5s{
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.overlay{
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
  z-index: 0;
  animation-name: start;
  animation-duration: 2s;
}
@-webkit-keyframes start {
  from {background-color: rgba(255, 255, 255, 1); z-index: 9999;}
  to {background-color: rgba(255, 255, 255, 0);}
}
@keyframes start {
  0% {background-color: rgba(255, 255, 255, 1); z-index: 9999;}
  50% {background-color: rgba(255, 255, 255, 1); z-index: 9999;}
  100% {background-color: rgba(255, 255, 255, 0);}
}
.navbar-brand{
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-brand>img{
  height: 40px;
}
.navbar-softtek{
  background-color: rgba(255,255,255,1);
  border: none;
  animation-name: navbar-anim;
  animation-duration: 2s;
  animation-delay: 1s;
}
@-webkit-keyframes navbar-anim{
  from {margin-top: -70px;}
  to {margin-top: 0px;}
}
@keyframes navbar-anim {
  from {margin-top: -70px;}
  to {margin-top: 0px;}
}
.nav>li>a{
  color: #0A517C;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 1px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.navbar-toggle{
  border-color: #0A517C;
}
.navbar-toggle .icon-bar{
  background-color: #0A517C;
}
.navbar-toggle:hover{
  border-color: #0A517C;
}
.navbar-toggle:hover>.icon-bar{
  background-color: #82BC00;
}
.nav>li>a:hover, .nav>li.active>a, .dropdown-menu>li>a:hover{
  color: #82BC00;
}
.dropdown-menu{
  min-width: 70px;
  top: 70%;
  left: 16%;
}
.dropdown-menu>li>a{
  color: #0A517C;
  font-size: 12px;
  font-weight: bold;
}
.navbar-softtek.scrolled{
   background-color: rgba(255,255,255,0.9);
   -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
   -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
   box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

.navbar-softtek.scrolled:hover{
   background-color: rgba(255,255,255,1);
}
#report-bttn a{
   border: 2px solid #0A517C;
   background-color: transparent;
   display: inline-block;
   border-radius: 10px;
   margin-left: 10px;
}

#report-bttn a:hover, #report-bttn.active a{
   background-color: #0A517C;
   color: #FFFFFF;
}
#integrity{
  background-image: url('../images/fondos-01.jpg');
}
#ethics{

}
#ethics h2{
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}
#faqs-container p{
  cursor: pointer;
  font-weight: 500;
}
#faqs-container p span, #faqs-container p span:focus{
   padding-bottom: 2px;
   border-width: 2px;
   border-style: solid;
   border-color: transparent;
   -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#faqs-container p span:hover{
   border-bottom: 2px solid #000000;
}
#code{
  background-image: url('../images/fondos-02.jpg');
}
#code-img{
  margin-top: 20px;
  margin-bottom: 20px;
}
#resources{

}
#committee{
  background-image: url('../images/fondocomites.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-control.right, .carousel-control.left{
  background: none;
}
.map-span{
	position: absolute;
	width: 0.8%;
	height: 2.5%;
	background: transparent;
	cursor: pointer;
}
#report{
  background-image: url('../images/fondos-03.jpg');
}
label, .form-group{
	margin-bottom: 10px;
   margin-right: 15px;
}
.form-horizontal .checkbox, .checkbox label{
	font-weight: bold;
	min-height: 0;
}
input[type=file]{
   display: inline-block;
}
#disclaimer a{
	color:#FFF;
	text-decoration: underline;
	font-size: 18px;
   font-weight: 500;
}

@media (min-width: 768px) {
  .center-l{
    text-align: left;
  }
  .center-r{
    text-align: right;
  }
  .big-padding{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  h1{
    font-size: 60px;
  }
  .nav>li>a{
      font-size: 12px;
   }
   #report-bttn a{
      margin-left: 0;
      padding: 2px 10px;
      margin-top: 1px;
   }
}
@media (min-width: 992px){
  h2{
   	 font-size: 40px;
   }
   .nav>li>a{
      font-size: 14px;
      padding: 15px 10px;
   }
   .dropdown-menu>li>a{
      font-size: 14px;
   }
   .navbar-brand{
      height: 70px;
   }
   .navbar-brand>img{
      height: 60px;
   }
   .navbar-brand.scrolled{
      height: 50px;
   }
   .navbar-brand.scrolled>img{
      height: 40px;
   }
   .navbar-nav.scrolled>li>a{
      padding: 5px 11x;
   }
   #report-bttn a{
      padding: 5px 10px;
      margin-top: 8px;
   }
   #report-bttn.scrolled a{
      padding: 2px 10px;
      margin-top: 1px;
   }
   .margin-right-md-0{
     margin-right: 0 !important;
   }
}

@media (min-width: 1200px){
   .nav>li>a{
      padding: 15px 25px;
   }
   .navbar-nav.scrolled>li>a{
      padding: 5px 25px;
   }
}

/**/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 30px auto;
 }
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
 }
  .modal-sm {
      width: 300px;
 }
}
@media (min-width: 992px) {
  .modal-lg {
      width: 900px;
 }
}
.modal-body{
  max-height: initial;
  width: auto;
}
div.modal{
  background-color: transparent;
  border: none !important;
  box-shadow: initial !important;
}
.modal-header .close span {
  font-size: 40px;
  box-sizing: initial;
  color: #FFFFFF;
  opacity: 1;
}
.modal-header {
  border: none;
  padding: 0px 35px;
  margin-top: 25px;
  height: 50px;
}
.modal-header .close{
  z-index:10;
  opacity: 1;
}
.modal-body{
  color: #000000;
}
.ContenedorModales .modal-content{
  background-color: #2e2e2e;
}
@media (max-width: 780px){
  .modal{
     /*width: 100% !important;
     */
 }
}
@media (max-width: 980px){
  .modal-body{
      padding: 15px 30px;
 }
}
.modal-custom{
  background-color: #0A517C; 
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
}
.modal-title-css{
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
  text-align: left;
}
.modal-body-css{
  margin-top: 35px;
  margin-left: 20px;
  padding-right: 50px;
  padding-left: 50px;
}
.in {
  background: rgba(0, 0, 0, 0.8);
}
.modal-dialog{
  width: 80%;
  margin: auto;
  height: 100%;
}
.modal-content{
   height: 80%;
}
#modal-content-Scroll{
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
.in{
  background: none;
}
.nav>li.active{
  text-decoration: underline;
}
#committee_title{
  cursor: pointer;
}
a:focus, a:hover{
  text-decoration: none;
}
u{
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}​