@font-face {
    ht-Plain';
 font-style: normal;
    font-weight: normal;
    src: local("{{ asset('css/font/KlavikaLight-Plain.woff') }}"),
    url("{{ asset('css/font/KlavikaLight-Plain.woff') }}") format('woff');
}

@font-face {
    font-family: 'KlavikaRegular-TF';
    font-style: normal;
    font-weight: normal;
    src: local("{{ asset('css/font/KlavikaRegular-TF.woff') }}"),
    url("{{ asset('css/font/KlavikaRegular-TF.woff.woff') }}") format('woff');
}

@font-face {
    font-family: 'Klavika Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local("{{ asset('css/font/KlavikaBoldBold.woff') }}"),
    url("{{ asset('css/font/KlavikaBoldBold.woff') }}") format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'KlavikaRegular-TF' serif;
    font-weight: normal;
}

p,
span {
    font-family: 'KlavikaRegular-TF' serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Klavika Bold Bold' serif;
    font-weight: normal;
}


/*para links*/

.cursor {
    cursor: pointer;
}

.title {
    color: #7c7c7c;
}

.imgCover {
    background-position: center center;
    background-size: cover;
}


/* para fotos de paginas interiores */

.foto-link {
    min-height: 170px!important;
}

@media (min-width: 576px) {
    .foto-link {
        min-height: 300px!important;
    }
}


/* inicio nav bar */

.navIndex {
    z-index: 20;
}

.marginLogo {
    margin-left: 7rem
}

.navbar-collapse {
    z-index: 20;
    flex-grow: 0;
}

.nav--color {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 00.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 00.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 00.2);
}

.backgroundTransparent {
    background: transparent;
}


/* fin nab bar */


/* Login mouse dropdown  */

.loginContainer {
    background: black!important;
    color: white!important;
    border-bottom: solid 2px grey!important;
    padding: 2em 1em 4em 1em!important;
}

.loginContainer input {
    background-color: white!important;
}

.loginContainer a {
    color: white;
}

.loginContainer button {
    float: right;
    background: transparent;
    border: solid white 2px;
    border-radius: 2em;
    padding: 4px 20px;
    color: white;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
}


/* mantiene paddings cuando se sale del collapsible button */

@media (min-width: 992px) {
    .loginContainer {
        padding: 2em 1em 2em 1em!important;
    }
}

.titleCarousel {
    font-size: 5rem;
    padding-top: 20rem;
    align-items: center;
}

.carousel {
    overflow: hidden;
}

.btnCarousel {
    background: transparent;
    border: solid white 2px;
    border-radius: 2em;
    padding: 4px 40px;
    color: white;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
}

.btnCarousel:hover {
    background-color: rgba(150, 150, 150, 0.4);
    text-decoration: none;
}

.opacity1 {
    opacity: 1;
}

.grey {
    color: #808080 !important;
    border-color: #808080 !important;
}

.green-border {
    color: #10412f !important;
    border-color: #10412f !important;
}

.topCarousel {
    top: 20%;
    max-width: 300px;
}

.carouselFontColor {
    color: #fff;
}

.carouselWidth {
    width: 100%;
}

.carousel-control-prev {
    opacity: 0.1 !important;
}

.carousel-control-next {
    opacity: 0.0 !important;
}

.carousel-control-prev:hover {
    opacity: 0.5 !important;
}

.carousel-control-next:hover {
    opacity: 0.5 !important;
}

.heightImg {
    height: 30rem;
}

.carouselCaption button {
    text-align: none;
    top: none;
    transform: none;
    bottom: none;
}


/* atributos caption */

.carouselCaption {
    color: white;
    text-align: center;
    transform: translateY(-50%);
    bottom: initial;
}


/* Altura Caption */

.carouselCap1 {
    top: 50% !important;
}

.carouselCap2 {
    top: 55% !important;
}

.carouselCap3 {
    top: 50% !important;
}

.carouselCap4 {
    top: 52% !important;
}

.carouselCap5 {
    top: 50% !important;
}


/* titulos dentro de caption */

.carouselCap1 h1 {
    font-size: 2em !important;
}

