/* Adding fonts */
@font-face {
    font-family: 'fontTitular';
    src: url('../fonts/BebasNeue Regular.otf');
}

@font-face {
    font-family: 'fontTexto';
    src: url('../fonts/Akzentica 4F-Regular.ttf');
}

@font-face {
    font-family: 'fontTestimonials';
    src: url('../fonts/Akzentica 4F-Light.ttf');
}

@font-face {
    font-family: 'fontQuotes';
    src: url('../fonts/BebasNeue Book.otf');
    /* weight:300; */
}

@font-face {
    font-family: 'fontQuotes';
    src: url('../fonts/BebasNeue Light.otf');
}

/* IE Complatible fonts */
@font-face {
  font-family: 'fontTexto';
  src: url('../fonts/akzentica-4f-regular.eot');
  src: url('../fonts/akzentica-4f-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/akzentica-4f-regular.woff2') format('woff2'),
  url('../fonts/akzentica-4f-regular.woff') format('woff'),
  url('../fonts/akzentica-4f-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'fontTitular';
  src: url('../fonts/bebasneue-regular.eot');
  src: url('../fonts/bebasneue-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/bebasneue-regular.woff2') format('woff2'),
  url('../fonts/bebasneue-regular.woff') format('woff'),
  url('../fonts/bebasneue-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'fontTestimonials';
  src: url('../fonts/akzentica-4f-light.eot');
  src: url('../fonts/akzentica-4f-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/akzentica-4f-light.woff2') format('woff2'),
  url('../fonts/akzentica-4f-light.woff') format('woff'),
  url('../fonts/akzentica-4f-light.ttf') format('truetype');
}

@font-face {
  font-family: 'fontQuotes';
  src: url('../fonts/bebasneue-book.eot');
  src: url('../fonts/bebasneue-book.eot?#iefix') format('embedded-opentype'),
  url('../fonts/bebasneue-book.woff2') format('woff2'),
  url('../fonts/bebasneue-book.woff') format('woff'),
  url('../fonts/bebasneue-book.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;

}

@font-face {
  font-family: 'fontQuotes';
  src: url('../fonts/bebasneue-thin.eot');
  src: url('../fonts/bebasneue-thin.eot?#iefix') format('embedded-opentype'),
  url('../fonts/bebasneue-thin.woff2') format('woff2'),
  url('../fonts/bebasneue-thin.woff') format('woff'),
  url('../fonts/bebasneue-thin.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;

}

/* FONT END */


/* General CSS */

a {
    text-decoration: none !important;
}

p {
    color: white;
    font-family: 'fontTexto';
    font-size: 2.8vmax;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
    font-family: 'fontTitular';
}

body, html {
  height: 100%;
  background-color: black;
  position: relative;
}

#scrollBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    border: none;
    outline: none;
    background: url(../img/Arrow.png) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding: 15px;
}

/**** LANGUAGES ****/

.active a {
    border-bottom: 2px solid #F6B968 !important;
}

.active-footer a {
    border-bottom: 2px solid #F6B968 !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

section {
    overflow: hidden;
}

video {
    position: absolute;
    left: 0.5%;
}

.video-design {
  width: 99%;
  height: 70%;
}
/* End of General CSS */


/* Styles for HOME PAGE */

#home-body {
    background-image: url("../img/home/Home.png");
    background-color: black;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Styles for HOME-HEADER */

.logo-header {
    min-width: 76px;
    max-width: 400px;
    width: 100%;
}

.navbar-toggler {
    display: block;
    margin-top: 50px;
}

.language-links {
    color: white;
}

.language-links a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-family: 'fontTitular';
    font-size: 22px;
    font-weight: normal;
}

.language-links a:hover {
    color: lightgray;
}

.soy-la-voz {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 95%;
}
.soy-la-voz.ingles {
    padding-bottom: 13%;
    padding-top: 5%;
    width: 50%;
}
.picture-layout {
    margin-top: -80px;
}

.outer {
    overflow: hidden;
}

.listen-button {
    border: 1px solid #F6B968;
    text-align: center;
    padding: 1%;
    margin-top: -40px;
    margin-bottom: 20px;
    width: 230px;
    height: 70px;
    float: right;
    color: white;
    font-family: 'fontTitular';
    font-size: 200%;
    text-transform: uppercase;
}

.listen-button:hover {
    background-color: white;
    color: black;
    transition: all 0.4s;
}

.home-picture {
    width: 100%;
}


.home-paragraph {
    margin-bottom: 50px;
    margin-top: -5%;
    font-size: 18pt;
    text-align: justify;
}

.px-auto {
    padding: 20px;
}

@media screen and (max-width: 1200px) {
    .home-paragraph {
        font-size: 1.3em;
    }
    .px-auto {
        padding: 10px;
    }
}


/* HOME HEADER END */
/* Styles for TESTIMONIALS section  */
.testimonials-header{
  width: 50% !important;
}
/*  Styles for TESTIMONIALS section ENDS  */

/* Styles for STUDIO section */
.studio-header{
  width: 30% !important;
}

.studio-images{
  width: 100%;
}
/* Styles for STUDIO section ENDS */

/* Styles for ABOUT section */
#about-body {
    background-image:linear-gradient(to top,black, transparent), url("../img/about/Avalon.png");
    background-color: #21201F;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-quote-text {
    color: #F6B968 !important;
    text-transform: uppercase;
    font-family: 'fontQuotes';
    font-weight: 100;
    font-size: 34pt;
    margin-right: 9%;
}

.about-quote-text-3 {
   color: #F6B968 !important;
   text-transform: uppercase;
   font-family: 'fontQuotes';
   font-weight: 100;
   font-size: 30pt;
}

.biography-divider {
    background-color: white;
    margin-top: 25%;
    margin-bottom: 25%;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.back-img-container{
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
}

.biography-wovo-image {
    width: 70%;
    margin-left: 14%;
    margin-right: 13%;
    margin-top: 5%;
}

.protagonista {
    width: 100%;
    margin-bottom: 150px;
    margin-top: 10%;

}

.grid-box-about {
    height: 450px;
    background: transparent;
}

.about-picture {
    width: 100%;
}

.about-paragraph {
    margin-bottom: 50px;
    font-size: 14pt;
}

.subtitle-quotes.about{
  color: #F6B968;
  weight:400;
  font-weight: bold;
  font-size: 3em;
  text-align: left;
}

.fornaris-signature {
  position: absolute;
  width: 60%;
  right: 11%;
  float: right;
  margin-right: 5%;
}

.nav-link {
    color: #F6B968 !important;
    text-transform: uppercase;
    font-family: 'fontTitular';
    font-size: 2.5vmax;
}

.nav-link:hover {
    color: rgb(177, 140, 92) !important;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 2px;
    cursor: pointer;
}

.about-paragraph {
    margin-bottom: 50px;
    font-size: 17pt;
}

.about-container {
}

/* ABOUT PAGE END */

/* FOOTER STYLES */

.last-space {
    height: 250px;
    background-color: transparent;
    z-index: 1;
}
.footer-nav-link {
    color: white !important;
    text-transform: uppercase;
    font-family: 'fontTitular';
    font-size: 20px;
}

.footer-nav-link:hover {
    color: lightgray !important;
}

.footer-nav-item {
    padding-left: 8px;
    padding-right: 9px;
    letter-spacing: 3px;
}

.navbar-bottom {
    margin-bottom: 40px;
}

.center-logo{
  text-align: center;
}

.nav-space {
  margin-bottom: 5%;
}

.social-icon {
    height: 27px;
    width: 27px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    text-decoration: none;
}

.icons-right {
    margin-left: 15px;
}

.back-img {
    position: relative;
    z-index: 0;
    height: 130%;
    width: 130% !important;
    opacity: 0.1;
    left: -15%;
}

/* FOOTER STYLES END */


/* CONTACT US STYLES */

form {
    width: 100%;
}

#contact-body {
    background-image: url("../img/contact/contact.png");
    background-color: black;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.se-badge{
  margin-top: 5%;
  padding: 5%;
  display: block;
}


.subtitle {
    font-size: 26px;
    text-align: justify;
    word-spacing: 2px;
}

.title-testimonials {
    font-size: 30px;
    text-align: justify;
    letter-spacing: 2px;
    font-family: 'fontTexto';
    padding-left: 10%;
    padding-top: 10%;
    font-weight: 500;
    text-transform: uppercase;
}

.subtitle-testimonials {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 2px;
    font-family: 'fontTexto';
    padding-left: 10%;
}

.subtitle-quotes {
    font-size: 1.2em;
    text-align: right;
    letter-spacing: 2px;
    font-family: 'fontQuotes';
    /* weight:300; */
    font-weight: bold;

}

.subtitle-quotes.studio{
  font-size: 1.8em;
  text-align: left;

}
.subtitle-quotes.advance {
  font-size: 1.0em;
}

.title {
    font-size: 72px;
    font-family: 'fontTitular';
    text-transform: uppercase;
    text-align: left;
    color: white;
}

.first-one {
    margin-top: 15%;
}

.arrange {
    right: 4%;
}

.move {
    left: 100%;
}

.arrange-info {
    right: 5%;
}

.arrange-info-email {
    left: 5%;
}

#top-container {
    margin-top: 10%;
}

input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 3px solid #F6B968;
    padding-bottom: 10px;
    width: 100%;
    /* margin: 30px; */
    margin: 30px 0px 30px -14px;
    caret-color: white;
    color: white;
}

input::placeholder {
  color: #BABABA;
}

textarea {
    border: 0;
    outline: 0;
    background: transparent;
    border: 2px solid #F6B968;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    caret-color: white;
    color: white;
}

textarea::placeholder {
  color: #BABABA;
}

.listen-button-reverse {
    border: 1px solid transparent;
    text-align: center;
    background-color: #F6B968;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 25%;
    height: 13%;
    float: right;
    color: black;
    font-family: 'fontTitular';
    font-size: 200%;
    text-transform: uppercase;
}

.listen-button-reverse:hover {
    background-color: white;
    color: black;
    transition: all 0.4s;
}

.info-boxes {
    width: 100%;
    text-align: center;
}

.listen-button-boxes {
    border: 1px solid #F6B968;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    display: inline-block;
    width: 80%;
    height: 90px;
    color: white;
    pointer-events: none;
    font-family: 'fontTitular';
    font-size: 50px;
    text-transform: uppercase;
}

.telephone {
    font-size: 42px;
    word-spacing: 2px;
    text-align: center;
    margin-top: 40px;
    color: #F6B968;
}


/* ************** */
/* CONTACT US END */

/* PORTFOLIO STYLES */

#portfolio-body {
     background-image: url("../img/portfolio/Portfolio.png");
     background-color: black;
     height: auto;
     background-repeat: no-repeat;
     background-size: cover;
}

