﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'DMSans-Regular';
    src: url('../fonts/DMSans-Regular.ttf');
}
body {
    font-family: 'DMSans-Regular' !important;
    font-display: swap;
}
.bg-index {
    background-image: url('../img/2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-footer {
    background-image: url('../img/bg-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-taller {
    background-image: url('../img/bg-taller.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-clients {
    background-image: url('../img/bg-clients.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-particulares {
    background-image: url('../img/bg-particulares.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-corporativo {
    background-image: url('../img/bg-corporativo.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-hojalateria {
    background-image: url('../img/bg-hojalateria.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-traslados {
    background-image: url('../img/bg-traslados.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-danger {
    color: #fff;
    background-color: #e40e20 !important;
}
.txt-red {
    color: #e40e20;
}

.presentar {
    text-align: center;
}

    .presentar a, .presentar img, .presentar a span {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .presentar a {
        position: relative;
        display: inline-block;
    }

        .presentar a span {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .presentar a:hover span {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .mr-30{
            margin-right:10px;
            margin-bottom:10px;
        }
.navbar {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 0%) !important;
    padding-top: 0.5625rem;
}
.item-n{
    width:120px !important;
    text-align:center;
}


li.bg-black:hover{
    background-color:red!important;
}
li {
    position: relative;
}

    li .ico {
        position: absolute;
        display: none;
    }

    li:hover .ico {
        display: inline;
        z-index: -20;

    }
.btn {
    text-transform: none !important;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 0px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0px !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    transition: all .1s linear;
}

#carousel .carousel-item.boat {
    background-image: url("../img/slide-1.png");
}

#carousel .carousel-item.sea {
    background-image: url("../img/slide-2.png");
}

#carousel .carousel-item.river {
    background-image: url("../img/slide-3.png");
}

#carousel .carousel-item {
    height: 100vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
    padding: 40px;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;
}
#carousel .carousel-item .caption {
    background-color: rgb(0 0 0 / 0%)!important;
    padding: 40px;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
}



-webkit-keyframes scroll {
    0%

{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
}

}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 95%;
}

    .slider::before, .slider::after {
        background: linear-gradient(to right, #ffffff00 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 180px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 10);
    }

    .slider .slide {
        height: 50px;
        width: 250px;
    }

.slide img {
}


@media (min-width: 250px) and (max-width: 993px) {
   .navbar{
       position:relative !important;
       background-color:#000 !important; 
   }
}

@media (min-width: 300px) and (max-width: 991px) {
    .txt-10{
        font-size:13px!important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .txt-10 {
        font-size: 10px !important;
    }
}

    @media (min-width: 1500px ) and (max-width: 2600px) {
        .pt-50{
       padding-top:450px !important;
   }
}