.carouselCap2 h1 {
    font-size: 1.4em !important;
    width: 50%;
}

.carouselCap3 h1 {
    font-size: 2.1em !important;
}

.carouselCap4 h1 {
    font-size: 8rem !important;
}

.carouselCap5 h1 {
    font-size: 4.5rem!important;
}


/* titulos secundarios dentro de caption */

.carouselCap1 button {
    margin-top: 0em;
}

.carouselCap2 button {
    margin-top: 0em !important;
}

.carouselCap3 button {
    margin-top: 0em !important;
}

.carouselCap4 h2 {
    font-size: 1.7rem !important;
}

.carouselCap5 h2 {
    font-size: 1.7rem!important;
}

@media (min-width: 576px) {
    .heightImg {
        height: 40rem;
    }
    .carouselCap1 {
        top: 50% !important;
    }
    .carouselCap2 {
        top: 50% !important;
    }
    .carouselCap3 {
        top: 53% !important;
    }
    .carouselCap4 {
        top: 53% !important;
    }
    .carouselCap5 {
        top: 47% !important;
    }
    /* titulos dentro de caption */
    .carouselCap1 h1 {
        font-size: 2.7em !important;
    }
    .carouselCap2 h1 {
        font-size: 1.7em !important;
        width: 50%;
    }
    .carouselCap3 h1 {
        font-size: 1.9em !important;
        padding-top: 0em;
    }
    .carouselCap4 h1 {
        font-size: 10rem !important;
    }
    .carouselCap5 h1 {
        font-size: 6rem!important;
    }
    /* titulos secundarios dentro de caption */
    .carouselCap1 button {
        margin-top: 1em;
    }
    .carouselCap2 button {
        margin-top: 0em !important;
    }
    .carouselCap3 button {
        margin-top: 0em !important;
    }
    .carouselCap4 h2 {
        font-size: 1.8rem !important;
    }
    .carouselCap5 h2 {
        font-size: 1.8rem!important;
    }
}

@media (min-width: 768px) {
    .heightImg {
        height: 40em;
    }
    .carouselCap1 {
        top: 56% !important;
    }
    .carouselCap2 {
        top: 53% !important;
    }
    .carouselCap3 {
        top: 47% !important;
    }
    .carouselCap4 {
        top: 50% !important;
    }
    .carouselCap5 {
        top: 46% !important;
    }
    /* titulos dentro de caption */
    .carouselCap1 h1 {
        font-size: 2.1em !important;
    }
    .carouselCap2 h1 {
        font-size: 1.7em !important;
        width: 50%;
    }
    .carouselCap3 h1 {
        font-size: 2em !important;
    }
    .carouselCap4 h1 {
        font-size: 10rem !important;
    }
    .carouselCap5 h1 {
        font-size: 6rem!important;
    }
    /* titulos secundarios dentro de caption */
    .carouselCap1 button {
        margin-top: 1em;
    }
    .carouselCap2 button {
        margin-top: 0.5em !important;
    }
    .carouselCap3 button {
        margin-top: 1em !important;
    }
    .carouselCap4 h2 {
        font-size: 1.8rem !important;
    }
    .carouselCap5 h2 {
        font-size: 1.8rem!important;
    }
}

@media (min-width: 992px) {
    .heightImg {
        height: 50em;
    }
    .carouselCap1 {
        top: 53% !important;
    }
    .carouselCap2 {
        top: 60% !important;
    }
    .carouselCap3 {
        top: 50% !important;
    }
    .carouselCap4 {
        top: 48% !important;
    }
    .carouselCap5 {
        top: 43% !important;
    }
    /* titulos dentro de caption */
    .carouselCap1 h1 {
        font-size: 3em !important;
    }
    .carouselCap2 h1 {
        font-size: 2.2em !important;
        width: 40%;
    }
    .carouselCap3 h1 {
        font-size: 2.3em !important;
    }
    .carouselCap4 h1 {
        font-size: 16rem !important;
    }
    .carouselCap5 h1 {
        font-size: 8rem!important;
    }
    /* titulos secundarios dentro de caption */
    .carouselCap1 button {
        margin-top: 1em;
        font-size: 1.6rem !important;
    }
    .carouselCap2 button {
        margin-top: 0em !important;
        font-size: 1.6rem !important;
    }
    .carouselCap3 button {
        margin-top: 1em !important;
        font-size: 1.6rem !important;
    }
    .carouselCap4 h2 {
        font-size: 2.2rem !important;
    }
    .carouselCap5 h2 {
        font-size: 2.2rem!important;
    }
}

