.inline-icon {
  vertical-align: bottom;
}

.row-flex{
  display: flex;
  flex-wrap: wrap;
}

.black-bg{
  background-color: black;
}

.container-max{
  width: 100%;
  max-width: none;
}

.modal{
  background-color: white;
  max-height: 100%;
}

.img-modal{
  height: 250px;
}

.carousel{
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1000px){
  .no-float{
    float: none !important;; 
  }

  .container-max {
    width: 100%;
    box-sizing: inherit;
  }

  .img-box{
    height: 300px;
  }

  .col .row {
    margin-right: 0em;
    margin-left: 0em;
  }

  .carousel{
    width: 50%;
    height: 200px !important;
    margin-left: 3.5em;
  }
}

.text-guinda{
  color: #591E2E !important;
}

.img-center{
  margin-top: 4em;
}

.margin {
    margin-top: 4rem;
}

.margin-small{
    margin-top: 1rem;
}

.margin-g{
  margin-top: 10rem;
}

nav .brand-logo{
  margin-left: 1em !important;
}

.btn{
  background-color: #591E2E;
}

aside {
  display: block;
  position: relative;  
  margin: 40px 0;
  margin-left: auto;
  margin-right: auto;
}

aside h3 {
  font: bold 12px Sans-Serif;
  letter-spacing: 2px; 
  text-transform: uppercase;
  background: #591E2E;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
}

/* Class name via Modernizr */
.csstransforms aside {
  border-left: 34px solid #591E2E;
  padding-left: 10px;
}
.csstransforms aside h3 {

  /* Abs positioning makes it not take up vert space */ 
  position: absolute;
  top: 0;
  left: 0;
  
  /* Border is the new background */
  background: none;
  
  /* Rotate from top left corner (not default) */
  -webkit-transform-origin: 0 0;
  -moz-transform-origin:    0 0;
  -ms-transform-origin:     0 0;
  -o-transform-origin:      0 0;
  
  -webkit-transform: rotate(90deg); 
  -moz-transform:    rotate(90deg); 
  -ms-transform:     rotate(90deg); 
  -o-transform:      rotate(90deg); 
}

@media only screen and (max-width: 1000px){

  .margin-clientes{
    margin-top: 3em;
  }
  .carousel-clientes {
      width: auto !important;
      /* height: 200px !important; */
      margin-left: auto !important;
      margin-right: auto !important;
  }}

/*Parallax styles*/
.parallax-container{
  height: 500px !important;
  width: 800px !important;
  background-size: cover !important;
  display: flex;
  float: right;
  margin-top: 2em;
  margin-right: 2em;
}

.text-main{
  width: 400px;
  margin-left: 7em;
}

.margin-big{
  margin-top: 5em;
}

@media only screen and (max-width: 1000px){

  .parallax-container{
    height: 0 !important;
    width:0 !important;
    margin: 0;
    display: inline-block;
    float: unset;
  }
  .text-main{
    margin-left: 0;
    width: inherit;
    margin-top: 3em;
  }

  .bg-para{
    height: 750px;
    display: inline-block;
  }

  .margin-big{
    margin-top: 5em;
  }

  .social{
    display: none !important;
  }
  
  nav .brand-logo{
    margin-left: 0 !important;
  }
}

.img-tracking{
  padding-top: 15px;
}