* {
  margin: 0;
  padding: 0; }

body {
  background-color: white; }

.cont-1200 {
  width: 1200px;
  height: auto;
  margin: auto; }

@media (max-width: 1200px) {
  .cont-1200 {
    width: 100%;
    height: auto; } }

.cont-600 {
  width: 600px;
  height: auto;
  margin: auto; }

@media (max-width: 600px) {
  .cont-600 {
    width: 100%;
    padding: 40px; } }

.header {
  height: 590px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/** NAV.PHP **/
.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 60px; }

.navbar-toggler {
  color: white;
  font-size: 26px; }

.txt-menu {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.txt-menu:hover {
  color: #0077b1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px; }

.navbar-brand img {
  width: 120px;
  height: auto;
  margin: 0px; }

.navbar-expand-lg .container {
  max-width: 1200px; }

h1 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  letter-spacing: .5px;
  font-weight: 600;
  text-align: center; }

h2 {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  font-weight: 700; }

h3 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: 600;
  text-align: left;
  padding-left: 40px;
  padding-top: 240px; }

h4 {
  color: #0077b1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  font-weight: 600; }

h5 {
  color: #0077b1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  font-weight: 400; }

p {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  font-weight: 100;
  text-align: justify; }

.txt-serv {
  width: 100%; }

.txt-serv p {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  font-weight: 100;
  text-align: center; }

.about {
  height: auto;
  margin-top: 60px; }

.services {
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px; }

.cont-banner {
  height: 590px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center; }

.cont-img {
  height: 310px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.iconServ {
  width: 60px;
  height: 150px; }

.moreServ {
  width: 100%;
  height: 310px;
  margin-bottom: 30px; }

.moreServices {
  height: auto;
  margin-bottom: 20px; }

footer {
  background-color: #131212;
  height: 480px; }

footer p {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
  font-weight: 100;
  text-align: left; }

.cont-logo {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.firma {
  background-color: black;
  height: 60px; }

.cont-firma {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.btn-contact {
  width: 150px;
  color: white;
  background-color: #fdfdfd7a;
  padding: 10px;
  border-radius: 0px;
  font-weight: 600; }

.btn-contact:hover {
  color: #0077b1; }

/** CONTACT **/
.contact {
  width: 100%;
  height: 560px; }

.cont-txt {
  padding-top: 60px; }

.btn-contact {
  background-color: #0077b1;
  border-radius: 0px; }
