:root {
  --mainColor: #941824;
  --secondaryColor: #c92c3b;
  --whiteColor: #FFF;
}
.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.pick-class-label {
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 23px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

#icons-row i.now-ui-icons {
  font-size: 30px;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example .img-src {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  min-height: 740px;
  height: 100%;
}

#notifications {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }
  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

#navbar .navbar {
  margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
  pointer-events: none;
}

.section-tabs {
  background: #EEEEEE;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download {
  padding: 130px 0 100px;
}

.section-download .description {
  margin-bottom: 60px;
}

.section-download h4 {
  margin-bottom: 25px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a+a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

.brand .h1-seo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}

.brand .n-logo {
  max-width: 310px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.creative-tim-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-basic {
  padding-top: 0;
}

.section-images {
  padding-bottom: 0;
}

#bzTyvek {
  background: url(/images/brzTyvek.jpg) left bottom no-repeat;
  background-size: 100% 90%;
}

#bzVinil {
  background: url(/images/brzVinil.jpg) left bottom no-repeat;
  background-size: cover;
}

#bzVinil .container .row {
  align-items: center;
}

.section-download .container {
  max-width: 1366px !important;
}

.footer {
  text-align: center;
}

.listNone {
  list-style: none;
  padding: 0;
}

.listNone li {
  margin: .5rem 0;
}

.lisFlex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 991px) {
  .section-navbars .navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: space-between !important;
  }
}

@media screen and (min-width: 992px) {
  .footer .copyright {
      float: none !important;
  }
}

/* DICOMTI */
.row {margin: 0 !important;}
.companyTitle {padding: 10rem 0 0; width: 100%;}
.companyTitle h1 {font-size: 6rem; margin: 0; color: var(--mainColor);}
.companyTitle p {margin-bottom: 2rem; padding-left: 30%;}

.navbar-translate svg {
  width: 3rem;
}

.navbar-translate svg path {
  fill: #FFF;
}

.navbar p {
  font-size: .9rem;
}

.navbar-nav a.btn:hover {
  background-color: var(--whiteColor);
  color: var(--mainColor);
}

.navbar-brand span {font-size: 2rem; margin-left: .5rem;}

@media (min-width: 1200px) {
  .container {
      max-width: 1366px;
  }
}


.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-indicators {
  width: 60px;
  top: 0;
  right: calc(100% - 60px);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel-indicators li {
  width: 25px;
  height: 25px;
  margin: 5px 0;
  background: #44425A;
  border: 5px solid #FFFFFF;
  border-radius: 25px;
}

.carousel-indicators .active {
  background: var(--mainColor);
}

@media (max-width: 991.98px) {
  .carousel-indicators {
    width: 45px;
    right: calc(100% - 45px);
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .carousel-caption h5 {
    font-size: 16px;
  }
  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 700 !important;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/page-header.jpg), no-repeat center center;
  background-size: cover;
}

.cat-item img {
  transition: .5s;
}

.cat-item:hover img {
  transform: scale(1.3);
}

.cat-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bg-registration {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/registration.jpg), no-repeat center center;
  background-size: cover;
}

.team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(68, 66, 90, 0.8);
  transition: .5s;
  z-index: 1;
  opacity: 0;
}

.team-item:hover .team-social {
  opacity: 1;
}

.companies {
  background-color: var(--mainColor);
  padding: 1rem 0 1.2rem;
  text-align: center;
}

.companies img {
  height: 3.5rem;
}

.section-services-item {
  background-color: #F1F1F1;
  padding: 5rem 3rem;
  height: 32rem;
}

.aboutUs_section {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.aboutUs_section img {
  width: 100%;
}

.aboutUs_section-content {
  padding: 8rem;
}

.aboutUs_section-content h2 {
  font-size: 1.5rem;
}

.blog-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(68, 66, 90, 0), #44425a);
  z-index: 1;
}

.footer-logo-svg svg {
  width: 6rem;
  margin-right: 1rem;
}

.footer-logo-svg svg path {
  fill: var(--mainColor);
}

.footer-logo-text h2 {
  margin: 0;
}

.notFoundPage {
  padding: 15rem 0 10rem;
}

.notFoundPage h1 {
  font-size: 8rem;
  color: var(--mainColor);
}

.notFoundPage h3 {
  margin: 0;
}

