:root {
  --border-radius: 4px;
  --border-radius2x: 8px;
  --default: #777;
}
:root {
  --primary: #a11c23;
  --primary: #a11c23;
  --primary-100: #b32a37;
  --primary-200: #c43f4b;
  --primary-300: #d5545f;
  --primary--100: #8e1920;
  --primary--200: #7b151c;
  --primary--300: #681218;
  --primary-rgba-0: rgba(161, 28, 35, 0);
  --primary-rgba-10: rgba(161, 28, 35, 0.1);
  --primary-rgba-20: rgba(161, 28, 35, 0.2);
  --primary-rgba-30: rgba(161, 28, 35, 0.3);
  --primary-rgba-40: rgba(161, 28, 35, 0.4);
  --primary-rgba-50: rgba(161, 28, 35, 0.5);
  --primary-rgba-60: rgba(161, 28, 35, 0.6);
  --primary-rgba-70: rgba(161, 28, 35, 0.7);
  --primary-rgba-80: rgba(161, 28, 35, 0.8);
  --primary-rgba-90: rgba(161, 28, 35, 0.9);
  --secondary: #e36159;
  --secondary-100: #df4c43;
  --secondary-200: #dd4238;
  --secondary-300: #dc372d;
  --secondary--100: #e7766f;
  --secondary--200: #e9807a;
  --secondary--300: #ea8b85;
  --secondary-rgba-0: rgba(227, 97, 89, 0);
  --secondary-rgba-10: rgba(227, 97, 89, 0.1);
  --secondary-rgba-20: rgba(227, 97, 89, 0.2);
  --secondary-rgba-30: rgba(227, 97, 89, 0.3);
  --secondary-rgba-40: rgba(227, 97, 89, 0.4);
  --secondary-rgba-50: rgba(227, 97, 89, 0.5);
  --secondary-rgba-60: rgba(227, 97, 89, 0.6);
  --secondary-rgba-70: rgba(227, 97, 89, 0.7);
  --secondary-rgba-80: rgba(227, 97, 89, 0.8);
  --secondary-rgba-90: rgba(227, 97, 89, 0.9);
  --tertiary: #2baab1;
  --tertiary-100: #26969c;
  --tertiary-200: #248c92;
  --tertiary-300: #218388;
  --tertiary--100: #30bec6;
  --tertiary--200: #34c6ce;
  --tertiary--300: #3fc9d0;
  --tertiary-rgba-0: rgba(43, 170, 177, 0);
  --tertiary-rgba-10: rgba(43, 170, 177, 0.1);
  --tertiary-rgba-20: rgba(43, 170, 177, 0.2);
  --tertiary-rgba-30: rgba(43, 170, 177, 0.3);
  --tertiary-rgba-40: rgba(43, 170, 177, 0.4);
  --tertiary-rgba-50: rgba(43, 170, 177, 0.5);
  --tertiary-rgba-60: rgba(43, 170, 177, 0.6);
  --tertiary-rgba-70: rgba(43, 170, 177, 0.7);
  --tertiary-rgba-80: rgba(43, 170, 177, 0.8);
  --tertiary-rgba-90: rgba(43, 170, 177, 0.9);
  --quaternary: #383f48;
  --quaternary-100: #2d323a;
  --quaternary-200: #272c32;
  --quaternary-300: #22262b;
  --quaternary--100: #434c56;
  --quaternary--200: #49525e;
  --quaternary--300: #4e5865;
  --quaternary-rgba-0: rgba(56, 63, 72, 0);
  --quaternary-rgba-10: rgba(56, 63, 72, 0.1);
  --quaternary-rgba-20: rgba(56, 63, 72, 0.2);
  --quaternary-rgba-30: rgba(56, 63, 72, 0.3);
  --quaternary-rgba-40: rgba(56, 63, 72, 0.4);
  --quaternary-rgba-50: rgba(56, 63, 72, 0.5);
  --quaternary-rgba-60: rgba(56, 63, 72, 0.6);
  --quaternary-rgba-70: rgba(56, 63, 72, 0.7);
  --quaternary-rgba-80: rgba(56, 63, 72, 0.8);
  --quaternary-rgba-90: rgba(56, 63, 72, 0.9);
  --dark: #212529;
  --dark-100: #16181b;
  --dark-200: #101214;
  --dark-300: #0a0c0d;
  --dark--100: #2c3237;
  --dark--200: #32383e;
  --dark--300: #383f45;
  --dark-rgba-0: rgba(33, 37, 41, 0);
  --dark-rgba-10: rgba(33, 37, 41, 0.1);
  --dark-rgba-20: rgba(33, 37, 41, 0.2);
  --dark-rgba-30: rgba(33, 37, 41, 0.3);
  --dark-rgba-40: rgba(33, 37, 41, 0.4);
  --dark-rgba-50: rgba(33, 37, 41, 0.5);
  --dark-rgba-60: rgba(33, 37, 41, 0.6);
  --dark-rgba-70: rgba(33, 37, 41, 0.7);
  --dark-rgba-80: rgba(33, 37, 41, 0.8);
  --dark-rgba-90: rgba(33, 37, 41, 0.9);
  --bck-rgba-50: rgba(0, 0, 0, 0.5);
  --light: #fff;
  --light-100: #f2f2f2;
  --light-200: #ececec;
  --light-300: #e6e6e6;
  --light--100: #ffffff;
  --light--200: #ffffff;
  --light--300: #ffffff;
  --light-rgba-0: rgba(255, 255, 255, 0);
  --light-rgba-10: rgba(255, 255, 255, 0.1);
  --light-rgba-20: rgba(255, 255, 255, 0.2);
  --light-rgba-30: rgba(255, 255, 255, 0.3);
  --light-rgba-40: rgba(255, 255, 255, 0.4);
  --light-rgba-50: rgba(255, 255, 255, 0.5);
  --light-rgba-60: rgba(255, 255, 255, 0.6);
  --light-rgba-70: rgba(255, 255, 255, 0.7);
  --light-rgba-80: rgba(255, 255, 255, 0.8);
  --light-rgba-90: rgba(255, 255, 255, 0.9);
}
:root {
  --primary-inverse: #fff;
  --secondary-inverse: #fff;
  --tertiary-inverse: #fff;
  --quaternary-inverse: #fff;
  --dark-inverse: #fff;
  --light-inverse: #777;
}
:root {
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}

.top-left-decoration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 620px;
  width: 80vw;
  min-width: 120px;
  pointer-events: none;
}

.top-left-decoration-mobile {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  width: 100px;
  max-width: 80vw;
  min-width: 120px;
  pointer-events: none;
}

.body {
  position: relative;
}

.header-transparent {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .main > .container:first-child {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .main > .container:first-child {
    padding-top: 80px;
  }
  .top-left-decoration {
    max-width: none;
    min-width: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-left-decoration {
    max-width: 340px;
    width: 50vw;
  }
}

#heromybook {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .logo-blanco-mobile {
    display: block;
  }
  .header-logo.d-block.d-lg-none {
    display: none !important;
  }
  .header-sticky .header-logo.d-block.d-lg-none {
    display: block !important;
  }
  .header-sticky ~ .logo-blanco-mobile {
    display: none !important;
  }
}

@media (max-width: 575px) {
  #heromybook h2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 575px) {
  #portfolioPaginationWrapper .col-6 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

h1.font-weight-bold {
  font-size: 7rem;
  line-height: 1;
}

@media (max-width: 575px) {
  h1.font-weight-bold {
    font-size: 5rem;
    line-height: 1.1;
  }
}
