@import url("default.css");
@import url("component.css");
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  height: auto;
  font-size: 16px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  color: #FFF;
  position: relative;
  z-index: 10;
}



/******social*******/

#whats:hover {
  color: #25d366;
}

#face:hover {
  color: #3b5998;
}

#instagram:hover {
  color: #CC4CBD;
}

#twitter:hover {
  color: #55acee;
}



/*button principal*/

#contact {
  background: #0c5292;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  margin-top: -1em;
}

.clink {
  padding: 0 !important;
  position: absolute;
  z-index: 100;
  padding: 0;
  height: auto;
  width: 100%;
}

#second-nav {
  height: 30px;
  padding: 5px;
  width: 100%;
  position: fixed;
  z-index: 20;
  display: block;
  background-color: #242424;
}

#second-nav .snav-container {
  color: #FFF;
}

#second-nav .snav-container span {
  position: absolute;
  right: 2rem;
}

#second-nav .snav-container a {
  padding-left: 1rem;
  text-decoration: none;
}

#nav-container {
  -webkit-transition: background-color 3s ease-out;
  -moz-transition: background-color 3s ease-in;
  -o-transition: background-color 3s ease-out;
  transition: background-color 3s ease-out;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 30px;
}

#nav-container .nav-content {
  padding: .5rem;
  position: relative;
}

#nav-container .nav-content .navbar {
  text-align: center;
  display: block;
}

#nav-container .nav-content .navbar a {
  padding: .2em;
  margin-left: 3rem;
  margin-right: 3rem;
  font-size: 16px;
  text-decoration: none;
}

#nav-container .nav-content .navbar a:hover {
  color: #e44c65;
}

#mainbanner,
#banner-obj,
#banner2,
#banner4 {
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  margin: 0;
  z-index: 1;
  width: 100%;
  background-image: url("../images/inicio.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: background-image 2s ease-out;
  -moz-transition: background-image 2s ease-out;
  -o-transition: background-image 2s ease-out;
  transition: background-image 2s ease-out;
}

#mainbanner:after,
#banner-obj:after,
#banner2:after,
#banner4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.navbar #logo a {
  font-size: .65em !important;
  left: -2em;
  top: -5px;
}

#mainbanner h3 {
  padding: 1rem 4em;
}

#logo a:hover {
  color: inherit !important;
}

#logo a span {
  color: #0c5292;
}

.services img {
  width: 50%;
  position: relative;
  z-index: 50;
}

.slide div h3>span {
  color: #0c5292 !important;
  font-weight: 600 !important;
}

#know {
  padding: 15px 60px !important;
  border: 1px solid #e44c65;
  color: #e44c65;
}

#know:hover {
  color: #fff;
}

.content-begin {
  position: relative;
  z-index: 10;
}
.blue {
  color: #0c5292 !important;
  font-weight: bold;
}
.font-enf {
  font-family: 'Kalam', cursive;
}
.red {
  color: rgb(228, 76, 101) !important;
  font-weight: bold;
}
.footer-image {
  position: absolute;
  bottom: 0;
  height: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  -webkit-transition: height 2s ease-out;
  -moz-transition: height 2s ease-out;
  -o-transition: height 2s ease-out;
  transition: height 2s ease-out;
}

/***Banner CLink Capital ****/

#banner-we-do {
  background: rgba(12,82,146,0.15);
  height: 70vh;
}

#banner-we-do img {
  width: 50%;
}

#banner-we-do h1 {
  color: #0c5292; 
  font-weight: 600;
  margin-top: 25vh;
}

#banner-we-do h3 {
  color: #727888;
  padding: 10px 3em;
  width: 100%;
  text-align: center;
}



#banner-obj {
  height: 100vh;
  background: url("../images/img9_rec.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#banner-obj img {
  width: 50%;
}

#banner-obj h1 {
  color: rgb(228, 76, 101);
  font-weight: 600;
  margin-top: 40vh;
}

#banner-obj h3 {
  color: #fff;
  padding: 10px 3em;
}

/** Transformando al mundo */
#banner2 {
  height: 75vh;
  background: url("../images/img1.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#banner2 img {
  width: 50%;
}

#banner2 h1 {
  color: rgb(228, 76, 101);
  font-weight: 600;
  margin-top: 4em;
}

#banner2 h3 {
  color: #fff;
  padding: 10px 3em;
}




/*** Projects ****/

#banner-projects {
  background: rgba(228, 76, 101, 0.10);
  height: 100vh;
}


#banner-projects h1 {
  color: rgb(228, 76, 101);
  font-weight: 600;
  margin-top: 2em;
}

#banner-projects h3 {
  color: #727888;
  padding: 10px 3em;
}



/*****Contact us******/

#banner4 {
  height: 75vh;
  background-image: url("../images/img-form.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container-contact-us {
  position: relative;
  z-index: 20;
  margin: 2.5%;
  margin-top: 0;
  padding-top: 5rem;
}



/*Footer*/

#myFooter {
  background-color: #242424;
  color: white;
  padding-top: 30px;
}

#myFooter .footer-copyright {
  background-color: #333333;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .row {
  margin-bottom: 60px;
}

#myFooter .navbar-brand {
  margin-top: 45px;
  height: 65px;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter h2 a {
  font-size: 50px;
  text-align: center;
  color: #fff;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ef1a1a;
}

#myFooter .twitter:hover {
  color: #00aced;
}

#myFooter .btn {
  color: white;
  background-color: #d84b6b;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder,
textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder,
textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #bbb5af;
}



/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

form header {
  position: relative;
  margin: 100px 0 25px 0;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 7px;
}

#form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto;
  margin-top: 7em;
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #726659;
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  border: solid 1px #b3aca7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  padding: 0;
  margin: -5px 0px 0px 0px;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;
  outline: none;
  cursor: pointer;
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}