/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Calibri", sans-serif;
  color: #444444;
}
a {
  color: #8497B0;
}
a:hover {
  color: #00cc81;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri", sans-serif;
}

/* div {
  border-top-width: 1px;
  border-right-width: 1em;
  border-bottom-width: thick;
  border-left-width: thin;
  border-color: #e91717;
   border-width: 1px;
   border-style: solid;
} */
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #8497B0;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #8497B0;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #00b371;
  color: #fff;
}

model-viewer{
 height: 400px;
 border: #fff;
  }

.text-start {
  font-size: 1rem;
  text-align: right;
  font-weight: normal;
}

.tilde {
  color: #00b371;
  font-size: 1.5rem;
}

.linea_resaltada {
  background-color: #c3d4f8;
}
s
/* .banner img {
  display:block;
  margin: auto;

  /* padding: 40px 80px 40px 80px; */
  /* max-width:65%;
  max-height:100%;
  object-fit: contain; */
/* } */ 

/* @media  (max-width: 720px) {
  .banner img {
    max-width:100%;
  }
} */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 40, 40, 0.9);
}
#header .logo {
  font-size: 28px;
  font-family: "calibri";
  margin: 0;
  padding: 0;
  line-height: 1;
  /* font-weight: 700; */
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #8497B0;
}
#header .logo img {
  max-height: 40px;
}
.header_top{
  background-color:#0f0f0f;

}

video {
  width: 100%    !important;
  height: auto   !important;
  object-fit: cover;
}

@media  (max-width: 720px) {
  .video_xl {

    display: none !important;;
  }
}

@media (min-width: 721px) {
  .video_xs {
    display: none !important;;
  }
}

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  font-size: 14px;
  padding: 25px 3px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #8497B0;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #8497B0;
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #7F7F7F;
  color: rgba(255, 255, 255, 0.7);
  height: 16px;
  border-radius: 50px;
  padding: 8px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.btn-comprar {
  background: #7F7F7F;
  border: none;
  height: 16px;
  padding: 15px 32px !important;
  margin-left: 25px;
  border-radius: 50px;
  transition: 0.3s;
  line-height:0px;
}
.btn-comprar:hover {
  background: #00b371;
  color: #fff;
  transform: scale(0.97);
}

.btn-comprar-2 {
  text-align: right;
  background: #f0efef;
  margin-top: 40px;
  border: none;
  padding: 20px 32px !important;
  border-radius: 50px;
  transition: 0.3s;
  line-height:0px;
}
.btn-comprar-2:hover {
  background: #00b371;
  color: #fff;
  transform: scale(0.97);
}

.mySlides2 {
  
Overflow: hidden;}

.conocer{
  padding-left: 30px;
  color: #ffff;
}

.get-started-btn:hover {
  background: #00b371;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #282828;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8497B0;
  text-decoration: none;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(15, 15, 15, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/wesense-bg.jpg") top center;
  background-color: #B7B7B8;
  background-size: cover;
  position: relative;
}


#hero .container {
  padding-top: 72px;
  position: relative;
  text-align: left;
}

#hero h1 {
  /* margin: 0 0 10px 0; */
  font-size: 60px;
  font-weight: 100;
  /* line-height: 20px; */
  display: block; 
  /* justify-content: center;  */
  text-align: center;
  color: white; 
}




@keyframes animate { 

  0% { 
      content: "weSense AIR"; 
  } 

} */

#hero h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
  margin-top: 5px;
  font-size: 34px;
}

.overlay {
  position:absolute;
  margin: auto;
  top: 20%;
  z-index:1;
}

.overlay h2{
    color: rgb(255, 255, 255);
    font-size: 44px;
    font-weight: lighter;
}



@media (min-width: 1080px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 48px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# covid Section
--------------------------------------------------------------*/
#covid {
  background: url("../img/covid19.jpg") fixed center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 100vh;
}



#covid .container {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  height: 100%;
  margin: auto;
}



@media (min-width: 2080x) {
  #covid {
    background-attachment: fixed;
  }
  #covid .container {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
  }
  #covid .div .col-md-4{
    text-align: center;
  }
}

