/**  colors **/
:root {
    --blue-middle: #1A325C;
    --green-page: #72AD43;
    --green-dark: #4ca106;
    --blue-sky: #A6BCE0;
    --grey-blank: #F1F3F5;
    --blue-purpure: #061329;
    --white-default: #ffffff;
    --gray-black: #6c6c6b;

}

.c-blue-middle {
    color: var(--blue-middle);
}

.c-green-page {
    color: var(--green-page);
}

.c-blue-sky {
    color: var(--blue-sky)
}

.c-grey-blank {
    color: var(--grey-blank);
}

.c-blue-purpure {
    color: var(--blue-purpure);
}

.c-white-default {
    color: var(--white-default);
}

.c-gray-black {
    color: var(--gray-black);
}

/**************************** neeww test font and more*********************/
body {
    margin: 0;
    font-family: Roboto, sans-serif;
    /* font-size: 0.875rem; */
    font-weight: 400;
    /* line-height: 1.5; */
    line-height: 23px;
    color: #212529;
    text-align: left;
    background-color: #FFF;
    /* display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto; */
}

/* ************************************************************ */
/****************************scroll web browser*********************/

/*** navegador ***/
::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #8d8c8c
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 137, 6, .4)
        /* background: #72ad43 */
}


::-moz-selection {
    color: #FFF;
    background-color: var(--blue-middle);
}

::selection {
    color: #FFF;
    background-color: var(--blue-middle);
}

/*************************************************/

/* body {
    font-family: Roboto, sans-serif;
    min-height: 100vh;
    font-weight: 300;
    line-height: 23px;
} */

/* raya blanca debajo del navbar q esta mal, revisar */
@media only screen and (max-width: 991px) {
    .main-header .navbar .navbar-nav li {
        /* padding: 0; */
        border-bottom: none;
    }
}

.has-overlay:before,
.visual-inner:before,
.parallax:before,
.count-block:before,
.overlay:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 14 27 / 71%);
    content: '';
    position: absolute;
}

/* transition hide and show the brand in the Nav */
#navbar-brand {
    transition: opacity 0ms;
    opacity: 1;
}

/***** fonts ****/
/* @font-face {
    font-family: 'Roboto Medium', 'Montserrat Bold';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
         url('/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
} */
/* .visual-inner {
    filter: grayscale(100%) contrast(150%);
  } */

/** color fondo image home */

/* Sans */
@font-face {
    font-family: 'The-Sans-Bold-Italic';
    src: url('/fonts/Sans/TheSans-7_BoldItalic_TRIAL.woff2') format('woff');
}

/* Roboto */
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

/* Montserrat */
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}


/*
.fonts-roboto-medium {
    font-family: 'Roboto Medium', monospace;
    font-size: 1.2em;
    line-height: 1.5;
}

.fonts-roboto-bold {
    font-family: 'Roboto Bold', monospace;
}

.fonts-montserrat-bold {
    font-family: 'Montserrat Bold', monospace;
} */

/* p{
    font-size: 1.2em;

    font-weight: 600;
    line-height: 1.5;
    opacity: 0.88;

} */

/* tipo text general */

/****** End fonts ******/


/******** css fonts andi size :Titutos, texts, subtittles Encabezados, ...  ******/
.banner-text {
    font-family: 'The-Sans-Bold-Italic', monospace;

}

.tittle-header,
.number {
    font-family: 'Montserrat-Bold', monospace;
    font-size: 2.5em !important;
}

.tittle-article {
    font-family: 'Roboto-Bold', monospace;
    font-size: 2.1em !important;
}

.tittle-service {
    font-family: 'Roboto-Bold', monospace;
    font-size: 21px !important;
}

.tittle-card {
    font-family: 'Roboto-Bold', monospace;
    font-size: 1.5em !important;
    color: var(--blue-middle);
}

.text-card

/* .MsoNormal */
    {
    font-family: 'Roboto-Medium', monospace;
    font-size: 1em;
    /* line-height: 1.4 !important; */
}

.text-buttom {
    font-family: 'Roboto-Medium', monospace;
    font-size: 1em !important;
}

.text-navbar {
    font-family: 'Roboto-Medium', monospace;
    font-size: 0.9em !important;
}

.text-description {
    font-family: 'Roboto-Medium', monospace;
    font-size: 1.2em !important
}

.text-description-all * {
    font-family: 'Roboto-Medium', monospace;
    font-size: 1.2em !important;
}

.text-tittle {
    font-family: 'Roboto-Bold', monospace;
    font-size: 1.8em !important;
}

.text-subtittle {
    font-family: 'Roboto-Bold', monospace;
    font-size: 1em;
}

.text-footer {
    font-family: 'Roboto-Regular', monospace;
    /* font-size: 0.9em !important; */
    /* font-size: 1em !important; */
}

