
//Website
$colorbase : #2EC4DD
$colorsecond : #77B3C9
$fontColorDefault : #333333

//Config
.redux
  width: 95% !important
.row
  margin: 0 !important

body
  font-family: 'Roboto', sans-serif !important
  font-size: 15px !important
  font-weight: 300

a
  text-decoration: none !important
  color: $fontColorDefault !important
  &:hover
    text-decoration: none !important

.nodecore
  text-decoration: none !important
  color: $fontColorDefault !important
  &:hover
    text-decoration: none !important
    color: inherit

.clicked
  cursor: pointer

.blur-movil
  position: absolute
  top: 0
  left: 0
  width: 100%    

//Buttoms
.btn_default
  @include fontstyle(12px,300,1px,white)
  @include buttomstyle(30px,30px,10px,10px,none,20px,$colorsecond)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(30px,30px,10px,10px,none,20px,$colorbase)

.btn_default-descargar
  @include fontstyle(12px,300,1px,white)
  @include buttomstyle(30px,30px,5px,5px,none,20px,$colorbase)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(30px,30px,5px,5px,none,20px,$colorsecond)    

.btn_default-contactor
  @include fontstyle(12px,300,1px,$colorbase)
  @include buttomstyle(30px,30px,5px,5px,1px solid $colorbase,20px,transparent)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(30px,30px,5px,5px,none,20px,$colorsecond) 

.btn_default-form
  @include fontstyle(12px,300,1px,$colorbase)
  @include buttomstyle(30px,30px,5px,5px,none,20px,transparent)
  
.btn_default_invert
  @include fontstyle(12px,300,1px,white)
  @include buttomstyle(30px,30px,10px,10px,none,0px,$colorbase)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(30px,30px,10px,10px,none,0px,$colorsecond)    

.btn_white
  @include fontstyle(12px,300,1px,$colorbase)
  @include buttomstyle(15px,15px,10px,10px,none,5px,white)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(15px,15px,10px,10px,none,5px,$colorsecond)

.btn_white_fresh
  @include fontstyle(12px,500,1px,$colorsecond)
  @include buttomstyle(15px,15px,10px,10px,none,5px,transparent)
  &:hover
    @include fontstyle(12px,300,1px,$colorbase)
    @include buttomstyle(15px,15px,10px,10px,none,5px,transparent)

.btn_white_border
  @include fontstyle(12px,300,1px,black)
  @include buttomstyle(15px,15px,10px,10px,none,5px,white)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(15px,15px,10px,10px,none,5px,$colorsecond)

.btn_black
  @include fontstyle(12px,300,1px,$colorsecond)
  @include buttomstyle(15px,15px,10px,10px,1px solid black,5px,black)
  padding-right: 30px
  padding-left: 30px
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(15px,15px,10px,10px,1px solid white,5px,black)
    padding-right: 30px
    padding-left: 30px

.btn_dark_gray
  @include fontstyle(12px,300,1px,white)
  @include buttomstyle(15px,15px,10px,10px,none,5px,#333333)
  &:hover
    @include fontstyle(12px,300,1px,white)
    @include buttomstyle(15px,15px,10px,10px,1px solid white,5px,#333333)



