@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Roboto+Condensed:300,400,700&display=swap');

:root {
  --colorPrincipal: #f4a301;
  --colorSecundario: #7ab4e1;
}


.pressupost{ }
.pressupost h2{ 
	color: #454748;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 900;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.pressupost a.caixaPressupost{
	display:block;
	background-color:#ffffff;
	border:#F0F0F0 solid 5px;
    padding: 20px;
	font-size:24px;
    font-weight:300;
  	color: #2d2d2d;
    text-align: center;
	text-decoration: none;
 	transition: all 0.2s ease-out;
	border-radius:20px;
	
}

.pressupost a.caixaPressupost i{
	display:block;
	background-color:var(--colorSecundario);
	
    padding: 20px;
	width:65px;
	font-size:22px;
	color: #ffffff !important;
    text-align: center;
	text-decoration: none;
 	transition: all 0.2s ease-out;
	border-radius:50px;
	margin:0 auto;
	margin-bottom:20px;
	
}

.pressupost a.caixaPressupost:hover{
	
	text-decoration: none;
 	transition: all 0.2s ease-out;
	background-color:var(--colorSecundario) ;
	color: #ffffff;
	
	
}


.opcio_pressu{ border:#F3F3F3 solid 1px;   border-radius: 50px; padding-bottom:20px;
	
}
.opcio_pressu h2 {
    color: #525252;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding:5px;
    margin-bottom: 10px;
	background-color:#F3F3F3;
	   border-radius: 50px  50px 0 0;
	   line-height:32px;
	   
	
}
.opcio_pressu p{
    margin: 0;
    padding: 0;
    text-align: center;
	font-size:18px;
}
.opcio_pressu .subcaixa{
 
    padding: 20px;
	padding-bottom:0; padding-top:0;
    border-radius: 25px;
   text-align: center;
}
.opcio_pressu .subcaixa p{ font-size:16px; line-height:normal;   background-color: #F1F1F1;
    padding: 10px;
    border-radius: 25px;
    margin-top: 20px;
	text-align: center; }
.titol_opcionals{ font-size:16px !important; line-height:normal;   }
.opcio_pressu .opcionals{
 
    padding: 20px;
	padding-bottom:0; padding-top:0;
    border-radius: 25px;
   text-align: center;
}
.opcio_pressu .opcionals p{ font-size:14px; line-height:16px;   background-color: #F1F1F1;
    padding: 10px;
    border-radius: 25px;
    margin-top: 20px;
	text-align: center; }
	
.opcio_pressu .caixa_preu{
   
    padding:20px; padding-bottom:0; padding-top:0;
    text-align: center;
}
.opcio_pressu .caixa_preuBlau{
  
    padding:20px; padding-bottom:0; padding-top:0;
    text-align: center;
	
}
.opcio_pressu .caixa_preu p{
	 background-color: var(--colorPrincipal, #000000);
     padding:8px;
     border-radius: 50px;
     text-align: center;
	 color:#ffffff;
	 font-size:24px;font-weight:300;
}
.opcio_pressu .caixa_preuBlau p{
	 background-color: var(--colorSecundario, #000000);
     padding:8px;
     border-radius: 50px;
     text-align: center;
	 margin:0 auto;
	 color:#ffffff;
	 font-size:24px;font-weight:300;
}
.opcio_pressu .caixa_preu input[type="text"]{ 
	font-family: 'Roboto Condensed', sans-serif; font-weight:900;
	width:100%; padding:6px !important; background-color:transparent; border:none;   font-size:24px; color:#ffffff; height:auto;
	text-align:center }

.opcio_pressu .opcions{
	padding:20px; 
}
.opcio_pressu .opcions p{ padding-bottom:10px;
}
.opcio_pressu .opcions select{ 
	font-family: 'Roboto Condensed', sans-serif; font-weight:300;  border-radius: 5px;border:#dddee0 solid 1px; 
	width:100%; padding:6px !important;  font-size:18px; color:#525252; height:auto;
}

.minCaixaWifi{ min-height:200px; }

#dadesContacte{ border:#E9E9E9 solid 1px; padding:40px; background-color:#F7F7F7;   border-radius: 25px; margin-top:40px; }
#dadesContacte h3{
    color: #525252;
    font-size: 24px;
    font-weight: 700;
	text-transform:uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
	
}
#dadesContacte p{ margin:0; padding-bottom:5px; }
#dadesContacte input[type="text"], #dadesContacte input[type="email"]{ font-family: 'Roboto Condensed', sans-serif;width:100%; padding:6px !important; background-color:#ffffff; border:none; border:#dddee0 solid 1px;  font-size:16px; color:#777777; margin-bottom:10px;height:auto;  border-radius: 5px;  }
#dadesContacte select{ 
	font-family: 'Roboto Condensed', sans-serif; font-weight:300;  border-radius: 5px; border:#dddee0 solid 1px; 
	width:100%; padding:6px !important;  font-size:16px; color:#777777; height:auto;
}
#dadesContacte  textarea{ font-family: 'Roboto Condensed', sans-serif;width:100% !important; padding:6px !important; background-color:#ffffff; border:none; border:#dddee0 solid 1px;  font-size:16px; color:#777777; margin-bottom:10px; border-radius: 5px; height:auto; }