.text-number {
    font-family: 'Roboto-Regular', monospace;
    font-size: 1.5em !important;
}

@media (max-width: 992px) {
    .tittle-header {
        font-family: 'Montserrat-Bold', monospace;
        /* font-size: 1.8em !important; */
        font-size: 1.9em !important;
    }

    .tittle-article {
        font-family: 'Roboto-Bold', monospace;
        font-size: 1.9em !important;
    }

    .tittle-service {
        font-family: 'Roboto-Bold', monospace;
        font-size: 21px !important;
    }

    .tittle-card {
        font-family: 'Roboto-Bold', monospace;
        /* font-size: 1.2em !important; */
        font-size: 1.3em !important;
        color: var(--blue-middle);
    }

    .text-card

    /*  .MsoNormal */
        {
        font-family: 'Roboto-Medium', monospace;
        /* font-size: 0.9em !important; */
        font-size: 1em !important;
    }

    .text-buttom {
        font-family: 'Roboto-Medium', monospace;
        /* font-size: 0.9em !important; */
        font-size: 1em !important;
    }

    .text-navbar {
        font-family: 'Roboto-Medium', monospace;
        /* font-size: 0.8em !important; */
        font-size: 1em !important;
    }

    .text-description {
        font-family: 'Roboto-Medium', monospace;
        /* font-size: 1em !important */
        font-size: 1.1em !important
    }

    .text-description-all * {
        font-family: 'Roboto-Medium', monospace;
        font-size: 1em !important;
    }

    .text-tittle {
        font-family: 'Roboto-Bold', monospace;
        /* font-size: 1.5em !important; */
        font-size: 1.6em !important;
    }

    .text-subtittle {
        font-family: 'Roboto-Bold', monospace;
        /* font-size: 0.9em !important; */
    }

    .text-footer {
        font-family: 'Roboto-Regular', monospace;
        /* font-size: 0.8em !important; */
    }

    .text-number {
        font-family: 'Roboto-Regular', monospace;
        font-size: 1.15em !important;
        /* font-size: 1.7em !important; */
    }
}

@media (max-width: 313.98px) {
    .tittle-header {
        font-family: 'Roboto-Bold', monospace;
        font-size: 1.5em !important;
    }
}

/****** End Titutos Encabezados ******/
/* general css sections */
.main-content {
    /* padding-top: 6.25rem; */
    padding-top: 7.7rem;
    /* min-height: 1100px; */
}

.content-center {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
}

h2.h-header {
    font-size: 48px;
    margin-bottom: 1.875rem;
}

.content-center .single-page {
    margin-bottom: 1.80rem;
}

/* encabezados home */
.section-home {
    margin-top: 2.40rem;
}

.single-page-not-text {
    margin-bottom: 2.40rem;
}

@media (max-width: 992px) {
    .single-page-not-text {
        margin-bottom: 2.0rem;
    }

    .section-home {
        margin-top: 2.40rem;
    }
}

/**********cards text truncate */

.truncate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.truncate-text-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.truncate-text-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.truncate-text-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.truncate-text-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.truncate-text-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
}

.truncate:hover {
    cursor: s-resize;
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2)
}

