﻿@charset "utf-8";

h1,
h2 {
    margin: 0;
    padding: 0;
    font-size: 40px !important;
}

p {
    margin: 0;
    padding: 0;
}

body {
    background: #eee;
}

@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.scroll {
    overflow-y: scroll;
}

    .scroll::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .scroll::-webkit-scrollbar {
        width: 10px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #EAEAEA;
    }

.elem-hide {
    display: none !important;
}

.nomedio {
    display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.Thin {
    font-weight: 300;
}

.Regular {
    font-weight: 400;
}

.SemiBold {
    font-weight: 600;
}

.Bold {
    font-weight: 700;
}

.ico {
    width: 20px;
    height: 20px;
    display: inline-block;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    background-color: #f0efef;
    font-family: 'Montserrat', sans-serif;
}

.chatWP {
    min-width: 101px;
    height: 77px;
    right: 16px;
    bottom: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    color: #000000;
    box-sizing: border-box;
    position: fixed;
    z-index: 55555;
    font-size: 14px;
    max-width: 777px;
}

    .chatWP .wapbtn {
        position: relative;
        background-color: #f4633a;
        color: #ffffff;
        border-radius: 100px !important;
        left: 12px;
        width: 53px;
        top: 27px;
        height: 53px;
        user-select: none;
        transform: translate(0px, -10.67693e);
        box-sizing: border-box;
        cursor: pointer;
        margin: 0;
        font-family: inherit;
    }

        .chatWP .wapbtn img {
            position: absolute;
            width: 35px;
            height: 35px;
            left: 9px;
            top: 9px;
            box-sizing: border-box;
            font-family: inherit;
            vertical-align: middle;
            border-style: none;
        }

.paginado {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20%;
}

    .paginado .anterior,
    .paginado .siguiente {
        cursor: pointer;
        margin: 0 20px;
        font-size: 30px;
    }

        .paginado .anterior span,
        .paginado .siguiente span {
            color: #F4633A;
        }

    .paginado .paginas .num {
        margin: 0 5px;
        cursor: pointer;
        background: #F4633A;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 100%;
    }

        .paginado .paginas .num span {
            font-size: 15px;
            color: #fff;
            font-weight: 700;
        }

        .paginado .paginas .num.select {
            background: #101820;
        }

    .paginado.notis {
        padding: 0;
    }

@media (max-width: 767.98px) {
    .paginado {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }

        .paginado .paginas {
            text-align: center;
        }

            .paginado .paginas .num {
                margin: 5px 5px;
            }
}

.cnt-idioma {
    background-color: #414241;
    display: block;
    min-width: 360px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 25px;
}

    .cnt-idioma .idiomaactual {
        color: #fff;
        float: right;
        cursor: pointer;
    }

    .cnt-idioma .idiomaactual img {
        height: 16px;
    }

.navbar {
    padding: 0.5rem 2rem;
    background-color: #19191c;
    box-shadow: 0px 4px 8px #00000026;
    height: 60px;
    top: 22px;
}

    /*.navbar .navbar-brand img {
        width: 65px;
    }*/

    .navbar .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 auto;
        padding: 0;
        list-style: none;
    }

        .navbar .navbar-nav li a {
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
        }

            .navbar .navbar-nav li a.lines {
                text-transform: uppercase;
                font-size: 20px;
                padding: 2px 10px;
            }

@media (max-width: 767.98px) {
    .navbar {
        height: auto;
        top: 22px;
    }

    .navbar-toggler svg path {
        color: #F4633A;
    }

    .nav-item {
        margin: 5px auto;
    }

        .nav-item.notis {
            margin: 10px auto;
        }

        .nav-item.can {
            margin: 15px auto;
        }
}

.sec-titulos {
    font-weight: 600;
    color: #F4633A;
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-parr-info {
    margin: 10px auto;
}

    .sec-parr-info p {
        margin: 0;
        font-weight: 400;
        color: #000;
        text-align: justify;
        font-size: 18px;
    }

.btonvermas {
    text-align: center;
}

    .btonvermas .btns {
        margin: 0 auto;
    }

section {
    padding-top: 12vh;
    min-height: 90vh;
}

.slick-prev:before,
.slick-next:before {
    color: #F4633A !important;
}

@media (max-width: 767.98px) {
    section {
        padding-top: 15vh;
    }
}

#loader {
    background: #fa743e;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #loader .cont {
        width: 100%;
        text-align: center;
    }

        #loader .cont img {
            width: 50%;
            margin: 0 auto;
        }

@media (max-width: 767.98px) {
    #loader .cont {
        width: 100%;
        text-align: center;
    }

        #loader .cont img {
            width: 100%;
            height: 100%;
            object-fit: none;
            margin: 0 auto;
        }
}

.inicio {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
}