.grid-box {
    width: 100%;
    height: 525px;
    border: 2px solid #F6B968;
    background: black;
}

.grid-box-testimonials {
    height: 480px;
    border: 2px solid #F6B968;
    background: black;
    /* margin-top: 10%; */
}

.grid-box-video {
    width: 100%;
    height: 525px;
    border: 2px solid #F6B968;
    background: black;
}

.grid-box-bottom {
    margin-top: 10px;
    width: 100%;
    height: 300px;
    border: 2px solid #F6B968;
    background: black;
}

.portfolio-text {
    width: 70%;
    margin: 0 auto;
    margin-left: 12.5%;
    margin-top: 10%;
}


.portfolio-text-2 {
    width: 45%;
    margin: 0 auto;
    margin-left: 27.5%;
    margin-top: 8%;
}

.portfolio-text-3 {
    width: 87%;
    margin: 0 auto;
    margin-left: 7.5%;
    margin-top: 8%;
}

.portfolio-text-4 {
    width: 68%;
    margin: 0 auto;
    margin-left: 16%;
    margin-top: 8%;
}

.speaker {
    background-image: url("../img/portfolio/playbutton.png");
    background-repeat: no-repeat;
    background-size: 70%;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 60%;
    left: 39%;
    display: block;
}

.vid-speaker {
    background-image: url("../img/portfolio/playbutton.png");
    background-repeat: no-repeat;
    background-size: 70%;
    height: 100px;
    width: 100px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 25%;
    left: 44%;
    display: block;
}

