:root{
    --primary-font: 'Montserrat';
    --secondary-font: 'Crimson Pro';
    --terciary-font:'Acumin Pro ExtraCondensed';
    --button-font: 'IBM Plex Mono';
    --body-size:16px;
    --body-size-xl: 2rem;
    --body-size-sm: 1.2rem;
    --heading-size: 2.4rem;
    --heading-size-xl: 3rem;
    --primary-color:#FF3237;
    --secondary-color: #0050FF;
    --text-color:#3C3C3C;
    --text-color-dark: #070707;
    --transition:all .4s ease;
    --box-shadow: rgb(0 0 0 / 25%) 4px 4px 4px;
    --border-radius:15px;
    --header-bg:#000;
    --header-height: 110px;
}

html{
    /* font-size: 62.5%; */
    font-size: initial;
}

body {
    background-color: #fff;
    font-family: var(--primary-font);
    font-size: var(--body-size);
    color:var(--text-color);
    line-height: 1.3;
    font-style: normal;
}

.section img{
    opacity: 1;
}

.section img.ms-loaded{
    opacity: 1;
}



/* --- Container --- */

.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
}

@media screen and (min-width: 1280px) {
    .container{
        width: 90%;
    }

    .container-small{
        width: 68%;
    }
}

/*** Slick arrow ***/

.slick-arrow{
    width: 62px;
    height: 62px;
    z-index: 99;
    background-color: #000;
    transition: var(--transition);
    position: relative;
}

.slick-arrow:hover{
    background-color: var(--primary-color);
}

.slick-arrow:before{
    display: none;
}

.slick-arrow:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-image: url(../images/arrow-carrusel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15%;
}

.custom-arrows{
    display: flex;
    align-items: center;
    position: relative;
}

.custom-arrows-wrap{
    display: flex;
    flex-flow: column;
    align-items: center;
    gap:25px;
    flex-shrink: 0;
}

.custom-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-arrow-prev:after{
    transform: scaleX(-1);
}

/* --- Botones --- */

.button{
    display: inline-block;
    padding: 5px 12px;
    text-align: center;
    position: relative;
    background-color: var(--secondary-color);
    font-size: 14px;
    transition: var(--transition);
    line-height: 1;
    min-height: 42px;
    width: 162px;
    color:#fff;
    padding-right: 42px;
    font-family: var(--button-font);
    border:1px solid var(--secondary-color)
}

