:root {
    --primaryColor: #0075FF;
    --secondaryColor: #009FE3;
    --ctaColor: #E51B1F;
    --whiteColor: #ffffff;
    --darkBg: #0c0e2b;
    --whitegrey3: #d6e8fc;
    --yellow3: #ffed00;
}

/* global */
.section__title .section__title__heading h2 {
    line-height: 45px;
}

.herobannerarea__title .herobannerarea__title__heading__2 h1 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0.5px;
    color: var(--whiteColor);
}

.herobannerarea__title .herobannerarea__title__heading__2 h1,
.herobannerarea__title .herobannerarea__title__heading__2 h2 {
    line-height: 54px;
}

.aboutarea__content__wraper .aboutarea__headding h2,
.breadcrumbarea h2.heading {
    line-height: 50px;
}

h1 {
    font-weight: 700;
    font-family: var(--headingFont);
    color: var(--blackColor);
}

@media all and (max-width:1199px) {
    .section__title .section__title__heading h2 {
        line-height: 35px;
    }

    .herobannerarea__title .herobannerarea__title__heading__2 h1,
    .herobannerarea__title .herobannerarea__title__heading__2 h2 {
        line-height: 50px;
    }

    .aboutarea__content__wraper .aboutarea__headding h2,
    .breadcrumbarea h2.heading {
        line-height: 40px;
    }
}

@media all and (max-width:767px) {
    .section__title .section__title__heading h2 {
        line-height: 38px;
    }

    .herobannerarea__title .herobannerarea__title__heading__2 h1,
    .herobannerarea__title .herobannerarea__title__heading__2 h2,
    .aboutarea__content__wraper .aboutarea__headding h2,
    .breadcrumbarea h2.heading {
        line-height: 35px;
    }
}

.populerarea__content__wraper__2 .populerarea__button__2 .default__button,
.default__button {
    background-color: var(--ctaColor);
    color: var(--whiteColor);
    border: 1px solid var(--ctaColor);
}

.populerarea__content__wraper__2 .populerarea__button__2 .default__button:hover,
.default__button:hover {
    background-color: var(--whiteColor);
    color: var(--ctaColor);
    border-color: var(--ctaColor);
    border: 1px solid var(--ctaColor);
}



.custom-order {
    display: flex;
}

.custom-order-invert {
    display: flex;
    flex-direction: row-reverse;
}

@media all and (max-width:991px) {
    .custom-order-invert {
        display: flex;
        flex-direction: row;
    }
}

.back__loader_logo img {
    width: 120px;
}

#back__circle_loader {
    width: 160px;
    height: 160px;
}

.custom-pt {
    padding-top: 120px;
}

.custom-bg-form {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-form::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    background-color: var(--darkBg);
}

#back__circle_loader {
    border-top-color: var(--primaryColor);
    border-right-color: var(--primaryColor);
    border-bottom-color: var(--whitegrey3);
    border-left-color: var(--whitegrey3);
}

.aboutarea__list__2 ul {
    padding: 40px;
}

.aboutarea__list__2 ul li {
    position: relative;
}

.aboutarea__list__2 ul li::before {
    position: absolute;
    font-family: IcoFont !important;
    content: "\eed8";
    z-index: 1;
    top: 0;
    left: -40px;
    text-align: center;
    display: block;
    font-size: 16px;
    width: 31px;
    height: 33px;
    line-height: 31px;
    color: var(--primaryColor);
    background: var(--whitegrey3);
}

.swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 10px;
    overflow: visible;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
}

@media (max-width: 767px) {

    .swiper-slide img,
    .aboutarea__img__inner .aboutarea__img .aboutimg__2 {
        top: 0;
    }
}

.registerarea__section__title .section__title__heading h2 small {
    color: var(--yellow3);
}

/* global */

/*animated-logo*/
.custom-dot {
    position: absolute;
    top: -14px;
    left: -8px;
    font-size: 14px;
    color: var(--ctaColor);
    transform-box: fill-box;
}

.custom-logo-anim {
    position: relative;
}

/*animated-logo*/

/* header */
.topbar__left li a {
    color: var(--whiteColor);
}

.topbar__left li a:hover {
    color: var(--darkBg);
}

.topbararea {
    background: var(--primaryColor);
}

.headerarea__main__menu {
    text-align: right;
}

.headerarea__main__menu nav ul>li a.current-active {
    color: var(--primaryColor);
}

.headerarea__button a {
    background-color: var(--ctaColor);
    color: var(--whiteColor);
    border: 1px solid var(--ctaColor);
}

.headerarea__button a:hover {
    background-color: var(--whiteColor);
    color: var(--ctaColor);
    border-color: var(--ctaColor);
    border: 1px solid var(--ctaColor);
}

.main_menu_wrap .headerarea__main__menu nav ul>li.active-submenu {
    border-left: 2px solid var(--primaryColor) !important;
}

.main_menu_wrap .headerarea__main__menu nav ul>li.active-submenu>a {
    color: var(--primaryColor);
    background-color: var(--whitegrey3);
}

/* header */

