.vinil .titulo-bloco {
    margin-top: 2.5rem;
}

.vinil h1,
.vinil h2,
.vinil h3 {
    margin: 0;
}

#conteudo .linha {
    top: 16px;
}

.vinil .role-estampas {
    color: var(--color-primary);
    font-size: 14px;
    margin: 15px 0;
}

.vinil .modelos-vinil {
    height: auto;
    overflow-x: auto;
}

.vinil .linha-estampa {
    margin-bottom: 15px;
}
.vinil .linha-estampa .nome{
    font-size: 11px;
}

.vinil .selectProduct {
    cursor: pointer;
    border: 5px solid #fff;
}

.vinil .selectProduct.selected {
    border: 5px solid rgba(0, 0, 0, 0.75);
}

.vinil .btn-piscina-vinil-tipo.selected {
    background-color: #00acee;
}

.vinil .btn-piscina-vinil-tipo {
    margin-top: 20px;
    background-color: #ccc;
    border: 0 none;
    color: #ffffff !important;
    font-size: 22px !important;
    padding: 10px;
    width: 100%;
}

.vinil #form label {
    margin: 0;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: var(--color-highlight);
}

.vinil .vinil-title-form,
.fibra-title-form {
    color: #005589;
}

.vinil #form legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

.vinil .file .gui-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0;
}

.vinil .file .button {
    position: absolute;
    top: 3px;
    right: 3px;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    z-index: 10;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    background: #808285 none repeat scroll 0 0 !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.vinil .append-icon,
.vinil .prepend-icon {
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.vinil .prepend-icon .gui-input {
    height: 39px !important;
    text-indent: 20px;
}

.vinil .append-icon .field-icon,
.vinil .prepend-icon .field-icon .icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
}

.vinil .prepend-icon .field-icon {
    left: 7px;
    position: absolute;
    top: 8px;
}

.vinil .tipoArquivo {
    font-size: 13px;
}

.vinil .tipo-arquivo {
    height: 35px;
    margin: 10px;
}

.vinil .carousel-indicators {
    position: initial;
    margin: 0;
}

.vinil .carousel-indicators [data-bs-target] {
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 0 10px;
}

.vinil .carousel-control-prev {
    justify-content: flex-start;
}

.vinil .carousel-control-next {
    justify-content: end;
}

.vinil .carousel-control-next-icon,
.vinil .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.vinil .txt-concreto {
    color: var(--color-primary);
    font-size: 14px;
}

.vinil .antes-depois-vinil {
    color: var(--color-primary);
    margin-top: 7%;
}

.vinil .letraX {
    font-size: 80px;
}

.vinil .block-produto .img-thumbnail {
    border: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
}

.vinil .block-nome-produto {
    color: var(--color-primary);
    display: block;
}

.vinil .block-nome-produto span {
    display: block;
    margin-bottom: 25px;
}

.vinil .block-nome-produto h1 {
    font-size: 1.3em;
}

.vinil .block-nome-produto h2 {
    font-size: 14px;
}

.vinil .btn-solicitar-orcamento {
    background-color: #f39c12;
    border: 1px solid #f39c12;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-top: 25px;
    padding: 6px 0;
    width: 100%;
}

.vinil .block-categorias {
    background: #e2ecf1 none repeat scroll 0 0 content-box;
}

.vinil .block-categorias-descricao {
    padding-top: 4%;
    padding-bottom: 4%;
    color: var(--color-primary);
    font-size: 14px;
}

.vinil .descricao-piscina,
.vinil .info-construct-poll {
    font-size: 14px;
    color: var(--color-primary);
}

.vinil .title-construcao {
    font-family: 'ClanOT-Bold';
    color: #005589;
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .vinil #carousel .carousel-inner img {
        max-width: 85%;
    }
}

@media only screen and (max-width: 480px) {
    .vinil .bloco-estampas {
        padding: 0 2rem;
    }

    .vinil .modelos-vinil {
        height: 230px !important;
    }

    .vinil #carousel .carousel-inner img {
        max-width: 100%;
    }

    .vinil .carousel-indicators {
        position: absolute;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
    }

    .vinil .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 14px;
        border: 1px solid #fff;
        margin: 0 5px;
    }

    .vinil .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: inherit;
    }

    .vinil .carousel-indicators .active {
        background-color: #fff !important;
    }

    .vinil .letraX {
        font-size: 20px;
    }

    .vinil .antes-depois-vinil {
        margin: 15px 0;
    }

    .title-construcao {
        font-size: 16px;
        text-align: left !important;
    }

    .title-construcao h2 {
        font-size: 16px;
    }

    .vinil .title-construcao {
        font-size: 16px;
    }
}