body, html {
    font-family: 'Open Sans', sans-serif;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}


.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.thin {
    font-weight: 100;
}

.semi-thin {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}


.font-5 {
    font-size: 5px !important;
}

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

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

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-52 {
    font-size: 52px !important;
}

.font-65 {
    font-size: 65px !important;
}

.font-69 {
    font-size: 69px !important;
}

.lh-29 {
    line-height: 29px;
}

.lh-65 {
    line-height: 65px !important;
}

.border-right {
    border-right: 1px solid #0263b5 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D9D9D9;
    outline: 0 !important;
    box-shadow: none !important;
}

button:focus,
input:focus,
textarea:focus,
.owl-next:focus,
.owl-prev:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    text-transform: uppercase;
    font-stretch: condensed;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    border-width: 2px;
}

.btn-contact-navbar {
    background-color: black;
    border-color: black;
    color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 25px;
    animation: 1s ease;
}

.btn-contact-navbar.active,
.btn-contact-navbar:hover {
    border-color: #fff !important;
    background: #fff !important;
}

.btn-contact-navbar:hover,
.btn-contact-navbar:active,
.btn-contact-navbar:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: black;
}

.modal-backdrop.show {
    opacity: .75;
}

.modal-backdrop {
    background-color: #030310;
}

.btn-close-modal {
    font-size: 15px;
    position: absolute;
    top: -20px;
    right: -17px;
}

#modalYoutube .modal-header {
    background: transparent;

}

#modalYoutube .modal-body {
    border-radius: 10px;
}

/***************************
* navbar
*****************************/


.bg-white #nav-desktop li.nav-item.active > .nav-link {
    border-bottom: 2px solid #000;
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    /*font-weight: bold;*/
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}


.navbar-nav li.nav-item {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar {
    transition: .375s;
}

.navbar.bg-white {
    transition: .5s;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.color-6A6A6A {
    color: #6A6A6A;
}

.bg-fff {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 25px;
}

.list-special li {
    margin-bottom: 15px;
}

.list-special {
    list-style-image: url('/themes/web/assets/img/icons/bullet.svg');
    padding-left: 18px;
}

.accordion-helper .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 4px;
}

.accordion-helper .card-header {
    cursor: pointer;
    background: #b0def7;
    border-bottom: 0;
}

.accordion-helper .card-header.active {
    background-color: #fff;
    background: #b0def7;
}

.nav-tabs {
    border-bottom: 0px solid #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0263b5;
    background-color: #fff;
    border-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #fff;
}

.nav-tabs .nav-link {
    border: 0px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    background-color: #B0DEF7;
    border-radius: 10px 10px 0 0;
    font-size: 21px;

}

.force-bg-blue {
    background: #003F76;
    color: white !important;
}


.force-bg-blue h2 {
    color: white !important;
}

.force-bg-blue p {
    color: white !important;
}

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

p {
    line-height: 29px;
}


label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 12px;
    font-weight: 400;
    margin-left: 1rem;
    color: #6A6A6A;
}

.form-control {
    border-radius: 10px;
    border-color: #D9D9D9;
    height: 47px;
    font-size: 14px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef !important;
    cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding: 3px 7px !important;
    height: 32px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    cursor: text !important;
    padding-top: 1px !important;
    padding-right: 15px !important;
    min-height: 47px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #000 !important;
    border: none !important;
    border-right: 1px solid #000 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 0 4px !important;
    float: right !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 29px !important;
    line-height: 12px !important;
    margin-top: 1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default !important;
    padding-left: 4px !important;
    padding-right: 7px !important;
    color: #000 !important;
}

.parallax-window-595 {
    min-height: 595px;
    background: transparent;
}

/***************************
* HOME
*****************************/

.paddingToNavbar {
    /*padding-top: 90px;*/
}

.paddingVeilHome {
    padding: 200px 0;
}

.vh80Home {
    /*height: 100%;*/
}

.bg-news-panel {
    background-color: #fff;
    color: #6A6A6A;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.contact-module {
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 5rem;
    min-height: 320px;
}

/***************************
* FOOTER
*****************************/

.footer {
    padding-top: 40px;
    padding-bottom: 10px;
    color: white;
    background: #000;
}

