p,
a,
li {
  font-family: "Raleway", san serif;
}

.container {
  width: 1320px !important;
}

@media only screen and (max-width: 600px) {
  .container {
    width: 100% !important;
  }
}
header {
  background: #98c35f;
  height: 170px;
  margin-bottom: 20px;
}

.navbar {
  position: relative;
  /*min-height: 70px;*/
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  width: 150px;
  height: 170px;
  background: white url(../images/IRVP-Logo.png) no-repeat center;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) .navbar .container .navbar-brand,
  .navbar .container-fluid .navbar-brand {
  margin-left: 0 !important;
}
.navbar-nav {
  margin-top: 75px;
}

.navbar-nav > li > a {
  padding: 10px;
  background: #fff;
  color: #1860ab;
  border-radius: 10px;
  font-size: 1.4rem;
  margin-left: 1rem;
  /* line-height: 20px; */
  /* text-transform: uppercase; */
  /* float: left; */
}
.navbar-nav > li > a.inverted-nav {
  color: white;
  background: #1860ab;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #fff;
  background: #1860ab;
}

.navbar-nav > li > a.inverted-nav:hover,
.navbar-nav > li > a.inverted-nav.active {
  color: #fff;
  background: #56ad4a;
}

/*.navbar-nav li::before {
    content: " | ";
	color:#1860AB;
}*/
.navbar-nav li:last-child:before {
  content: "";
}
.carousel-caption h3 {
  font-size: 5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 30px;
  }
}

h2,
h3,
h4,
h5 {
  font-family: Rajdhani;
}
h2 {
  font-size: 3.5rem;
  color: white;
  margin: 20px 0;
  padding: 10px 15px 5px;
}
@media (max-width: 480px) {
  h2 {
    float: left;
    width: 100%;
  }
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  text-transform: capitalize;
}

h5 span:before {
  content: " - ";
}
.blue,
.red,
.green {
  border-radius: 10px 10px 0 0;
}

.blue {
  background: #1860ab;
  border-bottom: 5px solid #204497;
}
.red {
  background: #f26f57;
  border-bottom: 5px solid #ee3b32;
}
.green {
  background: #98c35f;
  border-bottom: 5px solid #56ad4a;
}
p,
li {
  font-size: 1.6rem;
  color: #40444a;
}

.btn-naked-red {
  margin: 0 0 10px 0;
  color: #f26f57;
  background: #ffe4df;
  font-size: 1.6rem;
  border: 1px solid #f26f57;
}
.btn-naked-red::after {
  content: " >>";
  color: #ee3b32;
}
.btn-naked-red:hover {
  color: #ee3b32 !important;
}
.btn-naked-green {
  margin: 0 0 10px 0;
  color: #0c6100;
  background: #e4ffe0;
  font-size: 1.6rem;
  border: 1px solid #98c35f;
}

.btn-naked-green:hover {
  color: #56ad4a !important;
}
.coloured-bg {
  min-height: 350px;
  padding: 60px 0;
  margin: 100px 0;
}
.coloured-bg.red,
.coloured-bg.blue {
  border-bottom: none;
}
.coloured-bg p {
  color: white;
  font-size: 3rem;
}
.red-balls {
  background: url(../images/red-ball.png) repeat-x;
  position: relative;
  top: -20px;
  width: 100%;
  display: block;
  height: 40px;
}
.white-ball {
  background: url(../images/white-ball.png) no-repeat center;
  position: relative;
  bottom: +60px;
  width: 100%;
  display: block;
  height: 120px;
}
.section-title {
  font-size: 8rem;
  color: white;
  margin-top: 0;
  line-height: 7rem;
}
.section-title span {
  color: #8c3526;
}
.btn-bordeaux,
.btn-red,
.btn-green,
.btn-blue {
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #8c3526;
}
.btn-red {
  background: #f26f57;
}
.btn-red:hover {
  background: #ee3b32;
}
.btn-blue {
  background: #1860ab;
}
.btn-blue:hover {
  background: #204497;
}

