/*cms individuales de ayuda*/
 #ayuda.medir h1, #ayuda.comprar h1, #ayuda.envios h1, #ayuda.devoluciones h1{
	 text-align: left;
	 color: #3c3c3b;
	 margin: 0;
	 display: table-cell;
	 vertical-align: middle;
	 font-size: 30px;
	 height: 100px;
 }
 #ayuda ul li p, #ayuda ul li ul li {
	 color:#636363;
 }
 #ayuda .accordion {
   color: #444;
   cursor: pointer;
   padding: 18px;
   padding-left: 50px;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   font-size: 15px;
   transition: 0.6s;
   border-bottom: 1px solid #f4f6f6;
 }
 #ayuda .accordion h4 {font-size:24px;}
 #ayuda.medir .accordion {
	 background:rgba(252, 106, 165, 0.6); 
 }
 #ayuda.medir .active, #ayuda.medir .accordion:hover, #ayuda.medir .accordion-bottom {
   background-color: #fc6aa4; 
 }
 #ayuda.medir a:not(.volver) {
	 color: #fc6aa4;
	 font-weight: bold;
 }
 
 #ayuda.comprar .accordion {
	 background:rgba(253, 182, 0, 0.6);
 }
 #ayuda.comprar .active, #ayuda.comprar .accordion:hover, #ayuda.comprar .accordion-bottom {
   background-color: #fdb600; 
 }
 #ayuda.comprar a:not(.volver) {
	 color: #fdb600;
	 font-weight: bold;
 }
 
 #ayuda.envios .accordion {
	 background:rgba(212, 212, 217, 0.6);
 }
 #ayuda.envios .active, #ayuda.envios .accordion:hover, #ayuda.envios .accordion-bottom {
   background-color: #d4d4d9; 
 }
 #ayuda.envios a:not(.volver) {
	 color: #646469;
	 font-weight: bold;
 }
 
 #ayuda.comprar a.boton {
	 background: #fdb600;
	 color: white;
	 padding:2px 5px;
	 border: 1px solid white; 
	 outline: 2px solid #fdb600;
	 white-space:nowrap;
 }
 #ayuda.comprar a.boton:hover {
	 background: white;
	 color: #fdb600;
	 border: 1px solid #fdb600;
	 outline: 2px solid #fdb600;
 }
 
 #ayuda.envios a.boton {
	 background: #b0b0b7;
	 color: white;
	 padding:2px 5px;
	 border: 1px solid white;
	 outline: 2px solid #b0b0b7;
	 white-space:nowrap;
 }
 #ayuda.envios a.boton:hover {
	 background: white;
	 color: #b0b0b7;
	 border: 1px solid #b0b0b7;
	 outline: 2px solid #b0b0b7;
 }
 
 #ayuda.devoluciones a.boton {
	 background: #00e97b;
	 color: white!important;
	 padding:2px 5px;
	 border: 1px solid white;
	 outline: 2px solid #00e97b;
	 white-space:nowrap;
 }
 #ayuda.devoluciones a.boton:hover {
	 background: white;
	 color: #00e97b!important;
	 border: 1px solid #00e97b;
	 outline: 2px solid #00e97b;
 }#ayuda.devoluciones .accordion {
	 background:rgba(0, 233, 123, 0.5);
 }
 #ayuda.devoluciones .active, #ayuda.devoluciones .accordion:hover, #ayuda.devoluciones .accordion-bottom {
   background-color: #00e97b; 
 }
 #ayuda.devoluciones a:not(.volver) {
	 color: #00e97b;
	 font-weight: bold;
 }
 #contact a[href="https://www.mosquiterasbaratas.com/module/incidences/contact"] {
	 background: #00e97b;
	 color: white !important;
	 border: 1px solid white;
	 outline: 2px solid #00e97b;
	 padding: 5px;
 }
 #contact a[href="https://www.mosquiterasbaratas.com/module/incidences/contact"]:hover {
	 background: white;
	 color: #00e97b !important;
	 border: 1px solid #00e97b;
	 outline: 2px solid white;
 }
 #ayuda .panel {
   display: none;
   background-color: white;
   overflow: hidden;
   padding: 25px 50px;
   text-align:center;
   margin-bottom:0;
 }
 #ayuda .panel p {
	 font-size: 17px;
	 line-height: 30px !important;
	 text-align: justify;
	 letter-spacing: 1px;
 }
 #cms #center_column #ayuda h3 {
	 font-size: 20px;
	 text-align: left;
	 color: #636363;
 }
 #ayuda a {font-weight:bolder;cursor:pointer;}
 #ayuda span.red {color:#f03;}
 #ayuda .volver {
	 padding: 10px 20px;
	 background: #ff2330;
	 text-align: center;
	 color:white;
	 font-size: 16px;
 }
 #ayuda p.video {text-align:center;}
 #ayuda ul.pago {text-align:left;list-style:inside;}
 #ayuda ul li ul {text-align:left;}
 #ayuda ul li ul li {font-size:17px;list-style:disc;margin-left:30px;}
 #ayuda > ul > li:first-child .accordion {
	 border-radius: 20px 20px 0 0;
 }
 #ayuda > img {
	 max-width: 100px !important;
	 float: left;
	 margin-right: 30px !important;
 }
 #ayuda > ul {clear: both;}
 #ayuda > ul > li:last-child .accordion {
	 border-radius: 0px 0px 20px 20px;
	 border:none!important;
 }
 #ayuda > ul > li .accordion.active {margin-top:14px;}
 #ayuda > ul > li .accordion.active, #ayuda > ul > li:last-child .accordion.active {
	 border-radius: 20px 20px 0 0!important;
 }
 #ayuda .accordion-bottom {
	 border-radius: 0px 0px 20px 20px;
	 transition: 0.6s;
 }
 #ayuda .accordion.active + .panel + .accordion-bottom {
	 height: 40px;
	 margin-bottom: 15px;
 }
	 /*RESPONSIVE*/
 @media (max-width:600px) {
	 #ayuda .panel {
		 padding:10px;
	 }
	 #ayuda .accordion h4 {
		 font-size: 17px;
	 }
	 #ayuda > img {
	 max-width: 60px !important;
	 margin: 0 10px 10px 0 !important;
	 }
	 #ayuda > img + div {
		 height: 60px!important;
		 margin-left: 0!important;
	 }
	 #ayuda .accordion {
		 padding-left:18px;
	 }
	 #ayuda > img + div h1{
		 height: 60px!important;
		 margin-left: 0!important;
		 font-size: 22px!important;
	 }
 }
 