/*inicio*/
.slider__controls__wrap.slider__controls__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline-color: var(--yellow3);
    background: var(--yellow3);
}

.herobannerarea__title .herobannerarea__small__title span {
    color: var(--darkBg);
}

#custom-bg-1 {
    background-image: linear-gradient(#0075FF, #e300d0);
}

#custom-bg-2 {
    background-image: linear-gradient(#e300d0, #0075FF);
}

.swiper-slide.herobannerarea__single__slider.herobannerarea.herobannerarea__box {
    width: 92% !important;
}

.herobannerarea__box {
    margin-left: 4%;
    margin-right: 4%;
}

.herobannerarea.herobannerarea__ecomarece {
    padding-top: 20px;
    padding-bottom: 40px;
}

.default__small__button {
    background: var(--whitegrey3);
}

.heading__underline span:after {
    background: var(--secondaryColor);
}

.registerarea__content .registerarea__video .video__pop__btn .video-btn {
    font-size: 2em;
}

.registerarea::before {
    background: rgba(0, 0, 0, 0.50);
}

a.single__service {
    display: block;
}

.item-icon-normal {
    display: block;
}

.item-icon-hover {
    display: none;
}

.single__service:hover .item-icon-normal {
    display: none;
}

.single__service:hover .item-icon-hover {
    display: block;
}

.single__service:hover h3,
.single__service:hover p {
    color: var(--whiteColor);
}

.aboutarea__img__inner .aboutarea__img .aboutimg__1 {
    width: 80%;
}

@media all and (max-width:1199px) {
    .aboutarea__img__inner .aboutarea__img .aboutimg__1 {
        width: 100%;
        margin-top: -50px;
    }
}

/*inicio*/

/*footer*/
.copyright__logo img {
    width: 250px;
}

.footer_link-policy {
    margin-bottom: 40px;
    border-left: 3px solid var(--secondaryColor);
    padding-left: 10px;
}

/*footer*/

/*nosotros*/
.breadcrumbarea {
    position: relative;
}

.breadcrumbarea::before {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}

.breadcrumbarea h2.heading,
.breadcrumbarea ul li,
.breadcrumbarea ul li a {
    color: #ffffff;
}

.custom-bg-nosotros {
    background-image: url('../img/herobanner/hero-nosotros.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-fugas {
    background-image: url('../img/herobanner/hero-fugas.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-asesorias {
    background-image: url('../img/herobanner/hero-asesorias.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-cursos {
    background-image: url('../img/herobanner/hero-cursos.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-equipos {
    background-image: url('../img/herobanner/hero-equipos.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-gracias {
    background-image: url('../img/herobanner/hero-gracias.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-bg-aviso {
    background-image: url('../img/herobanner/hero-aviso.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*nosotros*/

/*galerias*/
.custom-gallery-wrap {
    padding: 120px 0;
    background-color: var(--primaryColor);
}

.custom-gallery-wrap .custom-gallery-text h3 {
    color: var(--whiteColor);
    text-align: center;
    padding-bottom: 50px;
}

.custom-gallery {
    display: flex;
    flex-direction: row;
    row-gap: 30px;
}

.custom-gallery .item-galley {
    position: relative;
}

.custom-gallery .item-galley img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 27, 100, 0.25);
    -moz-box-shadow: 0 0 50px 10px rgba(0, 27, 100, 0.25);
    box-shadow: 0 0 50px 10px rgba(0, 27, 100, 0.25);
}

/*galerias*/

/*contacto*/
#nosotros,
#servicios,
#contacto {
    scroll-margin-top: 280px;
}

.registerarea__form select,
.registerarea__form input {
    color: #777;
}

.registerarea__form textarea {
    resize: none;
    color: #777;
}

.custom-contact-icons {
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.custom-contact-icons svg {
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    font-size: 2em;
    padding: 15px;
    border-radius: 50px;
    margin-right: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.custom-contact-icons:hover,
.custom-contact-icons:focus {
    color: var(--whiteColor);
}

.custom-contact-icons:hover svg,
.custom-contact-icons:focus svg {
    color: var(--primaryColor);
    background-color: var(--whiteColor);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.custom-mobile-space {
    margin-top: 0;
}

@media all and (max-width:1199px) {
    .custom-mobile-space {
        margin-top: 1.5rem;
    }
}

/*contacto*/


/* mobile */
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
    font-size: 2em !important;
}

/* mobile */

/*gracias*/
.custom-py {
    padding: 120px 0;
}

/*gracias*/

/* WHATSAPP */
.custom-whatsapp,
.custom-whatsapp:hover,
.custom-whatsapp:focus {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    position: fixed;
    bottom: 128px;
    right: 16px;
    text-align: center;
    font-size: 42px;
    background: #25d366;
    color: #fff;
    z-index: 99;
    display: block;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}


/* WHATSAPP */


/* modal */
.header__area.sticky {
    z-index: 11;
}

.custom-img-certification {
    position: relative;
}

.custom-img-certification img {
    position: relative;
    display: block;
    width: 100%;
}

/* modal */