.header{
  display: none;
}

#seccionmenu {
  display: none !important;
}

#seccionGOV{  
  display: none;
}

.links-header{
  display: none;
}

.article-content{
  margin: -91px 0 0!important;
}

#s4-titlerow{
  display: none !important;
}   

#sideNavBox{
  display: none !important;
}

#contentBox {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}

#s4-ribbonrow{
  display: none !important;
}

#suiteBarTop{
  display: none !important;
}

.ms-signInLink{
  display: none !important;
}

.row.container.menuiconos {
  display: none !important;
}

.link-fondoenlinea.viewmovil {
  display: none !important;
}

.link-fondoenlinea .FELcontainer {
  display: none !important;
}

.link-fondoenlinea {
  display: none !important;
}

a.btn.btn-fondoenlinea.noindex {
  display: none !important;
}

.menumovil {
    display: none !important;
}

/*ESTILOS GENERALES*/
.container-video iframe {
    border-radius: 25px;
}

.banner {
    background: url(https://www.fna.gov.co/convencion2025/Documents/img/Banner_principal.jpg) center center / cover;
    width: 100%;
    height: 400px;
}
.container-section {
    margin: 35px 0 0;
}

.container-agenda {
    background: url(https://www.fna.gov.co/convencion2025/Documents/img/Banner_agenda.jpg) center center / cover;
    width: 100%;
    height: 345px;
    border-radius: 15px;
}

.container-regional img {
  width: 100%;
  max-width: 235px;
  height: auto;
}

.carousel {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(108%) !important;
}

.carousel-control-prev:hover {
    background-color: rgba(255, 255, 255, 0.205) !important;
    color: #ffffff !important;
}

.carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.205) !important;
    color: #ffffff !important;
}

.carousel-item img {
    width: 100%;
    border-radius: 25px;
}

.img-fluid {
    max-width: 85%;
    transition: transform 1.2s ease;
    transform-origin: center center;
}

.img-fluid:hover {    
    transform: scale(1.03);
}

.tamano-video {
   width: 70%;
   margin: auto;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 25px;
}
    
/* Responsive */
@media screen and (max-width: 664px) {
    .banner {
        background: url(https://www.fna.gov.co/convencion2025/Documents/img/Banner_principal_responsive.jpg) center center / cover !important;
    }
    .container-agenda {
        background: url(https://www.fna.gov.co/convencion2025/Documents/img/Banner_agenda_responsive.jpg) center center / cover !important;
    }
    .tamano-video {
        width: 100%;
    }
}