* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #FFF;    
}
/* -------------NavBar-----------------*/
.nav-header{
    background-color: #611232;
    width: unset;
    height: 20%;
    text-align: center !important;
}
.nav-header .logo{
    width: 50%;
    margin: auto;
}
.nav-header .logo img{
    width: inherit;
    margin-top: 5%;
    margin-bottom: 3%;
}
.footer-nav-header{
    background-color: #e0caa5 ;
    width: unset;
    height: 50px;
}
.navtop {
	background-color: #e0caa5;
	height: 40px;
	width: 100%;
	border: 0;
    color: #FFF;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}

.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #611232;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
.titulo_nav{
    color: #611232 !important;
    margin: auto;
    background-color: #e0caa5;
    font-size: 25px !important;
    margin-left: 5%;
}

/*---------------------Nav sadmwich----------------------*/
.d-none{
    display: none;
}
.dias{
    display: flex;
    width: 10%;
    margin: 0;
}

.checkdias input{
width: 45% !important;
display: flex;
}

.timeto{
    width: 20px;
}
.time{    
    width: 100% !important;
}
.tab label{
    font-size: small;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #611232;
  color: white;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: fit-content;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  font-weight: normal;
  margin-top: 3%;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  margin-right: 10%;
  float: right ;
}
.dropdown a{
    margin-right: 20px;
    color: white;
    font-weight: bold;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  right: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: medium;
}

.dropdown-content a i {
   margin-right: 10px;
  }
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.btn-back{
    padding-top: 0%;

}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 250;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 65%;
    height:     500px;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
     -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 0.7;
}
.close:hover { background: #9D2449; }

.encabezado{
    margin-bottom: 35px;
}
.register {
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
    padding: 	25px;
    border-radius:  5px;
}

.register1 {
     /* 🔥 Que ambos divs tengan el mismo alto */
    display: flex;
    flex-direction: column;
flex: 1;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
    padding: 	25px;
    border-radius:  5px;
    height: 600px;
}

.dividor {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px; /* 💡 separación entre los dos divs */
  width: 80%;
  margin: 10px auto;
}

/* estilos internos */
.dividor .left,
.dividor .right {
  flex: 1; /* cada div ocupa el 50% */
  padding: 20px;
}

/* si quieres un borde entre ellos */
.dividor .left {
  border-right: 1px solid #ccc;
}

.maps{
      flex: 1; /* 💡 Que el mapa ocupe todo el espacio disponible */
    display: flex;
}

.maps iframe {
    width: 100%;
    height: 100%;
}

.cheks{
    text-align: center;
    margin: 25px;
}
.cheks .terminos-condiciones{
    margin-bottom: 20px;
}

.reset{
    background-color: darkred;
    color: white;
    float: right;
}

.direc p{
    margin-top: 50px;
}

.contenedor-columnas {
    display: flex;
    justify-content: center; /* Centra las columnas horizontalmente */
    gap: 40px; /* Espacio entre columnas */
    text-align: center;
    margin-top: 20px;
}
.contenedor2-columnas {
    display: flex;
    justify-content: center; /* Centra las columnas horizontalmente */
    gap: 40px; /* Espacio entre columnas */
    text-align: center;
    margin-top: 20px;
}


.col-card.disabled {
    pointer-events: none;
    opacity: 0.4;
    background-color: #ddd;
    color: #888;
}
.direc {
    flex: 1; /* Cada columna toma el mismo espacio */
    max-width: 300px; /* Puedes ajustar este valor según necesites */
}

.btn-primary{
    width: 100%;
	flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background-size: 200% auto;
    color: #ffffff !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-color: #ffffff !important;
	background:#611232!important;
}

.longtext {
    width: 75%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    margin: 55px auto 15px;
    padding:25px;
    border-radius:  15px;
    color:  #000;
    text-align: justify;
}
.longtext h1{
    color:#611232;
    margin-bottom: 25px;
}
.longtext p{
    line-height: 2.5rem;
    margin-top: 2rem;
}

.longtext2 {
    width: 75%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    margin: 10px auto;
    padding:25px;
    border-radius:  15px;
    color:  #000;
    text-align: justify;
}
.longtext2 h1{
    color:#611232;
    margin-bottom: 25px;
}
.longtext2 p{
    line-height: 2.5rem;
    margin-top: 2rem;
}


.contenedor{
    width:  90%;
    margin: auto;
}
.contenedor h2{
    color: #611232;
    margin-left: 5%;
}

.contenedor2{
    width:  90%;
    margin: auto;
}
.contenedor2 h2{
    color: #611232;
    margin-left: 5%;
}

.menu-opcion{
    color: #611232;
    float: right;
    width: fit-content;
    margin-right: 15%;
}
.menu-titulo{
    color: #611232;
    float: left;
    width: 30%;
    margin-left: 15%;
}

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: darkblue;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: darkblue;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: darkblue;
    transition: background-color 0.2s;
}

button{
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: darkblue;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
    justify-content: center;
	color: #eaebed;
	font-weight: normal;
}

.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}


.register2 {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    margin: 40px auto;
    padding:    25px;
    border-radius:  15px;
    color:  #000;
}

