.tituloart{
	color: #F12513;
    font-size: 40px;
    font-family: "RightGroteskWideMedium";
    width: 501px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 20px 0px 20px 0px;
}
 .subtituloart{
	font-size: 30px;
    font-family: "RightGroteskWideMedium";
    width: 501px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.pasos {
	    width: 100%;
    display: flex;
    padding: 30px 0px 40px 0px;
}

.pasos .elementoPaso{
	width: 20%;
    display: block;
    line-height: 100px;
    height: 100px;
    font-size: 36px;
    text-transform: uppercase;
    font-family: RightGroteskWideMedium;
    color: white;
    background-color: gray;
    vertical-align: middle;
    text-align: center;
    margin: 2px;
}

.pasos .Marcado{
    background-color: #F12513;
}
.contenedor{
	max-width: 1360px;
    margin: auto;	
}
section.contractorBody{
    background-image: url(../img/fonsFormulari.png);
    background-color: transparent;
    background-position: -9px 38px;
    background-repeat: no-repeat;
}

section.contractorBody .titulopas,section.contractor .titulopas{
	color: #F12513;
    font-size: 48px;
    font-family: "RightGroteskCompactBlack";
   /* width: 501px;*/
  	line-height: 40px;
    font-weight: bold;
    text-align: center;
     text-transform: uppercase;
    margin: auto;
    padding: 20px 0px 20px 0px;
}
section.contractorBody .subtitulonegrita{
    color: #000000;
    font-size: 28px;
    font-family: "RightGroteskCompactBlack";
  	line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    padding: 50px  0px 30px 0px;
}
section.contractorBody .textoMedianoSC{
    font-family: "Helvetica";
    margin: auto;
    line-height: 22px;
    font-size: 21px;
    font-weight: light;
}
section.contractorBody .textoMediano{
    font-family: "Helvetica";
    text-align: center;
    margin: auto;
    line-height: 22px;
    font-size: 21px;
    font-weight: light;
}
section.contractorBody .textoCursiva{
    font-family: "Helvetica";
    margin: auto;
    line-height: 20px;
    font-size: 20px;
    font-weight: light;
    font-style: italic;
}
section.contractorBody .subtitulopas{
    font-family: "Helvetica";
    width: 800px;
    text-align: center;
    margin: auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: light;
}

section.contractorBody .row, section.pagamentBody .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.contractorBody> .contenedor, section.pagamentBody .row {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.contractorBody .mas{
	color: #3191c5;
    font-family: "Helvetica", arial;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    cursor: pointer;	
}
section.contractorBody .mas:hover{
    text-decoration: underline;
}
section.contractorBody> label {
    max-width: 100%;
    font-family: RightGroteskNarrowLight;
	font-size: 27px;
	color: #000;
}

section.contractorBody label{
	font-size: 27px;
	font-family: "RightGroteskNarrowLight";
	text-transform: uppercase;
	white-space: nowrap;
}
section.contractorBody label.minilabel {
    font-size: 12px;
    width: 100%;
    text-transform: none;
    font-family: "Helvetica";
    white-space: normal;
}
.formPasoCamp input[type="date"]{
	background-color: white;
}
    

 .formPasoCamp input[type="text"], .formPasoCamp input[type="number"],.formPasoCamp input[type="date"],.formPasoCamp input[type="tel"] {
    float: left;    
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 15px;
    height: 54px;
    font-family: RightGroteskMedium;
	font-size: 22px;
	padding: 15px 30px;
}

.formPasoCamp input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: #F12513;*/
  opacity: 0.6; /* Firefox */
}

.formPasoCamp input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F12513;
}

.formPasoCamp input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #F12513;
}

.formPasoCamp input[type="text"]:-moz-read-only,
.formPasoCamp input[type="date"]:-moz-read-only{
	color: #767676;
}

.formPasoCamp input[type="text"]:read-only,
.formPasoCamp input[type="date"]:read-only{
	color: #767676;
}

.FormularioInfo .formPasoCamp input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 	color: #767676;
 	opacity: 1; /* Firefox */
}

.FormularioInfo .formPasoCamp input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #767676;
}

.FormularioInfo .formPasoCamp input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #767676;
}


