* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #EBEBEB;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  list-style: none;
}

nav {
  background-color: #EBEBEB;
  position: fixed;
  top: 0;
  z-index: 999;
}
nav .navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100vw;
}
nav .navbar .brand img {
  width: 80px;
}
nav .navbar .btn-cotz {
  position: relative;
}
nav .navbar .btn-cotz a {
  background-color: #EBEBEB;
  border: 1px solid #01477B;
  border-radius: 15px;
  color: #01477B;
  font-size: 0.8em;
  padding: 5px 10px;
}
nav .navbar .btn-cotz a:hover {
  color: #fff;
  background-color: #01477B;
}
nav .navbar .btn-cotz span#contador {
  background-color: #d81616;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 2.3em;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 2.3em;
}
nav .navbar .btn-cotz span#contador.active {
  align-items: center;
  display: flex;
  justify-content: center;
}
nav .navbar .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
nav .navbar .toggle .hamb div {
  border-bottom: 1px solid #01477B;
  height: 1px;
  margin-bottom: 7px;
  width: 25px;
}
nav .navbar .toggle .hamb div:last-child {
  margin-bottom: 0;
}
nav ul {
  background-color: #01477B;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 60px);
  position: absolute;
  width: 100%;
  right: 100%;
  transition: right 0.3s ease-in-out;
  z-index: 1;
}
nav ul li {
  list-style: none;
}

nav ul li a {
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 200;
  padding-top: 30px;
}
nav ul.active {
  right: 0;
}

header {
  background: url(../images/GeminiAS_LabTech2_mob1.jpg) no-repeat fixed;
  background-position: 0px 0px;
  background-size: 115%;
  /* height: calc(100vh - 60px); */
  height: calc(100vh);
}
header .title {
  color: #01477B;
  position: absolute;
  bottom: 0;
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
  transition: color 0.2s ease-in;
}
header .title .nova {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 4px;
}
header .title .desc h1 {
  font-size: 1.6em;
  font-weight: 200;
}
header .title.color-white {
  color: transparent;
}

section {
  /* padding-top: 60px; */
  padding-top: 6em;
}
section h3 {
  color: #717171;
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: 20px;
}

section#comentarios {
  margin: auto;
  width: 90%;
}

section#comentarios ul {
  background-color: #ffffff;
}

section#comentarios ul li {
  height: 250px;
  padding: 30px;
}

section#comentarios ul li div {
  width: 90%;
}

section#comentarios ul li div h4 {
  /* border-bottom: 1px solid #D6D6D6; */
  color: #696969;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: right;
}

.clasificacion{
  direction: rtl;
  unicode-bidi: bidi-override;
}

/* section#comentarios ul li label { color:grey;}

section#comentarios ul li label:hover{color:orange;}

section#comentarios ul li label:hover ~ label{color:orange;}

section#comentarios ul li input[type = "radio"]{ display:none;}

section#comentarios ul li input[type = "radio"]:checked ~ label{color:orange;} */

section#comentarios ul li div h5 {
  color: #717171;
  font-size: .9em;
  padding: 15px 0;
}

