.slide-top {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

section.section-1-home.container-fluid {
    margin-top: 40px;
}

.carousel-business .draggable .slide {
    height: auto;
}

.carousel-business a.slick-next {
    cursor: pointer;
    bottom: -25px;
    height: 50px;
    opacity: 1;
    top: inherit;
    display: inline-block;
    left: 50%;
    width: 150px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    background: #000 url(//pintuco.com.co/wp-content/themes/pintuco/css/../images/arrow.png) no-repeat center center;
    z-index: 1;
}

.carousel-business a.slick-prev {
    cursor: pointer;
    bottom: -25px;
    height: 50px;
    opacity: 1;
    top: inherit;
    display: inline-block;
    right: 50%;
    width: 150px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    transform: rotate(180deg);
    background: #000 url(//pintuco.com.co/wp-content/themes/pintuco/css/../images/arrow.png) no-repeat center center;
    z-index: 1;
}


/*body.home .carousel-business a.slick-prev.slick-arrow{
    cursor: pointer;
    bottom: -25px;
    height: 50px;
    opacity: 1;
    top: inherit;
    display: inline-block;
    right: 50%;
    width: 150px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    transform: rotate(180deg);
    background: #000 url(//pintuco.com.co/wp-content/themes/pintuco/css/../images/arrow.png) no-repeat center center;
    z-index: 1;
}
body.home .carousel-business a.slick-next.slick-arrow{
    cursor: pointer;
    bottom: -25px;
    height: 50px;
    opacity: 1;
    top: inherit;
    display: inline-block;
    left: 50%;
    width: 150px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    background: #000 url(//pintuco.com.co/wp-content/themes/pintuco/css/../images/arrow.png) no-repeat center center;
    z-index: 1;
}*/

p.text-mensaje-home a {
    color: black;
    text-decoration: underline;
    font-weight: 400;
}

.contenedor-mensajes-anuncios.container-fluid {
    position: relative;
    background-color: #eaeaea;
    transition: 1s;
    margin: 20px 0px;
    padding: 5px 0px;
}

.mensaje-home {
    text-align: center;
    margin: 0 auto;
    padding: 15px 10px 0px;
}

.contenedor-mensajes-anuncios .container {
    position: relative;
}

span.close-mesaje {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    padding: 0px 5px;
    border: 1px solid #cacaca;
    height: 20px;
    border-radius: 5px;
    cursor: pointer;
}

span.close-mesaje:hover {
    opacity: .5;
}

.click-close-news-home {
    visibility: hidden;
    opacity: 0;
    position: absolute!important;
}

.carrousel-home .slick-list.draggable {
    width: auto;
}

.col-md-12.category-section-title {
    margin: 30px auto;
    text-align: center;
}

.col-md-12.category-section-title span {
    color: black;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
}

.section-1-home {
    margin-bottom: 50px;
}

.line-blocks {
    margin-bottom: 20px;
    margin-top: 20px;
}

.line-blocks::after {
    content: "";
    display: block;
    position: relative;
    width: 150px;
    height: 6px;
    margin: 0px auto;
    background: black;
}

.block-home .block-home-title {
    left: 15px;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    top: 20px;
    font-weight: 500;
    z-index: 1;
    position: absolute;
    font-size: 23px;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.42);
}

.link-block-home {
    position: absolute;
    padding: 15px 20px 15px 20px;
    width: 180px;
    background: black url(../images/arrow.png) no-repeat 95% center;
    color: white;
    font-family: "Montserrat", sans-serif;
    right: 0;
    bottom: -20px;
}

.section-1-home .wp-container::before {
    content: "";
    border-top: 6px solid black;
    padding: 0px 70px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 43%;
    /* margin-right: auto; */
    z-index: 3;
}

.block-home::after {
    content: "";
    display: block;
    width: 0;
    top: 0;
    position: absolute;
    height: 0;
    z-index: 0;
    margin-left: 0px;
    border-bottom: 200px solid transparent;
}

.block-home:nth-child(1)::after {
    border-left: 200px solid var(--block-0-color);
}

.block-home:nth-child(2)::after {
    border-left: 200px solid var(--block-1-color);
}

.block-home:nth-child(3)::after {
    border-left: 200px solid var(--block-2-color);
}

.block-home:nth-child(4)::after {
    border-left: 200px solid var(--block-3-color);
}

.block-home:nth-child(5)::after {
    border-left: 200px solid var(--block-4-color);
}

.block-home:nth-child(6)::after {
    border-left: 200px solid var(--block-5-color);
}

.block-home:nth-child(7)::after {
    border-left: 200px solid var(--block-6-color);
}

.block-home-hover {
    opacity: 0;
    padding: 15px;
    z-index: 2;
    overflow: hidden;
    width: 120%;
    float: left;
    height: 120%;
    top: -10%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    transition: 500ms;
}

