
html,body {
    font-family: "Roboto";
	background: #F6F6F6;
    overflow-x:hidden;
}

img.logo{
	height:100px;
}

#hero {
    max-height:600px;
}
.container-fluid {
    padding: 0;
    margin:0;
}
.menu {
    margin-top:40px;
    margin-right: 40px;
}

#hero .owl-carousel .item {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
    align-content: center;
}

#hero .carousel-caption {
    position: relative;
    margin-top: 100px;
    border-radius: 8px;
    max-width: 600px;
    text-align: left;
    margin-left: -100px;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 600px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#hero .carousel-caption h2 {
    color: #fff;
    font-weight: 700;
    font-size:36px;
}

#hero .carousel-caption .btn {
    padding: 12px 24px;
    border-radius: 8px;
    background: none;
    font-size: 18px;
    color: #52034F;
    font-weight: 600;
    margin-top: 36px;
    border: 2px solid #52034F;
    line-height: 26px;
}

#hero .carousel-caption .btn:hover {
  background-color: #52034F !important;
  color: #F6F6F6;
}


#hero .owl-carousel .owl-nav button.owl-prev,
#hero .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
}

#hero .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

#hero .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
#hero .owl-carousel .owl-nav button.owl-prev:hover,#hero .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

#hero .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#hero .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

#hero .owl-carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border:1px solid #52034F;
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

#hero .owl-carousel .owl-dot.active span {
    background: #52034F;
}


#quienes-somos {
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(../images/afondo.png?v=33);
    background-size: contain;
}

#quienes-somos img {
    border-radius: 15px;
}

#quienes-somos .row {
    min-height: 500px;
}

#quienes-somos .video {
    padding-left: 40px;
}

#quienes-somos .text-center {
    align-content: center;  
    color: #fff; 
    padding-top:50px;
    padding-bottom:50px;
}
#quienes-somos p {
    font-size: 16px; 
    line-height: 19px;
    font-weight: 200;
}
#quienes-somos h2 {
    color: #52034F;
    margin-bottom: 20px;
}
#quienes-somos h2 span {
    color: #454545;
    display: block;
}


.vertical-center {
    align-content: center;
}

.align-right {
    text-align: right;
}

.mas_info {
    padding: 10px 20px;
    background-image: url(../images/footer.png);
    background-size: cover;
    color: #fff;
    border-radius: 15px;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: none;
}
.mas_info:hover {
    background: #000;
}

footer {
    padding: 40px 0;
    background-image: url(../images/footer.png);
}

footer .linkedin img {
    height: 40px;
}

footer .col-12 {
    align-content: center;
}
footer .col-12 p {
    margin-bottom: 0;
}

footer > center > img{
	width: 80px;
}

footer .borde-top {
    margin-top: 40px;
    border-top: 1px solid #F6F6F6;
    padding-top: 20px;
    text-align: center;
    color: #F6F6F6;
    font-size: 11px;
}
footer .borde-top a {
    color: #F6F6F6;
    text-decoration: none;
    padding: 0 10px;
}
footer .borde-top a:hover {
    color: #F6F6F6;
    text-decoration: underline;
}

#header2024 ul {
    padding-left: 0;
    margin-left: 0;
}
#header2024 ul li {
    display: inline-block;
    list-style: none;
    padding:0 15px;
}
#header2024 ul li a {
    color: #000;
    text-decoration: none;  
    font-size: 16px;
}
#header2024 ul li a:hover {
    color: #000;
    text-decoration: underline;  
}

#header2024 {
    background-color: rgb(255, 255, 255, .8);
    position: absolute;
    z-index: 10;
    width: 100%;
    margin-bottom: 0;
}

#header2024 .navbar-toggler {
    display: none;
}

#header2024 ul {
    margin-bottom: 0;
}

/* MOBILE */


.menu-mobile {
    width:100%;
    height:100%;
    background-color:#53055A;
    position:fixed;
    z-index:10000;
    text-align:center;
    display:none;
    left: 0;
    top: 0;
}
.menu-mobile ul {
    margin-top:100px;
    list-style:none;
    padding-left:0 !important;
}
.menu-mobile ul li {
    padding: 15px 0;
}
.menu-mobile ul li a {
    color:#fff;
    text-decoration:none !important;
    font-size:18px;
}
.menu-mobile ul li a:hover {
    text-decoration:underline !important;
}
.menu-mobile .cerrar-menu {
    float:right;
    padding:20px;
    font-size:25px;
    color:#fff;
    text-decoration:none !important;
}
.menu-mobile .cerrar-menu {
    color:#d4d4d4 !important;
}

div.menu-mobile{
	justify-content: space-between;
}

#socios {
    padding: 30px 0;
    margin-bottom: 50px;
}

#socios .borde {
    border-left: 8px solid #52034F;
    margin-bottom: 30px;
}

#socios .owl-theme .owl-dots .owl-dot.active span,#socios .owl-theme .owl-dots .owl-dot:hover span {
    border:2px solid #53055A;
    background-color: #fff;
    width: 10px;
    height: 10px;
}

