html, body {
margin: 0;
padding: 0;
line-height:0;
overflow-x:hidden;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:0;
line-height:normal;
font-weight:normal;
color:#002b47;
margin: 0;
padding: 0;
padding-top:76px;
background-color:#fff;
}

a{text-decoration:none; color:#002b47;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{

}

h2{

}

section{
	max-width:2560px;
	margin:0px auto;
	margin-bottom:38px;
}

.wrap{
	width:1220px;
	max-width:1220px;
	margin: 0px auto;
	position: relative;
	padding:42px 0px;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#002b47;
	font-size:22px;
}

.wrap p {
  margin: 0.8em 0em;
}

header{
	width: 100%;
	min-height:76px;
	position: fixed;
	top: 0;
	z-index:99;
	background-color:#fff;
}

header .wrap{
	padding:0px;
	font-size:0;
	width:1280px;
	max-width:1280px;
}

header .logo{
	display:block;
	position:absolute;
	z-index:95;
	left:30px;
	top:32px;
	width:auto;
	height:auto;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

header.sticky .logo{
	top:-350px;
}

#langs {
	display: block;
	position: absolute;
	right:20px;
	top:33px;
	height:23px;
	line-height:23px;
	z-index: 95;
	text-align:right;
}

#langs a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #002b47;
	font-weight:300;
	display: block;
	height:23px;
	line-height:23px;
	padding-right:21px;
	text-transform:uppercase;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

#subLangs {
	position: absolute;
	right:20px;
	top:76px;
	padding-right:21px;
	padding-left:15px;
	padding-bottom:5px;
	border-top: 0px;
	z-index: 95;
	display: none;
	min-width: 56px;
	text-align:right;
	background-color:#fff;
}

#subLangs a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #002b47;
	font-weight:300;
	display: block;
	height:27px;
	line-height:27px;
	text-transform:uppercase;
}

#subLangs a:hover{
	color:#00a3df;
}

a.menuMob{
	display:none;
	position:absolute;
	right:2.5%;
	top:13px;
	z-index:95;
	width:32px;
	height:29px;
	background-image: url(../img/bgMenuX.png);
	background-repeat:no-repeat;
	background-position:left top;
		transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

a.menuActive{
	background-position:left -29px;
}

#menuOverlay {
    display: block;
    position: fixed;
    right:-185%;
    top: 0;
    z-index: 94;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100vh;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#menuOverlay.active{
	right:0;
	background: rgba(0, 43, 71, 0.9);
}

#menuOverlay .wrap {
    text-align: center;
    padding-top:8px;
}

#menuOverlay ul{
	display:inline-block;
	text-align:center;
}


#menuOverlay ul > li{
	margin:0px;
	display:block;
	text-align:center;
    padding: 10px 12px 8px 12px;
	border-bottom:1px solid #52667e;
}

#menuOverlay ul > li.langs{
}

#menuOverlay ul > li.langs a{
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 5px;
}

#menuOverlay ul > li a{
	display:inline-block;
    vertical-align: middle;
	height:auto;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:25px;
	line-height:27px;
	color: #ffffff;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuOverlay ul > li a.sel{
    color: #2d7eac;
}

#menuOverlay ul > li a:hover{
	opacity:0.8;
}

#menu{
	display:block;
	text-align:left;
	height:76px;
	line-height:82px;
	position:relative;
	margin-left:425px;
}

#menu li{
	display:inline-block;
	text-align:center;
	padding:0px 13px;
	height:76px;
	line-height:82px;
	position:relative;
}

#menu li a{
	display:inline-block;
	vertical-align:middle;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:19px;
	color:#002b47;
	font-weight:bold;
	text-transform:uppercase;
	height:76px;
	line-height:82px;
	position:relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#menu li a:hover, #menu li a.sel{
	color:#00a3df;
}

a.wsp{
    display: noen;
    position: fixed;
    right: 0px;
    bottom:30px;
    z-index: 98;
    width: 75px;
    height: 81px;
    white-space: nowrap;
    background-image: url(../img/wapp.png);
	background-repeat: no-repeat;
	background-position:left center;
    background-color: transparent;
    	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	color: #fff;
	font-weight:300;
    line-height:29px;
}

a.wsp:hover{
    width: 268px;
}

a.wsp span{
    display: block;
    padding-left:78px;
    padding-top:23px;
    background-color: transparent;
    min-height: 50px;
}

