* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Rajdhani', sans-serif;
  color: #eeeeee;
  font-weight: 400;


}

body {
background-color: #010101;
}


/*NAV*/

.index-header {
  width: 90%;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -90%);
}

header {
  width: 90%;
 
}

nav {
  
  flex-direction: row;
  justify-content: space-around;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.frase {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.frase {
   font-weight: 300;
}

.vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 120vh;
  min-width: 177.77vh;
  position: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.nav-item {
 
  padding: 5px;
}

.nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #eeeeee !important;
}

.nav-link:hover {
  text-decoration-style: dashed;
  transition: 150ms;
}

.navbar-light .navbar-toggler  {
    border: none;
}

/*General*/

section {
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.section-espaciado {
  padding-top: 2rem;
}
.row {
  margin: auto;
  width: 100%;
}

.row-center {
  justify-content: center;
  margin: auto;
  width: 100%;
}

.rowpadding .row {
  align-items: center;
  padding-bottom: 1rem;
  margin: auto;
}

.contenedor {
  margin: auto;
  width: 95vw;
  margin-top: 5%;
  margin-bottom: 5%;
  justify-content: center;
  justify-items: center;
}

.img-fluid {
  align-self: center;
  max-height: 100vh;
  width: auto;
  object-fit: cover;
  object-position: center;
}

ul {
  list-style: none;
}

.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-12,
.col-sm {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.kit .row {
  padding: 0;
  margin: 0;
}

.epigrafes {
  height:70px;
  align-items: center;
  padding-top: 1rem;
}

.epigrafes h5 {
  font-size: 18px;
}

#itsnotjust {
  padding-bottom: 1.5rem;
}
/*values */

.values .col-sm {
  justify-content: center;
  justify-items: center;
  width: auto;
}

.values img {
  height: 80%;
  display: block;
  margin: auto;
}

/*TO BE CONTINUED*/

.toBeContinued li {
  padding: 25px;
}

.iconos {
  max-width: 30px;
}

/*Thanks*/

.thanks {
  justify-content: right;
  float: right;
  padding-right: 5px;
}

.thanks h5 {
  padding-bottom: 1rem;
  float: right;
}
.thanks ul {
  list-style-type: none;
}

.thanks .col-sm {
    float: right;
}

.thanks li {
text-align: right;
}
/*///////////////////////////////// FOOTER///////////////////////////////////////////*/

.footer {
  height: 20vh;
  width: 100%;
  font: 16px;
  padding-top: 10px;
  
}

.footer p{
  margin: 0;
 
}

.footer-distributed .footer-icons {
  margin-top: 10px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #3d3c3c;
  border-radius: 2px;

  font-size: 20px;
  color: #404040;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}


/*About me*/

.about-me {
  padding-top: 6%;
  padding-bottom: 2%;
}


/*Gallery press*/

.gallery-block {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .title {
  width: 100%;
  padding-left: 15px;
}

.gallery-block .subtitle {
width: 100%;
padding: 15px;
padding-top: 0;
}

.gallery-block .row-projects {
  padding-top: 1rem;
  padding-bottom: 2rem;
  }



.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold;
}

.gallery-block.cards-gallery .col-md-6 {
    margin-bottom: 15px;
}

.gallery-block.cards-gallery .card {
  margin-bottom: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  object-position: center;
  height: 20vh;
  }
.gallery-block.cards-gallery .card-body {
  text-align: center;
}
.gallery-block.cards-gallery .card-body p {
  font-size: 15px;
}
.gallery-block.cards-gallery a {
  color: #212529;
}
.gallery-block.cards-gallery a:hover {
  font-weight: bold;
  text-decoration: none;
}


/* ////////////////////////////////////Contact////////////////////////////////////// */

.contacto {
  width: 100%;
  height: 100vh;
}

.wrapper {
   
  max-width: 100vw;
  width: 100%;
  background-color: #404040;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 4px 4px 2px rgba(255, 248, 220, 0.479);
}

.wrapper h2 {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.wrapper .input-field {
  margin-bottom: 10px;
}

.wrapper .input-field input[type="text"],
.wrapper textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 5px;
}

.wrapper textarea {
  resize: none;
  height: 40vh;
}

#submit {
  border: 0;
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background-color: whitesmoke;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 5px;
  border-radius: 10px;
  color: #404040;
}

.ocultar-sm {
  visibility: hidden;
  display: none;
}

@media (max-width: 500px) {
  .logo {
    font-size: 20px;
    letter-spacing: 8px;
    text-align: center;
    padding-top: 15px;
  }

  .navbar-toggler-icon {
    width: 4em;
  }

  .collapsedBar{
       background-color: rgba(0, 0, 0, 0.35);
       
      border-radius: 10px;
}


  .blanco {
    color: white !important;
    font-size: 20px;
  }

  .section {
    height: 80vh;
  }

  .title {
    text-align: center;
    font-size: 30px;
  }

  .img-fluid {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .row {
    margin: 0;
  }

  .ocultar {
    visibility: hidden;
    display: none;
  }
  .ocultar-sm {
    visibility: visible;
    display: flex;
  }
 

  .epigrafes h5 {
      font-size: 15px;
      font-weight: 300;
  }
}
