* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Varela Round", sans-serif;
    min-width: 360px !important;
}

html {
    scroll-behavior: smooth;
}

/*------------------------ HEADER -----------------------*/
header {
    z-index: 100;
}

.navbar_def {
    width: 100%;
    background-color: #fff !important;
}

.img_logo_header {
    width: 30%
}

.enlaces {
    margin-right: 0px !important;
}

.nav-link {
    font-size: 18px !important;
    color: rgb(30, 30, 30) !important;
    font-weight: 600 !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
    position: relative !important;
}

.sesion {
    color: #0088FF !important;
}

.nav-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(to right, #0088FF, #2196f3, #58B2EB) !important;
    z-index: 1 !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.5s ease-in-out !important;
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    -o-transform: scaleX(0) !important;
    -webkit-transition: transform 0.5s ease-in-out !important;
    -moz-transition: transform 0.5s ease-in-out !important;
    -ms-transition: transform 0.5s ease-in-out !important;
    -o-transition: transform 0.5s ease-in-out !important;
}

.collapse a:hover::after {
    transform: scaleX(1) !important;
    -webkit-transform: scaleX(1) !important;
    -moz-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    -o-transform: scaleX(1) !important;
}

/*------------------------ SECTION-INFORMACIÓN -----------------------*/
.informacion-fondo {
    position: relative;
    height: 70vh;
    margin: 0;
}

.descripcion h1 {
    color: rgb(30, 30, 30);
    font-size: 60px;
    font-weight: 400;
}

.text_cmms {
    font-size: 36px;
    font-weight: 600;
    color: #0097e2;
}

.text_software {
    font-size: 24px;
    font-weight: 600;
    color: rgb(30, 30, 30);
}

.img_laptop img {
    width: 100%;
}

/*------------------------ SECTION-PILARES -----------------------*/
.pilares {
    background-image: url(../img/background_pilares.jpg);
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.pilares .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #0097e2;
    background: -moz-linear-gradient(-10deg, #0097e2 0%, #0097e2 100%);
    background: linear-gradient(50deg, #883def 0%, #0097e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.services {
    color: #fff;
}

.icon span img {
    width: 20%;
}

.img_phone span img {
    width: 18%;
}

.text_pilares p {
    font-size: 22px;
}

.text_pilares a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 600;
}

.text_pilares a button {
    background-color: #ffffff;
    border: none;
    height: 50px;
    font-size: 20px;
    font-weight: 800;
    color: rgb(24, 24, 24);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

/*------------------------ SECTION-CONSULTORÍA -----------------------*/
.img_consultoria {
    position: relative;
}

.img_consultoria img {
    width: 100%;
    object-fit: cover;
}

.text_consultoria h2 {
    font-size: 40px;
    font-weight: 600;
    color: rgb(30, 30, 30);
}

.text_consultoria .text_consultoria_p {
    font-size: 24px;
}

.text_consultoria p {
    font-size: 22px;
    color: #595b5e;
}

.consultorias-2 {
    margin-bottom: 30px;
}

.consultorias-2 .icon {
    line-height: 1;
    position: relative;
    width: 80px;
    height: 80px;
    background: #1aa3f3fe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.consultorias-2 .icon span {
    font-size: 30px;
    color: #fff;
}

.consultorias-2 .text {
    width: calc(100% - 80px);
}

.consultorias-2 .text h3 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(30, 30, 30);
}

/*------------------------ SECTION-EXPERIENCÍA -----------------------*/
.experiencias {
    padding: 5em 0;
    position: relative;
}

.experiencia-section h2 {
    font-size: 45px;
    font-weight: 600;
}

.staff .img-wrap {
    height: 200px;
}

.img-wrap img {
    width: 100%;
    object-fit: cover;
}

.staff .text h3 {
    font-size: 30px;
    font-weight: 800;
    color: #0097e2;
}

.faded p {
    font-size: 22px;
    color: #595b5e;
    line-height: 38px;
}

/*------------------------ SECTION-CONGRESOS -----------------------*/
.congresos {
    background-image: url(../img/background_pilares.jpg);
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    padding: 1em 0;
}

.congresos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #0097e2;
    background: -moz-linear-gradient(-10deg, #0097e2 0%, #0097e2 100%);
    background: linear-gradient(50deg, #883def 0%, #0097e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.text-congresos h2 {
    margin-top: 3%;
    color: #fff;
    font-size: 45px;
}

.img_congresos img {
    width: 75%;
}

/*------------------------ SECTION-ACTIVOS -----------------------*/
.activos {
    padding: 5em 0;
    position: relative;
}

.img_activos img {
    width: 95%;
}

.text_activos {
    margin-left: 25px;
}

.text_activos h1 b {
    font-size: 46px;
}

.text_activos h1 {
    font-size: 36px;
    color: rgb(30, 30, 30);
}

.text_activos p {
    font-size: 22px;
    line-height: 38px;
    color: #595b5e;
}

/*------------------------ SECTION-CODIGO QR -----------------------*/
.codigo {
    background-image: url(../img/background_qr.jpg);
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.codigo a {
    text-decoration: none;
}

.codigo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #0097e2;
    background: -moz-linear-gradient(-10deg, #0097e2 0%, #0097e2 100%);
    background: linear-gradient(50deg, #883def 0%, #0097e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.text_codigo h3 {
    font-size: 50px;
    color: #fff;
}

/*------------------------ SECTION-HDV -----------------------*/
.hdv {
    padding: 5em 0;
    position: relative;
}

.img_hdv img {
    width: 63%;
}

.text_hdv h1 {
    color: rgb(30, 30, 30);
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 15px;
}

.text_hdv p {
    font-size: 24px;
    color: #595b5e;
    margin-bottom: 50px;
    line-height: 38px;
}

.text_hdv .text_auditorias {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.text_hdv button {
    background-color: #0097e2;
    border: none;
    height: 52px;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
}

/*------------------------ SECTION-SOFTWARE -----------------------*/
.estrategias-section {
    padding: 5em 0;
    position: relative;
    background-color: rgba(250, 250, 250, 1);
}

.text-estrategias h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.text-estrategias p {
    color: #595b5e;
    font-size: 24px;
    text-align: center;
}

.img_estrategias img {
    width: 38%;
}

.text_e h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.text_e p {
    font-size: 22px;
    color: #595b5e;
}

/*------------------------ SECTION-PROGRAMACIÓN -----------------------*/
.programacion {
    padding: 5em 0;
    position: relative;
}

.text-programacion h2 {
    font-size: 48px;
    font-weight: 600;
    color: rgb(30, 30, 30);
}

.text-programacion b {
    color: #0097e2;
}

.text-programacion p {
    font-size: 28px;
    color: #595b5e;
}

.text_programacion-2 h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.text_programacion-2 p {
    font-size: 22px;
    line-height: 38px;
    color: #595b5e;
}

/*------------------------ SECTION-CAROUSEL -----------------------*/
.carousel_com {
    padding: 5em 0;
    position: relative;
}

.carousel_com {
    padding: 6em 0;
    background-image: url(../img/background_graficos.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    height: 55vh;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.carousel_com .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #0097e2;
    background: -moz-linear-gradient(-10deg, #0097e2 0%, #0097e2 100%);
    background: linear-gradient(50deg, #883def 0%, #0097e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.text_compatible p {
    font-size: 30px;
    color: #fff;
}

.slider {
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slide-track {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    animation: scroll 30s linear infinite;
    -webkit-animation: scroll 30s linear infinite;
    width: calc(250px * 12);
}

.slider .slide-track:hover {
    animation-play-state: paused;
}

.slider .slide {
    width: 250px;
    margin: 10px;
}

.slider .slide img {
    width: 90%;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 6));
        -webkit-transform: translateX(calc(-250px * 6));
        -moz-transform: translateX(calc(-250px * 6));
        -ms-transform: translateX(calc(-250px * 6));
        -o-transform: translateX(calc(-250px * 6));
    }
}

.slide img {
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.125);
}

/*------------------------ SECTION-CALENDARIO -----------------------*/
.calendario {
    padding: 6em 0;
    position: relative;
}

.img_calendario img {
    width: 100%;
    box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    border: 15px solid #fff;
    transition: 0.3s;
}

.img_calendario img:hover {
    transition: 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.text-calendario h2 {
    font-size: 50px;
    font-weight: 600;
}

.text_calendario-2 p {
    font-size: 22px;
    color: #595b5e;
    line-height: 38px;
    margin-bottom: 30px;
}

.text_calendario-2 button {
    background-color: #0097e2;
    border: none;
    height: 52px;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
}

/*------------------------ SECTION-GRAFICOS -----------------------*/
.graficos {
    padding: 6em 0;
    background-image: url(../img/background_graficos.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    height: 50vh;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.graficos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #0097e2;
    background: -moz-linear-gradient(-10deg, #0097e2 0%, #0097e2 100%);
    background: linear-gradient(50deg, #883def 0%, #0097e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.text-graficos {
    color: #fff;
}

.text-graficos h2 {
    font-size: 50px;
    font-weight: 600;
}

.text_graficos-2 p {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
}

.img_grafico img {
    width: 65%;
}

/*--------------------- MAIN SECTION - CONTACTO --------------------*/
.img_contactanos {
    padding: 2em 0;
    position: relative;
}

.bg-orange {
    background-color: rgb(30, 30, 30) !important;
    color: rgb(255, 255, 255);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.titulo_datos {
    font-size: 40px;
    font-weight: 500;
    color: rgb(30, 30, 30);
    margin-left: 15px;
}

.bg-light-opacity {
    background-color: rgba(255, 255, 255);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 3px 50px rgb(163 172 191 / 30%);
}

form .grupo {
    position: relative;
    margin: 10px;
    padding: 4px;
}

input {
    width: 100%;
    background: none;
    color: #202020;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    border: none;
    border-bottom: 1px solid #afafaf;
}

input:focus {
    outline: none;
    color: #333333;
}

.input-cel {
    width: 100%;
    background: none;
    color: #464646;
    font-size: 15px;
    display: block;
    border: none;
    border-bottom: 1px solid #616161;
}

.input-cel:focus {
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
    border-color: #5a5a5a !important;
}

.select {
    margin-top: 16px;
    background: none;
    color: #464646;
    font-size: 15px;
    display: block;
    border: none;
    border-bottom: 1px solid #5a5a5a;
}

.grupo label {
    color: #0c0c0c;
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: -12px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    pointer-events: none;
}

.grupo label::after {
    content: '*';
    color: #dc3545;
}

.label-cel {
    color: #353535 !important;
    font-size: 18px !important;
}

.barra {
    position: relative;
    display: block;
    width: 100%;
}

.barra::before {
    content: "";
    height: 2px;
    width: 0%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #219AE4, #58B2EB, #4CB3F4);
    transition: 0.3s ease width;
    -webkit-transition: 0.3s ease width;
    -moz-transition: 0.3s ease width;
    -ms-transition: 0.3s ease width;
    -o-transition: 0.3s ease width;
    left: 0;
}

input:focus~.barra::before {
    width: 100%;
}

textarea {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-bottom: 2px solid #afafaf;
    margin-top: 20px;
    padding: 12px;
    font-size: 18px;
}

textarea:focus {
    outline: none;
    color: #5e5d5d;
}

.btn-enviar {
    font-size: 22px;
    background-color: rgb(30, 30, 30) !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: rgb(255, 255, 255);
    padding: 5px 30px 5px 30px;
}

.btn-enviar:hover {
    background-color: #219AE4 !important;
    color: #fff;
}

.text_condiciones {
    text-align: center;
}

.text_condiciones a {
    font-weight: 600;
    text-decoration: none;
    color: #0088FF;
}

.center-img img {
    box-sizing: border-box;
    width: 78%;
}

.text-apping {
    margin-top: 20px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-size: 30px;
}

/*------------------------ FOOTER -----------------------*/
footer {
    padding: 2em 0;
    position: relative;
    background-color: rgb(30, 30, 30);
    color: #fff;
}

.des_cmms img {
    width: 60%;
}

.img_logo_lab img {
    width: 70%;
}

.des_cmms p {
    margin-top: 30px;
    font-size: 18px;
}

.text_menu h2 {
    font-size: 24px;
    font-weight: 600;
}

.list-unstyled li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.text_contactanos {
    font-size: 24px;
    font-weight: 600;
}

.block-23 ul {
    list-style: none;
    padding: 0;
}

.block-23 span {
    font-size: 18px;
}

.block-23 li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.block-23 .icon {
    color: #0088FF;
    font-size: 30px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.block-23 .icon-mail {
    color: #0088FF;
    font-size: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.img_logo_lab p {
    font-size: 24px;
}