form {
    width: 100%;
}
.row-fibramovil span[class^="icon-"] {
    font-size: 2em;
    line-height: 1.1;
}

ul.list-style-square {
    list-style: none;
}
ul.list-style-square li::before {
    content: " ";
    background-color: #ff7900;
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: -1em;
    margin-right: .5em;
    vertical-align: middle;
}

.soluciones .small {
    font-size: 70%;
}

.segundo-bloque {
    width: calc(100% - 5em);
    border-left: #ff7900 2px solid;
}

.preciotachadoempresas {
    font-size: 1.2em;
    position: relative;
}

.preciotachadoempresas::after {
    /*border-bottom: 0.125em solid #FF7900;*/
    border-bottom: 0.125em solid #FFF;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
    /*webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);*/
}

.preciotachadoempresas.small {
    font-size: .5rem;
}

.preciotachadoempresas.small::after {
    border-bottom: 2px solid #ff7900;
    transform: rotate(-15deg);
    left: .25em;
    right: .1em;
}

.preciotachadoempresas.small.normal-size {
    font-size: 1em !important;
}

.destacado .preciotachadoempresas.small {
    font-size: 1rem;
    color: #767474;
}

.tarifa img.logo-tarifas2 {
    max-height: 1.895em;
    width: auto;
    margin-top: 0.25em;
}

.icono-size-tarifas {
    font-size: 2em;
}

.logo-maxheight {
    max-height: 2em;
}

.collapse-row .fa-caret-down,
.icono-collapse {
    font-size: 2em;
}

.collapse-row a.colornaranja:hover,
.collapse-row a.colornaranja:focus,
.collapse-row a.colornaranja:active {
    text-decoration: none;
}

.row-lista {
    font-size: 1.4em;
}

ul.list-square {
    padding-inline-start: 2.5rem;
}

ul.list-square li {
    list-style: square;
    line-height: 1.2;
}

.title-collapse p {
    line-height: 1.2;
}

@media screen and (max-width: 380px) {
    .navbar-brand {
        font-size: 1em;
        padding-bottom: 0.5em;
        line-height: 1.2;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .img-der-destacado1 {
        max-width: 72.4% !important;
        margin-left: -3px !important;
    }
}

.img-der-destacado1 {
    max-width: 71.9%;
    margin-left: -5px;
}

.logos-collapse-orangetv-amazon {
    max-width: 210px;
}

.logos-collapse-orangetv-canal {}

@media screen and (max-width: 768px) {
    .navbar-brand {
        font-size: 1em;
        padding-bottom: 0.5em;
        line-height: 1.2;
    }
    .logos-collapse-orangetv-amazon,
    .logos-collapse-orangetv-canal {
        max-height: 40px !important;
        max-width: auto;
    }
}

.segundo-bloque-der {
    /*width: calc(100% - 5em);*/
    border-right: #ff7900 2px solid;
}

