body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .div-span{
    margin-left:10px;
    padding: 0 3px;
  }
  .di{
    margin-left:10px;
    padding: 0 3px; 
  }
  .di a{
    text-decoration: none;
    color:  white;
  }
  .body-div{
    background:black;
    justify-content: space-around;
    display: flex;
    align-items: center;
    padding: 1rem;
  }
  .span-a-img{
    height: 20px;
    width: 20px;
    padding: 0 6px;
  }
  .div-span a{
    text-decoration: none;
    color:  white;
  }
  #div-2{
    border: 1px solid white;
    align-items: center;
    border-radius: 2px ;
    background: transparent;
  }
  #div-2:hover{
    border: 3px solid white;
    
    background: #FF416C;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .div{
    align-items: center;
    padding: 0 2px;
  }
  .navegacion > a{
    display:inline-table;
    text-decoration: none;
    color: white;
    padding: 25px;
    font-size: 25px;
    height: 30px;
  }
  /*.nav{
    background: black
  }*/
  nav{
    font-family:'open sans';
    background:black;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    /*align-items: center;
    position: fixed;
    top: 0;
    transition: top 0.5s;
    */
  }
  .INT:hover{
    background-color: blue;
  }
  .div-span:hover{
    background-color: blue; 
  }
  .INT{
    font-size: 35px;
  }
  .IN{
    
    padding: 25px;
    color: white;
  }
  .span-a-img{
    height: 20px;
    width: 20px;
    padding: 0 6px;
  }
		.formato_imag{
  width: 465px;
    height: 250px;
}
.camaras_de_segurida{
  height: 273px;
  width: 51%;
  display: inline-block;
  overflow: visible; 
}
.camaras_de_segurid{
  
  display: inline-block;
  height: 310px;
  width: 43%;
 
}
.camaras_{
  
  display: inline-block;
  height: 220px;
  width: 41%;
 
}
.camaras{
  height: 239px;
  width: 51%;
  display: inline-block;
  overflow: visible; 
}
.quienessomos{
  font-size: 30px;
  text-align: left;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.parrafoex{
    font-size:22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-align: center;
    margin: 6px;
    }
.texto_negoci{

  font-size: 35px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color:rgb(14, 155, 190);
}
  .aporte {
    animation: PEPITO 5s alternate infinite ease-in;
    font-size:35px;
    margin: 9px;
    
  }
  @media screen and (min-width:701px) {
    @keyframes PEPITO {
      0% {
        transform: translateX(-40%);
      }
      100% {
        transform: translateX(30%);
      }
    }
    .aporte {
      color:rgb(14, 155, 190);
      display: inline-block; /*needed to trigger update */
      font-family: Georgia, 'Times New Roman', Times, serif;
     

    }
  }
  
  @media screen and (max-width:700px) {
    @keyframes bounce {
      0% {
        transform: translateY(-200%);
      }
      100% {
        transform: translateY(0);
      }
    }
    
    .aporte {
      color: green;
      display: block; /* needed to trigger update */
    }
}

.aportediv{
  overflow: hidden;
}


.aportee{
    width:78%;
    animation: bounce  5s alternate infinite ease-in;
    font-size:35px;
  }
  @media screen and (min-width:701px) {
    @keyframes bounce {
    0% {
        transform: translateX(5%);
      }
      100% {
        transform: translateX(60%);
      }
    }
    .aportee {
      color:rgb(14, 155, 190);
      display: inline-block; /*needed to trigger update */
      font-family: Georgia, 'Times New Roman', Times, serif;
    }
  }
  
  @media screen and (max-width:700px) {
    @keyframes bounce {
      0% {
        transform: translateY(-200%);
      }
      100% {
        transform: translateY(0);
      }
    }
    
    .aportee {
      color: green;
      display: block; /* needed to trigger update */
    }
  }
.contenedor_principal{
    width: 100%;
    height: 100%;
    border: 10px;
    background-color: black;
}
.paginan2{
    height: 200px;
    width:400px;
    display: inline-block;
    overflow:visible;
    align-content:center;
}
.formato_imagen{
    width:300px;
    height:200px;
}
.descripcion{
    text-align: left;
    color: white
}
.coper{
  height: 350px;
  width: 328px;
  display: inline-block;
  overflow: visible;
}
.contenedor{
  display: inline-block;
  background-color: black;
  height: 100%;
    width: 100%;

}
.for_imag {
  width: 465px;
  height: 196px;
}
.formato_ultimo{
  width: 431px;
    height: 242px;
}



/*carrusel #1 */
.slide {
  position: relative;
  /*MARGEN*/
  
  margin-top: 26px;
}

.slide-inner {
  position: relative;
  overflow: hidden;
  width: 88%;
  height: calc( 300px + 3em);
}

.slide-open:checked + .slide-item {
  position: static;
  opacity: 100;
}

.slide-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.slide-item img {
  display: block;
  height: auto;
  max-width: 93%;
}

.slide-control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color:black;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.slide-control.prev {
  left: 2%;
}

.slide-control.next {
  right: 2%;
}

.slide-control:hover {
  background: rgba(0, 0, 0, 0.8);
  color:black;
}

#slide-1:checked ~ .control-1,
#slide-2:checked ~ .control-2,
#slide-3:checked ~ .control-3 {
  display: block;
}

