.container {
  padding-right: 0px;
  padding-left: 0px;
}

form {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

form select,
form textarea {
  width: 100%;
  margin-bottom: 15px;
}

form textarea {
  height: 150px;
  padding: 12px 12px;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3c92ca;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0 0 15px 0;
}

select {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 12px 12px;
  line-height: 1.42857143;
  border: 1px solid #000;
  margin: 0 0 5px 0;
  padding: 12px 12px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='black'><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #fff;
}

input:not(.modal-input) {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

input + label {
  margin: 0 0 -10px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9c9b9b;
  font-size: 14px;
  font-style: normal;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9b9b;
  font-size: 14px;
  font-style: normal;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c9b9b;
  font-size: 14px;
  font-style: normal;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9c9b9b;
  font-size: 14px;
  font-style: normal;
}

.form-group {
  margin-bottom: 5px;
}

/* placeholder para edge y otros donde no se veian */

::-webkit-input-placeholder {
  color: #777 !important;
  opacity: 0.8 !important;
}

::-moz-placeholder {
  color: #777 !important;
  opacity: 0.8 !important;
}

:-ms-input-placeholder {
  color: #777 !important;
  opacity: 0.8;
}

/* placeholder para edge y otros donde no se veian */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* placeholder para edge y otros donde no se veian */

/* delays */

.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-14s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-16s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-17s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-18s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-19s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* delays */

/* success form */

bix-display-data table td {
  padding-right: 12px;
}

/* SLIDER LOGO */

#contenedor_slide_marcas {
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}

#slide_marcas {
  width: 1942px;
  -webkit-transition: all 800ms ease 0s;
  transition: all 800ms ease 0s;
}

#slide_marcas div {
  display: inline-block;
}

#bgmodal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 999999;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

#bgmodal form {
  width: 400px;
  padding: 25px 20px;
  background: #fff;
  margin: auto;
  text-align: center;
}
#bgmodal p {
  text-align: center;
  color: #58585a;
  font-size: 16px;
}

.modal-input {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  color: #555;
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #000;
  margin-bottom: 15px;
}

.modal-input.enviar,
#cerrar_modal {
  margin: 10px 0 10px 0;
  text-align: center;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: #0cf;
  color: #fff;
  padding: 10px 5px;
  transition: all 0.7s;
}
.modal-input.enviar:hover{
background-color: rgb(79 231 173);
}
#cerrar_modal:hover{
background-color: rgb(235 72 72);
}

#cerrar_modal,
#queres_trabajar {
  cursor: pointer;
}

/* FIN SLIDER LOGO */

/* FEED */

#feed {
  margin: auto auto;
}

#feed {
  min-height: 440px;
  text-align: center;
  max-width: 730px;
  margin-top: -56px;
}

#feed > article > p #feed h2,
#feed a {
  display: none;
}

#feed article a {
  display: none;
}

#feed article span a {
  display: block;
  margin-top: -30px;
}

#feed > article > p:nth-child(3) {
  color: #444;
  display: inline-block;
  max-width: 550px;
  margin-left: 20px;
  width: 100%;
}

#feed article img {
  width: 223px;
  display: inline-block;
  vertical-align: top;
  margin: auto auto;
}

#feed article h5 a {
  margin-bottom: 20px;
  font-size: 20px;
  display: block !important;
  text-align: center;
  padding: 20px;
}

#feed > article {
  display: inline-block;
}

#feed .carousel {
  margin-top: -40px;
}

#myCarousel > div > div > article > p:nth-child(3) {
  display: inline-block;
  color: #333;
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  #feed article img {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: auto auto;
    margin-bottom: 20px;
  }
  #feed > article > span a {
    display: block;
    margin: -30px 0 20px 0;
  }
}

/* END FEED */