.bottom-speaker {
    background-image: url("../img/portfolio/playbutton.png");
    background-repeat: no-repeat;
    background-size: 70%;
    height: 100px;
    width: 100px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 20%;
    left: 40%;
    display: block;
}

.vid-speaker:hover {
    transition: all 0.4s;
}

.speaker:hover {
    transition: all 0.4s;
    opacity: 1;
}
.speakerplay {
    background-position: 0 0;
    background-image: url("../img/portfolio/pausebutton.png");
}

.speakerplay-video {
    background-position: 0 0;
    background-image: url("../img/portfolio/pausebutton.png");
    opacity: 0;
}

.speakerplay-video:hover {
    background-position: 0 0;
    background-image: url("../img/portfolio/pausebutton.png");
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.portfolio-col {
    padding-left: 0px;
    padding-right: 0px;
}

.bottom-box {
    position: absolute;
    background: rgba(204, 204, 204, 0.25);
    top: 74.5%;
    left: 0.5%;
    width: 99%;
    height: 25%;
    text-align: center;
}

.portfolio-bottom {
    text-align: center;
    margin-top: 8%;
    color: white;
    font-size: 38px;
}

.portfolio-bottom-extras {
    margin-top: 65%;
    text-align: center;
    color: white;
    font-size: 28px;
}

#player {
    height: 0;
    width: 0
}

