h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
blockquote,
q,
li,
dt,
dd,
th,
td,
caption,
label,
legend,
input,
textarea,
select,
option,
a,
strong {
    font-family: "Sora", sans-serif !important;
}

body {
    background-color: #F0F2F4;
}

.bg-grey-cet {
    background-color: #F0F2F4;
}

.navbar-style {
    background-color: white;
    border-radius: 18px;
}

.menu-text {
    color: black;
    font-weight: 600;
    font-size: 14px;
    transition: 0.5s;
}

.menu-selected {
    color: white !important;
    background-color: black;
    border-radius: 18px;
    padding: 9px 22px;
}

.menu-border {
    color: #D3D3D3 !important;
}

.menu-link {
    color: #0C63FF !important;
    font-weight: 600;
    font-size: 14px;
}

/* Small screen size (e.g. mobile) */
@media (max-width: 992px) {
    .img-inicio {
        height: 300px;
    }
}

/* Extra large screen size (e.g. large desktop) */
@media (min-width: 993px) {
    .img-inicio {
        height: 600px;
    }
}

.img-inicio {
    background-size: cover;
    border-radius: 20px;
    background-position: center;
}

.h1-v1 {
    font-weight: 400;
    color: white;
    margin-bottom: 0;
}

/* Small screen size (e.g. mobile) */
@media (max-width: 576px) {
    .h1-v1 {
        font-size: 38px;
    }
}

/* Large screen size (e.g. desktop) */
@media (min-width: 769px) and (max-width: 992px) {
    .h1-v1 {
        font-size: 54px;
    }
}

/* Extra large screen size (e.g. large desktop) */
@media (min-width: 993px) {
    .h1-v1 {
        font-size: 60px;
    }
}


.h4-v1 {
    font-size: 18px;
    font-weight: 600;
}

.h2-v1 {
    font-size: clamp(27px, 3vw, 46px);
    line-height: normal;
    font-weight: 500;
}

