:root {
    --dark-primary: #34495E;
    /* --dark-hero: rgb(18, 28, 37); */
    --dark-hero: #1C2537;
    --gray-primary: #f2f2f2;
    --white-primary: #fff;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background-color: var(--gray-primary);
}

.header {
    background-color: var(--dark-hero);
    height: 100vh;
    position: relative;
    z-index: 1;
    border-radius: 0 0 50px 50px;
}

.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding-top: 1rem;
}

.logo {
    padding-bottom: 4rem;
}

.logo img {
    width: 9rem;
}

.mouse {
    position: absolute;
    bottom: 4%;
    left: 50%;
    animation-duration: 1s;
    animation-name: mouseAnimed;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: translate(-50%);
}

.mouse img {
    width: 2rem;
}

@keyframes mouseAnimed {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#particles-js {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#particles-js:hover {
    cursor: pointer;
}


/* --------------------------- efecto typing y Titulo --------------------------- */

.flexed {
    align-items: center;
    display: grid;
    height: 100vh;
    text-align: center;
}

.caja-texto {
    color: #fff;
}

.texto1 {
    text-align: center;
    margin: 0;
    padding: 0;
}

.texto1-h1 {
    font-size: 7.5vw;
}

.descripcion {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 479px) {
    .texto1 h1 {
        font-size: 7.5vh !important;
    }

    .texto2 p {
        font-size: 7.5vh !important;
    }
}

@media (max-width: 768px) {

    .cont-thumbnail h4,
    .cont-thumbnail p {
        opacity: 1 !important;
        bottom: -33% !important;
    }

    .cont-thumbnail>.cont-etiquetas {
        transform: scale(1.1, 1.15);
        transform-origin: center top;
    }
}

.texto2 {
    text-align: center;
}

.texto2 p {
    font-size: 7.5vw;
    font-weight: 600;
}


/* --------------------------- nav bar --------------------------- */
.navbar {
    background-color: transparent;
    /* background-color: #18202F; */
    border-radius: 10px;
    padding: .8rem;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.nav-item {
    padding: 0px 20px;
    border-radius: 10px;
}

.nav-item:is(.active) {
    background-color: #18202F;
    /* background-color: #1C2537; */
}

.nav-item:hover {
    background-color: #293751;
}

.nav-link {
    display: flex;
    align-items: center;
    min-height: 36px;
    line-height: 1rem;
    padding: 0.6rem;
}

.nav-link img {
    height: 1rem;
    padding-right: 5px;
}

/* --------------------------- efecto typing end --------------------------- */
main {
    width: 100%;
}

.section {
    border-radius: 0 0 50px 50px;
    margin: auto;
}

h1,
.subtitulo {
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 0.75rem;
}

.areas {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    padding-top: 3rem;
    padding-bottom: 0.75rem;
}

h5,
h3,
.t-servicios {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    padding-top: 2rem;
    padding-bottom: 0.75rem;
}

.dark-primary {
    color: var(--dark-primary);
}

.font-sub {
    font-weight: 600 !important;
}

.font-title {
    font-weight: 600 !important;
    color: #20AA99;
}

.cont-logo {
    display: flex;
    justify-content: center;
    padding: 0.75rem;
}

.cont-logo img {
    width: 10rem;
}

.cont-somos2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: auto;
    max-width: 75vw;
}

.w-somos1 {
    width: 60%;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-somos1 {
    text-align: justify;
    padding: 5px;
    margin: 0;
}

.w-somos2 {
    width: 30%;
    min-width: 300px;
    margin: auto;
}

.w-somos2 svg {
    background-color: transparent;
}

.w-somos2 img {
    width: 100%;
    cursor: pointer;
    transform: scale(0.8);
    transition: transform .2s;
}

.w-somos2 img:hover {
    transform: scale(1);
    filter: drop-shadow(1px 3px 1px rgba(0, 0, 0, 0.3));
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    76% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.cont-servicios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem;
}

.card-servicios {
    max-width: 300px;
    min-width: 288px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    margin: 1em;
    padding: 1em;
    cursor: pointer;
}

.index1 {
    position: relative;
    z-index: 1;
}

.cont-thumbnail {
    position: relative;
    max-width: 330px;
    border-radius: 6px;
    margin: 3rem;
}

.cont-thumbnail img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
}

.cont-etiquetas {
    position: absolute;
    bottom: 1.7rem;
    right: 0;
    border-radius: 10px;
    background-color: #27DEBF;
    width: 100%;
    height: 80%;
    z-index: -1;
    transition: 0.4s;
}

.cont-thumbnail:hover>.cont-etiquetas {
    transform: scale(1.1, 1.15);
    transform-origin: center top;
}

.cont-thumbnail h4,
.cont-thumbnail p,
.cont-thumbnail h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: .4rem;
    color: #0e443e;
    opacity: 0;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: inherit;
    padding-bottom: inherit;
}

.git {
    margin-left: .5rem;
    transition: 0.4s;
}

.git img {
    width: 100%;
    max-width: 30px;
    box-shadow: none;
}

.cont-thumbnail:hover h4,
.cont-thumbnail:hover p,
.cont-thumbnail:hover h3 {
    opacity: 1;
}

.cont-thumbnail:hover .git {
    opacity: 1;
}

.servicios-img {
    padding: 8px;
    border-radius: 5px;
}


/* .color-1 {
    shadow red
    box-shadow: 0px 2px 10px rgba(246, 34, 106, 0.2);
} */

.color-1 {
    background-color: #F6226A;
}

.color-2 {
    background-color: #2A4686;
}

.color-3 {
    background-color: #FF5733;
}

.color-4 {
    background-color: #225555;
}

.color-5 {
    background-color: #FFC300;
}

.color-6 {
    background-color: #27DEBF;
}

.color-7 {
    background-color: #27DEBF;
}

.h5-1 {
    color: #F6226A;
}

.h5-2 {
    color: #2A4686;
}

.h5-3 {
    color: #FF5733;
}

.h5-4 {
    color: #225555;
}

.h5-5 {
    color: #FFC300;
}

.h5-6 {
    color: #27DEBF;
}

.h5-7 {
    color: #20AA99;
}

.sec-white {
    background-color: var(--white-primary);
}

.sec-gray {
    background-color: var(--gray-primary);
}

.web {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    width: 100%;
}

svg {
    width: 100%;
    background-color: #fff;
}

b {
    font-weight: 600 !important;
    font-size: 17px;
    color: var(--dark-primary);
}

.verde {
    color: #20AA99;
}

#particles-js {
    opacity: 1;
    animation: onLoad ease-in 1.5S;
}

@keyframes onLoad {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* Promociones */
.cupones {
    padding: 1rem;
    transition: 0.3s;
}

.cupones img {
    width: 100%;
    max-width: 300px;
}

.cupones:hover {
    filter: drop-shadow(0px 0px 10px rgb(32 170 153 / 50%));
}

/* Footer */

.cont-contact {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cont-contac-info {
    max-width: 300px;
    min-width: 288px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    margin: 1em;
    padding: 1em;
    color: var(--dark-primary);
}

.cont-contac-info img {
    width: 100%;
    max-width: 70px;
}

.cont-contac-info p {
    margin-bottom: 0;
}

.social {
    padding: .5rem;
}

.social a img {
    width: 100%;
    max-width: 70px;
}

/* links */
.btn-ligas {
    color: #20AA99;
    font-size: 17px;
}

.btn-ligas:hover {
    color: #27DEBF;
}