.button:hover,
.button:focus,
.button:active{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.button:after,
.button:before{
    content:"";
    position: absolute;
    top:0;
    right: 0;
}

.button:after{
    background-color: var(--secondary-color);
    height: 100%;
    width: 30px;
    height: 100%;
    background-image: url(../images/btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    transition: var(--transition);
}

.button:hover:after,
.button:focus:after,
.button:active:after{
    background-color: var(--primary-color);
}

.button:before{
    height: 75%;
    width: 1px;
    background-color: #fff;
    top:50%;
    transform: translateY(-50%);
    right: 30px;
}

/* SECTION */

.section{
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}

@media screen and (min-width: 1024px) {
    .section{
        padding: 70px 0;
    }
}

.section-title{
    margin-bottom: 3rem;
}

.section-title h2{
    font-size: var(--heading-size-xl);
    font-weight: 700;
    color:var( --text-color-dark)
}
@media (max-width: 991.98px) {
    .section-title h2{
        font-size: 34px;
    }
}

.section-title.-center{
    text-align: center;
}

.section-title p{
    font-family: var(--secondary-font);
}

/* HEADER */

.header{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-color: var(--header-bg);
    padding: 20px 0;
}

.header-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 70px;
}

.header-logo img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

/*¨FORM */

.block-form-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-form-label.-hidden{
    display: none;
}

.block-form-item{
    width: 100%;
    margin-bottom: 2rem;
}

.block-form-item:last-child{
    margin: 0;
}

.block-form-item.-right{
    text-align: right;
}

.block-form-field{
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: var(--body-size-sm);
    background-color: #F1F1F1;
    border-bottom: 2px solid var(--primary-color);
}
.block-form input{
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: var(--body-size-sm);
    background-color: #F1F1F1;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 30px;
}

.block-form input::placeholder,
.block-form select{
    color: #B3B3B3;
}
.block-form-field::placeholder,
select.block-form-field{
    color: #B3B3B3;
}

select.block-form-field{
    background-image: url(../images/select-arrow.svg);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 20px;
}
.block-form select{
    background-image: url(../images/select-arrow.svg);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 20px;
    height: 45px;
    width: 100%;
    background-color: #F1F1F1;
    border-bottom: 2px solid var(--primary-color);
    padding: 10px 15px;
    margin-bottom: 30px;
}
.block-form p[data-sf-role="error-message"] {
    margin-top: -28px;
    margin-bottom: 10px;
    position: absolute;
}
.block-form label{
    display: none;
}
.w-button {
    text-align: right;
}
.w-button button {
    border: none;
    color: #fff;
    background: #0050FF;
    font-family: 'IBM Plex Mono';
    padding: 7px 14px;
    font-size: 14px;
    width: 162px;
    height: 42px;
    position: relative;
    text-align: left;
    padding-left: 26px;
}
.w-button button:after {
    background-color: var(--secondary-color);
    height: 100%;
    width: 30px;
    height: 74%;
    background-image: url(../images/btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    transition: var(--transition);
    content:"";
    top: 13%;
    right: 0;
    position: absolute;
    border-left: 1px solid #fff;
}
.block-form-title{
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 1280px) {
    .block-form-title{
        text-align: center;
    }
}

.block-form-title h2{
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: var(--body-size);
    color:var(--text-color-dark)
}

/* SECTION SLIDER */

.section-wrapper{
    position: relative;
}

.section-slider{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -12px auto;
    width: 100%;
}

.section-item{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 12px;
}

.section-wrap{
    height: 100%;
    display: flex;
    flex-flow: column;
}

.section-image{
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.section-image:after {
    display: block;
    padding-bottom: 220px;
    content: "";
}

.section-image img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.section-content{
    padding: 25px;
    background-color: #fff;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .section-content{
        height: auto;
    }
}

.section-content h3{
    font-size: var(--heading-size);
    font-weight: 700;
    margin-bottom: 1rem;
    color:var( --text-color-dark)
}

.section-content p{
    font-family: var(--secondary-font);
    line-height: 1.2;
}

.section-button{
    text-align: center;
    padding-top: 30px;
    margin-top: 50px;
    border-top:1px solid #000
}

/*¨HOME */

#home{
    padding: 0;
}
.home{
    padding: 0;
}

.home-wrapper{
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 1280px) {
    .home-wrapper{
        flex-flow: row;
        min-height: calc(100vh - var(--header-height));
    }
}

.home-row{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

@media screen and (min-width: 1280px) {
    .home-row{
        max-width: 50%;
        flex:0 0 50%;
        padding: 0;
    }
}

@media screen and (max-width: 1280px) {
    .home-row.-left{
        padding-top: 120px;
    }
}

.home-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: 0;
    z-index: -1;
}

.home-bg:after{
    content:"";
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.6);
}

.home-bg img{
    position: relative;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

.home-wrap{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .home-wrap{
        max-width: 450px;
    }
}

.home-text{
    color:#fff
}

.home-text h1{
    font-weight: bold;
    font-size: var(--heading-size);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-text p{
    font-family: var(--secondary-font);
}

.home-text p:not(:last-child){
    margin-bottom: 1.5rem;
}


@media screen and (max-width: 1280px) {
    .home-text br{
       display: none;
    }
}

/* POR QUE ELEGIR TALLER */

#elegir-talleres{
   background-color: #EEEEEE;
}

#elegir-talleres .section-item{
    width: 300px;
}
.elegir-talleres{
   background-color: #EEEEEE;
}

.elegir-talleres .section-item{
    width: 300px;
}

@media screen and (min-width: 1280px) {
    #elegir-talleres .section-item{
        width: 33.33%;
    }
    .elegir-talleres .section-item{
        width: 33.33%;
    }
}

#elegir-talleres .section-info-title{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}
.elegir-talleres .section-info-title{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

#elegir-talleres .section-item:hover .section-info-title{
    background-color: var(--primary-color);
}
.elegir-talleres .section-item:hover .section-info-title{
    background-color: var(--primary-color);
}


#elegir-talleres .section-info-title:after,
#elegir-talleres .section-info-title:before{
    content:"";
    position: absolute;
    right: 0;
    width: 35%;
    height: 45px;
    background-color: var(--primary-color);
    mix-blend-mode: multiply;
    box-shadow: var(--box-shadow);
}
.elegir-talleres .section-info-title:after,
.elegir-talleres .section-info-title:before{
    content:"";
    position: absolute;
    right: 0;
    width: 35%;
    height: 45px;
    background-color: var(--primary-color);
    mix-blend-mode: multiply;
    box-shadow: var(--box-shadow);
}