.slider .wrap{
	padding:0px;
	font-size:0;
	width:1280px;
	max-width:1280px;
}

#swiper-gallery {
	height:519px;
	width:100%;
}

#swiper-img{
	display:block;
	position:absolute;
	left:44%;
	bottom:45px;
	z-index:98;
}

#swiper-gallery .swiper-slide {
	height:519px;
	width: 100%;
	display: inline-block;
	position: relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


#swiper-gallery .overlay {
	display: block;
  position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', sans-serif;
	color:#002b47;
	font-size:30px;
	font-weight:normal;
	z-index:40;
	text-align:left;
}

#swiper-gallery .overlay div{
	margin-left:30px;
	margin-top:136px;
	width:48%;
}

#swiper-gallery .overlay strong{
	display:block;
	font-family: 'Merriweather', sans-serif;
	font-size:38px;
	font-weight:bold;
	margin-bottom:14px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#swiper-gallery .overlay span{
	display:block;
	margin-bottom:50px;
}

#swiper-gallery .overlay a.button{
	display:inline-block;
	margin-left:76px;
	padding:0px 34px;
	background-color:transparent;
	color:#002b47;
	border:1px solid #002b47;
	float:none;
	margin-top:0px;
}

#swiper-gallery .overlay a.button:hover{
	background-color:#002b47;
	color:#fff;
}

.introHome{
	background-image:url(../img/bgHome.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background-attachment:fixed;
}

.introHome .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
	color:#ffffff;
	font-size:22px;
}

.introHome .wrap ul h1{
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	display:block;
}


.introHome .wrap ul h2{
	font-family: 'Merriweather', sans-serif;
	color:#74d0ff;
	font-size:32px;
	font-weight:bold;
	display:block;
	margin-bottom:55px;
    text-align: center;
}

.introHome .wrap ul li{
	width:44%;
}

.introHome .wrap ul li img{
	display:block;
	margin:0px auto;
}


.gestionsHome .wrap{
	border-bottom:1px solid #b2b2b2;
}

.gestionsHome .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	color: #002b47;
	font-size: 20px;
}

.gestionsHome .wrap ul h1{
	font-family: 'Merriweather', sans-serif;
	color:#002b47;
	font-size:38px;
    line-height: 41px;
	font-weight:bold;
	display:block;
	margin-bottom:9px;
}


.gestionsHome .wrap ul h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#002b47;
	font-size:25px;
	font-weight:normal;
	display:block;
	margin-bottom:28px;
}

.gestionsHome .wrap ul li {
    width:27%;
		padding-top:16px;
}

.gestionsHome .wrap ul li:first-child{
	font-size:22px;
	width:30%;
	padding-top:0px;
}

.gestionsHome .wrap ul li:first-child img{
    max-width: 100%;
}

.gestionsHome .wrap ul li strong{
	display:block;
	color:#00a3df;
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
}

.gestionsHome .wrap ul li a.button{
    display: inline-block;
    float: none;
    padding: 0px 40px;
    padding:0px 34px;
	background-color:transparent;
	color:#002b47;
	border:1px solid #002b47;
}

.gestionsHome .wrap ul li a.button:hover{
    background-color:#002b47;
	color:#fff;
}

.servicesHome{

}

.servicesHome .wrap{
	padding:0px;
}

.servicesHome .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
}

.servicesHome .wrap ul li{
	width:27.8%;
	font-size:20px;
	margin-top:45px;
	margin-bottom:35px;
}


.servicesHome .wrap ul li em{
	min-width:88px;
	height:100%;
	display:inline-block;
	vertical-align:top;
	background-image:url(../img/icons/icon1.png);
	background-repeat:no-repeat;
	background-position:left 8px;
}


.servicesHome .wrap ul li span{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 88px);
}
	

.servicesHome .wrap ul li strong{
	font-weight:bold;
	font-size:24px;
	display:block;
	margin-bottom:9px;
}

.servicesHome .wrap ul li a:hover strong{
	color: #00a3df;
}


.formHome {
  background-image: url(../img/bgFormHome.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}


.formHome .wrap{

}

.formHome .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}

.formHome .wrap ul li{
	width:35%;
	font-size:22px;
}

.formHome .wrap ul li:last-child{
    width: 48.5%;
}

.formHome .wrap ul h1{
	font-family: 'Merriweather', sans-serif;
	color:#002b47;
	font-size:38px;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}


