/* Hide the browser's default checkbox */
.cuadrito .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
 margin-left: 20px;

}

.dlab-topbar-rights {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    width: 35%;
    box-sizing: border-box;
}

/* Pantallas medianas (tablets) */
@media (max-width: 991px) {
    .dlab-topbar-rights {
        width: 50%;
        padding-right: 15px;
    }
}

/* Pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    .dlab-topbar-rights {
        width: 100%;
        justify-content: center; /* centra los elementos en móvil */
        padding-right: 0;
        margin-top: 10px; /* opcional, por separación visual */
    }
}


    .btnhover11 {
        border-radius: 20px; /* bordes redondeados */
        padding: 10px 20px;
        background-color: #005189; /* color de fondo */
        color: white;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
    }

/* Create a custom checkbox */
.cuadrito .checkmark {
    
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.cuadrito_text
{
    color: #000000; 
    font-weight: 400;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #005189;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.textocontacto h5
{font-weight: 400;
    font-size: 16px;
    margin-top: 7px;
    margin-right: 10px;   
}

.logosolucion
{
    margin: auto;
    width: 30%;
    min-width: 400px;
    padding-top: 50px;
}
.logosolucion2
{
    margin: auto;
    width: 40%;
    min-width: 400px;
    padding-top: 50px;
}

.subservicios
{
    font-size: 22px;
    text-align: justify;
}

.listasdatos
{
    padding-left: 2em;
    text-align: left;
}

.icoservicios{
    font-size: 8em; margin-right: 60px;
}

.spanservicios {
    font-size: 16px; font-weight: 400;
}

.spanservicios2 {
    font-size: 13px; font-weight: 400;
}

.textoimplementacion
{font-size: 22px;
padding-left: 10px;}

.vectoresbi
{width: 50%; padding-bottom: 10px;}

.vectoresbi2
{width: 70%; padding-bottom: 10px;}


.vectoresbi3
{width: 30%; padding-bottom: 10px;}


        
        img.zoom {
    width: 350px;
    height: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.linea{
      color: #999999;
    background-color: #999999;
    width:100%;
}

.oracion {
   text-transform: none;

}

.aliados{
 font-weight: 700;
font-size: 18px;
}

.nosotros{
 font-weight: 600;
font-size: 24px;
}

.titulonosotros
{
    line-height: 30px; font-weight: 700; font-size: 40px; text-transform: uppercase;
}

.gris {
    
    color: #1c1c1c;
}
.verde
{
    color:#96c93f;
}



.negro
{
    color:#000000;
}

.amarillo
{
    color:#ff9900;
}

.efecto{
     background-blend-mode: screen;
     mix-blend-mode: screen;
}

.ico-casos{
    font-size: 20px; padding: 10px; border-radius: 10px;
}



.follow{
     background-image: url("images/blog/principal/thumleft.jpg"); background-position: top;
    background-size: contain;
    background-repeat: no-repeat; 
    width: 100%;

}

.lateral
{
    background-color: #005281;
background-image: url("https://grupo-siayec.com.mx/images/blog/principal/thumleft.jpg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
}





  .boton_personalizadox{
    text-decoration: none; 
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #fcd106;
    border-radius: 6px;
   width: 40%;
 text-align:center;
  }

  .boton_personalizadax2 {
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #fc6e06;
    border-radius: 6px;
   width: 40%;
 text-align:center;
  }

  .boton_personalizadax {
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #65d601;
    border-radius: 6px;
   width: 40%;
 text-align:center;
  }

.letter-spacing{
	letter-spacing: 10px;
}




.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}

.aws-title{
	font-size: 1.5em; color: #005281; font-weight: 700; 
}

.m-l30{
	margin-left: 30px;
}

.aws {
	width: 150px;
}

.aws-text{
font-weight: 400; color: #000000; padding-top: 30px; 
}

.aws-bold {
	 font-weight: 600; color: #000000;
}

.aws-left{
	font-size: 18px; font-weight: 600; margin-left: 20px;
}


div.figure {
  float: left;
width: 100%;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.text-rp{
	line-height: 36px; font-size: 22px;
}

.premios-img{
    width: 300px;
    align-content: center;
    float: center;
}


.contenedor{
        
      
        justify-content: center;
        align-items: center;
        
    }
    .contenedor figure{
       position:relative;
        height: 250px;
        cursor: pointer;
        width: 300px;
        overflow: hidden;
        border-radius: 6px;
        
    }
    .contenedor figure img{
        width: 100%;
        height: 100%;
        transition: all 400ms ease-out;
        will-change: transform;
    }

    .contenedor figure:hover > .capa {
        opacity: 1;
        visibility: visible;
    }
    .contenedor figure:hover > .capa h3{
        margin-top: 70px;
        margin-bottom: 15px;
    }
    .contenedor figure:hover > img{
        transform: scale(1.2);
    }


.nonebullets{
    list-style: none;
}

.p-l{
    padding-left: 20px;
}


.p-r{
    padding-right: 0px;
}


.abs-center{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}



/*image-size-codhem*/
    .image-size-codhem {
        max-height: 180px;
        max-width: 180px;
    }



    <style>
    .test {
        font-family: Arial, sans-serif;
         display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
        margin: 0;
       
    }

    .beneficios {
      
        border-radius: 27px;
        padding: 20px;
        width: 50px;
        text-align: center;
        color: white;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;


        
    }

    .beneficios h1 {
     font-size: 26px;
    color: #96c93f;
    margin-top: 0;
   
       
        
    }

    .beneficios ul {
        list-style: none;
        padding:0;
      
    

    }

    .beneficios li {
        background-color: #96c93f;
        font-size: 11.5px;
        border-radius: 12px;
        padding: 11px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        
       
      
    }

    .beneficios li::before {
        content: '✔';
        font-size: 22px;
        margin-right: 10px;
        color: white;
       
       
    }

    .clase {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
      }

    .service-card-title {
        word-break:break-word;
        overflow-wrap:break-word;
        word-wrap:break-word;
        white-space:normal;
        margin:0;
        min-height:70px;
        vertical-align:middle;
        font-size:1.5em;
        line-height: normal;
        margin-bottom:0.5em;
    }

    .service-card-button{
        color: #282A3C;
        padding: 12px 30px;
        display: inline-block;
        font-size: 13px;
        outline: none;
        cursor: pointer;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: #282A3C;
        line-height: 1.42857;
        border-radius: 3px;
        font-weight: 600;
        text-align:center;
        white-space: nowrap;
        vertical-align: middle;	
    }
    .service-card-button {
        background-color: #ffffff;
    }
    .service-card-button:active,
    .service-card-button:hover,
    .service-card-button:focus,
    .active > .service-card-button {
        background-color: #005492;
        border-color: #005492;
        color: #fff;
    }

    .service-card-button-arrow{
        color: #d8a409;
        font-size: 1.2em;
        font-weight: 900;
    }

    .service-card-button:hover span {
        color: #fff;
    }

    .wp-button-container{
        position: absolute;
        left: 410px;
        text-align:center;
        bottom: 10px;
    }

    </style>


 