/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Bold";
  src: url("../css/Gotham-Bold.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Bold.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Bold.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Bold.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Book";
  src: url("../css/Gotham-Book.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Book.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Book.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Book.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Book.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-AON {
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: -30px;
}
#landing-AON section {
  display: inline-block;
  width: 100%;
  position: relative;
}

/*Style*/
#menu-categorias {
  height: 75px;
}

#menu-categorias h3{
  width: 70%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding:2% 0 ;
  border-radius: 20px;
  font-weight: bold;
}
#menu-categorias a{
  width: 100%;
  display: flex;
  justify-content: center;
}
#menu-categorias h3.activo,#menu-categorias h3:hover{
  background-color: #FF1B37;
  color: #ffffff;
  border: transparent;
}

.container .titulo-cat{
  margin: 2% 0;
}

.list-pro>div{
  margin-bottom: 2%;
}
#beneficios .titulo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
#beneficios .titulo img{
  margin-top: 3.5%;
  margin-right: 1%;
  height: 90px;
}
#beneficios .titulo h2{
  position: relative;
  margin: 5% 0;
  font-weight: bold;
}
#beneficios .titulo h2::after{
  content: '';
  position: absolute;
  width: 580px;
  height: 2px;
  background-color: #A33E96;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#beneficios .box{
  border: 1px solid #A33E96;
  height: 340px;
}

#beneficios .box .icono{
padding: 10% 0;
}

#beneficios .box .texto h2{
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 5% 0 8% 0;
}
#beneficios .box .texto p{
  margin: 0px;
  padding: 0 5%;
}

/*Fin*/

/*Sliks*/

.slick-prev {
  left: 2% !important;
}
.slick-next {
  right: 2% !important;
}

.slick-prev,
.slick-next {
  width: 15px;
  height: 27px;
  z-index: 999999;
  color: #ffffff;
}
.slick-disabled {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 0px;
  color: transparent;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 0px;
  background: url("../images/flecha-der.png");
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 0px;
  background: url("../images/flecha-izq.png");
}

.slick-dots li.slick-active button:before {
  font-size: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  bottom: -30px;
}

/*Fin slick*/

/*Fin - Style*/
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 769px) {
  #menu-categorias .menu>div{
    padding: 1%;
  }
  #menu-categorias h3{
    width: 100%;
    font-size: 4vw;
  }
  .container .titulo-cat img{
    max-width: 100%;
  }
  .list-pro{
    padding: 0 5%;
  }
  .container .titulo-cat {
    margin: 5% 0 3% 0;
  }
  #beneficios .titulo{
    display: block;
    text-align: center;
    margin-bottom: 10%;
  }
  #beneficios .titulo h2{
    font-size: 4.5vw;
  }
  #beneficios .titulo h2::after{
    width: 100%;
    height: 3px;
    bottom: -10px;
  }
  #beneficios .row>div{
    padding: 0.5%;
  }
  #beneficios .box{
    height: 275px;
  }
  #beneficios .box .icono{
    height: 120px;
  }
  #beneficios .box .icono img{
    max-width: 90%;
  }
  #beneficios .box .texto h2{
    font-size: 3.5vw;
    
  }
  #beneficios .box .texto p{
    font-size: 2.8vw;
    padding: 0 2%;
  }

}
