
/**********************************************/
/*                  HEADER                    */
/**********************************************/
.main{
  display: flex;
}

.content-video{
  height: 100vh;
  width: 100%;
  position: absolute;
}

.content-video video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.content-main{
  position: relative;
  padding: 300px 150px;
  width:100%;
  height: 100vh;
  background-color: #0000008f;
}

.content-button{
  margin-top: 30px;
  width: 208px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  background: #0019C1;
}

.btn {
  text-decoration: none;
  color: white;
}

.content-indicator{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}

.indicator {
    position: relative;
    width: 3rem;
    height: 3rem;
    transform: rotate(45deg);
    bottom: 7rem;
    z-index: 10;
    margin: 0 auto;
}

.indicator span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    animation: animate 1.5s linear infinite;
}

@keyframes animate{
  0% {
      top: 0;
      left: 0;
  }
  50% {
      top: 10px;
      left: 10px;
  }
  100% {
      top: 0;
      left: 0;
  }
}

/**********************************************/
/*             INSTALACION SECCION            */
/**********************************************/

.contact-instalacion{
  padding: 2em;
}

#title-desc{
  margin: 40px 0px;
  color: #008AFC;
}

/**********************************************/
/*                    CARDS                   */
/**********************************************/
.cards-title{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px;
}
.cards-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.item-container {
    position: relative;
    margin: 24px;
    width: 320px;
    height: 540px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.img-container,
.body-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-container img {
    width: 100%;
}

.body-container {
    position: relative;
}

.overlay {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: rgba(24, 83, 122, 0.6);
    opacity: 0;
    transition: height linear 0.4s, opacity linear 0.2s;
}

.item-container:hover .overlay {
    opacity: 1;
    height: 150px;
}

.event-info {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.title,
.price {
    color: #18537a;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 12px;
    text-align: center;
    height: 82.5px;
}

.info {
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.separator {
    width: 20%;
    height: 6px;
    background-color: #17537a;
    margin-bottom: 16px;
}

.additional-info {
    border-top: 1px solid #bbb;
    margin-top: 12px;
    padding: 28px;
    padding-bottom: 0;
}

.additional-info .info {
    font-size: 0.9em;
    margin-bottom: 20px;
    text-align: center;
}

.info i {
    color: #18537a;
    font-size: 1.1em;
    margin-right: 4px;
}

.info span {
    color: #18537a;
    font-weight: bolder;
}

.action {
    color: #fff;
    border: 3px solid #fff;
    background-color: transparent;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    outline: none;
    cursor: pointer;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background-color 0.4s, top 0.4s;
    text-align: center;
    text-decoration: none;
}

.item-container:hover .action {
    top: 50px;
}

.action:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/**********************************************/
/*                 BENEFICIOS                 */
/**********************************************/


#content-beneficios{
  background-image: url(../images/iStock-cctv.jpg);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 950px;
}

.fondo-beneficios{
  position: relative;
  /*padding: 300px 150px;*/
  width:100%;
  height: 950px;
  background-color: #0000008f;
}

/* LARGE SIZE */
@media(min-width: 700px) {
  #content-beneficios{
    background-image: url(../images/iStock-cctv.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 650px;
  }
  .fondo-beneficios{
    position: relative;
    /*padding: 300px 150px;*/
    width:100%;
    height: 650px;
    background-color: #0000008f;
  }

}



.content-cards{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

._3Rcdf{
  display: flex;
    flex-direction: column;
}

._3iVFe {
    margin: var(2px 2px);
    direction: ltr;
}

#comp-l8ajlp66__item1{
  position: relative;
    margin: 14px 0px 18px 0;
    left: 67px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
}

#comp-l8ajlp66__item1{
    --bg-overlay-color: rgb(193 53 0);
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0px;
  }

  /**********************************************/
  /*             BENEFICIOS CARDS               */
  /**********************************************/

  .card {
      position: relative;
      width: 200px;
      height: 200px;
      background: #0019c1;
      border-radius: 5px;
      overflow: hidden;
      transition: .5s;
      margin: 5px 5px;
  }

  .card:hover {
      box-shadow: 0 5px 15px rgba(3, 89, 92, .5);
      transform: translateY(-15px);
  }

  .card .head {
      height: 100px;
      width: 100%;
      position: relative;
  }

  .card .head .circle {
      position: absolute;
    /*  width: 300px;
      height: 300px;
      border-radius: 50%;
      background: #0b6f72;
      bottom: 0;*/
  }

  .card .head .img {
      /*width: 150px;
      height: 150px;*/
      position: absolute;
      /*background: #fff;
      padding: 5px;
      border-radius: 50%;*/
      bottom: 1px;
      left: 50%;
      transform: translate(-50%);
  }

  .card .head .img img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
  }


  .card .description {
      /*height: 200px;*/
      padding: 0px 20px 20px 20px;
      /*border-bottom: solid 1px rgba(6, 74, 76, .18);*/
      text-align: center;
  }

  .card .description h3 {
      color: #05383a;
  }

  .card .description h4 {
      color: #1c5a5c;
  }

  .card .description p {
      margin-top: 20px;
      font-size: 1rem;
  }


  .card .contact {
      width: 100%;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .card .contact a {
      text-decoration: none;
      color: #fff;
      background: #157579;
      padding: 5px 20px;
      border-radius: 5px;
      transition: .3s;
  }

  .card .contact a:hover {

      background: #0b6164;

  }

/**********************************************/
/*                  CONTACTO                   */
/**********************************************/

#contacto{
   border-top: 2px solid;
}
.content-form {
    max-width: 670px;
    /*margin-left: 135px;
    margin-right: auto;*/
    padding: 1.5em;
    margin: 0 auto;
}

