﻿.divPrincipal {
    position: relative;
    height: 100vh;
}

.containerDiv {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contentDiv {
    height: 30vh;
    position: relative;
    z-index: -1;
    text-align: center;
}

.imgCar {
    /*width: 35rem;
    height: 18rem*/
}

.header1 {
    color: #6f7787;
    /*padding-left: 6.9rem;*/
    font-size: 38px;
    /*margin-top: -0.3rem*/
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

.span1 {
    color: #6f7787;
    /*padding-left: 12rem;*/
    font-size: 17px;
}

.span2 {
    color: #6f7787;
    font-size: 15px;
}

.fwBold{
    font-weight:bold
}

.divButton {
    text-align: center;
    top: 10%;
    position: relative;
    height: 23%;
}

.btn-gradient {
    height: 80%;
    border-radius: 27px;
    width: 30vh;
    border-color: transparent;
    color: white;
    background-image: linear-gradient(to right, #FF007D 0%, #F72717 100%);
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
}

.error_404_img {
    width: auto;
    height: 36vh;
}

.custom-error-logo {
    max-height: 50px; 
}