@font-face {
    font-family: 'SangBleu Sunrise';
    src: local('SangBleu Sunrise Medium'), local('SangBleuSunrise-Medium'),
        url('SangBleuSunrise-Medium.woff2') format('woff2'),
        url('SangBleuSunrise-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Sunrise';
    src: local('SangBleu Sunrise Light'), local('SangBleuSunrise-Light'),
        url('SangBleuSunrise-Light.woff2') format('woff2'),
        url('SangBleuSunrise-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Sunrise';
    src: local('SangBleu Sunrise Medium'), local('SangBleuSunrise-Medium'),
        url('SangBleuSunrise-Medium.woff2') format('woff2'),
        url('SangBleuSunrise-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu Sunrise';
    src: local('SangBleu Sunrise Light'), local('SangBleuSunrise-Light'),
        url('SangBleuSunrise-Light.woff2') format('woff2'),
        url('SangBleuSunrise-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root{
      --catlante-teal:#335e6a;
      --card-bg:#2c525d;          
      --text-light:#ffffff;
      --accent:#00c0c7;           
    }


html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}


body {
   margin: 0;
    background-image: url('../css/background-catlante.jpg');
    background-size: cover;          
    background-position: center;     
    background-repeat: no-repeat;  
	position: relative;
  }

 body:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: -1;
    }


main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,h2,h3{
	font-family: 'SangBleu Sunrise'!important;
    font-weight: 500!important;
    font-style: normal!important;
}


.blue{
	color:#003849;
}

.white{
	color:#fff;
}

#cart{
	background-color:#fff;
}

header {
	background-color: transparent;
 position: relative; 
 width: 100%; 
 left: 0; 
 z-index: 1000;
	top: 0;
	height: 60px;
	display: flex;	
	padding: 40px 20px;
color:#fff;

 }
 
 footer { background-color: #003849CC;
 position: relative; 
 width: 100%; left: 0; z-index: 1000;
padding-top:10px;
padding-bottom:10px;
 }
 
 .img-hover-wrap {
  position: relative;
  overflow: hidden;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-hover-wrap:hover .hover-img {
  opacity: 1;
}

.img-hover-wrap:hover .base-img {
  opacity: 0;
}
 
 body#recap .container.my-5{
	 margin-top:0px!important;
	 margin-bottom:0px!important;
	 padding:80px 40px;
 }
 body#info .container.my-5{
	 min-height:500px;
 }
 
 
  body#info .btn{
	color:#fff;
	border:2px solid #fff;
	font-weight:bold;
 }
 
 
 body#info table{
	 width:100%;
	 color:#fff;
 }
 
 body#info table tr td{
	 text-align:center;
	 font-size:25px;
	 font-weight:bold;
 }
 
 body#recap h5{
	 color:#fff;
	 font-size:20px;
	 font-weight:bold;
 }
 body#recap h4,
 body#recap h2{
	 color:#fff;
 }
 
 body#recap label{
	 color:#fff;
	 font-weight:bold;
 }
 
 #product-container  .col-lg-6:nth-child(4) .btn{
	 margin-top:38px;
 }
 #product-container  .col-lg-6:nth-child(2) .btn {
	 margin-top:29px;
 }
 
 body#recap .btn{
	 font-family: Montserrat, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  padding: .30rem .8rem;
  background-color: #003849;
  border:1px solid #fff;
  border-radius:20px;
  margin-right:10px;
 }
 
body#recap .btn-success:hover {background-color: rgb(241, 104, 70);}
 
    header .phone a  {
	color:#fff;
	text-decoration:none;
	font-family: Montserrat, sans-serif!important;
	font-weight:800;
	}
	
	.sticky{
		background-color: #003849CC!important;
	}
	
    footer { bottom: 0; height: 60px; 
	display: flex; align-items: center; 
	justify-content: center;
	padding: 0 20px; }
    footer a { margin: 0 10px; color: #fff; text-decoration:none;
		font-family: Montserrat, sans-serif!important;
  font-weight: 400!important;
	}
	
	header .phone a i{
		font-size:25px;
	}
	
	
.add-to-cart-btn{
	font-family: Montserrat, sans-serif!important;
  font-weight: 600!important;
  background-color:#003849;
  font-size:18px;
  border:none;
  border-radius:10px;
}

.pricecard{
	font-size: 24px;
	text-align:right;
	color:#003849;
	font-weight: 600!important;
}

.intro{
	text-align:justify;
	font-size: 1.3rem;
}

#cart-container h2{
	color:#fff;
}

#cart{
	padding: 20px 10px !important;
	border-radius:10px;
}

#checkout-btn{
	background-color:transparent;
	color: #003849;
	border:1px solid #003849;
}

#checkout-btn:hover{
	background-color:#003849;
	color: #fff;
	border:1px solid #003849;
}

.remove-item-btn{
	padding:0px!important;
	font-weight:800;
	background:transparent!important;
	color:red;
}

#cart-items .list-group-item{
	padding-right:5px!important;
	padding-left:5px!important;
	border-top:none!important;
	border-left:none!important;
	border-right:none!important;
}

.card h5{
	font-family: 'SangBleu Sunrise'!important;
    font-weight: 500!important;
    font-style: normal!important;
	margin-top: 15px;
  font-size: 18px;
}
.add-to-cart-btn:hover{
	 background-color:#f16846;
}


.full-wrapper{
	margin-top:0px!important;
	padding-top: 80px !important;
}

p{
	font-family: Montserrat, sans-serif!important;
  font-weight: 400!important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}

@media screen and (max-width: 769px) {
header{
	max-width:100%;
	display:block;
	padding: 10px 5px;
	text-align:center!important;
	height: 140px;
}

header .d-flex{
	display: block !important;
}

header .logo{
	display:block;
	margin:0 auto;
}
header .phone{
	width:100%;
	text-align:center;
}

.full-wrapper {
  margin-top: 0px !important;
  padding-top: 120px !important;
}

footer a {
	font-size: 12px;
  text-align: center;
}

}
