:root {
    --red: #ff0000;
    --gray: #666666;
    --d-gray: #363b3f;
    --l-gray: #838b9a;
    --d-red: #D60808;
    --primary: #990000;
    --secondary: #1d461d;
    --secondary-light: #96ad8e;
    --brand: #ffffff;
    --gradient-light: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgb(217, 217, 217) 100%);
    --gradient-dark-circle: radial-gradient(circle,rgba(46, 46, 46, 1) 0%, rgb(0, 0, 0) 100%);
    --gradient-dark: linear-gradient(90deg,rgb(46, 46, 46) 0%, rgb(106, 106, 106) 100%);
    --gradient-dark-180: linear-gradient(180deg,rgb(46, 46, 46) 0%, rgb(106, 106, 106) 100%);
    --gradient-purple-magenta: linear-gradient(128.87deg, #512bd4 14.05%, #d600aa 89.3%);
    --fira: 'Fira Sans', sans-serif;
    --fira-condensed: 'Fira Sans Condensed', sans-serif;
}


html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-family: 'Muli', sans-serif;*/
}

body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: var(--fira-condensed);
    background-color: white !important;
    overflow-x: hidden;
    font-size: clamp(0.9rem, 2.5vw, 1.3rem);
}
.error-404 {
    background-image: url(../img/404.svg);
    background-position: bottom right;
    background-size: auto 60%;
/*  background-size: cover;*/
    background-repeat: no-repeat;
    height: 50vh;
}
.error-404 footer {
    display: none;
}
.error-404 h3 {
    font-weight: 300 !important;
    font-size: 2rem !important;
}

@media (min-width: 1500px) {
    
    .container {
        max-width: 1450px;
    }
}


a {
    color: var(--gray);
}

a:hover,
a:focus {
    color: var(--l-gray);
}

h4, .h4 {
    font-size: 1.25rem
}

.btn-pill {
    border-radius: 10rem !important;
    padding: 10px 30px; 
}
.bg-dark {
    background: var(--gradient-dark-circle) !important;
}

.bg-light {
    background-color: #f1eeea;
}

.bg-green {
    background-color: #1ACD1A!important;
}
.bg-red {
    background-color: var(--red) !important;
    color: white;
    font-weight: 600;
    font-size: 2rem;
}
.bg-l-green {
    background-color: var(--l-green);
    box-shadow: inset 0px 20px 24px -20px rgba(0, 0, 0, 0.5);
}
.bg-vl-green {
    background-color: var(--vl-green);
    box-shadow: inset 0px 20px 24px -20px rgba(0, 0, 0, 0.5);
}
.bg-gradient-light {
    background: var(--gradient-light);
}

.text-red {
    color: #e01c1c;
}

.text-dark {
    color: #0a0a38!important;
}

.text-sea {
    color: #4f9cb1;
}

/*
@media (min-width: 1600px) {
    .container {
         max-width: 1500px !important   
    }
}
*/
.shadow {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}

hr {
    border-width: 2px;
    border-color: rgb(191, 195, 204)
}

.btn {
    border-radius: 0
}

.btn-primary {
    font-weight: 400 !important;
    border-color: var(--l-gray) !important;
    background: var(--gradient-dark-180);
    cursor: pointer;
}
.btn-primary:hover {
    color: white;
    opacity: 0.7
/*    background-color: var(--l-gray) !important;*/
/*    background-color: var(--gray) !important;*/
}

.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37!important;
    border-color: #ba7c37!important
}

.input {
    font-weight: 300!important;
}

.form-control {
    border-radius: 0;
}

.only-home {
    display: none;
}

.start .only-home {
    display: block
}

small {
    opacity: 0.5
}

.pb-top {

    background: var(--gradient-light);
}
.pb-top img {
    max-width: 300px;
    padding:1rem
}

.adres-pb {
    padding-top: 1rem;
}
.adres-pb svg {
    stroke: var(--l-gray);
    width: 36px;
    height: 36px;
}