@media (min-width: 1480px) {
    .heightImg {
        height: 45em;
    }
    .carouselCap1 {
        top: 50% !important;
    }
    .carouselCap2 {
        top: 50% !important;
    }
    .carouselCap3 {
        top: 50% !important;
    }
    .carouselCap4 {
        top: 43% !important;
    }
    .carouselCap5 {
        top: 40% !important;
    }
    /* titulos dentro de caption */
    .carouselCap1 h1 {
        font-size: 3em !important;
    }
    .carouselCap2 h1 {
        font-size: 3em !important;
        width: 40%;
    }
    .carouselCap3 h1 {
        font-size: 3em !important;
    }
    .carouselCap4 h1 {
        font-size: 16rem !important;
    }
    .carouselCap5 h1 {
        font-size: 10rem!important;
    }
    /* titulos secundarios dentro de caption */
    .carouselCap1 button {
        margin-top: 1em;
        font-size: 1.7rem !important;
    }
    .carouselCap2 button {
        margin-top: 0em !important;
        font-size: 1.7rem !important;
    }
    .carouselCap3 button {
        margin-top: 1em !important;
        font-size: 1.7rem !important;
    }
    .carouselCap4 h2 {
        font-size: 3rem !important;
    }
    .carouselCap5 h2 {
        font-size: 3rem!important;
    }
}

@media (min-width: 1780px) {
    .heightImg {
        height: 55em;
    }
    .carouselCap1 {
        top: 50% !important;
    }
    .carouselCap2 {
        top: 60% !important;
    }
    .carouselCap3 {
        top: 50% !important;
    }
    .carouselCap4 {
        top: 48% !important;
    }
    .carouselCap5 {
        top: 43% !important;
    }
    /* titulos dentro de caption */
    .carouselCap1 h1 {
        font-size: 4em !important;
    }
    .carouselCap2 h1 {
        font-size: 3em !important;
        width: 40%;
    }
    .carouselCap3 h1 {
        font-size: 3em !important;
    }
    .carouselCap4 h1 {
        font-size: 20rem !important;
    }
    .carouselCap5 h1 {
        font-size: 12rem!important;
    }
    /* titulos secundarios dentro de caption */
    .carouselCap1 button {
        margin-top: 1em;
        font-size: 2.1rem !important;
    }
    .carouselCap2 button {
        margin-top: 0em !important;
        font-size: 2.1rem !important;
    }
    .carouselCap3 button {
        margin-top: 1em !important;
        font-size: 2.1rem !important;
    }
    .carouselCap4 h2 {
        font-size: 3.5rem !important;
    }
    .carouselCap5 h2 {
        font-size: 3rem!important;
    }
}

@media (min-width: 2016px) {
    .heightImg {
        height: 60em;
    }
    .carouselCap1 {
        top: 50% !important;
    }
    .carouselCap2 {
        top: 60% !important;
    }
    .carouselCap3 {
        top: 50% !important;
    }
    .carouselCap4 {
        top: 48% !important;
    }
    .carouselCap5 {
        top: 43% !important;
    }
    /* titulos dentro de caption */
    .carouselCap1 h1 {
        font-size: 4em !important;
    }
    .carouselCap2 h1 {
        font-size: 3em !important;
        width: 40%;
    }
    .carouselCap3 h1 {
        font-size: 4.5em !important;
    }
    .carouselCap4 h1 {
        font-size: 26rem !important;
    }
    .carouselCap5 h1 {
        font-size: 13rem!important;
    }
    /* titulos secundarios dentro de caption */
    .carouselCap1 button {
        margin-top: 1em;
        font-size: 2.1rem !important;
    }
    .carouselCap2 button {
        margin-top: 0em !important;
        font-size: 2.1rem !important;
    }
    .carouselCap3 button {
        margin-top: 1em !important;
        font-size: 2.1rem !important;
    }
    .carouselCap4 h2 {
        font-size: 4rem !important;
    }
    .carouselCap5 h2 {
        font-size: 4rem!important;
    }
}

