.cta-boxes {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cta-boxes .column {
    float: none;
}
.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page {
    display: block;
    padding: 20px;
    position: relative;
}

.cta-boxes .block-fixed-block-contentanalises-e-exames .blocW, .cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block-fixed-block-contentanalises-e-exames, .block-fixed-block-contentenvio-de-resultados {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 30px;
    min-height: 258px;
    padding: 20px;
    position: relative;
    background: #f7a700;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0 0 8px;
}

.feature-home-block .column-2 .block .content .image {}

@media (max-width: 575px) {
    .feature-home-block .column-2 .block .content .image {
        padding-top: 0;
    }
}


.feature-home-block .acceso-resultados {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 30px;
    background: #E53012 !important;
}

.feature-home-block .acceso-resultados p {
    color: white !important;
}

@media (min-width: 769px) and (max-width: 991px) {
    .block-fixed-block-contentanalises-e-exames, .feature-home-block .block-fixed-block-contentenvio-de-resultados {
        min-height: 270px;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .block-fixed-block-contentanalises-e-exames h2, .block-fixed-block-contentenvio-de-resultados h2 {
        font-size: 18px;
    }

    .block-fixed-block-contentanalises-e-exames p, .block-fixed-block-contentenvio-de-resultados p {
        font-size: 16px;
    }   
}

.block-fixed-block-contentanalises-e-exames a:link, .block-fixed-block-contentenvio-de-resultados a:link {
    text-decoration:none;
}

.cta-boxes .block-fixed-block-contentanalises-e-exames .blocW h2, .cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW div.h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    /* text-align: center; */
    color:white;
}

.cta-boxes .block-fixed-block-contentanalises-e-exames .blocW p, .cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW p {
    color: black;
}

.block-fixed-block-contentanalises-e-exames h2, .block-fixed-block-contentenvio-de-resultados h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    /* text-align: center; */
}

.block-fixed-block-contentanalises-e-exames p, .block-fixed-block-contentenvio-de-resultados p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 639px) {
    .block-fixed-block-contentanalises-e-exames h2, .block-fixed-block-contentenvio-de-resultados h2 {
        font-size: 25px;
        text-align: center;
    }

    .block-fixed-block-contentanalises-e-exames p, .block-fixed-block-contentenvio-de-resultados p {
        font-size: 14px;
        text-align: center;
    }
}

.cta-boxes .block-fixed-block-contentanalises-e-exames .blocW .img, .cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW .img {
    opacity: .85;
}

@media (max-width: 639px) {
    .cta-boxes .block-fixed-block-contentanalises-e-exames .blocW, .cta-boxes .block-fixed-block-contentenvio-de-resultados .blocW {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page a {
    text-decoration: none;
}
.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page a h2 {
    color: white;
    width: 70%;
}
.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page .views-exposed-form {
    display: initial;
    padding: 30px 0;
    display: flex;
}
.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page .views-exposed-form .exposed_wrapper {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}
#views-exposed-form-preparacoes-de-exames-preparacoes-page .form-item-preparations {
    display: block;
}

.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page .views-exposed-form .form-item {
    padding: 0;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
    overflow: initial;
    border: none;
    border-radius: initial;
}
.block-views-exposed-filter-blockpreparacoes-de-exames-preparacoes-page .views-exposed-form .form-item select {
    border-radius: 20px;
    border: 1px solid white;
    width: 100%;
    max-width: none;
}

.products-home-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 20px;
}

.products-home-top h2 {
    color: #E53012;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
}

.products-home-top a {
    border-radius: 10px;
    padding: 15px 35px 15px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #E53012;
    border: solid 1px #E53012;
    cursor: pointer;
    text-align: center;
    transition: all ease 0.5s;
}

.products-home-top a:hover {
    background-color: white;
    color: #E53012;
    border: solid 1px #E53012;
}

.products-home-top a:link {
    text-decoration: none;
}

.products-home .card {
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0 0 8px;
}

.products-home #product_antig .card-body {
    background-color: #6E1D0E;
}

.products-home #product_antic .card-body {
    background-color: #A62C15;
}

.products-home #product_pcr .card-body {
    background-color: #DD3B1D;
}

.products-home .card-body {
    border-radius: 0 0 10px 10px;
}

.products-home .card-body h5 {
    min-height: 70px;
}

@media (max-width: 991px) {
    .products-home .card-body h5 {
        min-height: 70px;
    }
}

.products-home .card-body h5 a {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    color: white;
    text-decoration: none;
}

.products-home .card-body p {
    min-height: 151px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: white;
}

.products-home .card-body a {
    padding: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all ease 0.5s;
}

.products-home .card-body a:hover {
    color: white;
}

