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

}


/* 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;
}
