/* FUENTES */
@font-face {
    font-family: 'guri_bold';
    src: url('../fonts/ptsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/ptsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'guri';
    src: url('../fonts/ptsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/ptsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
  box-sizing: border-box;
}
body{
  font-family: 'guri', sans-serif;
  background-color: white;
}
ul {
  list-style: none;
}
h1 {
  display: inline-block;
}
h1 img{
  width: 190px;
}
h2 {
  padding-top: 20px;
}
h3 {
  padding: 0px 30px 5px 30px;
  font-size: 18px;
}
.index h3 {
  padding-left: 0px;
}
header{
  height: 160px;
}
.top-bg{
  background: #e8cd13 url(../images/gurisesunidos_bg.png) no-repeat scroll right top;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container-fluid {
  /* background-color: orange; */
}
/* navegacion superior */
nav {
}
nav ul li{
  display: inline-block;
  margin: 0px 5px 0px 5px;
}
nav a {
  padding: 8px 10px 8px 5px;
  text-decoration: none;
  font-family: 'guri_bold';
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
nav a:hover {
  color:#4D4D4D;
  text-decoration: none;
}
nav .navbar-nav{
  padding: 40px 20px 0px 0px;
  float: right;
}
.navbar-toggle{
  border: 2px solid white;
  margin-top: 50px;
}
.navbar-toggle .icon-bar{
  background-color: white;
}
@media all and (max-width: 767px){
  nav .navbar-nav{
    float: none;
    padding-top: 0;
  }
  nav .navbar-nav li{
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
  }
}
/* menu lateral */
.nav{
	margin-right: 30px;
	margin-left: 0;
  margin-bottom: 0;
  height:100%;
  min-height:100%;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 20px;
}
.nav li {
  width: 100%;
  display:block;
}
.nav li a {
  display: block;
  margin: 0px 20px;
  padding: 30px 70px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'guri_bold';
  color: #4D4D4D;
  border-bottom: 1px solid #DDB509;
  transition: color .5s ease;
}
.nav li a.active{
  color: #DDB509;
}
.nav li:last-child a {
  border-bottom: none;
}
.nav li a:hover {
  color:#DDB509;
  background-color: white;
}
@media all and (max-width: 1450px){
  .nav li a {
    padding: 30px 30px;
  }
}
@media all and (max-width: 1200px){
  .nav{
  	margin-right: 0px;
  }
}
@media all and (max-width: 991px){
  .nav{
    padding: 10px;
  }
  .nav li {
    width: 50%;
    display:block;
    float: left;
  }
  .nav li:nth-child(odd){
    border-right: 1px solid #DDB509;
  }
  .nav li:nth-child(3) a{
    border-bottom: none;
  }
  .nav li a {
    padding: 30px 10px;
  }
  .top-bg {
    height: 400px;
    background-size: cover;
    background-position: 70% center;
  }
}
@media all and (max-width: 480px){
  .nav li a {
    font-size: 15px;
  }
}
.scroll-text {
  width: calc(100% - 600px);
  background-color: white;
  padding-right: 15px;
  padding-top: 10px;
  color:black;
  display: inline-block;
  font-size: 16px;
  padding-right: 15px;
}
iframe {
  border: 0px;
  margin-right: 40px;
  margin-top: 20px;
  width: calc(100% - 40px);
}
video {
  background-color: black;
  width: 100%;
  margin-bottom: 20px;
}
.botones {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 250px;
}
@media all and (max-width: 1400px){
  .scroll-text {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  iframe {
    margin: 0 auto;
    display: block;
  }
  .botones {
    height: inherit;
    width: 100%;
  }
}

.mobile{
   display: none;
}

@media only screen and (max-width: 600px){ 
   .desktop{
     display: none;
   }

   .mobile{
     display: block;
   }
}

@media all and (max-width: 480px){
  .botones {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
}

.row.ayuda div {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.row.icono div {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.row.nota img {
  width: 100%;
  padding-bottom: 20px;
}
.row.nota div {
  padding: 10px 20px 0px 20px;
}
.scroll-text.nota {
  width: 100%;
  background-color: white;
  padding: 0px 15px;
  overflow:auto;
  color:black;
  display: inline-block;
  height: 220px;
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}
@media all and (max-width: 600px){
  iframe{
    width:100%;
  }
}
.overview{
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  font-family: 'guri', sans-serif;
  font-size: 31px;
  color: white;
  text-align: left!important;
}
/*
#overview_home {
  height: 130px;
}
*/
.index {
  margin-top: 0px;
}
@media all and (max-width: 1276px){
  .overview{
    color: #DDB509;
    padding-top: 80px!important;
    height: auto;
    display: block;
  }
}
/* scroll */
.scroll-text::-webkit-scrollbar {
    width: 16px;
    border-radius: 8px;
    cursor: pointer;
}
.scroll-text::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); */
    visibility: hidden;
    border-radius: 8px;
}
.scroll-text::-webkit-scrollbar-thumb {
  background-color: #80b65e;
  /* outline: 1px solid slategrey; */
  border-radius: 8px;
  cursor: pointer;
}
article {
  padding: 20px;
}
.title {
  font-size: 18px;
  font-weight: bold;
  margin: -10px -20px;
  color: black;
}
hr {
  border: none;
  border-top: 1px solid #80b65e;
  display: block;
}
.modal-header {
  background-color: #DDB509;
  color: white;
}
.modal-title {
  font-size: 20px;
  font-weight: bold;
}
.modal-body ul {
}
nav a:visited .fab{
  color: white;
}
nav a:hover .fab{
  color: #4D4D4D;
}
