
/* HERO */

#hero .image-holder:after{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;

    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#hero .title{
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 20;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#hero .title .line{
    display: block;
    width: 590px;
    margin-top: 10px;
}
#hero .title .line:first-child{
    margin-top: 0;
}
#hero .title .line:before{
    content: "";
    display: block;
    width: 100%;
	max-width: 480px;
    height: 0;
    padding-bottom: 15.06%;
    background: no-repeat left bottom/contain;
    background-image: url(../images/logo/logo-beat.svg);
}
#hero .title .line.line-1{margin-bottom:50px}
#hero .title .line.line-2:before{
    padding-bottom: 20.93%;
	max-width: 450px;
	
    background-image: url(../images/title/titulo_2.svg);

}
@media(max-width:500px){
#hero .title .line.line-2:before{
    padding-bottom: 20.93%;
	max-width: 450px;
	
    background-image: url(../images/title/ochenta_movil.svg);
	    height: 125px;
}	
	#hero .title .line.line-1 {
    margin-bottom: 15px;
}
}
#hero .title .line.line-3:before {
    background-image: url(../images/title/titulo_1.svg);
    margin-top: 18px;
    margin-bottom: 20px;
    width: 325px;
    max-width: 450px !important;
}

#hero .title .text-holder{
    display: block;
    margin-top: 20px;
}
#hero .title .text{
    display: block;
    font-size: 2.7em;
    line-height: 1;
}

#hero .title .logo{
    display: none;
}

/* Animation */

#hero .title .line,
#hero .title .text-holder{
    overflow: hidden;
}
#hero .title .line:before,
#hero .title .text-holder .text{
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);

    -webkit-transition:
        -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 300ms ease-out;
    -o-transition:
        -o-transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 300ms ease-out;
    transition:
        transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 300ms ease-out;
}
#hero .title.animate .line:before,
#hero .title.animate .text-holder .text{
    opacity: 1;
    
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#hero .title.animate .line.line-1:before{
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
#hero .title.animate .line.line-2:before{
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
#hero .title.animate .line.line-3:before{
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
#hero .title.animate .text-holder .text{
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}




/* ********************** de Hd a DESKTOP ********************** */

@media (max-width: 1024px){

    #hero .title{
        left: 30px;
    }

}




/* ********************** TABLET Landscape ********************** */

@media (max-width: 979px) and (orientation: landscape) {

    /* HERO */

    #hero .image-holder:after{
        width: 65%;
    }

    #hero .title{
        width: 40vw;
    }
    #hero .title .line{
        width: 100%;
    }

    #hero .title .text-holder{
        margin-top: 2vw;
    }
    #hero .title .text{
        font-size: 2.4vw;
        white-space: nowrap;
    }
    
}




/* ********************** MOBILE PORTRAIT ********************** */

@media (max-width: 767px) and (orientation: portrait){

    /* HERO */

    #hero .image-holder:after{
        width: 100%;
        background: rgba(0,0,0,0.6);
    }

    #hero .title{
        width: 320px;
        left: 50%;
    
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #hero .title .line{
        width: 100%;
    }
    #hero .title .line:before{
        background-position: center bottom;
    }
    #hero .title .text-holder{
        margin-top: 10px;
    }
    #hero .title .text-holder .text{
        font-size: 16px;
        text-align: center;
    }

    #hero .title .logo{
        display: block;
        width: 140px;
        margin: 15vh auto -5vh;
        background: no-repeat center/contain;
        background-image: url(../images/logo/full.svg);
    }
    #hero .title .logo:before{
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 27.4%;
    }

}
@media (max-width: 360px) and (orientation: portrait){

    /* HERO */

    #hero .title{
        width: 200px;
    }
    #hero .title .logo{
        width: 130px;
        /*margin-top: 30px;*/
    }

}

/*teatro de verano*/

p.artista_right{
font-size: 3em !important;
    font-weight: 600;
    margin-bottom: 50px;
    background-color: #3d3d3ddb;
    padding: 20px;
    width: 120%;}

p.artista_left{
font-size: 3em !important;
    font-weight: 600;
    margin-bottom: 50px;
    background-color: #3d3d3ddb;
    padding: 20px;
      width: 114%;
    margin-left: -14%;
	padding-left: 14%;}

#final .logo .iso:before {
    padding-bottom: 100%;
    background-image: url(../images/logo/logodoble.svg);
}

#final .logo .iso:before {
    /* padding-bottom: 100%; */
    background-image: url(../images/logo/logodoble.svg);
    background-repeat: no-repeat;
    width: 500px;
    margin-left: -90px;
    /* text-align: center; */
    /* margin: 0 auto; */
}
.page .scroll-text p {
	font-size: 2.2em;}

@media (max-width:768px){
	#final .logo .iso:before {
    /* padding-bottom: 100%; */
    background-image: url(../images/logo/logodoble_v.svg);
    background-repeat: no-repeat;
    width: 350px;
  margin: 0 auto;
    /* text-align: center; */
    /* margin: 0 auto; */
}
p.artista_right{
font-size: 3em !important;
    font-weight: 600;
    margin-bottom: 50px;
    background-color: #3d3d3ddb;
    padding: 20px;
    width: 100%;}

p.artista_left{
font-size: 3em !important;
    font-weight: 600;
    margin-bottom: 50px;
    background-color: #3d3d3ddb;
    padding: 20px;
      width: 100%;
    margin-left: 0%;
	padding-left:0%;}
	
	

	
}



.creditos {
    font-size: 20px;
    /* position: absolute; */
    top: -2%;
    left: 40%;
    text-align: center;
    width: 311px;
    margin-top: 50px;
}
#final .logo {
  
    position: absolute;
    left: 50%;
	top: 50%;}

@media (max-width: 768px){
.creditos {
  font-size: 18px;
  
    text-align: left;
    width: 237px;
    margin-top: 50px;
}

#final .logo {
    position: absolute;
    left: 50%;
    top: 50%;
	text-align: center;}
	
	.creditos{width: 100%; text-align: center;}
	#final .logo .iso {display: none !important}
}
@media (max-width: 500px){
	.jssocials-shares {text-align: center}}


.fa-twitter:before {
    content: "" !important;
	
}
.jssocials-share-twitter .jssocials-share-link {
    background: #000000 !important;
}
.jssocials-share-twitter .jssocials-share-link {
    background: #000000 !important;
    background-image: url(https://www.montevideo.com.uy/plantillas/temas17/imagenes17/icons/sn-twitter-w-23.svg) !important;
	background-repeat: no-repeat !important;}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #383838 !important;
	  background-image: url(https://www.montevideo.com.uy/plantillas/temas17/imagenes17/icons/sn-twitter-w-23.svg) !important;
	background-repeat: no-repeat !important;}

.jssocials-share-twitter .jssocials-share-link {
	padding: 1.7em 0.9em;}