/* Style the Image Used to Trigger the Modal */
#myImg, #myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover, #myImg2:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption,#caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption, #caption2 {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close, .close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus, .close2:hover,
    .close2:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/DIN-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN-2014';
    src: url('../fonts/DIN-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../fonts/DIN-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../fonts/DIN-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'DIN-RegularAlternate';
    src: url('../fonts/DIN-RegularAlternate.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN-BlackAlternate';
    src: url('../fonts/DIN-BlackAlternate.ttf') format('truetype');
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
     font-family: "DIN-Regular";
}


/**
Fixing bootstrap columns for safari
 */



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right:0;
}

.input2{
     max-width: 100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column */

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

p {
    text-align:justify;
}

h5{
    font-family: 'din-regularalternate';
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #FFFFFF;
    line-height: normal;
        width: 186px;
}

h2{
    font-family:din-Bold,;
Color: #181918;
font-Size: 32px;
font-weight:800;
/*font-style: Heavy;*/
}

 .bg-primary {
    background-color: #169A5A!important;
}


 .fonts-loaded body, select, input, button, nav {
    font-family: DIN-Bold,Arial,sans-serif;
}

 .negrita{
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
 }

 .nav2 {
    color: #fff;
    text-decoration: none;
    background-color: #008747;
    height:100%;
    font-weight: 600;
}
 .ahelp{
     color:white;
 }

 .ahelp:hover {
    color:#f3f3f3;
    text-decoration:none;
}

.navbar-toggler {
    /*padding: 1.25rem .75rem;*/
    font-size: 1rem;
    line-height: 1;
    background:#181918;
    border: 1px solid transparent;
    border-radius: 0;
    height:100%;
}
.bar1, .bar2 {
  width: 35px;
  height: 5px;
  background-color: #FFF;
  margin: 6px 0;
  transition: 0.4s;
}

.button1 {
    padding: 0.5em;
    font-weight: 600;
    font-style: normal;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: .0675rem;
    background: #169a5a;
    border: none;
    cursor: pointer;
    border-radius: 0;
    margin: 0 1px 0;
}

.button1:hover{
    color: #fff;
    outline-style:solid;
}

.buttonsecondary {
    padding: 0.5em;
    font-weight: 600;
    font-style: normal;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .0675rem;
    background: #006639;
    border: none;
    cursor: pointer;
    border-radius: 0;
    margin: 0 1px 0;
}



.tab-content>.active {
    display: block;
    background:#181918;
    color:#fff;
    font-size:0.6rem;
    border-bottom:none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background:#181918;
    font-family: "din-2014",Arial,sans-serif;
    
}
.btntab {
    color: #fff;
    text-decoration: none;
    background-color: #008747;
    height:100%;
    font-weight: 600;
}

    .btntab:hover {
        color: #fff;
        text-decoration: none;
        background: #01703c;
        border-bottom: none;
    }

    .btntab:focus {
        background: #01703c;
    }
.btn.focus{
    box-shadow:none !important;
       color: #fff;
    text-decoration: none;
    background: #181918;
    border-bottom:none;
    box-shadow:none;
}

.border-dark {
    border-color:#006639 !important;
}


footer div ul li {
    padding:0px;
}

footer div ul li a {
      color: #fff;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
     font-family: "din-2014",Arial,sans-serif;
}

footer div ul li a:hover {
      color: #fff;
    font-weight: 500;
    font-style: normal;
    font-size: 0.87rem;
        font-family: "din-2014",Arial,sans-serif;
        text-decoration: none;

}


.colapso {
    background: #fafafa;
    color: #787575;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 1.10vw;
    line-height: 1;
}

    .colapso:focus {
        color: #169a5a;
    }

    .colapso:hover {
        color: #169a5a;
        text-decoration: none;
    }

.colapso2 {
    background: #FAFAFA;
    color: #787575;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1;
}

    .colapso2:focus {
        color: #c4c4c4;
    }

    .colapso2:hover {
        color: #169a5a;
        text-decoration: none;
    }

.noli{
    list-style:none;
    font-size:1.25rem;
}
.noli_toggler{
    background:#181918;
    color:#169a5a;
     font-weight:300;
    font-style: normal;
    line-height: 1.5;
       list-style:none;
    font-size:1.25rem;
}


.linkka {
    color: #11d457;
    text-decoration: none;
    background-color: transparent;
    display: block;
    padding: 1.5rem 1rem;
}

.featurelink {
    font-family:din-regular;
    Color: #169A5A !important;
    font-Size: 20px;
   font-weight:bold;
}
.featurelink:hover{
    Color: #006639 !important;
}


.nav-link {
    display: block;
    padding: 1.5rem 1rem;
}

.colapsonav1 {
    background: #fafafa;
    color: #169a5a;
    font-style: normal;
    /*line-height: 1.8;*/
    font-size: 1.25rem;
    text-decoration: none;
}
    .colapsonav1:hover {
        background: #fafafa;
        color: #169a5a;
        font-style: normal;
        line-height: 1.8;
        font-size: 1.25rem;
        text-decoration: none;
    }

    .colapsonav1:link {
        background: #fafafa;
        color: #169a5a;
        font-style: normal;
        /*line-height: 1.8;*/
        font-size: 1.25rem;
        text-decoration: none;
    }



.colapsonav1title{
     font-size:1rem;
      font-weight: 700;
      color:white;
}

.textoverde{
   color:#169A5A;
}

.bgnegro {
    background: #fafafa;
}


/* cuerpo de pagina  */

.border-interior{
box-shadow:inset 0 0 0 3ex #006639;




  /*border-image-outset: 6px;*/
  /*border-image-repeat: repeat repeat;*/
}




.promo {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.fullpantalla{
    height:100vh;
}

.promo1{
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    text-transform: uppercase;
    /*line-height: 40px;*/
    color: #181918;
}

.formpromo{
background-color:#fff;
/*height:50%;
width:50%;*/
position:absolute;
}

.formpromointerno{
    border: 2px solid #169a5a;
    height:95%;
    width:100%;
}

/*seccion de explorar*/

.bgexplorar{
    background:#000000;
    color:#fff;
}

.bg-gris{

    background:#f3f3f3;

}

.breadcrumb2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: .25rem;
}


.titulopage{
   font-weight: 900;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    color: #181918;
}

strong, b, em {
    font-weight: bold;
}

.btnayuda{
    background: #169a5a;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1em;
}

.btnayuda:hover{
    background:#fff;
    color: #169a5a;
}


/*pie defs pagina*/

footer {
    background-color: #169a5a;
    padding: 1.5625rem 0 0 0;
    margin-bottom: 5px;
    color:#fff;
}

.ftitulo{
    font-family:DIN-Bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    padding-bottom: .625rem;
}

.ftituloboton{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    padding-bottom: .625rem;
    color:#fff;
    text-align:center;
    height:100%;
    width:100%;
    color: #169a5a;
}



.flista {
    color: rgba(255,255,255,0.75);
    font-family: 'DIN-light';
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    list-style: none;
    background-color: #169a5a;
    padding-left: 0px;
}

.fafondo{
     background-color:#169a5a;
     font-family:'DIN-light';
     font-size: 13px;
}

.cardfondo{
     background-color: #169a5a !important;
    /*padding: 1.5625rem 0 0 0;*/
    color:#fff;
}
.pie{
    height:100%;
    background-color:#169a5a;
        color: #fff;
}

/*pagina de Contactanos Estilos*/

.imagencard{
     width: 5rem;
     align-self:center;
}

.border-bottom2 {
    border-bottom: 3px solid #0d0e0d !important;
}

.border-bottom3 {
    border-bottom: 2px solid #808080 !important;
}

/*Al pie de pagina letras pequenas abajo de los iconos*/

.enlacesalpie{
color:black;
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    background-color: white;
}

.version{
    height:8px;
    font:200;
}

.text {
    font-family: DIN-Light;
    color: #7d7c7c;
    font-size:1rem;
}
.ctitle {
    font-family: DIN-Bold;
    color:black;
    font-weight:800;
    font-size:2.5rem;
}
.ctitle2 {
    font-family: DIN-Medium;
    color: black;
    font-size: 1.5rem;
}
.btn-success {
    background-color: #127F4A;
    color: #fff;
    border-color: #127F4A;
}

/**
Fixing bootstrap columns for safari
 */
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.card{
    border:none !important;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
    text-align:center;

}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    width:78%;
    /* height:30%; */
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px;
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

.hnav{
    font-weight:700;
    color:black;
}