

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #273053;
  --secondary-color:              #000e67;
  --section-bg-color:             #ffffff;
  --dark-color:                   #000000;
  --navbar-bg-color:              #273053;
  --p-color:                      #2c2c2c;
  --highlight-icon-color:         #ff0100;

  --body-font-family:             'Montserrat', sans-serif ;

  --h1-font-size:                 62px;
  --h2-font-size:                 48px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               20px;
  --copyright-text-font-size:     20px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family); 
    font-weight: 600;
    font-size: 34px;
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
@font-face {
  font-family: 'BillionDreams';
  src: url('fonts/BillionDreams_PERSONAL.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

.hero-text h1{
  font-family:'Montserrat', sans-serif;
  filter: drop-shadow(3px 3px 6px rgb(0, 0, 0));
  font-weight: 800;
  font-size: 8vw ;
  color:#ffffff;
}

.banner-mobile{
  display: none;
}
.text-familia{
    font-family: 'BillionDreams';
}
h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
}

strong{
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);

}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.subtitle {
  filter: drop-shadow(2px 2px 3px #000);
  font-family: Calibri;
}

/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.custom-icon {
  display: inline-block;
  height: 45px;
  width: 455px;
  line-height: 45px;
  border: 2px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.custom-icon::before,
.custom-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.custom-icon::before {
  border: 1px solid transparent;
}

.custom-icon::after {
  border: 0 solid transparent;
}

.custom-icon:hover {
  color: red ;

}

.custom-icon:hover::before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;
}

.custom-icon:hover::after {
  border-top: 2px solid var(--primary-color);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform .4s linear 0s,border-left-width 0s linear .35s;
}
.wpp-logo{
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.529));
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: #33a4ff;
  border-radius: 100px;
  color: var(--white-color);
  text-decoration: none;
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  margin-left: 20px;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.navbar-nav .nav-link.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--white-color);
}


/*---------------------------------------
  CUSTOM comments
-----------------------------------------*/
.item {

  padding: 15px;
  height: 100%;
}


.item .card {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.testimonial {
  padding: 15px;
  flex-grow: 1;
  min-height: 180px;
}

.badge {
  margin: 0 15px 15px;
  padding: 8px 12px;
  font-size: 0.8rem;
}


.img-card {
  width: 15%;
  aspect-ratio: 4 / 3;
  margin: 10px;
}

.img-card img {
  width: 25%;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.648);
  object-fit: cover;
  transition: transform 0.25s ease-in-out;
}
.img-flag{
  width: 40px !important;
  margin: 0 0 0 8px !important;
}

.testimonial {
  padding: 1.5rem;
  text-align: center;
  flex-grow: 1;
}

.testimonial h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3b82f6;
  margin-bottom: 0.75rem;
}

.testimonial p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3636368d;
  margin: 0;
}

.owl-item .badge {
  margin: 10px auto;
  border-radius: 12px;
  padding: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--navbar-bg-color);
  color: #ffffff;
  transition: background-color 0.25s ease-in-out;
}

.owl-item .badge:hover {
  background-color:#aaff00;
}

@media (min-width: 640px) {
  .owl-carousel .owl-stage .owl-item {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .owl-carousel .owl-stage .owl-item {
    width: 30%;
  }https://translate.google.com/
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/


.navbar {
  background: #273053 ;
  z-index: 9;
  right: 0;
  left: 0;
  margin-bottom: 0;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
}
.brand-logo img{
  width: 5dvw ;
}
.brand-logo-footer img{
  width: 5vw ;
  border-radius: 75px;
  background-color: var(--navbar-bg-color);
}
.cont-img{
  background-image: url('../assets/imgs/banner_voluntiers.jpg');
}

.navbar-nav .nav-link {
  color: var(--white-color) !important;
  font-size: 17px;
  font-weight: 400;
  }

.nav-link-1.active, 
.nav-link-1:hover {
  color: #82d5ff !important;
}
.nav-link-1 {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  }

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: #82d5ff !important;
}
.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  btnADDLife
  -----------------------------------------*/
  .boton-flotante img{
    width: 200px;
    position: fixed;
    bottom: 40% !important;
    right: 25px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.529));
    cursor: pointer;
    z-index: 9999;
    transition: 0.4s;
  }
  
  .boton-flotante img:hover {
    transform: scale(1.05);
  }
  