.slide-indicador {
  list-style: none;
  margin: -9px;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.slide-indicador li {
  display: inline-block;
  margin: 0 5px;
}

.slide-circulo {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.slide-circulo:hover {
  color: #aaaaaa;
}

#slide-1:checked ~ .control-1 ~ .slide-indicador li:nth-child(1) .slide-circulo,
#slide-2:checked ~ .control-2 ~ .slide-indicador li:nth-child(2) .slide-circulo,
#slide-3:checked ~ .control-3 ~ .slide-indicador li:nth-child(3) .slide-circulo {
  color: #428bca;
}

#titulo {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}



/*carrusel 2 */
.CARRUSEL2 {
  position: relative;
  /*MARGEN*/
  
  margin-top: 26px;
}

.CONTENEDOR{
  position: relative;
  overflow: hidden;
  width: 88%;
  height: calc( 300px + 3em);
}

.open:checked + .item {
  position: static;
  opacity: 100;
}

.item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.item img {
  display: block;
  height: auto;
  max-width: 80%;
}

.control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color:black;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.control.previa {
  left: 2%;
}

.control.nexti {
  right: 2%;
}

.control:hover {
  background: rgba(0, 0, 0, 0.8);
  color:black;
}

#car-1:checked ~ .control-1,
#car-2:checked ~ .control-2,
#car-3:checked ~ .control-3 {
  display: block;
}

.indicador {
  list-style: none;
  margin: -9px;
  padding: 0;
  position: absolute;
  bottom: -1%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.indicador li {
  display: inline-block;
  margin: 0 5px;
}

.slide-circulo {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.slide-circulo:hover {
  color: #aaaaaa;
}

#car-1:checked ~ .control-1 ~ .indicador li:nth-child(1) .slide-circulo,
#car-2:checked ~ .control-2 ~ .indicador li:nth-child(2) .slide-circulo,
#car-3:checked ~ .control-3 ~ .indicador li:nth-child(3) .slide-circulo {
  color: #428bca;
}

#titulo {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}
/*carrusel3*/

.CARRUSEL3 {
  position: relative;
  /*MARGEN*/
  
  margin-top: 26px;
}

.CONTENEDO{
  position: relative;
  overflow: hidden;
  width: 88%;
  height: calc( 300px + 3em);
}

.opene:checked + .iteme {
  position: static;
  opacity: 100;
}

.iteme {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.iteme img {
  display: block;
  height: auto;
  max-width: 80%;
}

.controlador{
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color:black;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.controlador.pre {
  left: 2%;
}

.controlador.ne {
  right: 2%;
}

.controlador:hover {
  background: rgba(0, 0, 0, 0.8);
  color:black;
}

#cars-1:checked ~ .control-1,
#cars-2:checked ~ .control-2,
#cars-3:checked ~ .control-3 {
  display: block;
}

.indi {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.indi li {
  display: inline-block;
  margin: 0 5px;
}

.slide-circulo {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.slide-circulo:hover {
  color: #aaaaaa;
}

#cars-1:checked ~ .control-1 ~ .indi li:nth-child(1) .slide-circulo,
#cars-2:checked ~ .control-2 ~ .indi li:nth-child(2) .slide-circulo,
#cars-3:checked ~ .control-3 ~ .indi li:nth-child(3) .slide-circulo {
  color: #428bca;
}

#titulo {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}