* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Poppins", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.1s ease;
    text-decoration: none;
    list-style: none;
}

/*ESTILOS DE LOS LINK SIN ELLO */
a {
    text-decoration: none !important;
}

li,
ul {
    list-style: none !important;
}

/********** Template CSS **********/
:root {
    --primary: #D4AF37;
    --secondary: #000000;
    --light: #ffffff;
    --dark: #091E3E;
    --diiv: #121e3512;
}

.logo-gold {
    background-image: url("../svgs/logo_dya-gold.svg");
    margin: all;
    width: 170px;
    height: 55px;
    background-size: 160px;
    background-repeat: no-repeat;
    float: left;
}

.logo-dark {
    background-image: url("../svgs/logo_dya-dark.svg");
    margin-left: 8px;
    width: 180px;
    height: 56px;
    background-size: 180px;
    background-repeat: no-repeat;
    float: left;
}

.bgimg-inicio {
    width: 100%;
    height: 95vh;
}

.bgimg-inicio-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.662), rgba(0, 0, 0, 0.216)), url(../img/paginas/inicio-1.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-inicio-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.662), rgba(0, 0, 0, 0.216)), url(../img/paginas/inicio-2.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-inicio-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.662), rgba(0, 0, 0, 0.216)), url(../img/paginas/inicio-3.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-inicio-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.662), rgba(0, 0, 0, 0.216)), url(../img/paginas/inicio-4.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.img_logo-inicio {
    width: 300px !important;
    height: 300px !important;
}

.text-decaration_none {
    list-style: none;
    text-decoration: none;
    color: red
}

.my-link {
    text-decoration: none !important;
    color: inherit;
    font-weight: normal;
    /* Agrega cualquier otra propiedad que quieras anular aquí */
}

/*Bordes de la parte de vision y mision*/
.modtivacion {
    border-radius: 15px;
    border: solid 1px black;
}


/*COLOR ICONOS DE PREFERENCIAS*/
.icon-preferences {
    color: var(--secondary);
}

/*CLASE DE BORDES REDONDEADOS*/
.borderardio-aa {
    border-radius: 20px !important;
}

/*Pagina de error 404s*/
.error-page {
    height: 100vh;
}

/*** loader ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1s infinite ease-in-out;
    animation: sk-rotateplane 1s infinite ease-in-out;
    border-radius: 15px;
}

/*BORDES REDONDEADOS DE FORMULARIO Y BOTONES Y PAGINAS*/

.ronde-boton {
    border-radius: 10px !important;
}

.ronde-pagina {
    border-radius: 10px !important;
}

.ronde-formulario {
    border-radius: 8px !important;
}

/*
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
} */

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

/*input y boton de suscribiese*/
.form-control-suscribirse,
.btn-suscribirse {
    height: 45px;
    border-radius: 10px !important;
}

/*** Button ***/
.btn-login {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    /* font-size: 20px; */
    transition: .5s;
    background: transparent;
    color: var(--dark) !important;
    width: auto;
    padding: 5px 15px;
    border-radius: 18px;
    margin-left: 10px;
    border: solid 1px var(--primary);
}

.btn-login:hover {
    background: var(--primary);
}

a.log {
    list-style: none;
    text-decoration: none;
    color: var(--primary);
}

a.log:hover {
    color: #000000;
}

.btn-register {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    /* font-size: 20px; */
    width: 100%;
    transition: .5s;
    background: #000000;
    padding: 10px 15px;
    border-radius: 10px;
    border: solid 1px var(--dark);
}

.btn-register:hover {
    background: var(--primary);
    color: #000000;
}

a.register {
    width: 100%;
    list-style: none;
    text-decoration: none;
    color: #ffffff;
}

a.register:hover {
    color: #000000;
}

/*ALERTA*/
.alert {
    border-radius: 10px !important;
    position: fixed;
    top: 10%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert .bi {
    font-size: 20px;
    margin-right: 10px !important;
    margin: 0;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/

.navbar-dark {
    padding: 0px 50px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--light);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top {
    color: var(--light);
    background-color: var(--secondary);
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    font-size: 25px;
    border-color: none !important;
}

/* imagenes de fonde de cada pagina menos el de inicio*/

.bg-img-simple {
    /* margin-bottom: 10px; */
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: end !important;
    background-color: var(--secondary);
}

.bg-img-serviciosAll {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/serviciosAll.jpg) center center no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-img-actualizaciones {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/news.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-img {
    margin-bottom: 80px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-img-404 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/paginas/404.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: -50px;
    margin-bottom: -50px !important;
}

.bg-img-blog {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/blog.jpg) center center no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-img-caracteristicas {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/caracteristicas.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-img-contacto {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/contacto.jpg) center center no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-img-cotizar {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/cotizacion.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-detalles {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/detalles.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-equipo {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/equipo.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-nosotros {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/nosotros.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-planes {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/planes.jpg) center center no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-img-preguntas {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/pregunta.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-servicios {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/servicio.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-testimonios {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/testimonios.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-terminos {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/terminos.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img-politicas {
    background: linear-gradient(rgba(0, 0, 0, 0.896), rgba(0, 0, 0, 0.36)), url(../img/paginas/politicas.jpg) center center no-repeat;
    background-size: cover;
}


.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}


/*** CARRUCEL DE LA PANTALLA DE INICIO ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Seccion del titulo ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


/*** Servicios ***/


.service-intem {
    position: relative;
    height: 350px;
    padding: 5px;
    transition: .5s;
    margin: 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.423);
    width: 100%;
    border-radius: 25px;
}

.service-intem .service-icon {
    margin-bottom: 10px;
    padding: 15px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--primary); */
    border-radius: 15px;
    /* transform: rotate(-45deg);*/
}

.service-intem .service-icon .icon {
    /* width: auto !important; */
    height: 150px !important;
}

.dictamenes {
    background-color: #a4d1dddb;
}

.resoluciones {
    background-color: #4c7d8abd;
}

.pronunciamiento {
    background-color: #daba9cd3;
}

.opinion {
    background-color: #ffe7d1e1;
}

.directiva {
    background-color: #8c71579a;
}

table tr td .btn {
    width: 100%;
}

.titulo{
    width: 100%;
    border-radius: 15px;
    font-size: 35px;
}

.service-intem a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-intem:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

/*_____---------------------------------*/

.service-item {
    position: relative;
    height: 250px;
    min-height: 240px;
    padding: 0 30px;
    transition: .5s;
    margin: 30px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.723);
    width: 100%;
    border-radius: 25px;
    background-image: linear-gradient(75deg,
            #ac2063,
            #9f2472,
            #8c2b80,
            #75338c,
            #583b94,
            #3e4292,
            #23468c,
            #004883,
            #00486e,
            #004355,
            #1d3c40,
            #2e3433);
}

/*** Service ***/

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 40px;
    height: 40px;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: var(--primary);
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 25px;
    padding: 0;
    margin: 0;
    font-size: 50px;
    border-radius: 25px;
}

.service-item .service-title {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s;
    border-radius: 25px;
    font-size: 100px;
    /* background-color: var(--primary); */
}

.service-item .service-title h3 {
    color: var(--light);
    font-size: 50px;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .5s;
    color: var(--secondary);
    background-color: var(--primary);
    font-size: 25px;
}

.service-item:hover .service-text {
    top: 0;
}

/* Añadir esta clase para dividir el contenido en dos columnas */
.service-item .service-text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.service-item .service-text ol {
    padding: 0;
}

/* Añadir este estilo para hacer que cada elemento de la lista ocupe el 50% del ancho */
.service-item .service-text ul li {
    width: 50%;
    box-sizing: border-box;
}


.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: var(--secondary);
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}



/*CONTENEDOR TERMINOS Y CONDICIONES*/
.terminos {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    background-color: var(--body-color);
}

.terminos section {
    width: 100%;
    height: auto;
    text-align: center;
}

.terminos .section a {
    color: var(--colorLink)
}

.terminos .section a:hover {
    color: var(--text-color-a-hover);
    border-bottom: solid 2px var(--text-color-a-hover);
}

/*CENTAR LOQUE SEA*/
.center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .section article {
    color: red;
    background-color: #000000;
  } */


/*** Testimonios ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Equipo ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

/*COLORES foter*/

.bga-dorado {
    background-color: #D4AF37;
    color: #000000;
}

.suscriptor {
    border-radius: 10px !important;
}

.bga-copiri {
    background-color: #151c24;
    color: #ffffff;
    height: min-content;
}

.color-a_text_footer {
    color: #D4AF37 !important
}

.color-a_black {
    color: #000000 !important
}

.color-a_gold {
    color: #D4AF37 !important
}

.color-a_white {
    color: #ffffff !important
}

/*BOTON DE BOLVER A INICIO*/
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border-radius: 50%;
    color: black;
}

/*boton de whatsapp*/

.btn-whatsapp {
    position: fixed;
    bottom: 35px;
    left: 25px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: rgb(16, 215, 16);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 2px 5px rgb(0, 0, 0);
    border: solid 1px black;
}

.btn-whatsapp .waaa {
    margin: auto;
    font-size: 43px !important;
    transition: .2s;
}

.btn-whatsapp:hover {
    color: black;
}

.btn-whatsapp .waaa hover {
    font-size: 50px !important;
}

/*none*/
.decoraition-none {
    text-decoration: none !important;
    list-style: none !important;
}

/*Footer*/


.fooo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}


.fooo p {
    margin: 0;
}

/*CONTENEDOR DE PREGUNTAS FRECUETES*/

/* ? ----- MAIN ----- */
.contenedor {
    max-width: 1300px;
    margin: auto;
    width: 90%;
    padding: 60px 0;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px;
}

.contene {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 25px 55px;
}

.conten_preguntas {
    width: 80%;
}

.contenedor_vmov {
    width: 85%;
    padding: 2px;
    margin: 30px auto;
}

#container_prosedimiento {
    border-radius: 25px;
    padding: 15px;
    text-align: center;
    width: 100% !important;
    margin: auto;
    background-image: linear-gradient(to right top,
            #ac2063,
            #9f2472,
            #8c2b80,
            #75338c,
            #583b94,
            #3e4292,
            #23468c,
            #004883,
            #00486e,
            #004355,
            #1d3c40,
            #2e3433);
}

/* .heading_container h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #d8bf36;
    top: 50%;
    right: -25px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.title {
    color: rgb(0, 110, 255);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.timer {
    color: rgb(0, 0, 0);
    font-size: 5em;
    font-weight: bold;
    background-image: linear-gradient(75deg,
            #fae8d3 0,
            #f6e9d3 3.33%,
            #f3ebd3 6.67%,
            #efecd3 10%,
            #ecedd4 13.33%,
            #e8eed6 16.67%,
            #e4efd7 20%,
            #e0efd9 23.33%,
            #ddf0dc 26.67%,
            #daf1df 30%,
            #d6f1e2 33.33%,
            #d4f2e5 36.67%,
            #d1f2e8 40%,
            #cff2eb 43.33%,
            #cef2ef 46.67%,
            #cdf2f2 50%,
            #cdf2f5 53.33%,
            #cdf1f8 56.67%,
            #cef1fb 60%,
            #d0f0fd 63.33%,
            #d2efff 66.67%,
            #d4efff 70%,
            #d7eeff 73.33%,
            #dbedff 76.67%,
            #dfecff 80%,
            #e3ebff 83.33%,
            #e7eaff 86.67%,
            #ebe8ff 90%,
            #efe7ff 93.33%,
            #f3e6fd 96.67%,
            #f6e5fb 100%);
    padding: 10px;
    margin-bottom: 1rem;
    border-radius: 20px;
    width: 100%;
}

/*mas*/


.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.heading_container h1 {
    text-align: center;
    font-weight: bold;
    color: rgb(0, 255, 221);
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    color: var(--light);
}


.work_section .heading_container {
    margin-bottom: 40px;
    padding: 25px 30px;
}

.work_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.work_section .detail_container .box {
    margin: 10px 15px;
    height: auto;
    width: auto;
    padding: 10px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    background-color: #0000004b;
}

.work_section .detail_container .box .top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
    color: var(--primary);
    /* background-color: rgba(255, 255, 255, 0.399); */
    padding: 5px 13px;
    border-radius: 10px;
    border-bottom: solid 1px var(--primary);
    /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15); */
}

.work_section .detail_container .box .top-box .icon-box {
    width: auto;
    margin-right: 8px;
}

.work_section .detail_container .box .top-box .icon-box i {
    width: 100%;
    font-size: 30px;

}

.work_section .detail_container .box .top-box h5 {
    font-weight: 100;
    margin: 0;
    color: var(--primary);
}

.work_section .detail_container .box .bottom-box {
    margin: 10px;
}

.work_section .detail_container .box .bottom-box p {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--light);
    text-align: center;
}

.work_section .img-box img {
    max-width: 100%;
}

.work_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.work_section .btn-box a {
    display: inline-block;
    padding: 15px;
    background-color: var(--primary);
    color: var(--secondary);
    border-radius: 20px;
    font-size: 20px;
    transition-duration: 0.1s;
    width: 98%;
}

.work_section .btn-box a:hover {
    font-weight: bold;
    color: var(--primary);
    background-color: var(--secondary);
}


.work_section .btn-box {
    justify-content: center;
    margin-top: 35px;
}

.conten_foo_vision {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    max-width: 350px;
}

.d-none {
    display: none !important;
}

@media (min-width: 992px) {
    /*** Navbar ***/

    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        color: var(--light);
    }

    .sticky-top.navbar-dark {
        position: fixed;
        color: var(--light) !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--light);
    }
}


@media (max-width: 991.98px) {

    /*LOGO*/
    .logo-gold {
        margin: all;
        width: 120px;
        height: 40px;
        background-size: 120px;
        background-repeat: no-repeat;
        float: center;
    }

    /*** Navbar ***/

    .navbar-dark {
        /* position: fixed;
        top: 0px;
        right: 0px; */
        padding: 10px 15px;
        height: auto;
        align-items: center;
    }

    .sticky-top.navbar-dark {
        position: relative;
        /* background: var(--dark) !important; */
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--light);
    }

    .bga_dark {
        background: rgb(0, 0, 0);
    }

    /*** Miscelanias ***/
    .facts {
        position: relative;
        margin-top: 0px;
        z-index: 1;
    }

    /*LOGO DE PROCEDIMIENTO QUE VENCE PRONTO*/

    .work_section .heading_container {
        margin-bottom: 10px;
        padding: 20px 20px;
    }

    .timer {
        font-size: 3.5em;
    }

    .work_section .img-box img {
        max-width: 100%;
        margin: 35px auto;
    }
}