#carouselIndicators {
    width: 1rem;
    height: 1rem;
    opacity: 0.8;
    border-radius: 100%;
    border: solid 2px white;
    box-shadow: 2px 2px rgba(0, 0, 0, 00.2);
    background: transparent;
}

#carouselIndicators.active {
    background: white;
}


/*Fin carousel*/


/*Sociedades*/

.containerSociedades {
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #000;
}

.containerSociedades a {
    color: #000;
}

.containerSociedades a:hover {
    color: #000;
    text-decoration: none;
}

.paddingSociedades {
    padding: 0px!important;
    text-align: center;
    width: 5em;
}

@media (min-width: 576px) {
    .containerSociedades {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .paddingSociedades {
        width: 7em;
    }
}

@media (min-width: 768px) {
    .containerSociedades {
        padding-top: 6rem;
        padding-bottom: 6rem;
        font-size: 1.2rem;
    }
    .paddingSociedades {
        width: 7em;
    }
}

@media (min-width: 992px) {
    .containerSociedades {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .paddingSociedades {
        width: 13em;
    }
}


/*Fin sociedades*/


/*productos*/

.containerProductos {
    padding-bottom: 4rem;
    margin: 0em 0em 0em 0em !important;
    width: 100%;
}

.containerProductos a:hover {
    text-decoration: none !important;
}

.paddingProducto {
    padding: 0.3em !important;
}

.heightProducto {
    height: 13rem;
}

.heightProducto2 {
    height: 10rem;
}

.heightProducto3 {
    height: 10rem;
}

.heightProducto p {
    font-size: 1rem;
    padding: 20px;
    font-weight: 600;
}

.heightProducto2 p {
    font-size: 1rem;
    padding: 20px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .containerProductos {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .heightProducto {
        height: 15rem;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .containerProductos {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .heightProducto {
        height: 29rem;
        font-size: 1rem;
    }
    .heightProducto2 {
        height: 15rem;
    }
    .heightProducto2 p {
        padding: 90px 20px 5px 20px;
    }
}

@media (min-width: 992px) {
    .containerProductos {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .heightProducto {
        height: 39rem;
        font-size: 1.2rem;
    }
    .heightProducto2 {
        height: 20rem;
    }
    .heightProducto2 p {
        padding: 150px 20px 5px 20px;
    }
}

.marginProductosY {
    margin: 120px 0px;
}

.paddingProductosBottom {
    padding-bottom: 120px;
}


/*Fin productos*/


/*RSS customize*/

.containerFeed {
    margin-left: 5em;
    padding-bottom: 4rem;
}

@media (min-width: 576px) {
    .containerFeed {
        padding-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .containerFeed {
        padding-bottom: 6rem;
    }
}

@media (min-width: 992px) {
    .containerFeed {
        padding-bottom: 9rem;
    }
}

.marginBetweenFeed img {
    height: 190px;
    margin-bottom: 6px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.containerFeed .marginBetweenFeed {
    background-color: #fff;
}

.feed_title {
    display: -webkit-box;
    max-width: 100%;
    height: 33px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.feed_title:hover {
    color: #000;
}

.footerFeed {
    margin-top: auto;
    margin-bottom: 3em;
    border-bottom: 2px solid #d1d1d1
}

.footerFeed div:nth-child(2) {
    color: #a0a0a0
}


/*Fin rss customize*/


/*graficos circulo*/

.disappear {
    visibility: hidden;
}

.appear {
    visibility: visible;
}

.py--120 {
    padding-top: 120px;
    padding-bottom: 80px;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: transparent !important;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.progress.blue .progress-bar {
    border-color: #dcc498;
}

.progress.doe .progress-bar {
    border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #CABBB2;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #CA9DA8;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.superParche {
    height: 150px !important;
}


/*fin graficos circulo*/


/*Clientes*/

.containerClientes {
    padding: 120px 0 80px 0;
    background-color: #e1e1e1;
}


/*Fin clientes*/


/*contacto*/

.containerContacto {
    padding-left: 1.08em;
}

.py--80 {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

@media (min-width: 992px) {
    .paddingH3 {
        padding-left: 2.35rem;
    }
}

.greyPlaceholder {
    color: grey;
    width: 100%;
}

.paddy-name {
    margin-top: -5px;
}

.paddy-mail {
    line-height: 40px;
}

input[type="text"] {
    background: transparent;
    border: none;
}

input[type="email"] {
    background: transparent;
    border: none;
}

.textContactanos {
    color: white;
    opacity: 0.6;
}

.textArea {
    width: 100%;
    margin-top: 10px;
    background-color: white;
    border-radius: 8px;
    opacity: 0.4;
}

.padContacto {
    width: 100%;
    padding: 5px;
}

.btnEnviar {
    background: transparent;
    border: solid 2px white;
    border-radius: 2em;
    margin-top: 0px;
    padding: 4px 40px;
    cursor: pointer;
    color: white;
    opacity: 0.4;
}

.btnEnviar:hover {
    background-color: rgba(150, 150, 150, 0.4)
}

.margin--form {
    margin-left: -50px !important;
}


/*Fin contacto*/


/*footer*/

.containerFooter {
    background: black;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.marginLeftFooter {
    margin-left: 1.08em!important;
}

.paddingNavBar {
    padding: 4em;
}

.iconosRedesSociales {
    padding-left: 0.3rem;
}

.widthIcon {
    width: 20px;
}


/*Fin Footer*/


/*newPageSomos*/

.containerSomos {
    background-color: #000;
    color: white;
}

.heightSomos {
    height: 34em;
}

.marginSomos {
    margin: 0em -0.5em 0.5em -0.5em;
}

.paddingSomos {
    padding: 2rem 0rem 0rem 2rem;
}

.marginSomosTop {
    margin: 0;
}

.somo1 h1 {
    margin: 10rem 5% 1rem 5%!important;
    text-align: center;
    font-size: 5rem;
}

.somo1 p {
    font-size: 1em;
    margin: 0em 5% 2em 5%!important;
    text-align: center;
}

.paraSubPages {
    width: 20em;
}

@media (min-width: 576px) {
    .somo1 h1 {
        font-size: 5em;
        margin: 10rem 5% 1rem 5%!important;
    }
    .somo1 p {
        margin: 1rem 5% 1rem 5%!important;
        font-size: 1rem;
    }
    .paraSubPages {
        width: 29rem;
    }
}

@media (min-width: 768px) {
    .somo1 h1 {
        font-size: 7em;
        margin: 10rem 5% 1rem 5%!important;
    }
    .somo1 p {
        margin: 1rem 15% 1rem 15%!important;
        font-size: 1.3rem;
    }
    .paraSubPages {
        width: 29em;
    }
}

@media (min-width: 992px) {
    .somo1 h1 {
        margin: 10rem 5% 1rem 5%!important;
        font-size: 6rem;
    }
    .somo1 p {
        margin: 0rem 20% 1rem 20%!important;
    }
    .paraSubPages {
        width: 39em;
    }
}

.somos1,
.somos2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.somos3,
.somos4 {
    margin-bottom: 12px !important;
}


/*Fin somos*/


/*Comienzo paginas alternativas new page*/

.heightFirstImg {
    height: 21em;
}

@media (min-width: 576px) {
    .heightFirstImg {
        height: 33em;
    }
}

@media (min-width: 768px) {
    .heightFirstImg {
        height: 33em;
    }
}

@media (min-width: 992px) {
    .heightFirstImg {
        height: 30em;
    }
}

.heightImgProductos {
    height: 12em;
}

@media (min-width: 576px) {
    .heightImgProductos {
        height: 14em;
    }
}

@media (min-width: 768px) {
    .heightImgProductos {
        height: 24em;
    }
}

@media (min-width: 992px) {
    .heightImgProductos {
        height: 28em;
        max-height: 100%;
    }
}

@media (min-width: 1129px) {
    .heightImgProductos {
        height: 32em;
        max-height: 100%;
    }
}

.containerSubPages {
    /* height: 30em; */
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0em;
    color: white;
}

.containerSubPages span {
    text-align: center;
    padding: 3rem 3rem;
    margin-top: 0rem;
}


/* titulo principal de paginas secundarias */

.containerSubPages h1 {
    font-size: 1.4rem;
    color: white;
    text-align: center;
}

.containerSubPages h2 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.containerSubPages p {
    text-align: left;
}

.movilDisappear {
    display: none;
}

@media (min-width: 576px) {
    .containerSubPages span {
        text-align: left;
        padding: 2rem 2rem 0rem 3rem;
    }
    /* titulo principal de paginas secundarias */
    .containerSubPages h1 {
        font-size: 1.3rem;
        color: white;
        text-align: center;
    }
    .containerSubPages h2 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .containerSubPages span {
        text-align: left;
        padding: 3rem 3rem 0rem 4rem;
    }
    /* titulo principal de paginas secundarias */
    .containerSubPages h1 {
        font-size: 1.5rem;
        color: white;
        text-align: center;
    }
    .containerSubPages h2 {
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .containerSubPages p {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .containerSubPages span {
        text-align: justify;
        padding: 3rem 3rem 0rem 4rem;
    }
    .movilDisappear {
        display: block;
    }
    /* titulo principal de paginas secundarias */
    .containerSubPages h1 {
        font-size: 2rem;
        color: white;
        text-align: center;
    }
    .containerSubPages h2 {
        font-size: 1.3em;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
}

@media (min-width: 1129px) {
    .containerSubPages span {
        text-align: justify;
        padding: 5rem 5rem 3rem 9rem;
    }
    .containerSubPages p {
        text-align: justify;
    }
    .containerSubPages p {
        font-size: 1rem;
    }
    .containerSubPages li {
        font-size: 1rem;
    }
}

@media (min-width: 1529px) {
    .containerSubPages span {
        text-align: justify;
        padding: 5rem 5rem 3rem 9rem;
    }
    .containerSubPages p {
        text-align: justify;
        font-size: 1.1rem;
    }
    .containerSubPages li {
        font-size: 1.1rem;
    }
}


/* comienzo gestion */

.backgroundPro {
    background: #58A9A1;
}

.backgroundPro2 {
    background: #49817C;
}


/*fin gestion*/


/*sistema*/

.backgroundSis {
    background: #A45858!important;
}

.clientesBar {
    height: 150px;
    background: #70293C;
    width: 100%;
    margin: auto;
}

.paddingBar {
    margin: auto;
    padding-left: 2em;
    width: 20%;
}

.marginAuto {
    margin: auto;
}


/*Fin sistema*/


/*Servicio*/

.backgroundSer {
    background-color: #2178AB;
}

.backgroundSer2 {
    background-color: #1A5C83;
}


/*Fin servicio*/


/*Desarrollo*/

.backgroundDes {
    background-color: #775C77;
}

.backgroundDes2 {
    background-color: #503F51;
}


/* grafico sociedades */

.containerGrafico {
    color: black;
}

.containerGrafico h1 {
    font-size: 1.7rem;
    text-align: center;
    width: 100%;
    color: white;
}

.containerGrafico h2 {
    padding-top: 1em;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}

.containerGrafico p {
    padding: 1em;
}

.chartSociedades {
    height: 20em;
    width: 15em!important;
}

@media (min-width: 576px) {
    .containerGrafico h1 {
        font-size: 1.3rem;
        text-align: center;
        width: 100%;
    }
    .containerGrafico h2 {
        padding-top: 1em;
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
    .containerGrafico p {
        padding: 0.5em 2em;
    }
    .chartSociedades {
        height: 15em;
        width: 30em!important;
    }
}

@media (min-width: 768px) {
    .containerGrafico h1 {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
    .containerGrafico h2 {
        padding-top: 1em;
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
    .containerGrafico p {
        padding: 0.5em 2em;
    }
    .chartSociedades {
        height: 20em;
        width: 20em!important;
    }
}

@media (min-width: 992px) {
    .containerGrafico h1 {
        font-size: 1.7rem;
        text-align: center;
        width: 100%;
    }
    .containerGrafico h2 {
        padding-top: 1em;
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
        padding-right: 0px;
    }
    .containerGrafico p {
        padding: 0em 0.5em;
    }
    .chartSociedades {
        padding-top: 3em;
        height: 30em;
        width: 30em!important;
    }
}


/*Graficos Sociedades/mineria/agua*/

.chartContainer {
    height: 20em;
    margin: auto!important;
}

.barColor {
    color: white;
    background: grey;
    padding: 8px 0px 8px 0px;
    border-radius: 2em 2em 2em 2em;
}

.barColor2 {
    color: white;
    background: grey;
    padding: 8px 0px 8px 0px;
    border-radius: 2em 2em 2em 2em;
}

.barColor3 {
    border-radius: 2em 2em 2em 2em;
}

.topGrap {
    padding-top: 80px;
}

.bottomGrap {
    padding-bottom: 60px;
}


/* desde aca habra un collapsible y asdf */

.collapsible {
    background-color: grey;
    color: white;
    padding: 8px 0px 8px 0px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible.active,
.collapsible:hover {
    background-color: #abb3af;
}

.collapsible.active {
    border-radius: 2em 2em 0em 0em;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: lightgrey;
}


/* Fin collapsible */

.dot {
    height: 5px;
    width: 15px;
    background: grey;
    border-radius: 5%;
    display: inline-block;
}

.redDot {
    background: red!important;
}

.blueDot {
    background: blue!important;
}

.greenDot {
    background: green!important;
}

@media (min-width: 576px) {
    .chartContainer {
        height: 23em;
    }
}

@media (min-width: 1200px) {
    .barColor2 {
        color: white;
        background: darkgrey;
        border-radius: 0em 2em 2em 0em;
    }
    .barColor {
        color: white;
        background: grey;
        border-radius: 2em 0em 0em 2em;
    }
}


/* This will be the login page when people is log out and try to access a private document */

.barraSistema {
    height: 180px;
}

.barraSistema h4 {
    color: white;
    top: 30px;
    margin-left: 20px;
}

@media (min-width: 992px) {
    .barraSistema h4 {
        top: 75px;
        left: 30px;
        margin-left: 0;
    }
}

.barraSistema .sistemaClientes {
    margin-top: 15px;
    margin-left: 7px;
    margin-bottom: auto;
}

@media (min-width: 992px) {
    .barraSistema .sistemaClientes {
        margin-top: 70px;
        margin-left: 0px;
    }
}

.barraSistema .sistemaClientes h5 {
    margin-top: 7px!important;
    color: white;
}

input[type="text"],
input[type="textarea"],
input[type="input"] {
    border-radius: 0 !important;
}

.not-hover:hover {
    text-decoration: none;
}

.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.hover-grey div {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-grey div:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/*custom CSS*/

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/*estilos header*/

body {
    background: #ececec !important;
}

.p--0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.box--content {
    max-width: 1140px !important;
    width: 100%;
    margin: 0 auto;
}

.box--content_int {
    max-width: 1040px !important;
    width: 100%;
    margin: 0 auto;
}

hr {
    border: solid 1px #ddd !important;
}

.text--pie {
    text-align: right;
}

@media (max-width: 768px) {
    .text--pie {
        text-align: center !important;
        margin-top: 15px !important;
    }
    .box--content_int {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .text--ico {
        text-align: right !important;
    }
}

.bg-black {
    background-color: #010101 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #08384b !important;
}

.leyes-public a {
    color: #aea170;
}

.leyes-public a:hover {
    color: #e6cc85;
    /*cursor: pointer;*/
}

.page-item.active .page-link {
    background-color: black!important;
    border-color: black!important
}

.height-navbar {
    height: 65px;
}