@charset "UTF-8";


.badge-cacpe-blue {
    color: #3510DF;
    background-color: #353DF9;
}

/* .badge-cacpe-blue[href]:hover,
.badge-cacpe-blue[href]:focus {
  color: color-yiq(#344767);
  text-decoration: none;
  background-color: #1f2b3e;
} */

.badge-cacpe-cian {
    color: #0EBBFC;
    background-color: #00E9FF;
}

/* .badge-cacpe-cian[href]:hover,
.badge-cacpe-cian[href]:focus {
  color: color-yiq(#344767);
  text-decoration: none;
  background-color: #1f2b3e;
} */

section {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-servicios {
    background-image: url("https://www.cacpeloja.fin.ec/imagen/Headers/cacpe-en-linea.jpg");
}

.img-simuladores {
    /* background-image: url("https://www.cacpeloja.fin.ec/wp-content/uploads/2023/05/matriz-img1.png"); */
    background-image: url("https://www.cacpeloja.fin.ec/imagen/Headers/simuladores.jpg");
}

.icon-shape a span {
    color: #e20c0c;
    opacity: 0.8;
    top: 11px;
    position: relative;
}

.img-fondo {
    background-image: url("/img/textura-imagen-fondo.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* carta establecida por defecto */
.carta-vh-20 {
    min-height: 20vh !important;
}

.carta-vh-25 {
    min-height: 25vh !important;
}

.carta-vh-35 {
    max-height: 35vh !important;
}

.carta-vh-40 {
    min-height: 40vh !important;
}

.carta-vh-45 {
    min-height: 45vh !important;
}

.carta-vh-50 {
    min-height: 50vh !important;
}

.carta-vh-55 {
    min-height: 55vh !important;
}

.height-250 {
    height: 250px !important;
}

@media (max-width: 1200px) {
    .carta-vh-25 {
        min-height: 45vh !important;
    }
}

.fondo-contenedor {
    background: url('/img/textura-imagen-fondo.png') no-repeat center center fixed;
    background-size: cover;
}

.carta-header {
    flex-grow: 1;
    max-height: 35%;
    width: 100%;
}

.carta-footer {
    flex-grow: 1;
    height: 15%;
    width: 100%;
}

.carta-body {
    flex-grow: 2;
    padding-left: 10px;
    padding-right: 10px;
}

.carta-item .carta-fondo {
    /* background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}

.card .carta-fondo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.bg-image {
    overflow: hidden;
}

    .bg-image img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        opacity: 0.3;
    }

    .bg-image .opacity-100 {
        position: absolute;
        width: 100%;
        opacity: 1;
    }

.bg-image-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.carta-item.carta-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Efecto escalar */
.carta-item.my-animate:hover {
    animation-duration: 2s;
    animation-name: animacionProductos;
}

/* efecto voltear */
.carta-item {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* margin: 20px; */
}

.carta {
    position: relative;
    width: 100%;
    height: 100%;
    /* perspective: 1000px; */
}

.cara {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease;
    object-fit: cover;
}

    .cara.frontal div, .cara.reverso div {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 0.625rem;
        z-index: -1;
    }

    .cara.reverso div {
        background-size: 50%;
    }

.frontal {
    transform: rotateY(0deg);
    border-radius: 0.625rem;
}

.reverso {
    transform: rotateY(180deg);
    border-radius: 0.625rem;
}

/*
.carta:hover .frontal {
  transform: rotateY(180deg);
}

.carta:hover .reverso {
  transform: rotateY(0deg);
} */

/* estilos para tarjetas staticas */
.img-fondo-static {
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: calc(100% - 40px); */
    height: 100%;
}

.carta-text-footer {
    /* background-color: grey; */
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* efecto blur */
.img-desc {
    visibility: hidden;
}

.efect-hover:hover .full-background {
    filter: blur(3px);
    /* opacity: 0.7; */
}

.efect-hover:hover .img-desc {
    visibility: visible;
}

/* widget */
.content-widget {
    width: 120px;
    height: 120px;
    position: fixed;
}


@media (max-width: 980px) {
    .content-widget {
        width: 70px;
        height: 70px;
        position: fixed;
        top: 20% !important;
    }
}

.widget {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.widget-frontal {
    transform: rotateY(0deg);
    border-radius: 0.625rem;
}

.widget-reverso {
    transform: rotateY(180deg);
    border-radius: 0.625rem;
}

.widget:hover .widget-frontal {
    transform: rotateY(180deg);
}

.widget:hover .widget-reverso {
    transform: rotateY(0deg);
}


.widget-frontal img, .widget-reverso img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-reverso a {
    display: block;
    width: 100%;
    height: 100%;
}

nav .nav-item-hover:hover {
    background-color: rgba(0, 233, 255, 0.6);
    border-radius: 0.25rem;
    /* background-color: #00E9FF; */
}

.dropdown-header:hover {
    background-color: rgba(0, 233, 255, 0.4);
    border-radius: 0.60rem ;
}

    .dropdown-header:hover > .dorpdown-item {
        padding: 0.3rem ;
    }

    .dropdown-header:hover > :first-child {
        display: block ;
    }

/* especificacion para iconos propios */
.bg-icon-cacpe-24 {
    background-size: 24px 24px !important;
}

.bg-icon-cacpe-36 {
    background-size: 36px 36px !important;
}

.bg-icon-cacpe-48 {
    background-size: 48px 48px !important;
}

.bg-icon-cacpe-55 {
    background-size: 55px 55px !important;
}


.icon-cacpe-55 {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.icon-cacpe-48 {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.icon-cacpe-36 {
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.icon-cacpe-24 {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

/* Nav redes */
.nav-redes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--bs-white);
    height: 30px;
}

.nav-footer .icon-redes {
    color: #ffffff !important;
}

/* .nav-redes .icon-redes:nth-child(n+0),
.nav-redes:nth-child(n+0){
  color: var(--bs-cacpe-primary) !important;
} */

.nav-redes p:nth-child(n+0),
.nav-redes i:nth-child(n+0) {
    margin: 0;
    padding-left: 0.75rem;
}

.nav-redes .icon-redes:hover {
    /* color: #3510DF !important; */
    color: #00E9FF !important;
    transform: scale(1.5);
}

.nav-footer .icon-redes:hover {
    /* color: #3510DF !important; */
    color: #00E9FF !important;
    transform: scale(1.5);
}

@media screen and (max-width: 768px) {
    .nav-redes {
        flex-direction: column;
        height: auto;
    }
}


.bg-primary-now {
    background: rgba(237, 50, 105, 0.03);
}

.bg-blue-now-20 {
    background: rgba(53, 61, 249, 0.2);
}

.bg-blue-now-40 {
    background: rgba(53, 61, 249, 0.4);
}

.bg-blue-now-60 {
    background: rgba(53, 61, 249, 0.6);
}

.bg-blue-now-80 {
    background: rgba(53, 61, 249, 0.8);
}

.bg-cian-now-20 {
    background: rgba(0, 233, 255, 0.2);
}

.bg-cian-now-40 {
    background: rgba(0, 233, 255, 0.4);
}

.bg-cian-now-60 {
    background: rgba(0, 233, 255, 0.6);
}

.bg-cian-now-80 {
    background: rgba(0, 233, 255, 0.8);
}

.simulador-footer:hover {
    background-color: rgba(0, 233, 255, 0.4);
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.green-color {
    color: green;
}

.red-color {
    color: red;
}