.double .double-one,
.double .double-two {
    height: 50%;
    transition: 0.5s;
}

.double .block-home-hover {
    padding: 0 15px;
}

.double .block-home-hover .row {
    padding: 0 15px;
}

.block-home-hover-content h3 {
    text-transform: uppercase;
}

.double .block-home-hover h3 {
    text-transform: uppercase;
    color: white;
    z-index: 0;
    font-weight: 600;
}

.double .double-two a {
    z-index: 1;
}

.block-home-no-first-hover {
    color: #fff;
}

a:hover {
    text-decoration: none !important;
}

.block-home-hover-content {
    position: relative;
    height: 100%;
}

.block-home-hover-content a.hover {
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    background: transparent;
    bottom: 30px;
    position: absolute;
    text-decoration: none !important;
}

.double .block-home-hover-content a.hover {
    bottom: auto;
}

.double h3 {
    font-size: 18px;
}

.single h3 {
    font-size: 20px!important;
    padding-bottom: 10px;
}

.single p {
    padding: 10px 0px;
}

.block-home-hover-content a.hover:hover {
    color: #000;
    text-decoration: none !important;
}

.block-home-hover-content.block-home-no-first-hover a {
    color: #fff;
}

.block-home:first-child .block-home-hover-content p,
.block-home:first-child .block-home-hover-content a {
    color: #fff;
}

.block-home-hover-content.block-home-no-first-hover a:hover {
    color: #fff;
}

.block-home-hover-content span {
    font-size: 20px;
    position: absolute;
    top: 0px;
    margin-left: 10px;
    border-right: solid 3px;
}

.block-home-hover-content span::after {
    border-top: solid 3px #fff;
}

.block-home-hover-content span::after {
    content: "";
    position: absolute;
    left: -6px;
    border-top: 3px solid #fff;
    margin-top: 9px;
    width: 20px;
}

.block-home-hover-content.block-home-no-first-hover span::after {
    content: "";
    position: absolute;
    left: -6px;
    border-top: 3px solid #fff;
    margin-top: 9px;
    width: 20px;
}

@media (max-width: 991px) {
    .row.double-one .block-home-hover-content {
        display: block!important;
        height: 140%;
    }
    .block-home-hover .row.double-two {
        display: none;
    }
    .row.double-one a.background-invisible {
        width: 100%;
        height: 120%;
    }
    .block-home.block-home-automotriz-movil {
        margin: 0 auto;
    }
    .block-double-one {
        display: none;
    }
    a.background-invisible {
        width: 100%;
        height: 120%;
    }
    .link-block-home {
        z-index: 3;
    }
}

@media (min-width: 992px) {
    .section-1-home .col-lg-3 {
        max-width: 25%;
    }
    .block-home:hover .block-home-hover {
        opacity: 1;
    }
    .block-home.block-home-automotriz-movil.col-6,
    .block-home.block-home-industrial-movil.col-6 {
        display: none;
    }
}


/* Estilos de Oriana */

@media screen and (max-width: 782px) {
    .block-home .block-home-title {
        left: 10px;
        font-size: 18px!important;
    }
    .block-home-hover {
        opacity: 0 !important;
        width: 100% !important;
    }
    .link-block-home {
        bottom: 0px;
    }
}


/* SECCION ENCUENTRA LO QUE NECESITAS  */

.container-970 {
    max-width: 970px;
}

.form-prehome {
    background: #000;
    padding: 30px 110px 50px 60px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img__section2 {
    margin-left: -35px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
}

.selector__encuentra {
    cursor: pointer;
    height: 53px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Montserrat", sans-serif;
    padding: 10px;
    background: white url(/wp-content/themes/pintuco/images/arrowDown2g.png) no-repeat 95% center;
    border: none;
    color: black;
    max-width: 400px;
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

.section-2-home {
    padding: 100px;
}

@media screen and (max-width: 780px) {
    .container-970 {
        padding: 0px !important;
    }
    .section-2-home {
        padding: 100px 0px;
    }
    .form-prehome {
        padding: 70px 50px 90px;
    }
}

@media screen and (max-width: 600px) {
    .section-2-home .col-md-7 {
        padding: 0px;
    }
    .section-2-home .col-md-5 {
        display: none;
    }
    .section-2-home {
        padding: 100px 0px;
    }
}

@media screen and (max-width: 425px) {
    .block-home:nth-child(1)::after {
        border-left: 155px solid var(--block-0-color);
    }
    .block-home:nth-child(2)::after {
        border-left: 155px solid var(--block-1-color);
    }
    .block-home:nth-child(3)::after {
        border-left: 155px solid var(--block-2-color);
    }
    .block-home:nth-child(4)::after {
        border-left: 155px solid var(--block-3-color);
    }
    .block-home:nth-child(5)::after {
        border-left: 155px solid var(--block-4-color);
    }
    .block-home::after {
        border-bottom: 150px solid transparent;
    }
}