.aboutus-header {
  height: 30rem;
  background: url(/images/quienes-somos.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.aboutus-header-title {
  padding-top: 15rem;
}

.aboutus-header-title h1 {
  color: var(--whiteColor);
}

.aboutus-header-title h3 {
  color: var(--whiteColor);
}

.aboutus-content {
  padding: 8rem;
}

.aboutus-content h2 {
    font-size: 2rem;
}

.aboutus-difference {
  padding: 8rem 0;
}

.services-header {
  height: 30rem;
  background: url(/images/nuestros-servicios.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.services-header-title {
  padding-top: 15rem;
}

.services-header-title h1 {
  color: var(--whiteColor);
}

.services-header-title h3 {
  color: var(--whiteColor);
}

.projects-section {
  padding: 10rem 0 0;
}

.projects-section img {
  width: 100%;
}

.project-text ul {
  list-style: lower-alpha;
}

.project-text ul li {
  color: var(--whiteColor);
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: #000 !important;
}

.contact-section {
  padding-top: 15rem;
}

.card-body i {
  font-size: 3rem;
}

.social {
  padding: 5rem 0 10rem;
}

.social i {
  font-size: 2rem;
  color: #FFF;
  margin: 0 3rem;
}

#reservation .phone, #reservation .message {
  background-color: #F1F1F1;
  border-radius: 5px;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

#reservation .phone i, #reservation .message i {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: var(--mainColor);
  border-radius: 50%;
  font-size: 24px;
  margin-top: -35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#reservation {padding: 15rem 0;}

#contact {
  margin-left: 30px;
  padding: 45px 30px;
  background-color: #F1F1F1;
  border-radius: 5px;
}

#contact h4 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #2a2a2a;
  margin: 0 0 30px;
}

.contact-form input, .contact-form textarea, .contact-form select {
  color: #2a2a2a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}

.contact-form textarea {
  color: #2a2a2a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 250px;
  border-radius: 5px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}

.contact-form button {
  margin-top: -10px;
  font-size: 13px;
  color: #fff;
  background-color: var(--mainColor);
  padding: 12px 25px;
  width: 100%;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

#portfolio {
  padding: 10rem 0 0;
}

#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl, #portfolio .container-xxl {
  max-width: 1920px;
}
#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box, #portfolio .container-xxl .portfolio-box {
  position: relative;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption, #portfolio .container-xxl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: var(--mainColor);
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xxl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.col-lg-4 {
  padding: 0;
  margin: 0;
}

.header-blog {margin: 12rem auto 5rem;}
.header-blog h1 {position: absolute; bottom: 8rem; left: 6rem; color: #FFF;}
.body-list-blog {margin: 0 auto;}
.body-list-blog div.card {width: 30%; margin: 0 1rem 1.5rem;}

.blog-post {margin: 12rem auto 5rem;}
.blog-post h1 {width: 70%; font-size: 3.5rem;}
.blog-post-info {padding: 2rem;}
.blog-post-sidebar {background-color: #F1F1F1; padding: 2rem; min-height: 25rem;}
.blog-post-sidebar ul {list-style: square;}
.blog-post-sidebar ul li {margin: .5rem 0;}

@media (max-width: 1366px) {
  h1, .h1 {
    font-size: 2.5em;
  }

  .aboutUs_section-content {
    padding: 3rem;
  }
}

@media (max-width: 1024px) {
  h3 {
    text-align: center;
  }

  .companyTitle h1 {
    text-align: center;
  }

  .companyTitle p {
    padding-left: 0;
    text-align: center;
  }

  .companies img {
    height: auto;
    width: 90%;
  }

  .title {
    font-size: 4rem;
    line-height: 4rem;
  }

  .col-md-12 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto 1rem;
  }

  .col-lg-6 {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
      margin: 0 auto 1rem;
  }

  .footer-logo {
    flex-direction: column;
  }

  .footer-logo-text {
    text-align: center;
    padding-top: 1rem;
  }

  .section-download .text-left {
    text-align: center !important;
  }

  .footer .copyright {
    text-align: center !important;
  }

  .aboutus-header-title {
    padding-top: 11rem;
  }

  .aboutus-header-title h1 {
    text-align: center;
  }

  .services-header {
    background-size: cover;
  }

  h1, .h1 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .companyTitle h1 {
    font-size: 5rem;
  }

  h2, .h2 {
    font-size: 2em;
  }

  .display-3 {
    font-size: 2.5rem;
  }

  .title {
    font-size: 3rem;
    line-height: 3rem;
  }
  
  .container-fluid .container {
    max-width: 560px;
  }

  .section-services-item {
    height: auto;
  }

  .aboutus-header-title {
    padding-top: 7rem;
  }

  .aboutus-content {
    padding: 4rem;
  }

  .aboutus-header {
    background-size: cover;
  }

  .project-text ul {
    text-align: left;
  }

  .contact-section .row {
    display: block;
  }

  .contact-section .col-md-4 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .contact-section .col-md-4 {
    max-width: 100% !important;
    width: 100% !important;
  }

  #reservation .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #contact {
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  h1, .h1 {
      font-size: 2em;
  }
}

@media (max-width: 414px) {
  .companyTitle h1 {
      font-size: 3rem;
  }

  .title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-6 {
    flex: 0 0 95%;
    max-width: 95%;
  }

  .aboutus-content {
    padding: 1rem;
  }
}