@media (min-width: 992px) {
    

    .adres-pb {
        font-size: 1.2rem;
        display: flex;
        justify-content: flex-end;
    }
    .adres-pb div {
        margin-left: 1.5rem
    }
    
    .pb-top h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .adres-pb div.www {
        display: none;
    }
    .pb-top h1 {
        font-size: 2rem;
    }
}
p.h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.3rem
}
p.h2 b {
    color: var(--l-gray);
}

p.h3 {
    font-size: 1.3rem;
    font-weight: 400;
}
p.h3 b {
    display: block;
    color:  var(--l-gray);
    font-size: 2rem;
}
.features-highlights {
        box-shadow: 0px 30px 45px -26px rgba(66, 68, 90, 1);
}
.features-highlights svg {
    stroke: white !important;
    width: 70px !important;
    height: 70px !important;
    background-color: var(--l-gray);
    padding: 10px;
    border-radius: 50%;
    margin-right: 1rem;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.features-highlights svg:hover {
  animation: hover-bounce 0.4s ease forwards;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

@keyframes hover-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}


.invite h4 {
    font-size: 2.8rem;
}
.invite .h3 {
    font-size: 2.2rem;
    font-weight: 400
}
/* NAWIGACJA */

@media (min-width: 992px) {
    .navbar {
        padding: .0rem;
    }
}



.nav-top {
    font-size: 1.5rem;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2)
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      
    }
}
.navbar-brand {
    color: var(--brand) !important;
    font-weight: 700;
}
.navbar-brand small {
    opacity: 1 !important;
    font-weight: 300 !important
}



@media (max-width: 767px) {
    
    .navbar-brand {
        max-width: 230px !important
    }
    .navbar-brand img {
        max-width: 100% !important
    }
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}
/*
.navbar-brand img {
    max-width: 330px !important
}
*/
@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 250px !important
    }
}
@media (max-width: 320px) {
    .navbar-brand {
        max-width: 190px !important;
    }
}
.navbar-brand span {
    display: block;
    font-size: 1.3rem;
    text-align: right;
    line-height: 1.3rem
}

.nav-item {
    line-height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
     transition: 0.2s ease;
}

.nav-item:hover{ 
/*    background-color: var(--gray);*/
    background: var(--gradient-dark-180);
    color: white;
        
}

.acoustic {
    padding: 7px;
     background: var(--gradient-dark);
    height: 60px;
    border-radius: 7px;
    margin: 10px 0 0 0 
}

/*KRZYŻYK */

.navbar-toggler-icon-custom {
  width: 30px;
  height: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon-custom span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon-custom .bar1 {
  top: 0;
}
.navbar-toggler-icon-custom .bar2 {
  top: 10px;
}
.navbar-toggler-icon-custom .bar3 {
  top: 20px;
}

.navbar-toggler-icon-custom.open .bar1 {
  transform: rotate(45deg);
  top: 10px;
}
.navbar-toggler-icon-custom.open .bar2 {
  opacity: 0;
}
.navbar-toggler-icon-custom.open .bar3 {
  transform: rotate(-45deg);
  top: 10px;
}


.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.toggler-icon {
    width: 30px;
    height: 22px;
    position: relative;
    transition: all 0.3s;
}

.toggler-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transition: all 0.3s;
}

.toggler-icon span:nth-child(1) {
    top: 0;
}

.toggler-icon span:nth-child(2) {
    top: 9px;
}

.toggler-icon span:nth-child(3) {
    top: 18px;
}


.navbar-toggler.collapsed .toggler-icon span {
    transform: none;
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}




body.start .nav-item.start,
body.firma .nav-item.firma,
body.oferta .nav-item.oferta,
body.realizacje .nav-item.realizacje,
body.kontakt .nav-item.kontakt {
/*       background-color: var(--gray) !important*/
    background: var(--gradient-dark-180);
}