.footer a.nav-link {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

.footer .line-bottom {
    border-bottom: 0.5px solid #7A7D81;
    width: 100%;
}

.footer a.nav-link.active {
    font-weight: bold;
}

.color-6a6a6a {
    color: #ffffff;
}

.footer-border-right {
    border-right: 1px solid #fff;
}

.nav-rrss path#linkedin {
    transition: 0.1s;
}

.nav-rrss svg:hover #linkedin {
    fill: #0087fa;
}

/***************************
* HOME
*****************************/

.backgroundFixedHome {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    max-height: 768px;
}

.backgroundFixedHomeShort {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 100vh;
    max-height: 595px;
}

.veilHome {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.post-content {
    margin-left: -190px;
}

.comment-box {
    background-repeat: no-repeat;
    background-color: white;
    background-position-y: 20px;
    background-position-x: 40px;
    border-radius: 10px;
}

.comment-box .comment-author {
    border-top: 1px solid white;
    padding-top: 10px;
    width: fit-content;
    margin-top: 25px;
}

.posts-box button.owl-prev,
.posts-box button.owl-next {
    position: absolute;
    top: calc(50% - 15px);
}

.posts-box button.owl-prev {
    left: 0;
}

.posts-box button.owl-next {
    right: 0;
}

.owl-carousel .owl-stage-outer {
    /*padding: 0 50px !important;*/
}

.comment-box button.owl-prev,
.comment-box button.owl-next {
    position: absolute;
    top: calc(50% - 15px);
}

.comment-box button.owl-prev {
    left: 30px;
}

.comment-box button.owl-next {
    right: 30px;
}


.brands-images {
    height: 35%;
    width: 35%;
    animation: .3s;
}


/*.brands-images:hover{*/
/*    opacity: 1;*/
/*    filter: none !important;;*/
/*}*/


.menu-mobile-button {
    position: absolute;
    top: 34px;
    right: 34px;
    cursor: pointer;
    z-index: 5;
}

.parallax-internal-home,
.parallax-internal-home.container-header {
    overflow: hidden;
    height: 100vh;
}

.parallax-internal,
.parallax-internal.container-header {
    overflow: hidden;
    height: 90vh;
}

#nav-desktop li.nav-item {
    padding: 0 15px 15px;
    margin-bottom: -15px;
    animation: .2s;
}

#nav-desktop li.nav-item.dropdown.show {
    background: white;
    color: #000 !important;
    border-radius: 10px 10px 0 0;
}

#nav-desktop li.nav-item.active > .nav-link {
    border-bottom: 2px solid #000;
}

#nav-desktop li.nav-item.active.show > .nav-link {
    border-bottom: 0px solid #000;
}

#nav-desktop li.nav-item.dropdown.show > .nav-link {
    color: #000 !important;
}


#nav-desktop > li.nav-item {
    margin-right: 0;
    margin-left: 0;
}

#nav-desktop .navbar-nav li.nav-item {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

#menu-principal .dropdown-menu {
    background-color: #fff !important;
    border: 0px solid rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
    /*box-shadow: 0 0 13px rgba(0,0,0,.15);*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

#nav-desktop .nav-tabs .nav-link.active {
    color: #0263b5;
    background-color: #fff;
    border-color: #fff;
    border-radius: 10px 10px 0 0;
}

.img-menu-type-one {
    height: 60px;
    margin-bottom: 10px;
}

.menu-box-hover {
    animation: .4s;
}

.menu-box-hover:hover {
    background: white !important;
}

.dp-menu {
    width: max-content;
    transform: translateX(-50%);
    left: 50%;
    top: 50px;
    /*max-width: 800px;*/
    overflow: hidden;
}

#nav-desktop #dp-ciberseguridad-ofensiva {
    width: 720px !important;
    transform: translateX(-47%) !important;
}

#nav-desktop #dp-ciberseguridad-defensiva {
    width: 1080px !important;
    transform: translateX(-56%) !important;
}

#nav-desktop #dp-soluciones {
    width: 1156px !important;
    transform: translateX(-70%) !important;
}

#nav-desktop #dp-soluciones .nav-three {
    padding-top: 10px;
    padding-bottom: 20px;
    list-style-type: none;
}

#nav-desktop #dp-soluciones .nav-three a.nav-link {
    font-size: 14px !important;
    font-weight: 400 !important;
    animation: all .2s;
    margin-right: auto;
}

#nav-desktop #dp-soluciones .nav-three a.nav-link.active,
#nav-desktop #dp-soluciones .nav-three a.nav-link:hover {
    font-weight: 600 !important;
}

