

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

html{
  scroll-behavior: smooth !important;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

.yellow{
  color: #fff100 !important;
}

hr{
  border-top: 2px solid #fff100 !important;
  width: 70%;
}

.rounded-5{
  border-radius: 20px;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

/* start slideshow */

.swiper-wrapper{
  position: relative;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: white;
  background-position: center;
  background-size: cover;
}


/* end slideshow */


.main-button-red #main-button{
  animation: pulso 3s infinite;
}

@keyframes pulso {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff100;
  background-color: #000000;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}


.main-button-red a:hover {
  opacity: 0.4;
}

.main-button-red button {
  font-size: 13px;
  color: #fff100;
  background-color: #000000;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red button:hover {
  opacity: 0.4;
}


.main-button-yellow a {
  font-size: 13px;
  color: #000000;
  background-color: #fff100;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}


.main-button-yellow a:hover {
  opacity: 0.4;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/



.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.margin-icons{
  margin-left: 15%;
}


.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #fff100;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}






/* Navbar */
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 150px;
  background: transparent;
  z-index: 2222;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

nav.transition {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(17, 25, 40, 0.75);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: none;
  height: 100px;
}

nav .navbar{
  height: 100%;
/*  max-width: 1250px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  background: transparent; 
  padding: 20px 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.navbar .logo {
  width: 8%;
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar .logo.transition {
  width: 5%;
}

nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .about-arrow,
.links li:hover .org-arrow,
.links li:hover .associates-arrow,
.links li:hover .conv-arrow,
.links li:hover .gallery-arrow,
.links li:hover .events-arrow{
  transform: rotate(180deg);
  }
nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(17, 25, 40, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .about-sub-menu,
nav .navbar .links li:hover .org-sub-menu,
nav .navbar .links li:hover .associates-sub-menu,
nav .navbar .links li:hover .conv-sub-menu,
nav .navbar .links li:hover .gallery-sub-menu,
nav .navbar .links li:hover .events-sub-menu,
nav .navbar .links li:hover .gallery-sub-menu,
nav .navbar .links li:hover .sub-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-conferencias .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.sub-menu-conferencias:hover .more-sub-menu{
  display: block !important;
  background-color: rgba(17, 25, 40, 0.75) !important;

}

.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}



@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:1080px){


  .navbar .logo.transition {
    width: 8%;
  }

  .navbar .logo {
    width: 9%;
    height: auto;
  }


  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 280px;
    width: 100%;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 35px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;
}
.more-sub-menu{
  display: none !important;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .about-arrow,
.links li:hover .org-arrow,
.links li:hover .associates-arrow,
.links li:hover .conv-arrow,
.links li:hover .gallery-arrow,
.links li:hover .events-arrow,
.links li:hover .sub-events-arrow{
  transform: rotate(0deg);
  }
 
 
  nav .navbar .links li:hover .about-sub-menu,
  nav .navbar .links li:hover .org-sub-menu,
  nav .navbar .links li:hover .associates-sub-menu,
  nav .navbar .links li:hover .gallery-sub-menu,
  nav .navbar .links li:hover .events-sub-menu,
  .navbar .nav-links .links .sub-menu-conferencias .more-sub-menu{
    display: none !important;
  }
  .navbar .nav-links.show1 .links .about-sub-menu,
  .navbar .nav-links.show3 .links .org-sub-menu,
  .navbar .nav-links.show4 .links .associates-sub-menu,
  .navbar .nav-links.show5 .links .gallery-sub-menu,
  .navbar .nav-links.show6 .links .events-sub-menu,
  .navbar .nav-links.show7 .links .sub-menu-conferencias .more-sub-menu{
      display: block !important;
    }
    .navbar .nav-links.show1 .links .about-arrow,
    .navbar .nav-links.show3 .links .org-arrow,
    .navbar .nav-links.show4 .links .associates-arrow,
    .navbar .nav-links.show5 .links .gallery-arrow,
    .navbar .nav-links.show6 .links .events-arrow,
    .navbar .nav-links.show7 .links .sub-events-arrow{
        transform: rotate(180deg);
}
  

    .more-sub-menu{
      display: block !important;
      background-color: rgba(17, 25, 40, 0.75);
    }
   
}

@media (max-width: 812px){
  nav .navbar .nav-links{ 
    min-height: 100dvh;
    overflow-y: auto;
  }

  .navbar .links li .sub-menu-conferencias .more-sub-menu{
    margin-top: 40px;
    left: 60%;
  }
}

@media (max-width:414px){
    .navbar .logo.transition {
    width: 18%;
  }

  .navbar .logo {
    width: 16%;
    height: auto;
  }


}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
   position: absolute;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: 100;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.35);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.img-overlay-1 {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 620px;
}

.img-overlay-2 {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1100px;
}

.organizacion-caption{
  position: relative;
  top: 30%;
  text-align: center;


}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media (max-width: 844px){
  .main-banner .caption{
    top: 690px !important;
  }
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}

@media screen and (max-width: 414px) {

  .main-banner .caption {
  top: 450px !important;
  }

}



/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 50px;
}


.services .item .icon {
  width: 65px !important;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 45px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 898px){
  .services .item h4{
    font-size: 10px;
  }

}

@media screen and (max-width: 414){
  .services #acomodo-cajas{
    flex-direction: column;
    flex-wrap: wrap !important;
  }


}


.services .item p {
  color: #fff;
  font-size: 15px;
}


.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  background: #000000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 1) 64%, rgba(0, 0, 0, 1) 100%); 
  padding-top: 200px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

  .cardbox{
    width: 350px;
  }


  .card-shadow{
    box-shadow: 6px 6px 6px gray;
  }

 .organigrama {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .nivel {
      display: flex;
      justify-content: center;
      margin: 20px 0;
      position: relative;
    }

    .persona {
      color: black;
      padding: 12px 20px;
      border-radius: 8px;
      margin: 0 15px;
      text-align: center;
      min-width: 160px;
      position: relative;
      z-index: 1;
      margin-bottom: 40px;

    }

    .persona.ceo {
      margin-bottom: 40px;
    }

    /* Líneas verticales hacia abajo */
    .nivel:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      height: 20px;
      width: 2px;
      background-color: white;
      z-index: 0;
    }


    /* Líneas horizontales entre cajas */
    .nivel-con-linea {
      position: relative;
    }

    .nivel-con-linea::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: white;
    }

    .nivel-con-linea .persona::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 50%;
      width: 2px;
      height: 20px;
      background-color: white;
      transform: translateX(-50%);
    }

    .nivel-con-linea-3 {
      position: relative;
    }

    .nivel-con-linea-3::before {
      content: '';
      position: absolute;
      top: -20px;
      left: auto;
      right: auto;
      height: 2px;
      background-color: white;
      width: 70%;
    }

    .nivel-con-linea-3 .persona::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 50%;
      width: 2px;
      height: 20px;
      background-color: white;
      transform: translateX(-50%);
    }

    

@media screen and (max-width: 1080px){
  .nivel-con-linea-3::before{
    width: 100%;
  }
}


@media screen and (max-width: 750px){
  
 section.upcoming-meetings, section.services{
  padding-top: 0px !important;
 }


}

@media (max-width: 414px){
  .upcoming-meetings h2{
    font-size: 16px;
  }
}

  section.convenios{
  background-image: url(../images/conferencia-3.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 30px;
}

section.galeria{
  background-image: url(../images/galeriadefotos.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 30px;
}
  
section.organizacion{
  background-image: url(../images/conferencia-1.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 30px;
}


section.consejodirecciones {
  background-image: url(../images/backgroundgris-4.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 10px;
}

.special-border{
  border: 1px solid white;
}

.special-border-1{
  border: 1px solid #fff100;
  width: 70%;
}

section.convenionacional {
  background: #000000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 0%, rgba(102, 102, 102, 1) 50%, rgba(102, 102, 102, 1) 64%, rgba(0, 0, 0, 1) 100%); 
  padding-top: 200px;
  padding-bottom: 30px;
}


section.fines{
  background-image: url(../images/conferencia-3.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 400px;
}

section.convenionacional .card{
  width: 650px;
}

@media (max-width: 1080px){
  section.convenionacional .card{
    width: 500px;
  }

}


@media (max-width: 414px){
  section.convenionacional .card{
    width: 300px;
  }

  .convenionacional h4{
    font-size: 18px;
  }

  .convenionacional h5{
    font-size: 18px;
  }

  .padding-box{
    padding-right:1px !important;
    padding-left: 1px !important;
  }

  
}

/* GALERIA DE FOTOS Y VIDEOS */


    .lineabox{
    background: #fff;
    height: 3px;
    width: 100%;
    display: block;
   } 

   .galeriabox{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 95%;
    margin: auto;
    grid-gap: 10px;
    padding: 40px 0;
    overflow: hidden;
   }

   .galeriabox > a{
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
   }

   .galeriabox img{
    width: 100%;
    vertical-align:  top;
    min-height: 300px;
    object-fit: cover;
    transition: transform 0.5s;
   }


   .galeriabox a:hover img{
      filter: blur(2px);
      transform: rotate(10deg); scale(1.3);
   }


   .light-box{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: transform .3s ease-in-out;
    width: 100%;
    height: 50vw;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
   }

   .light-box img{
    width: 35vw;
    max-height: 40vw;
   }

   .light-box1 img{
    max-height: 100vw !important;
   }

   .light-box:target{
    transform: scale(1);
   }

   .close{
    display: block;
    position: absolute;
    color: white;
    top: 130px;
    right: 20px;
    text-decoration: none;
    background: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
   }

   .close:hover{
    color:gray;
   }

   .next {
    display: block;
    background: #000000;
    height: 40px;
    width: 40px;
    padding-top: 3px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;

   }

@media (max-width:414px){

  .light-box img{
    width: 70vw;
    max-height: 100vw;
    padding: 30px;
    margin-top: 350px;
   }

}

/*  EVENTS  */


.about-how-content {
  position: relative;
  width: 70%;
  min-height: 300px;
  margin-top: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}


.about-how-content::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 241, 0, 0.4);
  position: absolute;
  top: 0;
}

.about-how-content::before {
  left: 0;  
}

.about-how-content .about-how-steps {
  width: 100%;
}

.about-how-content .step {
  padding: 0 40px 1.5rem 70px;
  position: relative;
  min-height: 400px;
}

.about-how-content .step h4 {
  margin-bottom: 2.4rem;
  color: white;
}

.about-how-content .step::before {
  display: block;
  font-family: "muli-bold";
  font-size: 1rem;
  content: attr(data-item);
  /*color: white;*/
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: lightgray;
  box-shadow: 0 0 0 15px #fff;
  z-index: 500;
  position: absolute;
  top: -4px;
  left: -27px;
}

.about-bottom-image img {
  vertical-align: bottom;
}

@media (max-width: 1080px){
  .about-how-content::after{
    display: none;
  }

  .about-how-content::before{
    display: none;
  }

  .about-how-content .step::before{
    display: none;
  }


}

@media (max-width: 414px){
  .step{
    padding: 0px !important;
  }
}


/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/foto11-tati-overlay.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 414px){
  section.apply-now .item p{
    font-size: 13px;
  }

  section.apply-now .apply-now-text{
    font-size: 12px;
  }
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background: #FFF;
  background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 34%);
  padding-top: 140px;
  padding-bottom: 130px;
}

@media (max-width: 1080px){
  section.our-courses{
    padding-bottom: 100px;
    padding-top: 100px;
  }
  
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/



section.contact-us{
  background-image: url(../images/foto10-tati-overlay.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 120px 0px;
}


section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}


section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

section.contact-us a button{
  padding: 5px 10px;
}




/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/backgroundgrisclaro-2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}

/* CAROUSEL ADAPTADO */

.courses-item img {
  position: relative;
  margin-top: 40px;
  transition: .5s;
}

.courses-list-item img {
  position: relative;
  transition: .5s;
}

.courses-item .courses-text,
.courses-list-item .courses-text {
  position: absolute;
  width: 100%;
  height: calc(100% + 95px);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(18, 15, 45, 0), #120f2d);
  transition: .5s;
  z-index: 1;
}


.courses-list-item .courses-text {
  height: 100%;
}

.courses-item:hover img {
  margin-top: 0px;
}

.courses-list-item:hover img {
  transform: scale(1.2);
}

.courses-item:hover .courses-text {
  height: calc(100% + 40px);
}


/* FOOTER ADAPTADO */

.change-color{
  color: #0d7c66 !important;
}


.ftco-footer {
  font-size: 16px;
  padding: 8em 0 8em 0; }
  
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }

  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400; }


  .ftco-footer .ftco-footer-widget ul li a span {
    color: #fff; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a:hover {
      color: #fff; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #1b212c; }
  .ftco-footer .block-21 .text .heading {
    font-size: 18px; }
    .ftco-footer .block-21 .text .heading a {
      color: rgba(255, 255, 255, 0.8); }
      .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
        color: #167ce9; }
  .ftco-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .ftco-footer .block-21 .text .meta > div a {
      color: #8d9db9; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: darkgrey;
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a:hover{
      background-color: #000000;
      transition: all 0.9s;
    }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #167ce9; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #167ce9; }

.ftco-media {
  background: #fff;
  border-radius: 0px; }
  .ftco-media .heading {
    font-weight: normal; }
  .ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #167ce9; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

/*.ftco-overflow-hidden {
  overflow: hidden; }*/

/*.padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px; }*/

  /*.ftco-animate {
  opacity: 0;
  visibility: hidden; }*/

/*  SHEDULE VERTICAL ADAPTADO */


.mu-schedule-content-area  {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.mu-schedule-menu {
  text-align: center;
  border: none;
}


.mu-schedule-menu li {
  float: none;
  display: inline-block;
}

.mu-schedule-menu li a {
  border-radius: 0;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-schedule-menu li a:hover,
.mu-schedule-menu li a:focus,
.mu-schedule-menu li.active a,
.mu-schedule-menu li.active a:hover,
.mu-schedule-menu li.active a:focus {
  color: #fff;
}

.mu-schedule-content{
  margin-top: 50px;
}

.mu-event-timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background-color: #ddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-event-timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: inherit;
}


.mu-event-timeline ul li .mu-single-event {
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
  -moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
  box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
  position: relative;
  top: 0;
  width: 400px;
  padding: 15px;
  text-align: left;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
  left: 50px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
  left: -450px;
  text-align: right;
}

.mu-event-timeline ul li .mu-single-event img {
  height: 80px;
  width: 80px;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.mu-event-timeline ul li .mu-single-event::before {
  content: '';
  position: absolute;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
  left: -16px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.mu-event-timeline ul li .mu-single-event h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.mu-event-timeline ul li .mu-single-event p {
  margin-bottom: 5px;
}

.mu-event-timeline ul li .mu-single-event span {
  font-size: 12px;
}


/* agregado chatgpt */

/* CONTENEDOR */
/*.org-chart{
    position:relative;
    width:100%;
    overflow-x:auto;
    padding:20px 20px;
}*/

/* FILA PRINCIPAL */
.org-row{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    /*gap:0px;*/
    min-width:1200px;
    /*margin-left: 80px;*/
}

/* COLUMNAS */
.column{
    display:flex;
    flex-direction:column;
    margin-left: 140px;
}

/* TARJETAS */
.card1{
    width:320px;
    height:220px;
    background:white;
    border-radius:18px;
    box-shadow:
        0 8px 20px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.06);
    overflow:hidden;
    position:relative;
    z-index:2;
    margin-bottom:15px;
}

/* FOTO */
.card1 img{
    width:100%;
    height:auto;
    object-fit:cover;
}

/* TEXTO */
.card-content{
    text-align:center;
}

.card-content h3{
    font-size:18px;
    margin-bottom:20px;
}

.card-content p{
    font-size:14px;
}

#presi-margin{
  margin-right: 100px;
}

#consejo-title h1{
  margin-left: 350px;
}

#consejo-title h6{
  margin-left: 385px;
}



/* SVG CONECTORES */
.connectors{
    position:absolute;
    top:0;
    margin-left:0px;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:1;
}


/* RESPONSIVE */
@media(max-width:1250px){

    
    .org-chart{
        overflow-x:auto;
    }

    .org-row{
        gap:0px;
        min-width:1000px;
        padding: 10px 10px;

    }

    .card1{
        width:180px;
        height:140px;
    }

    .card1 img{
        height:auto;
    }

    .card-content h3{
        font-size:16px;
    }

    .column{
      margin-left: 110px !important;
    }

     #vice-secre{
      margin-top: 20px !important;
    }

    #consejo-title h6{
      margin-left: 370px;
    }

}

