:root{
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body{
  font-family: var(--bs-font-sans-serif);
  margin: 0;  
  min-height: 100vh;
  padding-bottom: 7em;
  background-color: #ffffff;
}

.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

  .btn-whatsapp {
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius:100px !important;
    }
    .btn-whatsapp:hover{
    border-radius:100px !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
    box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
    transition-duration: 1s;
    } 


.body-img{
 /* background-image: url(../images/Appisolar_BG_2.png);*/
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size: cover;
  height: auto;
  width:auto;
}

.nav-bar{
  background-color: #F6F6F6;
}
.icon-image{
  width: 40px;
  height: 40px;
  
}



.main-container{  
  
  width: 600px;
  background-color: #F6F6F6;
  margin-top: 150px ;
  height: 100%;
}

.secondary-container{
  width: 800px;
  background-color: #F6F6F6;
  margin-top: 150px ;
  height: 100%;
}
.index-container{
  max-width: 1800px;
}

.optimization-container{
  width: 60%;
  background-color: transparent;
  margin-top: 2% ;
  height: 100%;
}


.form-container{  
  background-color: #244f26;
}


.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

.selected {
  border: 2px solid #244f26;
}


.responsive {
  width: 100%;
  max-width: 150px;
  height: auto;
}
/* .progress-bar{
 height:1%;    
} */
.nav-int{
    text-align:center;
    padding: 1%;
    float:none;
    margin-top: 2%;
}
.btn-green{
  background-color: #244f26;
  color: white;
}
.btn-green:hover{
  color: white;
  background-color: #244f26;  
}
/* .btn:active{
  color: white ;
  background-color: #244f26 ; 
} */
.close-icon {
  cursor: pointer;
}

button { 
    color: black;     
    padding: 0.3em 0.3em;
    text-align: center; 
    text-decoration: none; 
    display: inline-block;
    font-size: 1.2em;    
}

#ayuda{
        width: auto;
        margin: 5px;
        padding: 3px 10px;
        border: 0px;
        color: white;
        font-weight: 600;
        background-color:#244f26;
        font-size: 14px;
}

.disabled {
  color:black ;
  opacity: 0.6;
  cursor: not-allowed;  
}


/* #forma{
    align-content:center;
    font-size:1em;
} */

.b_envio_cont{text-align: center;} 

/*	---------  The Modal (background) ----------     */
 .modal1{ 
   display: none; /*Hidden by default */
   position: fixed; /*Stay in place  */
   z-index: 1; /*Sit on top */
   padding-top: 100px; /*Location of the box */
   left: 0;
  top: 0; 
   width: 100%;  /*Full width */
   height: 100%; /*Full height */
   overflow: auto; /*Enable scroll if needed */
   background-color: rgb(0,0,0); 
   background-color: rgba(0,0,0,0.4); 
} 

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  color: #010101;
  text-align: justify;
  text-justify: auto;
  white-space: normal;
}

/* The Close Button */
 .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.img-install{
  width: 100px; 
  height: 100px;
  position:relative; 
  right:55px;
}
td{
  color:#000;
}  

.img-tejas{
  width: 300px;
  height: 300px;
  object-fit: cover;
}

h5{
  align-content:justify;
  font-size: 1.4em;
}

.rows-offgrid{
  height: 230px;
}

.img-pv{
  width: 300px;
  height: 250px;
}

.font-small{
  font-size: 11px;
}

.background-container{
  background-color: #F6F6F6;
} 
.custom-tooltip {
  --bs-tooltip-bg: #244f26;
}


.recaptcha-container{
  text-align:center;
  
}
.g-recaptcha > div{
  width: auto !important;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
 @media screen and (max-width: 560px) {
     #home {
	margin-top:10%;
	width:90%;
	} 
	/* #barra_progreso_val{font-size:0.8em;}
    #forma{ font-size:1em; }
    h4 { font-size: 0.8em; }
    h5{ font-size: 0.9em;  }   
    button {font-size: 1em } */
    .responsive { 
      width: 60%}
}
@media (max-width:540px) {
  .main-container{
      width: 100%;
      height: 100%;
  }
  .img-install{    
    left: -15px;     
  }  
  .img-tejas{
    display: block;
  }
  .rows-offgrid{
    height: 530px;
  }
  .row-button{
    height: 100px;
  }
  h2{
    font-size: 20px;
  }
  h4 {
    font-size: 13px;
  }
  body{
    font-size: 14px;
  }
  .btn-buy{
    width: 50%;
    height: 50%;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    height: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .title-offgrid{
    height: 175px;
  }
  .img-pv{
    width: 230px;
    height: 180px;
  }
  
    .recaptcha-container{
      text-align:center;
      
    }
    .g-recaptcha > div{
      width: auto !important;
    }

    .g-recaptcha{
      transform:scale(0.77);
      -webkit-transform:scale(0.77);
      transform-origin:0 0;
      -webkit-transform-origin:0 0;
      }
      
  
}

@media (max-width:1330px){
.card-group {
  display: block;  
  flex-flow: row wrap;
}
}
@media (max-width:720px) and (min-width:540px){
  .rows-offgrid{
    height: 350px;
    font-size: 12px;
  }
  .title-offgrid{
    height: 220px;
  }
  h2{
    font-size: 20px;
  }
  h4{
    font-size: 16px;
  }
  .img-pv{
    width: 230px;
    height: 180px;
  }
}
@media (max-width:850px) and (min-width:720px){
  .rows-offgrid{
    height: 320px;
    font-size: 12px;
  }
  h2{
    font-size: 20px;
  }
  h4{
    font-size: 16px;
  }
}
@media (max-width:1000px) and (min-width:850px){
  .rows-offgrid{
    height: 260px;
    font-size: 12px;
  }
  h2{
    font-size: 20px;
  }
  h4{
    font-size: 16px;
  }
}

@media (max-width:1250px) and (min-width:1000px){
  .rows-offgrid{
    height: 260px;
    font-size: 13px;
  }
}


.cuadro {
  width: 150px; /* El 10px es para tener en cuenta los márgenes */
  height: 80px;  
  border: 1px solid #36a662;
  padding: 10px;
  margin-bottom: 20px;
  color: gray;
  font-size: 18px;
}

.titulo {
  font-weight: bold;
  font-size: 13px;
  color: white;
  margin-bottom: 5px;
  background-color:#36a662
}
