@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

* {
   
}

footer {
    display: none;
}

h1, h2, h3, h4, h5, h6, a, span {
    color: #000000;
    margin: 0;
    padding: 0;
}

p {
    color: #000000;
    margin: 0 0 5px 0;
    padding: 0;
}

ul {
    color: #000000;
}

li {
    color: #000000;
}

/* GERAL */
.container-fluid {
   
    background: #ffffff; 
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 25px;
}

a {
    text-decoration: none;
}
.centerAlign{
    text-align: center;
}
.orange-hr {
    /* border-bottom: 8px solid #EC6609; */
    margin: 3rem 0 0 0;
}
.graphic{
    width: 20rem;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
    .container {
        max-width: 1156px;
    }
}

@media (max-width: 600px) {
    .event-date {
        font-size: 26px !important;
    }

    .sub-title {
        font-size: 35px !important;
        line-height: 35px !important;
    }
}

/* GERAL */


.top-row {
    background-image: url(https://events.iberinmo.com/media/uploads/speakers/topbanner_mipim_DlzNTNw.jpg);
   
    background-repeat: no-repeat;  
    margin: 0;
   
    background-color: #00545e;   
   
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.img-intro {
    width: min(24rem, 100%);
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 2rem;
    animation: slideInFromLeft 1.2s ease-out;
}
.pub_Banner {
  
    padding: 2rem  0 0 0;
}

.pub_Banner a {
    display: block;
    width: 100%;
}

.pub_image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.section {
    margin: 100px 0 0 0;
    padding: 0;
}

.last-section {
    margin: 100px 0 0 0;
    padding: 0 0 100px 0;
}



.event-date {
   
    font-size: 3rem;
 
    letter-spacing: 0;
    text-align: center;
    color: #f36a4b;
    opacity: 0;
 margin: 5rem 0 0 0;
    padding: 0;
    animation: fadeIn 1s ease-in 3.0s forwards;
}
.event-phrase {
    font-size: 2rem;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    margin: 1rem 0 0 0;
    padding: 0;
    animation: fadeIn 1s ease-in 2.0s forwards;
}

.event-place {   
    font-size: 3.3rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    opacity: 0;
        margin: 5rem 0 0 0;
    padding: 0;
    /* text-shadow: 3px 3px 3px #000000; */
    animation: fadeIn 1s ease-in 1.2s forwards;

}
@media only screen and (max-width: 480px) {
  .event-place {
       font-size: 2.5rem;
    line-height: 2.7rem;}
}

.sub-title {
   
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    color: #00555e;
    opacity: 1;
    margin: 0 0 40px 0;
    padding: 0;
}


/* BUTTONS */
.btns-row {
    text-align: center;
        margin: 10rem 0 0 0;
}

.btn-01 {
   
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #ffffff;
    background-color: #000000;
    opacity: 1;
    padding: 16px 20px;
    border: none;
    width: 270px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    transition-duration: .5s;
}

.btn-01:hover {
    background-color: #EC6609;
    color: #ffffff;
}

/* CONCEPT */
.concept-text {
   
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    color: #EC6609;
    opacity: 1;
    margin: 0 0 5px 0;
    padding: 0;
}

/* SPEAKERS */
.item {
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-circle {
    width: 140px;
    border-radius: 50%;
    filter: grayscale(1);
}

.div-profile-circle {
    width: 176px;
    border-radius: 50%;
    padding: 6px;
    border: 2px solid #00545e;
}

.speaker-name {
    font-family: "Parkinsans", sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding: 0;
    margin: 10px 0 0 0;
}

.speaker-company {
    font-family: "Parkinsans", sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding: 0;
    margin: 10px 0 0 0;
}

.speaker-position {
    font-family: "Parkinsans", sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    letter-spacing: 0px;
        color: #3a3938;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.see-more {
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: underline !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    color: #E6D095 !important;
    background-color: transparent !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 10px 0 20px 0 !important;
    border: none !important;
}

.see-more:hover {
    color: #000000 !important;
    background-color: transparent !important;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 0 30px 20px 30px;
}

.modal-title {
   
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin: 0 0 25px 0;
}

.modal-sub-position {
   
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

.modal-text {
   
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

/* PROGRAMME */
.programme-date {
   
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    color: #00545e;
    opacity: 1;
    margin: 0 0 20px 0;
    padding: 0;
}


.programme {
    font-family: "Parkinsans", sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    color: #ffffff;
    opacity: 1;
    margin: 0 0 5px 0;
    padding: 0;
}


/* PLACE */
.place-text-title {
   
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    color: #EC6609;
    opacity: 1;
    margin: 0 0 20px 0;
    padding: 0;
}

.place-text {
   
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    color: #000000;
    opacity: 1;
    margin: 0 0 5px 0;
    padding: 0;
}

.place-img {
    width: 100%;
    margin-top: 6rem;
}
.place-img2 {
    width: 100%;
    
}

/* SPONSORS */
.top-sponsor {
    margin: 50px 0 0 0;
    padding: 0 0 3rem 0;
}

.sponsor-category {
   
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}

.sponsor-category-top {
   
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}

.conjunto-sponsor {
    margin: 0 0 0 5px;
    width: auto;
    padding: 0;
}

.tira-sponsors {
    padding: 0;
}

.conjunto-sponsor-top {
    margin: 0 0 0 5px;
    width: auto;
    padding: 0;
    text-align: center;
}

.logo-sponsor-top {
    width: 108px;
    height: 72px;
    border: 1px solid #869791;
    margin: 0 10px 10px 0;
    background-color: #FFFFFF;
    transition: transform 0.3s ease;
}

.logo-sponsor-top:hover {
    transform: scale(1.15);
}

.logo-sponsor {
    width: 120px;
    height: 80px;
    border: 1px solid #869791;
    margin: 0 10px 10px 0;
    background-color: #FFFFFF;
    transition: transform 0.3s ease;
}

.logo-sponsor:hover {
    transform: scale(1.15);
}
/* BACK TO TOP BUTTON */
#backToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #00555e;
    border: 1px solid #00555e;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}
.bottom{
  background-color: #00555e;
    padding: 2rem 0 0 0;
    color: white;
    background-image: url(https://events.iberinmo.com/media/uploads/speakers/bottom_banner.jpg);
    background-repeat: no-repeat;
}

#backToTop.show {
    display: flex;
}

#backToTop i {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 2px;
}

#backToTop .top-text {
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#backToTop:hover {
    background-color: #ffffff;
}

#backToTop:hover i,
#backToTop:hover .top-text {
    color: #00555e;
}