 @font-face {
     font-family: 'Futura';
     src: url('../css/Futura-Medium.eot');
     src: url('../css/Futura-Medium.eot?iefix') format('eot'),
         url('../css/Futura-Medium.woff') format('woff'),
         url('../css/Futura-Medium.ttf') format('truetype'),
         url('../css/Futura-Mediu.svg#webfont90E2uSjN') format('svg');
     font-weight: normal;
     font-style: normal;
  }
  @font-face {
     font-family: 'Gotham-Black';
     src: url('../css/Gotham-Black.otf');
     font-weight: normal;
     font-style: normal;
  }
  @font-face {
     font-family: 'Gotham-Bold';
     src: url('../css/Gotham-Bold.otf');
     font-weight: normal;
     font-style: normal;
   }
   @font-face {
     font-family: 'Gotham-Book';
     src: url('../css/Gotham-Book.otf');
     font-weight: normal;
     font-style: normal;
   }
   body,
html {
  background-color: #ffffff;
/*Footer*/ 
}
#tips{
  padding: 2% 5%;
/*  
}
#tips .container{
  border: 4px solid #ff3485;
  padding: 4% 4%;
*/  
}
.favoritooo.container{
  margin: 0px auto;
  max-width: 1300px;
}
section#fav .container{
  margin: 0px auto;
  max-width: 1400px;
}
section#fav .container ul.slick-dots{
  max-width: 1200px;
    margin: 0 auto;
}
#tips h2{
  font-size: 30px;
  font-family: 'Gotham-bold';
  text-align: center;
 
  color: #000000;
}
#tips .text {
    font-family: 'Gotham-Book';
    font-weight: 300;
    color: #000000;
   }
#tips p{
  font-size: 18px;
  font-family: 'Gotham-Book';
  margin: 2% 0;
  text-align: center;
}
#tips p strong{
  font-size: 19px;
  font-family: 'Gotham-bold';
}

#tips .container .texto-tips  a:hover{
color: #ff3485;
}

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

  /*foter*/

  #tips h2{
    font-size:19px;
    text-align: center;
  }
  #tips p{
    font-size:12px;
    text-align: justify;
  }
  #tips .container{
    padding: 1%;
  }
  .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0px 2px;
  }
}