#elegir-talleres .section-info-title:after{
    top:0;
}
.elegir-talleres .section-info-title:after{
    top:0;
}

#elegir-talleres .section-info-title:before{
    bottom:0
}
.elegir-talleres .section-info-title:before{
    bottom:0
}

#elegir-talleres .section-info-title p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    left: 0;
    width: 65%;
    height: calc(100% - 90px);
    color: #fff;
    padding: 24px;
    text-transform: uppercase;
    font-weight: 700;
    align-content: center;
    font-family: var(--terciary-font);
    font-size: var(--heading-size);
    line-height: 1;
}
.elegir-talleres .section-info-title p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    left: 0;
    width: 65%;
    height: calc(100% - 90px);
    color: #fff;
    padding: 24px;
    text-transform: uppercase;
    font-weight: 700;
    align-content: center;
    font-family: var(--terciary-font);
    font-size: var(--heading-size);
    line-height: 1;
}

#elegir-talleres .section-info-title p span{
    font-weight: 400;
}
.elegir-talleres .section-info-title p span{
    font-weight: 400;
}

/* TALLERES */

#talleres .section-wrap{
    background-color: #000;
    border-radius: 15px;
}

#talleres .section-content{
    background-color: #000;
   color: #fff;
   margin: 0 auto;
   border-radius: var(--border-radius);
}

@media screen and (min-width: 1024px) {
    #talleres .section-content{
       max-width: 85%;
       padding-bottom: 30px;
    }
}

#talleres .section-content h3{
    color:#fff
}

#talleres .section-content p{
    font-size: var(--body-size-xl);
}
.talleres .section-wrap{
    background-color: #000;
    border-radius: 15px;
}

.talleres .section-content{
    background-color: #000;
   color: #fff;
   margin: 0 auto;
   border-radius: var(--border-radius);
}

@media screen and (min-width: 1024px) {
    .talleres .section-content{
       max-width: 85%;
       padding-bottom: 30px;
    }
}

.talleres .section-content h3{
    color:#fff
}

.talleres .section-content p{
    font-size: var(--body-size-xl);
}

/* EQUIPO */

#equipo,.equipo{
    background-color: #ECE1D1;
}

@media screen and (max-width: 1024px) {
    #equipo .container,
    .equipo .container
    {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    #equipo .section-slider,
    .equipo .section-slider
    {
        margin: 0;
        padding: 0;
        display: block;
    }

    #equipo .section-item,
    .equipo .section-item
    {
        padding: 10px;
    }

    
    #equipo .slick-list,
    .equipo .slick-list
    {
        overflow: visible;
        max-width: 210px;
        margin: -10px auto;
    }

    #equipo .section-title,
    .equipo .section-title
    {
        padding: 0 20px;
    }
}


@media screen and (min-width: 1024px) {
    #equipo .section-item,
    .equipo .section-item
    {
        width: 25%;
    }
}

@media screen and (max-width: 1400px) {
    #equipo .section-image:after,
    .equipo .section-image:after
    {
        padding-bottom: 145px;
    }
}

#equipo .section-content,
.equipo .section-content
{
    padding: 20px;
}

#equipo .section-content h3,
.equipo .section-content h3
{
    margin: 0;
    margin-bottom: 2px;
    line-height: 1.2;
}

#equipo .section-content p,
.equipo .section-content p
{
    
    line-height: 1;
}

#equipo .section-content p:first-of-type,
.equipo .section-content p:first-of-type
{
    margin-bottom: 5px;
}

#equipo .section-content p span,
.equipo .section-content p span
{
    font-size: var(--body-size-sm);
    font-family: var(--primary-font);
    color: #444444;
}

/* TESTIMONIOS */

#testimonios .section-item{
    padding: 0;
}

#testimonios .section-wrap{
    display: flex;
    flex-flow: row;
    align-items: center;
}

#testimonios .section-image{
    background-color: #000;
    width: 210px;
    height: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonios .section-image img{
    height: 115px;
    width: 175px;
    position: relative;
    object-fit: contain;
}

#testimonios .section-content{
    width: 100%;
}

#testimonios .section-content p{
    font-size: var(--heading-size);
    margin-bottom: 1rem;
}

#testimonios .section-content h3{
    margin: 0;
    font-size: var(--heading-size-xl);
    font-family: var(--terciary-font);
}

#testimonios .section-wrapper{
    display: flex;
    align-items: center;
    padding-right: 80px;
}

#testimonios .custom-arrows{
    flex-shrink: 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
}


