@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: aqua-gro;
    src: url(aqua\ grotesque\ \(acuicul\).ttf);
}

@font-face {
    font-family: frostbite;
    src: url(FROSTBITE-Narrow.ttf);
}

@font-face {
    font-family: molot;
    src: url(Molot.otf);
}

:root {
    --primario-color: #033b97;
    --secundario-color: #959daf;
    --terciario-color: #f0f0f0;
    --cuaternario-color: #0f2454;
    --overlay-colora: linear-gradient(to bottom, #00151f, #032535, #02364d, #014866, #005a81, #006693, #0073a6, #0180b9, #018ac7, #0194d6, #029fe5, #03a9f4);
    /*---overlay-colora: #03a9f4;
    ---overlay-colora: #0276aa;*/
    --overlay-colors: #333333;
    --overlay-colort: #0f2454;
    --overlay-colork: #B55D39;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

body {
    height: 1000px;
}

.acuicultec {
    /*font-family: aqua-gro;*/
    font-family: 'Roboto', sans-serif;
}

.tec {
    font-family: frostbite;
    font-weight: 100;
}

.squiller {
    font-family: 'Orbitron', sans-serif;
}

.truck {
    font-family: molot;
}

.katana {
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-style: italic;
}

/* Tamaño del scroll */
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

/* Estilos barra (thumb) de scroll */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

.btn_go_top {
    /*position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: var(--primario-color);
    border: 3px solid var(--primario-color);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;*/
    position: fixed;
    bottom: 83px;
    right: 28.5px;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-color: var(--primario-color);
    border: 3px solid var(--primario-color);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.btn_go_top i {
    font-size: 20px;
    color: var(--terciario-color);
}

/*#preloader {
    background: #fff url(../img/gifacuicultec.gif) no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100000;
    overflow: hidden;
    overflow-y: hidden;
}

#preloader.squilr {
    background: #fff url(../img/gifsquiller.gif) no-repeat center center;
    background-size: 30%;
}

#preloader.squillertruck {
    background: #fff url(../img/gifsquillertruck.gif) no-repeat center center;
    background-size: 30%;
}

#preloader.katan {
    background: #fff url(../img/gifkatana.gif) no-repeat center center;
    background-size: 30%;
}*/

section {
    padding: 100px;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.banner video.kat {
    opacity: 0.4;
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-colora);
    /*background: var(--primario-color);*/
    /*background: var(--cuaternario-color);*/
    mix-blend-mode: overlay;
}

.banner .overlay.squiller {
    background: var(--overlay-colors);
}

.banner .overlay.truck {
    background: var(--overlay-colort);
}

.banner .overlay.katana {
    background: var(--overlay-colork);
}

.banner .text {
    position: relative;
    z-index: 10;
    width: 100%;
    /*text-align: center;*/
}

.banner.center .text {
    text-align: center;
}

.banner .text h2 {
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}

.banner .text h3 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}

.banner.center .text .diverescliente {
    margin-top: 40px;
    margin-bottom: -50px;
}

.banner.center .text .diverescliente p {
    margin: 0;
}

.banner.center .text .diverescliente a {
    border-radius: 91px;
    font-weight: bold;
    text-transform: initial;
    margin-top: 3px;
}

/*.banner.center.t img {
    width: 40%;
    filter: brightness(0) invert(1);
}*/

header .diverescliente {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    display: flex;
    top: 0px;
    right: 10px;
    align-items: center;
}

header .diverescliente p {
    color: #fff;
    margin-right: 5px;
}

header.sticky .diverescliente p {
    color: var(--primario-color);
}

header .diverescliente a {
    display: inline-block;
    font-size: .8em;
    background: #fff;
    padding: 4px 20px;
    text-decoration: none;
    color: var(--primario-color);
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s;
    border-radius: 91px;
    font-weight: 500;
    text-transform: initial;
    margin-top: 3px;
}

header.sticky .diverescliente a {
    background: var(--primario-color);
    color: #fff;
}

.banner.center.t .text h3 {
    font-size: 2.9em;
}

.banner .text h3 span {
    color: var(--cuaternario-color);
    /*color: var(--primario-color);*/
}

.banner .text h3 i {
    font-style: normal;
    color: #fff;
}

.banner .text p {
    font-size: 1.1em;
    margin: 20px 0;
    font-weight: 500;
    color: #fff;
    max-width: 700px;
    text-align: justify;
}

.banner.center .text p {
    max-width: 100%;
    text-align: center;
}

.banner .text a {
    display: inline-block;
    font-size: 1em;
    background: #fff;
    padding: 10px 30px;
    text-decoration: none;
    color: var(--primario-color);
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition:  0.2s;
}

.banner .text a:hover {
    letter-spacing: 6px;
}

.banner .bottom-img {
    bottom: 0;
}

.banner .text img {
    width: 50%;
    filter: brightness(0) invert(1);
}

.banner.center img {
    width: 45%;
    filter: brightness(0) invert(1);
}

.banner.center .text.imgs {
    margin-top: -50px;
}

.banner.center .text.imgt {
    margin-top: -25px;
}

.banner.center .text.imgk {
    margin-top: -80px;
}

.social {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}

.social li {
    list-style: none;
}

.social li a {
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 20px;
    transform: scale(0.5);
    transition: 0.5s;
}

.social li a:hover {
    transform: scale(0.5) translateY(-15px);
}

.social li a i {
    font-size: 50px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    /*z-index: 10000;*/
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    height: 138px;
}

header.sticky {
    background: #fff;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 78px;
}

header .logo {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
    transition: 0.5s;
}

header .logo img {
    background: url(../img/acuicultecblanco.webp);
    width: auto;
    max-height: 50px;
    transition: 0.5s;
}

header .logo:hover img {
    max-height: 55px;
}

header.sticky .logo img {
    background: url(../img/acuicultec.webp);
}

header .navigation {
    position: relative;
    display: flex;
}

header .navigation li {
    list-style: none;
    /*margin-left: 30px;*/
    position: relative;
}

header .navigation li.sub_menu::before {
    content: "\f107";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    line-height: 21.5px;
    color: #fff;
    right: 15px;
}

header .navigation li.active.sub_menu::before {
    content: "\f106";
    font-weight: bold;
}

header .navigation li ul {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 14px;
    border-radius: 5px;
    /*background: #fff;*/
    display: none;
    color: var(--primario-color);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background: rgba(238, 238, 238, 0.2);
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

header.sticky .navigation li ul {
    background: #fff;
}

header .navigation li.active ul {
    display: block;
}

header .navigation li ul li {
    display: flex;
    width: 150px;
}

header .navigation li.sub_menu ul li {
    width: 100%;
}

header .navigation li.sub_menu ul li a {
    /*color: var(--primario-color);*/
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}

header .navigation li.sub_menu ul li a:hover {
    color: var(--secundario-color);
}

header .navigation li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 13px 15px;
    border-radius: 3px;
    background: transparent;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

header .navigation li a:hover {
    /*color: var(--secundario-color);*/
    background: rgba(238, 238, 238, 0.2);
}

header .navigation li.active a {
    background: rgba(238, 238, 238, 0.2);
}

header.sticky .navigation li.sub_menu::before {
    color: var(--primario-color);
}

header.sticky .navigation li a {
    color: var(--primario-color);
}

header.sticky .navigation li a:hover {
    color: var(--secundario-color);
}

header.sticky .navigation li.active a {
    color: var(--secundario-color);
}

header.sticky .navigation li.active.sub_menu ul li a {
    color: var(--primario-color);
}

header.sticky .navigation li.active.sub_menu ul li a:hover {
    color: var(--secundario-color);
}

header.sticky .navigation li.active.sub_menu::before {
    color: var(--secundario-color);
}

section .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../img/wave.webp);
    background-size: 1000px 100px;
}

section .wave.wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: -1px;
}

