html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    color: #000 !important;
    position: relative;
    font-size: 18px;
    /*background: url(../img/dust_scratches.png);*/
}

img {
    display: block;
    max-width: 100%;
}

header {
    position: sticky;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.5s;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

@media screen and (max-width: 991px) {
    header {
        background-color: #000 !important;
    }
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}


/* ALINEACION DE TEXTO */

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}


/************************* MENÚ *********************************/

.logo {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
}

.main-menu {
    border-bottom: 2px solid yellow;
    width: 100%;
    transition: all 0.4s;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.navbar-dark .navbar-brand {
    color: #2d572c !important;
    /*background-color: #fff;
  box-shadow: 7px 7px 30px -5px rgba(255, 255, 255, 0.8);
  border-radius: 10px;*/
}

.navbar-dark .navbar-brand img {
    max-height: 54%;
    height: 54%;
    width: 45%;
    /*box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.5)*/
}

@media screen and (max-width: 960px) {
    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .nav-link {
        color: #000 !important;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8rem;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, .7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media screen and (max-width: 991px) {
    .main-menu {
        background: #fff !important;
        color: #000 !important;
        top: 0;
        position: relative;
    }
    .navbar-dark .navbar-brand {
        color: #000 !important;
        top: 0;
        position: relative;
    }
    .logo {
        /* font-size: 28px !important;*/
        text-shadow: 5px 5px 10px #000;
    }
}

@media screen and (max-width: 500px) {
    .navbar-dark .navbar-brand img {
        width: 150px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}


/**********************  BANNER *******************/

.bg-image,
.site-cover {
    background: url(../img/home-office-569359_1920.jpg) center;
    background-size: cover;
}

.site-cover {
    background-position: center center;
}

.banner-area {
    background: url(../img/banner2.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 150px;
    max-height: 150px;
    border-bottom: 2px solid #2d572c;
}

.banner-area .container {
    display: table-cell;
    margin: 0;
    padding: 0 1rem;
    vertical-align: middle;
}

.banner-area-content {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-weight: 600;
}

.banner-area-content h1 {
    font-weight: 600;
    text-shadow: 5px 5px 10px black;
    color: #fff;
}

.bnr-capa-ocura {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-area .capa-ocura-bg {
    background-color: rgba(0, 0, 0, 0.69);
    height: 300px !important;
    max-height: 300px;
    overflow: hidden;
}

.foto_banner {
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-size: cover;
}

.site-cover .site-heading {
    font-size: 75px;
    line-height: 1.34;
    color: #fff;
}

.site-heading {
    font-size: 75px;
    line-height: 1.34;
    color: #fff;
    text-shadow: 5px 5px 10px black;
}

@media screen and (max-width: 768px) {
    .site-cover .site-heading {
        font-size: 37px;
        line-height: 1.3;
    }
}

.site-cover .site-vh-100 {
    min-height: 700px !important;
}

.site-vh-100 {
    height: 100vh;
}

.capa-ocura {
    position: absolute;
    min-height: 700px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
}

.capa-ocura-prlx {
    position: absolute;
    max-height: 700px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.site-cover .capa-ocura-bg {
    background-color: rgba(0, 0, 0, 0.5);
}


/*************************** CAROUSEL *****************************************/


/* Carouse Indicator */


/*.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

.carousel .capa-ocura-bg {
    position: relative;
    max-height: 70vh !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel img {
    height: 70vh;
    width: inherit;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20vh;
    left: 15%;
    text-align: center;
    vertical-align: middle;
}

.shadow-bl {
    text-shadow: 2px 2px 4px #000000;
}

.carousel-item1 {
    background: url(../img/PORTADA2.jpg);
}

.carousel-item2 {
    background: url(../img/PORTADA3.jpg);
}

.carousel-item3 {
    background: url(../img/PORTADA4.jpg);
}

.carousel-item4 {
    background: url(../img/ImgBner4.jpg);
}

.carousel-item {
    height: 70vh;
    border-bottom: 2px solid #2d572c;
}

.item_centrado {
    background-color: #18171c;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*--------------------------  PARALLAX 1 --------------------------------------*/

.prlx-1 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    bottom: 0;
    left: 0;
}

.prlx-1 {
    background-image: url("../img/Paralax.jpg");
    /*min-height: 100%;*/
}

.prlx-1 .capa-ocura-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.prlx-1 .lnr {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}


/******************************  INFO  *****************************************/

.info {
    display: flex;
    justify-content: space-between;
}

.padre {
    display: table;
    height: 100px;
    margin: 5px auto;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: url(../img/Fondo1.png) center;
    background-size: cover;
}

.padre p {
    display: table-cell;
    font-size: 12px;
    margin: 0;
    padding: 0 1rem;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    vertical-align: middle;
}

.padre:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


/************************************************************/

.titulos {
    color: #286043;
    text-transform: uppercase;
    font-weight: bold;
}

.seccion {
    padding: 40px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.seccion .sub-titulo {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: darkblue;
    font-weight: 300;
}

.seccion .titulo-primario {
    margin-top: 0;
    margin-bottom: 30px;
    color: crimson;
}

@media (max-width: 576px) {
    .seccion .titulo-primario {
        font-size: 25px;
    }
}

.seccion img {
    max-height: 300px;
    /*hbox-sadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.5);*/
    margin-top: 5px;
}

.seccion .imgServicios {
    height: 500px;
    max-height: 500px;
}

.bg-light {
    background: #fafafa, 4% !important;
}


/************************** AREA DE CONTACTO *********************************/


/*
.area-contacto {
    background: darkblue;
}
*/

@media (max-width: 1024px) {
    .area-contacto .row.mt-80 {
        margin-top: 40px;
    }
}

.area-contacto .contact-title {
    color: #fff;
    text-align: center;
}

.area-contacto .contact-title h2 {
    color: #fff;
    position: relative;
    margin-bottom: 45px;
    font-size: 48px;
    line-height: 45px;
}

@media (max-width: 1024px) {
    .area-contacto .contact-title h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .area-contacto .contact-title h2 {
        font-size: 30px;
    }
}

.area-contacto .contact-title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
}

@media (max-width: 1024px) {
    .area-contacto .contact-title h2:before {
        bottom: -5px;
    }
}

.area-contacto .contact-title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .area-contacto .contact-title h2:after {
        bottom: -9px;
    }
}

.area-contacto .contact-title p {
    max-width: 540px;
    margin: 0 auto;
    color: #fff;
}

.area-contacto .btn-primario {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.area-contacto .btn-primario:before {
    color: #000;
}

.area-contacto .btn-primario span {
    color: #000;
}

.area-contacto .btn-primario:hover {
    background: transparent;
}

.area-contacto .btn-primario:hover span {
    color: #fff;
}

.padding-seccion {
    padding: 150px 0;
}

@media (max-width: 1024px) {
    .section-gap {
        padding: 60px 0;
    }
}

.section-gap-top {
    padding-top: 150px;
}

@media (max-width: 1024px) {
    .section-gap-top {
        padding: 60px 0;
    }
}

.section-gap-bottom-90 {
    padding-bottom: 130px;
}

@media (max-width: 1024px) {
    .section-gap-bottom-90 {
        padding-bottom: 30px;
    }
}

.texto-contacto {
    text-align: center;
}

.texto-contacto h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.about-content {
    margin-top: 100px;
    margin-bottom: 112px;
    text-align: center;
}

@media (max-width: 767px) {
    .about-content {
        margin-top: 100px;
    }
}

.about-content h1 {
    font-size: 75px;
}

@media (max-width: 767px) {
    .about-content h1 {
        font-size: 35px;
    }
}

.about-content .box {
    border: 2px solid #fff;
    padding: 10px 18px;
    border-radius: 25px;
    display: inline-block;
}

@media (max-width: 767px) {
    .about-content .box {
        padding: 7px 15px;
    }
}

.about-content .box a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 2px solid #fff;
}

@media (max-width: 380px) {
    .about-content .box a {
        font-size: 13px;
    }
}

.about-content .box a:first-child {
    padding-left: 0;
}

.about-content .box a:last-child {
    border-right: 0;
    padding-right: 0;
}

.about-content .box a:hover {
    color: #e45447;
}

.text_justifi {
    text-align: justify;
}

.mb-0 {
    margin-bottom: 0;
}


/************** CAJA DE SERVICIOS ******************/

p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}

.footer-area {
    padding-top: 1rem;
    background: #286043;
    border-top: 3px solid yellow;
    color: #fff;
}

@media (max-width: 1024px) {
    .footer-area {
        padding: 40px 0;
    }
}

.footer-area .footer-logo {
    text-align: center;
    color: #fff;
}

.footer-area .footer-logo h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}

.footer-area .footer-social {
    text-align: center;
    margin: 25px 0px 10px;
}

@media (max-width: 1024px) {
    .footer-area .footer-social {
        margin: 15px 0px 30px;
    }
}

.footer-area .footer-social a {
    padding: 0 20px;
}

.footer-area .footer-social a i {
    color: #fff;
    font-size: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 576px) {
    .footer-area .footer-social a i {
        font-size: 45px;
    }
}

.footer-area .footer-social a i:hover {
    color: #fff;
}

.footer-area .footer-bottom {
    text-align: center;
}

.footer-area .footer-bottom .footer-text {
    text-align: center;
    /*color: #888;*/
    font-size: 14px !important;
}

.footer-area .footer-bottom p {
    margin-bottom: 0;
}

.footer-area .footer-bottom a {
    color: #fff;
}

.contenedor-footer {
    float: left;
    width: 100% !important;
    height: 60px !important;
    color: #fff;
    background: #000;
    padding: 2px;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-top: 40px;
}

.contact-details h5 {
    color: green;
}


/***************************************/

.single-contact-address {
    align-items: center;
}

.contact-page-area {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact-page-area .single-contact-address .lnr {
    font-size: 30px;
    font-weight: 500;
    color: #2d572c;
    margin-right: 30px;
}

.contact-page-area .single-contact-address h5 {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: #286043;
    font-family: Abel;
}

.contact-page-area .single-contact-address p {
    font-size: 0.875rem;
    margin-top: 0;
}


/************************************************* GALERIA IMAGENES **************************/

img {
    display: block;
    max-width: 100%;
}

.galeria {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.galeria img {
    width: 100%;
    min-height: 300px;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

.galeria__item {
    width: 80%;
    cursor: pointer;
}

@media (min-width: 480px) {
    .galeria__item {
        width: 48%;
        margin: 5px;
    }
}

@media (min-width: 768px) {
    .galeria__item {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .galeria__item {
        width: 20%;
        margin: 15px;
    }
}

.modal {
    position: fixed;
    width: 100%;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__img {
    width: 70%;
    max-width: 700px;
    max-height: 700px;
}

.modal__boton {
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    font-family: monospace;
    line-height: 50px;
    text-align: center;
    background: crimson;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}


/************************************************* FIN GALERIA IMAGENES **************************/


/*********************** Demo - 7 *******************/

.box7:after,
.box7:before {
    content: "";
}

.box7 {
    overflow: hidden;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
}

.box7 .title {
    letter-spacing: 1px;
}

.box7 .post {
    font-style: italic;
}

.box7 .title {
    text-transform: uppercase;
}

.box7 .icon {
    padding: 0;
    list-style: none;
}

.box7,
.box7 .icon li a {
    text-align: center;
}

.box7:after,
.box7:before {
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box7:after {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid crimson;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}

.box7:hover:before {
    opacity: 1;
}

.box7:hover:after {
    left: -170%;
}

.box7 img {
    width: 100%;
    height: auto;
}

.box7 .box-content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}

.box7:hover .box-content {
    bottom: 30%;
}

.box7 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.box7 .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.box7 .icon {
    margin: 0;
}

.box7 .icon li {
    display: inline-block;
}

.box7 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: crimson;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}

.box7 .icon li a:hover {
    transform: rotate(360deg);
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 30px;
    }
}


/*************************************************************/

.checEmpr {
    color: #2d572c !important;
    margin-right: 5px;
    margin-bottom: 10px;
}

.section-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.text-justify {
    text-align: justify !important;
}


/*    OWL-CAROUSEL   */

.owl-carousel .owl-item img {
    max-width: 100%;
}

.list-group-item {
    background-color: transparent;
    text-align: center;
}

.list-group-item a {
    display: inline-block;
}

.contact-icon-size {
    width: 35px;
    height: 35px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}

.card {
    font-family: 'Abel', Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
}

.card-title a {
    color: #286043!important;
    font-weight: 700!important;
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.logo-entidad {
    max-width: 450px;
}

@media (max-width: 512px) {
    .logo-entidad {
        max-width: 350px;
    }
}

.container .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 89.5%;
    padding: 20px;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.bg-green {
    background: #286043;
    color: #ccc;
}

.btn-nav {
    color: #fff;
    background-color: #ded602;
    border-color: #ded602;
}

.btn-nav:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}