@charset "utf-8";

/* @import url("collapse.css");
@import url("gallery.css");
@import url("fotos.css"); */

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


@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

-- Default CSS -- body {
    font-family: "Poppins";
    color: #3f5361;
    /* color: #2580c2; */
    background-color: #ffffff;
    /* font-size: 15px; */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

dl,
ol,
ul {
    list-style: none;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {

    height: 100%;
    min-height: 100%;
    /*width: auto;*/
    /* overflow-x: hidden;
    overflow-y: auto; */
}


* {
    box-sizing: border-box;
    font-family: 'Source Sans 3', sans-serif;
    text-decoration: none !important;
}

/* .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
} */