.BoxVideoIntro {
    height: 100vh;
    overflow: hidden;
    border-bottom: 20px solid #061e5c;
    position: relative;
}
.BoxVideoIntro .Video {
    width: 100%;
}

.BoxVideoIntro .BgVideo {
    background: rgb(6,30,92);
    background: -moz-radial-gradient(circle, rgba(6,30,92,0.5) 0%, rgba(206,16,42,0.5) 100%);
    background: -webkit-radial-gradient(circle, rgba(6,30,92,0.5) 0%, rgba(206,16,42,0.5) 100%);
    background: radial-gradient(circle, rgba(6,30,92,0.5) 0%, rgba(206,16,42,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#061e5c",endColorstr="#ce102a",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.BgQuienesSomos{
	background: rgb(206,16,42);
	background: -moz-linear-gradient(45deg, rgba(206,16,42,1) 40%, rgba(255,255,255,1) 40%);
	background: -webkit-linear-gradient(45deg, rgba(206,16,42,1) 40%, rgba(255,255,255,1) 40%);
	background: linear-gradient(45deg, rgba(206,16,42,1) 40%, rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce102a",endColorstr="#e6e6e8",GradientType=1);
}

.BgNuestrosProductos{
	background: rgb(230,230,232);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 80%, rgba(6,30,92,1) 80%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 80%, rgba(6,30,92,1) 80%);
	background: linear-gradient(-45deg, rgba(255,255,255,1) 80%, rgba(6,30,92,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e8",endColorstr="#061e5c",GradientType=1);
}

.BgCalidad{
	background: rgb(230,230,232);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 85%, rgba(206,16,42,1) 85%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 85%, rgba(206,16,42,1) 85%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 85%, rgba(206,16,42,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e8",endColorstr="#ce102a",GradientType=1);
}

.BgArtrosis{
	background: rgb(206,16,42);
	background: -moz-linear-gradient(45deg, rgba(6,30,92,1) 40%, rgba(255,255,255,1) 40%);
	background: -webkit-linear-gradient(45deg, rgba(6,30,92,1) 40%, rgba(255,255,255,1) 40%);
	background: linear-gradient(45deg, rgba(6,30,92,1) 40%, rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce102a",endColorstr="#e6e6e8",GradientType=1);
}

.BgAdministrar{
	background: rgb(230,230,232);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 80%, rgba(206,16,42,1) 80%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 80%, rgba(206,16,42,1) 80%);
	background: linear-gradient(-45deg, rgba(255,255,255,1) 80%, rgba(206,16,42,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e8",endColorstr="#061e5c",GradientType=1);
}

.LinkComenzar {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 50px;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.LinkComenzar:hover {
	color: #fff;
}
.LinkComenzar i{}

.LinkComenzar span {
    font-size: 0.6rem;
    margin-bottom: 1rem;
}

.BgTestimonios {
    background: url(../images/slider-1.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 6rem;
}
.LogoAcs {
    background: url(../images/acs-logo-text.png);
    width: 43px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.BgHeaderArtrosis{
  background: url(../images/headers/Artrosis-Headers.jpg);
  background-size: cover;
    background-position: center;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 6rem;
    position: relative;
}

.BoxHeaderImg{
}
.BoxHeaderImg .title{
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
}
.BoxHeaderImg .text{
	color: #fff;
}

.single-portfolio .portfolio-image a{
    width: 100%;
}

.TextFooter {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-right: 12rem;
}

.TextPow {
    color: #121212;
    font-size: 0.9rem;
}
.TextPow a{
    color: #121212;
}

.BoxIntro {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.BoxIntro .Img{
    margin-bottom: 1rem;
}
.BoxIntro .Text{
    color: #ffff;
}

.VideoMobile{
    display: none;
}

@media (max-width: 990px){
    .single-about .about-content {
    text-align: center;
}
    .about-icon{
        text-align: center;
    }
    .navbar-area.sticky .navbar .navbar-nav .nav-item a {
    color: #fff;
}
    .BoxIntro {
    padding: 0 1rem;
    top: 30%;
}
..BoxIntro .Text br{
    display: none;
}
    .BoxIntro .Text {
    color: #ffff;
    font-size: 1.2rem;
}
    .BoxIntro .Text br{
        display: none;
}
    .VideoMobile{
    /*display: inline-block;*/
}
.VideoIntro{
    /*display: none;*/

}
.BoxVideoIntro .Video {
    width: 250%;
}
    .section-title{
        margin-top: 1rem;
    }
    .BoxVideoIntro {
        height: auto;
    }
    .about-area {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .BgQuienesSomos {
        background: rgb(206,16,42);
        background: -moz-linear-gradient(120deg, rgba(206,16,42,1) 20%, rgba(255,255,255,1) 20%);
        background: -webkit-linear-gradient(120deg, rgba(206,16,42,1) 20%, rgba(255,255,255,1) 20%);
        background: linear-gradient(120deg, rgba(206,16,42,1) 20%, rgba(255,255,255,1) 20%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce102a",endColorstr="#e6e6e8",GradientType=1);
    }
    .BgNuestrosProductos {
        background: rgb(230,230,232);
    }
    .BgCalidad {background: #fff;}
    .BgAdministrar {
        background: rgb(230,230,232);
    }
    .footer-logo {
    display: flex;
}
.footer-logo a {
    margin: 0 auto;
}
.navbar-area.sticky .navbar .navbar-nav .nav-item a {
    color: #fff !important;
}
.navbar-area .navbar .navbar-nav .nav-item a {
    color: #fff !important;
}

.gCdMUP {
    display: none !important;
}

.about-area .section-title .title {
    font-size: 20px;
    line-height: 26px;
}

/*.dJvETY {
    display: none !important;
}
*/
.TexIntro {
    position: relative;
    left: 0;
    z-index: 1;
    background: #cdcdcd;
    padding: 21px;
    margin-top: 15px;
}

}
@media (max-width: 480px){
    .about-area .carousel .carousel-inner .carousel-item {
        height: 200px;
    }
}

.BtnVolver {
    position: absolute;
    bottom: 0;
    background: #e9e9e9;
    padding: 12px 30px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
    color: #fe0324;
    font-size: 0.9rem;
}