/*-- Use For Custom Styling --*/

html,body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}



.construction .header-with-topbar .navbar-top{
    background: #141e46;
}

.caja {
    background: #000;
    opacity: 0.8;
    border-radius: 5px;
    padding-bottom: 10px;
}

.address-block {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.address-block a {
    color: #141e46;
}

.address-block a:hover {
    color: #4c4d4d;
}

.rs-bg-hvr:hover {
    background: #4c4d4d !important;
    color: #fff !important;
    border: 1px solid #141e46 !important;
}

.rs-text-hvr:hover {
    color: #fff !important;
}

.bg-dale-azul {
    background-color: #141e46;
}

.bg-dale-gris {
    background-color: #4c4d4d;
}

.link-dale:hover{
    color: #141e46;
}

.logo-footer {
    max-width: 140px;
}

#loader img {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 43%;
}

.text-dale-b {
    color: #141e46
}

.text-dale-g {
    color: #4c4d4d
}

.class-video-background {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video-background-iframe {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
  }

  .video-foreground-iframe,
  .video-background-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .video-background-iframe-nofixed {
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
  }

  .video-foreground-iframe,
  .video-background-iframe-nofixed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  @media (min-aspect-ratio: 16/9) {
    .video-foreground-iframe {
      height: 350%;
      top: -125%;
    }
  }
  
  @media (max-aspect-ratio: 16/9) {
    .video-foreground-iframe {
      width: 350%;
      left: -125%;
    }
  }

#contacto{
    background-color: #fff;
}

.bg-black{
    background-color: #000;
}

.video-wrapper-home {
    overflow: hidden;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video-wrapper {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.counter-item {
    cursor: pointer;
}

.counter-item:hover .counter-icon {
    transform: translateY(-10px);
}

.logos-residencial {
    width: auto;
}

.flechita {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.animatedColor {
    color: white;
}

.flecha {
    animation: arrow 1s ease-in-out infinite;
}

.flecha:hover {
    animation: arrow 1s ease-out infinite !important;
}

@keyframes arrow {
    0% {
        transform: translate(0px, 50px);
    }

    50% {
        transform: translate(0px, 60px);
    }

    100% {
        transform: translate(0px, 50px);
    }
}

.heading-container{
    display: table;
    width: 100%;
    height: 100vh;
}

.cintillo-abajoizq{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: 20%;
}

@media screen and (max-width: 768px) {
    .cintillo-abajoizq{
        max-width: 35%;
    }
}