.card-wpp{
  width: 350px;
    position: fixed;
    bottom: 25px !important;
    left: 25px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.529));
    cursor: pointer;
    z-index: 9999;
    transition: 0.4s;
}
.card-wpp:hover {
transform: scale(1.05);
  }
/*---------------------------------------
  GOOGLE MAP
---------------------------------------*/

.google-map {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
/*-------------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  height: calc(90vh - 84px);
}

.hero::after {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 11, 48, 0.071) 0%, rgba(0, 7, 35, 0.941) 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
}

.hero-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero .arrow-icon {
  position: relative;
  top: 50px;
}

.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  object-fit:cover;
  width: 100%;
  height: 100%;
}
.p_sub{
    font-size: 28px;
    
}


/*--------------------------------------------
Carousel addlife
---------------------------------------------*/


figure {
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  aspect-ratio: 12 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  border-radius: 8px;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
.article-body {
  padding: 24px;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transition: all 0.3s;
}

article a .icon:hover {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: scale(1.4);
  transition: all 0.3s;
}


.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}


.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

/*---------------------------------------
  SPEAKERS              
-----------------------------------------*/
.speakers {
  background: var(--section-bg-color);
}

.speakers-thumb {
  position: relative;
}

.speakers-thumb-small {
  margin-top: 24px;
}
.speakers-thumb:hover .speakers-title,
.speakers-thumb:hover .speakers-text {
  color: #000000 !important;
}

.speakers-info {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 10px 15px;
}



.speakers-image {
  width: 38vw;
  height: 38vh;
  border-radius: 12px;
}

.speakers-text-info {
  padding: 100px;
}

.speakers-title,
.speakers-text {
  position: relative;
}

.speakers-text {
  font-size: 12px;
  text-transform: uppercase;
}

.speakers-featured-text {
  background-color: #000e67;
  border-radius: 4px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  padding: 4px 12px;
}

.speakers-thumb .social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.speakers-thumb .social-icon {
  transition: opacity all 1s;
}

.speakers-thumb:hover .social-icon {
  transition-delay: 1s;
}

.sponsor-image {
  max-width: 130px;
  margin: 10px auto;
  height: auto;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.nav-tabs {
  width: 100%;
  border-bottom: 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs .nav-link {
  flex: 0 0 auto;
  min-width: 140px;
  background: var(--white-color);
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #00000016;
  border-left: 3px solid #787878;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.nav-tabs .nav-link:first-child {
  border-left-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-left-color: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: var(--primary-color);
}

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-link:focus h3,
.nav-tabs .nav-link:hover h3 {
  color: var(--primary-color);
}

.horario {
  font-size: 18px;
  font-weight: bold;
  color: var(--p-color);
  margin-top: 10px;
}

.schedule-image {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

/* RESPONSIVE MAGIC */
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    min-width: 120px;
    font-size: 14px;
    padding: 8px 10px;
  }

  .horario {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .nav-tabs {
    font-size: 13px;
  }

  .nav-tabs .nav-link {
    min-width: 120px;
    padding: 6px 8px;
  }

  .horario {
    font-size: 14px;
  }
}
/*---------------------------------------
  CALL TO ACTION              
-----------------------------------------*/
.call-to-action {
  background-image: url('../../assets/imgs/banner_voluntiers.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  position: relative;
}

.call-to-action h2{
  filter: drop-shadow(2px 2px 3px #000000);
}

.call-to-action::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.call-to-action .row {
  position: relative;
  z-index: 2;
}

.call-to-action .custom-btn {
  background: var(--white-color);
  color: var(--dark-color);
}

.call-to-action .custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing{
  padding: 0 10% !important;
}
.pricing .card{
  width: 30% !important;
}

/*---------------------------------------
  VENUE               
-----------------------------------------*/
.venue {
  background: var(--section-bg-color);
}

.venue-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.venue-info-title,
.venue-info-body {
  padding: 40px;
}

.venue-info-title {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.google-map {
  border-radius: 20px;
}


/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact {
  background-image: url('../images/maria-stewart-p4tj0g-_aMM-unsplash.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.contact-form h2 {
  background: var(--navbar-bg-color);
  color: var(--white-color);
  padding: 30px 50px;
}

.contact-form .row {
  padding: 50px;
}

.arrow-icon {
  background: var(--section-bg-color);
  border-radius: 100px;
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin: auto;
}

.arrow-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--section-bg-color);
  border: 0;
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.custom-form button[type="submit"] {
  background: var(--primary-color);
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--navbar-bg-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-footer .navbar-brand {
  color: var(--primary-color);
}

.site-footer .social-icon-link {
  font-size: var(--h6-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.site-footer .copyright-text {
  font-size: var(--copyright-text-font-size);
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-item {
  list-style: none;
}

.footer-menu-link {
  font-size: var(--copyright-text-font-size);
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #33a4ff;
  border-radius: 100px;
  font-size: var(--p-font-size);
  color: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-icon-link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1500px) {
   .speakers-text-info {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding,
  .site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .custom-btn {
    background-color: linear-gradient(90deg, #0099ff 50%, #ff00fb 100%);
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    height: calc(75vh - 78.39px);
  }

  .nav-tabs .nav-link {
    width: 50%;
  }

  .copyright-text-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .subtitle{
    font-size: 15px !important;
  }
  .p_sub{
    font-size: 15px !important;
  }
  .boton-flotante img{
    width: 150px;
    position: fixed;
    bottom: 50% !important;
    right: 25px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.529));
    cursor: pointer;
    z-index: 9999;
    transition: 0.4s;
  }
  
  .boton-flotante img:hover {
    transform: scale(1.05);
  }
  
.card-wpp{
  width: 350px;
    position: fixed;
    bottom: 25px !important;
    left: 25px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.529));
    cursor: pointer;
    z-index: 9999;
    transition: 0.4s;
}
.card-wpp:hover {
transform: scale(1.05);
  }
}

@media screen and (max-width: 480px) {
    .sticky-wrapper {
    height: 50px !important;
}
  body{
    padding: 0;
    margin: 0;
  }
  .pricing{
    display: flex;
    flex-direction: column;
  }
  .pricing .card{
    width: 100% !important;
  }
  .bi-clock{
    font-size: 20px;
  }
  h1 {
    font-size: 75px !important;
    font-weight:400;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }
  #navbarNav{
    justify-content: end !important;
    padding: auto;
  }
  .navbar-brand {
    width: 70px;
    height: 60px;
    padding: 0 auto !important;
    margin:0 auto !important;
  }
  .brand-logo img{
    width: 30vw !important;
    position: absolute;
    left: 155px;
    top: 0;
  }
  .custom-btn {
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
  }
  .custom-btn:active {
    background-color: #010a45;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
  }
  .container,
  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 5px;
    font-weight: 500;
    font-size: 15px !important;
  }
  .hero-text {
    width: 100%;
  }
  .highlight-image {
    display: block;
    width: 100% !important;
    height: 100%; 
    transition: transform 2s;
  }
  .nav-tabs {
    width: 80%;
    border-bottom: 0;
  }
  
  .nav-tabs .nav-link,
  .nav-tabs .nav-link span {
    text-align: left;
    font-size: 15px !important;
  }
  .horario{
    font-size: 20px;
    font-weight: bold;
    color: var(--p-color);
    margin-top: 10px;
  }
  .nav-tabs .nav-link span {
    display: block;
  }
  
  .nav-tabs .nav-link small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: var(--p-color);
  }
  
  .nav-tabs .nav-link {
    background: var(--white-color);
    width: 15% !important;
    padding: 0.5% 0;
    border-radius: 0;
    border-left: 3px solid #787878;
    transition: all 0.4s;
  }
  
  .nav-tabs .nav-link:first-child {
    border-left-color: transparent;
  }
  
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:focus, 
  .nav-tabs .nav-link:hover {
    border-left-color: var(--primary-color);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  }
  .nav-tabs .nav-link.active img,
  .nav-tabs .nav-link img:focus,
  .nav-tabs .nav-link:hover img {
    display: flex;
  }
  
  .nav-tabs .nav-link.active h3,
  .nav-tabs .nav-link:focus h3, 
  .nav-tabs .nav-link:hover h3 {
    color: var(--primary-color);
  }
  
  .schedule-image {
    border-radius: 20px;
  }
  iframe{
    width: 80%;
  }
  .boton-flotante img{
    display: none;
    width: 220px;
    position: absolute;
    bottom: 200px ;
    right: 25px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.529));
    cursor: pointer;
    z-index: 9999;
    transition: 0.4s;
  }
  .site-footer .social-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
.speakers-thumb{
  display: flex;
  flex-direction: column;
  align-items: center;
}
  .footer-menu-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-menu,
  .copyright-text-wrap {
    justify-content: center;
  }
  .mosca{
    display: none;
    width: 10%;
    height: 10%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

