/**{
    box-sizing: border-box;
}
*/
body {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: WorkSans-Regular;
    font-size: 30px;
}
/*SLIDER HOME*/
.link-xs a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

    .link-xs a img {
        width: 270px;
        text-align: center;
        margin: 11px auto 0 auto;
        filter: brightness(0.1);
    }

.slider-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.div-slider {
    overflow: hidden;
}

.logoCarFaxMx img{    width: 100px;}

.owl-carousel,
.owl-item,
.item,
.owl-stage-outer,
.content-slider,
.owl-stage,
.owl-item .item,
.imgSlides {
    height: 100% !important;
    object-fit: cover;
    object-position: right;
}

.slider-p-home.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.9);
    transform: translate(0, -50%);
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.slider-p-home .owl-prev {
    left: 25px;
}
.slider-p-home .owl-next {
    right: 25px;
}

/**/

.DivCont {
    z-index: -1;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
}


.scrolldown-pos {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 132px;
    height: 40px;
    margin: 0 auto;
}

.menuPrincipal {
    display: flex;
    justify-content: space-between;
}

    .menuPrincipal.pos-absolute {
        position: absolute;
        top: 0;
        z-index: 10;
        width: 100%;
        background-color: #fff;
    }

.Promos .imgSlides {
    width: auto ;
}
.Promos .infoSlides {
    position: initial !important;
    top: initial;
    left: initial;
    z-index: 5;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    float: left;
    margin-top: 30px;
}
.Promos .info-s-1, .Promos .info-s-2, .Promos .info-s-3, .Promos .info-s-4 {
    color: black;
}
/* .menuPrincipal.pos-absolute .menuizq .logotipo {
    -webkit-filter: brightness(100);
    filter: brightness(100);
} */
/* .menuPrincipal.pos-absolute .menunav a {
    color: #fff;
} */
.menuizq {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.menuder {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.logotipo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 233px;
    cursor: pointer;
}
.logotipo img {
    width: 150px;
}
.menunav {
    font-family: WorkSans-Regular;
    display: flex;
    align-items: center;
}

    .menunav a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
        color: #333333;
        text-decoration: none;
    }

        .menunav a:hover {
            border-bottom: 2px solid #05141f;
        }

#mostrarOcultar {
    display: none;
}

.navResponsive {
    position: fixed;
    top: 100px;
    width: 90%;
    height: auto;
    background-color: #05141f;
    font-family: WorkSans-Regular;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .navResponsive a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 50px;
        width: 98%;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

        .navResponsive a:hover {
            background-color: #040f17;
        }

.mostrar-mr {
    display: none;
}

.mr {
    position: fixed;
    top: 32px;
    right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    background-image: url("../img/menu2.png");
    width: 54px;
    height: 37px;
    z-index: 15;
}

    .mr:hover {
        background-image: url("../img/menu-over.png");
    }

.cont-close {
    position: relative;
    font-family: Aeonik-Bold;
    font-size: 30px;
    background-color: #6b0e19;
    color: #fff;
    width: 100%;
}

.close {
    background-color: #040c13;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 80px;
}

    .close:hover {
    }

.close-responsive {
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
}
/*.seccion1{
	width:100%;
	
}*/
.seccion2 {
    background-image: url("../img/bg-seccion2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.cont-seccion2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 100px;
}

.tituloSeccion2 {
    margin-bottom: 70px;
    width: 640px;
    height: 260px;
}

.ts2-1 {
    vertical-align: middle;
    letter-spacing: 3px;
    color: #a0a0a0;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 19px;
}

.ts2-2 {
    margin: 0;
    font-family: Aeonik-Bold;
    font-size: 55px;
}

.ts2-3 {
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 3;
    color: #a0a0a0;
    font-size: 15px;
}

.contenidoSeccion2 {
    text-align: center;
    width: 640px;
    height: 260px;
}

.seccionExplorar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    height: auto;
}

.btn-explorar1 {
    cursor: pointer;
    position: relative;
    width: 320px;
    height: 320px;
}

.btn-explorar1-img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #05141f;
}

.btn-explorar1:hover .overlay {
    opacity: 1;
}