/*******************mediaquery header title******************/
@media (max-width: 575.98px) {
    h1.h-header {
        font-size: 40px;
        line-height: normal;
    }

    h2.h-header {
        font-size: 23px;
        line-height: normal;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h2.h-header {
        font-size: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h2.h-header {
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    h2.h-header {
        font-size: 40px
    }
}

@media (max-width: 992px) {

    .content-center h2.single-page,
    .content-center {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {

    .content-center h2.single-page,
    .content-center {
        margin-bottom: 1.3rem;
    }
}

@media (max-width: 575.98px) {

    .content-center h2.single-page,
    .content-center {
        margin-bottom: 1.1rem;
    }
}

@media (max-width: 992px) {
    #wrapper>div>main>section>div.container-fluid>div>div>p.text-justify-center {
        margin-bottom: 2.1rem;
    }
}

@media (max-width: 768px) {
    #wrapper>div>main>section>div.container-fluid>div>div>p.text-justify-center {
        margin-bottom: 2.1rem;
    }
}

@media (max-width: 575.98px) {
    #wrapper>div>main>section>div.container-fluid>div>div>p.text-justify-center {
        margin-bottom: 2rem;
    }
}

text-container
/*******************END_mediaquery******************/


.service-title {
    /* padding-top: 0rem !important */
    margin-top: 3%;
    /* margin-bottom: 5%; */
}



/****  relacionado a la seccion confian en nosotros slider ****/
@media (max-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

/* #waituk-owl-slide-4 > div.owl-stage-outer > div > div.owl-item{
    margin-right: 100px !important;
} */
/* .slide-item {
    margin-right: 20px!important;
  } */
/* ------------------ */

/*****  PAGE ERROR  ***************************** */
.container-error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
    margin-bottom: 0;
}

/******End Page Error ************************/

/**** Boton detail (ver mas, conocer, etc) ****/
/* custom buton Leer mas*/
a.btn-details:hover {
    background: var(--blue-middle) !important;
    color: #fff !important;
}

a.bton:visited,
a.btn-details:visited{
    text-decoration: none!important;
}

.btn-details {
    -webkit-transform: skewX(-35deg) translateX(0.75rem) !important;
    -moz-transform: skewX(-35deg) translateX(0.75rem) !important;
    -ms-transform: skewX(-35deg) translateX(0.75rem) !important;
    transform: skewX(-35deg) translateX(0.75rem) !important;
}

.btn.btn-details:hover {
    background: var(--blue-middle);
    color: #fff;

}

.btn.btn-details p,
.btn p {
    justify-content: center;
    align-content: center;
    text-decoration: none !important;
}

.btn.btn-details p:visited,
.btn p:visited {
    text-decoration: none!important;
}

.btn-details {
    font-stretch: normal !important;
    -webkit-transform: skewX(-35deg) translateX(0.7rem) !important;
    -moz-transform: skewX(-35deg) translateX(0.7rem) !important;
    -ms-transform: skewX(-35deg) translateX(0.7rem) !important;
    transform: skewX(-35deg) translateX(0.7rem) !important;
    justify-content: center;
    align-content: center;
}


/***** color section map   ********/
section.bg-green {
    /* background-color: RGB(0,90,9), rgba(0, 0, 0, 0.5) */
    background: linear-gradient(rgba(0, 97, 24, 1), rgba(0, 137, 6, 1)), rgba(0, 0, 0, 0.5);
}


/****** Faqs   ******/

.accordion-container .panel-icon .card .card-header:hover {
    cursor: pointer
}

.accordion-container .panel-icon .card .card-header[aria-expanded='true'] h5 a::before {
    content: '\e916';
}

.accordion-container .panel-icon .card .card-header[aria-expanded='true'] {
    background-color: var(--blue-middle) !important;
    border-bottom: .07143rem solid var(--blue-middle);
}

.accordion-container .panel-icon .card .card-header[aria-expanded='true'] h5 a {
    color: #fff !important;

}

.accordion-container .panel-icon .card .card-header h5 a{
    font-size: 1rem;
    line-height: 1.4;
}

/* relacionado al faqs icon + - */
@media (max-width: 767px) {
    .accordion-container .panel-icon .card .card-header h5 a:before {
        display: none;
    }

    .accordion-container{
        max-width: 100%;
    }
    .faqs__answer-container{
        padding: 0 !important;
    }
    .accordion-container .panel-icon .card .card-header{
        padding: 12px 20px !important;

    }
    .faqs__aswer{
        line-height: 1.2;
    }

}

/****** End Faqs   ******/

.toLowerCase {
    text-transform: lowercase;
}

.empty-elements {
    color: gray;
    font-size: 1.8em;
    text-align: center;
}


.text-muted-italic {
    color: #6c757d !important;
    font-style: italic;

}

/*****Block of texts ****/
.content__block-text {
    line-height: 1.5 !important;
    font-size: 14px;
}


/*------------------------------------------------------------------
7. section - map
-------------------------------------------------------------------*/
.content-block .mapa {
    /* padding: 0% 3%; */
    padding: 0px 32px;
    vertical-align: middle !important;
}

@media (max-width: 991px) {
    .content-block .mapa {
        padding: 0% 4%;
    }
}

@media (max-width: 768px) {
    .content-block .mapa {
        padding: 0% 5%;
    }
}

@media (max-width: 575.98px) {
    .content-block .mapa {
        padding: 0% 7%;
    }
}

@media (max-width: 313.98px) {
    .content-block .mapa {
        padding: 0% 5%;
    }

}

/*------------------------------------------------------------------
end section - map
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
btn up scroll
-------------------------------------------------------------------*/
.section-scroll {
    position: fixed;
    bottom: 2rem;
    /* right: 2rem; */
    right: 1rem;
    width: 2rem;
    height: 2rem;
    /* background: #fff; */
    color: var(--blue-purpure);
    text-align: center;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    z-index: 999;
    font-size: 1.5rem;
    padding-top: .0625rem;
}

.section-scroll:hover {
    color: var(--blue-purpure);
}

/*------------------------------------------------------------------
paginacion
-------------------------------------------------------------------*/

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--green-page);
    border-color: var(--green-dark);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--green-page);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: var(--green-dark);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    /* z-index: 2; */
    /* outline: 0; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
}

/*
|--------------------------------------------------------------------------
| Page error
|--------------------------------------------------------------------------
|
*/
.main-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(66.6vh - 110px);
    margin-bottom: 10px;
    margin-top: 4rem;
}
