
:root {
    --prim: #439e9c;
    --prim-light: #FFFC95;  
    --sec: #007E8F; 
    --sec-light: #209EAE; 
    
}


html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; 
}

body {
    overflow-x: hidden;
	margin: 0px;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #223550;

}


.btn-primary {
    font-family: 'Asap', sans-serif;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
/*    background: #ffe44f;*/
    color: white!important;
    font-size: 18px;
    border-width: 0px;
    border-radius: 25px;
    text-decoration: none;
    position: fixed;
    bottom:80px;
    z-index: 999;
          width: 220px;
        height: auto;
        text-align: center;
        box-sizing: border-box;
            margin-left: -110px;
        left: 50%;
    background-image: url(cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2);
    transition: all 0.1s ease-in-out;
    
}

.row {
    width: 100%;
    display: flex;
}

.col {
    width: 50%;
    float: left;
}


a.btn-primary:link {
    text-decoration: none;
    color: white;
}


a.btn-primary:hover {
    text-decoration: none;
    padding-bottom: 10px;
    transform: scale(1.3);
    color: white!important;

}




hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 10px;
    padding: 0; 
}

h1, h2, h3, h4  {
    font-weight: 300;
    color: var(--prim);
    font-style: italic;
}

h1 {
  font-size: 40px;  
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.0em;
    margin-right: 10px;

}
h2 {
  font-size: 32px;  
  margin-bottom:30px;
    margin-top:40px;
    line-height: 1.2em;

}

h3 {
font-size: 30px; 
      margin-bottom:5px;
    margin-top:10px;
}

h4 {
  font-size: 16px;  
}


a {
    color: var(--prim);
    text-decoration: none;
}

a:link {
	color: var(--prim);
    text-decoration: none;

}

a:visited {
    color: var(--prim);
}

a:hover {
    color: #223550;
}

a:active {
	color: var(--prim);

}
a:focus {
	color: var(--prim);

}




.wrapper {
	margin: auto;
	width: 800px;
    min-height: 700px;
    padding-bottom: 200px;
    margin-top: 60px;

}


.wrapper-hero {
	margin-top: 5%;
	width: 70%;
    margin-left: -35%;
    left: 50%;
    min-height: 700px;
    position: relative;
}


.bg-light {
    background: #cfeae8;
    width: 100%;
    margin-top:100px;
    padding-top: 30px;
}

.bg-color {
    background: #FFDB5D;
    width: 100%;
    margin-top:100px;
    padding-top: 30px;
}

.flip1, .flip2, .flip3, .flip4 {
    font-size: 20px;
	width: 100%;
	cursor: pointer;
	padding-top: 20px;
    padding-bottom:20px;
    border-top: 1px solid #d4d4d4;
}

.panel1, .panel2, .panel3, .panel4 {
    display: none;
    height: auto;
    width: 100%;
    

}

.pictureoffers {
	width: 50%;
	height: auto;
}

.offers {
width: 100%;

}

b {
    font-weight: 600;
}


.quote {
	width: 60%;
    padding: 30px;
	text-align: center;
    font-style: italic;
    font-size: 30px;
    line-height: 1.4em;
    display: block;
    margin: auto;
    box-sizing: border-box;
}

.contentoffers {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #434343;
    float: left;
	padding-right: 2%;
    font-weight: 400;
    line-height: 25px;

}

.contentintro {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #434343;
}

.picture {
	width: 40%;
	float: right;
}

.picture-circle  {
	width: 30%;
    margin: auto;
    border-radius: 50%;
    display: block;
    margin-top:30px;
    
}



footer{
    background-color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;

}


.wrapper-footer {
    padding-top: 15px;
    text-align: center;
	margin: auto;
	width: 960px;
    height: 50px;
    box-sizing: border-box;
}

header {
    padding-top: 50px;
	width: 70%;
    margin:auto;
    text-align: center;
  
}