.btn-explorar1-txt {
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-explorar1 a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-explorar1-img:hover {
    opacity: 0.5;
}

.texto-explorar {
    margin-left: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: WorkSans-Regular;
}

.titulo-explorar {
    margin-left: 26px;
    margin-bottom: 0px;
    margin-top: 255px;
    font-family: WorkSans-Bold;
}

.flecha-explorar {
    font-family: WorkSans-Bold;
    color: #05141f;
}

.redesSociales {
    display: flex;
    align-items: center;
}

    .redesSociales a {
        text-decoration: none;
        margin-left: 11px;
        margin-right: 11px
    }

.fbk {
    font-size: 22px;
    color: #466dca;
}

.twt {
    font-size: 22px;
    color: #37bfdc;
}

.ins {
    color: #d52ca8;
    font-size: 22px;
}

.you {
    color: #ff2606;
    font-size: 22px;
}

.wha {
    font-size: 22px;
}

.fbkg span::before {
    font-size: 22px;
    color: #808080 !important;
}

.twtg span::before {
    font-size: 22px;
    color: #808080;
}

.insg span::before {
    font-size: 22px;
    color: #808080;
}

.youg span::before {
    font-size: 22px;
    color: #808080;
}

.whag span::before {
    font-size: 22px;
    color: #808080;
}

.pho {
    margin-top: 9px;
    margin-left: 60px;
    display: inline-block;
    color: transparent;
    font-size: 24px;
}

.wor {
    margin-left: 10px;
    color: transparent;
    font-size: 24px;
}

.seccionLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 80px;*/
    width: 210px;
}

.botonGen {
    font-family: WorkSans-Regular;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #05141f;
    width: 150px;
    height: 35px;
}

    .botonGen:hover {
        color: #05141f;
        background-color: #fff;
        border: 1px solid #05141f;
    }

.botonGen-margen {
    font-family: WorkSans-Regular;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #05141f;
    width: 150px;
    height: 35px;
    margin-top: 40px;
    margin-bottom: 60px;
}

    .botonGen-margen:hover {
        color: #05141f;
        background-color: #fff;
        border: 1px solid #05141f;
    }

#personlock {
    font-size: 23;
    margin-right: 6px;
}

.seccion1 {
    position: relative;
    width: 100%;
    /* height:750px; */
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flechaIzq {
    position: absolute;
    top: 50%;
    left: 20px;
    cursor: pointer;
    border: none;
    margin-left: 80px;
    width: 27px;
    height: 42px;
    background-color: transparent;
    background-image: url("../img/flecha-izq.png");
    background-repeat: no-repeat;
}

    .flechaIzq:hover {
        background-image: url("../img/flecha-izq-over.png");
    }

.flechaDer {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    border: none;
    margin-right: 80px;
    width: 27px;
    height: 42px;
    background-color: transparent;
    background-image: url("../img/flecha-der.png");
    background-repeat: no-repeat;
}

    .flechaDer:hover {
        background-image: url("../img/flecha-der-over.png");
    }

.slider {
    /*width: 100%;*/
    height: auto;
    margin: 0 auto;
}

.contenedorSlider {
    position: relative;
    /* height:600px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infoSlides {
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 5;
    width: 350px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.infoSlides.right {
    left: auto;
    right: 60px;
    text-align: right;
}
.infoSlides.financiamiento p {
    color: #000;
}
.imgSlides {
    width: 100%;
}


.mySlides {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.arreglo-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*height:340px;*/
}

.info-s-1 {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 30px;
    color: #fff;
}

.info-s-2 {
    margin: 0px;
    font-family: Aeonik-Bold;
    font-size: 35px;
    color: #fff;
}

.info-s-3 {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: #fff;
}

.info-s-4 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: WorkSans-Regular;
    font-size: 17px;
    letter-spacing: 0px;
    color: #fff;
}

.info-sombra {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}

.cont-precios {
    display: inline-block;
    margin-top: 20px;
    width: 100px;
    border-bottom: 3px solid #05141f;
}

.seccion3 {
    background-image: url("../img/bg-seccion3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.concesionarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1280px;
    height: auto;
}

.conc {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #fff;
    width: 300px;
    height: 400px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 15px grey;
}

.conc-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 270;
    height: 220px;
}

.conc-tit {
    height: 40px;
    width: 50%;
}

.conc-icons {
    height: 40px;
    width: 50%;
}