@media (max-width: 844px){

  .connectors{
    display: none !important;
  }

  #presi-margin{
    margin-right: 0px;
    width: 490px;
  }

  .column{
    margin-left: 0px;
  }

  #vice-secre{
    width: 240px;
    
  }

  #tesorero-vocal{
    width: 230px;
    margin-top: 20px;
    margin-right: 250px;
    
  }

  #consejo-title h1{
  margin-left: 230px;
 }
 
  #consejo-title h6{
    margin-left: 235px;
    margin-bottom: 20px;
  }

  .card-content h3, .card-content h5{
    width: 300px;
    text-align: start;
   }
}

@media (max-width: 750px){
  #presi-margin{
    width: 550px;
  }

  #vice-secre{
    width: 550px;
  }

  #tesorero-vocal{
    width: 290px;
  }

   #consejo-title h1{
     margin-left: 200px;
   }
 
    #consejo-title h6{
      margin-left: 203px;
    }
}

@media (max-width: 390px){
   .item1{
    margin-bottom: 20px;
   }

   #presi-margin{
    margin-right: 0px;
    width: 780px;
  }

  #vice-secre{
    width: 780px;
  }

  #tesorero-vocal{
    width: 520px;
  }

   .column{
    margin-left: 0px !important;
   }

   .card-content h3, .card-content h5{
    width: 250px;
    text-align: start;
   }

   .tesorero h5, .tesorero h3{
    width: 300px;
    text-align: center;
   }

    #consejo-title h1{
     margin-left: 60px;
   }
 
    #consejo-title h6{
      margin-left: 35px;
    }

}



/* LINEA VERTICAL */

.item1{
  position: relative;
}

.item1 img{
    text-align:center;
    z-index: 2;
}

.item1::before{
    content:"";
    position:absolute;
    width:2px;
    height:60px;
    background:#ffffff;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
}




/* fin agregado chatgpt */










 