@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Structure */
      /*  */

/* Well Colors */






/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}


body {
/*   background: #fff; */
/*   color: rgba(25,26,26,.7); */
  font-family: 'Poppins', sans-serif;;
  font-size: 16px;
  line-height: 1.5;
}
html, body {
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.banner{
  background-image: url("https://6025061.fs1.hubspotusercontent-na1.net/hubfs/6025061/LP%20-%20Top%20Fundos/BG_SOFISA_Header_Top_Fundos.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vh !important;
}

.bg-fundo{
  background-image: url("https://6025061.fs1.hubspotusercontent-na1.net/hubfs/6025061/LP%20-%20Top%20Fundos/BG2_SOFISA_LP_CARNAVAL%201.png");
  background-repeat: no-repeat;
  background-position: bottom right;
	padding: 0 0 420px;
}

.cta-custom, a.cta_button{
  font-size: 1em !important;
  border-radius: 8px!important;
  padding: 10px 30px !important;
  font-family: 'Poppins', sans-serif !important;
}

.form a, .form p {
  color: #000 !important;
}
.form a{
  font-weight: bold !important;
}

ul, li {
  list-style: none!important; 
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] select, select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    font-family: 'Poppins',sans-serif !important;
}
input[type="submit"]{
  width: 40% !important;
  font-family: 'Poppins',sans-serif !important;
}
.hs-form-89d97781-395c-4b44-ac52-a89892e2bc02_0a176959-5730-41b2-984e-ef44dafdbcbd fieldset, fieldset{
  max-width: none!important;
}
/* ==========================================================================
   Base                                                    
   ========================================================================== */



body > div.footer-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div{
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
}

body > div.footer-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div > div > div > div{
  display: flex;
  align-items: center;
}




@media screen and (max-width: 768px){
  #hs-link-module_1645795776028892_ > img{
      width: 100%;
    height: 100%;
  }
  #hs_cos_wrapper_module_1662172040378329_ > img{
  margin-left: 20px;
  }
  
	.pontos{
		display:none;
	}
	.one{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 285px;
	}
	.two{
		display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 15px;
	}
	.three{
		display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 285px;
	}
	.four{
		display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 15px;
	}
	.five{
		display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 285px;
	}
	.six{
		display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 15px;
	}
	.seven{
		display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
position: absolute;
width: 100px;
height: 100px;
left: 285px;
	}
	
  *{
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
	
  .banner{
    min-height: auto!important;
  }
  .bg-fundo{
    background-image: none!important;
		padding: 0 0 70px;
  }
  
  body > div.body-container-wrapper > div > div:nth-child(1) > div > div > div > div > div > div > div{
    display: flex;
    flex-direction: column-reverse; 
  }
  input[type="submit"]{
    width: 80% !important;
  }
  body > div.footer-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div > div > div > div > div{
    display: flex;
    align-items: center;
    flex-direction: column; 
  }
  #hs_cos_wrapper_module_1645818233752679_ > img{
    max-width: 50%!important;
    margin-top: 20px;
  }

  body > div.body-container-wrapper > div > div:nth-child(1) > div > div > div > div > div > div > div > div.span5.widget-span.widget-type-cell > div > div > div > div > div{
    display: flex;
    align-content: center;
    justify-content: space-evenly;
  }
  
  body > div.footer-container-wrapper>div>div>div>div>div>div>div>div>div>div>div>div{
    flex-direction: column;
  }
  body > div.footer-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(3) > div > div > div > div > div{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    align-content: center;
  }
  body > div.footer-container-wrapper > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(3) > div > div > div > div > div > div{
    margin-right: 10px !important;
  }
  
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div,
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-7 > div > div > div > div > div.span10.widget-span.widget-type-cell,
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-5 > div > div,
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div,
  .page-center, .page-center2
  {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-7 > div > div > div > div > div.span10.widget-span.widget-type-cell > div > div > div:nth-child(1) > div.row-fluid-wrapper.row-depth-1.row-number-10 > div,
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-7 > div > div > div > div > div.span10.widget-span.widget-type-cell > div > div > div:nth-child(3) > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div > div

  {
    margin-left: 0 !important;
  }
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-7 > div > div > div > div > div.span10.widget-span.widget-type-cell > div > div > div:nth-child(2) > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div > div{
    margin-left: 20px;
  }
  



/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}