.register3 {

    position: absolute;
    width: 95%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    margin: 40px auto;
    padding:    25px;
    border-radius:  15px;
    color:  #000;
}
.column2{
    width: 50%;
    padding: 0px 16px 30px;
    margin: auto;
    float: left;
}
.forms{
    width: 100% !important;
    margin: 10px auto !important;
}

.table tr th{
    
    border:#eee 1px solid;
    
    position:relative;
   
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
    font-weight: 800;
    background: #B38E5D;
    color: #fff;
    }
    table tr td{
    
    border:#eee 1px solid;
    color:#000;
    position:relative;
    
    font-size:12px;
    
    text-transform:uppercase;
    }
    
#wb_Form1
{
   background-color: rgba(212, 193, 156, 0.3);
   border: 0px #000 solid;
  
}

#bloque_direccion, #bloque_representante {
    display: none;
}

#photo
{
   border: 1px #A9A9A9 solid;
   background-color: rgba(212, 193, 156, 0.3);
   color: #fff;
   font-family:Arial;
   font-size: 14px;
   width: 100%;
}

.table-title{
    color: #691c32;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.inf-est{
    margin-bottom: 10%;
}
.cbp-mc-form {
position: relative;
}

/* Clearfix hack by Nicolas Gallagher: 
http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
content: " "; display: table;
}

.cbp-mc-form:after {
clear: both;
}

.cbp-mc-column {
width: 50%;
padding: 10px 30px;
float: left;
}
.cbp-mc-form-time{
    column-gap: 3em;
    columns: 3;
}
.cbp-mc-form-hour{
    column-gap: 1em;
    columns: 4;
}
.cbp-mc-column-time {
    text-align: -webkit-center;
}

.cbp-mc-column-time-end{
    column-gap: 3em;
    columns: 2;
}

.cbp-mc-column3 {
width: 33%;
padding: 10px 30px;
float: left;
}

.cbp-mc-column2{
    width: 33%;
    padding: 30px 30px;
    margin: auto 8%;
    float: left;
}
.boxinfo{
    text-align: -webkit-center;
}
.boxcheck{
    width: 80%;
}
.boxcheck input{
    margin-left: 7%;
    float: left;
    width: auto!important;
}
.boxcheck p{
    width: 85%;
    text-align: justify;
    float: right;
}
.info{
    padding: 10px 10px;
    background-color: lightgrey;
    width: 90%;
    text-align: justify;
}
.infodate{
    padding: 10px 10px;
    background-color: lightgrey;
    width: 95%;
    text-align: justify;
}
.infodate p{
    font-size: small;
}
.boxcheckdate p{
    width: 85%;
    text-align: justify;
    float: right;
}
.boxcheckdate input{
    margin-left: 7%;
    float: left;
    width: auto!important;
}
.boxcheckdate{
    width: 90%;
}

.cbp-mc-form label {
margin-bottom: 0%;
display: block;
padding: 5px 5px 0px 2px;
font-size: 1em;
color:  #285C4D;
text-transform: inherit;
letter-spacing: 1px;
cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select,
.cbp-mc-form radio {
    margin-bottom: 15px;
font-size: 1em;
padding: 5px 10px;
color: #000;
display: block;
width: 100%;
background: transparent;
border-color: #d8d6d6;;
}

.cbp-mc-form textarea {
min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
outline: none;
border: 3px solid #13322B;
}

.cbp-mc-form select:focus {
outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #10689a;
font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #10689a;
font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #10689a;
font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #10689a;
font-style: italic;
}

.cbp-mc-submit-wrap {
text-align: center;
padding-top: 40px;
clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
background: #10689a;
border: none;
color: #fff;
width: auto;
cursor: pointer;
text-transform: uppercase;
display: inline-block;
padding: 15px 30px;
font-size: 1.1em;
border-radius: 2px;
letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
background: #1478b1;
}

@media screen and (max-width: 70em) {
.cbp-mc-column {
width: 50%;
}
.cbp-mc-column:nth-child(3) {
width: 100%;
}
}

@media screen and (max-width: 48em) {
.cbp-mc-column {
width: 100%;
padding: 10px;
}
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}
.grupo-tabs {
    display: block;
    width: 100%;
    height: 490px;
    margin-bottom: 10rem;
    position: static;
}

.tab-padres {
    position: relative;
    margin: 3rem 0;
    background: #FFF;
    height: 2rem;
  }

  .tab-hijos{
    position: absolute;
    margin: 5rem 0;
    background: #FFF;
    width: 90%;
  }
  .tab-padres::before,
  .tab-padres::after {
    content: "";
    display: table;
  }
  .tab-padres::after {
    clear: both;
  }

.tabs {
  position: relative;
  margin: 3rem 0;
  background: #FFF;
  height: 10rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}

.tabs-grup {
  position: relative;
  margin: 1rem 0;
  background: #FFF;
  height: auto;
}
.tabs-grup::before,
.tabs-grup::after {
  content: "";
  display: table;
}
.tabs-grup::after {
  clear: both;
}

.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 0.618em;
  background: #9D2449;
  border-right: 0.125rem solid #FFF;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content-grup{
width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 2.75em;
    left: 0;

  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}

.tab-content {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #9D2449;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

.tabini-switch:checked + .tab-label {
    background: #fff;
    color: #2c3e50;
    border-bottom: 0;
    border-right: 0.125rem solid #fff;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
  }
  .tabini-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
  }

.tablesinfo{
    width: 100%;
    margin-top: 15px;
    font-size: 1em;
    color: #285C4D;  
    letter-spacing: 1px;
}

.tablesinfo .tableselect{
    margin: 8px auto;
    border-style: hidden;
    font-size: small;
}

.tablesinfo .tableinput{
    margin: 8px auto;
    border-left-style: hidden;
    border-right-style: hidden ;
    border-top-style: hidden ;
    border-bottom-style: dotted;
    font-size: small;
    text-transform: uppercase;
}

.tablesinfo .tabletitl{
    padding:0 1%;
}

.tablesinfo .tabletitle2{
    padding:0 1%;
    width: 15%;
}

.detallesdocs{
    text-align: justify;
}

.contdocs{
    width: 100%;
}
.contdocs input{
    width: 50%;
    margin-left: 3%;
}
.detallesdocs ul li{
    font-size: smaller !important;
    font-style: italic;
}
.subtitledoc{
    text-align: -webkit-center;
}

.otrosubrogado{
    margin-top: 30px!important;
}
.subblock{
    background: rgba(217, 215, 215, 0.896) ;
    padding: 2%;
}

.buttonnext{
        width: 30%;
        padding: 4px;
        margin-top: 5px;
        margin-right: 15px;
        background-color: #981d1b;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        /* height: 3rem; position: absolute; */
        float: right !important;
        border-radius: 35px;
        
        z-index: 5;
        color: #ffffff;
        transition: background-color 0.2s;
}