.conc-dir {
    margin-left: 7px;
    font-size: 13px;
    font-family: Aeonik-Light;
    color: #a0a0a0;
    text-align: left;
    height: 180px;
    width: 100%;
}

.conc-dir-texto {
    font-family: Aeonik-Regular;
}

.titulo-h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: WorkSans-Regular;
    font-size: 19px;
    color: #a0a0a0;
    letter-spacing: 3px;
}

.titulo-h3 {
    width: 100%;
    margin: 0;
    font-family: Aeonik-Bold;
    font-size: 30px;
    color: #000;
}

.titulo-h4 {
    letter-spacing: .8px;
    text-align: left;
    margin-left: 8px;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #05141f;
    font-family: Aeonik-Light;
    font-size: 20px;
}

.cont-boton-trans-titulo {
    margin-top: 28px;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.boton-trans-titulo {
    width: 80px;
    height: 4px;
    border-bottom: 3px solid #05141f;
}

.cont-button-seccion3 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contSeccion3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    height: auto;
}

.footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #e6e6e6;
    float: left;
    width: 100%;
}

.contenedor-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 1280px;
    margin-top: -30px;
}

.flecha-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin-top: -28;
}

.titulo-mapa {
    margin-left: 10px;
    margin-top: 30px;
    width: 85%;
    color: #808080;
    font-family: Aeonik-Bold;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.redesMapa {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    width: 13%;
}

    .redesMapa a {
        text-decoration: none;
        margin-left: 14px;
        margin-right: 14px;
    }

        .redesMapa a:hover {
        }

.mapaSitio {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 87%;
    font-family: Aeonik-Regular;
    font-size: 14px;
    letter-spacing: 1.5px;
}

    .mapaSitio a {
        margin-left: 10px;
        color: #808080;
        text-decoration: none;
        display: block;
        width: 32%;
    }

        .mapaSitio a:hover {
            color: #05141f;
        }

.logotipoMapa {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 13%;
}
.logotipoMapa img {
    width: 155px;
}
.aviso1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: WorkSans-Regular;
    font-size: 13px;
    width: 140px;
    color: #505050;
    text-decoration: none;
    margin-left: 10px;
}

.aviso2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: WorkSans-Regular;
    font-size: 13px;
    width: 200px;
    color: #505050;
    text-decoration: none;
}

.desarrollado {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-right: 10px;
}

.footer-info {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #808080;
}

