/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

body {

  font-family: 'Istok Web', sans-serif;


}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar {

    border-bottom: 2px solid #98af69;

  }

  .bg-dark {

      background-color: #000;

  }

  .uno {

      background-image: url('../img/sol-1.jpg');
      height: 400px;
      width: 50%;
      border-right:2px solid white;
      float: left;
  }

  .fondoSol {

      background-image: url('../img/fondoSol.jpg');
      padding: 72px;
  }

  .logoEmpresa {

      background-image: url('../img/logo-em.jpg');
      height: 400px;
      width: 50%;
      border-right:2px solid white;
      float: left;
  }

  .unoSol {

      height: 400px;
      width: 50%;
      border-right:2px solid white;
      float: left;
  }

  .dos {

      background-image: url('../img/sol-2.jpg');
      height: 400px;
      width: 50%;

      float: left;

  }

  .soluciones {

      text-align: center;
      text-transform: uppercase;
      color: #8DA757;
      /*padding: 48px;*/
      /* -webkit-text-fill-color: #98af69;
      -webkit-text-stroke: 1px black; */


  }

  .contiene {
      width: 100%;
      position: relative;
      overflow: hidden;

  }

  .columna {
  float: left;
  width: 50%;
  /*padding: 5px;*/
}

/* Clear floats after image containers */
.rowa::after {
  content: "";
  clear: both;
  display: table;
}

h2 {
      font-weight:bold;
      font-size: 2rem;
}

h3 {
      margin-top:14%;
      color: white;
      text-transform: uppercase;
      text-align: center;
      padding: 8px;
}

.uno ul {

      color:white;
      /* text-align: center; */
      font-weight: 600;
      margin-left: 24%;
}

.dos p {

      color:white;
      text-align: center;
      font-weight: 600;
}

.unoA {

    background-image: url('../img/acc-1-2.jpg');
    height: 400px;
    width: 33.33%;
    border-right:2px solid white;
    float: left;
    background-position: right;
}

.unoA p {

      color:white;
      text-align: center;
      font-weight: 600;
      padding: 8px;
}

.unoA h3 {

    color: white;
}
.dosA {

    background-image: url('../img/acc-2-2.jpg');
    height: 400px;
    width: 33.33%;
    border-right:2px solid white;
    float: left;
}
.dosA p {

      color:white;
      text-align: center;
      font-weight: 600;
      padding: 8px;
}

.dosA h3 {

    color: white;
}
.tresA {

    background-image: url('../img/acc-3-2.jpg');
    height: 400px;
    width: 33.33%;
    border-right:2px solid white;
    float: left;
}
.tresA p {

      color:white;
      text-align: center;
      font-weight: 600;
      padding: 8px;
}

.tresA h3 {

    /* color: #98af69; */
    color: white;
}

.navFooter {
    color: #ccc;
    list-style: none;
}

.fondoh3 {
    background: rgba(0, 0, 0, 0.7);
}

.fondo {
    padding: 8px;
    background: rgba(0, 0, 0, 0.8);
}

.masInfo {

  text-align: center;
  width: 24%;
  margin-left: 38%;

}

.masInfo p{

  text-align: center;
  /* width: 24%; */
  background: rgba(0, 0, 0, 0.7);
  left: 33;
  padding: 8px;
  color: white;

}


.floatBtn{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
z-index:999;
}

.my-floatBtn{
margin-top:10px;
font-size:40px;
}
