/* CSS for Lisa Julieta Website developed by Alonso Garcia @alonsogarciamx powered by Rotbit (www.rotbit.com) @rotbitmx */

/* Last modification 12 SEP 2021 */

/*
      1. FONTS
      2. NAVBAR - MENU
      3. GENERAL
      4. INDEX
      5. NEWSLETTER - FOOTER
      6. MUSICA
      7. BIOGRAFIA
      8. LIBRES DE TODO
      9. GALERIA
      10. CONTACT 

      Colors
      Primary   -   #ffc52a
*/


/* ---- 1. FONTS ---- */
.raleway-font {
  font-family: "Raleway", sans-serif;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

/* ---- 2. NAVBAR - MENU ---- */
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #fff;
  border-bottom-color: #ffc52a;
  border-bottom-width: 2px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
} 

.navbar-inverse li > a {
  padding-bottom: 2px;
}

.navbar-inverse .navbar-nav > .active > a {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -1px;
  left: 16px;
  background-color: #ffc52a;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-inverse a:hover:before, .navbar-inverse li.text-menu:hover > a:before, .navbar-inverse .active > a:before {
  visibility: visible;
  width: 25px;
}

.navbar-inverse a:hover, .navbar-inverse .active a, .navbar-inverse li.text-menu:hover > a {
  color: #fff;
  text-decoration: none;
}

.navbar-brand img {
  height: 65px;
}

.navbar-inverse .navbar-header a {
  color: #fff;
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

li.social-icon a {
  font-size: 17px;
  float: left;
}

.navbar-inverse .navbar-nav .social-icon a:hover:before, .navbar-inverse .navbar-nav .social-icon li:hover > a:before, .navbar-inverse .navbar-nav .active .social-icon > a:before {
  visibility: hidden;
  width: 25px;
}

.bfh-flag-US,
.bfh-flag-MX,{
  width: 16px;
  height: 14px;
  background: url(../img/bootstrap-formhelpers-countries.flags.png) no-repeat;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      top: 6px;
      transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
      top: -6px;
      transform: rotate(-45deg);
}

@media only screen and (max-width:768px) {

  .navbar-inverse .navbar-header a {
    font-size: 25px;
    padding: 5px 15px;
  }

}


/* ---- 3. GENERAL ---- */
body {
  font-family: "Open Sans", sans-serif;
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #000;
  color: #fff;
}

body::before {
  content: "";
  position: fixed;
  background: #000 url("../img/fondo-lisa.svg") top right no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}

section {
    padding-top:0px;
    padding-bottom:50px;
    overflow:auto;
}

a {
  color: #ffc52a;
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 2;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
}

h1 {
  font-size: 50px;
}


.section-padding{
  margin-top: 35px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding-top: 25px;
  line-height: 1px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffc838;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: -15px 0 0 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/* ---- 4. INDEX ---- */
.youtube-banner {
  margin-top: 35px;
}


/* ---- 5. NEWSLETTER - FOOTER ---- */
div.newsletter {
  background: rgba(0, 0, 0, 0);
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px;
}

.newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius:0;
}

.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}
.newsletter .content .btn {
  min-height: 50px; 
  border-radius:0;
  background: #ffc52a;
  color: #000;
  font-weight:600;
}

.social-links a{
  text-align: center;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  margin-right: 12px;

} 
.social-links a i{
  font-size: 20px;
  line-height: 38px;
  margin-left: -1px;
  color: #fff;
}

.social-links a:hover, .social-links a:focus, .social-links a:active {
  background-color: #ffc52a;
}

.center-block a {
  display: inline-block;
  line-height: 38px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ---- FOOTER ---- */
footer {
    color: #999;
}

footer a {
    color: #999;
}

footer h5 {
    color: #fff;
}

p.leading {
  margin-top: 10px;
  font-size: 12px;
}

.footer-above img {
  height: 60px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #eee;
    border-top-color: #e3e3e3;
    border-top-width: 2px;
}

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

footer .footer-below {
    color: #fff;
    padding: 20px 0;
    background-color: #212b6a;
}

.footer-below a {
  text-decoration: underline;
  color: #fff;
}
/* ---- /FOOTER ---- */

/* ---- 6. MUSICA ---- */
.musica {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
}

.musica img {
  max-height: 500px;
}

/* ---- 7. BIOGRAFIA ---- */
.about {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
}

.text-bio p {
  line-height: 2.2;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

/* ---- 8. LIBRES DE TODO ---- */
.sponsors {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
}

/* ---- 9. GALERIA ---- */
.portfolio {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #ffc52a;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #63eda3;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


i.bx-plus {
  color: #ffc52a;
}

/* ---- 10. CONTACT ---- */
.contact {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
}

.contact .info-box {
  color: #444444;
  padding: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.contact .info-box i.bx {
  font-size: 24px;
  color: #ffc52a;
  border-radius: 50%;
  padding: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
}

.contact .info-box h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 10px 0 8px 68px;
}

.contact .info-box p {
  padding: 0;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .info-box .social-links {
  margin: 5px 0 0 68px;
  display: flex;
}

.contact .info-box .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}

.contact .info-box .social-links a:hover {
  color: #ffc52a;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #ffc52a;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #ffc52a;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  transition: 0.3s;
  color: #fff;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ffc52a;
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  border-radius: 0px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #000;
  color: #fff;
}
