.logo{
    width: 300px;
    height: 100px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.container-fluid.content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 0;
  padding-right: 0;


}

#main-content {
  flex: 1; 
  display: flex;
  flex-direction: column;
}

#footer {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  ), url('./assets/immages/footer.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0 !important;
  box-sizing: border-box;
  
}
.space{
  padding-bottom:40px
}
@media screen and (max-width: 600px) {
  #footer {
    height: 200px;
  }
}
.host{
   background-color: #0FA846;
   border-radius: 10px !important;
   border: none;
   color:white;
}
#customButton{
    background-color: transparent;
    border: none;
    color:#0FA846;
    display: block;      
    margin: 0 auto;     
    font-weight: bold;
    font-size:23px;
    
}
#button a, #button a:visited {
  text-decoration: none;
}
#customTitle{
   position: absolute;
  top: 0; 
  left: 50%;
  transform: translate(-50%, -50%); 
  background-color: #0FA846;
  border-radius: 25px;
  color: white;
  width: 150px;
  text-align: center;
  padding: 5px 10px;
  z-index: 1;
}
.row,
.col,
#main-content {
  overflow: visible;
}
#card {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #d3d3d3, transparent);
  border-radius: 10px;
  border: none;
  text-align: center;

  width: 80vw;
  max-width: 400px;
  min-width: 200px;


  min-height: 450px;
  max-height: none;
  height: auto;

  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  
  
}

.col{
  padding-top:  40px;
  padding-left:15px;
}

#customTitleSupport{
    position: absolute;
  top: 0; 
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e55930;;
  border-radius: 25px;
  color: white;
  width: 150px;
  text-align: center;
  padding: 5px 10px;
  z-index: 1;
}
.row.info-row {
  margin-top: 100px; 
}
#button{
    margin-top: auto;
}
#body {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
#information {
   
  position: relative;
  background-color: transparent;
  border: 2px solid #8e8e8e;
  border-radius: 25px;
  padding: 5px 10px;
  width: fit-content;          
  max-width: 100%;             
  display: inline-block;       
  white-space: nowrap;         
  margin: 0 auto;
  padding-left: 35px; 
}
#customButtonSupport{
    position: relative;
    background-color: transparent;
    border-radius: 15px !important;
    border:  3px solid #e55930;
    color:#e55930;
    display: block;      
    margin: 0 auto;     
    text-decoration: none !important;
     font-weight: bold;
    font-size:18px;
     padding: 5px 8px;
    width: fit-content;          
    max-width: 100%;             
    display: inline-block;       
    white-space: nowrap;  
    padding-left:30px;
}
.infoLogo{
 
  position: absolute;              
  top: 50%;                        
  left: -20px;                     
  transform: translateY(-50%);     
  width: 50px;                     
  height: 50px;
}
#buttonSupport{
    position: relative;
}
.infoLogoSupport{
    position: absolute;              
  top: 50%;                        
  left: -20px;                     
  transform: translateY(-50%);     
  width: 50px;                     
  height: 50px;
}
.infoTitle{
   font-size: 3.7em;
    font-weight: bold;
}
.right{
padding-left: 10px;

}
