@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/************************************************************************************
COLORES GOVCO - new
*************************************************************************************/

:root {  /*new colores govco*/
    
    --govcolor-black: #000000;
    --govcolor-tundora: #4B4B4B;
    --govcolor-dimgray: #737373;    
    --govcolor-concrete: #F2F2F2;
    --govcolor-white: #FFFFFF;
    --govcolor-marine: #3666CC;
    --govcolor-bluedark: #004884;
    --govcolor-bluelight: #E6EFFD;
    --govcolor-silver: #BABABA;
    --govcolor-hawkesblue: #F6F8F9;
    --govcolor-radicalred: #F42F63;
    --govcolor-shiraz: #A80521;
    --govcolor-orange: #F3561F;
    --govcolor-gold: #FFAB00;
    --mintic-yellow: #e8a046;
    --govcolor-elfgreen: #068460;
    --govcolor-bluedemin: #4573D0;
    --govcolor-blueocean: #5881D5;
    --govcolor-dodgerblue: #3772FF;
    --govcolor-bluemarlin: #4A7EFF;
    --govcolor-bluelake: #5B8BFF;
    --govcolor-blue-capri: #81ABFF;
    --govcolor-bluequilt: #9DBEFF;
    --govcolor-green: #069169;
    --govcolor-yellow: #FAD118;
    --govcolor-orangev2: #FF6C00;
    --govcolor-redflag: #D31F3F;
    --govtypo-fontfamily-title: "Montserrat";
    --govtypo-fontfamily-text: "Work Sans";
    --govtypo-text-regular: 400;
    --govtypo-text-medium: 500;
    --govtypo-text-bold: 700;
    --govtypo-text-semibold: 600;
    --govtypo-title-medium: 500;
    --govtypo-title-semibold: 600;
    --govtypo-h1: 2.5rem;
    --govtypo-h1-mobile: 2rem;
    --govtypo-h2: 2rem;
    --govtypo-h3: 1.5rem;
    --govtypo-h4: 1.25rem;
    --govtypo-h5: 1.125rem;
    --govtypo-h6: 1rem;
    --govtypo-h1-lh: 1.2;
    --govtypo-h2-lh: 1.25;
    --govtypo-h3-lh: 1.33;
    --govtypo-h4-lh: 1.5;
    --govtypo-h5-lh: 1.33;
    --govtypo-h6-lh: 1.38;
    --govtypo-p-lh: 1.75;
    --govtypo-description: 1.125rem;
    --govtypo-body-text1: 1rem;
    --govtypo-body-text2: 0.875rem;
    --govtypo-description-lh: 1.33;
    --govtypo-body-text1-lh: 1.38;
    --govtypo-body-text2-lh: 1.43;
    --govlabel-red: #EECDD2;
    --govlabel-default: var(--govcolor-concrete);
    --govlabel-yellow: #FFEECC;
    --govlabel-green: #CDE6DF;
    --govlabel-red-text: #B30937;
    --govlabel-default-text: var(--govcolor-black): ;
    --govlabel-yellow-text: #8B5D13;
    --govlabel-green-text: #0D684B;
}

