@font-face {
    font-family: helveticabold;
    src: url("../fonts/HelveticaNeue97BlackCondensed.otf") format("opentype");
    

    }


@font-face {
    font-family: helveticanormal;
    src: url("../fonts/HelveticaNeueRegular.otf") format("opentype");
    
    
    }

body{
    font-family: 'Helvetica', 'Arial', sans-serif!important;
    
    
}

.helvetica-normal{
    font-family: 'helveticanormal'!important;
}

.helvetica-bold{
    font-family: 'helveticabold'!important;
    
}


.text-black{
    color: #000!important;
}

.bg-banner-1{
    height: 550px;
}
.bg-banner-2{
    height: 550px;
}
.bg-banner-3{
    height: 550px;
}
.bg-banner-1::before{
    content: "";
    background-image: url("../img/banner1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    background-size: cover;
    z-index:0!important
}
.bg-banner-2::before{
    content: "";
    background-image: url("../img/banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    background-size: cover;
    z-index:0!important
}
.bg-banner-3::before{
    content: "";
    background-image: url("../img/banner3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    background-size: cover;
    z-index:0!important
}
.bg-contacto{
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.up{
    z-index: 9997!important;
}

.z-tales{
    z-index: 9999!important;
}

.line-1{
line-height: 0.8!important;
font-size: 4em;
}
.line-2{
line-height: 0.8!important;
font-size: 5.5em;
}
.line-3{
line-height: 0.8!important;
font-size: 5.5em;
}
.line-4{
line-height: 0.8!important;
font-size: 8em;
}

.service-card{
    border-style: dotted!important;
    border-color: #C4C4C4!important;
}

.text-services{
    background-color: #9CB3A8!important;
    color: white;
    padding-top:2px!important;
    padding-bottom:2px!important;
}
.green-color{
    color: #9CB3A8!important;
}
.bg-green{
    background-color: #9CB3A8!important;
}
.line-5{
    line-height: 0.8!important;
    font-size: 3.4em!important;
}

.btn:hover{
    color:#fff!important;
    font-family: 'helveticanormal'!important;
}

.line-6{
    line-height: 0.8!important;
    font-size: 4.4em!important;
}

.line-7{
    line-height: 0.8!important;
    font-size: 3.5em!important;
}
.line-8{
    line-height: 0.8!important;
    font-size: 2.5em!important;
}
.bg-diagnostico{
    color:white;
    background-image: url("../img/bg-diagnostico.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.c-rounded{
    border-radius: 12px;
}

.bg-video{
    background-color: #777778!important;
    border-color: #777778!important;
    width: 90%;
}

video {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;

  }
.hide{
   display: none!important;
 }


.img-dig-area{
    width: 300px;
}

/* celulares responsivo */
@media only screen and (max-width : 900px) {
    .line-1{
        line-height: 0.8!important;
        font-size: 2em!important;
        }
        .line-2{
        line-height: 0.8!important;
        font-size: 2.6em!important;
        }
        .line-3{
        line-height: 0.8!important;
        font-size: 2.5em!important;
        }
        .line-4{
        line-height: 0.8!important;
        font-size: 3.6em!important;
        }
        .line-5{
            line-height: 0.8!important;
            font-size: 1.6em!important;
            }
        .line-6{
            text-align: center!important;
        line-height: 0.8!important;
        font-size: 2.3em!important;
        }  
        .line-7{
            text-align: center!important;
        line-height: 0.8!important;
        font-size: 1.8em!important;
        }
        .line-8{
        margin: auto;
        line-height: 0.8!important;
        font-size: 1.2em!important;
        }
        .center-mobile{
            text-align: center;
        }
        .img-dig-area{
            width: auto!important;
        }
        .bg-banner-3,
        .bg-banner-2,
        .bg-banner-1{
            height: 250px!important;
        }
    }