section#noticias {
  color: #696969;
  margin: auto;
  min-width: 90%;
  width: 90%;
}
section#noticias .card-i {
  background-color: #fff;
  padding-bottom: 15px;
}
section#noticias .card-i .pic {
  margin-bottom: 15px;
}
section#noticias .card-i .pic img {
  height: auto;
  width: 100%;
}
section#noticias .card-i .descr {
  padding: 0 10%;
}
section#noticias .card-i .descr .title {
  font-size: 1.8em;
  margin-bottom: 15px;
}
section#noticias .card-i .descr .fecha {
  margin-bottom: 15px;
}
section#noticias .card-i .descr .text {
  font-size: 1.2em;
  margin-bottom: 30px;
}
section#noticias .card-i .leer {
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
}
section#noticias .card-i .leer a {
  color: #fff;
  display: inline-block;
  background-color: #01477B;
  padding: 10px 30px;
}
section#galeria {
  margin: auto;
  width: 90%;
}
section#galeria .card-container {
  background-color: #969696;
  padding: 50px 0 10px;
}
section#galeria .card-container .card-i {
  margin-bottom: 40px;
}
section#galeria .card-container .card-i .product {
  background-color: #fff;
  box-shadow: 2px 2px 5px #696969;
  /* border-radius: 15px; */
  margin: auto;
  width: 80%;
}
section#galeria .card-container .card-i .product .img-container {
  background-color: #01477B;
  /* border-radius: 15px 15px 0 0; */
  height: 200px;
}
section#galeria .card-container .card-i .product .img-container .imagen img {
  cursor: pointer;
  display: block;
  margin: auto;
  object-fit: contain;
  max-height: 230px;
  width: 80%;
}
section#galeria .card-container .card-i .product .title {
  margin: 40px 0 20px;
  text-align: center;
}
section#galeria .card-container .card-i .product .title h2 {
  color: #2b2b2b;
  font-weight: 300;
}
section#galeria .card-container .card-i .product .btn-agrega {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
section#galeria .card-container .card-i .product .btn-agrega a {
  background-color: #01477B;
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  padding: 12px 25px;
}
section#nosotros {
  margin-bottom: 60px;
  padding-top: 60px;
  position: relative;
  height: 311px;
  width: 100%;
}
section#nosotros .leyenda img {
  min-height: 311px;
  width: 100%;
}
section#nosotros .txtNosotros {
  color: #fff;
  position: absolute;
  top: 80px;
  width: 100%;
}
section#nosotros .txtNosotros h2 {
  font-size: 2.5em;
  font-weight: normal;
  margin: 10px 20px;
}
section#nosotros .txtNosotros .texto {
  font-size: 1.2em;
  margin: 0 20px;
}
section#contacto {
  color: #D6D6D6;
  margin: auto;
  width: 100%;
}
section#contacto h3 {
  margin: 0 auto 30px;
  width: 90%;
}
section#contacto li {
  color: #D6D6D6;
  list-style: none;
  margin-bottom: 5px;
}
section#contacto a {
  color: #D6D6D6;
}
section#contacto .contact-container {
  background-color: #5F5F5F;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding: 15px;
}
section#contacto .contact-container h4 {
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: underline;
}
section#contacto .contact-container .brand {
  grid-row: 2/3;
  display: flex;
}
section#contacto .contact-container .brand img {
  height: 45px;
  width: 50px;
}
section#contacto .contact-container .brand .nova-txt .ctc-nova {
  font-size: 1.3em;
  font-weight: 600;
}
section#contacto .contact-container .brand .nova-txt .ctc-nchile {
  font-size: 1.5em;
  font-weight: 200;
  margin-top: -6px;
}
section#contacto .contact-container .links {
  display: none;
}
section#contacto .contact-container .contactanos ul li > h4 {
  margin-top: 20px;
}
section#contacto .contact-container .social {
  font-size: 3em;
}
section#contacto .contact-container .social .mapa {
  display: inline-block;
  padding: 0 20px;
}
section#contacto .contact-container .social .face {
  display: inline-block;
}
section#contacto .contact-container .social .intranet {
  display: inline-block;
  font-size: 0.5em;
}
section#contacto .contact-container .social .face:hover {
  color: white;
}

.no-scroll {
  overflow: hidden;
}