@media screen and (max-width: 1024px) {
    #testimonios .section-title{
        text-align: center;
    }

    #testimonios .section-wrapper{
        padding-right: 0;
        flex-flow: column;
    }
    

    #testimonios .custom-arrows{
        position: relative;
        top:0;
        transform: none;
    }

    #testimonios .section-wrap{
        flex-flow: column;
        justify-content: center;
    }
    
    #testimonios .section-content{
        text-align: center;
    }

    #testimonios .custom-arrows-wrap{
        flex-flow: row;
    }
}
#testimonios .slick-list {
    min-width: 300px;
}

/* FOOTER */

.footer{
    background-color: var(--primary-color);
    min-height: 140px;
    display: flex;
    align-items: center;
}

.footer-wrap{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap:25px;
    padding: 45px 0;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .footer-wrap{
        padding: 0;
        flex-flow: row;
        gap:0;
        text-align: left;
        justify-content: space-between;
    }
}

.footer-logo a{
    color:#fff;
    font-family: var(--button-font);
    font-size: 1.1rem;
}

.footer-social{
    display: flex;
    align-items: center;
    gap:10px
}

.footer-social img{
    width: 13px;
    height: 13px;
}

.elegir-talleres .section-image{
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.elegir-talleres .section-image:after {
    display: none;
}

.elegir-talleres .section-image img{
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
}

.elegir-talleres .section-content p {
    font-size: 20px;
}
.talleres .slick-dots {
    display: none !important;
}
.talleres .slick-dots li button:before {
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .talleres .slick-dots {
        display: block !important;
    }
}

#testimonios .slick-arrow {
    width: 32px;
    height: 32px;
    background: #E5E5E5;
}
#testimonios .custom-arrows-wrap {
    gap: 7px;
}
/* TALLERES 2025 */
.bg-solid-red {
    background-color: #FF3237;
}
.bg-solid-red::after {
    display: none;
}
.tironi-talleres-banner {
    position: relative;
    overflow: hidden;
}
.tironi-talleres-banner > img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
        object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.tironi-talleres-banner h2, .tironi-talleres-banner p {
    color: white;
    position: relative;
    z-index: 3;
}
.tironi-talleres-banner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 900;
}
.tironi-talleres-banner p {
    font-size: 18px;
    font-weight: 400;
}
.tironi-talleres.casos-exito {
    background-color: black;
}
.tironi-talleres.casos-exito .section-title h2 {
    color: white;
}
.tironi-talleres.casos-exito .section-slider {
    gap: 30px;
}
.tironi-talleres.casos-exito .card-talleres-exito {
    position: relative;
    min-height: 280px;
    text-decoration: none;
    display: block;
}
.tironi-talleres.casos-exito .card-talleres-exito:hover figure {
    max-width: 100%;
}
.tironi-talleres.casos-exito .card-talleres-exito figure {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    padding: 20px 15px;
    max-width: 75%;
    margin: 0;
    transition: all .2s ease-in-out;
}
.tironi-talleres.casos-exito .card-talleres-exito figure h6 {
    color: #0050ff;
    font-size: 17px;
    font-family: var(--secondary-font);
    margin: 0;
}
.tironi-talleres.casos-exito .card-talleres-exito figure p {
    font-size: 13px;
    margin-bottom: 0;
    font-family: var(--primary-font);
}
.tironi-talleres.casos-exito .card-talleres-exito > img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
        object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.tironi-talleres.casos-exito h3, 
.tironi-talleres.casos-exito strong, 
.tironi-talleres.casos-exito span {
    color: white;
    display: block;
}
.tironi-talleres.casos-exito h3 {
    font-family: var(--secondary-font);
    font-size: 28px;
    margin-bottom: 1rem;
}
.tironi-talleres.casos-exito .slider-casos-exito .section-item figure {
    height: 376px;
    overflow: hidden;
}
.tironi-talleres.casos-exito .slider-casos-exito .slick-arrow {
    background-color: #0050ff;
    border-radius: 100px;
    position: absolute;
    z-index: 10;
}
.tironi-talleres.casos-exito .slider-casos-exito .slick-prev {
    transform: rotate(180deg);
    transform-origin: 30px 15px;
}
.tironi-talleres.casos-exito .slider-casos-exito .slick-arrow:after {
    background-size: 25%;
    filter: invert(1);
}
.tironi-talleres.casos-exito .slider-casos-exito {
    margin-bottom: 3rem;
}
.tironi-talleres.casos-exito .slider-casos-exito figure {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.tironi-talleres.casos-exito .slider-casos-exito figure > img {
    -o-object-fit: cover;
        object-fit: cover;
    width: 100%;
    height: 100%;
}
.tironi-talleres .section-content h3 {
    font-size: 20px;
}
.tironi-talleres .section-content p {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--text-color-dark);
    line-height: 1.4;
}
.tironi-nuestros-talleres {
    background-color: #fff;
}
.tironi-nuestros-talleres .section-image {
    border-radius: 20px;
}
.tironi-nuestros-talleres .section-image img {
    height: 100%;
}
.tironi-nuestros-talleres .section-content {
    padding: 25px 0;
}
.tironi-nuestros-talleres .section-content h3 {
    font-size: 28px;
}
.tironi-nuestros-talleres .section-content p {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--text-color-dark);
    line-height: 1.4;
}
.tironi-talleres-small {
    padding: 0;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .tironi-talleres-banner::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }
    .tironi-talleres-banner > img {
        -o-object-position: right center;
        object-position: right center;
    }
    .tironi-talleres-small .slick-initialized .slick-list{
        max-width: 100%;
    }
    .tironi-talleres-small .slick-initialized .slick-slide{
        padding: 0 15px;
    }
}
.tironi-talleres-small .section-slider {
    padding: 20px 0;
    gap: 10px;
}
.tironi-talleres-small .card-talleres-small {
    border: 1px solid #0050ff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 10px;
    min-height: 220px;
}
.tironi-talleres-small .card-talleres-small-description {
    background-color: #0050ff;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    transition: all 0.2s ease-in-out;
}
.tironi-talleres-small .card-talleres-small:hover .card-talleres-small-description {
    top: 0;
}
.tironi-talleres-small .caption-talleres p {
    padding: 3rem 0 5rem 0;
    font-family: var(--button-font);
    font-style: italic;
    text-align: center;
    font-weight: 600;
}
.section-form-talleres .home-text h1 {
    font-size: 1.3rem;
}
.section-form-talleres .home-text p {
    color: white;
}
.section-form-talleres input::placeholder {
    font-size: 16px;
}
.tironi-nuestros-talleres .more-info {
    color: #000;
    font-family: var(--button-font);
    font-style: italic;
    text-align: center;
    font-weight: 500;
}
.tironi-nuestros-talleres .w-button {
    text-align: center !important;
}
.tironi-nuestros-talleres .w-button > a {
    border: none;
    color: #fff;
    background: #0050FF;
    font-family: 'IBM Plex Mono';
    padding: 17px 40px;
    font-size: 16px;
    width: max-content;
    position: relative;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.tironi-nuestros-talleres .w-button > a:after {
    background-color: var(--secondary-color);
    height: 100%;
    width: 30px;
    height: 74%;
    background-image: url(../images/btn-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    transition: var(--transition);
    content:"";
    top: 13%;
    right: 0;
    position: absolute;
    border-left: 1px solid #fff;
}
.section-separator hr {
    height: 1px;
    width: 100%;
    background: black;
}
@media (min-width: 992px) {
    .tironi-talleres-banner h2 {
        font-size: 52px;
    }
    .tironi-talleres-banner p {
        font-size: 28px;
    }
    .tironi-talleres-small .card-talleres-small {
        width: 24%;
    }
    .tironi-talleres.casos-exito .slider-casos-exito .section-item {
        width: 100%;
    }
    .tironi-talleres.casos-exito h3 {
        font-size: 34px;
        height: 89px;
        line-height: 1.2;
        display: flex;
        align-items: center;
    }
    .tironi-talleres.casos-exito strong {
        height: 64px;
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    .tironi-talleres .section-title h2,
    .tironi-nuestros-talleres .section-title h2 {
        font-size: 38px;
    }
    .tironi-talleres.casos-exito .slider-casos-exito .slick-prev {
        transform-origin: 30px 25px;
    }
    .tironi-talleres.casos-exito .slider-casos-exito .slick-next {
        right: -55px;
    }
    .tironi-talleres.casos-exito .slider-casos-exito .slick-arrow {
        width: 100px;
        height: 100px;
    }
    .tironi-talleres.casos-exito .section-item {
        width: 30%;
    }
    .tironi-talleres.casos-exito .slider-casos-exito .section-item figure {
        height: 500px;
    }
    .tironi-nuestros-talleres .section-slider {
        gap: 15px;
        margin: 0;
    }
    .tironi-nuestros-talleres .section-item-talleres {
        width: 32%;
    }
}