@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700|Montserrat:400,700|Raleway:300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

html {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
}

p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; 
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #000;
    font-family: 'Raleway';
}

a.button-custom {
    display:inline-block; 
    color: #a782e2f0;
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    background-color: transparent;
    border: 1px solid #a782e2f0;
    border-radius:0;
    margin:5px;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, rgba(167, 130, 226, 0.94) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 180px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}

.button.button-custom {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    color: #473381;
}

section {
    padding: 100px 0;
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    overflow: hidden;
}

section.custom-back-color,
.custom-back-color-sec {
    background: url(../img/jose_background1.png) repeat scroll 0 0 #a782e2f0; 
    position: relative;
}

section.custom-back-color p {
    color: #fff;
}

section.custom-back-color::before {
    width: 105%;
    position: absolute;
    left: -8px;
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    content: "";
    top: -30px;
    height: 60px;
    transform: translateX(0) translateY(0) rotate(0.5deg);
}

section.custom-back-color::after,
section.custom-back-color-sec::after {
    width: 105%;
    position: absolute;
    left: -8px;
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    content: "";
    bottom: -12px;
    height: 30px;
    transform: translateX(0) translateY(0) rotate(-0.5deg);
}

/* section.custom-back-color .container::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/jose_background.png);
    opacity: 0.1;
    left: 0;
} */

section h2.section-heading {
    margin-top: 10px;
    margin-bottom: 70px;
    font-size: 33px;
    text-shadow: -2px 2px 0px #9BD4D7;
    letter-spacing: 5px;
}

section.custom-back-color h2.section-heading {
    text-shadow: -2px 2px 0px #fff;
}

section div.section-subheading,
section div.section-subheading a {
    color: #fff;
    font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-nav li:first-child {
    display: none;
}

/** hover 767px **/
@media(min-width:768px) {
    a.button-custom:hover{
        color: #fff;
        background-color:transparent;
        background-position: -100% 100%;
    }
    .button.button-custom {
        border-color: #fff;
    }
}

/** section:header **/
header {
    height: 100%;
    width: 100%;
}

header .intro-text {
    padding-bottom: 300px;
    padding-top: 200px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

.header-logo-cont {
    padding-bottom: 60px;
    padding-top: 85px;
}

.header-logo {
    margin: auto;
}

.header-logo img {
    width: 75%;
}

.navbar-en li a {padding-left: 25px;}

.navbar-default .navbar-brand {
    width: 130px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-brand img {
    height: 100%;
    width: auto;
}

.light {
    font-weight: 400;
}

.navbar-default .navbar-collapse {
    border-color: #c3a8eef0;
    position: relative;
    box-shadow: none;
}

.navbar-default {
    border-color: #c3a8eef0;
}

.navbar-default .navbar-toggle {
    border: 0;
    padding: 0 10px;
    margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a,
.navbar-default .nav li a:focus {
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 17px;
}

.navbar-default .nav li:last-child  a{
    padding-right: 0;
}


.navbar-default .nav li a:hover {
    outline: 0;
    color: #473381;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    border-radius: 0;
    color: #473381;
}

.navbar a {background: none!important;}

/** social icons **/
.navbar-default .navbar-collapse .social-buttons {
    margin-top: 5px;
    text-align: center;
    display: block;
    float: right;
    margin-right: 0;
}

.navbar-default .navbar-collapse .social-buttons li {

}

/** section:home **/
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url("../img/home-slider-1.jpg") no-repeat scroll center bottom / cover #000;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
}

/** section:1 **/
#section-media .container.video-cont {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.img-cont .row > a {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

.img-cont .row > a > div {
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.img-cont .row > a img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s; 
}

.img-cont .row > a div.img-info-cont {
    position: absolute;
    top: initial;
    right: 15px;
    bottom: 0;
    left: 15px;
    opacity: 0;
    padding: 20px 20px 0 20px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s; 
}

.img-cont .row > a div.img-info-cont p,
.img-cont .row > a div.img-info-cont span {
    margin: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.img-cont .row > a div.img-info-cont p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.img-cont .row > a:hover img {
    transform: scale(1.2);
}

.img-cont .row > a:hover div.img-info-cont {
    opacity: 1;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(transparent));
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

#section-media .app-cont .canal-btn-cont {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

#section-media .app-cont .canal-btn-cont .button-custom {
    min-width: 250px;
}

#section-media .app-cont h3 {
    text-align: center;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
}

.iframe-wrap iframe {
    width: 100%;
}

.step-form {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.steps {
    display: flex;
    transition: all ease .3s;
}

.step {
    min-width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

section.step {
    min-height: 420px;
}

.step h3 {
    line-height: 42px;
    letter-spacing: 1px;
    max-width: 750px;
    margin: 30px 0 28px;
}

.step span {
    font-size: 27px;
    line-height: 80px;
    font-weight: 100;
    position: relative;
}

.step div{
    width: 100%;
    max-width: 750px;
    margin: 0;
    line-height: 46px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.step a,
.step a:active,
.step a:focus {
    margin-top: 25px;
}

.step-goto {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.goto-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #473381;
    margin: 10px;
    cursor: pointer;
    max-width: 200px;
    background: #fff;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border-radius: 50%;
    cursor: pointer;
}

.goto-item.active {
    background: url(../img/noise.png) repeat scroll 0 0 #473381;
    color: #fff;
}

.step-controls {
    display: none;
}

.album-content iframe,
.iframe-wrap iframe {
    width: 100%;
    height: 380px;
    border: none;
    padding: 0 15px;
}

.album-content.album-content-spotify iframe {
    height: 255px;
}

@media(min-width:992px) {
    #section-bio h3 {
        margin-top: 0;
    }
}


/** section:show **/
.facebook-cont.desktop {
    width: 500px;
    margin: auto;
}

.facebook-cont.mobile {
    display: none;
}

@media (max-width:1200px) {
    .navbar-default .navbar-collapse .social-buttons {
        margin-right: 90px;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .navbar-default .nav li a {
        padding-left: 10px;
    }
}


@media (max-width:991px) {
    .navbar-default .navbar-collapse .social-buttons {
        margin-right: 12px;
    }
    #section-bio p {
        margin-top: 20px;
    }
}




@media (max-width:580px)  {
    .facebook-cont.desktop { 
        display: none;
    }

    .facebook-cont.mobile {
        display: block;
        width: 280px;
        margin: auto;
    }
}

/** section:2 **/
.info-hide, 
a.button-custom.show-less {
    display: none;
}

@media (min-width:768px) {
    #section-bio div.container .row {
        margin-right: -25px;
        margin-left: -25px;
    }
    #section-bio div.container .row div.col-sm-4.col-xs-8 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .navbar-nav {
        margin-left: 0;
    }
}

@media (min-width:767px) {
    .navbar-nav {
        margin-left: calc(50% - 220px);
    }
    .navbar-default .navbar-brand {
        position: absolute;
        z-index: 999;
    }
}

@media (min-width:990px) {
    .navbar-nav {
        margin-left: calc(50% - 230px);
    }
}

@media (min-width:1200px) {
    .navbar-nav {
        margin-left: calc(50% - 145px);
    }
}

@media (max-width:580px) {
    #section-bio div.container .row div.col-sm-4.col-xs-8 {
        width: 100%;
        margin-left: 0;
    }
}

#section-bio a.button-custom:first-child {
    margin: auto;
    display: table;
}

