﻿
.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    /*width: 100vw;*/
    /*height: 70dvh;*/ /* Ajusta 70px al alto real del navbar */
    border-radius: 0 !important;
}

.carousel-item {
    position: relative;
}

    .carousel-item img {
        /*object-fit: cover;*/
    }

.get-quote {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 1rem 3rem 1rem 1rem;
}

#navbar-wrapper {
    position: relative;
    z-index: 1040;
    background-color: #234783;
}

#main-content {
    transition: margin-top 0.3s ease;
    margin-top:100px;
}

#navbarSupportedContentIndex {
    background-color: #234783;
}

    #navbarSupportedContentIndex > ul > li > a {
        color: #FFFFFF;
        margin-left: 10px;
    }

body {
    font-family: "robotolight";
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../../../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../../../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url('../../../fonts/roboto-black-webfont.woff2') format('woff2'), url('../../../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotobold';
    src: url('../../../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../../../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotolight';
    src: url('../../../fonts/roboto-light-webfont.woff2') format('woff2'), url('../../../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotomedium';
    src: url('../../../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../../../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotoregular';
    src: url('../../../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../../../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#openCloseNavbar button {
    background-color: black;
    width: 46px;
    height: 40px;
    border: 1px solid white;
}

    #openCloseNavbar button:focus {
        outline: none;
    }

    #openCloseNavbar button span {
        width: 32px;
        display: block;
        height: 5px;
        background-color: white;
        margin: 5px auto;
    }

#wrapper > nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

#navbar-main {
    background-color: transparent;
    height: 220px;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

#wrapper > nav > div > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    margin-right: 60px;
    margin-top: 74px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
}

    #wrapper > nav > div > ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 25px;
    }

        #wrapper > nav > div > ul li a {
            text-decoration: none;
            font: 24px 'robotoblack';
            color: white;
            transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            -webkit-transition: all 1s;
            position: relative;
            text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
        }

            #wrapper > nav > div > ul li a hr {
                transform: translateY(0);
                position: absolute;
                transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                -webkit-transition: all 1s;
                width: 100%;
                left: -4px;
            }

        #wrapper > nav > div > ul li:hover a hr {
            transform: translateY(-20px);
            border: 3px solid white;
        }

#openCloseNavbar {
    display: none;
}

.brand {
    margin: 34px 0 0 50px;
    padding: 0;
    height: 100%;
    float: left;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

    .brand a {
        height: 100%;
        width: auto;
        display: inline-block;
    }

        .brand a svg {
            height: 100%;
            transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            -webkit-transition: all 1s;
        }

            .brand a svg path {
                transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                -webkit-transition: all 1s;
            }

.navbar-ntic-buttons {
    height: 100%;
}

.navbar-color {
    background-color: #ED1C24 !important;
    color: white;
    height: 100px !important;
}

    .navbar-color .brand {
        margin-top: 0px;
        padding: 10px 0;
    }

    .navbar-color ul {
        margin-top: 35px !important;
    }

.redBrand {
    fill: #ef3a36;
}

.blackBrand {
    fill: #000;
}

#map {
    height: 300px;
}

.navbar-color > ul li a {
    text-shadow: 0px 0px 7px rgba(0,0,0,0.0) !important;
}

.navbar-color .brand path {
    fill: #FFF !important;
}


#portrait {
    background: url('../../../img/Views/Home/Index/Portrait.jpg') center center no-repeat;
    background-size: cover;
}


.texts-ntic {
    position: absolute;
    top: calc(25%);
    right: 40px;
    color: white;
    width: 50%;
}

    .texts-ntic > * {
        text-align: right;
    }

    .texts-ntic h4 {
        font-family: 'bebas_neuebold';
        text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
        font-size: 52px;
    }

    .texts-ntic h5 {
        font-family: 'bebas_neuebold';
        text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
        font-size: 36px;
    }

    .texts-ntic p {
        font: 22px "robotoregular";
        text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
    }