#commercial-canvas {
    position: absolute;
    top: 0;
    color: white;
}

#line {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    background: white;
}

#equalizer {
    position: absolute;
    top: 58.5%;
    left: 42%;
    width: 100%;
}

#equalizer span {
    width: 9px;
    height: 5px;
    bottom: 29px;
    left: 11px;
    position: absolute;
    background: #F6B968;
}

#equalizer span:first-child {
    left: -7px;
    animation-delay: .4s;
}

#equalizer span:nth-child(2) {
    left: 3px;
    animation-delay: .3s;
}

#equalizer span:nth-child(3) {
    left: 13px;
    animation-delay: .2s;
}

#equalizer span:nth-child(4) {
    left: 23px;
    animation-delay: .3s;
}

#equalizer span:nth-child(5) {
    left: 33px;
    animation-delay: .4s;
}


#visualizer {
    position: absolute;
    top: 58.5%;
    left: 42%;
    width: 100%;
}

#visualizer span {
    width: 9px;
    height: 5px;
    bottom: 0px;
    position: absolute;
    background: #F6B968;
    /* animation: audio-wave 0.5s infinite ease-in-out; */
    animation: audio-wave 0.5s infinite ease-in-out;
}

#visualizer span {
    width: 9px;
    height: 5px;
    bottom: 29px;
    position: absolute;
    background: #F6B968;
    /* animation: audio-wave 0.5s infinite ease-in-out; */
    animation: audio-wave 0.5s infinite ease-in-out;
}

#visualizer span:first-child {
    left: -7px;
     animation-delay: .4s;
}

#visualizer span:nth-child(2) {
    left: 3px;
     animation-delay: .3s;
}

#visualizer span:nth-child(3) {
    left: 13px;
     animation-delay: .2s;
}