.formPasoCamp input[type="text"].error+span:after,
.formPasoCamp input[type="number"].error+span:after,
.formPasoCamp select.error+span:after,
.formPasoCamp input[type="date"].error+span:after {
   content: '!';
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 62px;
    right: 25px;
    background: #f12513;
    color: #fff;
    padding: 0 11px 0;
    line-height: 23px;
    font-size: 16px;
}
.FormularioInfo .formPasoCamp input[type="text"].error+span:after,
.FormularioInfo .formPasoCamp input[type="number"].error+span:after,
.FormularioInfo .formPasoCamp select.error+span:after,
.FormularioInfo .formPasoCamp input[type="date"].error+span:after {
	top: 15px;
}


.formPasoCamp select.error+span:after{
	top: 14px;
    right: 64px;
}
.contractorBody [type='checkbox'] {
    margin-right: 10px;
}
.wrapper-status p {
 	color: red;
    text-align: center;
    margin: 0px;
    font-size: 22px;
    line-height: 22px;
}
.wrapper-status p.exito {
    color: #41AD49;
    text-align: center;
    margin: 0px;
    padding-bottom:30px
}
 .formPasoCamp  .selectcontenedor{
	background: #fff;
    border: 1px solid #000;
    height: 54px;
    overflow: hidden;
    width: 100%;
    position: relative;
    float: right;
 }

 .formPasoCamp select{
    background: transparent;
    border: 0;
    /*text-transform: uppercase;*/
	font-family: RightGroteskMedium;
	font-size: 22px;
	/*color: #f12513;*/
	padding: 11px 30px;
    width: 100%;
 }
 .privestilo{
 	font-family: Helvetica;
	font-size: 22px;
	color: #000;
	font-weight: normal;
 }
 .privestilo a{
	color: rgb(0,154,199);
	font-weight: normal;
 }
 a#envioContacta{
	font-family: Helvetica;
	font-size: 29px;
	color: rgb(0,154,199);
	font-weight: normal;
	text-decoration: underline;
 }
 
 
 
