@import url("https://fonts.googleapis.com/css?family=Open+Sans|Poppins");
/** General */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.27;
}

h4 {
  font-size: 20px;
  font-weight: 800;
  color: #ba0f0d;
}

a,
p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

body {
  background: #f0f0f0;
  color: #2b2b29;
}

/** Header */
.header {
    position: fixed;
    background-color: #fce4e0;
    width: 100%;
    z-index: 1000;
}

.header #header-info-line {
  height: 65px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #4c4c4c;
}
.header #header-info-line .container,
.header #header-info-line .info {
  height: 100%;
}
.header #header-info-line .info {
  margin-left: 320px;
}
.header #header-info-line .info > span {
  line-height: 65px;
}
.header #header-info-line .info a.contact-block {
  color: #4c4c4c;
}
.header #header-info-line .info a.contact-block span {
  display: inline;
}
.header #header-info-line .info a.contact-block i {
  display: none;
}
.header #header-info-line .info .linkedin-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid #ba0f0d 3px;
  margin-left: 10px;
  text-align: center;
  color: #ba0f0d;
}
.header #header-info-line .info .linkedin-link a i {
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
}
.header #header-info-line .info .language-dropdown {
  margin-right: 5px;
}
.header #header-info-line .info .language-dropdown .flag-icon {
  height: 28px;
  width: 28px;
  border-radius: 100%;
}
.header #header-info-line .info .language-dropdown .btn.dropdown-toggle {
  background: none;
}
.header #header-info-line .info .language-dropdown .btn.dropdown-toggle::after {
  margin-left: 1em;
  vertical-align: -0.4em;
  border-top: 0.8em solid;
  color: #4c4c4c;
}
.header #header-info-line .info .language-dropdown .btn.dropdown-toggle:focus {
  box-shadow: none;
}
.header #header-info-line .info .language-dropdown .dropdown-menu {
  min-width: initial;
  background: #fce4e0;
  border: none;
}
.header #header-info-line .info .language-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 13px;
}
.header #header-info-line .info .language-dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
}
.header .navbar {
  background-color: #FFF;
}
.header .navbar .navbar-brand {
  margin-top: -73px;
  /* Height of infobar + padding and margins of navbar */
  padding: 10px;
  background-color: #FFF;
}
.header .navbar .navbar-brand img {
  max-width: 270px;
}
.header .navbar .navbar-nav .nav-item {
  padding: 12px 0;
  margin: 5px 13px;
}
.header .navbar .navbar-nav .nav-item a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.header .navbar .navbar-nav .nav-item.block {
  padding: 0;
}
.header .navbar .navbar-nav .nav-item.block a {
  padding: 14px 18px;
  border: solid #ba0f0d 5px;
}
.header .navbar .navbar-nav .nav-item a {
  color: #ba0f0d;
}

/** Button */
input[type=submit], a.link-button {
  border-width: 3px;
  border-style: solid;
  border-color: #ba0f0d;
  padding: 8px 26px;
  margin: 25px 0 0;
  display: inline-block;
  color: #ba0f0d;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 800;
}
input[type=submit]:hover, a.link-button:hover {
  text-decoration: none;
}

/** Utils **/
.red-background {
  background-color: #ba0f0d;
  color: #FFF;
}
.red-background input[type=submit], .red-background .link-button {
  border-color: #FFF;
  color: #FFF;
}

.white-background {
  background-color: #FFF;
  color: #2b2b29;
}
.white-background .link-button {
  border-color: #ba0f0d;
  color: #ba0f0d;
}

.red-text {
  color: #ba0f0d;
}

/** Sections */
section.red-background {
  min-height: 300px;
  padding-top: 190px;
}

section.contact-info {
  margin-top: 100px;
  margin-bottom: -170px;
}
section.contact-info .call-to-linkedin {
  background: #FFF;
  margin-left: 30px;
  padding: 40px;
  margin-top: 20px;
  height: 537px;
  border-bottom-right-radius: 110px;
}
section.contact-info .call-to-linkedin p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #494949;
  margin-bottom: 50px;
}
section.contact-info .call-to-linkedin .linkedin-link {
  display: inline-block;
  text-align: center;
  color: #ba0f0d;
}
section.contact-info .call-to-linkedin .linkedin-link i {
  width: 50px;
  height: 50px;
  border: solid #ba0f0d 3px;
  font-size: 22px;
  font-weight: normal;
  padding-top: 12px;
}