.btn-darkblue {
  background: #204497;
  color: white;
  padding: 20px;
  font-size: 2rem;
}
.btn-darkblue:hover {
  color: white;
  background: #1860ab;
  -webkit-animation: flash 0.1s;
  animation: flash 0.1s;
}
.btn-green {
  background: #98c35f;
}
.btn-green:hover {
  background: #7fae42;
  -webkit-animation: flash 0.2s;
  animation: flash 0.2s;
}
.btn {
  border-radius: 10px;
}
footer {
  background: #1860ab;
}
footer li {
  list-style: none;
  list-style-position: inside;
}
footer ul {
  margin: 0;
  padding: 0 20px 0 20px;
  float: left;
}
footer li p,
footer li a {
  color: white;
  float: left;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 5px;
}
footer li a:hover {
  color: #002452;
  text-decoration: none;
}
footer h3 {
  margin: 40px 0 20px 0;
  width: 100%;
  background: #002452;
  padding: 10px 20px;
  float: left;
  border-radius: 10px;
}
footer h3 a {
  color: white;

  font-size: 2.5rem !important;
}

.blue-bubble {
  background: #002452;
  padding: 40px 0;
}
.blue-bubble p {
  color: #1860ab;
  font-size: 1.5rem;
  margin-top: 10px;
}
.ngo-img {
  height: 180px;
  width: 100%;
  display: block;
  text-align: center;
}
.ngo-img img {
  max-width: 100%;
  max-height: 100%;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  /*  filter: gray; /* IE5+ */
  /*  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  /*  -webkit-transition: all .8s ease-in-out;  	*/
}
.member-container img:hover {
  /*filter: none;
    /*  -webkit-filter: grayscale(0);
    /*  -webkit-transform: scale(1.01);	*/
}

.member-container a:hover {
  text-decoration: none;
}
.member-container a {
  color: #40444a;
}

.members h4,
.members h5 {
  text-align: center;
  margin: 0 0 5px 0;
  height: 30px;
}

.members h4 {
  height: 65px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.5rem;
}

.members h5 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 10px 0;
  font-size: 1.5rem;
}

.members .row-fluid {
  border-bottom: 1px solid #98c35f;
  margin-bottom: 10px;
  min-height: 280px;
}
@media (max-width: 767px) {
  .members .row-fluid {
    border-bottom: none;
    margin-bottom: 0;
  }
  .members .row-fluid .member-container {
    border-bottom: 1px solid #98c35f;
    margin-bottom: 20px;
    min-height: 300px;
  }
}
.btn:hover {
  color: white;
  -webkit-animation: flash 0.1s;
  animation: flash 0.1s;
}
input {
  width: 100%;
  height: 60px;
  border: none;
  background: #dee9cd;
  padding: 10px;
  font-size: 1.6rem;
  color: #686f79;
  margin-bottom: 10px;
  border-radius: 10px;
}
input:focus,
textarea:focus {
  background: #ffffff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #dee9cd inset;
  transition: background-color 5000s ease-in-out 0s;
}
input#paypalbutton {
  width: 72%;
  height: auto !important;
  background: none !important;
}
.callback-form input {
  background: #fff0f0;
}
input::placeholder,
textarea::placeholder {
  color: #686f79;
}
textarea {
  width: 100%;
  min-height: 180px;
  background: #dee9cd;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.6rem;
}
.social-network {
  background: #dee9cd;
  text-align: center;
  height: 60px;
  border-radius: 10px;
}
.social-network a {
  background-image: url(../images/Sprites-IRVP-Web.png);
  display: block;
  margin: 10px auto;
}
.social-network:hover {
  -webkit-animation: flash 0.1s;
  animation: flash 0.1s;
}
.facebook {
  background-position: 0 -140px;
  width: 21px;
  height: 40px;
}
.linkedin {
  background-position: -40px -140px;
  width: 41px;
  height: 40px;
}
.youtube {
  background-position: -100px -140px;
  width: 29px;
  height: 40px;
}
.twitter {
  background-position: -300px -140px;
  width: 43px;
  height: 35px;
}