.descr-prod {
  background-color: rgba(59, 59, 59, 0.8);
  backdrop-filter: blur(10px);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 0.9em;
}
.descr-prod .modal-container {
  background-color: #fff;
  position: relative;
  width: 90%;
}
.descr-prod .modal-container .close {
  background-color: #01477B;
  border-radius: 50%;
  color: #fff;
  font-size: 2em;
  height: 1.5em;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.descr-prod .modal-container .card-i .image {
  background-color: #01477B;
  height: 100px;
  display: none;
}
.descr-prod .modal-container .card-i .image img {
  display: block;
  margin: auto;
  object-fit: contain;
  max-height: 180px;
  position: relative;
  width: 80%;
  top: -90px;
}
.descr-prod .modal-container .card-i .description {
  font-size: 1.1em;
  padding: 10px;
}
.descr-prod .modal-container .card-i .description h3 {
  font-size: 2em;
}
.descr-prod .modal-container .card-i .description span {
  color: #01477B;
  display: inline-block;
  margin: 10px 0;
}
.descr-prod .modal-container .card-i .description .descr {
  height: 50%;
  margin: auto;
  overflow-y: auto;
  width: 90%;
}
.descr-prod .modal-container .card-i .description .descr ul {
  margin-left: 20px;
}
.descr-prod .modal-container .card-i .specification {
  background-color: #C7C7C7;
  display: flex;
  padding: 10px;
}
.descr-prod .modal-container .card-i .specification > div {
  width: 50%;
}
.descr-prod .modal-container .card-i .specification .spec {
  width: 60%;
}
.descr-prod .modal-container .card-i .specification h3 {
  color: #FDFDFD;
  font-size: 1.2em;
  margin-bottom: 0.4em;
}
.descr-prod .modal-container .card-i .specification p span {
  display: block;
  margin-bottom: 0.2em;
}
.descr-prod.modal {
  align-items: center;
  display: flex;
  justify-content: center;
}

.envio-cotizacion {
  background-color: rgba(59, 59, 59, 0.8);
  backdrop-filter: blur(10px);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.envio-cotizacion .modal-container {
  background-color: #fff;
  padding: 20px 10px;
  position: relative;
  width: 90%;
  display: flex;
}
.envio-cotizacion .modal-container .close {
  background-color: #01477B;
  border-radius: 50%;
  color: #fff;
  font-size: 2em;
  height: 1.5em;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.envio-cotizacion .modal-container .formulario {
  margin: auto;
}
.envio-cotizacion .modal-container .formulario h3 {
  color: #01477B;
  font-size: 2em;
  font-weight: 200;
  text-align: center;
}
.envio-cotizacion .modal-container .formulario .campos {
  margin-top: 20px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo {
  margin-bottom: 10px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo label {
  color: #01477B;
  display: block;
  margin-bottom: 5px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo input, .envio-cotizacion .modal-container .formulario .campos .grupo textarea {
  border: 1px solid #01477B;
  color: #01477B;
  font-family: "Poppins", sans-serif;
  padding: 4px;
  width: 300px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla {
  margin-top: 20px;
  max-height: 200px;
  overflow-y: scroll;
}
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table {
  width: 300px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table {
  border-collapse: collapse;
  width: 300px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table td, .envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table th {
  border: 1px solid #01477B;
  padding: 10px 20px;
}
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table td.nbr, .envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table th.nbr {
  text-align: right;
}
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table th {
  color: #fff;
}

.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table thead tr,
.envio-cotizacion .modal-container .formulario .campos .grupo.tabla .ctz-table table tbody tr {
  border: none;
}

.envio-cotizacion .modal-container .formulario .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.envio-cotizacion .modal-container .formulario .submit button {
  background-color: #01477B;
  border: 1px solid #01477B;
  border-radius: 30px;
  color: #fff;
  padding: 10px 40px;
}
.envio-cotizacion.modal {
  align-items: center;
  display: flex;
  justify-content: center;
}


/*************************************************/


.add-user-comment {
  background-color: rgba(59, 59, 59, 0.8);
  backdrop-filter: blur(10px);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 0.9em;
}

.add-user-comment.modal {
  align-items: center;
  display: flex;
  justify-content: center;
}

.add-user-comment .modal-container {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  width: 90%;
}

.add-user-comment .modal-container .formulario {
  font-size: 1.5em;
  padding: 1.5em 2em;
}

.add-user-comment .modal-container .formulario .card-clasifica div {
  margin-bottom: 1em;
}

.add-user-comment .modal-container .formulario .card-clasifica input[type="text"]{
  display: block;
  width: 80%;
}

.add-user-comment .modal-container .formulario .card-clasifica button {
  background-color: #01477B;
  border-radius: 3px;
  padding: .7em 1.3em;
}

.add-user-comment .modal-container .formulario input {
  border-bottom: 1px solid rgb(122, 158, 211);
  outline: none;
  padding: .2em .5em .2em 0;
}

.add-user-comment .modal-container .formulario textarea {
  border: 1px solid rgb(122, 158, 211);
  outline: none;
  padding: 0.2em .5em;
  width: 100%;
}

.add-user-comment .modal-container .close {
  background-color: #01477B;
  border-radius: 50%;
  color: #fff;
  font-size: 2em;
  height: 1.5em;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*************************************************/



.ocultar {
  display: none;
}

.mostrar {
  display: block;
}

@supports (backdrop-filter: blur(10px)) {
  .descr-prod, .envio-cotizacion {
    background-color: rgba(59, 59, 59, 0.2);
  }
}

@media screen and (min-width: 768px){
  .envio-cotizacion .modal-container {
    width: 60%;
  }
}
