a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 44px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: inherit;
    border: none;
    outline: 0;
    background: 0 0
}

.fa-chevron-right {
    right: -25px
}

.fa-chevron-left {
    left: -25px
}

.fa-chevron-left.slick-disabled:before,
.fa-chevron-right.slick-disabled:before {
    cursor: default;
    opacity: .25
}

body,
html {
    font-family: Catamaran, sans-serif;
    height: 100%;
    width: 100%
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.wrapper {
    height: 100%;
    width: 100%
}

main {
    height: auto;
    padding-top: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.main-image {
    background: url(../images/main-image.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%
}

#servicios {
    height: auto;
    padding-top: 90px;
    width: 100%
}

#servicios .estadisticas p {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 32px;
    margin-left: 18px;
    padding: 12px 0
}

#servicios .estadisticas small {
    color: white;
    display: block;
    font-size: 23px;
    font-weight: 400
}

#servicios .estadisticas .numbers small {
    margin-left: 18px;
}

#artistas {
    height: auto;
    padding-top: 90px;
    width: 100%
}

#artista {
    background: #d8d9dd
}

#artista .descargar {
    color: #b75a4e;
    font-size: 18px;
    font-weight: 900;
    padding-left: 30px
}

.panel {
    background: #1c224e;
    color: #fff
}

.panel h4 {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 14px
}

.panel .cartelera p {
    padding-bottom: 0
}

.panel .cartelera .fecha {
    border: solid 1px #b75a4e;
    margin-bottom: 12px;
    padding: 5px 10px
}

.panel .cartelera .fecha p {
    font-size: 14px;
    font-weight: 700
}

.panel .cartelera .fecha span {
    font-size: 18px
}

.panel .cartelera button {
    background: #b75a4e;
    border: 0;
    color: #fff
}

.panel .cartelera h6 {
    color: #b75a4e;
    font-size: 25px;
    font-weight: 700
}

#fotos {
    background: #1c224e;
    padding: 30px 0
}

#fotos .fa-chevron-left,
#fotos .fa-chevron-right {
    color: #fff
}

#clientes {
    height: auto;
    padding-top: 90px;
    width: 100%
}

#form {
    height: auto;
    padding-top: 90px;
    width: 100%
}

body #burger {
    display: none
}

body input+label {
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 80%;
    width: 15px;
    z-index: 5
}

body input+label span {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .5s;
    width: 100%
}

body input+label span:first-child {
    top: 4px
}

body input+label span:last-child {
    top: 16px
}

body label:hover {
    cursor: pointer
}

body input:checked+label span {
    opacity: 0;
    top: 50%
}

body input:checked+label span:first-child {
    opacity: 1;
    transform: rotate(405deg)
}

body input:checked+label span:last-child {
    opacity: 1;
    transform: rotate(-405deg)
}

body input~nav {
    background: #1e1e28;
    height: 70px;
    opacity: .9;
    overflow: hidden;
    position: fixed;
    top: 60px;
    left: 0;
    transition: .5s;
    transition-delay: .5s;
    width: 100%;
    z-index: 3
}

body input~nav>ul {
    position: absolute;
    top: 170px;
    left: 20%;
    right: 20%;
    text-align: center
}

body input~nav>ul>li {
    opacity: 0;
    line-height: 44px;
    transition: .5s;
    transition-delay: 0s
}

body input~nav>ul>li>a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}

body input~nav>ul>li>a:hover {
    color: #ddb509
}

body input:checked~nav {
    height: 100%;
    transition-delay: 0s
}

body input:checked~nav>ul>li {
    opacity: 1;
    transition-delay: .5s
}

.full-background {
    height: auto;
    padding: 24px;
    width: 100%
}

.full-background.blue {
    background: #1c224e
}

form .form-control {
    color: #1c224e;
    font-size: 16px;
    margin-bottom: 14px;
    min-height: 40px
}

form textarea.form-control {
    min-height: 100px
}

form .form-group {
    margin-bottom: 0
}

