.sec-firts{
	padding: 6% 0 2%;
	text-align: center;
}
.sec-firts h2{
	font-size: 22pt;
	margin-bottom: 0;
	color: var(--color-azul);
}
.sec-firts h3{
	font-size: 24pt;
	color: var(--color-azul);
	margin-bottom: 0px;
}
.sec-firts p{
	font-size: 14pt;
	margin-top: 0;
}
.sec-firts .pleca-info{
	width: 80%;
    margin: auto;
    color: #00345F;
    padding-top: 20px;
}
.sec-firts a{
	margin-top: 25px;
	color: #00345F;
	font-size: 10pt;
}
.sec-firts .btn{
	border: 1px solid var(--color-azul);
	background: var(--color-azul);
	font-size: 12pt;
	width: 300px;
	border-radius: 18px;
}
.pleca{
	width: 78%;
    margin: 30px auto;
    background: #F8F8F8;
    padding: 15px;
}
.pleca select{
	font-size: 11pt;
    padding: 10px;
    border-radius: 4px;
    width: 300px;
    border: 1px solid #111;
    margin-bottom: 10px;
}
.pleca-info-v2{
    display: grid;
    grid-template-columns: 10% 12% 12% 12% 12% 25%;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.pleca-info-v2 p, .pleca-info-v2 h6{
	margin: 0;
    font-size: 14pt!important;
    color: #00345F;
}
.pleca-info-v2 button{
	font-size: 10pt;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
    padding: 10px 7px;
}
.tables{
	width: 40%;
	margin: auto;
}
.title-table{
	background: var(--color-azul);
	color: #fff!important;
}
.tables table{
	border-collapse: collapse;
  	width: 100%;
}
.tables td, .tables th{
	border: 1px solid var(--color-azul);
	padding: 8px;
	font-size: 10pt;
	text-align: left;
}
.tables th{
	color: #00345F;
	font-weight: 900;
}
.tables td{
	color: var(--color-morado);
	font-weight: 900;
}
.btn-linea-v{
	background: #12C917;
	color: #fff;
}
.btn-linea-v:hover{
	background: #12C917d9;
}
@media(max-width: 820px){
	.sec-firts {
    	padding: 24% 20px 2%;
	}
	.sec-firts p {
    	font-size: 12px;
    }
    .sec-firts h3 {
    	font-size: 15pt;
	}
	.sec-firts .pleca-info {
    	grid-gap: 0;
    	width: 100%;
	}
	.pleca-info-v2 {
	   display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    width: 90%;
	    grid-gap: 20px;
	    margin: auto;
	}
	.pleca-info-v2 p, .pleca-info-v2 h6{
	    font-size: 14pt!important;
	}
	.pleca-info-v2 .x2{
		width: 44%;
	}
	.pleca-info-v2 .precio{
		width: 100%;
	}
	.pleca-info-v2 button {
    	width: 100%!important;
	}
	.tables {
    	width: 100%;
    	grid-gap: 20px;
	}
	.div-btns{
		width: 100%;
	}
	.sec-firts .btn{
		width: 100%;
	}
	.pleca select {
	    width: 260px;
	   
	}
}