

/* Button Similar to Home Web*/

.home-main-button{
    width: 23rem;
    height: 5rem;
    background: linear-gradient(90deg,#f45c43,#eb3349);
    border-radius: 10rem;
    box-shadow: 7px 7px 8px -3px rgb(155, 156, 156);
    border: none;
    margin: 6rem 0 1rem;
}
.home-main-button:hover{
    background: linear-gradient(180deg,#f45c43,#eb3349);
}
.home-main-button a{
    width: 23rem;
    height: 5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    color: white
}

/* Section Complementary*/

.schedule-section-container h2 {
    padding: 80px 40px 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 3.2rem;
    text-align: center;
}
.schedule-section-container {
    height: auto;
    max-width: 710px;
    margin: 0 auto;  
}

/* Section Portfolio - Main Section CSS*/


.sections-Tittles_calendar{
    padding:  4rem 3rem; 
    background-color: #ffff;
 }
 .sections-Tittles_calendar h2{
     text-align: center;
     font-size: 2.5rem;
     font-weight: 400;
     color: var(--black-back);
     /* padding: 0 180px; */
 }

/* Frequent-questions - Calendar */

.schedule_first summary , .schedule summary  , .schedule_actually summary {
    background-color: white;
    width: 100%;
    padding: 2rem 3rem;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--grey-type);
    font-weight: 400;
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 7px;
}
.schedule_first {
    padding: 8rem 3rem 0;
}
.schedule{
    padding: 0 3rem;
}
.schedule_actually summary{
    background-color: var(--primary-color);
    width: 103%;
    padding: 2rem 3rem;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: left;
    margin-left: -1.5%;
}
details>summary {
    list-style-type: none;
    cursor: pointer;
}
  summary::after {
    content: "+";
    color: var(--grey-type);
    float: right;
    text-align: center;
    margin-right: -15px;
  }
  .schedule_actually summary::after {
    content: "+";
    color: #fff;
    float: right;
    text-align: center;
    margin-right: -15px;
  }
  details[open] summary::after {
    content: "-";
  }
.schedule hr{
    height: 5px;
    background-color: var(--grey-basic);
    border: none;
  }
.schedule_first_normal , .schedule_actually_normal , .schedule_normal , .schedule_first_holiday {
    
    display: grid;
    grid-template-columns: 35% 65%;
    background-color: white;
    width: 100%;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--grey-type);
    font-weight: 300;
    font-size: 1.8rem;
    text-align: left;
    list-style: none;
    margin-block-end: 2px;
}
.schedule_first_normal div , .schedule_normal div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #faefd1;
    padding: 10px;
}
.schedule_actually_normal div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dbeff8;
    padding: 10px;
}
.schedule_first_holiday div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c8bbf8;
}
.schedule_icon_corferias{
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 13px;
    background-image: url(./img/Logo_Corferias.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.schedule_first_normal div h3 , .schedule_normal div h3{
    color: #cfbb89;
    font-size: 2.8rem;
}
.schedule_actually_normal div h3{
    font-size: 2.8rem;
    color: var(--primary-color);
}
.schedule_first_holiday div h3{
    color: white;
    font-size: 2.8rem;
}
.schedule_first_normal div p , .schedule_normal div p{
    color: #cfbb89;
    margin-block-start: -9px;
    margin-block-end: 9px;
    padding: 0;
}
.schedule_actually_normal div p{
    color: var(--primary-color);
    margin-block-start: -9px;
    margin-block-end: 9px;
    padding: 0;
}
.schedule_first_holiday div p{
    color: white;
    margin-block-start: -9px;
    margin-block-end: 9px;
    padding: 0;
}
.schedule_first_normal p , .schedule_normal p, .schedule_first_holiday p, .schedule_actually_normal p{
    margin: auto 0;
    padding: 12px;
}
