    .text {
      display:inline;
      position: absolute;
      opacity: 0.98;
      width: auto;
      left: auto ;
      transform: translate(10%, 45%);
      z-index: 1;
    } 
  
    .subtitle {
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: 300;
      font-size: 2vmax;
      font-family: 'Times New Roman', Times, serif;
    }
  
    .subtitle::before {
      /* display: inline-block; */
      /* content: ""; */
      border: 1px solid #fff;
      width: 8px;
      /* margin: 0 10px 0 0; */
      /* transform: translateY(-4px); */
    }
    .intro{
      margin-top: 55vh;
      width: 55%;
      margin-left: 10%;
    }
    .title {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 6vmax;
      text-transform: uppercase;
      overflow: hidden;
      white-space: nowrap;
    }
  
    .desc {
      font-weight: 405;
      font-size: 1.5rem;
      color: rgb(255, 255, 255);
      margin-top: 20px;
      line-height: 2;
    }
     #main{
      background: linear-gradient(to right bottom, rgba(10, 7, 7, 0.815), rgba(0, 0, 0, 0.267)), url('/Images/carretera3.jpg') no-repeat;
      background-position: bottom;
      background-size: cover;
      width: 100%;
      height: 100vh;
    }
    #about{

      padding-top: 50px;
      /* padding-bottom: 40px; */
      color: black;
      height: auto;
      filter: brightness(95%);
      background: rgb(255, 255, 255) ;
      display: inline-block;
      width: 100%;
      overflow: hidden;
    }
    .box{
      display: inline-block;
      width:  auto;
      /* margin: 30px; */
      background-color: rgb(255, 255, 255);
      /* padding: 30px; */
      border-radius: 8px;
      box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.2 );
    } 
  
    .logoBox{
      text-align: center;
      display: block;
      position: relative;
      /* top: 25%; */
      margin-left: 1vh;
    }
    .logoBox img{
      width: 50%;
    }
  
    .box h4{
      color: #03045e  ;
      font-family: serif;
      font-size: 2rem;
      margin-bottom: 20px;
    }
  
    .box p{
      text-align: justify;
      font-size: auto;
      /* line-height: 28px;  */
      /* height: 100px; */
      overflow: hidden;
      margin-right: 0rem;
    } 
    /* mobileToogle */

  #seguridadP .box{
    filter: brightness(95%);
    color: black;
    display: inline-block;
    width:  auto;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba( 0, 0, 0, 0.2 );
  }
  
  #seguridadP {
    padding-top: 50px;
    text-align: center;
    height: auto;
    background: #0077b6;
    display: inline-block;
    width: 100%;
  }

  .toggleContainer{
    background-color: rgba(0, 0, 0, 0.123);
    width: auto;
    height: auto;
    /* margin: 100px auto; */
    display: inline-block;
    padding: 20px;
}

  .boxE h3{
    margin-bottom: 23px;
    /* text-decoration: blue; */
  }

  .boxE img{
    margin-top: 40px;
  }

  .boxE{
    color: white;
    text-align: center;
    background-color: #00509d;
    padding: 25px;
    border: #f8f8f6 solid 3px;
    flex: 1;
    transition: 1s;
  }

  .boxE:hover{
    flex: 4;
  }
  .boxE:hover p{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 200;
    transition: 0.2s;
  }
@media screen and (max-width: 380px) {
  .intro{
    width: 60%;
    /* visibility: hidden; */
  }
}
@media screen and (max-height: 420px) {
  .intro{
    margin-left: 55%;
    width: 30%;
    margin-top: 20%;
    /* visibility: hidden; */
  }
  .text{
    transform: translate(10%, 15%);
  }
}