.btn-bg-cet {
    background: transparent linear-gradient(90deg, #E630D0 0%, #275DF9 100%, #0C63FF 100%) 0% 0% no-repeat padding-box;
}

.a-v1,
.btn-bg {
    text-decoration: none;
    background: transparent linear-gradient(90deg, #E630D0 0%, #275DF9 100%, #0C63FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 1px;
    display: inline-block;
}

.btn-v1 {
    background-color: #F0F2F4;
    padding: 13px 30px;
    border: 0;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    transition: 0.5s;
}

.btn-v1:hover {
    background-color: transparent !important;
    color: white;
}

.p-v1 {
    font-size: 18px;
    font-weight: 600;
}

.logo-empresa {
    border-radius: 20px;
    box-shadow: 0px 0px 20px #e3dddd !important;
    object-fit: contain;
    height: revert-layer;
    padding: 1rem;
}

.grayscale {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.grayscale:hover {
    filter: grayscale(0%);
}

.p-empresa {
    font-size: 19px;
}

.p-isla {
    font-size: 12px;
}

hr {
    border: none;
    height: 2px;
    background-image: linear-gradient(90deg, #E630D0 0%, #275DF9 100%, #0C63FF 100%);
    opacity: 1 !important;
}

.bg-grey-v1 {
    background-color: #F0F2F4;
}

.br-20px {
    border-radius: 20px;
}

.bg-footer {
    background-color: #232428;
}

.div-footer {
    border-radius: 30px;
}

.span-footer {
    color: #232428;
    font-size: 15px;
}


/* Catálogo */
.bg-filter {
    background: transparent linear-gradient(#E630D0 0%, #275DF9 70%) 0% 0% no-repeat padding-box;
}

/* Small screen size (e.g. mobile) */
@media (max-width: 992px) {
    .bg-filter {
        border-radius: 20px 20px 0 0;
    }
}

/* Extra large screen size (e.g. large desktop) */
@media (min-width: 993px) {
    .bg-filter {
        border-radius: 20px 20px 20px 0;
    }
}


.bg-filter-v2 {
    background: transparent linear-gradient(#275DF9 70%, #0C63FF 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 992px) {
    .bg-filter-v2 {
        border-radius: 0 0 20px 20px;
    }
}

@media (min-width: 993px) {
    .bg-filter-v2 {
        border-radius: 0 0 20px 20px;
    }
}

.bg-filter-v3 {
    background: transparent linear-gradient(#275DF9 70%, #0C63FF 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 992px) {
    .bg-grey-cet {
        border-radius: 0;
    }
}

@media (min-width: 993px) {
    .bg-grey-cet {
        border-radius: 20px 0px 0px 0px;
    }
}


.label-size {
    font-size: 12px;
}

.select-style,
.input-style,
.textarea-style {
    border-radius: 23px;
    padding: 1rem 1.5rem;
    border: 0;
    background-color: white;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

/* Detalles empresa */
.img-details {
    width: 436px;
    object-fit: cover;
    max-width: 100%;
}

.fs-v1 {
    font-size: 18px;
}

.fs-v2 {
    font-size: 46px;
}

.fs-v3 {
    font-size: 20px;
}

.fs-v4 {
    font-size: 12px;
}

.fs-v5 {
    font-size: 16px;
}

.prueba {
    text-align: left;
    font: normal normal normal 50px/55px Sora;
    letter-spacing: 0px;
    color: #232428;
}

.div-modal-bg {
    background: transparent linear-gradient(90deg, #E630D0 0%, #275DF9 100%, #0C63FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    height: 100%;
}

.div-modal {
    border: 0;
    background-color: white;
    padding: 2rem;
    border-radius: 15px;
    transition: 0.5s;
    height: 100%;
}

.div-modal:hover {
    background-color: transparent !important;
    color: white;
}

.btn-arrow-modal {
    display: flex;
    padding: 1.75rem 2rem;
    border: 0;
    border-radius: 50%;
}

.img-arrow {
    width: 17px;
    height: 25px;
    max-width: fit-content !important;
}

.modal-border-radius {
    border-radius: 40px;
}

.img-modal {
    border: 1px solid #CBCBCB;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.form-check-input:checked {
    background-color: #275DF9 !important;
    border-color: none !important;
}

.mySwiperModal {
    max-width: 818px;
}

.img-swipper {
    border-radius: 20px;
    width: 436px;
    height: 411px;
    object-fit: cover;
}

.img-swipper-modal {
    border-radius: 20px;
    height: 227px;
    object-fit: cover;
}

.div-sticky {
    position: sticky;
    top: 130px;
}

.logo-cert {
    height: 158px;
    object-fit: contain;
    width: 200px;
}

.img-proyecto {
    width: 280px;
    height: 190px;
    border-radius: 15px;
    object-fit: cover;
}


/* Loader */
.loader {
    border-radius: 20px;
    width: 300px;
    height: 227px;
    background: linear-gradient(90deg, #E630D0 0%, #275DF9 100%, #0C63FF 100%);
    background-size: 200% 100%;
    animation: gradient 2s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

/* Spinner */
.spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #474bff 94%, #0000) top/9px 9px no-repeat,
        conic-gradient(#0000 30%, #474bff);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

/* Fade-in */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.8s;
}

/* Pager */
.indice-izquierda {
    display: flex;
    gap: 16px;
    align-items: center;
}

.mostrando {
    color: #676d7c;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

.mostrar {
    color: #424C67;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.select-paginacion {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 8px;
    padding: 1.25rem 1.75rem;
    box-shadow: 0px 0px 20px #e3dddd;
}

.indice-derecha {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.opcion-paginacion {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.opcion-paginacion-disabled {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    cursor: default;
}

.opcion-paginacion-avaliable {
    background: white 0% 0% no-repeat padding-box;
    color: #0C63FF;
}

.opcion-paginacion-selected {
    background: transparent linear-gradient(90deg, #E630D0 0%, #275DF9 100%, #0C63FF 100%) 0% 0% no-repeat padding-box;
    color: white !important;
    cursor: alias !important;
}