@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?44779312');
  src: url('../font/fontello.eot?44779312#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?44779312') format('woff2'),
       url('../font/fontello.woff?44779312') format('woff'),
       url('../font/fontello.ttf?44779312') format('truetype'),
       url('../font/fontello.svg?44779312#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?44779312#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-phone:before { content: '\e800'; } /* '' */
.icon-info-circled:before { content: '\e801'; } /* '' */
.wrapper_logo{
  margin-top:15px;
}
body,html{
  margin:0 auto;
   width:1200px;
  font-family: 'Montserrat', sans-serif;
}
img{max-width:100%;}
h1{
margin:34px 0 19px 0;
padding:0;
font-size: 34px;
font-weight:700;
color: #006287;
line-height: 37px;
}
h2{color: #006287;}
h2.info-servicios{
  padding:0;
  margin:0;
  margin-top:18px;
  font-size:18px;
  font-weight:700;
  line-height:27px;
  color:#006287;
}
h2.info-servicios i{
  font-style:normal;
  }
p{
  padding:0;
  margin:0;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom:6px;
  text-align:left;
}
p.texto_info_servicios,p.texto_caps_avisolegal,p.text_home_tipos_cert{
  padding:0;
  margin:0;
  margin-top:15px;
  font-size: 16px;
  color: #006287;
  line-height: 24px;
  margin-bottom:6px;
  text-align:left;  
}
.color-roig{color:red;}
.brake{display:block;}
.marges_left_30{margin-left:30px;}
.content_logo_left,.content_logo_right{
position:relative;
display:block;
}
.logo-left,.logo_right{
  display:inline-block;
  vertical-align:top;
}
.logo{max-width:90px;margin-right:15px;}
p.text-logo{
font-weight:400;
font-size: 27px;
color: #006287;
line-height:30px;
margin-bottom:15px;
}
.iconss{
  font-family:"fontello";
}
p.tlf-centre{
font-size: 22px;
font-weight:700;
color: #006287;
line-height: 26px;
text-align: right;
margin-bottom:0;
}
p.tlf-centre a{color:#006287;}
p.horaris-centre{
font-size: 14px;
font-weight:400;
color: #006287;
line-height: 21px;
text-align: right;
}
/* Animation mobil-menu */
#nav-icon3{
  width: 100%;
  max-width:40px;
  height: 30px;
  position: relative;
  float:right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #006287;;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  right: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  right: 50%;
}
/* Main menu */
.main_menu{
  position:relative;
  display:block;
  margin: 13px 0;
  padding:0;
  list-style: none;
}
.main_menu li{
  display:inline-block;
}
.main_menu li ul{
  display:none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px;
    margin: 15px 0;
    font-size: 14px;
    line-height:30px;
    font-weight:400;
    text-align: left;
    list-style: none;
    background-color: #0099d3;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main_menu li ul.dropdown-menu>li{
  display:block;
  position:relative;
    display: block;
    padding: 0;
    margin:0;
    width:100%;
    min-height:30px;
}
.main_menu li ul.dropdown-menu>li>a {
    position:relative;
    display: block;
    padding: 0;
    margin:0;
    width:100%;
    clear: both;
    color: white;
    font-weight:400;
}
.main_menu li ul.dropdown-menu>li>a:hover {
background:none;
text-decoration:underline;
}
.main_menu li a{
margin-right:15px;
display:block;
font-size: 16px;
font-weight:700;
color: #006287;
letter-spacing: 1px;
line-height: 16px;  
}
.main_menu li a.current_option{
  color:black;
}
.main_menu li ul.dropdown-menu>li>a.current_option{
  color:#ccc;
}
/* Fi Main menu */
/* Visor home */
.visor_home{
  position:relative;
  display:block;
}
.image_visor_home{
  position:relative;
  display:block;
  width:100%;
  z-index:1;
}
.content_text_visor_home{
  position:absolute;
  display:block;
  top:0%;
  right:15px;
  width:33%;
  z-index:100;
}
p.text_visor_home{
background: rgba(0,116,160,0.70);
display: block;
vertical-align: middle;
padding:30px;
font-size: 18px;
text-align: center;
color: #FFFFFF;
line-height: 27px;
}
/* Fi Visor home */
/* Mapa */
#map{width:100%;height:330px;}
/* Fi mapa */
/* Forms */
#nombreError,#emailError,#emailError2,#comentarioError{
  display:none;
}
.marges_form_contacte{margin-right:30px;}
.form-control{
    width: calc();
    height:45px;
    border:2px solid #ccc;
    box-shadow:none;
    font-size:16px;
    color:#333;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    border-radius:0;
}
input:focus, .form-control:focus{ 
    border:2px solid #006287;
    box-shadow:none;
}
textarea.form-control{
  height:150px;
  overflow:hidden;
  border-radius:0;
}
.error_form{
 width:100%;
 margin:0;
 margin-top:15px;
 background-color:#a02c00;
 padding:0 30px;
 height:45px;
 font-size:16px;
 line-height:45px;
 color:white;
 border-radius:0;
 border:0;
 text-align: center; 
}
.btn-submit-popi{
 margin:15px 0;
 background-color:#00a02c;
 padding:0 30px;
 height:45px;
 font-size:16px;
 line-height:45px;
 color:white;
 border-radius:0;
 border:0;
 text-align: center; 
}
.btn-submit-popi:hover{color:white;background-color:#00ba33;}
p.text_contacto, h2{
font-family: Montserrat-Regular;
font-size: 18px;
line-height: 27px;
margin-bottom:18px;
}
p.text_contacto a{
  text-decoration:underline;
  color:#666;
}
p.text_contacto a:hover{
  text-decoration:underline;
  color:#666;
}
.marges_top_contacte{margin-top:65px;}
/* Fi forms */
/* Tarifas */
.tabla_precios{
position:relative;
display:table;
width:100%;
font-size:18px;
line-height:27px;
border:1px solid #ccc;
box-sizing: border-box; 
}
.tabla_precios tr th{
  background-color:#006287;
  color:white;
}
.tabla_precios tr th,.tabla_precios tr td{
width:50%;
padding:9px 15px;
border-bottom:1px solid #ccc;
box-sizing: border-box;
vertical-align:top;
}
.tabla_precios tr th:last-child,.tabla_precios tr td:last-child{
text-align:right;
}
/* Fi tarifas */
/* Footer */
.marges_footer{
margin-top:90px;
}
.text_acreditacio{
font-size: 16px;
color: #999;
line-height: 24px;
margin:0;
margin-bottom:21px;
padding:0;
}
.logos_oficials{
  position:relative;
  display:block;
  list-style:none;
  padding:0;
  margin:0;
  margin-bottom:15px;
}
.logos_oficials li{
  display:inline-block;
  margin-right:30px;
}
.logos_oficials li:last-child{
margin-right:0;
}
.logos_oficials li img{
max-height:60px;
}
.content_formas_pago{
 position:relative;
 display:block;
 background: #006287;
}
p.text_formas_pago{
font-size: 16px;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 24px;
margin:18px 0;
padding:0;
}
.content_copyright{
position:relative;
 display:block;
 background: #333;  
}
p.text_copyright{
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
margin:13px 0 14px 0;
padding:0;
}
p.text_copyright a{text-decoration: underline}
.text_copyright a{text-decoration:none;color:white;}
.text_copyright a:hover{text-decoration:underline;color:white;}
/* Fi  footer*/
/* Fi animation mobil-menu */
/*@media (max-width: 991px) {
.marges_form_contacte{
  margin-right:0;
}
.content_text_visor_home{display:none;}
}
@media (max-width: 768px) {
.tabla_precios tr th:first-child,.tabla_precios tr td:first-child{
width:70%;
}
.tabla_precios tr th:last-child,.tabla_precios tr td:last-child{
width:30%;
}
.servicio_image_topic{display:none}
.brake{display:none;}
.logos_oficials li img{
max-height:40px;
}
.marges_left_30{margin-left:15px;}
.logos_oficials li{
  display:block;
  width:100%;
  margin-bottom:15px;
  margin-right:0;
}
.first_row_pago{
display:block;
}
.content_main_menu{display:none}
.open_menu{display:block;}
.main_menu{background-color:#006287;}
.main_menu li{
  display:block;
  text-align: center;
}
.main_menu li a{
  border-bottom:1px solid white;
  margin:0;
  padding:0;
  height:44px;
  line-height:44px;
  color:white;
  font-weight:400;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
.main_menu li a.current_option{
  color:#ccc;
}
.dropdown-menu {
    position: relative;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-weight:400;
    text-align: left;
    list-style: none;
    background-color: #0099d3;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main_menu li ul.dropdown-menu>li>a {
    height:auto;
    font-size:12px;
    line-height:18px;
    padding:6px 0;
    letter-spacing:0;
    font-weight:400;
}
.logo{max-width:60px;margin-right:8px;}
p.text-logo{
font-size: 18px;
line-height:22px;
}
p.tlf-centre{
font-size: 18px;
line-height: 22px;
text-align: left;
}
p.horaris-centre{text-align:left;}
}
@media (max-width: 450px) {
.visor_home{display:none;}
p.text_formas_pago{
font-size: 12px;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 18px;
margin:12px 0;
padding:0;
}
}*/