.spacer {
  margin-bottom: 60px;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.xerif-badge {
  background: url(../images/Sprites-IRVP-Web.png) no-repeat -240px -190px;
  width: 100px;
  height: 48px;
  display: block;
}
.xerif-badge:hover {
  background-position: 0 -190px;
}
.breadcrums {
  /*	background:url(../images/footer-breadcrums.jpg) repeat center;
	height:60px;	
*/
}
.footer-logo {
  background: url(../images/IRVP-Logo-horizontal-blue.png) no-repeat;
  width: 200px;
  height: 69px;
  display: block;
  margin: 20px auto;
}
.header-mb {
  display: block;
  width: 100%;
  background: #98c35f;
}

.header-mb a {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #1860ab;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.header-mb header a:first-child {
  margin-top: 20px;
}
.header-mb img {
  max-width: 200px;
  margin: 0 auto 20px;
}
#no-upper {
  text-transform: none !important;
}
.carousel {
  margin-bottom: 40px;
  margin-top: 20px;
}

.carousel img:hover {
  -webkit-animation: flash 0.1s;
  animation: flash 0.1s;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.carousel-caption {
  bottom: 56px;
}

div.gallery_product img {
  margin-bottom: 10px !important;
  /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  /*filter: grayscale(100%);	*/
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
div.gallery_product img:hover {
  margin-bottom: 10px !important;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-animation: flash 0.1s;
  animation: flash 0.1s;
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

div.gallery_product p {
  font-size: 14px !important;
  text-align: center;
}
.gallery-rw .gallery_product {
  height: 340px;
}
.carousel-inner img {
  margin: auto;
}
a.back-to-top {
  display: none;
  width: 40px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: #ee3b32;
  border-radius: 10px;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  margin: 10px auto;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.rc-anchor-light.rc-anchor-normal {
  border: 1px solid #dee9cd !important;
}
.rc-anchor-light {
  background: #98c35f !important;
  color: #000;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  float: left;
  width: 100%;
  text-align: center;
}
.alert-success {
  color: #146900 !important;
  background-color: #bfe3b6 !important;
  border-color: #ebccd1;
  padding: 10px;
  float: left;
  width: 100%;
  text-align: center;
}
.the-board h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.the-board p {
  margin: 0;
  padding: 0;
}
.the-board .item {
  min-height: 250px;
  text-align: center;
}
.list-main li a {
  font-size: 1.6rem;
  color: #40444a;
}
.list-main li {
  list-style-position: inside;
  list-style-type: square;
}
.list-main {
  padding-left: 0;
}
.list-main li a:hover {
  color: #56ad4a;
  text-decoration: none;
}

.topspace {
  margin-top: 20px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
form small {
  padding-left: 15px;
}
form label {
  color: #df4c4f;
  font-style: italic;
  width: 100%;
  border: none;
}
.container-nl {
  width: 600px;
  margin: 0 auto;
}
.container-nl .row {
  margin-bottom: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 40px 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag-group {
}
span.tag {
  background: #dde7f0;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
}

.btn-go-back {
}
.btn-go-back a {
  float: right;
  margin: 20px 0;
}

#mensaje-contacto.alert-success {
  padding: 10px;
  border-radius: 0.25rem;
  display: none;
  margin-right: 10px;
  margin-bottom: 0.5rem !important;
  width: 100%;
  margin-top: 10px;
}

.supporter-container {
  text-align: center;
  margin: 3rem auto;
  width: 100%;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
  border-radius: 10px;
}
.supporter-container img {
  margin: 1rem auto;
}

.logos-row img {
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .logos-row > div {
    margin-bottom: 20px;
  }
  .logos-row img {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 600px) {
  .supporter-container {
    width: 100%;
    padding: 1rem;
  }
}

.fa-brands {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fa-x-twitter {
  background: url("../images/icons/x-twitter-brands-solid.svg") no-repeat;
}
.fa-linkedin-in {
  background: url("../images/icons/linkedin-in-brands-solid.svg") no-repeat;
}
