
  @import url('https://fonts.googleapis.com/css2?family=Staatliches&family=Ubuntu:wght@300;400;500;700&display=swap');


.com-content-article{
    display: none;
}
.content__option__menu{
    margin-top: 50px;
    z-index: 2;
    position: relative;
}
.content__info{
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 10px;
}

.section__title__image{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 400px;
    align-self: baseline;
    flex-basis: 25%;
}
.content__title{
    text-align: center;
    width: 200px; 
    font-family: Staatliches;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

.title__small{
    font-size: 24px!important;
}

.title{
    color: white;
    
}

.subtitle__sec1{
    color: var(--orange-bg)!important;
}
.content__image{
    margin-top: 25px;
    width: 264px;
    height: 171px; 
}
.content__image img{
    object-fit: cover;
    border-radius: 10px;

}

.line__div{
    margin-left: 20px;
    margin-right: 20px;
    width: 1px;
    background-color: white;
    min-height: 400px;
    height: auto;
    align-self: normal;
}

.content__presentation{
    font-family: Staatliches;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--orange-bg);
    text-align: initial;
}

.conten__info__detail{
    text-align: justify;
    margin-top: 26px;
    color: white;
}
.section__title__info{
    height: auto;
    min-height: 400px;
    flex-basis: 50%;
    font-family: Ubuntu;
}

.text__orange{
    color: var(--orange-bg); 
}

.agenda__list{
    font-size: 25px!important;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.program-buttons-days{
    border-bottom: solid 1px white;    
    margin-bottom: 1.5rem;
}

.agenda__link {
    text-decoration : none;
}
.agenda__link:hover{
    text-decoration : underline;
}

.agenda__prof, .agenda__entr{
    color : #df3dec;
}

.agenda__prof:hover, .agenda__entr:hover{
    color : #df3dec;
}
.agenda__prof:focus, .agenda__entr:focus{
    color : #df3dec;
}

.agenda__nada{  color:#66d4f3; }
.agenda__nada:hover{ color:#66d4f3; }
.agenda__nada:focus{ color:#66d4f3; }

.agenda__duen{ color:#bcbcbc; }
.agenda__duen:hover{ color:#bcbcbc; }
.agenda__duen:focus{ color:#bcbcbc; }

.agenda__agua{  color:#ffec00; }
.agenda__agua:hover{  color:#ffec00; }
.agenda__agua:focus{  color:#ffec00; }

.agenda__selected {
    text-decoration : underline;
}

.program_button_day_on {
  width: 97px;
  height: 36px;
  margin-right: 9px;
  margin-top: 10px;
  background-color: #ff6b01;
  border: 0;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.program_button_day_off {
  width: 97px;
  height: 36px;
  margin-right: 9px;
  margin-top: 10px;
  background-color: #c7c7c7;
  border: 0;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.line__separator{
    width : 100%;
    height : 1px;
    border-top : solid 1px #ff6b01;
    display: inherit;
    margin : 14px 0px;
}

.cardTalk_time{
    font-family : Staatliches;
    font-size : 20px;
}
.cardTalk_name{
    font-weight: bold;
    font-size : 17px;
}

.cat_name_white{
    color : white!important;
    font-weight: bold;
    font-size : 17px;
}

.cardTalk_cat_name{
    color : #ff6b01;
    font-weight: bold;
    font-size : 17px;
}

.title__agenda__date{
    font-family: Staatliches;
    font-size: 21px;
    color :white;
    
}
.sp__agenda__orange{
    color:#ff6b01;
}
.year__orange{
      color:#ff6b01;
}

@media (max-width: 750px) {
    
    .section__title__info{
        height: auto;
        min-height: 400px;
        flex-basis: 70%;
    }

    .content__title { 
        width: 152px;
        line-height: 25px;
    }
    
    .title , .text__orange{ 
        font-size: 20px;
    }
    .content__presentation{
        font-size: 20px;
    }
    .content__image {
        width: 204px; 
    }
    .conten__info__detail{
        font-size: 14px;
    }
   
    .content__info{
        margin-bottom: 45px;
    }
    .year__orange{
        font-size : 20px;
    }
}

@media (max-width: 670px) {
    .content__title { 
        width: 252px;
    }
    .content__option__menu{
        margin-top: 5px;
    }
    .content__info{
        flex-direction: column;
    }
    .section__title__image {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        height: auto;
        align-self: auto;
    }
    .content__image {
        height: 120px;
    }
    .line__div{
        display: none;
    }
    .section__title__info {
        height: auto;
        min-height: 200px;
        flex-basis: 100%;
    }
    .content__presentation {
        text-align: center;
        font-size: 20px;
    }
    .conten__info__detail{
        text-align: justify ;
    }
    .program_button_day_on{
        margin-right: 5px;
    }
    .program_button_day_off{
        margin-right: 5px;
    }
}




.expos {
    
}
.expos .expos-list {
    list-style: none;
    padding: 0;
}
.expos-list-item {
    padding: 1rem;
    margin: 1rem 0;
    box-shadow: 0 1px 4px rgba(255 255 255 / 70%);
    border-radius: 7px;
    background: white;
    /* color: var(--blue-bg); */
    color: black;
}
.item-nameexpo {
    color: var(--orange-bg);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.item-photoinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
.expos-list-item .item-img {
    width: 9.5rem;
    height: 100%;
}
.expos-list-item .item-img.noImage {
    width: 10rem;
    height: 6rem;
    /* background: white; */
    background: #55555530;
    border-radius: 7px;
}

.item-photoinfo .item-info {
    width: 100%;
    text-align: center;
}
.item-photoinfo .item-info p {
    margin-bottom: .3rem;
}
.item-photoinfo .item-button {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-photoinfo .item-button .btn-contact {
    background-color: var(--orange-bg);
    color: white;
    font-weight: bold;
}
.item-photoinfo .item-button .btn-contact:hover {
    box-shadow: 0 1px 4px rgba(255 255 255 / 70%);
}

.formcontact .titleform {
    text-align: center;
}
.formcontact .info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.formcontact .info .rowGrp {
    width: 100%;
    position: relative;
}
.formcontact .info .rowGrp .iti {
    width: 100%;
}
.form-span-error {
    color: var(--danger);
    font-size: 12px;
    position: absolute;
}

@media screen and (min-width: 769px) {
    .formcontact .info .rowGrp {
        width: 47%;
    }
}
@media screen and (min-width: 1076px) {
    .item-nameexpo {
        text-align: left;
    }
    .item-photoinfo {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .item-photoinfo .item-info {
      width: calc(100% - 20rem);
      text-align: left;
    }
}