.ntic-header {
    height: 250px;
    color: white;
    font-family: 'bebas_neuebold';
    background: url('../../../img/Views/Home/Index/point.png') 0 0 repeat;
    background-color: #b72d2a;
    position: relative;
    padding-top: 100px;
}

    .ntic-header:after {
        content: "";
        background: url('../../../img/Views/Home/Index/bg-header.png') right top no-repeat;
        background-size: 50%;
        height: 150px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.4;
    }

#about .ntic-header h2, #contact .ntic-header h2 {
    font-size: 154px;
    position: relative;
    bottom: 6px;
}

#about .st0 {
    fill: #A31319;
}


#about .st1 {
    fill: #ED1C24;
}


#about .st2 {
    fill: #ED5157;
}


#about .st3 {
    fill: #4F090C;
}

#about #puzzle {
    width: 330px;
    height: 330px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ntic-header + .container-about {
    padding: 20px 0;
    height: 688px;
}

    .ntic-header + .container-about > div {
        position: relative;
        height: 100%;
    }


address {
    margin: 20px 0;
}


.format-about h2 {
    font-family: 'robotoblack';
}

#contact > div > div + div {
    padding: 30px 15px;
}

#footer-ntic {
    background-color: #c02d2a;
    color: white;
    overflow: hidden;
    padding: 15px 0;
    clear: both;
}

    #footer-ntic > p {
        text-align: center;
        font-family: "robotobold";
    }

.footer-content {
    overflow: hidden;
    padding: 0 15px;
}

    .footer-content h5 {
        font: 15px 'robotobold';
    }

        .footer-content h5 i {
            margin-right: 6px;
        }

    .footer-content > div:first-child > ul {
        list-style-image: url('../../../img/Views/Shared/_FooterIndex/etiqueta.png');
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }

    .footer-content hr {
        border: 1px solid white;
        margin-top: 0;
    }

    .footer-content > div:first-child > ul li {
        font: 13px 'robotolight';
        line-height: 1.9;
    }

    .footer-content div:first-child ul li span {
        font-family: 'robotoblack';
    }

    .footer-content > div + div {
        text-align: right;
    }

        .footer-content > div + div > ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .footer-content > div + div > ul li {
                line-height: 1.9;
                text-align: right;
            }
hr {
    width: 100% !important;
}

.navbar-ntic-languages {
    padding-right: 12px;
}

    .navbar-ntic-languages > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
        margin: 0 auto;
        width: 200px;
    }

        .navbar-ntic-languages > ul li {
            width: 200px;
            height: 40px;
            margin: 0 !important;
            position: static !important;
        }

            .navbar-ntic-languages > ul li a {
                display: inline-block;
                margin-left: 5px;
            }

                .navbar-ntic-languages > ul li a span {
                    display: inline-block;
                    vertical-align: middle;
                    color: white;
                    padding-right: 3px;
                }

                .navbar-ntic-languages > ul li a svg {
                    display: inline-block;
                    vertical-align: middle;
                    width: 40px;
                }

                .navbar-ntic-languages > ul li a:hover, #navbar-ntic .navbar-ntic-languages > ul li a:hover span {
                    color: white;
                    text-decoration: none;
                }

                .navbar-ntic-languages > ul li a .black_circle {
                    opacity: 1;
                    transition: 0.5s opacity;
                    -ms-transition: 0.5s opacity;
                    -moz-transition: 0.5s opacity;
                    -webkit-transition: 0.5s opacity;
                }

                .navbar-ntic-languages > ul li a .languages {
                    transform: scale(1);
                    transition: 0.5s transform;
                    -ms-transition: 0.5s transform;
                    -moz-transition: 0.5s transform;
                    -webkit-transition: 0.5s transform;
                }

                .navbar-ntic-languages > ul li a .flag {
                    fill: white;
                    transition: 0.5s fill;
                    -ms-transition: 0.5s fill;
                    -moz-transition: 0.5s fill;
                    -webkit-transition: 0.5s fill;
                }

                .navbar-ntic-languages > ul li a:hover .black_circle {
                    opacity: 0;
                }

                .navbar-ntic-languages > ul li a:hover .flag {
                    fill: black;
                }

                .navbar-ntic-languages > ul li a:hover .languages {
                    transform: scale(1.3);
                }

    .navbar-ntic-languages ul:lang(en) li a span:nth-child(2) {
        display: none;
    }

    .navbar-ntic-languages ul:lang(es) li a span:nth-child(1) {
        display: none;
    }