section.section-background {
  padding-top: 60px!important;
  position: relative;
  min-height: 822.6px;
  margin-bottom: 110px;
}
section.section-background p {
  font-weight: bold;
}
section.section-background .background-container {
  position: absolute;
  background-size: cover;
  width: 60%;
  min-height: 822.6px;
}
section.section-background .background-container.background-left {
  left: 0;
  border-bottom-right-radius: 110px;
}
section.section-background .background-container.background-right {
  right: 0;
  border-bottom-left-radius: 110px;
}
section.section-background .content-container {
  margin-top: 100px;
  padding: 40px 49px;
  min-height: 200px;
  z-index: 100;
}
section.section-background .content-container.background-right {
  border-top-left-radius: 110px;
}
section.section-background .content-container.background-left {
  border-top-right-radius: 110px;
}
section.section-background .background-mobile {
  display: none;
}

/** Linkedin box */
.linkdedin-box {
  width: calc(100% - 20px);
  padding-top: calc(100% - 20px);
  margin: 20px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.linkdedin-box.top-left {
  border-top-left-radius: 110px;
}
.linkdedin-box.top-right {
  border-top-right-radius: 110px;
}
.linkdedin-box.bottom-left {
  border-bottom-left-radius: 110px;
}
.linkdedin-box.bottom-right {
  border-bottom-right-radius: 110px;
}
.linkdedin-box .info-overlay {
  display: none;
}
.linkdedin-box:hover .info-overlay {
  animation: fadeInFromNone 0.5s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.46);
  padding-top: 65px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  color: #FFF;
}
.linkdedin-box:hover .info-overlay h3 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.75;
}
.linkdedin-box:hover .info-overlay h5 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
}
.linkdedin-box:hover .info-overlay .linkedin-link a {
  border-color: #FFF;
  color: #FFF;
  width: 50px;
  height: 50px;
}
.linkdedin-box:hover .info-overlay .linkedin-link a i {
  font-size: 22px;
  margin-top: 11px;
}

/** Info Boxes **/
.info-box {
  height: 368px;
  position: relative;
  margin-bottom: 60px;
}
.info-box:not(.red-background) {
  background: #FFF;
}
.info-box.top-left,
.info-box.top-left .options-container,
.info-box.top-left h4 {
  border-top-left-radius: 110px;
}
.info-box.top-right,
.info-box.top-right .options-container,
.info-box.top-right h4 {
  border-top-right-radius: 110px;
}
.info-box.bottom-left,
.info-box.bottom-left .options-container {
  border-bottom-left-radius: 110px;
}
.info-box.bottom-right {
  border-bottom-right-radius: 110px;
}
.info-box .icon-container {
  position: absolute;
  top: -35px;
  left: 25px;
  background-color: #ba0f0d;
  border-top-left-radius: 20px;
  width: 75px;
  height: 75px;
  z-index: 120;
  color: #FFF;
  font-size: 35px;
  text-align: center;
}
.info-box .icon-container i {
  line-height: 75px;
}
.info-box h4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 10px;
  background: #FFF;
  z-index: 100;
  padding: 60px 5px 10px 25px;
}
.info-box .options-container {
  height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding: 95px 5px 10px 25px;
}
.info-box .intro-text {
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
}
.info-box ul.info-items {
  padding-left: 0;
}
.info-box ul.info-items li {
  list-style: none;
  margin-top: 10px;
}
.info-box ul.info-items li .checkmark-container {
  display: inline-block;
  width: 10%;
  color: #ba0f0d;
  vertical-align: top;
  padding-top: 4px;
  border-radius: 4px;
}
.info-box ul.info-items li .option-text {
  display: inline-block;
  width: 85%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  padding: 0 0 10px;
}
.info-box ul.info-items li .option-text.bordered {
  border-bottom: solid 1px rgba(186, 15, 13, 0.2);
}
.info-box ul.info-items li .option-text span.comment-text {
  font-style: italic;
  display: block;
  width: 100%;
  text-align: right;
}

.text-box {
  padding: 83px 25px 0;
  position: relative;
}
.text-box h5 {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #fce4e0;
}
.text-box h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.27;
}
.text-box .link-button {
  position: absolute;
  bottom: 25px;
}

