body{
  background: black;
}

.somos{
  background: white;
}

.questions{
  background: white;
}

.contact{
  background: black;
}

.row{
  margin: 0;
}

.info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 3% 2% 3% 2%;
}

.info-icon div{
  padding-left: 3%;
}

.section-questions {
    padding: 7% 0 8% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
}

.waiting-section {
  padding: 7% 0 8% 0;
  margin: 0;
}

.vertical-info-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.vertical-info-icon span {
  padding-top: 15px;
}

.space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.texture-bg{
  background-image: url("../img/gold1.jpg");
}

.icons-info{
  margin-bottom: 2%;
}

.backg1{
  height: 100vh;
  background-image: url("../img/fondo2.png")
}

.section-somos{
    /*padding: 7% 8% 8% 8%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
}

.backg2{
  background-image: url("../img/fondo2.png")
}

/* label focus color */
.input-field input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
  color: white !important;
}

/* label underline focus color */
.input-field input[type=text]:focus, .materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid white !important;
  box-shadow: 0 1px 0 0 white !important;
}

@media (max-width: 900px) {
  .logosize {
    width: 90px;
    padding-top: 14px;
    padding-left: 1%;

  }
}

@media (min-width: 900px) {
  .logosize {
    width: 45%;
    padding-left: 2%;
    margin-left: 200%;
    margin-top: 2%;
  }
}