#covid h1 {
  color: white;
}



@media (max-width: 768px) {
  #covid h1 {
    font-size: 28px;
    line-height: 36px;
    color: white;
  }
  #covid .container {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
  }

}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


@media (max-width: 2000px) {
  section {
    padding: 40px 80px 0px 80px;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  section {
    padding: 10px 10px 0px 10px;
    overflow: hidden;
  }
}




.section-bg {
  background-color: #8fffd6;
}
.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #8497B0;
  bottom: 0;
  left: 0;
}
.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}
/*--------------------------------------------------------------
# air Us
--------------------------------------------------------------*/
.air .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.air .content ul {
  list-style: none;
  padding: 0;
}
.air .content ul li {
  padding-left: 28px;
  position: relative;
}
.air .content ul li + li {
  margin-top: 10px;
}
.air .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #8497B0;
  line-height: 1;
}
.air .content p:last-child {
  margin-bottom: 0;
}

.air .table {
  color: #18d26e;
  margin-top: 50px;
}
.air .container {
  padding: 40px 0px 40px 0px;
}


/*--------------------------------------------------------------
# tecno
--------------------------------------------------------------*/



.tecno .icon-box2 img {
  margin: auto;
  text-align: center;
  color: #8497B0;
  max-width: 20%;
}
.tecno .icon-box2 p {
  font-size: 1.5vmin;
  color: #0000;
  margin-left: 60px;
}

.tecno h2 {
  font-size: 30px;
  margin: auto;
  text-align: Left;
  color: #7F7F7F;
  padding-bottom: 40px;
}


.tecno h3 {
  font-size: 26px;
  color: #9BAABF;
  margin: auto;
  text-align: justify;
  padding-bottom: 20px;
}

.tecno h4 {

  color: #9BAABF;

}



.tecno .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}



.tecno .column {

    /* height: 300px; Should be removed. Only for demonstration */
    display: block; 
    margin: auto; 
}



.tecno .column .column2 p{
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  font-size: 1.8vmin;
}


.tecno p{
  font-size: 2.5vmin;
  margin: auto;
}


.tecno table {
  font-size: 2vmin;
  float: center;
  border-spacing: 20px 2px;
  border-collapse:separate;
  color: #9BAABF;
  margin: auto;

}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-size: cover;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.cta h2 {
  color: #fff;
  font-size: 28px;
  padding-bottom: 40px;
  font-weight: 100;
}
.cta p {
  color: #fff;
}
@media (max-width: 1424px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features h2 {
  font-size: 30px;
  margin: auto;
  text-align: center;
  color: #7F7F7F;
}

.features h3 {
  font-size: 26px;
  color: #9BAABF;
  padding: 40px 0px 0px 0px;
  margin: auto;
  text-align: center;
}

.features td {
  font-size: 2vh;
  color: #9BAABF;
  margin: auto;
  text-align: center;
}

.features .icon-box img {
  float: center;
  text-align: center;
  color: #8497B0;
  max-width: 40%;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.card-bpdy {
  padding: 0;
}

.col-md-8{
  margin: auto;
}


.features .table2 {
  font-size: 10px;
  color: #848484; 
  padding-top: 1rem;
  margin: auto;
  max-width: 80%;
  vertical-align: middle;
}

.features .table2 td{
  vertical-align: middle;
  margin: auto;
  /* max-width: 40%; */
  width: 33% ;

}

table  {
    table-layout: fixed ;
    width: 80% ;
    margin: auto;
  }

.tecno .table_ndir {
    table-layout: fixed ;
    width: 50% ;
  }

  .tecno .table_ndir td{
    width: 100px;
    word-wrap: break-word;
  }

  .card {
    border: none;
  }

  @media (max-width: 450px) { 
 .card-img-top {
   margin: auto;
 }
}
 .col-md-2, .col-md-4, .col-md-6{
  margin: auto;
 }


 .tecno .p .card-text{

  font-size: 2vmin;
 }


.notas {
  font-size: 20px;
  color: #8497B0; 
  background-color: #D9D9D9;
  padding: 40px 80px 40px 80px;

}

.notas p{
  margin-bottom:0;
}




@media (max-width: 768px) {
  .notas {
    font-size: 20px;
    color: #8497B0; 
    background-color: #D9D9D9;
    padding: 20px 10px 20px 10px;
  }
  .features td {
    font-size: 1.5vh;
  }

  .features .col-md-4{
     text-align: center!important;
  }

}


.features .div table {

  text-align: center;
  vertical-align: middle;
  /* padding-top: 1rem; */
}

.features  p {
  margin: auto;
}

.features table {
  float: center;
  text-align: center;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 32px;
  color: #8497B0;
  float: left;
  line-height: 1;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #282828;
}

.contact h2 {
  font-size: 30px;
  margin: auto;
  text-align: center;
  color: #7F7F7F;
  padding-bottom: 0px 20px 40px 20px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #5b5b5b;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #8497B0;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 6px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #8497B0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #00b371;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/



.breadcrumbs {
  padding: 15px 0;
  background: #f9f9f9;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.vertical {
  max-height: 100%;
  max-width: 100%;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #424242;
  content: "/";
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #0f0f0f;
  font-size: 14px;
  text-align: center;
  padding: 1px 0;
}
#footer h3 {
  font-size: 24px;
  /* font-weight: 700; */
  color: #0f0f0f;
  position: relative;
  font-family: "Calibri", sans-serif;
  padding: 0;
  margin: 0 0 5px 0;
}
#footer p {
  font-size: 25;
  font-family: "Calibri", sans-serif;
  padding: 0px;
  margin: 20px 0 20px 0;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #00b371;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #8497B0;
}

#footer .data-fiscal {
  height: 10px;
  margin: auto;
}

