body .quisom {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
.quisom p {
    font-size: 14px;
    color: #666666;
}
.formulari label {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.quisom h3 {
    font-size: 20px;
}
.quisom p a {
    color: inherit;
    text-decoration: underline;
}
.quisom strong {
    font-weight: 600;
}
.quisom .subtitle-default { font-size: 16px; }

.bg-lg {
    height: 700px !important;
}
.bg-md {
    height: 560px !important;
}
.bg-sm {
    height: 370px !important;
}
.bg-xs {
    height: 250px !important;
}

.bg-lg,
.bg-sm,
.bg-md,
.bg-xs {
    overflow: hidden;
}
.bg-lg img,
.bg-sm img,
.bg-md img,
.bg-xs img {
    height: 100%;
    max-width: inherit;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-fixed {
    background-attachment: fixed !important;
}
.bg-square {
    position: relative;
}
.bg-square::before,
.bg-rounded::before {
    content: "";
    padding-top: 100%;
    display: block;
}
.bg-rounded {
    border-radius: 100%;
    position: relative;
}

figure {
    position: relative;
}
figure[data-toggle="modal"] {
    cursor: pointer;
}
.see-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(51, 51, 51, 0.9);
    width: 0px;
    height: 0px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 0;
    padding: 0.7rem 0;
    transition: 0.3s ease-in;
    transform: translateY(40px);
}
figure:hover .see-img {
    width: 50px;
    height: 50px;
    transition: 0.3s ease-in;
    font-size: 1.5em;
    transform: translateY(0);
}

footer {
    margin-top: 0;
}
.img-container img {
    width: 100%;
}
.quisom .form-control {
    border-radius: 4px !important;
}
.input-group .form-control {
    border-radius: 4px 0 0 4px !important;
    border-right: none;
}
.input-group .input-group-addon {
    background-color: #fff;
    border-left: none;
}

.text-success {
    color: #12aba9;
}
a.text-success:hover,
a.text-success:active,
a.text-success:focus {
    color: #0a6f6e !important;
}
.text-danger {
    color: #db3333;
}

.quisom-tabs li a {
    border-width: 0 0 4px 0 !important;
    color: #666666;
    font-weight: 600;
    transition: all 0.3s ease-in;
}
.quisom-tabs li.active a {
    border-bottom-color: #12aba9 !important;
    color: #333;
}
.quisom-tabs > li:not(.active) > a:hover,
.quisom-tabs > li:not(.active) > a:focus {
    border-color: #e5e5e5;
    background-color: transparent;
    transition: all 0.3s ease-in;
    margin-top: -0.7rem;
    padding-bottom: 1.6rem;
    color: #333;
}
.img-sagales-avui {
    min-width: 56vw;
    position: absolute;
}
.img-avui-right {
    right: -38vw;
}
.img-avui-left {
    left: -38vw;
}

.back,
.back:hover,
.back:focus {
    color: #12aba9;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin: 1.5rem 0;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
}
.back::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #12aba9;
    transition: all 0.3s ease-in;
}
.back:hover::after {
    width: 100%;
    transition: all 0.3s ease-in;
}

.servicios-modal button.close {
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 30px;
    margin-right: 15px;
    margin-top: 10px;
    opacity: 0.8;
}
.modal-center {
    top: 50% !important;
    transform: translate(0, -50%) !important;
}

.info-customer span {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
.info-customer small {
    color: #666666;
    font-size: 12px;
}

.big-squares .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-squares .row:nth-child(even) {
    flex-direction: row-reverse;
}
.big-squares .in {
    padding: 23%;
}
.quisom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/caret-down.png) right center no-repeat !important;
}
.quisom blockquote {
    border-left-color: #64cbca;
    line-height: 26px;
}
.p-0 {
    padding: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.p-5 {
    padding: 5rem;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-3,
.my-3 {
    margin-top: 3rem;
}
.mb-3,
.my-3 {
    margin-bottom: 3rem;
}
.mt-2,
.my-2 {
    margin-top: 2rem;
}
.mb-2,
.my-2 {
    margin-bottom: 2rem;
}
.mt-1,
.my-1 {
    margin-top: 1rem;
}
.mb-1,
.my-1 {
    margin-bottom: 1rem;
}
.pt-5,
.py-5 {
    padding-top: 5rem;
}
.pb-5,
.py-5 {
    padding-bottom: 5rem;
}
.pt-3,
.py-3 {
    padding-top: 3rem;
}
.pb-3,
.py-3 {
    padding-bottom: 3rem;
}
.pt-2,
.py-2 {
    padding-top: 2rem;
}
.pb-2,
.py-2 {
    padding-bottom: 2rem;
}
.ml-2 {
    margin-left: 2rem;
}
.lh-2 {
    line-height: 1.8em;
}
.pr-5 {
    padding-right: 5rem;
}
.mr-2 {
    margin-right: 2rem;
}
.h-100 {
    height: 100%;
}

ul.list {
    padding-left: 1rem;
    list-style-type: none;
}
ul.list li {
    position: relative;
    /*font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));*/
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}
ul.list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    background-color: #12aba9;
    border-radius: 100%;
}
.no-list-type,
.no-list-type * {
    list-style-type: none;
    padding: 0 !important;
}
.no-list-type li::before {
    display: none;
}
.main-carousel .carousel-caption {
    background-color: rgba(4, 75, 152, 0.86);
    padding: 30px 60px 30px 30px;
    text-align: left;
    right: auto !important;
    left: 30px !important;
    z-index: 0;
}
.main-carousel .carousel-caption .title-primary {
    font-size: calc(16px + (41 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    font-weight: 600;
    margin: 0 0 1rem 0;
}
.main-carousel .carousel-caption p {
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
}

.title-default {
    color: #333333;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 1.2em;
}
.subtitle-default {
    color: #333;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.sentence {
    color: #666666;
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.title-small {
    color: #333333;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600 !important;
}

.bg-primary {
    background-color: #044b98;
}
.bg-primary *,
.bg-primary .list * {
    color: #fff;
}

.quisom .btn-info,
.quisom .boto-form {
    background-color: #12aba9;
    border-radius: 4px;
    min-height: 45px;
    min-width: 250px;
    color: #fff;
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-family: "Open Sans", sans-serif;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 1.5rem 0;
    position: relative;
    transition: 0.3s ease-in;
    border-color: transparent !important;
    border-width: 2px;
}
.quisom .btn-info::after,
.quisom .boto-form::after {
    content: "";
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 100%;
    margin: auto;
    transition: 0.3s ease-in;
}
.quisom .btn-info:hover,
.quisom .boto-form:hover,
.quisom .btn-info:active,
.quisom .boto-form:active {
    background-color: #12aba9 !important;
    transition: 0.3s ease-in;
}
.quisom .btn-info:focus,
.quisom .boto-form:focus {
    background-color: #12aba9 !important;
    border-color: #0d8886 !important;
}
.quisom .btn-info:hover::after,
.quisom .boto-form:hover::after {
    background-color: rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in;
}

.bg-default {
    background-color: #f5f5f5;
}
.custom-radio {
    position: relative;
    cursor: pointer;
}
.custom-radio label {
    color: #333;
    position: relative;
    font-weight: 600;
}
.custom-radio label:after {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: -2rem;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #c5c5c5;
    border-radius: 100%;
    transition: all 0.3s ease-in;
}
.custom-radio input {
    position: absolute;
    z-index: 9;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.custom-radio input:hover ~ label:after {
    background-color: #b5b5b5;
    transition: all 0.3s ease-in;
}
.custom-radio input:checked ~ label:after {
    background-color: #12aba9;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease-in;
}
textarea {
    resize: vertical;
}

.d-block {
    display: block;
}
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.hr-separator {
    border: none;
    width: 83px;
    height: 4px;
    background-color: #12aba9;
    margin: 1rem 0 2.5rem 0;
}

.dark-banner {
    position: relative;
    color: #fff;
}
.dark-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.dark-banner div {
    position: relative;
    z-index: 1;
}
.dark-banner div * {
    color: #fff;
}
.dark-banner h3 {
    font-size: calc(20px + (41 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.dark-banner p {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.dark-carousel .item {
    color: #fff;
}
.dark-carousel .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.dark-carousel .carousel-caption {
    text-align: left;
    top: 0;
    bottom: 0%;
    margin: auto;
    right: 10%;
    min-width: 33%;
    height: 100%;
    padding: 10% 0;
}
.dark-carousel .carousel-caption * {
    text-shadow: none;
}
.dark-carousel .carousel-caption .title-primary {
    color: #12aba9;
    font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
.dark-carousel .carousel-caption p {
    color: #fff;
    font-style: italic;
    font-weight: 600;
    font-size: calc(14px + (36 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.dark-carousel .carousel-caption .author-sentence {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.slick-responsive {
    overflow-x: hidden;
    margin: 1.5rem auto;
}
.slick-dots {
    position: relative !important;
    bottom: 0 !important;
    padding: 1rem 0 !important;
}
.slick-dots li button {
    background-color: #c5c5c5 !important;
    border-radius: 100% !important;
    width: 17px !important;
    height: 17px !important;
    transition: all 0.3s ease-in;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots .slick-active button {
    background-color: #12aba9 !important;
    transition: all 0.3s ease-in;
}
.slick-slide > div {
    margin: 0 15px 0 0;
}
.slick-prev {
    left: 5px !important;
    z-index: 99999999999999 !important;
}

.slick-prev:before {
    color: #12aba9 !important;
    font-size: 30px !important;
    width: 32px !important;
    border-radius: 50px !important;
    height: 32px !important;
    line-height: 37px !important;
    display: block !important;
    opacity: 1 !important;
    background: #fff !important;
    z-index: 99999999999999 !important;
}
.slick-next {
    right: 15px !important;
    z-index: 99999999999999 !important;
}

.slick-next:before {
    color: #12aba9 !important;
    font-size: 30px !important;
    width: 32px !important;
    border-radius: 50px !important;
    height: 32px !important;
    line-height: 37px !important;
    display: block !important;
    opacity: 1 !important;
    background: #fff !important;
    z-index: 99999999999999 !important;
}
.box-mark {
    width: 100% !important;
    padding: 15px;
    border: 1px solid #e5e5e5;
    min-height: 18rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
.box-mark-info {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3rem 15px;
    opacity: 0;
    transition: all 0.3s ease-in;
    transform: scale(0);
}
.box-mark-info .btn {
    min-width: inherit !important;
    widows: 100%;
}
.box-mark:hover .box-mark-info {
    opacity: 1;
    transition: all 0.3s ease-in;
    transform: scale(1);
}

.certificats figure {
    min-height: 10rem;
}

.quisom-tab {
    overflow: hidden;
}
.wifi-block {
    margin: 1.5rem 0;
}
.wifi-block .title-default {
    color: #666;
    margin-bottom: 3rem;
}
.wifi-block__btn {
    border-radius: 4px;
    color: #fff;
    background-color: #12aba9;
    padding: 15px 30px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    transition: all 0.3s ease-in;
    margin-top: 1rem;
}
.wifi-block__btn:hover,
.wifi-block__btn:focus,
.wifi-block__btn:active {
    color: #fff;
    background-color: #16cac8;
    transition: all 0.3s ease-in;
}

.wifi-block__img {
    margin-bottom: 1rem;
}
.w-100 {
    width: 100%;
}
.quisom-rsc .list-group .list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    min-height: 6rem;
    display: flex;
    align-items: center;
}
.quisom-rsc .badge {
    background-color: #12aba9;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: all 0.3s ease-in;
}
.quisom-rsc .badge[href]:hover {
    background-color: #16cac8;
    transition: all 0.3s ease-in;
}
.quisom-rsc__title {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin: 0;
}
.quisom-contact,
.quisom-services {
    background-color: #044b98;
    padding: 4rem 0;
}
.quisom-contact .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.quisom-contact__img,
.quisom-services__img {
    margin-bottom: 1rem;
}
.quisom-services__img {
    padding-right: 3rem;
}
.quisom-contact__title,
.quisom-services__title {
    color: #fff;
    text-transform: uppercase;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: bold;
}
.quisom-services__title {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    min-height: 6rem;
    margin-top: 0;
}
.quisom-contact__text,
.quisom-services__text {
    color: #fff;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: normal;
}

.quisom-services__text {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.quisom-contact__btn {
    border-radius: 4px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    transition: all 0.3s ease-in;
    margin-top: 1rem;
}
.quisom-contact__btn:hover,
.quisom-contact__btn:focus,
.quisom-contact__btn:active {
    color: #044b98;
    background-color: #ffffff;
    transition: all 0.3s ease-in;
}
.quisom-services .back {
    color: #fff;
}
.quisom-services .back::after {
    background-color: #fff;
}
@media (max-width: 1366px) {
    .img-sagales-avui {
        min-width: 67vw;
    }
}

@media (max-width: 1024px) {
}
@media (max-width: 992px) {
    .sm-m-3 {
        margin-bottom: 2rem;
    }
    .quisom-services__title {
        min-height: inherit;
    }
    .quisom-services__img {
        padding-right: 1rem;
    }
    .bg-lg {
        height: 550px !important;
    }
    .bg-md {
        height: 450px !important;
    }
    .bg-sm {
        height: 220px !important;
    }
    .bg-xs {
        height: 180px !important;
    }
    .navbar-nav-1 {
        margin-left: 0 !important;
    }
    .dark-banner {
        height: 320px !important;
    }

    .img-sagales-avui {
        position: static;
        min-width: inherit;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .bg-lg {
        height: 420px !important;
    }
    .bg-md {
        height: 350px !important;
    }
    .dark-banner {
        height: 320px !important;
    }
    .dark-banner .btn-info {
        margin: 0.5rem 0;
    }
    .btn-info {
        min-height: 40px;
        min-width: 200px;
        padding: 1rem 0;
    }
    .navbar-nav-1 li a {
        height: auto !important;
    }
    .main-carousel .carousel-caption {
        bottom: 0;
        left: 0 !important;
        padding: 15px;
        width: 100%;
    }
    .main-carousel .carousel-caption p {
        padding-bottom: 1rem;
    }
    .dark-banner .btn {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .dark-carousel .carousel-caption {
        min-width: 100%;
        top: 0;
        left: 0;
        padding: 10%;
        z-index: 0;
    }

    .tab-pane p.text-right {
        text-align: left !important;
    }
    .quisom-tabs {
        display: flex;
        white-space: nowrap;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .quisom-tabs::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .slick-dots li button {
        width: 12px !important;
        height: 12px !important;
    }
    .big-squares .row {
        display: block !important;
    }
    .dark-banner .text-center {
        text-align: left !important;
    }
    .services {
        text-align: center;
    }
    .services img {
        display: block;
        margin: 1rem auto;
        max-width: 3rem;
    }
    .big-squares .in {
        padding: 15%;
    }
    #codi-etic .bg-rounded {
        max-width: 70%;
        display: block;
        margin: 1rem auto;
    }
    .xs-p-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
@media (max-width: 480px) {
}