.formHome .wrap ul h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#002b47;
	font-size:25px;
	font-weight:normal;
	display:block;
	margin-bottom:28px;
}

.formHome .customInput{
	width:46%;
	margin-right:3%;
}

.formHome textarea.customInput {
	width:calc(96% - 18px);
	height:112px;
}

.formHome #captcha.customInput{
}

.lopd{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

.lopd a{
	color:#fff;
	text-decoration:underline;
}


.introGes{
	background-image:url(../img/bgHome.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background-attachment:fixed;
}

.introServices{
	background-image:url(../img/bgServices.jpg);
}

.introGes .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-end;
	color:#ffffff;
	font-size:26px;
	text-align:left;
}

.introGes .wrap ul li{
	max-width:56%;
	margin-right:2%;
}

.infoGen .wrap{
border-bottom: 1px solid #b2b2b2;
}

.infoGen .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #002b47;
	font-size: 20px;
}

.infoGen .wrap ul h1{
	font-family: 'Merriweather', sans-serif;
	color:#002b47;
	font-size:38px;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}


.infoServices .wrap{
    border-bottom: 0px;
}

.infoGen .wrap ul h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#002b47;
	font-size:25px;
	font-weight:normal;
	display:block;
	margin-bottom:28px;
}

.infoGen .wrap ul li {
    width:64.5%;
	padding-top:8px;
}

.infoGen .wrap ul li:first-child{
	font-size:22px;
	width:30%;
	padding-top:0px;
}

.infoGen .wrap ul li:first-child a{
    display: block;
    padding-left:12px;
    text-decoration:underline;
    position: relative;
}

.infoGen .wrap ul li:first-child a::before{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '•';
    width: 12px;
}

.infoGen .wrap ul li:first-child a:hover{
    text-decoration: none;
}

.infoGen .wrap ul li:first-child img{
	max-width: 100%;
}


.infoGen .wrap ul li:last-child strong{
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #037ba7;
}

.infoGen .wrap ul li:last-child span{
    display: block;
    padding-left:12px;
    position: relative;
}

.infoGen .wrap ul li:last-child span::before{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '•';
    width: 12px;
}


.infoGen .wrap ul li:last-child div{
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b2b2b2;
}

