/* JORGE DIAZ - CSS CUSTOM */

.colb-xs-5,

.colb-sm-5,

.colb-md-5,

.colb-lg-5 {

  min-height: 1px; 

  position: relative;

}

.colb-xs-5 {

  float: left;

  flex: 0 0 4 20
    max-width: 20%;

}

@media (min-width: 768px) {

  .colb-sm-5 {

    float: left;

    flex: 0 0 20%;
    max-width: 20%;

  }

}

@media (min-width: 992px) {

  .colb-md-5 {

    float: left;

    flex: 0 0 20%;
    max-width: 20%;

  }

}

@media (min-width: 1200px) {

  .colb-lg-5 {

    float: left;

    flex: 0 0 20%;
    max-width: 20%;

  }

}

.BoxSeccionTitle{
}
.BoxSeccionTitle .SeccionTitle {
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -7px;
}

/* HOME - INTRO */

.IconMano {
    background: url(../../assets/img/biografia/icon-mano.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    width: 25px;
    height: 11px;
    display: inline-block;
}

.IconEscribir {
    background: url(../../assets/img/premios/icon-escribir.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    width: 25px;
    height: 15px;
    display: inline-block;
}

.Site-HomeIntro {
    background: url(../../assets/img/home/bg-intro.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}

.BoxHomeIntro {
    padding: 16rem 0 10rem 0;
}
.BoxHomeIntro .Title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Special Elite', cursive;
    color: #7E798F;
    font-size: 3rem;
    line-height: 4rem;
}

.BoxHomeMiniBio {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.BoxHomeMiniBio .BoxFigure {
    width: 100%;
}
.BoxHomeMiniBio .BoxFigure .Img {
    width: 100%;
}

.BoxHomeMiniBio .BoxText{}
.BoxHomeMiniBio .BoxText .Title {
    font-family: 'Special Elite', cursive;
    color: #7E798F;
    width: 60%;
    font-size: 1.6rem;
    text-align: right;
}
.BoxHomeMiniBio .BoxText .Text {
    text-align: justify;
}

/* HOME - NOTICAS */


.Site-HomeNoticias {
    padding-bottom: 5rem;
}
.Site-HomeNoticias .BoxHomeNoticias{}
.Site-HomeNoticias .BoxHomeNoticias .Title{}

.BoxHomeNoticia {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 0 0 10px 10px;
}
.BoxHomeNoticia .BoxFigure {
    height: 150px;
    overflow: hidden;
    margin: 0;
}
.BoxHomeNoticia .BoxFigure .Img {
    width: 100%;
}

.BoxHomeNoticia .BoxText {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.BoxHomeNoticia .BoxText .Title {
    font-family: 'Special Elite', cursive;
    color: #7E798F;
    font-size: 1rem;
    margin-bottom: 5px;
    min-height: 70px;
}
.BoxHomeNoticia .BoxText .Text {
    min-height: 160px;
    font-size: 1.0rem;
    line-height: 1.2rem;
}
.BoxHomeNoticia .BoxText .Link {
    font-weight: 800;
    align-self: flex-end;
    color: #7e798f;
}

/* HOME - NOTICAS */


.BoxGaleriaImgs {
    display: flex;
    flex-wrap: wrap;
}
.BoxGaleriaImgs .BoxColumImg .ImgFigure {
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
}
.BoxGaleriaImgs .BoxColumImg.BoxColumImg1{
    width: 20%;
}
.BoxGaleriaImgs .BoxColumImg.BoxColumImg2{
    width: 40%;
}
.BoxGaleriaImgs .BoxColumImg .ImgFigure.Img1 {
    height: 220px;
}
.BoxGaleriaImgs .BoxColumImg .ImgFigure.Img2 {
    height: 325px;
}

.BoxGaleriaImgs .BoxColumImg .ImgFigure .Img {
    width: 100%;
}

/* SITE FOOTER */

.Site-Footer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #e8e7ef;
    border-top: 6px solid #7e798f;
}
.FooterLogo {
    text-align: center;
}
.FooterLogo .BoxFigure{}
.FooterLogo .BoxFigure .Img{}

.FooterMenu{
    margin-bottom: 2rem;
}
.FooterMenu .Menu{
    position: relative;
}
.FooterMenu .Menu .MenuLink {
    /*font-family: 'Special Elite', cursive;*/
    color: #7e798f;
    font-size: 0.8rem;
    padding: 15px 4px;
    position: relative;
    text-decoration: none;
    display: inline;
    position: relative;
    cursor: pointer;
}

.FooterMenu .Menu span {
    position: relative;
}

.FooterProyecto .BoxLogos {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0rem;
}
.FooterProyecto .BoxLogos {
    display: flex;
    align-items: flex-end;
}
.FooterProyecto .BoxLogos .BoxFigure {
    margin-right: 5rem;
}
.FooterProyecto .BoxLogos .BoxFigure .Img{}
.FooterProyecto .Text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #818080;
}
.FooterProyecto .LinkTel {
    color: #818080;
}

.FooterCreative {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.FooterCreative .BoxLogos {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
}
.FooterCreative .BoxLogos .BoxFigure{
    margin: 0;
    margin-right: 10px;
}

.FooterCreative .BoxLogos .Text {
    font-size: 0.7rem;
    font-weight: 600;
    color: #818080;
    line-height: 1rem;
    margin: 0;
}

.BoxFooterRedes {
    display: flex;
}
.BoxFooterRedes .RedLink {
    border: 3px solid #818080;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
    text-decoration: none;
    background: #818080;
}
.BoxFooterRedes .RedLink i {
    color: #fff;
    font-size: 1.2rem;
}

/* BIOGRAFIA */

.SeccionBiografia{
    position: relative;
}
.SeccionBiografia .ImgPluma{
    position: absolute;
    right: 0;
    top: 5%;
}

.Line {
    background: #7E7980;
    width: 60px;
    height: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.bg-beige{
    background: #FAF3E2;
}
.cl-violeta{
    color: #7E798F;
}

.fbold{
    font-weight: 600;
}

.fSpeciaElite{
    font-family: 'Special Elite', cursive;
}

.BoxBioIntroText{}
.BoxBioIntroText .BoxText{}

.BoxBioIntroText .BoxText .BoxTextTitle{
    width: 280px;
    position: relative;
    left: -55px;
    margin-bottom: 1rem;
}
.BoxBioIntroText .BoxText .BoxTextTitle span {
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    padding: 10px 15px 8px 15px;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    margin-right: 30px;
    font-style: italic;
    font-weight: lighter;
}
.BoxBioIntroText .BoxText .BoxTextTitle .Title {
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.BoxBioTitle {
    margin-bottom: 1rem;
}
.BoxBioTitle .Title {
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    width: 35%;
    position: relative;
    left: -20px;
}
.BoxBioTitle .Title span {
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.BoxBioFuente {
    text-align: right;
    width: 220px;
}
.BoxBioFuente .BoxIcon {
    margin: 0;
}
.BoxBioFuente .BoxIcon .Img{}
.BoxBioFuente .Text {
    font-size: 12px;
    line-height: 1rem;
    color: #444242;
    font-weight: 500;
    margin-bottom: 10px;
}

.BoxGaleriaIntro{}
.BoxGaleriaIntro .BoxText{}
.BoxGaleriaIntro .BoxText .BoxTextTitle{}
.BoxGaleriaIntro .BoxText .BoxTextTitle .Title {
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 4.6rem;
    line-height: 4.4rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

/* GALERIA */

.SeccionGaleria{
    position: relative;
}
.SeccionGaleria .ImgPluma {
    position: absolute;
    right: 0;
    width: 170px;
}
.SeccionGaleria .ImgGoma {
    position: absolute;
    left: 0;
    top: -15%;
    width: 245px;
}

.BoxGaleriaTitle{}
.BoxGaleriaTitle .Title {
    font-size: 1.2rem;
}

.BoxGaleriaTitle .SubTitle {
    font-size: 1rem;
}

.BoxPremio .TexDestacado {
    font-size: 1rem;
    margin: 0;
}

.BoxPremio {
    padding-left: 40px;
    position: relative;
    margin-bottom: 2rem;
}
.BoxPremio .Icon {
    position: absolute;
    left: 0;
}
.BoxPremio .Title {
    font-size: 1.2rem;
    margin: 0;
}
.BoxPremio .Text {
    color: #444242;
}

.BoxPremioIntroText {
    position: absolute;
    right: 8%;
    top: 20%;
}
.BoxPremioIntroText .Title{
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.BoxTimbreBtns{
    position: relative;
}
.BoxTimbreBtns .BtnTimbre{}
.BoxTimbreBtns .BtnTimbre.BtnTimbre1 {
    position: absolute;
    left: 57px;
    top: 53px;
}
.BoxTimbreBtns .BtnTimbre.BtnTimbre2 {
    position: absolute;
    left: 53px;
    top: 148px;
}
.BoxTimbreBtns .BtnTimbre .IconTimbre1{
     background: url(../../assets/img/home/contactanos/icon-timbre-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 60px;
    display: inline-block;
    transform: scale(1.0);
}
.BoxTimbreBtns .BtnTimbre:hover .IconTimbre1{
    transform: scale(1.1);
}
.BoxTimbreBtns .BtnTimbre .IconTimbre2{
    background: url(../../assets/img/home/contactanos/icon-timbre-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 71px;
    height: 66px;
    display: inline-block;
    transform: scale(1.0);
}
.BoxTimbreBtns .BtnTimbre:hover .IconTimbre2{
    transform: scale(1.1);
}

.BoxArchivoTitle{}
.BoxArchivoTitle .Title{
        font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -7px;
}

.fontSize1{
    font-size: 1rem;
}
.fontSize2{
    font-size: 2rem;
}
.fontSize3{
    font-size: 1.4rem;
}

.fontSize4{
    font-size: 1.6rem;
}

.BoxMixLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.BoxMixLink{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.BoxMixLink.BoxMixLink1 {
    width: 50%;
}
.BoxMixLink.BoxMixLink2 {
        position: absolute;
}
.BoxMixLink .Link {
    font-family: 'Special Elite', cursive;
    color: #7E798F;
    margin: 1.4rem 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 1rem;
    transform: scale(1.0);
}
.BoxMixLink .Link:hover {
    transform: scale(1.1);
}

.GridTeatroInfancia{
    padding-top: 14rem;
}

.ImgObraCepillo {
    position: absolute;
    top: -30%;
}

/* NARRATIVA BREVE */

.SeccionNarrativaBreve .BoxBioIntroText .BoxText .BoxTextTitle {
    width: 300px;
    position: absolute;
    right: -35px;
    margin-bottom: 1rem;
    top: 130px;
    left: initial;
}


.TextAmarillo {
    padding: 15px 20px;
    background: #FAF3E2;
}

.ArchivoImgCafe {
    position: relative;
    right: -200px;
    top: 100px;
}
.ArchivoImgAnteojos {
    position: relative;
    left: -200px;
    top: 0;
}

.ListArchivos {
    padding: 0;
    list-style: none;
}
.ListArchivos li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ListArchivos li figure {
    margin-right: 10px;
    margin-bottom: 0;
}
.ListArchivos li p {
    margin-bottom: 0;
}
.ListArchivos .text{
    font-family: 'Special Elite', cursive;
    color: #7e798f;
    font-weight: 600;
}

.EntrevistaImgPluma {

}

.BoxTextEntrevista .BoxTextTitle {
    width: auto;
    position: absolute;
    right: -45px;
    margin-bottom: 1rem;
    top: 130px;
    left: initial;
}
.BoxTextEntrevista .BoxTextTitle .TitleEntrevista {
    display: flex;
    flex-direction: column;
}

.BoxTextEntrevista .BoxTextTitle .Title {
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: block;
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    margin-right: 0;
    font-style: italic;
}

/* NOTICIAS RECIENTES */
.NoticiasRecTitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.NoticiasRecTitle .TextTitle{
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 10px 20px 4px 20px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.ImgCafePluma{
    width: 350px;
}

.BoxMenu-SubNav {
    position: absolute;
    max-width: 185px;
    flex-direction: column;
    background: #878687;
    padding: 1rem;
    display: flex;
    align-items: center;
    margin: 5px 0;
    display: none;
    z-index: 2;
}
.BoxMenu-SubNav.Active {
    display: flex;
}
.BoxMenu-SubNav .Nav-Link {
    color: #fff;
    width: 100%;
    /*font-family: 'Special Elite', cursive;*/
    font-size: 0.8rem;
}

.BoxMenu-SubNav.SubNav1 {
    left: 9%;
    top: 18px;
}

.BoxMenu-SubNav.SubNav2{
    left: 22%;
    top: 18px;
    max-width: 210px;
}

.BoxMenu-SubNav.SubNav3{
    left: 51%;
    top: 18px;
}
.BoxMenu-SubNav.SubNav4{
    right: 0;
    top: 18px;
}

.BoxVideoPlay {
    display: flex;
    align-items: flex-end;
}
.BoxVideoPlay .BoxImgVideo {
    margin-right: 1rem;
}
.BoxVideoPlay .BoxImgVideo .Img{}
.BoxVideoPlay .BoxBioFuente {
    text-align: left;
    width: 200px;
}

/* DRAMATURGIA */

.BoxTextDramaturgia {
    max-width: 400px;
    width: 100%;
    font-family: 'Special Elite', cursive;
    font-weight: 600;
}
.BoxTextDramaturgia .Text {
    line-height: 1.7rem;
    color: #444242;
}
.BoxTextDramaturgia .Text .Icon1{
    float: left;
    margin-right: 1rem;
}
.BoxTextDramaturgia .Text .Icon1 .Img{
        width: 35px;
}
.BoxTextDramaturgia .Text .Icon2{
    display: contents;
}
.BoxTextDramaturgia .Text .Icon2 .Img {
    margin-left: 1rem;
        width: 35px;

}

.BoxTextVerMas {
    max-width: 400px;
    width: 100%;
}

.SeccionArchivo .BoxBioIntroText .BoxText .BoxTextTitle {
    width: 240px;
    position: absolute;
    right: 0;
    margin-bottom: 1rem;
    top: 130px;
    left: initial;
}

/* INTRO */

.ImgBoxLapizLibro {
    position: relative;
    right: -90px;
    top: -90px;
}

.BoxDramaturgia-IntroImg{}
.BoxDramaturgia-IntroImg .Img{
    width: 100%;
}

.BoxDramaturgia-IntroText{}
.BoxDramaturgia-IntroText .IntroText-Title {
    font-family: 'Special Elite', cursive;
    background: #7E798F;
    color: #fff;
    display: inline-block;
    font-size: 3.6rem;
    line-height: 3.6rem;
    padding: 10px 15px 4px 15px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 7rem;
    position: relative;
    left: -5rem;
}
.BoxDramaturgia-IntroText .IntroText-Text{
    font-family: 'Special Elite', cursive;
    color: #7E798A;
}

.NoticiaTitle{}
.NoticiaTitle .BoxFigure{}
.NoticiaTitle .BoxFigure .Img{
    width: 100%;
}

.NoticiaTitle{}
.NoticiaTitle .Title{
    font-family: 'Special Elite', cursive;
    color: #7e798f;
    font-size: 3rem;
    font-weight: 600;
}

.BoxMenu-FootSubNav {
    position: absolute;
    width: 188px;
    flex-direction: column;
    background: #878687;
    padding: 1rem;
    display: flex;
    align-items: center;
    margin: 5px 0;
    display: none;
    z-index: 2;
}
.BoxMenu-FootSubNav.Active {
    display: flex;
}
.BoxMenu-FootSubNav .Nav-Link {
    color: #fff;
    width: 100%;
    /*font-family: 'Special Elite', cursive;*/
    font-size: 0.8rem;
}

.BoxMenu-FootSubNav.FootSubNav1 {
    left: -12%;
    top: 28px;
}

.BoxMenu-FootSubNav.FootSubNav2{
    left: -10%;
    top: 24px;
    max-width: 210px;
}

.BoxMenu-FootSubNav.FootSubNav3{
    left: -12%;
    top: 24px;
}
.BoxMenu-FootSubNav.FootSubNav4{
    right: -186%;
    top: 24px;
}

.BoxFormularioGral-Content {
    background: url(../../assets/img/contacto/content-1.png);
    padding: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.BoxFormularioSolicitud-Content {
    background: url(../../assets/img/contacto/content-2.png);
    padding: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.BoxFormularioGral-Header{}
.BoxFormularioGral-Header .GeneralMenu {
    position: relative;
    top: 44px;
    display: flex;
}
.BoxFormularioGral-Header .GeneralMenu .Link {
    font-family: 'Special Elite', cursive;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}
.BoxFormularioGral-Header .GeneralMenu .Link.Active {
    color: #807f7f;
}
.BoxFormularioGral-Header .GeneralMenu .Link.LinkGeneral {
    background: url(../../assets/img/contacto/btn-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    padding-top: 1rem;
}
.BoxFormularioGral-Header .GeneralMenu .Link.LinkSolicitud {
    background: url(../../assets/img/contacto/btn-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 464px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    padding-top: 1rem;
}

.BoxFormularioGral-Header .GeneralMenu .Link.LinkGeneralB {
    background: url(../../assets/img/contacto/btn-1b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 0;
    padding-top: 1rem;
}

.BoxFormularioGral-Header .GeneralMenu .Link.LinkSolicitudB {
    background: url(../../assets/img/contacto/btn-2b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 464px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    padding-top: 1rem;
}

.ContactoPapelPaliz {
    position: relative;
    top: 150px;
    right: -90px;
}

.formInput{
    border-radius: 0;
    font-size: 1rem;
    border: none;
}


.formInput::-webkit-input-placeholder {
    color: #C3C3C3;
    opacity: 1 !important;
    font-size: 1rem;
}

.formInput::-moz-placeholder {
    color: #C3C3C3;
    opacity: 1 !important;
    font-size: 1rem;
}

.formInput:-ms-input-placeholder {
    color: #C3C3C3;
    opacity: 1 !important;
    font-size: 1rem;
}

.formInput:-moz-placeholder {
    color: #C3C3C3;
    opacity: 1 !important;
    font-size: 1rem;
}

.formBtnEnviar{
        color: #fff;
    background-color: #ACA6C6;
    border-color: #ACA6C6;
    width: 170px;
    padding: 2px;
}