/* * Desarrollo e implementación by Milay Pava -  Webmaster Senior
 * Avanzada Wordpress, Sitios Web y Marketing Digital - Optimización de contenidos - SEO - Branding */

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

.bg-secondary {
  background-color: #C9C9C9 !important;
}

.btn-primary {
    color: #fff;
    background-color: #C50613;
    border-color: #C50613;
}

.btn-primary:hover {
    color: #FFF !important;
    background-color: #153049 !important;
    border-color: #153049 !important;
}
.btn-secondary {
    color: #b5bfb7;
    background-color: #fff;
    border-color: #b5bfb7;
    border: 1px solid;
}

.bgwlc {
    background-image: url(../images/bg-welcome.jpg);
    background-position: top center;
    position: relative;
    background-size: cover;
}

.imgbgwl {
    height: 78vh;
    margin: 0;
}

.logoswlc img{width: 100px;
padding: 10px 15px}

.enlc1 {
    position: absolute;
    width: 40%;
    height: auto !important;
    bottom: 20px;
    left: 30%;
}

.enlc2 {
    position: absolute;
    width: 27%;
    height: auto !important;
    top: 56%;
    left: 36%;
}

.btn-nosty{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border: 0;
}

.btn-nosty:focus, .btn-nosty.focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}

.modal-content {
    background: #153049;
}

.modal-body {
    background: #fff;
}

.modal-title {
    color: #FFF;
}

.close {
    font-size: 2rem;
    font-weight: 200;
    color: #FFF;
    text-shadow: 0;
    opacity: .5;
}

.close:hover {
    opacity: .8;
    color: #FFF;
}

.spnform {
    display: block;
}

label {
    color: #153149;
    font-weight: bold;
}

a {
    color: #c50612;
    font-weight: bold;
}

  /* GALLERY*/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modalg {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modalg-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffffa6 !important;
  font-weight: 100;
  font-size: 80px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}