body { /*update*/
    
    font-family: var(--govtypo-fontfamily-text);
    font-size: var(--govtypo-body-text1);
    font-weight: var(--govtypo-text-regular);
    line-height: var(--govtypo-body-text1-lh);
    color: var(--govcolor-tundora);
    text-align: left;   
    background-color: var(--govcolor-white);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { /*update*/
    font-family: var(--govtypo-fontfamily-title);
    color: var(--govcolor-marine);
    font-weight: var(--govtypo-title-semibold);

}

.h1, h1 { /*new*/
    font-size: clamp(var(--govtypo-h1-mobile), 1rem + 2vw, var(--govtypo-h1));
    line-height: var(--govtypo-h1-lh);
}

.h2, h2 { /*new*/
    font-size: var(--govtypo-h2);
    line-height: var(--govtypo-h2-lh);
    font-weight: var(--govtypo-text-regular);
    line-height: var(--govtypo-p-lh);
}

.h3, h3 { /*new*/
    font-size: var(--govtypo-h3);
    line-height: var(--govtypo-h3-lh);
    color: var(--govcolor-tundora);
}

.h4, h4 { /*new*/
    font-size: var(--govtypo-h4);
    line-height: var(--govtypo-h4-lh);
}

.h5, h5 { /*new*/
    font-size: var(--govtypo-h5);
    line-height: var(--govtypo-h5-lh);
}

.h6, h6 { /*new*/
    font-size: var(--govtypo-h6);
    line-height: var(--govtypo-h6-lh);
}



a { /*update*/
    color: var(--govcolor-marine);
    background-color: transparent;
}

a:visited { /*update*/
    color: var(--govcolor-tundora);
}

a:hover, a:visited:hover { /*new update*/
    color: var(--govcolor-bluedark);
    text-decoration: underline;
}

a:focus-visible { /*new -update*/

  color: var(--govcolor-bluedark) !important;
  outline: max(0.125rem, 0.125rem) solid #707070 !important;
  outline-offset: max(0.125rem, 0.188rem) !important;
  border-radius: 1.875rem !important;
}

a.disabled {
    color:  var(--govcolor-dimgray);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: rgb(6, 108, 225);
  
}

p {
  line-height: var(--govtypo-p-lh);
}

/*Fondos*/
.gradient-border {
  position: relative;
  padding: 8px;
  border-radius: 15px;
  background-image: 
    linear-gradient(#fef5db, #fef5db),
    linear-gradient(90deg, rgba(255, 87, 25, 1) 0%, rgba(255, 181, 44, 1) 70%, rgba(255, 15, 168, 1) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  z-index: 999;
}
.fondo-celac-1{
  background-color: #fee8b3;
}
.fondo-celac-2{
  background-color: #fff6dc;
}
#nav-temas .nav-link.active{
  border-radius: 4em;
  border: 4px solid #ff5719;
  background-color: #fff6dc;
  color: #ff5719;
}
#nav-agenda .nav-tabs .nav-link{
  background-color: transparent;
  border: 4px solid #333;
  border-radius: 10px;
}
#nav-agenda .nav-link.active{
  border: 4px solid #ff5719;
  color: #ff5719;
}
#nav-agenda .nav-link:hover{
  border: 4px solid #ff5719;
  color: #ff5719;
}

#botones-foro{
  background-color: #18a638;
  color: #FFF;
  font-weight: bold;
}

.btn-success{
  transition: 0.75s;
}
.btn-warning{
  transition: 0.75s;
  text-shadow: 
        -2px -2px 0 white,
         2px -2px 0 white,
        -2px  2px 0 white,
         2px  2px 0 white;
}

.btn-success:hover, .btn-warning:hover{
  transform: scale(1.03);
}

.img-btn-foro{
  transition: 0.75s;
  max-width: 300px;
}
.img-btn-foro:hover{
  transform: scale(1.05);
}

h2{
  font-size: 3em;
  font-weight: bold;
  word-wrap: break-word;
}

.titulo-amarillo{
  color: var(--global-paleta1);
}

.btn-border{
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.carousel-indicators [data-bs-target]{
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 15px!important;
  background-color: #198754;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #198754;
}
.carousel-indicators{
  position: relative;
}
#noticias-foro{
  background-color: #fbfce3; 
}
.highlight {
  background-color: yellow; /* Color de resaltado */
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limita a 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 31%;
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.border-img-panelista-celac{
  background: #ff5719;
  padding: 6px;
}
.border-img-moderador-celac{
  background: #ff14a4;
  padding: 6px;
}

@media (max-width: 576px) {
  .btn-border{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  }
  .video-container{
    padding-bottom: 140%;
  }
  #nav-dia1 .btn-primary, #nav-dia2 .btn-primary{
    display: block;
  }
}

/*GENERALES*/
.yakoContainer{
  display: none;
}