@font-face {
  font-family: 'cinema sunday';
  src: url(../fonts/cinema_sunday.eot);
  src: url(../fonts/cinema_sunday.eot?#iefix) format('embedded-opentype'),
       url(../fonts/cinema_sunday.otf) format('otf'),
       url(../fonts/cinema_sunday.svg#cinema%20sunday) format('svg'),
       url(../fonts/cinema_sunday.woff) format('woff'),
       url(../fonts/cinema_sunday.ttf) format('truetype'),
       url(../fonts/cinema_sunday.woff2) format('woff2');
}

* {
  outline: none;
}
a,
button {
  text-decoration: none !important;
  cursor: pointer !important;
  transition: 1s;
}
p {
  line-height: 1.5;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.container {
  max-width: 1240px !important;
  width: 100%;
}

section.bg-geral {
    background-color: #D5525C;
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 30px;
}
.logo {
    max-width: 100%;
    display: table;
    margin: 0 auto 35px;
    padding-top: 30px;
}

img.icones {
    width: 100%;
    margin-top: 230px;
}

.box {
    background: #FFDEE5;
    padding: 35px 100px 95px 100px;
    border-radius: 15px;
    min-height: 540px;
}
.nav-tabs {
    border: 1px solid #ECB6BE;
    border-radius: 50px;
}
li.nav-item {
    width: 50%;
}
.box .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: bold;
    font-family: 'cinema sunday';
    color: #ECB6BE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: transparent;
    border: none;
}
.box .nav-tabs #home-tab:first-child {
    border-right: 1px solid #ECB6BE;
    border-radius: 0;
}
.box .nav-tabs .nav-link span {
    font-size: 30px;
    margin-right: 10px;
}
.box .nav-tabs .nav-link.active {
    color: #E8475A;
}
.box h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'cinema sunday';
    color: #E8475A;
    text-align: center;
    margin: 20px 0;
}
.box p {
    font-size: 18px;
    color: #E8475A;
    text-align: center;
    padding: 0 50px;
    margin: 0;
}
.box form {
    margin-top: 20px;
}
.box input.form-control {
    font-size: 18px;
    color: #E8475A;
    border: none;
    border-bottom: 1px solid #ECB6BE;
    background: transparent;
    height: 58px;
    padding-left: 25px;
    margin-bottom: 30px;
}
.box input.form-control::-webkit-input-placeholder,
.box textarea.form-control::-webkit-input-placeholder{
    font-size: 18px;
    color: #E8475A;
}
.box input.form-control::-moz-placeholder,
.box textarea.form-control::-moz-placeholder{
    font-size: 18px;
    color: #E8475A;
}
.box input.form-control:-ms-input-placeholder,
.box textarea.form-control:-ms-input-placeholder{
    font-size: 18px;
    color: #E8475A;
}
.box input.form-control:-moz-placeholder,
.box textarea.form-control:-moz-placeholder{
    font-size: 18px;
    color: #E8475A;
}
.box textarea.form-control {
    font-size: 18px;
    color: #E8475A;
    border: 1px solid #ECB6BE;
    background: transparent;
    height: 313px;
    padding-top: 20px;
    padding-left: 25px;
    margin-bottom: 30px;
}
.box button {
    font-size: 18px;
    color: #FFDEE5;
    display: table;
    width: 100%;
    height: 58px;
    background: #219653;
    border-radius: 5px;
    border: none;
}
.box button:hover {
    color: #FFDEE5;
    background: #E8475A;
}

.customized-choose-file {
    font-size: 18px;
    color: #E8475A;
    border-bottom: 1px solid #ECB6BE;
    width: 100%;
    height: 58px;
    background: transparent;
    position: relative;
    padding: 0 10px 0 24px;
    line-height: 50px;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 30px;
}
.customized-choose-file input[type="file"] {
	width:100%;
	height:100%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	cursor:pointer
}
.customized-choose-file span {
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
    margin-right: 10px;
}
label {
    font-size: 18px;
    color: #E8475A;
    text-align: center;
    margin: 30px auto 0;
    display: table;
}
label a {
    color: #E8475A;
    font-weight: bold;
}

img.casal {
    position: absolute;
    bottom: -30px;
    right: -290px;
    z-index: 99;
}

.box-obrigado {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
}
.box-obrigado p {
    padding: 0;
}