@media (min-width: 1024px) {
    .nav-item>a {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .dropdown-menu .nav-link {

    }
}

.navbar-dark .navbar-nav a {
    color: white!important;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #a20001 !important;
    margin: 0;
    padding: 0;
    min-width: 17rem;
}

.dropdown-menu .nav-link {

}

.dropdown-menu .nav-item:hover {

}

@media (min-width: 768px) {
    .logo {
        font-size: 3.5rem;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: -2px;
        color: var(--red) ;
    }

    .logo a {
        text-decoration: none;
        color: var(--red) ;
        }
    .logo span {
            color: #667481;
        }
        .firma-n {
            float: left;
            line-height: 1.32rem;
            font-size: 1.22rem;
            color: #667481;
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .firma-n {
                display: none!important
            }
        }
        .adres-n {
            line-height: 1.20rem;
            font-size: 1.0rem;
            color: #667481;
        }
    }
header {
    background: var(--gradient-dark);
}

/* SLIDER */
.window-bg {
    -webkit-box-shadow: 0px 26px 32px -27px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 26px 32px -27px rgba(66, 68, 90, 1);
    box-shadow: 0px 26px 32px -27px rgba(66, 68, 90, 1);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 0;
    background-image: url(../img/overlay.png);
}


        .carousel,
        .carousel-item {
           
            align-content: space-around;
        }

         .carousel-caption {
            
        }
         .carousel-caption p {
            font-size: 1.0rem;
            font-weight: 300;
            text-shadow: 3px 3px 3px black
        }
        .carousel-caption h5 {
            font-size: 1.5rem;
            font-weight: 900;
            text-shadow: 3px 3px 3px black
        }
        

        .carousel-indicators li {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 0,75rem;
        }

    @media (min-width: 992px) {

        .carousel-indicators {
            align-items: end;
        }
        .slide-caption-container {
            position: absolute;
            bottom: 100px;
            left:0;
            right: 0;
            z-index: 1000;
            
        
        }
        .slide-caption {
            max-width: 45% !important;
            padding: 1rem 2rem;
            color: var(--d-gray);
            text-align: right;
            background-color: rgba(255, 255, 255, 0.85);
            border-bottom: 10px solid var(--d-gray);
            float: right;
            padding: 1rem 2rem;
            
            
            
            
        }

       
        .slide-caption h5 {
            font-size: 2.6rem;
            font-weight: 400;
            color: var(--d-gray);
            line-height: 1.1
            
        }
        
        .slide-caption h5 b {
            font-weight: 800;
            color: var(--l-gray);
        }

        .carousel-indicators li {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 0,75rem;
        }
    }

.witamy p.h3 {
    background-color: var(--red);
    display: table;
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 2rem 1rem 1rem;
}
.witamy img {
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3) !important;
    
}

.btn-biuro {
    background-color: #19c1ff;
    color: white !important
}
.btn-biuro:hover,
.btn-biuro:focus,
.btn-biuro:active {
    background-color: #0c81ac;
}
.btn-szkola {
    background-color: greenyellow;
    color: black !important
}
.btn-szkola:hover,
.btn-szkola:focus,
.btn-szkola:active {
    background-color:#9ce32e;
}
.btn-lg {
    padding: 0.8rem 1rem;
    font-weight: 700;   
}
.btn-info {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
/*    border-bottom: 6px solid var(--secondary) */
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    
}
.home-only {
    display: none
}
body.start .home-only {
    display: block;
}

hr {
    border: 0;
    box-shadow: none;
    background-color: var(--primary);
    height: 1px
}
.h5, h5 {
    font-size: 1.25rem;
    line-height: 160%;
}