.feature-home-block .block .content .image{
    text-align: center;
}
.feature-home-block .block .content .image .fa{
    position: relative;
    color: #FFFFFF;
    font-size: 3rem;
    opacity: .9;
}

body #block-cssnkfeaturedhomeblock {
    margin-top: -65px;
    z-index: 2;
    position: relative;
}

/*** Ajustes nueva home ***/
.carousel-item, 
.main.front-page .slider {
    /*max-height:358px;*/
    max-height:700px;/* navidad - 20241220 */
}
body #carouselMain .carousel-caption {
    padding-top: 0px;
    padding-bottom: 0px;
    top: 158px !important;
}
body #carouselMain .carousel-caption h1, 
body #carouselMain .carousel-caption .headline h5 {
    font-family: 'Roboto';
    font-size: 24px !important;
    line-height: 90%;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
body #carouselMain .carousel-caption .headline p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 118%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
body .carousel-indicators {
    max-width: 1110px !important;
    padding-left: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*** Ajustes nueva home - Fin ***/

/* BLOQUE 1 */
.block-1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 49%);
    grid-column-gap: 2%;
    font-family: Roboto;
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .block-1 {
        grid-template-columns: repeat(auto-fill, 100%);
    } 

    .block-1 .spanish-results--child {
        margin-bottom: 30px;
    }
}
/*.block-1-3-grid .spanish-results--child:hover:nth-child(3) {
    background-color: #0088cc;
}*/

.block-1 .spanish-results--child,
.block-1 .spanish-opinion--child  {
    padding: 24px;
    background: #F7A504;
}

.block-1 .spanish-results--body,
.block-1 .spanish-opinion--body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 149px;
}

.block-1-3-grid .spanish-results--body .spanish-results--title,
.block-1-3-grid .spanish-opinion--body .spanish-opinion--title, 
.block-1 .spanish-results--body .spanish-results--title,
.block-1 .spanish-opinion--body .spanish-opinion--title {
    margin-top: 24px;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #fff;
}

.block-1 .spanish-results--body .spanish-results--image img, 
.block-1 .spanish-opinion--body .spanish-opinion--image img {
    width:114px;
}
#block-cssnkproductsbasehomeblock {
    display: none;
}

@media (max-width: 575px) {
    .block-1-3-grid .spanish-results--body, 
    .block-1-3-grid .spanish-opinion--body, 
    .block-1 .spanish-results--body, 
    .block-1 .spanish-opinion--body {
        height: 85px !important;
    }
    .block-1-3-grid, 
    .block-1 {
        margin-bottom: 0px !important;
    }
    .block-2 {
        margin-top: 0px !important;
    }
    .block-1 .spanish-results--body .spanish-results--title,
    .block-1 .spanish-opinion--body .spanish-opinion--title {
        font-size: 25px;
        line-height: 26px;
    }

    .block-1 .spanish-results--body .spanish-results--image img,
    .block-1 .spanish-opinion--body .spanish-opinion--image img {
        width: 90px;
    }
    .block-1-3-grid .spanish-results--body .spanish-results--title, 
    .block-1-3-grid .spanish-opinion--body .spanish-opinion--title  {
        font-size: 23px !important;
    }
}

/* FIN Bloque 1 */

/* Bloque 1 3 Grid */

.block-1-3-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 32%);
    grid-column-gap: 2%;
    font-family: Roboto;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .block-1-3-grid {
        grid-template-columns: repeat(auto-fill, 100%);
    } 

    .block-1-3-grid .spanish-results--child {
        margin-bottom: 30px;
    }
}

.block-1-3-grid .spanish-results--child,
.block-1-3-grid .spanish-opinion--child  {
    padding: 24px;
    background: #F7A504;
}

.block-1-3-grid .spanish-results--body,
.block-1-3-grid .spanish-opinion--body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 187px;
}

@media (max-width: 575px) {
    .block-1-3-grid .spanish-results--body .spanish-results--title,
    .block-1-3-grid .spanish-opinion--body .spanish-opinion--title {
        font-size: 25px;
        line-height: 26px;
    }

    .block-1-3-grid .spanish-results--body .spanish-results--image img,
    .block-1-3-grid .spanish-opinion--body .spanish-opinion--image img {
        width: 90px;
    }
}


/* FIN Bloque 1 3 Grid */
#block-cssnkfeaturedhomeblock .block-1 .spanish-results--child:last-child {
    background:#e53012;
}
@media(min-width:560px) {
    #block-cssnkfeaturedhomeblock .block-1 .spanish-results--child:last-child .spanish-results--title {
        max-width: 295px;
    }
}
@media(max-width:560px) {
    #block-cssnkfeaturedhomeblock .block-1 .spanish-results--child:last-child .spanish-results--title {
        font-size: 20px;
    }
}