*{margin:0;padding:0;} a, a:hover{text-decoration: none;}
html {overflow-x: hidden;} 
body {font-family: 'Montserrat', sans-serif; color: #0c1a26;}
.container {display: block; max-width: 1200px; width: 100%; margin:auto; position: relative; box-sizing: border-box;}
:root {--primaria:#0c1a26; --secundaria: #e3b187;}
@media (max-width: 1380px) {
.container {padding-left: 30px; padding-right: 30px;}
}

.flex {display: flex;}
.flex-between {justify-content: space-between}
.aling-center {align-items: center;}
.flex-wrap {flex-wrap: wrap;}
@media (max-width: 1080px) {
.flex {display: block;}
}

.btn {background: #c11a22; color: #fff;font-family: 'Playfair Display', serif; border: none; cursor: pointer; padding: 10px 30px;}

/* BANNER */
.header {font-family: 'Playfair Display', serif; position: relative; max-height: 100vh; overflow: hidden;}
.header-banner {display: block; width: 100%;}
.header .container {display: block; position: absolute; top: 40px; left: calc(50% - 600px);}
.header .txt {display: block; padding-left: 500px; padding-top: 250px; color: #fff}
.header .txt h1 {display: block; font-size: 1.5em; margin-bottom: 20px;}
.header .txt p {display: block; font-size: 3.7em; margin-bottom: 40px; font-weight: bold; letter-spacing: -0.5px; line-height: 1.1;}
.header-app {display: flex; justify-content: space-between;}
.header-app .item {background: #2c2c2c; width: 30%; margin-top: -118px; position: relative; z-index: 2; padding: 30px; box-sizing: border-box; color: #fff; text-align: center; font-family: 'Playfair Display', serif; font-size: 1.5em;}
.header-app img {display: block; margin: auto; margin-bottom: 10px; width: 70px;}
@media (max-width: 1690px) {
.header .txt {padding-top: 200px;}
}
@media (max-width: 1400px) {
.header .txt {padding-top: 70px;}
.header-banner {width: 120%; margin-left: -20%; }
}
@media (max-width: 1200px) {
.header .txt p {font-size: 3em;}
.header .container {left: 30px; width: calc(100% - 60px);}
}
@media (max-width: 1080px) {
.header .container {width: calc(100% - 60px); left: 30px; padding: 0px}
.header-app .item {padding: 10px; width: 32%; margin-top: -52px; font-size: 0.5em; text-align: center;}
.header-app .item img {width: 60%;}
.header-banner { display: block; width: 300%; margin-left: -50%; }
.header .logotipo img {display: block; width: 100%; margin-bottom: 10px;}
}

/* ABOUT */
.about {padding: 100px 0px;}
.about .txt {width: 60%;}
.about .logotipo {margin-right: 50px;}
.about h2 {font-family: 'Playfair Display', serif; font-size: 5em; line-height: 1; margin-bottom: 30px;}
.about .grids {padding-left: 50px; border-left: 3px solid #000;}
.about p {font-size:1.1em; line-height: 1.5; margin-bottom: 30px;}
@media (max-width: 1080px) {
.about .grids {padding-left: 30px;}
.about .container {display: flex; flex-wrap: wrap-reverse;}
.about .logotipo {margin: 0px; margin-bottom: 30px; width: 100px;}
.about .txt {width: 100%;}
.about h2 {font-size: 3em;}
.about {padding: 30px 0px;}
}


/* FOOTER */
.footer {display: block; padding: 60px 0px; background: #2c2c2c; color: #fff;}
.footer h2 {font-family: 'Playfair Display', serif; font-size: 3em; width: 250px; line-height: 1.2; margin-bottom: 50px;}
.footer strong {font-family: 'Playfair Display', serif; font-size: 1.5em; display: block; margin-bottom: 10px;}
.footer form {width: 400px; margin-right: 100px;}
.footer .input {width: 100%; height: 45px; box-sizing: border-box; font-size: 17px; background: #181818; border: none;font-family: 'Montserrat', sans-serif; margin-bottom: 10px; padding-left: 15px; padding-right: 15px;}
.footer .textarea {height: 100px; resize: none; padding-top: 10px; }
.footer .copyright {display: flex; justify-content: space-between;border-top: 1px solid #ababab; color: #ababab; align-items: center; font-size: 0.8em; margin-top: 40px; padding-top: 40px;}
.footer .contatos a {display: flex; align-items: center; color: #fff; font-size: 1.1em; margin-bottom: 10px;}
.footer .contatos a img {display: block; width: 30px; line-height: 30px; margin-right: 10px;}
@media (max-width: 1080px) {
.footer .copyright {display: block;}
.footer form {width: 100%; margin-bottom: 30px;}
.footer .logo {display: block; width: 100%; margin-bottom: 10px;}
}


