#footer .social-links .instagram {
  font-size: 40px;
  display: inline-block;
  /* background: #8497B0; */
  /* color: #fff; */
  line-height: 1;
  margin:auto;
  padding-top: 5px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

#footer .social-links .facebook {
  font-size: 40px;
  display: inline-block;
  /* background: #8497B0; */
  /* color: #fff; */
  line-height: 1;
  margin:auto;
  padding-top: 5px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
#footer .social-links .p {
  font-size: 40px;
  display: inline-block;
  /* background: #8497B0; */
   color: #fff;
  border-radius: 50%;
  text-align: center;

}
#footer .social-links .inst {
  font-size: 24px;
  display: inline-block;
  color: #7F7F7F;
  text-align: center;
  /* margin: auto; */

}
/* .instagram{ width:100px; height:100px;
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  } */

#footer .social-links .instagram:hover {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

#footer .social-links .facebook:hover {
  background: #3b5998 ; 
  color: #ffff;
}

.opciones{
  padding: 100px 80px 40px 80px;
  font-size: 20px;
}

.abajo {
  bottom: 0px; 
   position: absolute;
}

.marcas {
  width: 80%;
  margin:auto;
  display: block;
  padding-bottom: 40px;
}

@media  (max-width: 720px) {
  .marcas {
    width: 100%;
  }
}



@media  (max-width: 720px) {
  .opciones {
    padding: 100px 20px 40px 20px;
  }
}

.opciones .a{
  padding-top: 40px;
}

.opciones .column{
  margin:auto;

}

.opciones video{
  width: 20% !important;
 height: auto !important;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


.terminos{
  padding: 100px 120px 40px 120px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: relative;
  margin:auto;
  min-width: 100%;
  min-height: 100%;
  object-fit:contain;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.open-button {
  background-color: rgb(68, 180, 16);
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;


}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.form-popup .h1{
  text-align: center;
  color: #00b371;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;

}

.preventa {
  color: #00b371;
  margin: auto;
  text-align: center;
}


/* Add a red background color to the cancel button */
.form-container .cancel {
  /* background-color: red; */
  color: rgb(63, 63, 63);
  padding: 0px;
  background-color: white;
  text-align: center;
  width: 100%;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

  