@font-face {
    font-family: 'Acumin-RPro';
    src: url('../fonts/Acumin-RPro.otf');
}

@font-face {
    font-family: 'Acumin_Pro_ExtraCondensed_Bold';
    src: url('../fonts/Acumin_Pro_ExtraCondensed_Bold.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BdEx';
    src: url('../fonts/HelveticaNeueLTStd-BdEx.otf');
}

.acumin-rpro {
    font-family: 'Acumin-RPro';
}

.acumin-pro-extracondensed-bold {
    font-family: 'Acumin_Pro_ExtraCondensed_Bold';
}

.helveticaneueltstd-bdex {
    font-family: 'HelveticaNeueLTStd-BdEx';
}

.div-1{
    background-color: color(srgb 0.3071 0.5347 0.8098);
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-dog-1 {
    /*background-image: url('../img/img-dog-2.jpg');*/
    background-image: url('../img/dog-new-2.jpg');
    width: 100%;
    min-height: 100vh;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transform: translateZ(0);
    pointer-events: none; */

}

/* .background-dog-2 {
    background-image: url('../img/img-dog-3-lg.jpg');
    width: 100%;
    height:20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transform: translateZ(0);
    pointer-events: none; 
} */


@supports (-webkit-touch-callout: none) and (not (-webkit-hyphens: none)) {
    .parallax-bg {
        background-attachment: initial !important;
        -moz-transform: translate3d(0,0,0) !important;
        -o-transform: translate3d(0,0,0) !important;
        transform: translate3d(0,0,0) !important;
    }
}

.background-white {
    background-color: #f4f4ec !important;
    /*background-color: white;*/
    width: 100%;
}
.background-footer {
    background-color: #3b536f;
    width: 100%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:40px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

@media screen and (min-width: 800px) {
    .th-text {
        font-size: 1.5rem;
    }
    
    .st-text {
        font-size: 3em;
        line-height: 100%;
    }

    .title-text {
        font-size: 4em;
        line-height: 100%;
    }

    .btn-text-nrv {
        font-size: 2.2em;
        line-height: 100%;
        width: 50%;
    }

    .img-btn {
        width: 20%;
    }

    .title-text-2 {
        font-size: 4em;
        line-height: 100%;
    }

    .title-prpl {
        font-size: 4em;
        line-height: 100%;
    }

    .title-name {
        font-size: 4em;
        line-height: 100%;
    }

    .txt-txt{
        font-size: 1.4em;
    }

    .th-table1{
        width: 40%;   
    }

    .th-table2{
        width: 20%;
    }

    .parasit-ext {
        width: 50%;
    }

    .parasit-int {
        width: 35%;
        margin-top: 15%;
        margin-left: -13%;
    }
}

@media screen and (max-width: 799px) {
    .background-dog-1 {
        background-image: url('../img/dog-new-4.jpg');
    }

    .nvt-logo-1 {
        width: 100px;
    }

    .nvt-logo-2 {
        width: 140px;
    }

    .st-text {
        font-size: 2em;
        line-height: 100%;
    }

    .title-text {
        font-size: 2.8em;
        line-height: 100%;
    }

    .btn-text-nrv {
        font-size: 1.6em;
        line-height: 100%;
        width: 80%;
    }

    .img-btn {
        width: 50%;
    }

    .title-text-2 {
        font-size: 2.3em;
        line-height: 100%;
    }

    .title-prpl {
        font-size: 2.5em;
        line-height: 100%;
    }

    .txt-txt{
        font-size: 1.2em;
    }

    .title-name {
        font-size: 3em;
        line-height: 100%;
    }

    .container-page {
        padding: 8% !important;
    }

    .th-table1{
        width: 54%;   
    }

    .th-table2{
        width: 23%;
    }

    .parasit-ext {
        width: 100%;
        margin-right: -15%;
    }

    .parasit-int {
        width: 75%;
        margin-top: 25%;
        margin-left: -15%;
    }
}

@media screen and (max-width: 390px) {
    .title-prpl {
        font-size: 2.35em;
        line-height: 100%;
    }
}

/* @media screen and (min-width: 801px) and (max-width: 850px) {
    .title-prpl {
        font-size: 2.35em;
        line-height: 100%;
    }
} */

/* Responsivo portrait */

@media (orientation: landscape) and (max-width: 800px) {
    .title-prpl {
        font-size: 1.5em;
        line-height: 100%;
    }
}

.azul-img {
    color: #4e89c4;
}