.klucz {
    -webkit-animation-name: klucz;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: klucz;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes klucz {
from {
    top: 80%;
    opacity: 0.0
    }
to {
    top: 18%;
    opacity: 1.0;
    }
}

@keyframes klucz {
from {
    top: 80%;
    opacity: 0.0
    }
to {
    top: 18%;
    opacity: 1.0;
    }
}

 /* STRONKI */

.tytul {
    background-color: var(--l-green);
    display: table;
    color: black;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.podtytul {
    text-align: right;
    color: rgb(191, 195, 204);
    font-weight: 700;
    font-size: 1.2rem;
}

.firma b,
.oferta b,
.opis b {
    font-weight: 600;
}
.firma i {
    font-size: 0.9rem;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.fotki2 {
    background-color: #eeeeee
    }
.fotki2 h3,
.oferta h3 {
    font-weight: 600;
    color: var(--primary);
    /* padding: 0.4rem 0.2rem;
    border-bottom: 1px solid var(--primary);*/
    font-size: 1.5rem;
    text-align: left;
}


h4.tyt-sm-pb {
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.5rem
}
.realizacje-home img {
box-shadow: 0px 30px 45px -26px rgba(66, 68, 90, 1);
}
.fotki img {
    border: 5px solid white;
    border-radius: 50%;
}

img.hurt {
    border: 3px solid #d9d9d9;
    -webkit-box-shadow: 2px 27px 50px -5px rgba(0,0,0,0.8);
-moz-box-shadow: 2px 27px 50px -5px rgba(0,0,0,0.8);
box-shadow: 2px 27px 50px -5px rgba(0,0,0,0.8);
}

.oferta-index {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    color: rgba(240, 248, 255, 0.88);
    font-weight: 700;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .oferta-index {
        font-size: 1.6rem;
    }
}
.oferta-index ul {
    margin-top: 2rem;
    width: 100%;
    text-align: right
}

@media (max-width: 767px) {
    .oferta-index ul br {
        display: none;
    }
}

.oferta-index ul>li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block
}

.oferta-index ul>li>a {
    display: block;
    color: #fff;
    background-color: rgba(255, 193, 7, 0.9);
    border-radius: 100%;
    line-height: 4rem;
    height: 4rem;
    width: 4rem
}

@media (min-width:768px) {
    .oferta-index {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto
    }
    .oferta-index ul {
        margin-top: 0;
        width: auto
    }
    .oferta-index ul>li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem
    }
    .oferta-index ul>li:last-child {
        margin-bottom: 0
    }
    .oferta-index ul>li>a {
        transition: all .2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem
    }
    .oferta-index ul>li>a:hover {
        background-color: #262f38;
    }
}


    /* OFERTA */
.card {
        border: none;
    }



.oferta h3 {
    text-align: left;
    color: black;
}

.fot-o:hover {
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
.fot-o {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }


.b-red b {
    background-color: red;
    color: white;
    padding: 0.2rem 1rem;
    display: table;
}
.h5 {
    font-size: 1.00;
    font-weight: 700;
}
.form-check-label {
    margin-bottom: 0;
    font-style: italic;
    font-size: 0.9rem
}
label:not(.form-check-label) {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* STOPKA */
 footer {
    background: var(--gradient-dark-180);  
    color: white;
     -webkit-box-shadow: inset 0px 23px 31px -6px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: inset 0px 23px 31px -6px rgba(0, 0, 0, 0.7);
     box-shadow: inset 0px 23px 31px -6px rgba(0, 0, 0, 0.7);
}

footer .adres {
    margin-top: 0;
    margin-bottom: 30px;
    background-color: white;
    width: auto;
    display: inline-block;
    padding: 30px 50px
}
    
footer img {
    max-width: 100%
}
footer small {
    opacity: 1.0;
    color: #667481;
    font-size: 1.1rem
}
footer p {
    font-size: 1.1rem!important
}
footer a {
    color: white !important;
}

div.infocity {
    float: right;
}
a.infocity {
    background-image: url(../images/infocity.png);
    background-repeat: no-repeat;
    background-position: left 60%;
    font-size: 0.9rem;
    padding-left: 1.0rem;
    line-height: 2rem;
    z-index: 10000;
    color: #545454;
    font-weight: 300
}

.dane-kontakt p:not(.b-red) {
/*    text-indent: -40px;*/
    margin-left: 60px
}
.dane-kontakt p svg {
    margin-right: 10px;
    color: var(--l-gray);
    width: 50px;
    height: 50px;
    float: left;
    opacity: 0.6
}

.form-control {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}


/* Scroll to top */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    color: white !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    border-radius: 0;
    z-index: 1111;
    cursor: pointer;
}
body.kontakt .scrollToTop {
    bottom: 90px;
    right: 10px
}

.scrollToTop * {color: white!important;}

.scrollToTop:hover {
    background-color: #212529;
    /* opacity: 1.0 */
}
.mapa {
   margin-bottom: -1rem;
    margin-top: 3rem;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.5)
}
.grecaptcha-badge {
    z-index: 1
}

.row.gallery .col-12:first-of-type {
    flex: 0 0 50%;
    max-width: 50%;
}

.row.gallery .col-12:nth-of-type(4) {
    top: 0
}

.row.gallery .col-12 img {
    width: 100%
}

.row.gallery_n {
    display: block;
}

/*
.row.gallery_n:first-of-type {
    display: none;
}
*/


.row.mb-3.gallery_n.gallery:after {
    display: block;
    content: '';
    clear: both;
}

@media (min-width: 992px) {
    .gallery-header {
        width: 50% !important;
        float: left !important
    }
}

.row.mb-3.gallery_n.gallery-header:last-of-type::after {
    display: block;
    content: '';
    clear: both;
}

h1.small-title {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 3rem;
    font-family: var(--oswald);
    text-transform: uppercase;
}

.gallery_n h2 {
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.gallery-header.gallery_n h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

/*
.row.gallery_n:after {
    display: block;
    content: '';
    clear: both;
}
*/
.tz-gallery:after {
    display: block;
    content: '';
    clear: both;
}

.col-foto {
    width: 100%;
    float: LEFT;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .col-foto {
        width: 25%;
    }
}

.fot-o {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity:1;

    -webkit-box-shadow: 0px 0px 45px -26px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 45px -26px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 45px -26px rgba(66, 68, 90, 1);
}

.fot-o:hover {
    /*
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
*/
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    opacity: 0.8;
    -webkit-box-shadow: 0px 30px 45px -26px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 30px 45px -26px rgba(66, 68, 90, 1);
    box-shadow: 0px 30px 45px -26px rgba(66, 68, 90, 1);
}

.text-left-more {
    text-align: left;
    padding-left: 1.0rem;
}
.text-left-more:after {
    display: inline-block;
    content: ' >';
    margin-left: 0.5rem;   
}
.text-right-back {
    text-align: right;
    padding-right: 1rem;
}
.text-right-back:before {
    display: inline-block;
    content: '<';
    margin-right: 0.5rem
}
.card {
    background-color: transparent;
    /*    overflow: hidden;*/
    border-radius: 0;
}

.col-foto {
    border-radius: 0;
}

.col-foto img {
    width: 100%;
    border-radius: 0;
    /*    border:7px solid white;*/
}

@media (min-width: 992px) {
    .col-foto:first-of-type {
        width: 50%
    }

    /*
    .col-foto:nth-last-of-type(-n+3)  {
        width: 25% !important
    }
*/
    .gallery-header .col-foto:first-of-type {
        width: 25%
    }


    /*
    .col-foto:nth-of-type(7) {
        float: right;
        width: 50%
    }
    .col-foto:nth-of-type(11) {
        
        width: 50%
    }
*/
}

.col-foto:last-of-type::after {
    display: block;
    content: '';
    clear: both;
}

hr {
    width: 100%;
    clear: both;
    border-color: transparent !important;
    background-color: transparent !important;
    margin: 0;
}
.fot-o {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
/*
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -webkit-transform: scale(0.85);
*/
    opacity: 0.7
    
}
.fot-o:hover {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    opacity: 1.0;
/*    box-shadow: 0px 13px 15px -17px rgba(66, 68, 90, 1);*/
}

body.oferta hr {
    background-color: var(--l-green) !important;
    margin: 1.5rem 0;
    width: 50%
}