@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&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');

:root {
    --green-color: #006F62;
    --hover-color: #32b5a8;
    --highlight-color: #39c6b4;
    --text-black-color: #373737;
}

html {
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

a {
    color: initial;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #373737;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input:focus-visible{
    outline: none;
}

h6{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 700;
}

.dx-widget input, .dx-widget textarea {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.splide__arrow--prev {
    font-size: 36px;
    left: -100px;
}

.splide__arrow--next {
    font-size: 36px;
    right: -100px;
}

.splide__pagination__page{
    margin: 0 5px;
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid white;
    background-color: transparent;
}

.splide__pagination__page.is-active{
    transform: none;
}

.v_opacity {
    opacity: .5;
}

.v_opacity.active {
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .splide__arrow--prev{
        left: -65px;
    }

    .splide__arrow--next{
        right: -65px;
    }
}


@media screen and (max-width: 991px) {
    .splide__arrow--prev{
        left: 0;
    }

    .splide__arrow--next{
        right: 0;
    }

    .splide__arrow svg{
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 640px) {
    p{
        font-size: 14px;
    }
}