@font-face {
  font-family: aldopc;
  src: url(../fonts/aldo-pc.ttf);
}
.otrascampanas{
  font-family: aldopc !important;
}

#home-presentation {
  margin-top: 3%;
  margin-bottom: 3%;
}

/*
 * Celular del Home
 */

.device::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 5px solid #333;
}
.device::before {
    content: '';
    width: 60px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background: #333;
    top: 50px;
}
.device-v {
    padding: 100px 30px;
}
.device {
    margin: 0 auto;
    position: relative;
    background: #111;
    box-shadow: 0px 0px 0px 2px #aaa;
    z-index: 1000;
    padding: 100px 30px;
    border-radius: 55px;
    width: 375px;
}

.device-ios::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 5px solid #333;
}

.device-v {
    padding: 100px 30px;
}
.device-ios {
    margin: 0 auto;
    position: relative;
    background: black;
    box-shadow: 0px 0px 0px 2px #aaa;
    z-index: 1000;
    padding: 25px 15px 65px 15px;
    border-radius: 25px;
    width: 230px;
}




/*
 * Iconos del Home
 */

.platform-icon i {
  padding: 11px 11px;
}

.pseudo-telegram {
  transform: rotate(-45deg) translateX(2px);
}

/*
 * header
 *
 */

.intelligent-header {
  background-color: #292929;
}
.logo {
    margin-top: 11px;
    margin-bottom:   11px;
}
.logo a img {
	width: 279px;
}
.main-menu ul li a {
  font-size: 18px;
  font-family: aldopc;
  color: #aaa;
}
.main-menu ul li a.active{
  color:white;
  font-weight: 900 !important;
  text-decoration: underline;
  text-decoration-style: solid;
}
.main-menu ul li:hover > a {
    color: #ccc;
}



/*
 * filter menu
 *
 */

.portfolio-menu {
  margin: 11px 0px 11px 0px;
}

.hvr-float-shadow li {
  font-size: 16px;
}
.hvr-float-shadow li::before{
  display: none;
}
.hvr-float-shadow li.active{
  font-weight: 900 !important;
  text-decoration: underline;
  text-decoration-style: solid;
}

.hvr-float-shadow li.active,
.hvr-float-shadow li {
    margin: 0 15px;
}



/*
 * portfolio
 *
 */

h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

/*.grid-item { display: none; }*/
.separador {
  width: 100% !important;
  background-color: #292929;
  color: whitesmoke;
  margin-bottom: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}



/*
 * form proponer medio
 *
 */

#proponer-medio{
  background-image: url(../img/campanitas-grises.png);
  background-size: auto;
}
.news-letter input,
.news-letter textarea,
.news-letter select {
    border: 1px solid #e5e5e5;
    height: 45px;
    padding: 0 15px;
    width: 350px;
}
.news-letter select {
  background: white;
  color: grey;
}

.news-letter button {
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 #e5e5e5 !important;
    border-style: solid;
    border-width: 1px;
    background-color: #292929;
    color: whitesmoke;
}



/*
 * footer
 *
 */

.footer-logo a {
    text-transform: capitalize;
}



/*
 * modal
 *
 */

.modal {
  margin-top: 121px;
}



/*
 * buscador
 *
 */

.btn-sort {
    height: 34px !important;
}
.btn-sort-ult {
  border-radius: 0px 4px 4px 0px;
}



/*
 * proyecto
 *
 */

.proyecto p,
.suma p,
.android p,
.ios p {
  font-size: 1.1em !important;
}


/*
 * CSS especifico para responsive
 *
 */
/* Medianos */
@media only screen and (max-width : 992px) {
  .header-area {
    padding-bottom: 0px !important;
  }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .portfolio-menu {
    height: 18px;
    margin: 0px 0px 7px 0px;
  }

  .logo a img {
    width: 200px;
  }

  .container {
    width: 100%;
  }
  .ptb-90 {
    padding: 40px 3%;
  }
  .hvr-float-shadow li + li,
  .hvr-float-shadow li,
  .hvr-float-shadow li.active{
    padding: 7px 0px;
    margin: 0px 3px;
    font-size: 14px;
  }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #home-presentation {
    padding-right: 5px;
    padding-left: 5px;
  }

  .portfolio-menu {
    height: 18px;
    margin: 0px 0px 14px 0px;
  }
  .hvr-float-shadow li + li,
  .hvr-float-shadow li,
  .hvr-float-shadow li.active{
    padding: 7px 0px;
    margin: 0px 3px;
    font-size: 11px;
  }

  .news-letter input,
  .news-letter textarea,
  .news-letter select {
    width: 173px;
  }
  .device {
    display: none;
  }
  #ss {
    display: inline-block !important;
  }
}