#section-bio p {
    margin-bottom: 0;
}

#section-bio p span {
    color: #473381;
    font-weight: 600;
}

#section-bio div.info-hide {
    margin-bottom: 30px;
    float: left;
}

#section-bio div.info-hide h5 {
    margin-top: 30px;
    font-size: 22px;
}

#section-bio div.info-hide a {
    font-size: 14px;
    line-height: 38px;
    float: left;
    width: 100%;
    padding-left: 0;
    position: relative;
    color: #9BD4D7;
}

#section-bio div.info-hide a i {
    width: 24px;
    height: 24px;
    float: left;
    background: #9BD4D7;
    border-radius: 50%;
    margin-top: 7px;
    position: relative;
    margin-right: 10px;
}

.fa-arrow-right:before {
    color: #fff;
    top: 8px;
    left: 8px;
    position: absolute;
    font-size: 9px;
}

#section-bio div.info-hide a:hover {
    color: #473381;
}

#section-bio div.info-hide a:hover i {
    background: #473381;;
}

.services h4 {
    letter-spacing: 1px;
    font-size: 22px;
    text-align: center;
    margin: 22px 0 10px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

.services p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 55px;
}

/** section:mapa **/
#map iframe {
    width: 100%;
}

/** section:instagram **/
#instagram a {
    text-align: center;
    text-transform: none;
    width: 100%;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    color: #fff;
}

#instagram a:hover {
    opacity: 0.8;
}

/** section:contact **/
section#contact {
    padding-bottom: 80px;
}

.contacto .cont{
    width:100%;
}

.contacto .cont input {
    border: medium none;
    font-weight: normal;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 26px;
    padding: 0 2%;
    width: 100%;
}

section#contact .section-subheading span.phone {
    color: #473381;
}

.contacto .cont input::placeholder,
.contacto .cont textarea::placeholder {
    color: #473381;
}

#contact-form fieldset label {
    width: 100%;
}

a.button {
    cursor: pointer;
    float: right; 
    margin: 8px 0;
}

.message textarea {
    border: medium none;
    font-weight: normal;
    height: 150px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
}

.contacto .cont input,
.message textarea  {
    border: none;
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    color: #000;
    font-size: 12px;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: -21px;
    position: absolute;
}

.message span {
    margin-top: -10px!important;
}

.success {
    line-height: 22px;
}
    
.success strong {
    margin-top: -5px;
    font-weight: 600;
}

#contact-form .success {
    display: none;
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
    color: #fff;
}
#contact-form .error,
#contact-form .empty {
    color:#fff;
    display:none;
    overflow:hidden;
}