.formPasoCamp  .selectcontenedor::after{
    content: "";
    display: table-cell;
    text-align: center;
    width: 54px;
    height: 100%;
    background: url(https://www.mussap.net/o/MussapWebPublicaV7Theme/images/fletxa_blanca.png);
    background-color: #f12513;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
 
element.style {
}
*, *::before, *::after {
    box-sizing: border-box;
}



.tipoRiesgo2.label {
    display: inline-block;
}
.tipoRiesgo2.div {
    display: inline-block;
}
.tipoRiesgo2 {
    width: 332px;
    cursor: pointer;
    margin-top: -17px;
    display: inline-block;
    vertical-align: top;
}


.tipoRiesgo {
    width: 20rem;
    border: 2px solid #f12513;   
    min-height: 5rem;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-border-radius: 1rem;   
    margin-right: 20px;
    margin-top: 18px;
    display: inline-flex;   
}
.tipoRiesgo .textoRiesgo{
	line-height: 22px;
    font-family: RightGroteskMedium;
    text-transform: uppercase;
    font-size: 22px;
    color: #f12513;
    padding: 15px 20px;
}
 .tipoRiesgo span.imgPatitene {
   background-image: url(../img/icon-patinete.png);
    width: 77px;
    height: 43px;
    resize: both;
    margin: 12px;
    background-size: 53px 43px;
}
 .tipoRiesgo span.imgCadira {
      background-image: url(../img/icon-sillaruedas.png);
    width: 61px;
    height: 48px;
    resize: both;
    margin: 12px;
    background-size: 45px 47px;
}
.tipoRiesgo span.imgLongBoard {
    background-image: url(../img/icon-longboard.png);
    width: 69px;
    height: 47px;
    resize: both;
    margin: 14px;
    float: right;
    background-size: 51px 45px;
}

.tipoRiesgoMarcado {
    width: 20rem;
    border: 2px solid #f12513;   
    min-height: 5rem;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-border-radius: 1rem;   
    margin-right: 20px;
    margin-top: 18px;
    display: inline-flex;  
    background-color: #f12513; 
}
.tipoRiesgoMarcado .textoRiesgo{
	line-height: 22px;
    font-family: RightGroteskMedium;
     text-transform: uppercase;
    font-size: 22px;
   color: #fff;
    padding: 15px 20px;
}

 .tipoRiesgoMarcado span.imgPatitene {
    background-image: url(../img/icon-patinete-blanc.png);
    width: 77px;
    height: 43px;
    resize: both;
    margin: 12px;
    background-size: 53px 43px;
}
 .tipoRiesgoMarcado span.imgCadira {
    background-image: url(../img/icon-sillaruedas-blanc.png);
    width: 61px;
    height: 48px;
    resize: both;
    margin: 12px;
    background-size: 45px 47px;
}
.tipoRiesgoMarcado span.imgLongBoard {
    background-image: url(../img/icon-longboard-blanc.png);
 	 width: 69px;
    height: 47px;
    resize: both;
    margin: 14px;
    float: right;
    background-size: 51px 45px;
}



 .tipoRiesgo > .textoRiesgo,.tipoRiesgoMarcado > .textoRiesgo{
	width:100%;
}

.packs{
	margin:70px -5px;
}

.packs > div > div{
	background:rgb(242,240,240);
	border: 2px solid rgb(242,240,240);
	padding: 40px 20px;
	margin: 0px 0px 20px;
	flex: 0 0 32.441%;
	cursor: pointer;
	position: relative;
    background-clip: padding-box;
  	border: 1px solid rgb(151,149,149);
}

.packs > div:hover> div.unselect{
	border: 2px solid #f12513;
}

.packs > div> div.select{
	border: 2px solid #f12513;
}

.packs > div h2{
	font-size: 27px;
	color: #f12513;
	font-family: "RightGroteskMedium";
	text-transform: uppercase;
}

.packs > div span{
	font-size: 27px;
	font-family: "RightGroteskNarrowLight";
	text-transform: uppercase;
}
.packs > div div div.recomenat,.pack > div.recomenat {
    font-family: RightGroteskCompactBlack;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    color: #fff;
    border-radius: 0 0 0px 20px;
    background: rgb(0,154,199);
    padding: 0px 2px 2px 36px;
    background-image: url(../img/estrella.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px;
}

.packs > div div div.agrupacion,.pack > div.agrupacion {
	font-weight:600;
	padding-top: 10px;
	font-family: RightGroteskNarrowLight;
	font-size:32px;
}

.packs > div div div.cobertures,.pack > div.cobertures {
	float: right;
    font-family: RightGroteskNarrowLight;
	font-size: 27px;
	color: rgb(0,154,199);   
    padding: 0px 2px 2px 36px;
    background-image: url(../img/mas.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px;
    cursor: pointer;
}
.packs > div div div.menos,.pack > div.menos {
	background-image: url(../img/menos.png);    
}

 .oculto {
    display:none;
    clear: both;
}
.packs > div  div.fraccionat {
    font-family: Helvetica;
    font-size:18px;
    color: #000;
    font-weight: light;
    font-style: italic;
     clear: both;
         padding-top: 10px;
}
.packs > div div.campopack{
	color: #fff;
	font-family: "RightGroteskMedium";
    font-size: 22px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background: rgb(151,149,149);
}



.packs > div span.preu{
	color: #f12513;
	font-family: "RightGroteskMedium";
	font-size: 30px;
	/*float: left;*/
    clear: both;
    display: block;
}
.packs > div span.preuAnterior{
	color: #f12513;
	font-family: "RightGroteskMedium";
	font-size: 31px;
	/*float: left;*/
    clear: both;
    display: block;
	text-decoration: line-through;
}
.packs > div div.oferta,.pack  div.oferta{
	position: absolute;
    right: 30px;
    margin-top: -15px;
    width: 110px;
    height: 119px;
    background-image: url(../img/descuento.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.packs > div div.covertada{
	margin-top: 30px;
}
.pack  div.covertada{
	margin-top: -5px;
}
.packs > div .descuento1,.pack  .descuento1{
	font-size: 31px;
    font-weight: bolder;
    color: white;
    margin-top: 18px;
    text-align: center;
    display: block;
}
.packs > div .descuento2,.pack  .descuento2{
	font-size: 9px;
    color: white;
    font-family: 'Helvetica';
    display: block;
    text-align: center;
}
.packs > div div div.headerPack{
	background: #f12513;
    color: #fff;
    font-size: 42px;
    font-family: "RightGroteskCompactBlack";
    position: absolute;
    top: -65px;
    width: calc(100% + 4px);
    left: 0;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    margin: 0px -2px;
	visibility: hidden;
}

.packs > div div.select div.headerPack{
	visibility: visible;
}
.packs > div div div.headerOverPack{
	background: rgb(151,149,149);
    color: #fff;
    font-size: 42px;
    font-family: "RightGroteskCompactBlack";
    position: absolute;
    top: -64px;
    width: calc(100% + 4px);
    left: 0;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    margin: 0px -2px;
	visibility: hidden;
}

.packs > div div.unselect div.headerOverPack{
	visibility: visible;
}
.packs > div:hover div.unselect div.headerOverPack{
	background-color:#f12513;
}
.packs > div div div.footerPack{
	background: #f12513;
	color: #fff;
	font-size: 42px;
	font-family: "RightGroteskCompactBlack";
	position: absolute;
	bottom: -65px;
	width: calc(100% + 4px);
	left: 0;
	border-radius: 0 0px 20px 20px;
	text-align: center;
	margin: 0px -2px;
	visibility: hidden;
}
.packs > div div.select div.footerPack{
	visibility: visible;
}



.packs > div div div.footerOverPack{
	background: rgb(151,149,149);
	color: #fff;
	font-size: 42px;
	font-family: "RightGroteskCompactBlack";
	position: absolute;
	bottom: -64px;
	width: calc(100% + 4px);
	left: 0;
	border-radius: 0 0px 20px 20px;
	text-align: center;
	margin: 0px -2px;
	visibility: hidden;
}
.packs > div div.unselect div.footerOverPack{
	visibility: visible;
}
.packs > div:hover div.unselect div.footerOverPack{	
	background-color:#f12513;
}



.packsSimple > div> div.select{
	border: 2px solid #f12513;
	 cursor: pointer;
}
.packsSimple > div> div.unselect{
 	cursor: pointer;
}
.packsSimple .imagenCoche{
	height: 134px;
    background-repeat: no-repeat;
    background-size: contain;
}
.packsSimple  span.negritaText{
    background-color: #111111;
    color: white;
    padding: 3px;
    margin-right: 2px;
    border-radius: 4px;
    border: 2px solid #111111;
    }
    

.packsSimple >div>div{
	border: 1px solid gray;
 }    
.packsSimple > div >div .bloqueInfo{
	border-top:1px solid gray;
	padding: 10px;
}  
.packsSimple > div >div .bloqueInfo .mensajeRedondeado{
    background-color: #f12513;
    color: white;
    border-radius: 10px;
}
.packsSimple > div >div .bloqueInfo .mensajeNormal {
    font-weight: 200;
    padding-bottom: 2px;
    border-bottom: 1px solid lightgray;

}
.packsSimple > div >div .bloqueInfo .mensajeBoton {

	background-color:red;
	text-align:center;
	color:white;
	    cursor: pointer;
}
.packsSimple > div >div .bloqueInfoExtra{
	background-color: lightgray;
	    padding: 10px;
}  





.camposNegros > div span{
	font-size: 32px;
	font-family: "RightGroteskNarrowLight";
	text-transform: uppercase;
}

.camposNegros > div div{
	background:rgb(95,94,93);
	color: #fff;
	font-family: "RightGroteskMedium";
	padding: 5px 20px 9px;
	font-size: 30px;
}

.campoNegro > input {
    font-family: RightGroteskMedium;
	font-size: 22px;
	color: #fff!important;
	padding: 15px 30px;
	background: rgb(95,94,93);    
}

.tipoProducto {
	width: max-content;
    border: 2px solid #F12513;
    min-height: 4rem;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-border-radius: 1rem 0rem 0rem 1rem;
    color: #f12513;
    font-family: "RightGroteskMedium";
    font-weight: bold;
    font-size: 30px;
    margin-left: 20px;
    margin-top: 18px;
    display: inline-flex;
    position: absolute;
    right: 0px;
    padding: 20px 4px 20px 20px;
    line-height: 20px;
    border-right: 0px;
}

.btn-paso-anterior{
	cursor: pointer;
	width: max-content;
	border: 2px solid #F12513;
	border-right-color: rgb(241, 37, 19);
	border-right-style: solid;
	border-right-width: 2px;
	min-height: 4rem;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-border-radius: 0rem 1rem 1rem 0rem;
	color: #f12513;
	font-family: "RightGroteskMedium";
	font-weight: bold;
	font-size: 30px;
	margin-left: 0px;
	margin-top: 18px;
	display: inline-flex;
	position: absolute;
	left: 0px;
	padding: 20px 20px 20px 4px;
	line-height: 20px;
	border-left: 0px;
}

div.pack{
	background:rgb(242,240,240);
	border: 2px solid rgb(242,240,240);
	padding: 20px 30px;
	margin: 0 5px;
	position: relative;
	border: 2px solid #f12513;
}

div.pack h2{
	font-size: 27px;
    color: #f12513;
    font-family: "RightGroteskMedium";
    text-transform: uppercase;
}

div.pack span{
	font-size: 27px;
	font-family: "RightGroteskNarrowLight";
	text-transform: uppercase;
}

div.pack div.campopack {
    color: #fff;
    font-family: "RightGroteskMedium";
    font-size: 22px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background: rgb(151,149,149);
}
div.pack #preuDes {
    clear: both;
/*    float: left;*/
}
div.pack span.preu{
	color: #f12513;
	font-family: "RightGroteskMedium";
	font-size: 30px;
	display: block;
	clear: both;
}
div.pack span.preuAnterior{
	color: #f12513;
	font-family: "RightGroteskMedium";
	font-size: 32px;
	display: block;
	clear: both;
	text-decoration: line-through;
}
div.pack span.preu span.negrita{
    color: black;
    font-family: "RightGroteskMedium";
    font-size: 30px;    
}
div.pack span.preu2{
	color: #f12513;
	font-family: "RightGroteskMedium";
	font-size: 27px;
	display: block;
	clear: both;
}
div.pack div.footerPack{
	background: #f12513;
	color: #fff;
	font-size: 42px;
	font-family: "RightGroteskCompactBlack";
	position: absolute;
	bottom: -79px;
	width: calc(100% + 4px);
	left: 0;
	border-radius: 0 0px 20px 20px;
	text-align: center;
	margin: 0px -2px;
}
div.pack div.headerPack{
	background: #f12513;
	color: #fff;
	font-size: 42px;
	font-family: "RightGroteskCompactBlack";
	position: absolute;
	 top: -65px;
	width: calc(100% + 4px);
	left: 0;
	  border-radius: 20px 20px 0px 0px;
	text-align: center;
	margin: 0px -2px;
}


.formOptionCamp .checkContacta{
	float: left;
	padding: 6px 0px 10px 0px;
	color: #000;
	font-family: 'Helvetica';
	font-size: 15px;
	width: 100%;
	margin-bottom: 15px;
	line-height: 35px;
}

.formOptionCamp .checkContacta .radiocontenedor{
	font-size: 15px;
}

/* The container */
.formOptionCamp .radiocontenedor {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  width: auto;
}

/* Hide the browser's default radio button */
.formOptionCamp .radiocontenedor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.formOptionCamp .checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.formOptionCamp .radiocontenedor:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.formOptionCamp .radiocontenedor input:checked ~ .checkmark {
  background-color: #F12513;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.formOptionCamp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.formOptionCamp .radiocontenedor input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.formOptionCamp .radiocontenedor .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}


/* The container */
.formOptionCampGrande .centrado{
	margin: auto;
	width: fit-content;
}
/* The container */
.formOptionCampGrande .last{
	 padding-right: 0px;
  margin-right: 0px;
}
.formOptionCampGrande .radiocontenedor {
  display: block;
  position: relative;
  padding-left: 23px;
  padding-right: 30px;
  margin-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  width: auto;
}

/* Hide the browser's default radio button */
.formOptionCampGrande .radiocontenedor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.formOptionCampGrande .checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white!important;
  border-radius: 50%;
  border: 1px black solid;
}


/* On mouse-over, add a grey background color */
.formOptionCampGrande .radiocontenedor:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.formOptionCampGrande .radiocontenedor input:checked ~ .checkmark {
  background-color: #F12513;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.formOptionCampGrande .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.formOptionCampGrande .radiocontenedor input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.formOptionCampGrande .radiocontenedor .checkmark:after {
 	top: 2px;
 	left: 2px;
 	width: 14px;
 	height: 14px;
 	border-radius: 50%;
 	background: red;
}





.infolink:before {
  content: '?';
  display: inline-block;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  width: 1.8ex;
  height: 1.8ex;
  font-size: 1.4ex;
  line-height: 1.8ex;
  border-radius: 1.2ex;
  margin-right: 4px;
  padding: 1px;
  color: black;
  background: white;
  border: 1px solid black;
  text-decoration: none;
}

.infolink:hover:before {
  color: white;
  background: red;
  border-color: white;
  text-decoration: none;
}
.ayudaroja {
    font-family: Helvetica;
    width: fit-content;
    padding: 0px 20px;
    font-size: 20px;
    background: red;
    color: #fff;
    font-weight: bold;
}
.botonrojo:hover{
	background-color: red;
	
}
.botonrojo{
	cursor: pointer;
    min-height: 54px;
    text-align: center;
	margin-top: 10px;
	
	font-family: RightGroteskNarrowLight;
	font-size: 27px;
	color: #fff;
	padding: 15px 30px;
	background: #f12513;
}
.botonrojo::after {
    content: "";
    display: table-cell;
    text-align: center;
    width: 54px;
    height: 100%;
    background-image: url(../img/fonsProces.png);
    background: url(https://www.mussap.net/o/MussapWebPublicaV7Theme/images/fletxa_blanca.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    pointer-events: none;
      -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

section.contractorBody .textoNormal {
	  
    font-family: "Helvetica";
    text-align: center;
    margin: auto;
    margin-top: 15px;
    line-height: 21px;
}
section.contractorBody .fondoPag{
	margin-top: 70px;
	background-image: url(../img/flores.png);
	width: 100%;
    height: 100px;
}


















section.contractor,section.pagamentBody{
	padding-top:25px;
}

section.pagamentBody .tituloexito{
	color: #41AD49;
    font-size: 30px;
    font-family: "RightGroteskWideMedium";
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 20px 0px 20px 0px;
}


section.pagamentBody .titulopas{
	color: #F12513;
    font-size: 40px;
    font-family: "RightGroteskWideMedium";
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 20px 0px 20px 0px;
}

section.pagamentBody .subtitulopas{
    font-family: "Helvetica";
    text-align: center;
    margin: auto;
    line-height: 21px;

}

section.pagamentBody .datosPago{
    width: 600px;
    margin: auto;
    padding: 50px 0px 50px 0px;
}

section.pagamentBody .datosPago .logos{
	display: inline-block;
    width: 100%;

}

section.pagamentBody .datosPago .logos .mastercard{
    background-image: url(../img/mastercard.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 71px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
}

section.pagamentBody .datosPago .logos .visa{
	background-image: url(../img/visa.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 71px;
    float: right;
    display: inline;
    vertical-align: top;
}
section.pagamentBody .datosPago .logos .bizum{
	 background-image: url(../img/bizum.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 101px;
    background-position-y: -12px;
    display: inline-block;
    vertical-align: top;
	margin-left: 25px;
}

.datosPago .formPasoCamp input[type="text"], .datosPago .formPasoCamp input[type="number"],.datosPago .formPasoCamp input[type="date"] {
	color:black;
}
.datosPago .formPasoCamp select{
 	color:black;
 }
 
section.pagamentBody label {
    font-size: 27px;
    font-family: "RightGroteskNarrowLight";
    text-transform: uppercase;
    white-space: nowrap;
}

section.pagamentBody .formPasoCamp input[type="text"].error+span:after,
section.pagamentBody .formPasoCamp input[type="number"].error+span:after,
section.pagamentBody .formPasoCamp select.error+span:after,
section.pagamentBody .formPasoCamp input[type="date"].error+span:after {
    top: 15px;
}

section.pagamentBody .infoPago{
	padding: 20px 60px 20px 60px;
	border-radius: 25px;
    border-style:solid;
    border-color: #f12513;
}
section.pagamentBody .tituloinf{
	color: black;
    font-size: 26px;
    font-family: "RightGroteskWideMedium";
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 20px 0px 20px 0px;
}
.linearoja{
    width: 100%;
    border: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: red;
}
.infoCampo{
	font-family: "Helvetica";
	text-align: center;
}
section.pagamentBody .errorPago{
	background-color:#f12513;	
	padding: 80px;
	 border-radius: 25px;
}
section.pagamentBody .errorPago >div{
	color:white;
	text-align:center;	
}
section.pagamentBody .errorPago .tituloer{
	color: white;
    font-size: 26px;
    font-family: "RightGroteskWideMedium";
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 20px 0px 20px 0px;
}
section.pagamentBody .errorPago .subtituloer{
	font-family: "Helvetica";
}
section.pagamentBody .errorPago .botoner{
	 border: 1px;
    font-size: 22px;
    border-style:solid;
    border-color: white;
    width: 120px;
    margin: auto;
    margin-top: 20px;
    padding: 5px;
    cursor: pointer;
}

.logoexito{
	background-image: url(../img/ok.png);
    background-size: contain;
    background-repeat: no-repeat;    
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 20px;
}
.logoerror{
	background-image: url(../img/exclamacion.png);
    background-size: contain;
    background-repeat: no-repeat;    
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 20px;
}

.info{
	padding: 0 25px 0 0px;
}

section.contractorBody .contenedor {
    display: inherit;
}

section.contractorBody .contenedor .panel-header{
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0.75rem 0rem;
}

section.contractorBody .contenedor .panel-header .collapse-icon-closed:before{
	content: '+';
	color: #f12513;
	font-size: 24px;
	line-height: 10px;
}

section.contractorBody .contenedor .panel-header .collapse-icon-open:before{
	content: '-';
	color: #f12513;
	font-size: 24px;
	line-height: 10px;
}

section.contractorBody .contenedor .panel-collapse{
	font-family: RightGroteskMedium;
}


.cebeceraformauto {
   background-image: url(../img/1-automobil.jpeg);
   width: 100%;
   height: 200px;
}
.cebeceraformllar {
   background-image: url(../img/2-llar.jpeg);
   width: 100%;
   height: 200px;
}
.cebeceraformmascota {
   background-image: url(../img/3-mascota.jpeg);
   width: 100%;
   height: 200px;
}
.cebeceraformbici {
   background-image: url(../img/4-bici.jpeg);
   width: 100%;
   height: 200px;
}
.cebeceraformmusica {
   background-image: url(../img/5-musica.jpeg);
   width: 100%;
   height: 200px;
}
.cebeceraformautocaravana {
   background-image: url(../img/6-autocaravana.jpeg);
   width: 100%;
   height: 200px;
}
.cebeceraformpatinet {
   background-image: url(../img/7-patinet.jpeg);
   width: 100%;
   height: 200px;
}



/*LOADER */
#parentloader{
	display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(../img/fonsProces.png);    
    
    z-index: 500;
}
#parentloaderLight{
	display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
	background-color: rgba(0,0,0,0.5);   
    
    z-index: 500;
}
#loader {	
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3191c5;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loadertit1 {
    font-family: RightGroteskMedium;
    font-size: 78px;
    color: #fff;
	position: absolute;
    text-align:center;   
    top: 40%;
    margin: auto;  
    width:100%;
    margin-top: 30px;  
}
#loadertit2 {	
    font-family: RightGroteskCompactBlack;
    font-size: 78px;
    color: #fff;
    position: absolute;
    text-align:center; 
    top: 40%;
    margin: auto;  
    width:100%;    
    margin-top: 100px;  
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


.errorDialog {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.errorDialog > div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 450px;
  border: 1px solid #000;
  z-index: 100;
  padding: 50px;
}

.errorDialog .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  opacity: 1;
  font-family: arial;
}

#avisADL,#avisRent{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	background: #fff;
	transform: translate(-50%, -50%);
	padding: 30px;
	border: 1px solid #000;
}

#avisADL span,#avisRent span{
	font-family: Helvetica;
}

#avisADL div,#avisRent div{
	margin: auto;
	width: fit-content;
	margin-top: 15px;
}

#avisADL .btn,#avisRent .btn{
	color: #3191c5;
	border: 1px solid #3191c5;
	border-radius: 0;
	margin: 0 5px;
	text-transform: uppercase;
}

.fondo{
	position: fixed;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 100;
}


@media (max-width: 992px){
	
	.tituloart{
		width:100%;
	}
	
	.subtituloart{
		width:100%;
	}
	
	section.contractorBody .titulopas{
		float: left;
    	width: 100%;
	}
	
	section.contractorBody .subtitulopas{
		float: left;
    	width: 100%;
	}
	
	.tipoProducto{
		float: left;
	    width: 100%;
	    position: relative;
	}
	form#formSite {
    	padding: 5px;
	}
	a#envioContacta {
    	font-size: 19px;    
	}
	section.contractorBody .titulopas, section.contractor .titulopas {
		font-size: 33px;
	    line-height: 35px;
	}
	section.contractorBody .subtitulopas {
		line-height: 25px;
    	font-size: 20px;
	}
	.packs .p-1 {
    	margin-bottom: 110px;
	}
	div.pack{
	    margin: 55px 15px 0px 15px;
	}
	
	.tipoProducto {
	font-size: 20px;
	}
	#loader {
		left: 53%;
   		 top: 44%;
	}

	#loadertit1 {
		font-size: 50px;
    	top: 9%;
	}
	#loadertit2 {
		font-size: 58px;
		top: 40%;
		    line-height: 50px;
	}
	
	.btn-paso-anterior{
		position: relative;
		font-size: 20px;
	}

}

