@import url("modal.css");

:root {
    --c-dark-1: #C4C4C4;
    --c-dark-2: #B2B2B2;
    --c-dark-3: #A2A2A2;
    --c-dark-4: #939393;
    --c-dark-5: #333333; /*868686*/
    --c-dark-6: #222222;
    --c-light-1: #F1F1F1;
    --c-light-2: #F0F0F0;
    --c-light-3: #EEEEEE;
    --c-light-4: #D8D8D8;
    --c-lblue: #a1c7ff;
    --c-dblue: #0066ff;
    --c-azure: #00c292;
    --c-text: #000000;
    --c-black: #000000;
    --c-white: #ffffff;
    --c-red: #a22222;
    --c-red-d-1: #931F1F;
    --c-red-d-2: #861C1C;
    --c-red-d-3: #7A1919;
    --c-red-l-1: #AA3636;
    --c-red-l-2: #B24848;
    --c-red-l-3: #B95959;
}

html {
    
}

body {
    margin: 0px;
    color: var(--c-text);
    background-color: var(--c-light-3);
    font-family: 'Roboto', sans-serif;
}

/*.menu {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background-color: #999;
    padding: 10px;
}*/

.topnav {
    padding: 10px 0px;
    width: 100%;
    background-color: var(--c-black);
    color: var(--c-white);
}

.navbar {
    top: 40px;
    z-index: 99;
    position: absolute;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    /*font-weight: bolder;*/
}

#mainNav {
    background-color: var(--c-white);
}

.navbar-brand img {
    /*position: relative;*/
    /*width: 151px;*/
    height: 50px !important;/*74px*/
    /*top: 0px;*/
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.nav-link {
    color: #d6d7d9;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.nav-link:focus {
    color: #fff;
}
.nav-item span {
    margin-left: 5px;
}
/*.nav-item span.nav-link-submenu.active {
    background-color: transparent !important;
}*/

.nav-link-submenu {
    /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.0625em;
    padding: 0.5rem 0.5rem;
    display: block;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#mainNav.navbar-shrink {
    position: fixed;
    top: 0px;
    background-color: var(--c-white);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%); /*0px 2px 10px 1px rgba(0,0,0,0.5);*/
}

#mainNav .navbar-nav .nav-item .nav-link, .nav-link-submenu {
    /*border-radius: 5px;*/
    padding-left: 10px;
    padding-bottom: 0px;
    color: var(--c-black); /*--c-red*/
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: bold;
}
.nav-link-submenu.nav-link::after {
    /*border: 1px solid #000000;*/
    color: #111111;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, .nav-link-submenu:hover, .nav-link:hover {
    /*color: #75787A;
    box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    border-radius: 10%;*/
    color: var(--c-black); /*var(--c-light-1); --c-red*/
    /*background-color: #191C1F;*/
    border-bottom: 2px solid #111111;
}

.navbar-shrink .nav-item .nav-link:hover, .navbar-shrink .nav-item .nav-link-submenu:hover {
    /*background-color: #474B4E !important;*/
}

#mainNav .navbar-nav .nav-item .nav-link.active, 
.nav-link-submenu.active, 
.nav-link.active, 
.nav-pills .nav-link.active {
    color: var(--c-black); /*var(--c-light-1); --c-red*/
    /*background-color: #474B4E;*/
    border-bottom: 2px solid #111111;
}

#mainNav .navbar-nav .nav-item .nav-link:hover.no-underline {
    border-bottom: 2px solid transparent;
    color: var(--c-red); /*--c-red-l-3*/
}