section .wave.wave2 {
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

section .wave.wave3 {
    animation: animate 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15;
}

section .wave.wave4 {
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

section.nosotros.squiller {
    /*padding: 0 100px;*/
    padding: 50px 100px;
}

.nosotros.katanaimg {
    position: relative;
    background: url(../img/Katana006.webp) center;
    background-attachment: fixed;
    background-size: cover;
}

.nosotros.katanaimg::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    content: "";
}

.nosotros.katanaimg .row {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}


section.nosotros.squiller .row video {
    width: 100%;
    height: 100%;
}

.nosotros.katanaimg .row .col50 .imgBx {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nosotros.katanaimg .row .col50 .titleText {
    color: #fff;
}

.nosotros.katanaimg .row .col50 .imgBx img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nosotros.kata .row {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nosotros.kata .row .col50 {
    position: relative;
    width: 48%;
    display: flex;
    align-items: center;
}

.nosotros.kata .row .col50 .imgBx {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nosotros.kata .row .col50 .imgBx img {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.row {
    position: relative;
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: space-between;
}

.row img {
    width: 100%;
}

.row .col50 {
    position: relative;
    width: 48%;
}

.row .col50 .frase{
    font-style: italic;
    color: var(--primario-color);
    font-weight: 500;
}

.titleText {
    color: var(--primario-color);
    font-size: 2.5em;
    /*font-weight: 300;*/
    font-weight: 700;
    text-align: center;
}

/*.titleText span {
    color: var(--primario-color);
    font-weight: 700;
    font-size: 1.5em;
}*/

.row .col50 p {
    color: var(--secundario-color);
    font-size: 1.5em;
    text-align: justify;
}

.row .col50 .imgBx {
    position: relative;
    width: 100%;
    /*min-height: 300px;*/
    height: 100%;
}

.row .col50 .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row .col50 .imgBx img.team {
    object-fit: contain;
    margin-top: -45px;
}

.servicios {
    position: relative;
    background: url(../img/estanques.webp);
    background-attachment: fixed;
    background-size: cover;
}

.servicios.squiller {
    position: relative;
    background: url(../img/beneficios1.webp);
    background-attachment: fixed;
    background-size: cover;
}

.servicios.squiller2 {
    background: #fff;
    /*padding: 30px 100px;*/
    padding: 100px;
}

.servicios.squiller.ben {
    position: relative;
    background: url(../img/beneficios3.webp);
    background-attachment: fixed;
    background-size: cover;
}

.servicios.squiller.ben.truckimg {
    position: relative;
    background: url(../img/beneficiostruck.webp);
    background-attachment: fixed;
    background-size: cover;
}

.servicios.squiller.ben.katanaimg {
    position: relative;
    background: url(../img/Katana010.webp) center;
    background-attachment: fixed;
    background-size: cover;
}

.servicios::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    content: "";
}

.servicios.squiller::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    content: "";
}

.servicios.squiller2::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
}

.servicios.squiller.ben::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    content: "";
}

.servicios.squiller.ben.truckimg::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    content: "";
}