.condicionsPDF {
	width:20px;
	height:20px;
	display:inline-block;
   background-size: 20px 20px;
   background-repeat: no-repeat;
   background-image: url('../img/condicionsPdf.png');
}	

.cercaVeterinaris {
	width:20px;
	height:20px;
	display:inline-block;
   background-size: 20px 20px;
   background-repeat: no-repeat;
   background-image: url('../img/Lupa.png');
}

.condicionsPDFTexto {
	color: black; 
	width: 100%;
    float: left;
	font-family:"Helvetica", arial;
	margin: 0;
    line-height: 27px;
    font-size: larger;
}

 .circulocerrar {
    width: 30px;
    height: 30px;
    background-color: #f12513;
    background-image: url(https://www.mussap.net/o/MussapWebPublicaV7Theme/images/fletxa_blanca.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    position: relative;
    top: 23px;
    display: inline-block;
    /* right: 0; */
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border-radius: 30px;
    margin-right: 20px;
    margin-left: 10px;
 }
		
 .circulocerrar.rotado {
 	  transform: translateY(-50%) rotate(0deg);
 }
 .copiar-tomador {
    height:35px;
    width:250px;
    background-color: #f12513;
    position: relative;
    color:white;
    display: inline-block;
    /* top: 0%; */
    /* right: 10%; */
    cursor: pointer;
    border-width:5px;
    padding-top:2px;
    border-color:black;
    border-radius: 10px;
    font-size:20px;
}

.contractorBody {
  background-color: #ECE4E3;
  display: flex;
  justify-content: center;
  padding: 76px 24px;
  min-height: 80vh;
  margin-right: -30px;
  position:relative;
  flex-wrap: wrap;
}

/* Contenedor blanco interno */
.contractorBody .contenedor-blanco {
  background-color: white;
  border-radius: 2rem;
  padding: 3rem 2rem; 
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  text-align: center;
  max-height: fit-content;
  max-width: 1360px;
  min-height: 380px;
  height: fit-content;
}

.contractorBody .patinete {
  background-image: url(/o/MUSSAP-ProcesContractacioV2/static/css/../img/patinet.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  height: 130px;
}

.contractorBody .tituloAviso {
  font-family: 'RightGroteskMedium', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 35px;
  text-transform: uppercase;
  padding: 15px;
  line-height: 111.954%;
}

.contractorBody .textoAviso {
  font-family: 'RightGroteskFine', sans-serif;
  font-size: 32px !important;
  max-width: 763px;
  margin: auto;
  line-height: 111.954%;
}