/** Video slider **/
.videoslider-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.videoslider-container .next-button,
.videoslider-container .previous-button {
  height: 80px;
  width: 80px;
  background: #ba0f0d;
  position: absolute;
  top: calc(50% - 26.6666666667px);
  z-index: 1000;
  text-align: center;
  cursor: pointer;
}
.videoslider-container .next-button i,
.videoslider-container .previous-button i {
  color: #FFF;
  font-size: 32px;
  line-height: 80px;
}
.videoslider-container .previous-button {
  left: -26.6666666667px;
  border-bottom-left-radius: 16px;
}
.videoslider-container .next-button {
  right: -26.6666666667px;
  border-bottom-right-radius: 16px;
}
.videoslider-container .videoslider {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.videoslider-container .videoslider .video-slide {
  margin: 10px 20px;
  vertical-align: top;
}
.videoslider-container .videoslider .video-slide iframe {
  width: 100%;
  height: 100%;
}
.videoslider-container .videoslider .video-slide.cycle-slide-active {
  border-top-left-radius: 110px;
  overflow: hidden;
}
.videoslider-container .videoslider .video-slide.cycle-slide-active + .video-slide + .video-slide {
  border-top-right-radius: 110px;
  overflow: hidden;
}

/** Tabs **/
.tabs ul {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.tabs ul li {
  background-color: #f5f5f5;
  flex: 1;
  text-align: center;
  border-bottom: solid 6px #d8d8d8;
  align-self: flex-end;
  position: relative;
}
.tabs ul li.ui-state-active {
  border-bottom: solid 6px #ba0f0d;
  background: #FFF;
  align-self: flex-end;
}
.tabs ul li.ui-state-active a {
  height: 110px;
}
.tabs ul li:not(.ui-state-active) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.5);
}
.tabs ul li a {
  display: inline-block;
  height: 80px;
  width: 100%;
  margin-top: 30px;
}
.tabs ul li a img {
  height: 70%;
}
.tabs .content {
  background: #FFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 110px;
  padding: 30px 60px 110px;
}
.tabs .content h4.content-title {
  font-size: 20px;
  text-align: center;
}
.tabs .content p.content-intro {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
}
.tabs .content img {
  max-width: 100%;
}
.tabs .content .real-content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #494949;
}