header img {
    width: 120px;
}



.logo {
	width: 320px;

    
}

.logo-sub {
    width: 50%;
        text-align: right;
        height: 100px;
    font-size: 18px;
    color: var(--sec);
    float: left;
    box-sizing: border-box;
}

.logo img {
    width: 300px;
}

img {
	width: 100%;
	height: auto;
}

.icon {
    margin-top: 0px;
    position: relative; 
    top:2px; 
    display: inline;
    width: 18px;
}


#container-menu {
  padding-top: 200px;
  width: 240px;
  height: 100%;
  position: fixed;
  opacity: 1;
  will-change: transform;
  transition: transform 0.2s ease-in-out;
  z-index: 1;
  transform: translateX(0px);
  font-size: 20px; 
    font-style: italic;
    color: var(--prim);
/*
    background-image: url(header_bg.png);
    background-repeat: no-repeat;
*/
}


#container-menu:hover {
    opacity: 1;
}

#container-menu img {
    width: 120px;
    padding-left: 30px;
}



#container-menu > ul {
  list-style: none;
   padding-left: 50px;
}

#container-menu ul li  {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box; 
    transition: all 0.1s ease-in-out;

}


#container-menu ul li a {
transition: all 0.1s ease-in-out;
    padding-left: 0px;
    
}

#container-menu ul li a:hover {
 padding-left: 5px;
}


#container-menu ul ul {
    list-style: none;
    padding-left: 15px;

}





#container-burger {
  width: 50px;
  padding: 12px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
  z-index: 2;
  border-width: 0px;
  margin: 20px;
  box-sizing: border-box; 
  display: none;
   align-items: center; 
   justify-content: center;  
    right:0px;
    
}

#container-burger:hover {
     opacity: 0.5;
}


#container-burger img {
    width: 100%;
    
}



@media (max-width: 1200px) {
    

    .btn-primary {
        width: 220px;
        height: auto;
        bottom:20px;
        margin-bottom: 0px;
        margin-left: -110px;
        left: 50%;
        text-align: center;
        box-sizing: border-box;
}
    
    
    .wrapper {
	margin: auto;
	width: 90%;
	height: auto;
    min-height: 600px;
}
    
   .wrapper-hero {
       margin-top: 100px;
    left: -50%;
	width: 100%;
	height: auto;
    min-height: 600px;
    margin-left: -50%;
    left: 50%;
}


    
 header {
     padding-top: 15px;
     padding-left: 15px;
	width: 100%;
     height: 100px;
     text-align: left;
    
    
}

.logo {
    width: 220px;

    
}

.logo-sub {
    width: 50%;
    padding-top: 15px;
     text-align: right;
    line-height: 1.3em;
    font-size: 14px;
    color: #777777;
    float: left;
    box-sizing: border-box;
}
 
    


.content {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #434343;
	float: left;
	padding-right: 2%;

}

.picture {
	width: 100%;
	height: auto;
	background-color: ;
	float: left;
}


footer{
	width: 100%;
    margin: auto;
    height: 130px;
    position:relative;
    bottom: 0px;
    
	
}
    
   .wrapper-footer {
       padding-top: 20px;
    margin: auto;
	width: 90%;
	height: 40px;
       text-align: center;
    }
    
    
    .quote {
	width: 100%;
    padding: 10px;
	text-align: center;
    font-style: italic;
    font-size: 30px;
    line-height: 1.2em;
    display: block;
    margin: auto;
    box-sizing: border-box;
}
    
    
    #container-burger {
    display: flex;
        background-color: none;
    }

  #container-menu {
      
    padding-top: 0px; 
    transform: translateX(-240px);
      background-color: #ffffff;
      opacity: 1;
/*      background-image: url(header_bg.png);
      background-repeat: no-repeat;*/
    } 
    
    
    
#container-menu > ul {
  list-style: none;
   padding-left: 30px;
}
 
 
 }