.buttonback{
    width: 30% !important;
    padding: 4px;
    margin-top: 5px;
    background: #981d1b !important;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    /* height: 3rem; position: absolute; */
    float: right !important;
    border-radius: 35px;
    
    z-index: 5;
    color: #ffffff !important;
    transition: background-color 0.2s;
}
.buttonvalid{
        width: 30%;
        padding: 4px;
        margin-top: 5px;
        margin-right: 15px;
        background-color: #106f06;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        /* height: 3rem; position: absolute; */
        float: right !important;
        border-radius: 35px;
        
        z-index: 5;
        color: #ffffff;
        transition: background-color 0.2s;
}
.buttonobserva{
        width: 30%;
        padding: 4px;
        margin-top: 5px;
        margin-right: 15px;
        background-color: #474747;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        /* height: 3rem; position: absolute; */
        float: right !important;
        border-radius: 35px;
        
        z-index: 5;
        color: #ffffff;
        transition: background-color 0.2s;
}

.back{
    background: #9D2449 !important;
    color: #fff !important;
    border-radius: 15px;
    width: 111px !important;
    margin-top: -50px;
    float: right;
}

.active-tab {
    color: #ffffff !important ;
    background-color: #611232 !important ;/* Cambia el color de fondo según sea necesario */
}

.input-error {
    border: 2px solid red;
}

.columna {
    width:33%;
    float:left;
  }

.vermodal{    
    width: auto;
    padding: 0px;
    margin-top: 0px;
    border-radius: 3%;
    background-color: #ffffff00;
    border: slategrey;
    cursor: pointer;
    font-weight: bold;
    color: #285C4D;
    transition: background-color 0.2s;
}

.modal-body {
    position: relative;
    max-height: 600px;
    padding: 15px;
}

.modal-footer button{
    font-weight: bold;
    color: white;
    background: #611232;
    font-size: 100%;
}

.modal-footer button:hover{
    font-weight: bold;
    color: white;
    background: #691c32;
    font-size: 100%;
}


/*-------------------Cards bienvenida -------------------------*/
.row-card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
  }

  .col-card {
    flex: 1;
    min-width: calc(100% / 7 - 10px);
    background-color: #f8f0f3;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  #recepcion {
    background-color: #9b2247; 
  }
  
  #registro {
    background-color: #225a4d; 
  }
  
  #validacion {
    background-color: #a57f2c; 
  }
  
  #preauditoria {
    background-color: #98989a; /
  }
  
  #auditoria {
    background-color: #611232; 
  }
  
  #dictaminacion {
    background-color: #163b32; 
  }
  
  #seguimiento {
    background-color: #e6d194; 
  }


  .galeria {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fila {
    display: flex;
    gap: 10px;
}

.col-logo {
    position: relative;
    cursor: pointer;
    transition: filter 0.3s;
}

.col-logo img {
    width: 120px;
    height: auto;
    transition: all 0.3s;
    border: 2px solid transparent;
    border-radius: 5px;
}

.col-logo.inactivo img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.col-logo.seleccionado img {
    border-color: #00aaff;
    filter: none;
    opacity: 1;
}


  .galeria {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .fila {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .col-logo img {
    width: 120px; /* Ajustá el tamaño según necesites */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
  }
  
  .col-logo img:hover {
    transform: scale(1.05);
  }
  