@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;800&display=swap");
/* ============ MIXINGS =============*/
html {
  font-size: clamp(11px, 2vw, 16px);
}

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #e8e8e8;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.text_shadow_b {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.text_shadow_w {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}

/* *************************   SECCIONES   ************************************** */
.header_section_index .header_section_general {
  margin: 0;
  /*   background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)); */
}

.header_section_general {
  background-image: url("../img/vidrieria_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.div_claro {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.div_oscuro {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.dropmenu_opacity {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.dropmenu_opacity.clicked {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.bg-translucid-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-brand {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  margin: 0;
  line-height: 1.5rem;
  font-size: 2.5rem;
}

.cento-brand-slogan {
  font-size: 1rem;
}

.cento-brand-blue {
  color: #3D9BE8;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #2c7873;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact_section {
  position: relative;
  background-color: #e8e8e8;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 5px;
  outline: none;
  color: #101010;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::placeholder {
  color: #565554;
}

.contact_section .form_container .form-control.msg-box {
  height: 80px;
}

.contact_section .form_container select:required:invalid {
  color: #565554;
  font-weight: normal;
}

.contact_section .form_container .contador {
  background-color: transparent;
  border: none;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_section .form_container .btn_box button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
  width: 100%;
}

.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #2c7873;
}

.contact_section .img-box {
  overflow: hidden;
}

.contact_section .img-box img {
  min-width: 100%;
}

.text_important {
  font-family: 'Orbitron', sans-serif;
  font-weight: normal;
}

.color_dots {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
          box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  margin: 0 5px;
}

.color_dots:hover {
  -webkit-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.6);
          box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.6);
}

.dots_white {
  background-color: #ffffff;
}

.beige_compo {
  background-color: #eed7b8;
}

.gray_compo {
  background-color: #444b53;
}

.main-titles {
  margin: 15px 0;
  border-bottom: 2px solid #3D9BE8;
}

.zoom-1 {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
  margin: 0 auto;
}

.zoom-1:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-2 {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
  margin: 0 auto;
}

.zoom-2:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
}

.footer .footer-socialmedia {
  background: -webkit-gradient(linear, right top, left top, from(rgba(61, 155, 232, 0.9)), to(rgba(61, 155, 232, 0.7)));
  background: linear-gradient(to left, rgba(61, 155, 232, 0.9), rgba(61, 155, 232, 0.7));
}

.footer hr {
  width: 100%;
  background-color: #3D9BE8;
  height: 2px;
}

/* *********** Spacers ************ */
.spacer-2 {
  margin: 15px auto;
  width: 75%;
  background-color: #3D9BE8;
  height: 1px;
}

/*
// ********** Menu servicios hover ************
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0px;
}
*/
/* ============ lightboox gallery ============ */
.row > .column {
  padding: 0 8px;
}

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

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

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

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

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

/* Hide the slides by default */
.mySlides {
  display: none;
}

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

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover, p
.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;
}

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

img.demo {
  opacity: 0.6;
}

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

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

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

/* *********** CP Lightning ************ */
img.cp-lightimg {
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1001;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

div.cp-lightoverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

div.cp-lightoverlay.cp-lightoverlay-in {
  opacity: 1;
}

/*.lightzoom {
  font-family: "FontAwesome", sans-serif;
  content: "\f002"; //f3ee sistrix (en uso)- //f002 search
}*/
.lightzoom img {
  cursor: pointer;
}

.owl-carousel .owl-item img {
  height: 120px;
}
/*# sourceMappingURL=styles.css.map */