.container-fluid {
  max-width: 75%;
}

.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
}

.navbar-custom a:focus {
  outline: none;
}

.navbar-custom .navbar-brand {
  color: white;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}

.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}

.navbar-custom .navbar-nav li a {
  color: white;
}

.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}

.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}

.navbar-custom .navbar-toggle {
  color: white;
  font-size: 10px;
  border-color: white;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}



/* .header */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
 /* background: darkred;*/
}

p {
  font-size: 20px;
}

p.small {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #000080;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}


.header {
  margin-top:4%;
  text-align: center;
  color: white;
  background: url(../img/background.jpeg) no-repeat center center;
  background-size: cover;
  height: 600px;
}

.header .container-header {
  padding-top: 100px;
  padding-bottom: 50px;
}

.header img {
  display: block;
  margin: 0 auto 20px;
}

.header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-weight: bolder !important;
}

.header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}


hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}

hr.star-light {
  border-color: white;
}

hr.star-light:after {
  background-color: navy;
  color: white;
}

hr.star-primary {
  border-color: #2C3E50;
}

hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}


/* portfolio */

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}


#portfolio * {
  z-index: 2;
}



/* footer */

.footer-style {
  padding-top: 50px;
  background-color: #2C3E50;
}

footer {
  color: white;
}

footer h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}



section {
  padding: 30px 0;

}

section h2 {
  margin: 0;
  font-size: 3em;
}

section.success {
  background: #2C3E50 !important;  /* #000080 !important;*/
  padding: 0 -20px;
  color: white !important;
  margin: 40px auto;
  border-radius: 15px;
  width: 70%;
}

.success_divisiones {
  background: #2C3E50 !important;  /* #000080 !important;*/
  /*padding: 0 10px;*/
  padding: 1px 10px 25px 10px;
  color: white !important;
  margin: 20px auto;
  border-radius: 4px;
  width: 40%;
  font-size: 3em;
}




.responsive {
  width: 100%;
  height: auto;
}








#header-email {
  font-family: "Helvetica Neue";
  text-decoration: none;
  color: white;
  font-size: 30px;
  font-weight: bold;
}




.articulo_ul {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  width: 90%;
  font-size: 18px;
  text-align: justify !important;
}

.articulo_li::before {
  content: "\2022";
  padding-right: 8px;
  color: white;
  font-size: 16px;
}

.articulo_li_b::before {
  content: "\2022";
  padding-right: 8px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: justify !important;
}

     
      
.img-footer{
  width: 36px;
  height: 36px;
  text-align: right;
}


.copyright{
  color: #C7C7C7;
}

.copyright a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.information a{
  text-decoration: none;
  color: #C7C7C7;
}

.email-home{
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

/*.responsive {
  margin: 20px 60px;
  width: 80%;
  height: auto;
}


*/











/* Responsive*/
@media (min-width: 768px) {
 /* body {
    background: #ff8200;
  }*/


  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-custom.affix {
    padding: 10px 0;
  }

  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }


}



@media (min-width: 768px) {
/*  body {
    background: pink;
  }*/

  .header .intro-text .name {
    font-size: 4.5vw;
  }

  #header-email {
    text-decoration: none;
    font-size: 2.3vw;
  }


  section {
    padding: 10px 0;
  }

  section h2 {
    margin: 0;
    font-size: 1.8em;
  }


  section.success {
    margin: 10px auto;
    width: 80%;
    font-size: 1.8em;
    color: white;
  }


  section.success.p {
    font-size: 1.2em;
    width: 80%;
  }

  section.success.p.small {
    font-size: 1.2em;
    width: 80%;
  }


  #portfolio .portfolio-item {
    margin-bottom: 100px;
    right: 0;
  }

  #portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-height: 100px !important;
    margin: 55px auto;
  }

  .responsive {
    width: 100% !important;
    margin-bottom: 4%;
  }

  .articulo_ul {
    list-style: none;
    margin: 10px auto;
    width: 90%;
    font-size: 0.8em;
  }

  .articulo_li::before {
    padding-right: 2px;
    color: white;
    font-size: 1.1em;
  }

  .articulo_li_b::before {
    padding-right: 2px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    text-align: justify !important;
  }

  h2
   {
    margin-top: 25px!important;
    font-size: 1.2em !important;
  }

  .email-home{
    color: white;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: bold;
  }

  .copyright{
    color: #C7C7C7;
    font-size: 1.1vw;
  }
  
  .copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.1vw;
  }

  /*hr{
    width: auto !important;
}
*/

/*
p {
  width: 65%;
  font-size: 1.1em;
  text-align: justify;
}
*/ 
 section.success.p {
  font-size: 1.1em;
  width: 70%;
}

p.small {
  font-size: 0.9em;
}



}
/*
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
*/




@media (max-width: 767px) {
  /*body {
    background: violet;
  }*/
  .header{
    height: 400px;
  }

  .header .intro-text .name {
    font-size: 8vw;
  }

  #header-email {
    text-decoration: none;
    font-size: 4.5vw;
  }

  .container-fluid {
    max-width: 100% !important;
  }

  section {
    padding: 10px 0;
  }

  section h2 {
    margin: 0;
    font-size: 1.8em;
  }

  section.success {
    margin: 10px auto;
    width: 90%;
    font-size: 1.6em;
    color: white;
  }

  section.success.p {
    font-size: 1.1em;
    width: 70%;
  }
  

  p.small {
    font-size: 0.9em;
  }


  #portfolio .portfolio-item {
    margin-bottom: 100px;
    right: 0;
  }

  #portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-height: 100px !important;
    margin: 55px auto;
  }

  .responsive {
    width: 100% !important;
    margin-bottom: 4%;
  }

  .articulo_ul {
    list-style: none;
    margin: 10px auto;
    width: 100%;
    font-size: 0.8em;
  }

  .articulo_li::before {
    padding-right: 2px;
    color: white;
    font-size: 1.1em;
  }

  .articulo_li_b::before {
    padding-right: 2px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    text-align: justify !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 0.9em !important;
  }

  .email-home{
    color: white;
    text-decoration: none;
    font-size: 3.2vw;
        font-weight: bold;
  }

  .copyright{
    color: #C7C7C7;
    font-size: 2.8vw;
  }
  
  .copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 2.8vw;
  }
  .success_divisiones {
    background: #2C3E50 !important;
    padding: 30px 10px 30px 10px;
    /*margin: 20px auto;*/
    width: 40%;
    font-size: 1.6em !important; 
  }

}