.infoGen .wrap ul li:last-child div:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.infoGen .wrap ul li:last-child em{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

.infoGen .wrap ul li:last-child a.button {
  display: inline-block;
  float: none;
  padding: 0px 40px;
  padding: 0px 34px;
  background-color: transparent;
  color: #002b47;
  border: 1px solid #002b47;
}

.infoGen .wrap ul li:last-child a.button:hover{
    background-color:#002b47;
	color:#fff;
}

.infoLegal .wrap {
  border-bottom: 0px;
}

.infoLegal .wrap ul li:first-child {
  width: 100%;
    padding-top: 25px;
    font-size: 20px;
}

.infoLegal .wrap ul li:last-child strong {
  display:inline;
    margin: 0px;
    padding: 0px;
  font-size:20px;
  color: #002b47;
}

.formContact{
	background-image: none;
}

.formContact .wrap{
	border-top: 1px solid #1c2a36;
}

.formContact .customInput{
	background-color: #fff;
	border: 1px solid #b2bfc7;
}

.formContact .customInput.error{
     border: 1px solid #FB6969;
}

.formContact .lopd{
  font-family: Arial, Helvetica, sans-serif;
  color: #002b47;
  font-size: 11px;
  height: 100px;
  overflow-y: auto;
  margin-bottom: 15px;
}


.formContact .lopd a {
    color: #002b47;
}

.formContact .button {
    background-color: transparent;
    color: #002b47;
    border: 1px solid #002b47;    
}

.formContact .button:hover{
	background-color:#002b47;
	color:#fff;
}


.team .wrap ul li{
	width: 33.3333%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.location .wrap ul {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.location .wrap ul li {
    width: 34.5%;
    font-size: 20px;
    color: #252122;
}

.location .wrap ul li:last-child {
    width: 59%;
    
}

.location .wrap ul li strong{
	font-size: 23px;
    color: #002b47;
    display: block;
    font-weight: bold;
    margin-bottom:10px;
    
}

.location .wrap ul li a{
	text-decoration: underline;
}

.location .wrap ul li iframe{
	border: 1px solid #ccc;
}

footer{
}

footer .wrap{
	border-top:1px solid #b2b2b2;
	padding:22px 0px;
	padding-top:36px;
}

footer .wrap.bottom{
	width: 100%;
	max-width: none;
}

footer .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-evenly;
    align-items: end;
	color:#252122;
	font-size:20px;
	text-align:left;
}

footer .wrap ul a{
	color:#252122;
    text-decoration:underline;
}

footer .wrap ul a:hover{
	text-decoration:none;
}



footer .wrap ul li{

}

footer .wrap ul li:first-child{
}


footer .wrap ul li strong{
	font-size:23px;
	font-weight:bold;
	display:block;
    color: #002b47;
	margin-bottom:10px;
}

footer .bottom{
	padding:22px 0px;
	background-color:#002b47;
	text-align:center;
	color:#fff;
	font-size:19px;
}

footer .bottom div{
	text-align:center;
}

footer .bottom a{
	color:#fff;
}

footer .bottom a:hover{
	text-decoration:underline;
}


.button{
	text-align:center;
	display:block;
	float:right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:20px;
	padding:0px 55px;
	height:44px;
	min-height:44px;
	line-height:44px;
	border:1px solid #002b47;
	background-color:#002b47;
	text-transform:uppercase;
	margin-top:20px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.button:hover{
	background-color:transparent;
	color:#002b47;
	border:1px solid #002b47;
}

.breadcrumb{
	margin: 0px auto;
	margin-bottom:15px;
}

.breadcrumb .wrap{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#252122;
text-align:left;
padding:0px 0px;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#002b47;
	font-weight:normal;
}

.breadcrumb .wrap a:hover{
	text-decoration:underline;
}

#formSending, #formOk, .formSending, .formOk{
	text-align:center;
	margin:25px 0px;
	display:none;
}


.LBBg{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	height:100vh;
	width:100%;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:100;
}

.LBBg .wrap{
    padding: 0px;
}

.LBContent{
    width:50%;
    height:100vh;
    background-color:#ffffff;
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
    color:#002b47;
}

.LBContent img.LBLogo{
    width: 295px;
}

a.LBClose, a.LBPClose{
	display:block;
	position:absolute;
	right:31px;
	top:31px;
	width:18px;
	height:18px;
	background-image:url(../img/lbClose.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.LBContent form{
	display:block;
	width:88%;
	margin:0px auto;
	padding-top:30px;
}

.LBContent form#formLB{
    padding-top:15px;
}


.LBContent form .customInput{
background-color: #fff;
    width: 46%;
  margin-right: 3%;
    margin-bottom: 10px !important;
}

.LBContent form .customInput.error{
     border: 1px solid #FB6969;
}

.LBContent form textarea.customInput{
    width: calc(96% - 18px);
  height: 75px;
}

.LBContent form #captcha.customInput{
	width:50%;
	margin-right:7px;
}

.LBContent form .customInput100{
    width: calc(100% - 19px) !important;
    
}

.LBContent form img.captchaImg{
	vertical-align:middle;
	display:inline-block;
	margin-bottom:10px;
	height:40px;
}

.LBContent form a.button{
	float:right;
	display:block;
	margin-top:15px;
}

.LBContent form .lopd{
    font-family: Arial, Helvetica, sans-serif;
	color: #002b47;
    font-size: 11px;
    height: 72px;
    overflow-y:auto;
}

.LBContent form .lopd a{
	color: #002b47;
	text-decoration:underline;
}


.kitDigital{

}

.kitDigital .wrap{
    padding: 20px 0px;
    padding-bottom: 0px;
    text-align: center;
}

.kitDigital img{
    max-width:80%;
    display: inline-block;
}

section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.customInput {
	border: 0;
	height:42px;
	line-height:42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:19px;
	color: #002b47;
	font-weight:300;
	display: inline-block;
	vertical-align:middle;
	width:auto;
	margin: 0px;
	padding: 0px;
	margin-bottom:18px;
	text-indent:19px;
	cursor: default;
    border: 1px solid #b2bfc7;
}

select.customInput {
	opacity:0.95;
	text-indent: 0px;
	padding-left: 18px;
}

textarea.customInput {
		text-indent: 0px;
	padding-left: 18px;
	padding-top:9px;
	line-height:normal;
}


.customInput100{
    width: 96%;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #002b47;
		opacity:0.95;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #002b47;
	 opacity:0.95;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #002b47;
	 opacity:0.95;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #002b47;
	 opacity:0.95;
}

#pdcc-modal-bg{
    font-size: 15px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #002b47 !important;
    color: #FFF !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #002b47 !important;
}