html {
    font-size: 62.5%;
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}
main {
    display: block;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

body {
    font-family: "Outfit", Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #15384c;
    font-size: 1.8rem;
    line-height: 1.4em;
}

@media screen and (min-width:992px) {

    body {
        font-size: 2.4rem;
    }
}

body * {
    box-sizing: border-box;
}

p {
    margin: 0px 0px 1.4em;
    line-height: 1.4em;
}
p:last-child {
    margin-bottom: 0em;
}

a {
    color: inherit;
    text-decoration: none;
}

/* COMMUN */

.commonslick {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .3s linear;
    overflow: hidden;
}

.commonslick.slick-dotted.slick-slider {
    margin: 0;
}

.commonslick.slick-initialized {
    opacity: 1;
}

.commonslick .slick-list, .commonslick .slick-track {
    height: 100%;
}

.commonslick img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commonslick__image {
    position: relative;
}

.commonslick .slick-dots {
    bottom: 65px;
    left: 20px;
    right: 20px;
    width: auto;
    pointer-events: none;
}

.commonslick .slick-dots li {
    width: auto;
    height: auto;
    padding: 5px;
    margin: 0;
    pointer-events: auto;
}
.commonslick .slick-dots li:first-child:last-child {
    display: none;
}
.commonslick .slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: rgba(255,255,255,.5);
    transition: background.3s;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,.6);
}
.commonslick .slick-dots li:hover button {
    background-color: rgba(255,255,255,.7);
}
.commonslick .slick-dots li button::before {
    display: none;
}
.commonslick .slick-dots li.slick-active button {
    background-color: #FFF;
}

.commonslick .slick-arrow {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 7;
    background: url(../img/scrollarrow-yellow.png) 50% 50% no-repeat;
    background-size: contain;
    -webkit-filter: drop-shadow(0px 0px 12px #000);
    filter: drop-shadow(0px 0px 12px #000);
}

.commonslick .slick-arrow::before {
    display: none;
}

.commonslick .slick-prev {
    transform: rotate(90deg);
    left: 10px;
}

.commonslick .slick-next {
    transform: rotate(-90deg);
    right: 10px;
    left: auto;
}

@media screen and (min-width:640px) {
    .commonslick .slick-arrow {
        margin-top: -33px;
        width: 66px;
        height: 66px;
    }

    .commonslick .slick-prev {
        left: 40px;
    }

    .commonslick .slick-next {
        right: 40px;
    }
}

/*BOUTONS*/
.btn-primary {
    --box-shadow-color: #15384c;
    margin: 0px 0px 5px 5px;
    text-transform: uppercase;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .02em;
    min-height: 50px;
    padding: 2px 30px;
    box-shadow: -5px 5px 0px 0px #15384c;
    -webkit-box-shadow: -5px 5px 0px 0px #15384c;
    -moz-box-shadow: -5px 5px 0px 0px #15384c;
    box-shadow: -5px 5px 0px 0px var(--box-shadow-color);
    -webkit-box-shadow: -5px 5px 0px 0px var(--box-shadow-color);
    -moz-box-shadow: -5px 5px 0px 0px var(--box-shadow-color);
    transition: background .3s, box-shadow .3s, color .3s;
}

.btn-primary--1 {
    --box-shadow-color: #15384c;
    background-color: #db5142;
    color: #c4e0f2;
}

.btn-primary--1:hover {
    --box-shadow-color: #db5142;
    background-color: #15384c;
}

.btn-primary--2 {
    --box-shadow-color: #db5142;
    background-color: #c4e0f2;
    color: #15384c;
}

.btn-primary--2:hover {
    --box-shadow-color: #c4e0f2;
    background-color: #db5142;
    color: #c4e0f2;
}

.btn-primary--3 {
    --box-shadow-color: #15384c;
    background-color: #db5142;
    color: #fcefb1;
}

.btn-primary--3:hover {
    --box-shadow-color: #db5142;
    background-color: #15384c;
}

.btn-primary--4 {
    --box-shadow-color: #c4e0f2;
    background-color: #fcefb1;
    color: #db5142;
}

.btn-primary--4:hover {
    --box-shadow-color: #fcefb1;
    background-color: #c4e0f2;
}

.containbtn1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.containbtn2 {
    justify-content: center;
}

.containbtn3 {
    justify-content: center;
    margin-bottom: 40px;
}



::-webkit-scrollbar {
    width: 7px;
    height: 3px;
    padding-left: 7px;
}
 
::-webkit-scrollbar-track {
    background-color: #fcefb1;
}
 
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #db5142;
}

/*------------------------------- RESPONSIVE */

@media screen and (min-width:992px) {

    .containbtn1 {
        margin-top: 70px;
    }
}

.grecaptcha-badge {
    transform: translateX(100%);
}