#nav-desktop #dp-soluciones .nav-three li.nav-item {
    padding: 0;
    margin: 0 !important;
    height: 32px;
    line-height: 5px;
}

#nav-desktop .img-small {
    float: left;
    margin-right: 6px;
    width: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

#nav-desktop .li-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


/****************
* MENU MOBILE
****************/
.overflow-hidden {
    overflow: hidden;
}

#menu-block-mobile .bg-menu-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    /*-webkit-animation: skew-out .5s;*/
    /*animation:  skew-out .5s;*/
    transform: translateX(100%);
}


#menu-block-mobile .bg-menu-mobile.desactive {
    -webkit-animation: skew-out .3s;
    animation: skew-out .3s;
    transform: translateX(-1000%);
}

#menu-block-mobile .bg-menu-mobile.active {
    -webkit-animation: skew-in .3s;
    animation: skew-in .3s;
    transform: translateX(0%);
}

@keyframes skew-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes skew-out {

    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }

}

#nav-mobile .img-small {
    float: left;
    margin-right: 6px;
    width: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}


#nav-mobile .img-small img {
    height: 24px;
    width: 29px;
}

#nav-mobile .li-flex {
    display: flex !important;
    justify-content: start;
    align-items: center;
}


#menu-principal.logo-animation-disable {
    transform: translateX(0);
    -webkit-animation: logo-out .4s;
    animation: logo-out .4s;
    float: right;
    right: 0;
    left: auto;
    width: 100%;
}

#menu-principal.logo-animation-enable {
    transform: translateX(0);
    -webkit-animation: logo-in .4s;
    animation: logo-in .4s;

    float: right;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 440px;
    /*background: transparent !important;*/
}

#menu-principal.logo-animation-disable .navbar-brand {
    transform: translateX(0);
    -webkit-animation: logo-out .6s;
    animation: logo-out .6s;
}

#menu-principal.logo-animation-enable .navbar-brand {
    transform: translateX(0);
    -webkit-animation: logo-in .6s;
    animation: logo-in .65s;
}

@keyframes logo-in {
    0% {
        transform: translateX(1000%);
    }
    100% {
        transform: translateX(0);
    }
}


@keyframes logo-out {

    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }

}

.menu-mobile-canvas {
    margin-top: 97px;
    height: calc(100vh - 97px);
    overflow-y: auto;
    padding-bottom: 30px;
}

.icon-dp-mobile {
    position: relative;
    float: right;
    top: 14px;
    right: 7px;
}

.icon-dp-mobile-2 {
    position: relative;
    float: right;
    top: 9px;
    right: 36px;
}


#modalYoutube .modal-body {
    height: 550px;
}

.center-mode-text p:last-child {
    margin-bottom: -10px;
}

.no-p-margin p:last-child {
    margin-bottom: -10px;
}

.py-fixed h2 {
    margin-top: -10px;
}

.bg-white .no-p-margin p:last-child {
    margin-bottom: -5px;
}

.py-fixed .bg-white h2 {
    margin-top: -5px;
}


.py-fixed {
    padding-top: 48px;
    padding-bottom: 48px;
}

.py-fixed .bg-white {
    /*margin-bottom: -24px;*/
    /*margin-top: -24px;*/
}

.py-5 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}


.card-profile {
    width: 100%;
    max-width: 280px;
}

.link-footer:hover,
.link-footer:focus,
.link-footer:active {
    color: #b4b4b4;
    text-decoration: none;
}

.link-top:hover,
.link-top:focus,
.link-top:active {
    color: #f5f5f5;
    text-decoration: none;
}

.img-circle{
    margin: auto;
    z-index: 20;
    object-fit: cover;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.img-circle-menu{
    margin: auto;
    z-index: 20;
    object-fit: cover;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

/*.module-heading  h1 span:first-letter {*/
/*    margin-left: -7px;*/
/*}*/
/*.module-heading  h1 .extra-bold:first-letter {*/
/*    margin-left: -5px;*/
/*}*/


/*.module-heading  h2:first-letter {*/
/*    margin-left: -2px;*/
/*}*/


/*.module-heading-home  h1 > span:first-letter {*/
/*    margin-left: -3px;*/
/*}*/

/*.module-heading-home  h2 > span:first-letter {*/
/*    margin-left: -1px;*/
/*}*/