section#contact h2.section-heading {
    margin-bottom: 30px;
}

section#contact div.section-subheading {
    margin-bottom: 40px;
    float: left;
    text-align: center;
    width: 100%;
}

section#contact div.section-subheading a:hover {
    color: #473381;
}

section#contact div.section-subheading span {
    margin-right: 3px;
}

section#contact div.section-subheading > div {
    float: left;
    display: contents;
    margin-bottom: 10px;
}

section#contact div.section-subheading > div:first-child a {
    margin-right: 0;
}


/** section:footer **/
footer {
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    padding: 6px 0;
    text-align: center;
}

footer ul.social-buttons li a,
footer .year{
    color: #473381;
}

footer ul.social-buttons li a:hover {
    color: #a782e2f0;
}

footer span.copyright {
    text-transform: none;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: none;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
    display: inline-block;
}

ul.social-buttons .lenguage img {
    width: 22px;
    margin-top: -3px;
}

.footer-cont {
    display: inline;
}

footer .year {
    font-size: 10px;
    text-align: left;
    margin-top: 14px;
    float: left;
    padding-left: 15px;
}

footer .year span {
    text-transform: none;
}

footer .fm {
    font-family: "Montserrat";
    cursor: pointer;
    float: right;
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 16px;
    font-weight: 400;
    float: right;
    padding-right: 15px;
    text-transform: uppercase;
    color: #000;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 43px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #fff;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active,
footer .fm:hover {
    color: #473381;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


@media(min-width:768px) {
    header .intro-text {
        padding-top: 360px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 90px;
        text-transform: none;
        font-family: 'Raleway', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background: none;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {   
        padding: 0;
    }

    .navbar-default.navbar-shrink > div {
        padding: 10px 0;
        border-bottom: 0;
        background: url(../img/noise.png) repeat scroll 0 0 #a782e2f0;
    }

    .navbar-default.navbar-shrink > div::after {
        width: 105%;
        position: absolute;
        left: -8px;
        /* background: url(../img/noise.png) repeat scroll 0 0 #fff; */
        content: "";
        bottom: -5px;
        height: 12px;
        transform: translateX(0) translateY(0) rotate(-0.4deg);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        width: 120px;
    }
    ul.social-buttons li.lenguage a {
        width: 22px;
        padding-right: 0;
        margin-left: 5px;
        position: relative;
    }
    
}


@media(max-width:767px) {
    section h2.section-heading {
        margin-bottom: 25px;
    }
    section,
    section#contact {
        padding: 70px 0 30px 0;
    }
    section#paypal-section {
        padding-bottom: 70px;
    }
    .header-logo img {
        width: 190px;
    }
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .navbar-default .navbar-brand {
        width: 90px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar-default .navbar-collapse .social-buttons {
        float: none;
        margin-right: 0;
        padding: 8px 0 12px 0;
    }
    .navbar-default .nav li:last-child a {
        border-bottom: 1px solid #c3a8eef0;
        padding-bottom: 18px;
    }
    .navbar-default .navbar-collapse .social-buttons {
        margin-right: 0;
    }
    .navbar-default > div {
        background: url(../img/noise.png) repeat scroll 0 0 #a782e2f0;
    }
}

@media(max-width: 580px) {
    .footer-cont {
        display: inline-grid;
        text-align: center;
    }
    ul.social-buttons {
        float: left;
        width: 100%;
    }
    footer .fm, footer .year {
        padding: 0;
    }
    footer .fm {
        margin-bottom: 12px;
    }
    #contact-form a {
        width: 100%;
    }
    .goto-item {
        width: 35px;
        height: 35px;
        margin: 5px;
    }
    .youtube-content iframe {
        height: 230px;
    }
    section.step {
        min-height: 400px;
    }
    section#instagram h2 {
        font-size: 20px;
    }
    section#section-shows div.col-lg-12 {
        padding: 0;
    }
    .facebook-cont.mobile {
        width: 320px;
    }
    section#contact div.section-subheading > div {
        display: block;
        width: 100%;
    }

    section#contact div.section-subheading > div:first-child a {
        margin-right: 0;
    }

    section#contact div.section-subheading {
        margin-bottom: 30px;
    }

}


/* GENERAL CSS */
.inn_mt_50 {
    margin-top: 50px;
}

.inn_mb_50 {
    margin-bottom: 50px;
}

.inn_center {
    text-align: center;
}


/* NEW SECTION */
.button-custom-cont {
    width: 100%;
    text-align: center;
}

.button-custom-cont a.button.button-custom.murales-show-more {
    float: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.murales-hide {
    display: none;
}

section.section-murales-detalle .iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
}

section.section-murales-detalle .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.button-custom.button-back-site {
    margin: auto;
    float: none;
}

section.section-murales-detalle {
    padding-bottom: 50px;
}

section.section-murales-detalle h2.section-heading {
    margin-bottom: 35px;
}