html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    /*font-size: 0.875rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    text-align: left;
    /*background: url(../img/Fondo1.png);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100vh !important;
}

.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);
}


/************************* Colores **********************/

.salmon {
    background: #ed6825;
}

.azul {
    background: #034e6d;
}

.ltr_azul {
    color: #034e6d;
}

.ltr_degrado {
    background: linear-gradient(#ed6825 50%, #034e6d);
    -webkit-background-clip: text;
    color: transparent;
}


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


/************************* Secciones **********************/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    color: #ed6825;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #ed6825;
    bottom: 0;
    left: calc(50% - 40px);
}

.section-title p {
    margin-bottom: 0;
}


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

.contact-icon-size {
    font-size: 30px;
}


/********************** CLIENTES ****************************/

.client {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    border: 3px solid white;
    height: 200px;
    background: #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px #ccc;
}

.client .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.client p {
    line-height: 24px;
    font-size: 14px;
}

.client .icon {
    position: absolute;
    top: -20px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 20%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #034e6d;
}

.client .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.swiper-pagination {
    margin-top: 30px;
    position: relative;
}


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


/****************** SERVICIOS *********************/

.servicios ul {
    list-style: none;
    padding: 0;
}

.servicios i {
    color: #034e6d;
    font-size: 20px;
}


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


/************************ CAJA CON SOMBRA ***********/

.box-shadow {
    color: #444444;
    text-align: center;
    /*box-shadow: 0 0 20px rgb(214 215 216 / 50%);*/
    box-shadow: 0 0 5px #ccc;
    padding: 20px 0 30px 0;
}


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

.etituls {
    /*font-family: "big_noodle_titling";
    letter-spacing: 2px;*/
    /*font-size: 2.5em;*/
    text-shadow: 2px 2px 2px #eee;
    text-align: center;
    color: #034e6d;
}

.b-shadow {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

.h-100 {
    height: 200px !important;
}

.bg-crimson {
    background: crimson;
}

.col-form-label-sm {
    padding-bottom: 0 !important;
}


/********************* CARD PPAL ****************/

.card-p {
    height: 100% !important;
    max-height: 200px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.card-title,
.card-text {
    text-align: center;
    font-family: Abel;
}

.news {
    height: 320px;
    max-height: 320px;
    box-shadow: 0 8px 12px rgba(139, 114, 114, 0.2);
}

.news img {
    max-height: 150px;
}

.news-all {
    height: 400px;
    max-height: 400px;
    box-shadow: 0 8px 12px rgba(139, 114, 114, 0.2);
}

.news-all img {
    height: 200px;
    max-height: 200px;
}


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

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

a:hover {
    text-decoration: none;
    color: #034e6d;
}


/*--------------------------  PARALLAX 1 --------------------------------------*/

.prlx-1 {
    background-image: url("../img/cienaga1.jpg");
    position: relative;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 200px;
    max-height: 200px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.prlx-1 .container {
    display: table-cell;
    margin: 0;
    padding: 0 1rem;
    vertical-align: middle;
}

.prlx-1-content {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

.capa-oscura {
    background-color: rgba(0, 0, 0, 0.5);
}


/********************** MENÚ ****************************/

.bg-dark {
    background-color: #060606 !important;
}


/* MENU NUEVO*/

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;
}

.main-menu {
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    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: crimson !important;
}*/

@media (min-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.55);
    }
}


/*.navbar-expand-lg .navbar-nav .nav-link {
 font-family: 'Montserrat', sans-serif;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: crimson !important;
}
*/

.navbar-light .navbar-brand img {
    width: 250px;
}

@media screen and (max-width: 960px) {
    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}


/*@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;
}

@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 white;*/
    }
}

@media screen and (max-width: 500px) {
    .navbar-light .navbar-brand img {
        width: 150px;
    }
}

.dropdown-item {
    font-size: 0.8rem;
}


/************ BANER *********************************************/

.home-banner-area {
    background: url(../img/img_empresa5.jpg) center;
    background-size: cover;
    height: 90vh;
    box-sizing: content-box;
    display: table;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    padding: 0;
}

.capa-ocura {
    position: absolute;
    max-height: 300px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*height: 100vh;*/
    overflow: hidden;
}

.capa-ocura-bg {
    background-color: rgba(0, 0, 0, 0.69);
    overflow: hidden;
}

.home-banner-area .container {
    display: table-cell;
    margin: 0;
    padding: 0 1rem;
    vertical-align: middle;
}

.banner-content .sh-letter {
    color: #fff !important;
    text-shadow: 5px 5px 10px black;
    font-size: 30px;
    text-transform: uppercase;
}

.banner-content {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

.banner-content h1 {
    font-weight: 700;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff !important;
    text-shadow: 5px 5px 10px black !important;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contenedor-footer {
    float: left;
    width: 100% !important;
    height: auto !important;
    color: #fff;
    background: #000;
    padding: 1px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.banner-area {
    background: url(../img/lh1.jpeg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 200px;
    max-height: 200px;
    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;
}

.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.5);
    height: 400px !important;
    max-height: 400px;
    overflow: hidden;
}

.bg-dark {
    background-color: #000 !important;
}

.cover-container {
    max-width: 60em;
}


/*###################### FORMULARIO MODAL ###########*/

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.81);
    display: none;
}

.bodyModal {
    width: 100%;
    height: 100%;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -o-inline-flex;
    justify-content: center;
    align-items: center;
}

#form_add,
#form_edt,
#form_del {
    width: auto;
    min-width: 500px;
    padding: 30px;
    background: #fff;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.bg-light {
    background: #fff;
}

.text-white {
    color: #fff;
}

.text-danger {
    color: red;
}

.bg-primary {
    background-color: #009688 !important;
}

.btn-primary {
    background: #034e6d;
    border-color: #034e6d;
}

.btn-primary:hover {
    background-color: #034e6d;
    border-color: #034e6d;
}

.mb-10 {
    margin-bottom: 100px;
}

.shadow-all {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}

.galeria .card,
.galeria .card p {
    overflow: hidden;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    position: relative
}

.galeria .card p {
    background: #fff;
}

.galeria .card img {
    -webkit-transition: all .9s ease;
    -moz-transition: all 1.9s ease;
    -o-transition: all 1.9s ease;
    -ms-transition: all 1.9s ease;
    width: 100%;
}

.galeria .card img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}