.flag {
    fill: #FFFFFF;
}

.redSpain {
    fill: #FF1D25;
}

.yellowSpain {
    fill: #FBB03B;
}

@media (max-width: 991px) {

    .brand {
        margin: 34px 0px 0px 20px;
        height: auto;
        padding-bottom: 0 !important;
    }

    .texts-ntic h4 {
        font-size: 38px;
    }

    .navbar-color a svg {
        width: 144px !important;
    }

    .ntic-header {
        height: 118px;
        padding-top: 0px;
    }

    #about .ntic-header h2, #contact .ntic-header h2 {
        font-size: 116px;
        position: relative;
        bottom: 6px;
    }

    .brand a svg {
        height: auto;
        width: 220px;
    }

    #openCloseNavbar {
        display: block;
        text-align: right;
        padding: 30px 30px 0 0;
    }

    #wrapper > nav > div > ul {
        margin: 0;
        width: 100%;
        background-color: white;
        display: none;
        top: -1px;
        position: relative;
    }

        #wrapper > nav > div > ul li {
            display: block;
            margin: 10px 0px;
            padding: 10px 20px;
        }

            #wrapper > nav > div > ul li a hr {
                display: none;
            }

            #wrapper > nav > div > ul li a {
                color: black;
                text-shadow: none;
            }

    .navbar-color ul {
        margin-top: 0px !important;
    }

    .ntic-header + .container {
        padding: 50px 25px;
    }

    #puzzle {
        display: none;
    }

    .ntic-header + .container-about > div {
        padding: 30px;
    }

    .format-about h2 {
        margin-top: 20px;
    }

    .ntic-header + .container-about {
        height: auto;
    }

    .texts-ntic {
        right: 0;
        width: 100%;
    }

        .texts-ntic > * {
            text-align: left;
        }

    #portrait .texts-ntic {
        padding: 30px 44px 30px 30px;
        top: calc(30%);
    }

    #contact > div > div + div {
        padding: 30px 20px;
    }
}

@media (min-width: 992px) {
    #puzzle path {
        transition: transform 0.7s;
        -webkit-transition: transform 0.7s;
        -moz-transition: transform 0.7s;
    }

    .about-us:hover ~ #puzzle svg path:nth-child(2) {
        transform: translate(-150px,0px);
    }

    .our-mision:hover ~ #puzzle svg path:nth-child(3) {
        transform: translate(0px,-140px);
    }

    .our-vision:hover ~ #puzzle svg path:nth-child(4) {
        transform: translate(0px,140px);
    }

    .our-culture:hover ~ #puzzle svg path:nth-child(1) {
        transform: translate(140px,0px);
    }

    .format-about:hover h2 {
        color: #ED1C24;
    }

    .about-us {
        width: 30%;
        position: absolute;
        left: 5%;
        top: 20px;
    }

    .our-mision {
        width: 30%;
        position: absolute;
        right: 5%;
        top: 20px;
        text-align: right;
    }

    .our-vision {
        width: 30%;
        position: absolute;
        left: 5%;
        bottom: 20px;
    }

    .our-culture {
        width: 30%;
        position: absolute;
        right: 5%;
        bottom: 20px;
    }

        .our-culture h2 {
            text-align: right;
        }
}