@media (max-width: 576px) {
    /*CONTENEDOR DE INFORMACION*/

    .carousel-caption {
        top: -20%;
    }

    .btn-login {
        margin: 15px 0;
        width: 100%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }

    /* imagenes de fonde de cada pagina menos el de inicio*/

    .bg-img {
        margin-bottom: 0px;
        height: 250px;
    }

    /*CONTENEDOR DEL MAIN*/
    .container-fluid {
        padding: 5px !important;
    }

    .bg-img-simple {
        /* margin-bottom: 10px; */
        height: 70px;
        font-size: 15px !important;
        display: flex;
        align-items: center;
    }
    /**/
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    /*LOGO EN LA PANTALLA DE INICIO*/
    .contenedor-imgbg_inicio {
        width: 100%;
        height: auto;
    }

    .img_logo-inicio {
        width: 200px !important;
        height: 200px !important;
    }

    /*BOTON DE WHATSAPP*/
    .btn-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 85PX;
        left: 15px;
    }

    .btn-whatsapp .waaa {
        font-size: 30px !important;
    }

    .btn-whatsapp .waaa:hover {
        font-size: 45px !important;
    }

    /*BOTON DE BOLVER A INICIO*/
    .back-to-top {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 85px;
    }

    /*LOGO DE PROCEDIMIENTO QUE VENCE PRONTO*/

    .work_section .heading_container {
        padding: 15px;
    }

    .work_section .detail_container .box {
        margin: 10px 0px;
        padding: 10px;
    }

    .timer {
        font-size: 2em;
    }

    .work_section .img-box img {
        max-width: 100%;
        height: auto;
        margin: 30px auto;
    }

    .work_section .btn-box a {
        padding: 10px;
        width: 100% !important;
    }

    /*CONTENEDORES*/

    .contene {
        margin-top: 20px;
        padding: 25px;
    }

    .conten_preguntas {
        width: 100%;
    }

    .contenedor_vmov {
        width: 100%;
        padding: 0px;
    }

    /*PAGINA DE NOSOTROS VISION...*/

    .service-item {
        height: auto;
        min-height: 220px;
    }

    .service-item .service-title h3 {
        font-size: 35px;
    }

    .service-item .service-text::before {
        height: 10px;
        top: 85px;
    }

    .service-item:hover .service-text::before {
        top: -20px;
    }

    .service-item .service-text {
        padding: 10px 15px;
        font-size: 18px;
    }


    /*Footer*/
}