
a[type='link']:last-child {
    display:none;
}
.Anos_title
{
    font-size: 80px;
    font-weight: 600;
    margin-top: 10px;
}
#MobileLogo{
    display: none;
}
#PC_Logo{
    display: inline-block !important;
    margin-left: 20px !important;
    margin-top: -12px !important;
}

.btn-primary:hover {
    background-color: #A20202!important;
    border-color: #A20202 !important;
}
.btn-primary:focus {
    background-color: #A20202!important;
    border-color: #A20202 !important;
}
#FormContacto h6
{
    font-size: 14px;
    font-weight: 500;
}
.header {
    background-color: #A20202;
    z-index: 100;
}
#VideoBG {
   /* filter: blur(2px); */
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}


#SonidoBNT {
    width: 180px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#SonidoBNT:hover {
    background: #ddd;
    color: black;
}
.content {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: left;
    margin-top: -74px;
    margin-left: -20px;
}
.OcultoMovil{
    display: none !important;
    pointer-events: none !important;
    height: 0px !important;
    width: 0px !important;
}
.servicios{
    margin: auto;
}
.areas{
    max-height: 200px;
    object-fit: cover;
}
#Terminos{
    padding: 30px;
}
.ProyectTumb {
    width: 100% !important;
}
.pdetail{
    text-align: justify;
}
#VideoDiv .box-center-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    z-index: 99;
    padding-top: 16%;

}
#VideoDiv .box-center-title .button--link {
    position: relative;
    bottom: 2vh;
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;
    z-index: 98;
    cursor: pointer;
    margin-top: 5vh;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
#VideoDiv .box-center-title .button--link span {
    color: #FFF;
    position: relative;
    z-index: 2;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
#VideoDiv .pre-title{
    padding: 1vh 0 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing:0.4vw !important;
    padding-left: 1.2vw !important;
    line-height: 1.2 !important;
}


@media (min-aspect-ratio: 16/9) {
    #VideoBG {
        width:100%;
        height: 450px;
    }
}


@media (min-width: 1600px) and (max-width: 1920px) {
    #VideoBG { 
        width:100%;
        height: 600px;
    }
    #servicios-area{
        width: 85%;
    }
}
@media (max-width: 767px) {
    #VideoBG {
        width: 100%;
        height: 200px;
    }
    #MobileLogo{
        display: initial !important;
        margin-left: -50px;
    }
    #PC_Logo{
        display: none !important;
    }
    #ConterLogo{
        margin-bottom:12px;
    }
    .areas {
        max-height: 150px;
        object-fit: contain;
    }
    #VideoDiv .box-center-title {
        padding-top: 25%;
    }

    #VideoDiv .box-center-title .button--link {
        bottom: 4vh;
    }
    #VideoDiv .pre-title {
        padding: 1vh 0 !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        letter-spacing: 1.2vw !important;
        padding-left: 1.2vw !important;
        line-height: 1.2 !important;
    }

}