#visualizer span:nth-child(4) {
    left: 23px;
     animation-delay: .3s;
}

#visualizer span:nth-child(5) {
    left: 33px;
     animation-delay: .4s;
}

@keyframes audio-wave {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #F6B968;
    }
    25% {
        height: 40px;
        transform: translateY(20px);
        background: #F6B968;
    }
    /*effect is to animate the height of each span from 5px to 30px*/
    /*translateY makes Y axis move down to give the effect that it is growing from the center*/
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #F6B968;
    }
    75% {
        height: 5px;
        transform: translateY(0px);
        background: #F6B968;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #F6B968;
    }
}

.mini-container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10%;
}

.mini-container img {
  margin-bottom: 8%;
}

.testimonial-text {
  margin-top: 10%;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-rows {
  /* height: 480px; */
}

.yellow-background {
  background: #F6B968;
}

.inverse-colors {
  color: black;
}

blockquote {
  font-family: 'fontTexto';
}

blockquote:before {
  color: #ccc;
  content: '“';
  font-size: 300px;
  float: left;
  line-height: 0.9em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: '”';
  font-size: 300px;
  line-height: 0.9em;
  float: right;
  margin-right: 8%;
  vertical-align: -0.4em;
}

.about-quotes-before::before {
    color: #fff;
    font-family: 'fontTexto';
    content: '“';
    font-size: 400px;
    float: left;
    line-height: 0.2em;
    margin-top: 140px;
    vertical-align: -0.4em;
}

.about-quotes-after:after {
    color: #fff;
    font-family: 'fontTexto';
    content: '”';
    font-size: 400px;
    margin-top: 0px;
    line-height: 0em;
    margin-top: 40px;
    margin-right: -50px;
    float: right;
    vertical-align: -0.4em;
}

.about-quotes-before-2::before {
    color: #fff;
    font-family: 'fontTexto';
    content: '“';
    font-size: 450px;
    float: left;
    line-height: 0.2em;
    margin-top: 140px;
    margin-left: -150px;
    vertical-align: -0.4em;
}

.about-quotes-after-2:after {
    color: #fff;
    font-family: 'fontTexto';
    content: '”';
    font-size: 450px;
    margin-top: 0px;
    line-height: 0em;
    margin-top: 100px;
    margin-right: 10px;
    float: right;
    vertical-align: -0.4em;
}


.about-quotes-before-3::before {
    color: #fff;
    font-family: 'fontTexto';
    content: '“';
    font-size: 450px;
    float: left;
    line-height: 1em;
    margin-top: -20px;
    margin-left: -50px;
    vertical-align: -0.4em;
}

.about-quotes-after-3:after {
    color: #fff;
    font-family: 'fontTexto';
    content: '”';
    font-size: 450px;
    margin-top: 0px;
    line-height: 0em;
    margin-top: 120px;
    float: right;
    vertical-align: -0.4em;
}

.inverse-quotes:before {
  color: black;
  content: '“';
  font-size: 300px;
  float: left;
  line-height: 0.9em;
  vertical-align: -0.4em;
}
.inverse-quotes:after {
  color: black;
  content: '”';
  font-size: 300px;
  line-height: 0.9em;
  float: right;
  vertical-align: -0.4em;
}


/* ************** */
/* PORTFOLIO END */
/* ************** */
/* MEDIA SCREEN STYLES FOR DIFFERENT SCREEN SIZES */
@media screen and (min-width: 699px) and (max-width: 1400px) {
    .soy-la-voz {
        margin-bottom: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .protagonista {
        width: 100%;
        margin-bottom: 10%;
    }
    .about-paragraph {
        margin-bottom: 50px;
        font-size: 15pt;
    }
    .about-container {
        margin: 0 auto;
    }
    .listen-button {
        margin-top: -5%;
    }
}
/* MEDIAS FOR ABOUT PAGE */

 @media screen and (max-width: 990px) {
    .back-img{
        margin-top: 25%;
    }

}



@media screen and (max-width: 699px) {

  .back-img{
    margin-top: 100%;
  }

  .about-quotes-before::before {
      font-size: 300px;
      margin-top: 75px;
  }

  .about-quotes-before-2::before {
      font-size: 300px;
      margin-top: 85px;
      margin-left: -15px;
  }

  .about-quotes-before-3::before {
      font-size: 300px;
      margin-left: -20px;
  }

  .about-quotes-after::after {
      font-size: 300px;
      margin-top: 60px;
      margin-right: 25px;
  }

  .about-quotes-after-2::after {
      font-size: 300px;
      margin-top: 100px;
      margin-right: 25px;
  }

  .about-quotes-after-3::after {
      font-size: 300px;
  }

  .about-quote-text {
      font-size: 26pt;
  }

  .about-quote-text-3 {
      font-size: 22pt;
  }

  .about-paragraph {
      margin-top: 35px;
  }

}

@media screen and (max-width: 520px) {
    .back-img {
        margin-top: 180%;
    }
}

@media screen and (max-width: 430px) {
    .back-img {
        margin-top: 210%;
    }

    .about-quotes-after::after {
        margin-top: 80px;
        margin-right: 5px;
    }

    .studio-header {
        width: 100% !important;
    }

}


@media screen and (max-width: 992px) {
  .subtitle-quotes.about{
    text-align: -webkit-left;
  }
}

@media screen and (max-width: 699px) {
  .fornaris-signature {
    right: 22%;
  }
  .subtitle-quotes.about{
    text-align: -webkit-left;
    font-size: 2em;
  }
}

@media screen and (min-width:365px) and (max-width: 482px) {

  .subtitle-quotes.about{
    text-align: -webkit-left;
    font-size: 1.5em;
  }
}

@media screen and (max-width:364px) {
  .subtitle-quotes.about{
    font-size: 1.2em;
  }
}

@media screen and (max-width:326px) {
  blockquote:before {
    font-size: 137px !important;
  }
  blockquote:after {
    font-size: 137px !important;
  }
  .subtitle-quotes.about{
    font-size: 1em;
  }
}

@media screen and (min-width:401px) and (max-width: 521px) {
  .fornaris-signature {
    top: 75%;
  }
}

@media screen and (min-width:353px) and (max-width: 400px) {
  .fornaris-signature {
    top: 80% !important;
  }
}

@media screen  and (max-width: 352px) {
  .fornaris-signature {
    top: 80% !important;
  }
}


@media screen and (min-width:642px) and (max-width:767px) {
  .subtitle-quotes.about {
    font-size: 2.3em;
  }
  .fornaris-signature {
    right: 23%;
}
}

/* ENDS MEDIAS FOR ABOUT PAGE */

@media screen and (max-width: 1090px) {
    .protagonista {
        width: 100% !important;
        margin-bottom: 10%;
    }
    .listen-button-reverse {
        border: 1px solid transparent;
        text-align: center;
        background-color: #F6B968;
        padding: 5px;
        margin-bottom: 50px;
        width: 30%;
        height: 13%;
        float: right;
        color: black;
        font-family: 'fontTitular';
        font-size: 200%;
        text-transform: uppercase;
    }
    .listen-button-boxes {
        border: 1px solid #F6B968;
        text-align: center;
        padding: 5%;
        width: 80%;
        height: 80px;
        font-size: 200%;
    }
    .title-testimonials {
      font-size: 20px;
    }
    blockquote:before {
      font-size: 250px;
    }
    blockquote:after {
      font-size: 250px;
    }
    .inverse-quotes:before {
      font-size: 250px;
    }
    .inverse-quotes:after {
      font-size: 250px;
    }

    /* .testimonial-text {
      margin-top: 35%;
    } */
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
    .soy-la-voz {
        margin-bottom: 0px;
        margin-top: -15px;
        width: 100%;
    }
    .protagonista {
        width: 100%;
        margin-bottom: 10%;
    }
    .about-paragraph {
        margin-bottom: 50px;
        font-size: 15pt;
    }
    .about-container {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .navbar-brand {
        width: 50vw!important;
    }
    .about-container {
        width: 100%;
        margin: 0 auto;
    }
    .logo-header {
        min-width: 76px;
        width: 100%;
    }
    .listen-button {
        border: 1px solid #F6B968;
        text-align: center;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 50px;
        width: 30%;
        height: 10%;
        float: right;
        color: white;
        font-family: 'fontTitular';
        font-size: 25px;
        text-transform: uppercase;
    }
    .picture-layout {
        margin-top: 10px;
    }

}

@media screen and (max-width: 450px) {
    .about-paragraph {
        margin-bottom: 50px;
        font-size: 13pt;
    }
    .listen-button {
        border: 1px solid #F6B968;
        text-align: center;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 50px;
        width: 30%;
        height: 10%;
        float: right;
        color: white;
        font-family: 'fontTitular';
        font-size: 16px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 845px) and (min-width: 526px) {
    .footer-nav-item {
        margin-left: 10px;
        padding-left: 2px;
        padding-right: 3px;
        letter-spacing: 2px;
    }
    .footer-nav-link {
        color: white !important;
        text-transform: uppercase;
        font-family: 'fontTitular';
        font-size: 12px !important;
    }
    .listen-button {
        margin-top: 0px !important;
    }

}

@media screen and (max-width: 768px) {
  .portfolio-text {
    margin-top: 13%;
  }

  .mini-container {
      width: 100% !important;
  }

  .testimonial-rows {
      /* height: auto; */
  }

  .mini-container img {
      margin-bottom: 10% !important;
  }
}

@media screen and (max-width: 845px) and (min-width: 769px) {
    .portfolio-bottom-extras {
        margin-top: 100% !important;
    }

    .speaker {
        left: 36% !important;
    }

    .vid-speaker {
        left: 36% !important;
    }

    .bottom-speaker {
        left: 20% !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
    .footer-nav-item {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .footer-nav-link{
        font-size: 17px !important;
    }
}

@media screen and (max-width: 526px) and (min-width: 460px) {
    .footer-nav-item {
        display: block;
        margin-left: 5px;
        padding-left: 3px;
        padding-right: 3px;
        letter-spacing: 2px;
    }
    .footer-nav-link {
        color: white !important;
        text-transform: uppercase;
        font-family: 'fontTitular';
        font-size: 12px !important;
    }
}

@media screen and (max-width: 505px) {
    .footer-nav-item {
        margin: 2px auto !important;
        padding-left: 33%;
        padding-right: 33%;
        text-align: center;
        letter-spacing: 3px !important;
    }
    .footer-nav-item a {
        display: block;
    }
    .footer-nav-link {
        color: white !important;
        text-transform: uppercase;
        font-family: 'fontTitular';
        font-size: 20px;
    }
    .listen-button-reverse {
        padding: 3px;
        font-size: 130%;
        height: 9%;
    }
    .telephone {
        font-size: 32px;
    }

    .portfolio-text {
      margin-top: 18% !important;
    }

    .speaker {
      left: 42% !important;
    }

    .vid-speaker {
        left: 42% !important;
    }

    .bottom-speaker {
        left: 0 !important;
        margin-left: 42% !important;
        margin-right: 42% !important;
    }

    .portfolio-bottom-extras {
        font-size: 18px !important;
        margin-top: 45% !important;
    }
}

@media screen and (max-width: 427px) {
    .footer-nav-item {
        padding-left: 70px;
        padding-right: 70px;
    }
    .footer-nav-item a {
        display: block;
    }
    .footer-nav-link {
        color: white !important;
        text-transform: uppercase;
        font-family: 'fontTitular';
        font-size: 20px;
    }
    .listen-button-boxes {
        font-size: 150% !important;
        padding-top: 4% !important;
    }
    .telephone {
        font-size: 22px !important;
    }
    .title {
        font-size: 30px !important;
    }
    .subtitle {
        font-size: 10px !important;
    }
    .grid-box-testimonials {
        height: 80% !important;
    }
}

@media screen and (max-width: 390px) {
    .portfolio-bottom-extras {
        margin-top: 60% !important;
    }
}

@media screen and (min-width: 845px) and (max-width: 1100px) {
    .footer-nav-item {
        margin: 0 auto;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
        letter-spacing: 2px;
    }
    .footer-nav-link {
        color: white !important;
        text-transform: uppercase;
        font-family: 'fontTitular';
        font-size: 14px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .social-icon{ 
        height: 23px;
        width: 23px;
        margin-left: 4px;
        margin-right: 4px;
    }
    
}

@media screen and (max-width: 500px) {
    #scrollBtn { 
        top: 70% !important;
        left: 74% !important;
    }
}

@media screen and (max-width: 991px) {
    .nav-link {
        text-align: center
    }
}

@media screen and (max-width: 1200px) {
    .footer-nav-item {
        margin: 0 auto;
        padding-left: auto;
        padding-right: auto;
        text-align: center;
        letter-spacing: 2px;
    }
    .footer-nav-link {
        color: white !important;
        text-transform: uppercase;
        font-family: 'fontTitular';
        font-size: 17px;
    }
    .picture-layout {
        margin-top: 0px;
    }
    .listen-button {
        margin-top: -5%;
    }
    .soy-la-voz {
        margin-top: -5%;
    }

    blockquote::before {
      font-size: 250px;
    }

    blockquote::after {
      font-size: 250px;
    }

    .inverse-quotes::before {
      font-size: 250px;
    }

    .inverse-quotes::after {
      font-size: 250px;
    }

    .grid-box-testimonials {
        height: 530px;
    }

    .second-pair {
        margin-top: 10%;
    }
}

@media screen and (max-width: 768px) {
  .grid-box-testimonials {
      height: 580px !important;
  }
}
@media screen and (max-width: 767px) {
  .grid-box-testimonials {
      height: 90% !important;
  }
}
@media screen and (max-width: 990px) {
    .speaker {
        left: 40%;
    }

    .vid-speaker {
        left: 40%;
    }

    .bottom-speaker {
        left: 30%;
    }

    .portfolio-bottom-extras {
        font-size: 18px;
        margin-top: 95%;
    }

    .portfolio-bottom {
        margin-top: 12%;
    }

    #equalizer {
        left: 43.5%;
    }

    #visualizer {
        left: 43.5%;
    }

    .mini-container {
        width: 100%;
    }

    .active a {
        /* width: 20%; */
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .navbar-brand {
        width: 50vw!important;
    }
    .listen-button {
        margin-top: 5px !important;
    }
    .protagonista {
      margin-bottom: 10%;
    }
}

@media screen and (max-width: 845px) {
    .listen-button-boxes {
        border: 1px solid #F6B968;
        text-align: center;
        padding: 0;
        padding-top: 1%;
        height: 60px;
        font-size: 200%;
    }
    .info-boxes {
        margin-bottom: 15%;
        left: 0;
        right: 0;
    }
    .form-group {
        margin-left: 0px;
    }
    input {
        margin: 0px;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 16px;
    }

    .portfolio-bottom-extras {
        font-size: 18px;
        margin-top: 40%;
    }

    #equalizer {
        left: 45%;
    }

    #visualizer {
        left: 45%;
    }

    .speaker {
        left: 44%;
    }

    .vid-speaker {
        left: 44%;
    }

    .bottom-speaker {
        left: 44%;
    }
    .mini-container img {
      width: 100%;
      margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
  .se-badge{
    margin: auto;
  }
}
/* END OF MEDIA STYLES */