.nav-submenu.show {
    animation-name: fade-in;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
.nav-submenu {
    background-color: var(--c-white);
}
.nav-submenu a {
    /*white-space: normal; for mobile and small devices */
    
    /*font-weight: bolder;*/
    /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /*font-size: 0.95rem;*/
    color: #000000; /*var(--c-white);*/
    letter-spacing: 0.0625em;
    display: block;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    text-shadow: none;
}
.nav-submenu a:active, .nav-submenu a:hover {
    background-color: var(--c-light-1);/*#35393c;*/
    /*color: var(--c-white);*/
}

.dropdown-item.active {
    /*background-color: #474B4E;*/
    background-color: var(--c-light-1);/*#35393c;*/
    color: #000000; /*var(--c-white);*/
}

.about {
    /*padding: 0px;*/
    margin-bottom: 0px;
}

.page-section.about {
    padding-bottom: 0px;
}

.about .container {
    padding-bottom: 4rem;
    /*background-color: var(--c-dark-5);*/ /*#191C1F;*/
}

.about .container {
    /*height: 70vh;*/ /*100vh;*/
}

.about .container .cards {
    top: 25%;
}

.about .container .cards .card-left,
.about .container .cards .card-right {
    opacity: 0;
    animation-duration: 0.5s;
    animation-delay: 2.4s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.about .container .cards .card-left {
    animation-name: fade-left;

    width: 300px;
    left: 30px;
    /*color: #d6d7d9;*/
    background-color: var(--c-white); /*#35393c;*/
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    z-index: 5;
    transition: 1s;
}
.about .container .cards .card-right {
    animation-name: fade-right;

    width: 600px;
    position: absolute;
    top: 80px;
    right: 30px;
    padding: 20px;
    /*color: #d6d7d9;*/
    background-color: var(--c-white); /*#35393c;*/
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    z-index: 5;
    transition: 1s;
}

.footer {
    background-color: var(--c-dark-5); /*#191C1F;*/
    color: #fff;
    position: relative;
    font-size: 16px;
}

.f-list .col {
    padding-bottom: 0.3rem;
}
.f-list .col:first-child {
    padding-bottom: 1rem;
}

.f-logo {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    filter: invert(100%)
}

.f-ref {
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--c-dark-6);
}

.pb-6 {
    padding-bottom: 4rem !important;
}
.pb-7 {
    padding-bottom: 5rem !important;
}


.ad {
    background-color: var(--c-dark-5); /*#191C1F;*/
    color: #fff;
    text-align: center;
}

.map-container {
    padding: 0px;
    margin-bottom: -6px;
}

.map {
    width: 100%;
    height: 400px;
    border: none;
    border-top: 2px solid var(--c-dark-5);/*#191C1F;*/
    border-bottom: 1px solid var(--c-dark-5);/*#191C1F;*/
    
    /*filter: invert(90%);*/
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.right {
    margin-right: auto;
}

.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.btn-primary {
    color: #fff;
    background-color: var(--c-dark-5);
    border-color: var(--c-dark-5);
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary.active {
    background-color: var(--c-red);
    border-color: var(--c-red);
}
.btn-primary:focus {
    color: #fff;
    background-color: var(--c-red);
    border-color: var(--c-red);
    box-shadow: 0 0 0 0.25rem rgba(162, 34, 34, 0.5);
}

.advantage {
    position: relative;
}

.advantage-offset {
    color: #585b5e;
    position: absolute;
    right: 0px;
    margin-top: -20px;
}

.page-section {
    /*background-color: var(--c-dark-5);*/ /*#212529;*/
    padding-bottom: 20rem;
}

.bg-darker {
    background-color: var(--c-dark-3);
}

.bg-light {
    background-color: var(--c-light-4);
}

.section-heading {
    /*color: #d6d7d9;*/
}

.img-logo-single {
    margin-bottom: 10px;
}

.reveal {
    position: relative;
    opacity: 0;

    animation-duration: 0.5s;
    /*animation-delay: 0.5s;*/
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    transform: perspective(500px) translateZ(-100px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.icon-offset {
    margin-right: 10px;
    color: var(--c-red);
    font-size: 28px;
}

.row li::marker { 
    color: var(--c-dark-5);
}

.cards {
    height: 500px;
    position: relative;
    padding: 50px 0px;
    text-align: justify;
    word-break: break-word;
}
.card-left {
    width: 700px;
    position: absolute;
    top: 80px;
    padding: 20px;
    color: #d6d7d9;
    background-color: var(--c-white); /*#35393c;*/
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 5;
    transition: 1s;
}
.active.card-left {
    animation-name: fade-left;
}

.card-right {
    width: 800px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    /*transition: 1s;*/
}
.active.card-right {
    animation-name: fade-right;
}
.card-right img {
    width: 100%;
}
/*.card-right:hover + .card-left {
    opacity: 0;
}*/

.tab-content {
    /*background-color: var(--c-dark-4);*/
    padding: 0px 40px;
    /*width: 80%;*/
    /*min-height: 100vh;*/
}

/*.tab-content-services, .tab-content-rental {
    min-height: 300px;
}*/
/*.tab-content-rental {
    min-height: 1000px;
}*/
.tab-pane .card-left {
    text-align: left;
}
.tab-pane .smaller-card {
    width: 450px;
}
.tab-pane .card-fullsize {
    width: 100%;
}
.tab-pane .earthwork {
    width: 400px;
    top: 80px;
}
.tab-pane .earthwork img {
    width: auto;
}

.tab-content-rental .price-info-right {
    left: auto;
    right: 0px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.tab-content-rental .price-info-right li {
    padding-left: 1em;
    text-indent: -1em;
}
.tab-content-rental .price-info-right li:before {
  content: "-";
  padding-right: 5px;
}

#pills-constructions, 
.tab-pane {
    height: auto; /*650px;*/
}
#pills-constructions .carousel, 
.tab-pane .carousel {
    border: none;
}
#pills-constructions .carousel-inner,
.tab-pane .carousel-inner {
    height: 300px;
}
#pills-constructions .carousel-item img,
.tab-pane .carousel-item img {
    /*top: auto;
    bottom: auto;*/
    opacity: 1;
}
/*#pills-design {
    height: 450px;
}
#pills-budgeting {
    height: 700px;
}
#pills-supervision {
    height: 600px;
}
#pills-earthwork {
    height: 1400px;
}
#pills-materials {
    height: 400px;
}

#pills-containers {
    height: 400px;
}
#pills-mechanization {
    height: 600px;
}
#pills-trailers {
    height: 500px;
}
#pills-scaffolding {
    height: 700px;
}*/

#pills-earthwork .card-left-mobile {
    display: none;
}

#pills-containers .card-right {
    top: 300px;
}
#pills-mechanization .card-right, #pills-scaffolding .card-right {
    width: 600px;
    /*transition: 0.5s ease-in-out;*/
}
/*#pills-mechanization .card-right:hover {
    z-index: 10;
}*/
.nav-pills {
    justify-content: center;
    padding-left: auto;
    position: sticky;
    top: 72px; /*84px*/
    background-color: var(--c-dark-5); /*--c-dark-2*/
    z-index: 3;
    height: 50px;
}
/*.nav-pills .nav-item {
    flex-basis: 30%;
    padding-bottom: 10px;
}*/
.nav-pills .btn-primary:hover,
.nav-pills .btn-primary:active,
.nav-pills .btn-primary:focus,
.nav-pills .btn-primary.active {
    background-color: var(--c-red);
    border-color: var(--c-red);
    box-shadow: none;
}
.nav-pills .btn-primary {
    border-radius: 0px;
    background-color: var(--c-dark-5); /*--c-dark-2*/
    border-color: var(--c-dark-5); /*--c-dark-2*/
    height: 100%;
}
.nav-pills .nav-link {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--c-black); /*--c-red*/
    text-align: left;
    /*text-transform: uppercase;*/
    /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /*font-weight: 700;*/
    line-height: 1.2;
    letter-spacing: 0.5px;
}
/*.nav-pills .nav-link:hover {
    color: var(--c-dblue);
    background-color: var(--c-dark-4);
}*/
#pills-tab-rental.nav-pills .nav-item {
    flex-basis: 35%;
}
.nav-pills .nav-item .nav-link {
    vertical-align: middle;
    text-align: left;
    border: 2px solid #474B4E;
    border-radius: 10px;
    width: 90%;
}
.nav-pills .nav-item .nav-link .svg-inline--fa {
    font-size: 2.5em;
    margin-right: 20px;
}
.nav-pills .nav-item .nav-link .nav-name {
    display: inline-block;
    vertical-align: top;
}
.nav-pills .nav-item .nav-link .nav-more {
    display: block;
    text-align: right;
    font-size: 12px;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
}
.nav-pills .nav-item .nav-link .nav-more .svg-inline--fa {
    font-size: 1em;
    margin-right: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--c-dark-4);
}

