body {
     font-family: 'Oswald', sans-serif;
     color: #fff;
     background-color: #bd24a6;
}
 .bg-br {
     background-color: #2c0455;
}
 .inicio {
     background-image: url(../img/bg-intro.jpg);
     width: 100%;
     height: auto;
     background-repeat: no-repeat;
     background-size: contain;
     background-color: #bd24a6;
     background-attachment: fixed;
     padding-bottom: 2em;
}
 .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
     color: #e3af39 
}
 .navbar-dark .navbar-nav .nav-link {
     color: #ffffffe0 
}
 .texto-intro {
     position: relative;
}
 .texto-intro:after {
     position: absolute;
     content: '';
     background-image: url(../img/line.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 4px;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
}
 .texto-intro:before {
     position: absolute;
     content: '';
     background-image: url(../img/line.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 4px;
     left: 0;
     right: 0;
     top: 0;
     margin: auto;
}
 .btn-br {
     background-image: url(../img/boton.png);
     color: #fff;
     font-weight: bold;
     background-size: cover;
     font-weight: bold;
     font-size: 1.6em;
     padding: 0.5em 1.5em 0.5em 1.5em;
}
 .yellow {
     color: #e3af39;
}
 .galeria {
     background-color: #000;
     position: relative;
}
 .escudo {
     position: absolute;
     background-image: url('../img/escudo.png');
     background-repeat: no-repeat;
     background-position: center;
     left: 0;
     right: 0;
     top: 1em;
     width: 100%;
     height: 145px;
}
 .escudo-2 {
     position: absolute;
     background-image: url('../img/escudo.png');
     background-repeat: no-repeat;
     background-position: center;
     left: 0;
     right: 0;
     margin: auto;
     top: 5em;
     width: 355px;
     height: 400px;
     background-size: 100%;
}
 .galeria-tit:after {
     position: absolute;
     content: '';
     background-image: url(../img/line.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 4px;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
}
 .soundtrack-tit:after {
     position: absolute;
     content: '';
     background-image: url(../img/line.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 4px;
     left: 0;
     right: 0;
     bottom: -1em;
     margin: auto;
}
 #sync1 .item {
     margin: 5px;
     color: #FFF;
     border-radius: 3px;
     text-align: center;
}
 #sync2 .item {
     margin: 5px;
     color: #FFF;
     border-radius: 3px;
     text-align: center;
     cursor: pointer;
         background: #fff;
}
 #sync2 .item h1 {
     font-size: 18px;
}



.item img {
         opacity: 0.6;
}

.current img {
         opacity: 1;
}

 .owl-theme .owl-nav {
     display: none;
}
 .owl-theme .owl-dots {
     display: none;
}
 .owl-theme .owl-nav [class*='owl-'] {
     transition: all 0.3s ease;
}
 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
     background-color: #D6D6D6;
}
 #sync1.owl-theme {
     position: relative;
}
 #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
     width: 22px;
     height: 40px;
     margin-top: -20px;
     position: absolute;
     top: 50%;
}
 #sync1.owl-theme .owl-prev {
     left: 10px;
}
 #sync1.owl-theme .owl-next {
     right: 10px;
}
 .break-img, .coordenadas-tit {
     margin-top: 10em;
}
 .break {
     position: relative;
     background-image: url(../img/break-bg.jpg);
     width: 100%;
     height: 100vh;
     padding-bottom: 2em;
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #bd24a6;
     background-attachment: fixed;
}
 .over {
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #00000082;
}
 .soundtrack {
     position: relative;
     background-image: url(../img/bg-soundtrack.jpg);
     width: 100%;
     height: auto;
     padding-bottom: 2em;
     background-repeat: no-repeat;
     background-size: cover;
}
 .coordenadas {
     position: relative;
     background-image: url(../img/bg-coordenadas.jpg);
     width: 100%;
     height: auto;
     padding-bottom: 2em;
     background-repeat: no-repeat;
     background-size: cover;
}
 img.top-logo {
     width: 280px;
}

.typeform-widget {
     height: 700px;
}


.logos-fox-desk {
    position: absolute;
    right: 3em;
    bottom: 3em;
}

.logos-fox-mov {
    
}


/***/

@media (max-width: 575.98px) { 

     img.top-logo {
     width: 200px;
}


.inicio {

         background-size: auto;
          height: auto;
          padding-bottom: 3em;
              position: relative;
}


.escudo-2 {
         top: 3em;
}

.break {
         background-size: auto;
    background-position: center;
}

.soundtrack {
     height: auto
}


.coordenadas {
     background-size: auto;
    background-position: right;
    position: relative;
}

.typeform-widget {
     height: 470px;
}

 }