/* header{
    background: green;
} */

/* selector de clase con un punto . */
/* selector de id con #xxxxxx */
.flexbox {
    display: flex;
    height: 200px;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}   
.box {
    width: 50px;
    height: 50px;
    margin: 5px;
    border: 1px solid red;
    flex-shrink: 0;
}

.menu {
    height: inherit;
}

.header {
    background-color: rgb(0,128,192);
    color:  white;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: space-between;
}

.header a{
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0px 20px;
}

.header img{
    margin-left: 20px;
}

.header ol{
    display: flex;
    height: inherit;
}

.header ol li {
    height: inherit;
    display: flex;
    align-items: center;
}

.header figure {
    height: 28px;
}
ol, ul {
    margin:0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
    /* vertical-align: middle; */
}

body
{
    /* padding: 1% 10%; */
    margin: 0px;
    /* font-family: 'SF Pro Display','Lato', sans-serif; */
    /* font-family: "Lato","Helvetica Neue","Helvetica","Arial",sans-serif; */

        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    
    font-size: 1.50em;
    text-align: center;
    line-height: 1.5;
    color: rgb(64,64,64);
    text-rendering: optimizeLegibility;
    /* background-image: url("images/01Tarifas.png");
    background-repeat: no-repeat;
    background-color: rgb(0,128,192);
    background-size: 80px 60px;
    text-shadow: 2px 2px 4px #aaa; */
}

    /* Bloque original: */
    /* h1 {
        font-size: 40px;
        color: rgb(0,128,192);
        margin: 0px;
    }

    h1 strong{
        color: rgb(0,128,192);
    } */

h1, h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont,
                 "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hero {
    /* width: 1000px; */
    margin: 25px;
    padding: 25px;
    height: 300px;    
    /* background-image: url("../images/Pantalla2.png"); */
    /* background-size: 500px 300px; */
    /* background-repeat: no-repeat; */
    /* background-position-x: right; */
    /* background-position-y: center; */
    background-color: white;
    display: flex;
    align-items: center;
    /* border: 1px solid #bdc3c7; */
    /* border-radius: 10px; */
    justify-content: space-evenly;
}

.hero h1{
    width: 500px;
    /* margin: 50px 50px; */
    /* padding: 50px; */
}

.portfolio {
    background: #fafafa;
}

.introduction {
    font-size: 24px;
    /* border: 1px solid #bdc3c7; */
    /* border-radius: 10px; */
    margin: 25px;
    padding: 0px 100px;
    background: white;
    /* width: 1000px; */
    /* height: 500px; */
    box-sizing: border-box;
    /* font-family: "Open Sans", sans-serif; */
}

.project {
    border: 1px solid gray;
    border-radius: 10px;
    margin: 50px;
    padding: 50px;
    background: white;
    width: 1000px;
    height: 500px;
    box-sizing: border-box;
}

.project-details {
    width: 500px;
    height: 200px;
    display: inline-block;
}

.project-imageContainer {
    width: 500px;
}

.hero-image {
    /* background-image: url("images/FondoOscuro.jpg"); */
    background-color: #000000;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .hero-text {
    font-family: 'Lato';
    text-align: center;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

.container-fluid {
    padding: 1% 5%;
}
.link {
    display: inline-block;
}
  table {
      border-collapse: collapse;
      width: 100%;
  }

  th, td {
      padding: 4px;
      text-align: left;
      border-bottom: 1px solid #ddd;
  }
  th
  {
      background-color: #4CAF50;
      color: white;
  }
div {
    display: block;
}

  div.portada {
      background-color: white;
          color: white;
          font-family: Helvetica, serif;
          font-size: 64px;
  }
  div.llamenos {
      background-color: white;
          color: green;
          font-size: 24px;
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
          font-weight: 600;
  }
  div.titulo {
          background-color: white;
          color: #1c3643;
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 40px
  }

  div.nota {
      background-color: white;
          color: #1c3643;
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
          font-size: 14px;
  }
  div.copyright {
        padding: 0% 0%;
      background-color: rgb(0,128,192);
          color: white;
          font-family: Lato;
          font-size: 16px;
          font-weight: normal;
          line-height: 4;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
  }
   tr:hover {background-color:white}

   .button {
     background-color: #4CAF50;
     border: none;
     color: white;
     padding: 15px 25px;
     text-align: center;
     font-size: 16px;
     cursor: pointer;
   }
   .button:hover {
     background-color: green;
   }

.contactenos {
    font-size: 20px;
}

.contactenos a {
    /* color: black; */
    display: inline;
}

.contactenos p a {
    /* text-decoration: none; */
    color: #666;
}

/* .tabla-func {
    width: 90%;
} */

.footer {
    background-color: rgb(0,128,192);
    color: white;
    display: flex;
    height: 36px;
    margin: 0px;
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    /* line-height: 20px; */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    justify-content: space-evenly;
    align-items: center;
}

.footer p {
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
}

.gotop a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
}

.section-content {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 980px;
}

.security-pillars {
    font-size: 17px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.security-pillar {
    margin-top: 10px;
    width: 28.5%;
    position: relative;
    text-align: left;
    display: inline;
}

    .security-pillar-headline {
        font-size: 17px;
        line-height: 1.47059;
        letter-spacing: -.022em;
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
        font-weight: 700;
        display: inline;
        color: #111;
    }

    /* .security-pillar-copy {
        display: inline;
        color: #666;
    } */

    /* .security-pillar-headline {
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
        font-weight: 600;
    } */

    .security-pillar-copy {
        display: inline;
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Helvetica, Arial, sans-serif;
        color: #666;
    }

.funcion-texto-imagen {
    /* margin: 25px; */
    /* border: 1px solid #bdc3c7; */
    padding: 25px;
    height: auto;
    width: auto;    
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-evenly;
}
.funcion-texto-imagen img {
    margin-left: 25px;
}

.funcion-imagen-texto {
    /* margin: 25px; */
    /* border: 1px solid #bdc3c7; */
    padding: 25px;
    height: auto;
    width: auto;    
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-evenly;
}
.funcion-celular-texto {
    /* margin: 25px; */
    /* border: 1px solid #bdc3c7; */
    padding: 25px;
    height: auto;
    width: auto;    
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-evenly;
}

.funcion-celular-texto img {
    margin-left: 160px;
    margin-right: 160px;
}

.funcion-imagen-texto img {
    margin-right: 25px;
}