.text-contact{
  margin-top: 40px;
}

#content-num{
  width: 214px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
  margin-bottom: 40px;
}

#content-num .style-numlab{
  transition: all 0.2s ease, visibility 0s;
  background: #E5EBFA;
  border-radius: 60px;
  border: 0px solid rgb(29, 103, 205);
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.content-logo-WhatsApp_svg{
  position: absolute;
    margin-bottom: 100px;
    left: 1;
    left: -12px;
    top: -7px;
}

.style-button-container{
  display: flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all .2s ease,visibility 0s;
}

.style-button-container span{
  transition: inherit;
    font-style: normal;
    color: #0069FF;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
}

.logo {
    text-align: center;
    line-height: 1.1;
}

.logo span {
    color: #B70E21;
}

.contact-wrapper {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}

.contact-wrapper > * {
    padding: 1em;
}

.contact-form {
    background: #222222;
    height: 570px;
}

.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form form label {
    display: block;
}

.contact-form form p {
    margin: 0;
    padding: 0px 0px 10px 0;
}

.contact-form form .block {
    grid-column: 1 / 3;
}

.contact-form form .block-ema {
    padding-right: 5px
}
.contact-form form .block-tel {
    padding-left:  5px
}

.contact-form form button,
.contact-form form input {
    width: 100%;
    height: 42px;
    padding: 3px 3px 3px 5px;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border: 1px solid #0072c3;
}

.contact-form form textarea{
  width: 100%;
  padding: 3px 3px 3px 5px;
  border: none;
  background: none;
  outline: 0;
  color: #fff;
  border: 1px solid #0072c3;
}

.contact-form form button {
    background: #ffffff;
    border: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0.3em;
    height: 80%;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    color: black;
}

.contact-form form button:hover,
.contact-form form button:focus {
    background: #0072c3;
    color: #000;
    transition: background-color 1s ease-out;
    outline: 0;
}

/* CONTACT INFO */
.contact-info {
    background: #000;
}

.contact-info h4, .contact-info ul, .contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
}

/* LARGE SIZE */
@media(min-width: 700px) {
    /*.contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .contact-wrapper > * {
        padding: 2em;
    }*/
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        text-align: left;
    }
}