.slick-inicio-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-inicio-dots li {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-inicio-dots li.slick-active button {
            background: #fff;
        }

        .slick-inicio-dots li button {
            opacity: 0.6;
            font-size: 0;
            line-height: 0;
            display: block;
            width: 45px;
            height: 10px;
            border-radius: 20px;
            padding: 5px;
            cursor: pointer;
            border: 0;
            outline: none;
            background: #000;
        }

            .slick-inicio-dots li button:hover,
            .slick-inicio-dots li button:focus {
                outline: none;
            }

                .slick-inicio-dots li button:hover:before,
                .slick-inicio-dots li button:focus:before {
                    opacity: 1;
                }

.iniciodots {
    position: absolute;
    bottom: 15vh;
    right: 0;
    left: 0;
    z-index: 5;
}

.slick-inicio {
    position: relative;
    z-index: 0;
}

    .slick-inicio .cnt-inicio-img {
        width: 100%;
        height: 95vh;
    }

        .slick-inicio .cnt-inicio-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.empresa {
    width: 100%;
    position: relative;
}

    .empresa .btoncontacto {
        text-align: center;
        margin: 20px auto;
    }

        .empresa .btoncontacto .btns {
            margin: 0 auto;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 20px;
        }

.emp-paises {
    margin-top: 20px;
}

    .emp-paises .emp-titulo {
        font-weight: 600;
        font-size: 22px;
        margin: 10px auto;
        text-align: center;
    }

    .emp-paises .emp-parr {
        margin: 10px auto 25px;
    }

        .emp-paises .emp-parr p {
            font-weight: 400;
            font-size: 16px;
            margin: 0;
            text-align: justify;
        }

    .emp-paises .emp-foto {
        margin: 10px auto;
        width: 100%;
        height: 250px;
    }

        .emp-paises .emp-foto img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.emp-organigrama .spc-organigrama {
    text-align: center;
    min-height: 700px;
}

.emp-organigrama .organigrama * {
    margin: 0 auto;
    padding: 0px;
}

.emp-organigrama .organigrama {
    font-family: 'Montserrat', sans-serif;
}

    .emp-organigrama .organigrama ul {
        padding-top: 20px;
        position: relative;
    }

        .emp-organigrama .organigrama ul ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 2px solid #F4633A;
            width: 0;
            height: 20px;
        }

    .emp-organigrama .organigrama li {
        float: left;
        text-align: center;
        list-style-type: none;
        padding: 20px 5px 0px 5px;
        position: relative;
    }

        .emp-organigrama .organigrama li a {
            padding: 1em 0.75em;
            text-decoration: none;
            color: #333;
            font-size: 0.85em;
            display: inline-block;
            -webkit-transition: all 500ms;
            -moz-transition: all 500ms;
            transition: all 500ms;
        }

            .emp-organigrama .organigrama li a:hover {
                display: inline-block;
            }

        .emp-organigrama .organigrama li::before,
        .emp-organigrama .organigrama li::after {
            content: '';
            position: absolute;
            top: 0px;
            right: 50%;
            border-top: 2px solid #F4633A;
            width: 50%;
            height: 20px;
        }

        .emp-organigrama .organigrama li::after {
            right: auto;
            left: 50%;
            border-left: 2px solid #F4633A;
        }

        .emp-organigrama .organigrama li:only-child {
            padding-top: 0;
            width: 100%;
        }

            .emp-organigrama .organigrama li:only-child::before,
            .emp-organigrama .organigrama li:only-child::after {
                display: none;
            }

        .emp-organigrama .organigrama li:first-child::before {
            border: 0 none;
        }

        .emp-organigrama .organigrama li:first-child::after {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

        .emp-organigrama .organigrama li:last-child::after {
            border: 0 none;
        }

        .emp-organigrama .organigrama li:last-child::before {
            border-right: 2px solid #F4633A;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

    .emp-organigrama .organigrama ul.hijos {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
    }

        .emp-organigrama .organigrama ul.hijos li {
            min-width: 150px;
            margin: 0;
        }

    .emp-organigrama .organigrama ul.demas {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
    }

    .emp-organigrama .organigrama > ul > li > a {
        font-size: 1em;
        font-weight: bold;
    }

    .emp-organigrama .organigrama > ul > li > ul > li > a {
        width: auto;
    }

.emp-organigrama .cuadro-org {
    text-align: center;
}

    .emp-organigrama .cuadro-org img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        display: block;
    }

    .emp-organigrama .cuadro-org span {
        font-weight: 600;
        color: #000;
        display: block;
        max-width: 110px;
        margin: 0 auto;
    }

@media (max-width: 767.98px) {
    .emp-organigrama .spc-organigrama .organigrama ul {
        padding-top: 20px;
        position: relative;
    }

        .emp-organigrama .spc-organigrama .organigrama ul ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 0;
            width: 0;
            height: 20px;
        }

    .emp-organigrama .spc-organigrama .organigrama li {
        float: left;
        text-align: center;
        list-style-type: none;
        padding: 20px 5px 0px 5px;
        position: relative;
    }

        .emp-organigrama .spc-organigrama .organigrama li a {
            padding: 1em 0.75em;
            text-decoration: none;
            color: #333;
            font-size: 0.85em;
            display: inline-block;
            -webkit-transition: all 500ms;
            -moz-transition: all 500ms;
            transition: all 500ms;
        }

            .emp-organigrama .spc-organigrama .organigrama li a:hover {
                display: inline-block;
            }

        .emp-organigrama .spc-organigrama .organigrama li::before,
        .emp-organigrama .spc-organigrama .organigrama li::after {
            content: '';
            position: absolute;
            top: 0px;
            right: 50%;
            border-top: 0;
            width: 50%;
            height: 20px;
        }

        .emp-organigrama .spc-organigrama .organigrama li::after {
            right: auto;
            left: 50%;
            border-left: 2px solid #F4633A;
        }

        .emp-organigrama .spc-organigrama .organigrama li:only-child {
            padding-top: 0;
            width: 100%;
        }

            .emp-organigrama .spc-organigrama .organigrama li:only-child::before,
            .emp-organigrama .spc-organigrama .organigrama li:only-child::after {
                display: none;
            }

        .emp-organigrama .spc-organigrama .organigrama li:first-child::before {
            border: 0 none;
        }

        .emp-organigrama .spc-organigrama .organigrama li:first-child::after {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

        .emp-organigrama .spc-organigrama .organigrama li:last-child::after {
            border: 0 none;
        }

        .emp-organigrama .spc-organigrama .organigrama li:last-child::before {
            border-right: 2px solid #F4633A;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

    .emp-organigrama .spc-organigrama .organigrama ul.hijos {
        width: 100%;
        display: block;
    }

        .emp-organigrama .spc-organigrama .organigrama ul.hijos li {
            min-width: 150px;
            width: 100%;
            margin: 0 auto;
        }

    .emp-organigrama .spc-organigrama .organigrama ul.demas {
        display: block;
    }

        .emp-organigrama .spc-organigrama .organigrama ul.demas .cuadro-org img {
            width: 50px;
            height: 50px;
        }

        .emp-organigrama .spc-organigrama .organigrama ul.demas .cuadro-org span {
            font-size: 12px;
        }

        .emp-organigrama .spc-organigrama .organigrama ul.demas::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 0;
            width: 0;
            height: 20px;
        }

        .emp-organigrama .spc-organigrama .organigrama ul.demas li::before,
        .emp-organigrama .spc-organigrama .organigrama ul.demas li::after {
            content: '';
            position: absolute;
            top: 0px;
            right: 50%;
            border-top: 2px solid #F4633A;
            width: 50%;
            height: 0;
        }

        .emp-organigrama .spc-organigrama .organigrama ul.demas li {
            padding: 0px 5px 0px 5px;
        }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li a {
                padding: 0em 0.75em;
            }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li::before,
            .emp-organigrama .spc-organigrama .organigrama ul.demas li::after {
                content: '';
                position: absolute;
                top: 0px;
                right: 50%;
                border-top: 0;
                width: 50%;
                height: 20px;
            }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li::after {
                right: auto;
                left: 50%;
                border-left: 0;
            }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li:only-child {
                padding-top: 0;
                width: 100%;
            }

                .emp-organigrama .spc-organigrama .organigrama ul.demas li:only-child::before,
                .emp-organigrama .spc-organigrama .organigrama ul.demas li:only-child::after {
                    display: none;
                }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li:first-child::before {
                border: 0 none;
            }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li:first-child::after {
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
            }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li:last-child::after {
                border: 0 none;
            }

            .emp-organigrama .spc-organigrama .organigrama ul.demas li:last-child::before {
                border-right: 0;
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
            }

    .emp-organigrama .spc-organigrama .organigrama > ul > li > a {
        font-size: 1em;
        font-weight: bold;
    }

    .emp-organigrama .spc-organigrama .cuadro-org img {
        width: 70px;
        height: 70px;
    }
}

.cnt-marcas .marca-sq {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    width: 90%;
    min-height: 300px;
    margin: 20px auto;
    position: relative;
}

    .cnt-marcas .marca-sq .marca-logo {
        margin: 10px auto;
        text-align: center;
        height: 100px;
    }

        .cnt-marcas .marca-sq .marca-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            margin: 0 auto;
        }

    .cnt-marcas .marca-sq .marca-parr {
        margin: 10px auto 20px;
    }

        .cnt-marcas .marca-sq .marca-parr p {
            font-weight: 400;
            font-size: 16px;
            text-align: left;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

    .cnt-marcas .marca-sq .marca-ver {
        position: absolute;
        bottom: 10px;
        right: 15px;
        text-align: right;
    }

        .cnt-marcas .marca-sq .marca-ver a {
            font-weight: 400;
            color: #F4633A;
        }

.spc-divind {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    margin: 20px auto;
    display: flex;
    align-items: start;
    justify-content: start;
    position: relative;
}

    .spc-divind .info-img {
        width: 35%;
        height: 100%;
        display: inline-block;
    }

        .spc-divind .info-img div {
            height: 200px;
        }

        .spc-divind .info-img .car-img {
            height: 200px;
        }

            .spc-divind .info-img .car-img img.Cover {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .spc-divind .info-img .car-img img.Stretch {
                width: 100%;
                height: 100%;
            }

    .spc-divind .info-text {
        display: inline-block;
        padding: 15px 20px;
        width: 65%;
    }

        .spc-divind .info-text h5 {
            font-weight: 600;
            color: #F4633A;
        }

        .spc-divind .info-text p {
            font-weight: 400;
            color: #000;
        }

        .spc-divind .info-text a {
            position: absolute;
            bottom: 10px;
            font-weight: 400;
            color: #F4633A;
        }

    .spc-divind.left .info-text a {
        right: 15px;
    }

    .spc-divind.right .info-text a {
        left: 50%;
    }

@media (max-width: 767.98px) {
    .spc-divind {
        margin: 20px auto;
        display: block;
    }

        .spc-divind .info-img {
            width: 100%;
            height: 100%;
        }

        .spc-divind .info-text {
            width: 100%;
        }

            .spc-divind .info-text a {
                position: inherit;
            }
}

.contacto {
    padding-bottom: 30px;
}

    .contacto .contacto-pais-titulo {
        font-weight: 600;
        color: #F4633A;
        padding: 10px;
        background-color: transparent;
        text-transform: uppercase;
        text-align: center;
        width: 50%;
        margin: 0 auto;
        cursor: pointer;
    }

        .contacto .contacto-pais-titulo:hover {
            text-decoration: underline;
        }

        .contacto .contacto-pais-titulo.act {
            color: #fff;
            background-color: #F4633A;
            -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        }

    .contacto .slick-contacto {
        margin: 10px auto;
        width: 60%;
    }

    .contacto .spc-contacto {
        cursor: pointer;
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        padding: 15px;
        margin: 10px auto;
    }

        .contacto .spc-contacto h5 {
            color: #000;
            text-align: center;
        }

        .contacto .spc-contacto ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .contacto .spc-contacto ul li .contenido {
                display: flex;
                align-items: center;
                justify-content: start;
            }

                .contacto .spc-contacto ul li .contenido img {
                    display: inline-block;
                    width: 25px;
                    height: 25px;
                    margin: 0 10px !important;
                }

                .contacto .spc-contacto ul li .contenido span {
                    display: inline-block;
                    font-weight: 400;
                    color: #000;
                }

    .contacto .sec-mapa {
        width: 100%;
        height: 400px;
        background-color: #797878;
        margin: 20px auto;
    }

    .contacto .sec-formulario .formu {
        padding: 15px;
        background-color: #c7c8c7;
    }

        .contacto .sec-formulario .formu p {
            font-weight: 400;
            font-size: 18px;
        }

    .contacto .sec-formulario .img-form {
        padding: 15px;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contacto .sec-formulario .img-form img {
            width: 70%;
            margin: 0 auto;
        }

footer {
    padding: 5px 15px 15px;
    background-color: #19191c;
}

    footer h5,
    footer span {
        color: #fff;
        margin: 20px auto;
        font-weight: 400;
    }

    footer .redes {
        margin: 20px auto;
    }

        footer .redes a img {
            width: 30px;
            height: 30px;
        }

.noticias .noticia-principal {
    display: flex;
    align-items: start;
    justify-content: flex-end;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    background-color: #101820;
    position: relative;
}

    .noticias .noticia-principal .container {
        min-height: 300px;
    }

    .noticias .noticia-principal .not-info {
        padding: 30px 120px 30px 0;
        width: 45%;
        height: 300px;
        position: relative;
    }

    .noticias .noticia-principal .not-titulo {
        font-weight: 600;
        color: #fff;
        font-size: 25px;
        max-width: 40vw;
        margin: auto 0;
    }

    .noticias .noticia-principal .not-parr {
        margin: 25px 0;
        font-weight: 400 !important;
        color: #fff !important;
        text-align: justify !important;
        font-size: 16px !important;
        max-width: 40vw;
        height: 115px;
        overflow-y: hidden;
    }

        .noticias .noticia-principal .not-parr p {
            font-weight: 400 !important;
            color: #fff !important;
            text-align: justify !important;
            font-size: 16px !important;
        }

    .noticias .noticia-principal .not-leer {
        display: block;
        text-align: right;
        position: absolute;
        bottom: 20px;
        right: 41%;
    }

    .noticias .noticia-principal .not-foto {
        width: 40%;
        height: 300px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .noticias .noticia-principal .not-foto img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.noticias .sin-noticias {
    text-align: center;
    margin: 12vh auto;
}

    .noticias .sin-noticias img {
        width: 60%;
        margin: 0 auto;
        content: url('../assets/images/img/GRUA1-SIN.svg');
    }

.noticias .noticia-otras {
    display: flex;
    align-items: start;
    justify-content: start;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    background-color: #101820;
    margin: 50px auto;
}

    .noticias .noticia-otras .not-info {
        padding: 15px 30px;
        position: relative;
        width: 60%;
        height: 200px;
    }

        .noticias .noticia-otras .not-info .not-titulo {
            font-weight: 600;
            color: #fff;
            font-size: 25px;
        }

        .noticias .noticia-otras .not-info .not-parr {
            margin: 15px auto 25px;
            font-weight: 400 !important;
            color: #fff !important;
            text-align: justify !important;
            font-size: 16px !important;
            max-height: 50px;
            overflow-y: hidden;
        }

            .noticias .noticia-otras .not-info .not-parr p {
                font-weight: 400 !important;
                color: #fff !important;
                text-align: justify !important;
                font-size: 16px !important;
            }

        .noticias .noticia-otras .not-info .not-leer {
            display: block;
            text-align: right;
            position: absolute;
            bottom: 30px;
            right: 30px;
        }

    .noticias .noticia-otras .not-foto {
        width: 40%;
        height: 200px;
    }

        .noticias .noticia-otras .not-foto img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.noticiainfo {
    padding-top: 0;
}

    .noticiainfo .not-titulofoto {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .noticiainfo .not-titulofoto .not-foto {
            width: 100%;
            height: 40vh;
            background-size: cover !important;
            position: relative;
        }

            .noticiainfo .not-titulofoto .not-foto .bg-black {
                background-color: rgba(0, 0, 0, 0.5);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
            }

            .noticiainfo .not-titulofoto .not-foto .not-texto {
                width: 50%;
                position: absolute;
                top: 15vh;
                right: 0;
                left: 0;
                bottom: 0;
                margin: 0 auto;
            }

                .noticiainfo .not-titulofoto .not-foto .not-texto h3 {
                    color: #fff;
                    padding-right: 30px;
                    font-weight: 600;
                    text-align: center;
                    padding: 0;
                    font-size: 35px;
                }

                .noticiainfo .not-titulofoto .not-foto .not-texto .minis {
                    text-align: center;
                    margin: 0 auto;
                    color: #fff;
                    font-weight: 400;
                    display: inline-block;
                    width: 100%;
                    text-shadow: 0px 0px 20px rgb(80 80 80);
                }

    .noticiainfo .not-parrafos {
        margin: 10px auto;
    }

        .noticiainfo .not-parrafos p {
            color: #000;
            font-weight: 400;
            margin: 20px auto;
            font-size: 16px;
        }

        .noticiainfo .not-parrafos .img-prr {
            width: 100%;
            height: 270px;
            margin: 2rem 0;
        }

            .noticiainfo .not-parrafos .img-prr img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

@media (max-width: 767.98px) {
    .noticias .noticia-principal {
        display: block;
        margin-bottom: 275px;
    }

        .noticias .noticia-principal .container {
            min-height: 300px;
        }

        .noticias .noticia-principal .not-info {
            width: 100%;
            min-height: 200px;
            height: auto;
            padding: 15px 25px;
        }

        .noticias .noticia-principal .not-titulo {
            font-size: 25px;
            max-width: 100%;
            margin: auto 0;
        }

        .noticias .noticia-principal .not-parr {
            margin: 25px 0;
            font-size: 16px !important;
            max-width: 100%;
        }

            .noticias .noticia-principal .not-parr p {
                font-size: 16px !important;
            }

        .noticias .noticia-principal .not-leer {
            display: block;
            text-align: right;
            position: absolute;
            bottom: 20px;
            right: 10px;
        }

        .noticias .noticia-principal .not-foto {
            width: 100%;
            height: 215px;
            right: 0;
            bottom: -215px;
            top: auto;
        }

    .noticias .sin-noticias {
        text-align: center;
        margin: 12vh auto;
    }

        .noticias .sin-noticias img {
            width: 60%;
            margin: 0 auto;
            content: url('../assets/images/img/GRUA1-SIN.svg');
        }

    .noticias .noticia-otras {
        display: block;
        margin: 50px auto;
    }

        .noticias .noticia-otras .not-info {
            padding: 15px 30px;
            width: 100%;
        }

        .noticias .noticia-otras .not-foto {
            width: 100%;
            height: 200px;
        }

    .noticiainfo {
        padding-top: 10vh;
    }

        .noticiainfo .not-titulofoto .not-foto {
            width: 100%;
        }

            .noticiainfo .not-titulofoto .not-foto .not-texto {
                width: 100%;
                top: 15%;
            }
}

.Producto {
    margin-bottom: 3em;
    min-height: 100vh;
    padding-top: 15vh;
}

.menu-prod {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10vw;
    margin-bottom: 2em;
}

    .menu-prod span,
    .menu-prod .spc {
        font-weight: 600;
        color: #F4633A;
        font-size: 23px;
    }

.seleccionar-prod {
    padding-right: 10px;
    height: 100%;
}

    .seleccionar-prod h5 {
        font-weight: 700;
        text-transform: uppercase;
    }

    .seleccionar-prod ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .seleccionar-prod ul li {
            font-weight: 400;
            font-size: 18px;
        }

            .seleccionar-prod ul li input {
                margin-right: 8px;
            }

    .seleccionar-prod span {
        color: #F4633A;
        cursor: pointer;
    }

        .seleccionar-prod span:hover {
            text-decoration: underline;
        }

    .seleccionar-prod .listaprod {
        margin-bottom: 30px;
    }

        .seleccionar-prod .listaprod ul.sangria-left {
            margin-left: 1rem;
        }

        .seleccionar-prod .listaprod li {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

            .seleccionar-prod .listaprod li p {
                text-overflow: ellipsis;
                overflow: hidden;
                color: #000;
                display: inline-block;
                white-space: nowrap;
                margin: 0;
            }

.productosfinal {
    border-left: 3px solid #F4633A;
    min-height: 90vh;
}

    .productosfinal p {
        font-weight: 400;
        padding: 15px;
        text-align: center;
        font-size: 20px;
    }

.cnt-prodsall {
    width: 80%;
    margin: 0 auto;
}

.allprod {
    display: flex;
    align-items: start;
    justify-content: start;
}

    .allprod .menus-filtros {
        width: 20%;
        display: inline-block;
    }

    .allprod .productosfinal {
        width: 80%;
        display: inline-block;
        padding: 0 15px;
    }

.btnlimpiarselect {
    color: #F4633A;
    text-decoration: underline;
    cursor: pointer;
}

    .btnlimpiarselect:hover {
        color: #F4633A;
    }

.unproducto {
    border-bottom: 3px solid #F4633A;
}

    .unproducto .img-prod {
        margin: 10px auto;
        text-align: center;
    }

        .unproducto .img-prod img {
            height: 200px;
            margin: 0 auto;
        }

    .unproducto .nom-prod {
        margin: 10px auto;
        min-height: 85px;
    }

        .unproducto .nom-prod span {
            font-weight: 400;
            font-size: 22px;
        }

    .unproducto .btn-prod {
        margin: 10px auto;
        text-align: right;
    }

        .unproducto .btn-prod a,
        .unproducto .btn-prod button {
            display: inline-block;
        }

    .unproducto.white {
        border: none;
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        padding: 15px 20px;
        width: 100%;
        min-height: 460px;
        margin-bottom: 20px;
        position: relative;
    }

        .unproducto.white .img-prod {
            margin: 10px auto;
            text-align: center;
            height: 300px;
        }

            .unproducto.white .img-prod img.Cover {
                width: 100%;
                height: 100%;
                object-fit: contain;
                margin: 0 auto;
            }

            .unproducto.white .img-prod img.Stretch {
                width: 100%;
                height: 100%;
                margin: 0 auto;
            }

        .unproducto.white .nom-prod {
            margin: 10px auto;
        }

            .unproducto.white .nom-prod p {
                font-weight: 400;
                font-size: 22px;
                display: block;
                margin: 0;
                padding: 0;
                text-align: left;
                line-height: 22px;
            }

            .unproducto.white .nom-prod label {
                padding: 0;
                text-align: left;
                font-weight: 300;
                font-size: 16px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                max-width: 100%;
            }

        .unproducto.white .btn-prod {
            margin: 10px auto;
            text-align: right;
            position: absolute;
            bottom: 10px;
            right: 15px;
        }

            .unproducto.white .btn-prod a,
            .unproducto.white .btn-prod button {
                display: inline-block;
            }

.ProductoDetalle {
    min-height: 85vh;
}

    .ProductoDetalle .slick-slide {
        text-align: center;
    }

        .ProductoDetalle .slick-slide img {
            margin: 0 auto !important;
            max-height: -webkit-fill-available;
            width: auto !important;
        }

    .ProductoDetalle .slikmodalimgs {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3000;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.5);
    }

        .ProductoDetalle .slikmodalimgs .cerrarmod {
            background: #F4633A;
            color: #fff;
            text-align: center;
            cursor: pointer;
            font-weight: 700;
            border-radius: 100%;
            position: absolute;
            right: 30px;
            top: 30px;
            width: 40px;
            height: 40px;
            font-size: 27px;
            -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        }

        .ProductoDetalle .slikmodalimgs .cnt-sl {
            height: 70vh;
        }

        .ProductoDetalle .slikmodalimgs .slick-prev {
            left: -95px;
        }

        .ProductoDetalle .slikmodalimgs .slick-next {
            right: -95px;
        }

        .ProductoDetalle .slikmodalimgs .slick-prev,
        .ProductoDetalle .slikmodalimgs .slick-next {
            width: 45px;
            height: 45px;
        }

            .ProductoDetalle .slikmodalimgs .slick-prev:before,
            .ProductoDetalle .slikmodalimgs .slick-next:before {
                font-size: 45px;
                color: #fff !important;
            }

    .ProductoDetalle .slk-modal-cnt {
        height: 100%;
        max-width: 800px;
    }

        .ProductoDetalle .slk-modal-cnt img {
            margin: 0 auto;
        }

        .ProductoDetalle .slk-modal-cnt .cnt-video-prod .espaciotranspa {
            width: 150px;
            height: 100%;
            position: absolute;
            background: transparent;
            z-index: 10;
        }

        .ProductoDetalle .slk-modal-cnt .cnt-video-prod .video-responsive {
            height: 70vh;
            margin: 0 auto;
            overflow: hidden;
            padding-top: 30px;
            position: relative;
            z-index: 5;
        }

            .ProductoDetalle .slk-modal-cnt .cnt-video-prod .video-responsive iframe,
            .ProductoDetalle .slk-modal-cnt .cnt-video-prod .video-responsive object,
            .ProductoDetalle .slk-modal-cnt .cnt-video-prod .video-responsive embed {
                height: 70vh;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

    .ProductoDetalle .slk-big-cnt {
        margin: 0 auto;
    }

        .ProductoDetalle .slk-big-cnt .cnt-img-prod {
            width: 100%;
            height: 250px;
        }

            .ProductoDetalle .slk-big-cnt .cnt-img-prod img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                margin: 0 auto;
            }

        .ProductoDetalle .slk-big-cnt .cnt-video-prod {
            width: 100%;
            height: 250px;
        }

            .ProductoDetalle .slk-big-cnt .cnt-video-prod .espaciotranspa {
                width: 150px;
                height: 100%;
                position: absolute;
                background: transparent;
                z-index: 10;
            }

            .ProductoDetalle .slk-big-cnt .cnt-video-prod .video-responsive {
                width: 100%;
                height: 100%;
                object-fit: cover;
                margin: 0 auto;
                overflow: hidden;
                padding-top: 30px;
                position: relative;
                z-index: 5;
            }

                .ProductoDetalle .slk-big-cnt .cnt-video-prod .video-responsive iframe,
                .ProductoDetalle .slk-big-cnt .cnt-video-prod .video-responsive object,
                .ProductoDetalle .slk-big-cnt .cnt-video-prod .video-responsive embed {
                    height: 100%;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 100%;
                }

    .ProductoDetalle .slk-sml-cnt {
        margin: 0 auto;
        background-color: #ccc;
    }

        .ProductoDetalle .slk-sml-cnt .cnt-img-prod {
            width: 80% !important;
            height: 80px;
            margin: 0 auto;
        }

            .ProductoDetalle .slk-sml-cnt .cnt-img-prod img {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover;
                margin: 0 auto;
            }

        .ProductoDetalle .slk-sml-cnt .cnt-video-prod {
            width: 80% !important;
            height: 80px;
            margin: 0 auto;
        }

            .ProductoDetalle .slk-sml-cnt .cnt-video-prod .espaciotranspa {
                width: 10%;
                height: 100%;
                position: absolute;
                background: transparent;
                z-index: 10;
                cursor: pointer;
            }

            .ProductoDetalle .slk-sml-cnt .cnt-video-prod .video-responsive {
                width: 100%;
                height: 100%;
                object-fit: cover;
                margin: 0 auto;
                overflow: hidden;
                padding-top: 0;
                position: relative;
                z-index: 5;
            }

                .ProductoDetalle .slk-sml-cnt .cnt-video-prod .video-responsive iframe,
                .ProductoDetalle .slk-sml-cnt .cnt-video-prod .video-responsive object,
                .ProductoDetalle .slk-sml-cnt .cnt-video-prod .video-responsive embed {
                    height: 100%;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 100%;
                }

        .ProductoDetalle .slk-sml-cnt.onlythree .slick-track {
            transform: translate3d(0px, 0px, 0px) !important;
        }

        .ProductoDetalle .slk-sml-cnt.onlythree .cnt-video-prod .espaciotranspa {
            width: 30%;
        }

    .ProductoDetalle .infoproducto1 {
        text-align: center;
    }

        .ProductoDetalle .infoproducto1 h3 {
            font-weight: 600;
        }

        .ProductoDetalle .infoproducto1 label {
            padding: 0;
            font-size: 20px;
            font-weight: 300;
            font-size: 16px;
        }

        .ProductoDetalle .infoproducto1 .prod-btns {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .ProductoDetalle .infoproducto1 .prod-btns span {
                font-weight: 600;
                color: #000;
                font-size: 18px;
            }

            .ProductoDetalle .infoproducto1 .prod-btns button {
                font-weight: 700;
                margin: 0 10px;
                padding: 5px 10px;
                min-width: 40px;
            }

        .ProductoDetalle .infoproducto1 .agregarcan-btn button {
            font-size: 20px;
        }

        .ProductoDetalle .infoproducto1 .agregarcan-btn .inp {
            text-align: left;
            width: 300px;
        }

    .ProductoDetalle .infoproducto2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin-top: 25px;
    }

.vercats {
    display: none;
}

@media (min-width: 992px) {
    .seleccionar-prod {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    .vercats {
        display: block;
        margin-bottom: 2em;
    }

    .seleccionar-prod {
        border-right: none;
        border-bottom: 3px solid #F4633A;
        padding-right: 10px;
        margin-top: 2em;
        height: auto;
    }

        .seleccionar-prod h5 {
            font-weight: 700;
        }

        .seleccionar-prod ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .seleccionar-prod ul li {
                font-weight: 400;
                font-size: 18px;
            }

        .seleccionar-prod a {
            color: #F4633A;
        }

        .seleccionar-prod .listaprod {
            margin-bottom: 30px;
        }

    .cnt-prodsall {
        width: 90%;
        margin: 0 auto;
    }

    .allprod {
        display: block;
    }

        .allprod .menus-filtros {
            width: 100%;
            margin-bottom: 50px;
            text-align: center;
        }

            .allprod .menus-filtros button {
                margin: 0 auto;
            }

        .allprod .productosfinal {
            width: 100%;
            border: none;
        }

    .ProductoDetalle .infoproducto1 h3 {
        font-weight: 600;
        margin: 1em auto;
    }
}

.can-producto {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 0 15px 0 0;
    margin: 30px auto;
    position: relative;
}

    .can-producto .can-foto {
        width: 30%;
        height: 150px;
    }

        .can-producto .can-foto img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .can-producto .can-info {
        width: 70%;
        padding: 15px;
    }

        .can-producto .can-info h4 {
            font-weight: 600;
            text-transform: uppercase;
            color: #000;
        }

        .can-producto .can-info p {
            font-weight: 400;
            color: #000;
        }

        .can-producto .can-info label {
            padding: 0;
            font-size: 20px;
            font-weight: 300;
            font-size: 16px;
        }

    .can-producto .can-btns {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

        .can-producto .can-btns span {
            font-weight: 600;
            color: #000;
            font-size: 18px;
        }

        .can-producto .can-btns button {
            font-weight: 700;
            margin: 0 10px;
            padding: 5px 10px;
            min-width: 40px;
        }

            .can-producto .can-btns button.ico {
                width: 40px;
                height: 40px;
            }

.can-formulario {
    background-color: #c7c8c7;
    padding: 15px;
}

    .can-formulario h3 {
        font-weight: 600;
        color: #101820;
    }

.can-btn button {
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .can-producto {
        display: block;
    }

        .can-producto .can-foto {
            width: 100%;
            height: 150px;
        }

        .can-producto .can-info {
            width: 100%;
            padding: 15px;
            padding-bottom: 50px;
        }

        .can-producto .can-btns {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

            .can-producto .can-btns span {
                font-weight: 600;
                color: #000;
                font-size: 18px;
            }

            .can-producto .can-btns button {
                font-weight: 700;
                margin: 0 10px;
            }
}

.inp {
    margin-top: 15px;
    width: auto;
}

    .inp label {
        font-weight: 400;
        color: #000;
        display: block;
    }

    .inp input {
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        border: none;
        width: 100%;
        padding: 8px 12px;
        font-weight: 400;
        display: block;
    }

        .inp input:active,
        .inp input:hover,
        .inp input:focus {
            outline: none;
        }

    .inp textarea {
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        border: none;
        padding: 8px 12px;
        font-weight: 400;
        display: block;
        width: 100%;
        max-width: 100%;
    }

        .inp textarea:active,
        .inp textarea:hover,
        .inp textarea:focus {
            outline: none;
        }

    .inp .bootstrap-select {
        width: 100% !important;
        border-radius: none !important;
    }

        .inp .bootstrap-select .dropdown-toggle {
            width: 100%;
            background: #fff;
            border: none;
            font-weight: 400;
            border-radius: 0 !important;
        }

        .inp .bootstrap-select .dropdown-menu .dropdown-item.selected {
            color: #fff;
        }

a.btns.lines {
    border: 2px solid #797878;
}

a.btns.ico {
    padding: 0;
}

.btns {
    text-align: left;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    letter-spacing: 0px;
}

    .btns.lines {
        border: 1px solid #797878;
        background-color: transparent;
        color: #F4633A !important;
    }

    .btns.orange {
        border: 1px solid #F4633A;
        background-color: #F4633A;
        color: #fff !important;
    }

    .btns.gray {
        border: none;
        background-color: #797878;
        color: #fff !important;
    }

    .btns.ico {
        padding: 2px;
        border: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        vertical-align: center;
    }

        .btns.ico img {
            padding: 0;
            width: 30px;
            height: 30px;
            margin: 0 auto;
        }

@media (max-width: 767.98px) {
    .inp {
        margin-top: 15px;
        width: 100%;
    }
}

.modal .modal-dialog {
    font-weight: 400;
    color: #FFF;
}

    .modal .modal-dialog .modal-content {
        border: none;
        border-radius: 0;
        background-color: #101820;
    }

        .modal .modal-dialog .modal-content .modal-header {
            border-bottom: none;
        }

            .modal .modal-dialog .modal-content .modal-header .modal-title {
                font-weight: 600;
                color: #FFF;
            }

        .modal .modal-dialog .modal-content .modal-body {
            border: none;
            font-weight: 400;
            color: #FFF;
        }

        .modal .modal-dialog .modal-content .modal-footer {
            border-top: none;
        }

            .modal .modal-dialog .modal-content .modal-footer button {
                margin-right: 10px;
            }

.modal.vermasinfo .modal-dialog {
    color: #000;
}

    .modal.vermasinfo .modal-dialog .modal-content {
        background-color: #fff;
    }

        .modal.vermasinfo .modal-dialog .modal-content .modal-header .modal-title {
            color: #000;
        }

        .modal.vermasinfo .modal-dialog .modal-content .modal-body {
            color: #000;
        }