.white .titleText,
.white p {
    color: #fff;
    text-align: center;
}

.servicios .title {
    position: relative;
    z-index: 10;
}

.servicios .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

/*.servicios .content .box {
    width: 340px;
    margin: 20px;
    padding: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.servicios .content .box .imgBx {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 20%;
    overflow: hidden;
}

.servicios .content .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicios .content .box .text {
    text-align: center;
}

.servicios .content .box .text p {
    color: var(--secundario-color);
    font-style: italic;
}

.servicios .content .box .text h3 {
    margin-top: 20px;
    font-size: 1.5em;
    color: var(--primario-color);
    font-weight: 600;
}

.servicios .btn {
    font-size: 0.7em;
    color: #fff;
    background: var(--secundario-color);
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    font-weight: 500;
}

.servicios .btn:hover {
    letter-spacing: 6px;
}*/

.servicios .content .box {
    width: 340px;
    margin: 20px;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 2px 2px 30px rgb(255 255 255 / 50%);
}

.servicios .table {
    height: 100%;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease 0s;
}

.servicios .titletable {
    /*background: linear-gradient(to bottom right, #fa6fe6, #ffef65);*/
    background: linear-gradient(to bottom right, #0d204b, #8791a9);
    padding: 40px 20px 170px;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.servicios .titletable::before {
    content: "";
    height: 200px;
    width: 280px;
    position: absolute;
    bottom: -175px;
    left: -46px;
    background: #fff;
    border-radius: 80px;
    transform: rotate(-85deg);
}

.servicios .titletable::after {
    content: "";
    height: 200px;
    width: 280px;
    position: absolute;
    top: 150px;
    right: -70px;
    bottom: auto;
    left: auto;
    background: #fff;
    border-radius: 100px;
    transform: rotate(-40deg);
}

.servicios .price {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 100px;
    left: 50%;
    background: #fff;
    color: #404040;
    display: inline-block;
    padding: 10px 0;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    border-radius: 50%;
    transform: translate(-50%);
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
}

.servicios .price img {
    height: 100%;
}

.servicios .price img.imgkatana {
    height: 47%;
    margin-top: 18px;
}

.servicios .price img.imgtruck {
    height: 47%;
    margin-top: 27px;
}

.servicios .table:hover .price {
    /*background: linear-gradient(to bottom right, #fa6fe6, #ffef65);*/
    background: linear-gradient(to bottom right, #0d204b, #8791a9);
    color: #fff;
}

.servicios .month {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
}

.servicios .table .content {
    list-style: none;
    padding: 0;
    margin: 20px;
    text-align: left;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.servicios .table .content li {
    padding: 7px 0 7px 50px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.servicios .table .content li::before {
    content: "\f00c";
    height: 24px;
    width: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #0d204b;
    color: #0d204b;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.servicios .table .content li.disable {
    color: #707070 !important;
}

.servicios .table .content li.disable::before{
    content: "\f00d";
    color: #707070;
    border-color: #707070 !important;
}

.servicios .content .box .table .text {
    text-align: center;
    /*padding: 30px 30px;*/
    padding: 30px 32px;
}

.servicios .content .box .table .text p {
    color: #707070;
    font-style: italic;
}

.servicios .singup {
    /*background: linear-gradient(to bottom right, #fa6fe6, #ffef65);*/
    background: linear-gradient(to bottom right, #0d204b, #8791a9);
    position: relative;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    display: inline-block;
    color: #404040;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.servicios .singup:hover {
    color: #fff;
}

.servicios .singup::before {
    content: "";
    height: 92%;
    width: 98%;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 30px;
    z-index: -1;
}

.servicios .singup:hover::before {
    background: 0 0;
}

.servicios .table2 .titletable{
    /*background: linear-gradient(to bottom right, #44f2b5, #4cbde2);*/
    background: linear-gradient(to bottom right, #4c4c4c, #e5e5e5);
}

.servicios .table2:hover .price {
    /*background: linear-gradient(to bottom right, #44f2b5, #4cbde2);*/
    background: linear-gradient(to bottom right, #4c4c4c, #e5e5e5);
}

.servicios .table2 .content li::before {
    color: #4c4c4c;
    border-color: #4c4c4c;
}

.servicios .table2 .singup {
    /*background: linear-gradient(to bottom right, #44f2b5, #4cbde2);*/
    background: linear-gradient(to bottom right, #4c4c4c, #e5e5e5);
}

.servicios .table3 .titletable{
    /*background: linear-gradient(to bottom right, #66fd9c, #f6fa60);*/
    background: linear-gradient(to bottom right, #cb8d74, #b59b39);
}

.servicios .table3:hover .price {
    /*background: linear-gradient(to bottom right, #66fd9c, #f6fa60);*/
    background: linear-gradient(to bottom right, #cb8d74, #b59b39);
}

.servicios .table3 .content li::before {
    color: #cb8d74;
    border-color: #cb8d74;
}

.servicios .table3 .singup {
    /*background: linear-gradient(to bottom right, #66fd9c, #f6fa60);*/
    background: linear-gradient(to bottom right, #cb8d74, #b59b39);
}

/*.servicios.squiller .title {
    margin-top: 30px;
}*/

.servicios.squiller .title.white .titleText span {
    color: var(--primario-color);
    font-weight: 800;
}

.servicios.squiller .cards{
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
    position: relative;
    z-index: 10;
    margin-top: 40px;
    /*margin-bottom: 50px;*/
}

.servicios.squiller.ben .cards {
    margin-bottom: 50px;
}

.servicios.squiller .card{
    /*width: 100%;*/
    width: 30.3%;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    /*box-shadow: 2px 2px 30px rgb(255 255 255 / 20%);*/
    padding: 20px;
    color: #fff;
}

.servicios.squiller .card i{
    font-size: 50px;
    color: #cc4277;
    margin-bottom: 10px;
    display: block;
}

.servicios.squiller .card img {
    height: 62px;
}

.servicios.squiller .card h3{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    /*.servicios.squiller .cards{
        grid-template-columns: repeat(2,1fr);
    }*/

    .servicios.squiller .card{
        width: 46.3%;;
    }
}
@media screen and (max-width: 576px) {
    .servicios.squiller .services h2{
        font-size: 34px;
        margin-bottom: 5px;
    }

    .servicios.squiller .services .text-services{
        font-size: 14px;
        line-height: 1.7;
    }
    .servicios.squiller .cards{
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
    .servicios.squiller .card{
        width: 100%;;
    }
}

.servicios.squiller2 .title {
    text-align: center;
}

.servicios.squiller2 .cards{
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
    position: relative;
    z-index: 10;
    margin-top: 40px;
}

.servicios.squiller2 .card{
    /*width: 100%;*/
    width: 30.3%;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    /*box-shadow: 2px 2px 18px rgb(0 0 0 / 20%);*/
    padding: 20px;
    color: var(--primario-color);
}

.servicios.squiller2 .card i{
    font-size: 50px;
    color: #cc4277;
    margin-bottom: 10px;
    display: block;
}

.servicios.squiller2 .card img {
    height: 62px;
}

.servicios.squiller2 .card h3{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--primario-color);
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    /*.servicios.squiller2 .cards{
        grid-template-columns: repeat(2,1fr);
    }*/

    .servicios.squiller2 .card{
        width: 46.3%;;
    }
}
@media screen and (max-width: 576px) {
    .servicios.squiller2 .services h2{
        font-size: 34px;
        margin-bottom: 5px;
    }

    .servicios.squiller2 .services .text-services{
        font-size: 14px;
        line-height: 1.7;
    }
    .servicios.squiller2 .cards{
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
    .servicios.squiller2 .card{
        width: 100%;
    }
}


/*.equipo .title {
    text-align: center;
    color: var(--secundario-color);
}

.equipo .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}

.equipo .content .box {
    width: 250px;
    margin: 15px;
}

.equipo .content .box .imgBx {
    position: relative;
    width: 100%;
    height: 300px;
}

.equipo .content .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipo .content .box .text {
    padding: 15px 0 5px;
}

.equipo .content .box .text h3 {
    font-weight: 400;
    color: var(--primario-color);
}*/

.swiper {
    width: 100%;
    height: 100vh;
    margin: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    border-radius: 15px;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primario-color,var(--swiper-theme-color));
}

.equipo .title {
    text-align: center;
    color: var(--secundario-color);
}

.equipo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.team_heading {
    font-size: 2.2em;
    padding: 10px 20px;
    margin: 20px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 800;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
}

.member_box {
    box-shadow: 2px 2px 30px rgba(77, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.member_img {
    width: 362px;
    height: 542px;
    position: relative;
}

.member_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hover_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.member_box:hover .hover_img {
    display: block;
    animation: fade 0.3s;
}

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

    100% {
        opacity: 1;
    }
}

.member_name {
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.member_name h3,
.member_name h5 {
    color: #1b1b1b;
    margin: 0;
    letter-spacing: 0.3px;
}

.member_name h5 {
    font-weight: 500;
}

.member_name h3 {
    text-transform: uppercase;
    font-weight: 800;
}

.team_box_container {
    display: grid;
    grid-template-columns: 362px 362px 362px;
    grid-template-rows: auto;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    grid-gap: 20px;
    margin-top: 40px;
}

@media(max-width:1200px) {
    .team_box_container {
        grid-template-columns: 303px 303px 303px;
    }

    .member_img {
        width: 303px;
        height: 450px;
    }
}

@media(max-width:990px) {
    .team_box_container {
        grid-template-columns: 232px 232px 232px;
    }

    .member_img {
        width: 232px;
        height: 335px;
    }
}

@media(max-width:800px) {
    .team_box_container {
        grid-template-columns: 340px 340px;
    }

    .member_img {
        width: 340px;
        height: 510px;
    }
}

@media(max-width:745px) {
    .team_box_container {
        grid-template-columns: 250px 250px;
    }

    .member_img {
        width: 250px;
        height: 375px;
    }
}

@media(max-width:575px) {
    .team_box_container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .member_img {
        width: 100%;
        height: 355px;
    }

    #team {
        padding: 10px;
    }

    .team_heading {
        font-size: 1.7rem;
    }
}

@media(max-width:450px) {
    .team_box_container {
        grid-template-columns: 1fr;
    }

    .member_img {
        height: 500px;
    }
}

.contact {
    position: relative;
    background: url(../img/Imagen2.webp);
}

.contact::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    content: "";
}

.contact .title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    z-index: 10;
}

.contact .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.formBx {
    min-width: 60%;
}

.formBx form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.formBx form h3 {
    text-align: center;
}

.formBx form h3,
.contactInfo h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
}

.formBx form input,
.formBx form textarea {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
    background: #fff;
    color: var(--primario-color);
    resize: none;
    width: 100%;
    border-radius: 5px;
}

.formBx form textarea {
    min-height: 200px;
}

.formBx form input::placeholder,
.formBx form textarea::placeholder {
    color: var(--secundario-color);
}

.formBx form input[type="submit"] {
    max-width: 100px;
    background: var(--primario-color);
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contactInfo {
    min-width: 40%;
}

.contactInfoBx {
    position: relative;
}

.contactInfoBx .box {
    position: relative;
    padding: 20px 0;
    display: flex;
    line-height: 2;
}

.contactInfoBx .box .icon {
    min-width: 40px;
    padding-top: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.contactInfoBx .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.contactInfoBx .box .text h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.contactInfoBx .box .text a {
    text-decoration: none;
    color: #fff;
}

/*.contact .social {
    margin-bottom: -19px;
}

.contact .social li a i {
    font-size: 100px;
}*/

.bottom-img {
    width: 100%;
    height: 5%;
    right: 0;
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.top-img {
    width: 100%;
    position: absolute;
    right: 0;
    margin-top: -100px;
    z-index: 10;
    height: 5%;
}

/*.contact .bottom-img {
    height: 11%;
}*/

.contact .footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: -75px;
}

.contact .footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.contact .footer .contentsocial .social {
    position: relative;
    bottom: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}

.contact .footer .contentsocial .social li a {
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-right: 0;
    transform: scale(0.5);
    transition: 0.5s;
}

.contact .footer .contentsocial .social li a:hover {
    transform: scale(0.5) translateY(-15px);
}

.contact .footer .contentsocial .social li a i {
    font-size: 100px;
}

.copyright {
    background: #fff;
    color: var(--primario-color);
    text-align: center;
    padding: 10px;
    font-weight: 500;
}

footer {
    width: 100%;
    padding: 0;
    background: #fff;
    /*background: url(../img/background-footer.svg);
    background-size: cover;
    background-color: red;
    --webkit-mask-image: url(../img/background-footer.svg);
    mask-image: url(../img/background-footer.svg);
    --webkit-mask-size: cover;
    mask-size: cover;*/
}

.container_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 0;
}

.box_footer {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.box_footer.logo {
    justify-content: center;
}

.box_footer .logo img {
    width: 180px;
}

.box_footer .terms {
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    color: #7a7a7a;
    font-size: 18px;
}

.box_footer h2 {
    margin-bottom: 30px;
    color: #343434;
    font-weight: 700;
}

.box_footer a {
    margin-top: 10px;
    color: #7a7a7a;
    font-weight: 600;
}

.box_footer a:hover {
    opacity: 0.8;
}

.box_footer a .fab {
    font-size: 20px;
}

.box_copyright {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 40px;
}

.box_copyright p {
    margin-top: 20px;
    color: #7a7a7a;
}

.box_copyright hr {
    border: none;
    height: 1px;
    background: #7a7a7a;
}

@media (max-width: 991px) {
    header,
    header.sticky {
        padding: 10px 20px;
    }

    header .navigation {
        display: none;
    }

    header .navigation.active {
        width: 100%;
        height: calc(100% - 68px);
        position: fixed;
        top: 68px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
    }

    header .navigation li {
        margin-left: 0;
        padding: 8px;
    }

    header .navigation li a {
        color: var(--primario-color);
        font-size: 1.6em;
    }

    header .navigation li a:hover {
        color: var(--secundario-color);
    }

    header .navigation li.active ul {
        position: relative;
        box-shadow: none;
        margin-top: 0;
    }

    header .navigation li ul li {
        width: 100%;
    }

    header .navigation li.sub_menu::before {
        line-height: 37px;
        right: 25px;
        color: var(--primario-color);
        font-size: 1.3em;
    }

    header .navigation li.sub_menu ul li a {
        padding: 0;
        text-align: center;
        font-size: 1.3em;
    }

    header .navigation li.active.sub_menu ul li a {
        color: var(--primario-color);
    }

    header .navigation li.active.sub_menu ul li a:hover {
        color: var(--secundario-color);
    }

    header .navigation li.active a {
        color: var(--secundario-color);
    }

    header .navigation li.active.sub_menu::before {
        color: var(--secundario-color);
    }

    header.sticky .navigation li.active a {
        color: var(--secundario-color);
    }

    header.sticky .navigation li.active.sub_menu::before {
        color: var(--secundario-color);
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../img/menu.webp);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .menuToggle.active {
        background: url(../img/close.webp);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

    header.sticky .menuToggle {
        filter: invert(1);
    }

    section {
        padding: 20px;
    }

    .banner .text h2 {
        font-size: 4em;
    }

    .banner .text h3 {
        font-size: 2.5em;
    }

    .banner.center.t .text h3 {
        font-size: 2.4em; 
    }

    .banner .text p {
        font-size: 1em;
    }

    .row {
        flex-direction: column;
        height: auto;
    }

    .row .col50 {
        position: relative;
        width: 100%;
    }

    .row .col50 .imgBx {
        height: 300px;
        margin-top: 20px;
    }

    .top-img {
        margin-top: -20px;
    }

    .bottom-img {
        margin-top: -85px;
    }

    .contact .bottom-img {
        margin-top: -123px;
    }

    .contactInfo {
        margin: 20px 0;
    }

    .content {
        flex-direction: column;
    }

    .contact .title {
        margin-top: 30px;
    }

    .contact .footer {
        margin-bottom: 100px;
    }

    .servicios .title {
        margin-top: 30px;
    }

    .servicios .content {
        margin-bottom: 100px;
    }

    /*.servicios.squiller .title {
        margin-top: 60px;
    }*/

    .servicios.squiller .cards {
        margin-bottom: 100px;
    }

    .servicios.squiller2 {
        padding: 20px;
    }

    .banner .text img {
        width: 60%;
    }

    .nosotros.kata .row {
        height: 400px;
        justify-content: center;
    }

    .nosotros.kata .row .col50 .titleText {
        font-size: 2em;
    }

    .nosotros.katanaimg .row {
        justify-content: space-evenly;
    }

    .nosotros.katanaimg .row .col50 .imgBx img {
        width: 50%;
    }

    .nosotros.katanaimg .row .col50 .titleText {
        font-size: 1.8em;
    }

    .row .col50 .imgBx img.team {
        margin-top: -0;
    }

    .swiper-slide img {
        height: 100%;
    }

    .swiper {
        height: 100%;
    }

    header {
        height: 78px;
    }
}

@media (max-width: 798px) {
    .banner .text h2 {
        font-size: 3em;
    }

    .banner .text h3 {
        font-size: 2em;
    }

    .banner.center.t .text h3 {
        font-size: 1.9em; 
    }

    .banner .text p {
        font-size: 0.9em;
    }

    .banner .text img {
        width: 70%;
    }

    .banner.center img {
        width: 90%;
    }

    .nosotros.kata .row .col50 .titleText {
        font-size: 1.5em;
    }

    .nosotros.katanaimg .row .col50 .titleText {
        font-size: 1.5em;
    }

    .top-img {
        height: auto;
    }

    .bottom-img {
        height: auto;
    }
}

@media (max-width: 571px) {
    .bottom-img {
        margin-top: -82px;
    }

    .banner .text h3 {
        font-size: 1.6em;
    }

    .banner.center.t .text h3 {
        font-size: 1.5em; 
    }

    .banner .text img {
        width: 80%;
    }

    .banner.center img {
        width: 80%;
    }
}

@media (max-width: 430px) {
    header .diverescliente {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    header .diverescliente {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    header .diverescliente {
        font-size: 10px;
    }
}

@media (max-width: 330px) {
    header .diverescliente {
        font-size: 9px;
    }
}

@media (max-width: 300px) {
    header .diverescliente {
        font-size: 8px;
    }
}

#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
	text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__cs_img_wrap {
    background: url(../img/15.webp) center center no-repeat; 
    background-size: cover;
    width: 48px;
    height: 48px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: ''; 
    background: url(https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    /*right: 30px;
    bottom: 30px;*/
    right: 21px;
    bottom: 15px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 10000;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('https://www.course-net.com/wp-content/plugins/whatsapp-for-wordpress/assets/img/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #e9e9e9;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 7px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */