body {
    font-family: 'Poppins' !important;
}

.icon-ts {
    height: 50px;
    width: 65px;
    display: block;
    /* Other styles here */
}

.text-right {
    text-align: right;
}

.text-little {
    font-size: 14px;
}

.ts-description {
    max-width: 600px;
}

.ts-list {
    list-style: none;
}

.ts-list li {
    margin-bottom: 1rem;
}

.ts-list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #af2c32; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.img-soluciones {
    height: 200px;
    width: 100%;
}

.portfolio-item {
    padding: 3px;
}

@media screen and (min-width:992px) {
    .size-sm {
        display: none;
    }
    
    .size-md {
        display: none;
    }

    .col-lg-2-4{
        width: 20%;
        flex: 0 0 auto;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .size-sm {
        display: none;
    }

    .size-lg {
        display: none;
    }

    .mt-3-md {
        margin-top: 2rem;
    }
}

@media screen and (max-width:768px) {
    .size-lg {
        display: none;
    }

    .size-md {
        display: none;
    }

    .divs-redes div {
        text-align: center;
    }

    .ts-list {
        margin-top: 3rem;
    }

    .mt-3-md {
        margin-top: 2rem;
    }
}

.soluciones {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

#soluciones {
    padding: 60px 0 0 0;
}

.soluciones li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #a2a3a5;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.soluciones li a {
    color: #a2a3a5;
}

.soluciones li a:hover {
    color: #af2c32;
}

.divs-redes div {
    max-width: 1000px;
}

.form-control-ts {
    border: 0px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 2px solid black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-ts:focus {
    outline-color: black;
    border: 0px;
}

.contact .php-email-form button[type="submit"] {
    background: transparent;
    border: 2px solid black;
    color: black;
}

.red {
    color: #af2c32;
}

.logo-ts {
    width: 250px;
}

.logo-ts a img{
    max-height: none!important;
}