:root {
     color-scheme: light only !important;
}



/* Custom CSS Levelcode */

/* menu */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar{
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  font-family: "raleway";
  font-weight: 900;
  color: #005640;
  padding: 0px 10px;
  max-width: 1024px;
  margin: 20px auto;
}
.navbar .logoHead{
  width: 90px;
}
.navbar .nav-item a{
  color: #005640;
  font-size: 0.8rem;
  margin: 0px 7px;
  padding: 2px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.navbar .nav-item a.active{
  color: #00ae42;
}
.navbar .nav-item .sucursal{
  border:solid 2px;
  border-radius:30px;
  
}
.navbar .nav-item .pagos{
  border-radius:30px;
  background-color:#fce200;
}

@media (max-width: 1024px) {
.navbar .nav-item a{
  color: #005640;
  font-size:0.75rem;
  margin: 0px 4px;
  padding:5px;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.navbar{
  margin: 20px 20px;
}
}

@media (max-width: 768px) {
  .navbar .nav-item a{
  color: #005640;
  font-size:1rem;
  margin: 10px 4px;
  padding:5px;
  padding-left: 3px !important;
  padding-right: 3px !important;
    text-align:center
}
}
/* menu */

/* banner */
.banner-top h2 {
  font-size: 3rem;
  padding-top: 18px;
  font-weight: 500;
}
.banner-top h3 {
  font-size: 1.6rem;
  padding-top: 18px;
}
.banner-top .button-banner{
  background-color:#fce200;
  text-decoration:none;
  padding:10px;
  color: #005640;
  border-radius: 50px;
  margin-top:20px;
  display:block;
  width:60%;
  text-align:center;
  font-weight:900;
}
.banner-top .text-banner{
  font-size:0.9rem;
}
@media (max-width: 1024px) {
.banner-top h2 {
  font-size: 3rem;
  padding-top: 18px;
  font-weight: 500;
}
.banner-top h3 {
  font-size: 1.6rem;
  padding-top: 18px;
}
.banner-top .button-banner, .button-banner{
  background-color:#fce200;
  text-decoration:none;
  padding: 7px;
  color: #005640;
  border-radius: 0;
  margin-top: 15px;
  display:block;
  width: 100%;
  text-align:center;
  font-weight:900;
  font-size: 1.8rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
}
}

@media (max-width: 768px) {
.banner-top h2 {
  font-size: 1.5rem;
  padding-top: 10px;
  font-weight: 500;
}
.banner-top h3 {
  font-size: 1rem;
  padding-top: 5px;
}
}
/* banner */

/* iframe*/

.iframe-tab{
  background-color: #005640;
}
iframe{
  width:100%;
  height: auto;
  min-height: 870px;
}

/* iframe*/


/* content */
.content-tab{
  background-color: #eaeaea;
}
.content-tab .box-icons{
  width: 120px;
  padding: 26px;
  border-radius: 100%;
  height: 120px;
  margin:  0 auto;
  margin-bottom: -50px;
  z-index: 100;
  position: relative;
}
.content-tab .box-icons img{
  width: 60px;
  margin: 0 auto;
}
.content-tab .box-conents{
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  height: calc(100% - 80px);
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-tab .box-icon1{
  background-color: #1a956d;
}
.content-tab .box-icon2{
  background-color: #ffc150;
}
.content-tab .box-icon3{
  background-color: #39c26c;
}
.content-tab .box-conent1{
  background-color: #005640;
}
.content-tab .box-conent2{
  background-color: #ffae00;
}
.content-tab .box-conent3{
  background-color: #00ae42;
}
.content-tab .title-banner{
  color: #005640;
  font-size: 2.5rem;
}
.content-tab .title-section{
  color: #00ae42;
  font-size:1.5rem;
}
.content-tab li{
  color: #005640;
  max-width: 420px;
}
.content-tab li::marker {
  color: #00ae42
}
.content-tab .foto-left{
  max-width: 400px;
}
/* content */

/* section */

.text-section{
 color: #005640;
}
.title-section-h1{
 color: #005640;
}
.cajon{
  border: solid 2px;
  border-radius: 30px;
  background-color: white;
  height: 100%;
}
.cajon span{
  text-decoration: none;
  font-weight: 900;
}
.cajon img{
  max-width: 100px;
  padding: 20px;
  display: block;
  margin: 0 auto;
}
.legal a{
 color: #005640 !important;
}


/* section */

/* footer */

footer{
  color:white;
  background-color: #005640;
}
footer a{
color:white;
}
footer .strip{
  color:white;
  background-color: #014c37;
}
footer .ico-footer{
  max-width: 50px;
}
footer .btn-help{
  border: solid 2px;
  padding: 3px 10px;
  margin-top: 10px;
  display: block;
  max-width: 150px;
  text-align: center;
  border-radius: 30px;
}

/* footer */




/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
  height: 100%;
  width: 100%;
}
body {
  color: white;
  font-family: "raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #00ae42;
  height: 100%;
  width: 100%;
}

h1, h2, .raleway-title {
  font-family: "raleway", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.raleway-roman{
    font-family: "raleway", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.raleway-light {
    font-family: "raleway", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}


h2{
  font-size: 1.6rem;
  padding-top: 18px;
}
h3{
  font-size: 1.2rem;
  padding-top: 0px;
}


/* SN Icons n chat */

.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 90px;
}
.whatsapp img {
  width: 100px;
}
.icon2{
  margin-top: 44px;
}
.icon3{
  margin-top: 87px;
}
.icon-red{
  width: 55px;
  display: block;
  position: absolute;
  top: 70px;
  right: 0px;
}
.icon-red img{
  width: 35px;
}



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

/* Carousel base class */
.carousel {
  /* margin-bottom: 4rem; */
  margin-top: 56px;
}

video {
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 40px;
  max-height: 640px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
}
.carousel-item img{
  width: 100%;
  height: inherit;
  object-fit: contain;
  /* object-position: 31%; */
}


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


@media (min-width: 40em) {
  /* Bump up size of carousel content */
 
}

@media (min-width: 62em) {
  
}