@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/css2?family=Nunito+Sans:wght@300&family=Poppins:ital,wght@1,500&display=swap');


-- Default CSS -- body {
    font-family: "Poppins", sans-serif;
    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;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 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;
}

:root {
    --primary-color-one: #E5C2BC;
    --primary-color-two: #FFE9E3;
    --second-color-one: #6a7160;
    --second-color-two: #B0BAA2;
    --aternative-color: #E7C6C1;
    --brand-500: #10b981;
    --gray-100: #f1f5f9;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
}

html,
body {

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

.container {
	max-width: 1260px;
	margin: auto;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

body {

    display: flex;
    flex-direction: column;
}

section {
    background-image: linear-gradient(to left, pink, orange);
}

.card-img-s {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* position: absolute; */
}

.holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .holder p {
    position: absolute;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
}

.holder span {

    position: absolute;
    left: 75px;
    top: 75px;
    color: white;
    max-width: 75px;

} */


.divLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 49.5%;
    height: 949px;
    float: left; */
    position: relative;
}

/* #spaceText {
    padding-right: 16px;

} */

.textDiv {

    position: absolute;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;

    /*cor apenas para exmplo*/
    color: #fff;

    /* left: 75px;
    top: 75px;
    color: white;
    max-width: 75px; */
}

p.just {
    text-align: justify;
}

.ptop10 {
    padding-top: 10px;
}

div.ptop20 {
    padding-top: 20px;
}

div.pbot10 {
    padding-bottom: 10px;
}

div.pbot20 {
    padding-bottom: 20px;
}

div.mtop10 {
    margin-top: 10px;
}


.mtopBut10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.mtop20 {
    margin-top: 20px;
}

div.mtop50 {
    margin-top: 50px;
}

div.mbot10 {
    margin-bottom: 10px;
}

div.mbot20 {
    margin-bottom: 20px;
}