/*================================================================================
* Colores este anio:2024
Fondo: #5b4754
Monito: #9f5f63
Secundario: #b77c82
letras beige: #b09e9d
dcd4d2
================================================================================ */

html,
body {
    height: 100%;
    font-family: 'Roboto Slab', sans-serif;
}


fieldset { border:1px solid green; }

legend {
  padding: 0.2em 0.5em;
  /*border:1px solid green;*/
  color:green;
  font-size:90%;
  text-align:left;
  }

A,A:link,A:visited,A:active{
  color:#611232;
  line-height: normal;
  text-decoration: none;
}
A:hover{
  line-height: normal;
  text-decoration: underline;
  cursor:pointer;
}
.input-field .prefix.active{
	color:​#7f2855;
}

IMG.responsiveblock{
	border:0 solid #000;
/*	max-width:100%; */
	height:auto;
	margin-left:auto;
    margin-right:auto;
    width:auto;
}
#login-page{
  margin-top:20px;
}

.content-overlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: -1;
}

.content-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 995;
}



/* titulo del sistema */
.navbar h4 {
	border:0 solid #fff;
	color:#fff;
	margin-top:-16px;
	text-align:center;
}

/* background del boton seleccionado */
.sidenav li a.active
{
    color: #fff;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
            box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);

    background: #2962ff;
    background: -webkit-linear-gradient(45deg, #2962ff, #3949ab) !important;
    background: -moz- oldlinear-gradient(45deg, #2962ff, #3949ab) !important;
    background: -o-linear-gradient(45deg, #2962ff, #3949ab) !important;
    background: linear-gradient(45deg, #2962ff, #3949ab) !important;
}
.sidenav li a.active i
{
    color: #fff;
}

/* boton de grid edit */
.btn-gridInterno
{
    line-height: 26px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    box-shadow: none;
}
.btn-gridInterno i
{
    font-size: 1rem;
    line-height: 26px;
}
.btn-gridInterno:hover
{
    background-color: #F8F8F8;
}

.errorTotast{
  background-color:#f00;
}

.help-block{
  color:#f00;
}
.textError{
  color:#f00;
}
.textAcept{
  color:#4CAF50;
}
button.btn.btn-greenew, a.btn.btn-greenew {
color:#fff;
}
/*========================== Text label focus in ===========================*/

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label
{
    color: #1e88e5;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly])
{
    border-bottom: 1px solid #1e88e5;
    -webkit-box-shadow: 0 1px 0 0 #1e88e5;
            box-shadow: 0 1px 0 0 #1e88e5;
}

.btn-atras
{
    color: #455A64;
}

.text-white{
    color:#fff;
}
.waves-button-input{
     color:#fff;
}


.collapsible-labelchk {
  display:block;
}

/*========================== Modal ===========================*/
.modal {
    width: 70%;
}
.modal_loader {
  display:none;
  position:absolute;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
  z-index: 20000;
  margin:0;
  padding:auto;
  text-align:center;
}
.modal_loader > img {
  margin-top:50%;
}
.centerbox{
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;

  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;

  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;

  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}
/*========================== date picker ===========================*/
.datepicker-table td
{
    padding: 0;
    border-radius: 50%;
    color: #000;
}
/*========================== Tablas alert ===========================*/
table thead{
  border-bottom:1px solid #455A64;
  color:#000;
  font-weight: bold;
}


table.table032019{
  border:1px solid #455A64;
  width: 98%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  box-sizing: border-box;
  margin:auto;
}
table.table032019 thead{
  border:1px solid #455A64;
  background-color: #607D8B;
  color:#fff;
}

table.table032019 thead th{
  text-align: left;
}

table.table032019 tbody tr:nth-child(2n){
  background-color: #ECEFF1;
  /*background-color:#bce4f9;*/
}


table.table032019 td{
  padding:5px;
}
.tablelinkajax{
  display:block;
  font-weight: bolder;
  width:100%;
  text-align:center;
}
.nav-wrapper-report {
  border:1px solid #000;
  position: relative;
  height: 100%;
  font-size:0.8em;
}
.input-srch-report{
  color: #fff;
  border: 0 solid #f00;


  position: relative;
  display: inline-block;
  width:90%;
  /*
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
  */
  height: 40px;
  /*margin: 10px auto 0 20px;*/
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.input-srch-report i {
    color:#455A64;
    font-size: 24px;
    line-height: 32px !important;
    position: absolute;
    top: 6px;
    left: 10px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}



.input-srch-report  input.header-search-input2 {
    color: #455A64;
    border: 0 solid rgba(230, 230, 230, .05);
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 87%;
    height: 24px;
    padding: 8px 8px 8px 50px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    background: rgba(255, 255, 255, .3);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}


/*========================== Pagination ===========================*/
.btn-toolbar{
  width:100%;
 text-align:center;
}
.pull-center{
  width:100%;
  text-align:center;
}
ul {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.pull-center ul.pagination li {
   display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pull-center ul.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
}

.pull-center ul.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  /*background-color: #448AFF;*/
  background-color: #CFD8DC;
  padding: 0 10px;
  line-height: 30px;
  color: #000;
}
ul.pagination li.disabled{
  padding: 0 10px;
  line-height: 30px;
}

ul.pagination li.disabled a {
  cursor: default;
  color: #999;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}


/*========================== Tablas sin Rapyd laravel ===========================*/

.srchReporteEdit .input-field .prefix{
  font-size:2em;
  top: 0;
}
.srchReporteEdit > .input-field > label{
  font-size:0.9em;
}

.srchReporteEdit > .input-field > input{
  font-size:0.9em;
  height:2rem;
}



/*========================== preview alerts ===========================*/
.previewImgAlert{
  width:50%;
  height:50%;
}

/*================================================================================
  HEADERS
  Fondo: #5b4754
Monito: #9f5f63
Secundario: #b77c82
letras beige: #b09e9d
dcd4d2
================================================================================*/
.navbar-fixed {
    height: 100px;
}


.navbar .navbar-main {
    padding: 0;
    height: 100px;
}

nav.gradient-anio {
    background: #611232;

	/*background: #bf360c;
    background: -webkit-linear-gradient(45deg, #bf360c, #f57c00) !important;
    background: linear-gradient(45deg, #bf360c, #f57c00) !important;*/
}
.gradient-anio {
    background:#611232;

	/*background: #bf360c;
    background: -webkit-linear-gradient(45deg, #bf360c, #f57c00) !important;
    background: linear-gradient(45deg, #bf360c, #f57c00) !important;*/
}
.green.lighten-4 {
  background-color: #dcd4d2 !important;
}

.light-blue.darken-3 {
  background-color: #611232 !important;
}

.input-field .prefix.active
{
    color: #611232;
}


.titlebackground{
  background-image:url('../../imgsys/bannerprincipalsolo.png');
  background-repeat:no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: auto;
  min-height:100px;

  /*
  background-attachment:fixed;
  background-size: cover;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100% auto;
  background-position: left top;
  background-position: 50% 50%;
  height: calc(100% - 10px);
  */
}

.titleSis{
  font-size:1.5em;
  font-weight: bold;
  text-align: center;
}
.colavatar{
  margin-top:20px;
}
.infoUser{

}
.infoNombre{
  font-size:1.3em;
  font-weight: bold;
  padding-left:10px;
  padding-bottom:20px;
    color:#C8102E;
}

.titleInfoUser{
  padding:3px;
  color:#fff;
  font-size:1.2em;
  font-weight: bold;
}
.progressBarHiden{
  display:none;
}

.pdf-preview-container {
  width: 100%;
  height: 600px;
}

.page-topbar-title {

  position: fixed;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.page-topbar-title > h2 {
  font-size: 1.5rem;
  color: white;
}

.subheader {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.text-instructions {
  max-width: 80vw;
  margin: auto;
  text-align: center;
  color: #388E3C;
}
.text-instructions2{
  max-width: 80vw;
  margin: auto;
  text-align: center;
  color: #D32F2F;
}

.text-successful-event {
  width: 100%;
  text-align: center;
  display: none;
}

.auth-folio-help {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Helvetica';
  font-weight: bolder;
  background-color: #fff;
  font-size:0.8em;
}
.auth-folio-help-mark{
  background-color: #fff;
  font-size:1.2em;
  color:#f00;
}
.list-instructions-notes {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
}

ul.round {
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 0;
}

ul.round > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 10px;
}

ul.round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.step-actions button {
  margin: auto !important;
  margin-top: 30px;
}

.titleInfoUser {
  background-color:#611232 !important;
}

ul.stepper .step.active:before,
ul.stepper .step.done::before {
  background-color:#240085 !important;
}

button.btn,
[type='radio']:checked + span:after,
[type='radio'].with-gap:checked + span:after,
a.btn-floating{
  background-color: #611232 !important;
}

button.btn.btn-exit,
a.btn.btn-exit {
  line-height: 36px !important;
  background-color: red !important;
  color:#fff;
}

[type='radio']:checked + span:after {
  border: 2px solid #4c9e45;
}

/* valid color */
.input-field input[type=text].valid,
.input-field input[type=number].valid {
  border-bottom: 1px solid #0090a8;
  box-shadow: 0 1px 0 0 #0090a8;
}

button.btn,
.auth-folio-help,
.titleInfoUser,
.titleInfoUser + div,
.step-title {
  font-size: 1.3rem !important;
}

.text-instructions {
  font-size: 1.1rem !important;
}

.input_tipo_documento + span,
.dropify-message p,
.text-successful-event,
.input-field label,
.input-field input,
.input-field span {
  font-size: 1rem !important;
}

.infoNombre {
  font-size: 1.5rem !important;
}

.infoNombreCct{
  color:#f00;
  font-weight: normal;
  font-size: 0.8em;
}
.columnContainer{
    border:0 solid #000;
    float:left;
}

.mapaContent{
    width:80%;
    height: 300px;
    margin:auto;
    border:1px solid #000;

}
.asignInstructions{
  font-size: 1.2em;
  color:#c62828;
}
/*********/
.pdf-preview {
  color: #000;
}

.pdf-preview .header {
  text-align: center;
  font-size: 1.3rem;
}

.pdf-preview .bold {
  font-weight: bolder;
}


.pdf-preview .table-row {
  max-width: 60%;
  margin: auto;
}

.pdf-preview .table-row div.col:first-child {
  text-align: left;
  font-size: 1rem;
  font-weight: bolder;
}

.pdf-preview .table-row div.col:last-child {
  text-align: left;
  font-size: 1rem;
  background-color: #c7c7c7;
  max-width: 40%;
}

.pdf-preview .spacer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pdf-preview .w60 {
  max-width: 60%;
  float: unset;
  margin: auto;
}

.pdf-preview .footer-text {
  font-size: 0.9rem;
  margin-top: 20px !important;
}

.pdf-preview .codigo-barras-container {
  text-align: center;
  margin: auto;
}

.pdf-preview img {
  width: 30%;
}

.bold {
  font-weight: bold;
}

.normal-weight {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

#img-modal {
  min-width: 60% !important;
}

#intro .header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#intro .header span {
  font-size: 1.3rem;
}

#intro ul,
#intro span.subheader,
#intro p {
  font-size: 0.9rem;
}

#intro span.subheader {
  font-weight: 400;
}

#intro .footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.graciasInfo{
  text-align:center;
}
.textoGracias{
 font-size: 1.4em;
 padding-top:10px;
 padding-bottom:10px;
}
.rosaGracias{
  color:#509943;
  font-weight: bold;
}
.obligatorias{
  color:#f00;
  font-weight: bold;
}
ul.stepper .step .step-title {
    display: inline-block;
}


.botonAsign{
  margin:auto;
}

.rowBtnAsign{
  text-align:center;
  margin-top:30px;

}
.colBtnSrchOpt{
  margin-top:25px;
}
.dataOptInfo{
  font-weight: bold;
  color:#000;
}
.dataOptStatusS{
  color:#4c9e45;
  font-size: 1.5em;
}
.dataOptStatusN{
  color:#f00;
  font-size: 2em;
}

button.btn.btn-greenew,
a.btn.btn-greenew{
  line-height: 36px !important;
  background-color: #4c9e45 !important;
}

button.btn.btn-bluenew,
a.btn.btn-bluenew{
  line-height: 36px !important;
  background-color: #9f5f63 !important;
  font-size:1em;
}
button.btn-download,
a.btn.btn-download{
  line-height: 36px !important;
  background-color: #FF5722 !important;
  color: #FFF;
}

@media only screen and (max-width:990px){
  button.btn.btn-bluenew,
  a.btn.btn-bluenew{
    font-size:8px;
  }


  .page-topbar-title > h2 {
      font-size: 1rem;
  }
}


/*================================================================================
  PAGINA INICIAL
================================================================================*/
.paso1Title{
  font-size: 1.5em;
  font-weight: bold;
  color:#000;
  text-align:center;
  margin-bottom:2%;
  text-shadow: 2px 2px 2px #CDCDCD;
}
.paso1Instrucciones{
  font-size: 1em;
  font-weight: initial;
  color:#000;
  text-align:justify;
}
.paso1CardAlert{
  background-color: #fbe9e7;
  color:#000;
}
.labelwithgap{
  color:#000;
}
.show1{
  display:none;
}

/*================================================================================
  LOADINGS SPINNERS
================================================================================*/

 .nb-spinner {
        width: 25px;
        height: 25px;
        margin: 0;
        background: transparent;
        border-top: 4px solid #03A9F4;
        border-right: 4px solid transparent;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
    }

    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

/*================================================================================
  SCREEN VIEWS
================================================================================*/
.swal-button--ok, .swal-button--cancel{
	background-color: #611232!important;
	color:#fff;
}
.swal-button--ok, .swal-button--confirm{
	background-color: #611232 !important;
	color:#fff;
}
.swal-button .swal-button--delete{
	background-color: #f00 !important;
	color:#fff;
}
.swal-button {
    background-color: #43a047;
}

/*===
/*===============================================================================
  SCREEN VIEWS
================================================================================*/

/* media query tabletas y mas grandes */
@media only screen and (max-width:767px){ 
	IMG.responsiveblock{
	/*	max-width:100%; */
		height:auto;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
}



.titleGral {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Background para desktop */
  background-repeat: no-repeat;
  background-image: url(../../imgsys/banner1duo.png);
  background-size: cover;
  background-position: left top;
  
  /* Contenedor del texto con overlay */
  position: relative;
}

.titleGral::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.titleGral .banner-content {
  position: relative;
  z-index: 2;
  max-width: 50%;
  margin: 0 auto;

  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  color:#000;
}

/* En pantallas pequeñas, el banner debe ocupar todo el ancho disponible */
@media only screen and (max-width: 992px) {
  .titleGral .banner-content {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

.titleGral h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  color:var(--third-color);
}

.titleGral p {
  margin: 10px 0 0 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}

/* Responsive para móviles */
@media (max-width: 1200px) {
  .titleGral {
    background-color: var(--primary-color);
    min-height: 100px;
    padding: 15px 10px;
  }
  
  .titleGral::before {
    display: none;
  }
  
  .titleGral h1 {
    font-size: 1.8rem;
  }
  
  .titleGral p {
    font-size: 1rem;
  }
}

/* Responsive para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  .titleGral {
    min-height: 100px;
    background-size:  cover;
    background-position: left top;
  }
  
  .titleGral h1 {
    font-size: 2rem;
  }
  
  .titleGral p {
    font-size: 1rem;
  }
}

/* Responsive para pantallas medianas */
@media (min-width: 1025px) and (max-width: 1366px) {
  .titleGral {
    background-size:  cover;
    min-height: 100px;
    background-position: left top;
  }
}

/* Responsive para pantallas grandes */
@media (min-width: 1367px) {
  .titleGral {
    background-size:  cover;
    min-height: 100px;
    background-position: left top;
  }
}

/* Responsive para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  .titleGral h1 {
    font-size: 2rem;
  }
  
  .titleGral p {
    font-size: 1rem;
  }
}

/* Mejoras adicionales para el banner */
.titleGral {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.titleGral .banner-content {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mejoras para dispositivos muy pequeños */
@media (max-width: 480px) {
  .titleGral {
    min-height: 80px;
    padding: 10px 5px;
  }
  
  .titleGral h1 {
    font-size: 1.5rem;
  }
  
  .titleGral p {
    font-size: 0.9rem;
  }
}

/* Mejoras para dispositivos grandes */
@media (min-width: 1200px) {
  .titleGral {
    min-height: 100px;
  }
  
  .titleGral h1 {
    font-size: 2rem;
  }
  
  .titleGral p {
    font-size: 1.1rem;
  }
}

/* =================================================================================
* MEJORAS RESPONSIVE PARA LOGOS DEL HEADER
================================================================================ */

/* Mejoras específicas para la clase existente logo-miderechomilugar */
.logo-miderechomilugar {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1); /* Hace los logos blancos */
}

/* Tamaños específicos para diferentes pantallas */
@media (min-width: 1200px) {
  .logo-miderechomilugar {
    max-height: 60px;
    max-width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-miderechomilugar {
    max-height: 50px;
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-miderechomilugar {
    max-height: 45px;
    max-width: 160px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .logo-miderechomilugar {
    max-height: 40px;
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .logo-miderechomilugar {
    max-height: 35px;
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .logo-miderechomilugar {
    max-height: 30px;
    max-width: 100px;
  }
}

/* Efectos hover para mejor UX */
@media (hover: hover) {
  .logo-miderechomilugar:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255,255,255,0.3));
  }
}

/* Optimización para pantallas de alta densidad */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo-miderechomilugar {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* =================================================================================
* ESTILOS PARA LOGO ECOEMS (CENTRADO)
================================================================================ */

/* Estilos específicos para logo-ecoems (centrado) */
.logo-ecoems {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1); /* Hace los logos blancos */
  display: block;
  margin: 0 auto; /* Centra el logo */
}

/* Tamaños específicos para diferentes pantallas */
@media (min-width: 1200px) {
  .logo-ecoems {
    max-height: 60px;
    max-width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-ecoems {
    max-height: 50px;
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-ecoems {
    max-height: 45px;
    max-width: 160px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .logo-ecoems {
    max-height: 40px;
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .logo-ecoems {
    max-height: 35px;
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .logo-ecoems {
    max-height: 30px;
    max-width: 100px;
  }
}

/* Efectos hover para mejor UX */
@media (hover: hover) {
  .logo-ecoems:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255,255,255,0.3));
  }
}

/* Optimización para pantallas de alta densidad */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo-ecoems {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* =================================================================================
* CONTROL DE VISIBILIDAD PARA COLUMNAS DE LOGOS
================================================================================ */

/* Ocultar columnas de logos en pantallas pequeñas y medianas */
.logo-column-desktop {
  display: none !important;
}

/* Mostrar columnas de logos solo en desktop (993px y más) */
@media only screen and (min-width: 993px) {
  .logo-column-desktop {
    display: block !important;
  }
}

/* Mantener el grid de Materialize para las columnas de logos */
@media only screen and (min-width: 993px) {
  .logo-column-desktop.col.m3 {
    width: 25% !important;
    margin-left: 0 !important;
    left: auto !important;
    right: auto !important;
  }
  
  .logo-column-desktop.col.s12.m3 {
    width: 25% !important;
    margin-left: 0 !important;
    left: auto !important;
    right: auto !important;
  }
}

/* Asegurar que el contenido del banner se ajuste correctamente */
@media only screen and (max-width: 992px) {
  .banner-content {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

/* En desktop, cuando las columnas de logos están ocultas, el banner debe ocupar todo el ancho */
@media only screen and (min-width: 993px) {
  .banner-content.col.s12.m6 {
    width: 100% !important;
    margin-left: 0 !important;
    left: auto !important;
    right: auto !important;
  }
}

/* Asegurar que el banner siempre respete el ancho completo en pantallas pequeñas */
@media only screen and (max-width: 992px) {
  .banner-content.col.s12.m6 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