.historias {
    background: #FFDEE5;
    padding: 95px 0 100px;
}
.historias .col-md-3 {
    margin-bottom: 95px;
}
.historias .item {
    border: 1px solid #D5525C;
    border-radius: 35px;
    padding: 0 30px 20px;
}
.historias .item .heart-frame-container {
    position: relative;
    width: 110px;
    height: 95px;
    margin: -45px auto 0;
}
.historias .item h2 {
    font-family: 'cinema sunday';
    font-size: 30px;
    font-weight: bold;
    color: #D5525C;
    text-align: center;
    margin: 6px 0 20px;
}
.historias .item p {
    font-size: 16px;
    line-height: 24px;
    color: #D5525C;
    text-align: center;
    margin: 0 0 20px;
}
.btn-geral {
    font-size: 14px;
    color: #FFDEE5;
    display: table;
    padding: 10px 30px;
    background: #219653;
    border-radius: 5px;
    border: none;
    margin: 0 auto;
}
.btn-geral:hover {
    color: #FFDEE5;
    background: #E8475A;
}

.historias.historia-interna {
    padding: 45px 0 100px;
}
.historias.historia-interna .container {
    max-width: 900px !important;
}
.historias.historia-interna img {
    display: table;
    margin: 0 auto;
}
.historias.historia-interna h2 {
    font-family: 'cinema sunday';
    font-size: 40px;
    font-weight: bold;
    color: #D5525C;
    text-align: center;
    margin: 27px 0 30px;
}
.historias.historia-interna p {
    font-size: 16px;
    line-height: 24px;
    color: #D5525C;
    margin: 0 0 15px;
}
.historias.historia-interna form {
    background: rgba(255,255,255,.75);
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    max-width: 580px;
    margin: 20px auto 0;
}
.historias.historia-interna form h4 {
    font-size: 18px;
    font-weight: bold;
    color: #D5525C;
    text-align: center;
    margin: 0 0 30px;
}
.historias.historia-interna input.form-control {
    font-size: 18px;
    color: #E8475A;
    border: none;
    border-bottom: 1px solid #ECB6BE;
    background: transparent;
    height: 58px;
    padding-left: 25px;
    width: 90%;
    margin: 0 auto 30px;
}
.historias.historia-interna input.form-control::-webkit-input-placeholder {
    font-size: 18px;
    color: #E8475A;
}
.historias.historia-interna input.form-control::-moz-placeholder {
    font-size: 18px;
    color: #E8475A;
}
.historias.historia-interna input.form-control:-ms-input-placeholder {
    font-size: 18px;
    color: #E8475A;
}
.historias.historia-interna input.form-control:-moz-placeholder {
    font-size: 18px;
    color: #E8475A;
}
.historias.historia-interna button {
    font-size: 18px;
    color: #FFDEE5;
    display: table;
    width: 100%;
    height: 58px;
    background: #219653;
    border-radius: 5px;
    border: none;
}
.historias.historia-interna button:hover {
    color: #FFDEE5;
    background: #E8475A;
}

.historias.historia-interna .heart-frame-container {
    position: relative;
    width: 255px;
    height: 214px;
    margin: 0 auto;
}
.heart-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url('../images/mask.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url('../images/mask.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.heart-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

footer {
    background: #D34A55;
}
footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer h2 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    section.bg-geral {
        background-color: #D5525C;
        background-image: url('../images/bg-mobile.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 0;
        overflow: hidden;
    }
    .box {
        padding: 35px 25px 80px 25px;
        min-height: auto;
    }
    img.casal {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: -45px;
    }
    img.icones-mobile.icon-esquerda {
        position: absolute;
        top: 170px;
        left: 0;
    }
    img.icones-mobile.icon-direita {
        position: absolute;
        top: 170px;
        right: 0;
    }
    .box li.nav-item {
        width: 100%;
    }
    .box .nav-tabs #home-tab:first-child {
        border-right: none;
        border-bottom: 1px solid #ECB6BE;
    }
    .box h2 {
        font-size: 26px;
        margin: 10px 0;
    }
    .box p {
        font-size: 16px;
        padding: 0;
    }
    .box-obrigado {
        height: 170px;
        padding: 0 40px;
    }
    .historias .col-md-3 {
        margin-bottom: 70px;
    }
    .historias .item {
        padding: 0 10px 20px;
    }
    .historias .item h2 {
        font-size: 20px;
        margin: 5px 0 15px;
    }
    .historias.historia-interna h2 {
        font-size: 30px;
        margin: 20px 0 20px;
    }
    footer {
        padding: 30px 0 10px;
    }
    footer .container {
        text-align: center;
        flex-direction: column;
    }
}