/*nuevo slider*/
.sec-nosotros {
    display: grid;
    place-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.txt-nosotros {
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 2;
    color: #a0a0a0;
    font-size: 15px;
    font-family: WorkSans-Regular;
}

@media (max-width: 1330px){
    .txt-nosotros {
        letter-spacing: 1px;
        font-size: 14px;
    }

    .sec-nosotros .ts2-2 {
        font-size: 40px;
    }

    .sec-nosotros .ts2-1 {
        margin-top: 0;
    }

    .txt-nosotros {
        line-height: 1.5;
    }
}

@media (max-width: 1100px) {
    .txt-nosotros {
        line-height: 1.3;
        letter-spacing: 0;
    }
}

@media (max-width: 850px) {
    .slider-content {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .owl-carousel,
    .owl-item,
    .item,
    .owl-stage-outer,
    .content-slider,
    .owl-stage,
    .owl-item .item,
    .imgSlides {
        object-position: center;
    }

    .sec-nosotros .ts2-1 {
        margin-top: 20px;
    }

    .txt-nosotros {
        line-height: 2;
        letter-spacing: 1px;
    }
}

@media (max-width: 560px) {
    p.texcolor{color: #000;}

    .infoSlides {
        top: 24%;
    }
}

@media only screen and (max-width: 1600px) {
    .logotipo {
        width: 140px;
        padding-left: 15px;
    }

    .menunav a {
        font-size: 12.5px;
        margin-left: 8px;
        margin-right: 4px;
    }

    .redesSociales a {
        margin-left: 8px;
        margin-right: 8px
    }

    .seccionLogin {
        display: flex;
        justify-content: center;
        align-items: center;
        /*height: 100px;*/
        width: 160px;
    }

    .titulo-h2 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .menunav {
        display: none;
    }

    .logotipo {
        width: 168px;
    }

    .arreglo-slider {
        height: auto;
    }

    .menuder {
        margin-right: 80px;
    }

    .mostrar-mr {
        display: initial;
    }

    .tituloSeccion2 {
        height: 100px;
    }

    .titulo-h2 {
        margin-top: 0px;
    }

    .ts2-3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .mapaSitio {
        width: 80%;
    }

    .logotipoMapa {
        width: 20%;
        margin-bottom: 10px;
    }

    .contenedor-footer {
        width: auto;
    }

    .info-s-1 {
        font-size: 30px;
    }

    .info-s-2 {
        font-size: 36px;
    }

    .info-s-3 {
        font-size: 16px;
    }

    .info-s-4 {
        font-size: 14px;
    }

    .cont-seccion2 {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .tituloSeccion2 {
        height: 120px;
        margin-bottom: 40px;
    }

    .flechaIzq {
        margin-left: 10px;
    }

    .flechaDer {
        margin-right: 10px;
    }

    .titulo-h2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .Promos .imgSlides {
        width: 100%;
        height: 100%;
    }

    .mapaSitio {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .mapaSitio a {
            margin-left: 0px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .logotipoMapa {
        width: 100%;
    }

    .titulo-mapa {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0px;
    }

    .redesMapa {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .aviso1 {
        font-size: 12px;
        width: 100px;
    }

    .aviso2 {
        font-size: 12px;
        width: 140px;
    }

    .botonGen-margen {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .cont-seccion2 {
        width: 600px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .contenidoSeccion2 {
        width: 380px;
    }

    .ts2-3 {
        letter-spacing: 1px;
        line-height: 2;
        font-size: 15px;
    }

    .tituloSeccion2 {
        margin-bottom: 0px;
        width: 380px;
        height: 120px;
    }

    .imgSlides {
        /*width: 380px;
        height: 174px;*/
    }

    .flechaDer {
        margin-right: 20px;
    }

    .flechaIzq {
        margin-left: 20px;
    }

    .contenedorSlider {
        /*height:400px;*/
    }

    .slider-p-home .owl-next {
        right: 10px;
    }

    .slider-p-home .owl-prev {
        left: 10px;
    }

}

@media only screen and (max-width: 560px) {
    .mr {
        top: initial;
        bottom: 30px;
    }

    .menuder {
        margin-right: 20px;
    }

    .info-s-2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 490px) {
    .flechaDer {
        margin-right: 8px;
    }

    .flechaIzq {
        margin-left: 8px;
    }

    .redesSociales {
        display: none;
    }

    .cont-seccion2 {
        width: 350px;
    }

    .ts2-3 {
        font-size: 13px;
        line-height: 1.5;
    }

    .ts2-2 {
        font-size: 50px;
    }

    .contenidoSeccion2 {
        width: 330px;
        height: 200px;
    }

    .tituloSeccion2 {
        width: 330px;
    }

    .titulo-mapa {
        font-size: 14px;
    }

    .mapaSitio a {
        font-size: 12px;
    }

    .footer-info {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .aviso1 {
        width: 140px;
        margin-left: 0px;
    }

    .aviso2 {
        width: 190px;
    }

    .logotipoMapa {
        margin-top: 0px;
    }

    .menuizq {
        margin-top: 8% !important;
    }

    .info-s-2 {
        font-size: 33px;
    }

}

/*Estilos param cada modelo */
.info-s-1-seltos {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: #fff;
}

.info-s-2-seltos {
    margin: 0px;
    font-family: Aeonik-Bold;
    font-size: 25px;
    color: #fff;
}

.info-s-3-seltos {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 13px;
    color: #fff;
}

.info-s-4-seltos {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: WorkSans-Regular;
    font-size: 10px;
    letter-spacing: 0px;
    color: #fff;
}

.cont-precios-seltos {
    display: inline-block;
    margin-top: 15px;
    width: 100px;
    border-bottom: 3px solid #05141f;
}

.infoSlides.right.sedan {
    left: auto;
    right: 60px;
    text-align: right;
    top:75%;
}

.infoSlidesdown {
    position: absolute;
    top: 75%;
    left: 80px;
    z-index: 5;
    width: 350px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-s-1-n {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 30px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.info-s-2-n {
    margin: 0px;
    font-family: Aeonik-Bold;
    font-size: 35px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.info-s-3-n {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.info-s-4-n {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: WorkSans-Regular;
    font-size: 17px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}