.price-info-separated {
    position: relative;
    /*padding: 10px 0px;*/
}

.price-info-left, .price-info-right {
    width: 49%;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block;
}

.price-info-right {
    /*position: absolute;*/
    top: 0px; /*10px;*/
    left: 250px;
    display: inline-block;
}

/*gallery*/
.card-right .picture {
    height: 200px;
    margin: 10px;
    /*border: 1px solid #ffc800;*/
    border-bottom: 25px solid #191C1F;/*#ffc800;*/
    transition: 0.5s;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0);
}

#contact {
    padding-bottom: 10rem;
}
.contact {
    width: 100%;
    height: 1254px; /*960px 900px;*/
    position: relative;
}
.contact-card {
    width: 500px;
    min-height: 500px;
    position: sticky; /*absolute;*/
    top: 80px;
    left: 660px; /*550px;*/ /*0px;*/
    right: 0px; /*550px;*/
    margin-top: 80px;
    margin-left: auto;
    margin-right: 30px; /*auto;*/
    padding: 40px 20px;
    background-color: var(--c-white);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.active.contact-card {
    animation-name: fade-in;
}

.contact-input {
    stroke: none;
    border-left-width: 0;
    border-left-style: none;
    border-right-width: 0;
    border-right-style: none;
    border-top-width: 0;
    border-top-style: none;
    border-color: #d6d7d9;
    border-width: 2px;
    border-radius: 0;
    
    display: block;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    background-image: none;
    background-clip: padding-box;
    background-color: transparent;
    height: auto;
    /*color: #d6d7d9;*/
    
    outline: none;
}
.contact-input[type="submit"] {
    background-color: var(--c-dark-5);
    border-style: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: none;
    width: 100%;
    font-size: 1.125rem;
    border-radius: 50px;
    margin-top: 40px;
    color: var(--c-white);
    transition: 0.2s;
}
.contact-input[type="submit"]:hover {
    background-color: var(--c-red);
}
.contact-input[type="number"]::-webkit-outer-spin-button,
.contact-input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.contact-textarea {
    resize: none;
    height: 220px;
}

.contact-card-form {
    margin-top: 30px;
}

.contact-info {
    width: 500px;
    min-height: 500px;
    position: absolute;
    top: 0px; /*80px;*/
    left: 0px; /*550px;*/
    right: 550px; /*0px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 40px 20px 40px 20px;
    background-color: var(--c-white);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);*/
    z-index: 5;
}
.contact-info > .active {
    animation-name: fade-in;
    animation-delay: 0s;
    opacity: 0;
}
/*.contact-info > div { 
    animation-name: fade-in;
    animation-delay: 0.3s;
    opacity: 0;
}
.contact-info > div:nth-child(1) {
    animation-delay: 0.3s;
}
.contact-info > div:nth-child(2) {
    animation-delay: 0.35s;
}
.contact-info > div:nth-child(3) {
    animation-delay: 0.4s;
}
.contact-info > div:nth-child(4) {
    animation-delay: 0.45s;
}
.contact-info > div:nth-child(5) {
    animation-delay: 0.5s;
}
.contact-info > div:nth-child(6) {
    animation-delay: 0.55s;
}*/
.contact-info > div {
    margin-bottom: 20px;
    padding: 30px 20px 20px 20px;
    /*background-color: #212529;*/
    background-color: var(--c-white);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.contact-info > div svg {
    margin-right: 10px;
    color: var(--c-red);
    font-size: 28px;
}
.contact-info p, .contact-card p {
    line-height: 10px;
}
.contact-info h6 {
    color: #c4c5c7;
}

.contact-info-item {
    margin-bottom: 10px;
}

.contact-info-separated {
    position: relative;
    /*padding: 10px 0px;*/
}

.contact-info-left {
    display: inline-block;
}

.contact-info-right {
    display: inline-block;
    /*position: absolute;*/
    top: 0px; /*10px;*/
    left: 100px;
    margin-left: 25px;
}

a {
    color: #fff;
    text-decoration: none;
    /*font-weight: bold;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
a:hover{
    color: #bebfc1;
}

/*.text-muted {
    color: #cecfd1 !important;
    font-size: 15px;
}*/

h1, h2, h3, h4 {
    color: var(--c-black); /*--c-red*/
}

b {
    color: var(--c-red-l-3);
}

u {
    text-decoration: none;
    /*font-weight: bold;*/
    color: var(--c-black); /*--c-red*/
}

.pdf-view {
    width: 100%;
    height: 100vh;
}

/*.timeline > li.active {
    animation-name: fade-in;
}*/
.timeline > li .timeline-image {
    border: 7px solid var(--c-light-3);
    background-color: var(--c-light-4);
    z-index: 1;
}
.timeline > li .timeline-image .img-fluid {
    cursor: default;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.timeline:before {
    background-color: var(--c-light-3);
    width: 3px;
}

.timeline > li:last-child:after {
    clear: none;
}

.timeline > li .timeline-panel,
.timeline > li.timeline-inverted > .timeline-panel {
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}
.timeline > li .timeline-panel.active,
.timeline > li.timeline-inverted > .timeline-panel.active {
    animation-name: fade-in;
}

.timeline > li .timeline-panel {
    background-color: var(--c-light-3);
    padding: 20px 60px 20px 40px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.timeline > li.timeline-inverted > .timeline-panel {
    padding: 20px 40px 20px 60px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.timeline > li .timeline-panel .triangle {

}
.timeline > li .timeline-panel .triangle-left {
    position: absolute;
    left: -100px;
}
.timeline > li .timeline-panel .triangle-right {
    position: absolute;
    right: -100px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid var(--c-light-3);
    margin:20px auto;
}
.triangle-left {
    border-left:none;
    border-right: 100px solid var(--c-light-3);
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
}
.triangle-right {
    border-right:none;
    border-left: 100px solid var(--c-light-3);
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
}

.row > .block {
    margin: 20px;
    padding: 25px 30px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.row > .block-hidden {
    margin: 20px;
    padding: 25px 30px;
}
.col.active {
    animation-name: fade-in;
}
.col:nth-child(1).active {
    animation-delay: 0.1s;
}
.col:nth-child(2).active {
    animation-delay: 0.2s;
}
.col:nth-child(3).active {
    animation-delay: 0.3s;
}
.col:nth-child(4).active {
    animation-delay: 0.4s;
}
.col:nth-child(5).active {
    animation-delay: 0.5s;
}
.col:nth-child(6).active {
    animation-delay: 0.6s;
}
.col:nth-child(7).active {
    animation-delay: 0.7s;
}
.col:nth-child(8).active {
    animation-delay: 0.8s;
}
.col:nth-child(9).active {
    animation-delay: 0.9s;
}
.col:nth-child(10).active {
    animation-delay: 1.0s;
}
.col:nth-child(11).active {
    animation-delay: 1.1s;
}

.block {
    background-color: var(--c-white);
}
.block-light {
    background-color: var(--c-light-4);
}
.block > svg {
    margin-right: 10px;
    color: var(--c-red);
    font-size: 28px;
}
.shadow {
    /*box-shadow: 0px 10px 2px rgb(0 0 0 / 10%) !important;*/
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.check-rounded, .check {
    list-style: none;
    padding-left: 1em;
}
.check-rounded li {
    margin-bottom: 16px;
}
.check-rounded li:before {
    color: var(--c-red);
    font-weight: bold;
    content: '✓';
    margin-right: 12px;
    border: 2px solid var(--c-red);
    border-radius: 100%;
    padding: 5px 12px;
    font-size: 20px;
}

.check li:before {
    color: var(--c-red);
    font-weight: bold;
    content: '✓';
    margin-right: 12px;
    font-size: 18px;
}

.carousel {
    border-top: 2px solid var(--c-dark-5);
    border-bottom: 1px solid var(--c-dark-5);
}
.carousel-inner {
    height: 500px;
}
.carousel-item {
    height: 100%;
}
.carousel-item img {
    /*margin-top: -100px;*/
    position: absolute;
    top: 50px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    /*width: auto !important;
    height: 100%;*/
    opacity: 0.8;
}
/*.carousel-item:nth-child(1) img {
    margin-top: -100px;
}*/
.carousel-caption {
    top: 20%;
    bottom: 0px;

    /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: bolder;
    color: var(--c-white);
    letter-spacing: 0.0625em;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.carousel-caption h1 {
    color: var(--c-white);
}
.carousel .block-cover {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
}
.carousel-title {
    background-color: var(--c-red);
    padding: 10px 0px;
    color: #ffffff;
}


/*.container-image.reveal {
    display: none;
}
.container-image.active{
    display: inline-block;
}*/
.image-title {
    background-color: var(--c-dark-5);
    padding: 10px 0px;
    color: #ffffff;

    transition: background-color 0.2s ease-in-out;
}
.container-image:hover > .image-title {
    background-color: var(--c-red);
}

.u-card .col {
    min-width: 500px;
}

.tab-content-provadeni-staveb .row .col .col .image {
    height: 306px;
    overflow: hidden;
}
/*.tab-content-provadeni-staveb .row:nth-child(2) .col:nth-child(2) .col .image {
    height: 306px;
    overflow: hidden;
}*/
.tab-content-provadeni-staveb .row:nth-child(2) .col:nth-child(2) .col .image img {
    transform: scale(1.25);
}

/* Optimization for lower resolution devices */
@media screen and (max-width: 1920px) {
    .about {
        padding-bottom: 10rem !important;
    }
    .about .container-carousel {
        max-width: none;
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }
    #mainNav .navbar-toggler {
        font-size: 1.15rem;
    }
}