#socios .owl-theme .owl-dots .owl-dot span {
    background-color: #53055A;
    width: 10px;
    height: 10px;
}
#socios .item {
    background-image: url(../images/fondo-socio.png?v=2);
    background-size: cover;
    padding:20px;
    border-radius: 15px;
    position: relative;
}
#socios .item img {
    border-radius: 15px;
}
#socios .item .box {
    padding: 30px 20px 10px 20px;
    color: #fff;
    background-color: rgb(83,5,90,.8);
    border-radius: 15px;
    position: absolute;
    height: 91%;
    left: 0;
    margin:20px;
    overflow-x: scroll;
}
#socios .item .box h2 {
    font-size: 17px;
}
#socios .item .box h3 {
    font-size: 14px;
}
#socios .item .box p {
    font-size: 13px;
}
#socios .item .box ul li {
    font-size: 12px;
}

#aliados {
    padding: 30px 0;
}
#aliados .borde {
    border-left: 8px solid #52034F;
    margin-bottom: 30px;
}

#aliados .owl-theme .owl-dots .owl-dot.active span,#aliados .owl-theme .owl-dots .owl-dot:hover span {
    border:2px solid #53055A;
    background-color: #fff;
    width: 10px;
    height: 10px;
}

#aliados .owl-theme .owl-dots .owl-dot span {
    background-color: #53055A;
    width: 10px;
    height: 10px;
}


#servicios {
    background-color: #F6F6F6;
}


#servicios .borde {
    border-right: 8px solid #52034F;
    margin-bottom: 30px;
}

#servicios .masonry {
      column-count: 3; /* Dos columnas */
      column-gap: 20px; /* Espaciado entre columnas */
      max-width: 100%;
      width: 100%;
    }

#servicios .masonry-item figure div {
    display:none;   
}

#servicios .masonry-item {
      background-color: #fff;
      margin-bottom: 10px; /* Espaciado entre filas */
      display: inline-block; /* Necesario para trabajar con column-count */
      width: 100%; /* Asegura que los elementos se adapten a la columna */
      overflow: hidden;
      position:relative;
    }


#servicios .masonry-item img {
      width: 100%;
      height: auto;
      display: block;
    }

#servicios .masonry-item-content {
      padding: 10px;
      text-align: center;
    }

#servicios .masonry .masonry-item figure {
    margin: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#servicios .masonry .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

#aliados .owl-theme .owl-nav {
    display: none;
}

#socios .owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.masonry-item .info {
    background-color: #723478;
    padding: 15px;
    color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.masonry-item .info h3 {
    font-size: 16px;
}
.masonry-item .info p {
    font-size: 13px;
}

.masonry-item .fotoGallery {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#aliados .owl-carousel .item {
    padding:20px;
    position: relative;
}
#aliados .owl-carousel .item  h2 {
    font-size: 16px;
}
#aliados .owl-carousel .item  p {
    font-size: 12px;
}


#aliados .owl-carousel .item .onda {
  width: 100%;
  max-width: 600px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,\
<svg viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'>\
  <path fill='white' d='M0,0H600V300Q450,350 300,300Q150,250 0,300Z'/>\
</svg>");
  -webkit-mask-size: cover;
  mask-image: url("data:image/svg+xml;utf8,\
<svg viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'>\
  <path fill='white' d='M0,0H600V300Q450,350 300,300Q150,250 0,300Z'/>\
</svg>");
  mask-size: cover;
}

footer p {
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {

    #hero .carousel-caption {
      position: relative;
      margin-top: 100px;
      border-radius:8px;
      max-width: 600px;
      text-align: left;
      margin-left: -10px !important;
      width: 80% !important;
    }

    #socios .item .box {
        height: auto;
    }
    .menu {
        display: none;
    }

    .align-right {
        text-align: center;
    }

    #socios .owl-dots {
        display: block;
    }
    #socios .item .box {
        position: relative;
        margin:0;
    }
    
    #aliados .owl-dots {
        display: none;
    }

    .masonry {
      column-count: 1 !important;
      column-gap: 10px;
      max-width: 100%;
      width: 100%;
      padding: 20px;
    }

    .col-10 {
        margin: 0 auto;
    }

    #header2024 .navbar-toggler {
        display: inline-block;
    }
    .navbar-toggler-icon {
        background-image: url("../images/toggler.png?v=3") !important;
        width: 30px;
        height: 30px;
        margin: 10px;
        margin-top: 30px;
        margin-right: -50px;
    }
    .right-mobile div{
        display: inline-block;
    }
	
    #quienes-somos {
        padding-top: 30px;
        background-position: bottom 50px right;
        background-repeat: no-repeat;
        background-size: contain;
    }


    #quienes-somos iframe {
        width: 90%;
        height: 200px;
    }
    .owl-nav {
        display: none;
    }

    #socios .owl-nav {
        display: block;
    }

    #socios .owl-prev {
        width: 40%;
        float: left;
    }
    #socios .owl-next {
        width: 40%;
        float: right;
    }
    #socios .owl-prev span {
        font-size: 50px;
        line-height: 20px;
    }
    #socios .owl-next span {
        font-size: 50px;
        line-height: 20px;
    }

 
    #aliados .owl-nav {
        display: block;
    }

    #aliados .owl-prev {
        width: 40%;
        float: left;
    }
    #aliados .owl-next {
        width: 40%;
        float: right;
    }
    #aliados .owl-prev span {
        font-size: 50px;
        line-height: 20px;
    }
    #aliados .owl-next span {
        font-size: 50px;
        line-height: 20px;
    }   
}