form .form-group:last-child {
    margin-bottom: 0
}

#google-maps,
#map {
    height: 492px;
    position: relative;
    width: 100%
}

footer {
    background: #1e1e28;
    color: #fff;
    padding: 10px;
    position: relative;
    text-align: center
}

footer address {
    line-height: 30px;
    padding: 20px 0 0
}

footer img {
    margin: 0 auto;
    padding: 20px 0
}

address.maps {
    color: #fff;
    font-size: 22px;
    padding: 15px;
}

.navbar {
    min-height: 130px
}

.navbar-default {
    background: #1e1e28;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    line-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 3
}

.navbar-default .navbar-brand,
.navbar-default .navbar-right {
    display: block;
    float: none;
    height: auto;
    position: relative;
    z-index: 4
}

.navbar-default .navbar-brand>img {
    height: auto;
    margin: 0 auto;
    width: 140px
}

.navbar-default .navbar-right {
    position: absolute;
    top: 96px;
    text-align: center;
    height: 56px
}

.navbar-default .navbar-right>li {
    display: inline-block
}

.navbar-default .navbar-right>li a {
    line-height: inherit;
    padding-bottom: 0
}

.navbar-default .fa-facebook-square,
.navbar-default .fa-instagram,
.navbar-default .fa-twitter-square {
    font-size: 22px;
    color: #fff
}

.img-center {
    display: block;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 20px
}

.video-container {
    height: 0;
    margin-bottom: 40px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.video-container .video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.display-table {
    display: table
}

.display-table>* {
    display: table-cell
}

.display-table .v-align-top {
    vertical-align: top
}

.display-table .v-align-middle {
    vertical-align: middle
}

.display-table .v-align-bottom {
    vertical-align: bottom
}

.main-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.main-title span {
    display: block;
    text-transform: uppercase
}

.secondary-title {
    color: #1c224e;
    font-size: 28px;
    font-weight: 900;
    padding: 142px 0 30px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase
}

.secondary-title::after {
    content: "";
    display: block;
    border-bottom: solid 2px #211915;
    margin: 0 auto;
    line-height: 12px;
    width: 100px
}

h3 {
    color: #1c224e;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 20px
}

p {
    line-height: 22px;
    padding-bottom: 20px
}

.btn {
    min-width: 100px
}

.display-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.display-flex.flex-direction-col {
    flex-direction: column
}

.display-flex.flex-direction-row {
    flex-direction: row
}

.display-flex.flex-wrap {
    flex-wrap: wrap
}

.display-flex.justify-content-center {
    justify-content: center
}

.display-flex .flex-content {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 2% 0
}

.display-flex .flex-content.light-purple {
    background: #3e3e68
}

.display-flex .flex-content.dark-purple {
    background: #1c224e
}

@media (min-width:768px) {
    .navbar {
        min-height: 80px
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0
    }
    .navbar-default .navbar-brand {
        float: left
    }
    .navbar-default .navbar-brand>img {
        margin: 0 auto
    }
    .navbar-default .navbar-right {
        position: relative;
        top: 0
    }
    main {
        padding-top: 100px
    }
    .main-title {
        font-size: 54px;
        line-height: 60px
    }
    .secondary-title {
        margin: 20px 0 30px;
        padding: 0
    }
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 10px
    }
    body input+label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    body input~nav {
        height: 100px;
        top: 0;
        left: 0
    }
    body input~nav>ul {
        top: 130px
    }
    body input~nav>ul>li>a {
        font-size: 26px;
        padding: 10px
    }
    footer {
        text-align: initial
    }
    footer img {
        float: right
    }
    address {
        font-size: 15px;
        line-height: 28px;
        padding-top: 114px
    }
    form .form-control {
        margin-bottom: 0
    }
    form .form-group {
        margin-bottom: 24px
    }
}

#clientes .bx-wrapper {
    box-shadow: none
}

#clientes .bx-viewport {
    height: 80px !important;
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}