/** Forms **/
input[type=text], textarea {
  width: 100%;
  background: 0;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
input[type=text], input[type=text]:focus, textarea, textarea:focus {
  border: none;
  border-bottom: solid 3px #FFF;
  outline: none;
}
input[type=text]::placeholder, textarea::placeholder {
  color: rgba(255, 255, 255, 0.51);
}

textarea {
  min-height: 180px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: none;
  border: 3px solid #FFF;
  border-radius: 0;
  padding: 9px;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked {
  color: #FFF;
}
input[type=checkbox]:checked:after {
  content: '\2714';
  font-size: 48px;
  position: absolute;
  top: -34px;
  left: -4px;
  color: #FFF;
}

.checkbox-container {
  margin-top: 35px;
  margin-bottom: 35px;
}
.checkbox-container span {
  margin-left: 15px;
  font-size: 17px;
  line-height: 2;
}

input[type=submit] {
  background-color: transparent;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}
input[type=submit]:focus {
  outline: none;
}

/** Footer */
.footer {
  min-height: 200px;
  background-color: #fce4e0;
  padding: 70px 0px;
}
.footer h4 {
  margin-top: 20px;
}
.footer p {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  color: #494949;
}

/** Linkedin link */
.linkedin-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid #ba0f0d 3px;
  text-align: center;
  color: #ba0f0d;
}
.linkedin-link a i {
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
}

/** Signs list **/
.sign-list img {
  margin-right: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  background-color: #d8d8d8;
  z-index: 1000;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #2b2b29;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ba0f0d;
}

@media (max-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 1.29;
  }

  .header #header-info-line .info {
    margin-left: 0;
  }
  .header #header-info-line .info .divider {
    display: none;
  }
  .header #header-info-line .info a.contact-block span {
    display: none;
  }
  .header #header-info-line .info a.contact-block i {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    color: #ba0f0d;
    font-size: 25px;
  }
  .header .navbar .navbar-brand {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .header .navbar .navbar-brand img {
    width: 100%;
  }
  .header .navbar .navbar-toggler {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.4px;
    color: #1a1a18;
  }
  .header .navbar .navbar-toggler i {
    font-size: 30px;
    font-weight: bold;
    color: #ba0f0d;
    vertical-align: middle;
    margin-left: 5px;
  }
  .header .navbar .navbar-nav li.nav-item {
    padding: 0;
  }

  .tabs ul {
    flex-wrap: wrap;
  }
  .tabs ul li.ui-state-active a {
    height: 80px;
  }

  section.section-background {
    margin-bottom: 0px;
  }
  section.section-background .background-container {
    position: static;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    top: 0;
    z-index: 5;
  }
  section.section-background .background-container.background-left {
    left: 0;
    border-bottom-right-radius: 55px;
  }
  section.section-background .background-container.background-right {
    position: inherit;
    border-bottom-left-radius: 55px;
  }
  section.section-background .background-container.background-right.background-desktop {
    display: none;
  }
  section.section-background .background-container.background-right.background-mobile {
    display: block;
    margin-bottom: 50px;
  }
  section.section-background .content-container {
    min-height: 200px;
    z-index: 0;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 25px;
  }
  section.section-background .content-container.background-right {
    border-top-left-radius: 0;
    margin: 0 -15px;
    padding-bottom: 50px;
  }
  section.section-background .content-container.background-left {
    padding-top: 135px;
    margin: -110px -15px 0;
    border-top-right-radius: 0;
  }

  .info-box {
    height: initial;
    position: relative;
    margin-bottom: 60px;
  }
  .info-box:not(.red-background) {
    background: #FFF;
  }
  .info-box.top-left, .info-box.top-left .options-container, .info-box.top-left h4, .info-box.top-right, .info-box.top-right .options-container, .info-box.top-right h4, .info-box.bottom-left, .info-box.bottom-left .options-container, .info-box.bottom-left h4, .info-box.bottom-right, .info-box.bottom-right .options-container, .info-box.bottom-right h4 {
    border-radius: 0;
    border-top-left-radius: 55px;
  }
  .info-box .icon-container {
    position: absolute;
    top: -25px;
    left: 20px;
    background-color: #ba0f0d;
    border-top-left-radius: 20px;
    width: 60px;
    height: 60px;
    z-index: 120;
    color: #FFF;
    font-size: 30px;
    text-align: center;
  }
  .info-box .icon-container i {
    line-height: 60px;
  }
  .info-box h4 {
    position: static;
    background: #FFF;
    z-index: 100;
    padding: 60px 5px 10px 25px;
  }
  .info-box .options-container {
    width: 100%;
    height: initial;
    overflow: auto;
    position: static;
    padding: 20px 5px 10px 25px;
  }

  .tabs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .tabs .content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px 10px;
  }
  .tabs .content h4.content-title {
    font-size: 20px;
    text-align: center;
  }
  .tabs .content p.content-intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    text-align: center;
  }
  .tabs .content img {
    max-width: 100%;
  }
  .tabs .content .real-content {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #494949;
  }

  .linkdedin-box {
    width: calc(100% - 20px);
    padding-top: calc(70% - 20px);
    margin: 20px;
    margin-bottom: 170px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: visible;
  }
  .linkdedin-box.top-left, .linkdedin-box.top-right, .linkdedin-box.bottom-left, .linkdedin-box.bottom-right {
    border-radius: 0;
    border-top-left-radius: 55px;
  }
  .linkdedin-box:hover .info-overlay, .linkdedin-box .info-overlay {
    animation: none;
    position: absolute;
    display: block;
    bottom: -130px;
    left: 0;
    right: 0;
    top: initial;
    background: #FFF;
    height: 130px;
    z-index: 10;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #000;
  }
  .linkdedin-box:hover .info-overlay h3, .linkdedin-box .info-overlay h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.75;
    margin-bottom: 0px;
  }
  .linkdedin-box:hover .info-overlay h5, .linkdedin-box .info-overlay h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.25;
  }
  .linkdedin-box:hover .info-overlay .linkedin-link a, .linkdedin-box .info-overlay .linkedin-link a {
    border-color: #000;
    color: #000;
    width: 50px;
    height: 50px;
  }
  .linkdedin-box:hover .info-overlay .linkedin-link a i, .linkdedin-box .info-overlay .linkedin-link a i {
    font-size: 22px;
    margin-top: 11px;
  }

  section.contact-info .call-to-linkedin {
    margin: 0 -15px;
    padding: 50px 25px;
  }
  section.contact-info .call-to-linkedin h2 {
    font-size: 40px;
    font-weight: bold;
  }

  .footer .plate--column {
    margin-bottom: 20px;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