#dadesContacte input[type="submit"]{ display:inline-block; width:100%; max-width:200px; font-family: 'Roboto Condensed', sans-serif;  background-color:var(--colorPrincipal, #ffffff); padding:10px;  text-align:center; color:#FFFFFF !important; font-size:16px !important; text-decoration:none; transition: all 0.2s ease-out; margin-top:24px; border:none !important;  border-radius: 25px;}
#dadesContacte input[type="submit"]:hover{   background-color:#000000 ; transition: all 0.2s ease-out; }
.mesInfo{ font-size:14px; line-height:normal; }




.formulario{  }
.formulario h2{ color:var(--colorPrincipal, #ffffff); font-size:24px; font-weight:400; text-decoration:none; margin:0; padding:0; margin-bottom:20px; }
.formulario input[type="text"], .formulario input[type="email"]{ font-family: 'Roboto Condensed', sans-serif;width:100%; padding:6px !important; background-color:#ffffff; border:none; border:#dddee0 solid 1px;  font-size:16px; color:#777777; margin-bottom:10px;border-radius:0; height:auto; }
.formulario textarea{ font-family: 'Roboto Condensed', sans-serif;width:100% !important; padding:6px !important; background-color:#ffffff; border:none; border:#dddee0 solid 1px;  font-size:16px; color:#777777; margin-bottom:10px;border-radius:0; height:auto; }
.formulario select{ font-family: 'Roboto Condensed', sans-serif;width:100% !important; padding:6px !important; background-color:#ffffff; border:none; border:#dddee0 solid 1px;  font-size:16px; color:#777777; margin-bottom:10px;border-radius:0; height:auto; }
.formulario input[type="checkbox"]{ margin-right:10px; }
.formulario input[type="submit"]{ display:inline-block; font-family: 'Roboto Condensed', sans-serif;  background-color:var(--colorPrincipal, #ffffff); padding:10px; padding-left:20px; padding-right:20px; text-align:center; color:#FFFFFF !important; font-size:16px !important; text-decoration:none; width:auto; transition: all 0.2s ease-out; margin-top:20px; border:none !important; }
.formulario input[type="submit"]:hover{   background-color:#000000 ; transition: all 0.2s ease-out; }
.formulario input[type="reset"]{ display:inline-block; font-family: 'Roboto Condensed', sans-serif;  background-color:var(--colorPrincipal, #ffffff); padding:10px; padding-left:20px; padding-right:20px; text-align:center; color:#FFFFFF !important; font-size:16px !important; text-decoration:none; width:auto; transition: all 0.2s ease-out; margin-top:20px; border:none !important; border-radius:4px; }
.formulario input[type="reset"]:hover{   background-color:#000000 ; transition: all 0.2s ease-out; }

